All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.v2.admin.resources.assets.SwitchControl-a1cad449.js.map Maven / Gradle / Ivy

There is a newer version: 25.0.1
Show newest version
{"version":3,"file":"SwitchControl-a1cad449.js","sources":["../../src/components/SwitchControl.tsx"],"sourcesContent":["import { SwitchProps } from \"@patternfly/react-core\";\nimport { FieldPath, FieldValues, UseControllerProps } from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { SwitchControl } from \"ui-shared\";\n\ntype DefaultSwitchControlProps<\n  T extends FieldValues,\n  P extends FieldPath = FieldPath\n> = SwitchProps &\n  UseControllerProps & {\n    name: string;\n    label?: string;\n    labelIcon?: string;\n    stringify?: boolean;\n  };\n\nexport const DefaultSwitchControl = <\n  T extends FieldValues,\n  P extends FieldPath = FieldPath\n>(\n  props: DefaultSwitchControlProps\n) => {\n  const { t } = useTranslation(\"common\");\n\n  return ;\n};\n"],"names":["DefaultSwitchControl","props","t","useTranslation","jsx","SwitchControl"],"mappings":"uDAgBa,MAAAA,EAIXC,GACG,CACH,KAAM,CAAE,EAAAC,CAAA,EAAMC,EAAe,QAAQ,EAE9B,OAAAC,EAAA,IAACC,EAAe,CAAA,GAAGJ,EAAO,QAASC,EAAE,IAAI,EAAG,SAAUA,EAAE,KAAK,CAAG,CAAA,CACzE"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy