kui-complex 0.0.79 → 0.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AutocompleteOption/cjs/index.js +50 -0
- package/AutocompleteOption/cjs/index.js.map +1 -0
- package/AutocompleteOption/cjs/package.json +9 -0
- package/AutocompleteOption/index.d.ts +7 -0
- package/AutocompleteOption/index.js +44 -0
- package/AutocompleteOption/index.js.map +1 -0
- package/AutocompleteOption/package.json +9 -0
- package/Avatar/cjs/index.js +92 -0
- package/Avatar/cjs/index.js.map +1 -0
- package/Avatar/cjs/package.json +9 -0
- package/Avatar/index.d.ts +12 -0
- package/Avatar/index.js +86 -0
- package/Avatar/index.js.map +1 -0
- package/Avatar/package.json +9 -0
- package/ButtonSelect/cjs/index.js +252 -0
- package/ButtonSelect/cjs/index.js.map +1 -0
- package/ButtonSelect/cjs/package.json +9 -0
- package/ButtonSelect/index.d.ts +24 -0
- package/ButtonSelect/index.js +228 -0
- package/ButtonSelect/index.js.map +1 -0
- package/ButtonSelect/package.json +9 -0
- package/ButtonTab/cjs/index.js +58 -0
- package/ButtonTab/cjs/index.js.map +1 -0
- package/ButtonTab/cjs/package.json +9 -0
- package/ButtonTab/index.d.ts +14 -0
- package/ButtonTab/index.js +51 -0
- package/ButtonTab/index.js.map +1 -0
- package/ButtonTab/package.json +9 -0
- package/ButtonsPanel/cjs/index.js +133 -0
- package/ButtonsPanel/cjs/index.js.map +1 -0
- package/ButtonsPanel/cjs/package.json +9 -0
- package/ButtonsPanel/index.d.ts +19 -0
- package/ButtonsPanel/index.js +108 -0
- package/ButtonsPanel/index.js.map +1 -0
- package/ButtonsPanel/package.json +9 -0
- package/CalendarHeaderWithSelect/cjs/index.js +287 -0
- package/CalendarHeaderWithSelect/cjs/index.js.map +1 -0
- package/CalendarHeaderWithSelect/cjs/package.json +10 -0
- package/CalendarHeaderWithSelect/index.d.ts +21 -0
- package/CalendarHeaderWithSelect/index.js +263 -0
- package/CalendarHeaderWithSelect/index.js.map +1 -0
- package/CalendarHeaderWithSelect/package.json +10 -0
- package/CalendarStandardContainer/cjs/index.js +63 -0
- package/CalendarStandardContainer/cjs/index.js.map +1 -0
- package/CalendarStandardContainer/cjs/package.json +9 -0
- package/CalendarStandardContainer/index.d.ts +13 -0
- package/CalendarStandardContainer/index.js +57 -0
- package/CalendarStandardContainer/index.js.map +1 -0
- package/CalendarStandardContainer/package.json +9 -0
- package/CalendarStandardHeader/cjs/index.js +57 -0
- package/CalendarStandardHeader/cjs/index.js.map +1 -0
- package/CalendarStandardHeader/cjs/package.json +10 -0
- package/CalendarStandardHeader/index.d.ts +13 -0
- package/CalendarStandardHeader/index.js +50 -0
- package/CalendarStandardHeader/index.js.map +1 -0
- package/CalendarStandardHeader/package.json +10 -0
- package/CheckboxGroupWithTitle/cjs/index.js +81 -0
- package/CheckboxGroupWithTitle/cjs/index.js.map +1 -0
- package/CheckboxGroupWithTitle/cjs/package.json +10 -0
- package/CheckboxGroupWithTitle/index.d.ts +15 -0
- package/CheckboxGroupWithTitle/index.js +75 -0
- package/CheckboxGroupWithTitle/index.js.map +1 -0
- package/CheckboxGroupWithTitle/package.json +10 -0
- package/CheckboxWithController/cjs/index.js +63 -0
- package/CheckboxWithController/cjs/index.js.map +1 -0
- package/CheckboxWithController/cjs/package.json +10 -0
- package/CheckboxWithController/index.d.ts +5 -0
- package/CheckboxWithController/index.js +61 -0
- package/CheckboxWithController/index.js.map +1 -0
- package/CheckboxWithController/package.json +10 -0
- package/DependentInput/cjs/index.js +81 -0
- package/DependentInput/cjs/index.js.map +1 -0
- package/DependentInput/cjs/package.json +10 -0
- package/DependentInput/index.d.ts +3 -0
- package/DependentInput/index.js +79 -0
- package/DependentInput/index.js.map +1 -0
- package/DependentInput/package.json +10 -0
- package/DesktopInputWithMonthPicker/cjs/index.js +102 -0
- package/DesktopInputWithMonthPicker/cjs/index.js.map +1 -0
- package/DesktopInputWithMonthPicker/cjs/package.json +11 -0
- package/DesktopInputWithMonthPicker/index.d.ts +5 -0
- package/DesktopInputWithMonthPicker/index.js +95 -0
- package/DesktopInputWithMonthPicker/index.js.map +1 -0
- package/DesktopInputWithMonthPicker/package.json +11 -0
- package/DesktopMenuPanel/cjs/index.js +102 -0
- package/DesktopMenuPanel/cjs/index.js.map +1 -0
- package/DesktopMenuPanel/cjs/package.json +10 -0
- package/DesktopMenuPanel/index.d.ts +18 -0
- package/DesktopMenuPanel/index.js +96 -0
- package/DesktopMenuPanel/index.js.map +1 -0
- package/DesktopMenuPanel/package.json +10 -0
- package/FileItem/cjs/index.js +164 -0
- package/FileItem/cjs/index.js.map +1 -0
- package/FileItem/cjs/package.json +10 -0
- package/FileItem/index.d.ts +46 -0
- package/FileItem/index.js +158 -0
- package/FileItem/index.js.map +1 -0
- package/FileItem/package.json +10 -0
- package/InputDropdown/cjs/index.js +116 -0
- package/InputDropdown/cjs/index.js.map +1 -0
- package/InputDropdown/cjs/package.json +9 -0
- package/InputDropdown/index.d.ts +13 -0
- package/InputDropdown/index.js +110 -0
- package/InputDropdown/index.js.map +1 -0
- package/InputDropdown/package.json +9 -0
- package/InputFile/cjs/index.js +279 -0
- package/InputFile/cjs/index.js.map +1 -0
- package/InputFile/cjs/package.json +11 -0
- package/InputFile/index.d.ts +22 -0
- package/InputFile/index.js +273 -0
- package/InputFile/index.js.map +1 -0
- package/InputFile/package.json +11 -0
- package/InputForDatepicker/cjs/index.js +73 -0
- package/InputForDatepicker/cjs/index.js.map +1 -0
- package/InputForDatepicker/cjs/package.json +9 -0
- package/InputForDatepicker/index.d.ts +5 -0
- package/InputForDatepicker/index.js +67 -0
- package/InputForDatepicker/index.js.map +1 -0
- package/InputForDatepicker/package.json +9 -0
- package/InputMultiSelect/cjs/index.js +282 -0
- package/InputMultiSelect/cjs/index.js.map +1 -0
- package/InputMultiSelect/cjs/package.json +10 -0
- package/InputMultiSelect/index.d.ts +24 -0
- package/InputMultiSelect/index.js +258 -0
- package/InputMultiSelect/index.js.map +1 -0
- package/InputMultiSelect/package.json +10 -0
- package/InputMultiSelectOption/cjs/index.js +60 -0
- package/InputMultiSelectOption/cjs/index.js.map +1 -0
- package/InputMultiSelectOption/cjs/package.json +9 -0
- package/InputMultiSelectOption/index.d.ts +14 -0
- package/InputMultiSelectOption/index.js +54 -0
- package/InputMultiSelectOption/index.js.map +1 -0
- package/InputMultiSelectOption/package.json +9 -0
- package/InputPassword/cjs/index.js +176 -0
- package/InputPassword/cjs/index.js.map +1 -0
- package/InputPassword/cjs/package.json +10 -0
- package/InputPassword/index.d.ts +13 -0
- package/InputPassword/index.js +170 -0
- package/InputPassword/index.js.map +1 -0
- package/InputPassword/package.json +10 -0
- package/InputPhoneWithForm/cjs/index.js +134 -0
- package/InputPhoneWithForm/cjs/index.js.map +1 -0
- package/InputPhoneWithForm/cjs/package.json +10 -0
- package/InputPhoneWithForm/index.d.ts +14 -0
- package/InputPhoneWithForm/index.js +113 -0
- package/InputPhoneWithForm/index.js.map +1 -0
- package/InputPhoneWithForm/package.json +10 -0
- package/InputSelect/cjs/index.js +244 -0
- package/InputSelect/cjs/index.js.map +1 -0
- package/InputSelect/cjs/package.json +9 -0
- package/InputSelect/index.d.ts +5 -0
- package/InputSelect/index.js +220 -0
- package/InputSelect/index.js.map +1 -0
- package/InputSelect/package.json +9 -0
- package/InputSelectBase/cjs/index.js +216 -0
- package/InputSelectBase/cjs/index.js.map +1 -0
- package/InputSelectBase/cjs/package.json +9 -0
- package/InputSelectBase/index.d.ts +25 -0
- package/InputSelectBase/index.js +192 -0
- package/InputSelectBase/index.js.map +1 -0
- package/InputSelectBase/package.json +9 -0
- package/InputSelectDropdown/cjs/index.js +135 -0
- package/InputSelectDropdown/cjs/index.js.map +1 -0
- package/InputSelectDropdown/cjs/package.json +9 -0
- package/InputSelectDropdown/index.d.ts +23 -0
- package/InputSelectDropdown/index.js +129 -0
- package/InputSelectDropdown/index.js.map +1 -0
- package/InputSelectDropdown/package.json +9 -0
- package/InputSelectOption/cjs/index.js +53 -0
- package/InputSelectOption/cjs/index.js.map +1 -0
- package/InputSelectOption/cjs/package.json +9 -0
- package/InputSelectOption/index.d.ts +14 -0
- package/InputSelectOption/index.js +47 -0
- package/InputSelectOption/index.js.map +1 -0
- package/InputSelectOption/package.json +9 -0
- package/InputSelectWithController/cjs/index.js +268 -0
- package/InputSelectWithController/cjs/index.js.map +1 -0
- package/InputSelectWithController/cjs/package.json +10 -0
- package/InputSelectWithController/index.d.ts +5 -0
- package/InputSelectWithController/index.js +244 -0
- package/InputSelectWithController/index.js.map +1 -0
- package/InputSelectWithController/package.json +10 -0
- package/InputTextAreaMobile/cjs/index.js +86 -0
- package/InputTextAreaMobile/cjs/index.js.map +1 -0
- package/InputTextAreaMobile/cjs/package.json +10 -0
- package/InputTextAreaMobile/index.d.ts +5 -0
- package/InputTextAreaMobile/index.js +80 -0
- package/InputTextAreaMobile/index.js.map +1 -0
- package/InputTextAreaMobile/package.json +10 -0
- package/InputWithAddressAutocomplete/cjs/index.js +280 -0
- package/InputWithAddressAutocomplete/cjs/index.js.map +1 -0
- package/InputWithAddressAutocomplete/cjs/package.json +11 -0
- package/InputWithAddressAutocomplete/index.d.ts +36 -0
- package/InputWithAddressAutocomplete/index.js +274 -0
- package/InputWithAddressAutocomplete/index.js.map +1 -0
- package/InputWithAddressAutocomplete/package.json +11 -0
- package/InputWithAutocomplete/cjs/index.js +310 -0
- package/InputWithAutocomplete/cjs/index.js.map +1 -0
- package/InputWithAutocomplete/cjs/package.json +10 -0
- package/InputWithAutocomplete/index.d.ts +27 -0
- package/InputWithAutocomplete/index.js +286 -0
- package/InputWithAutocomplete/index.js.map +1 -0
- package/InputWithAutocomplete/package.json +10 -0
- package/InputWithController/cjs/index.js +71 -0
- package/InputWithController/cjs/index.js.map +1 -0
- package/InputWithController/cjs/package.json +10 -0
- package/InputWithController/index.d.ts +13 -0
- package/InputWithController/index.js +69 -0
- package/InputWithController/index.js.map +1 -0
- package/InputWithController/package.json +10 -0
- package/InputWithDatePicker/cjs/index.js +424 -0
- package/InputWithDatePicker/cjs/index.js.map +1 -0
- package/InputWithDatePicker/cjs/package.json +13 -0
- package/InputWithDatePicker/index.d.ts +24 -0
- package/InputWithDatePicker/index.js +398 -0
- package/InputWithDatePicker/index.js.map +1 -0
- package/InputWithDatePicker/package.json +13 -0
- package/InputWithMask/cjs/index.js +69 -0
- package/InputWithMask/cjs/index.js.map +1 -0
- package/InputWithMask/cjs/package.json +10 -0
- package/InputWithMask/index.d.ts +13 -0
- package/InputWithMask/index.js +67 -0
- package/InputWithMask/index.js.map +1 -0
- package/InputWithMask/package.json +10 -0
- package/InputWithMonthPicker/cjs/index.js +195 -0
- package/InputWithMonthPicker/cjs/index.js.map +1 -0
- package/InputWithMonthPicker/cjs/package.json +12 -0
- package/InputWithMonthPicker/index.d.ts +5 -0
- package/InputWithMonthPicker/index.js +187 -0
- package/InputWithMonthPicker/index.js.map +1 -0
- package/InputWithMonthPicker/package.json +12 -0
- package/Link/cjs/index.js +97 -0
- package/Link/cjs/index.js.map +1 -0
- package/Link/cjs/package.json +10 -0
- package/Link/index.d.ts +13 -0
- package/Link/index.js +91 -0
- package/Link/index.js.map +1 -0
- package/Link/package.json +10 -0
- package/Loading/cjs/index.js +72 -0
- package/Loading/cjs/index.js.map +1 -0
- package/Loading/cjs/package.json +9 -0
- package/Loading/index.d.ts +7 -0
- package/Loading/index.js +66 -0
- package/Loading/index.js.map +1 -0
- package/Loading/package.json +9 -0
- package/MapWrapper/cjs/index.js +117 -0
- package/MapWrapper/cjs/index.js.map +1 -0
- package/MapWrapper/cjs/package.json +10 -0
- package/MapWrapper/index.d.ts +9 -0
- package/MapWrapper/index.js +111 -0
- package/MapWrapper/index.js.map +1 -0
- package/MapWrapper/package.json +10 -0
- package/MenuItem/cjs/index.js +83 -0
- package/MenuItem/cjs/index.js.map +1 -0
- package/MenuItem/cjs/package.json +10 -0
- package/MenuItem/index.d.ts +17 -0
- package/MenuItem/index.js +77 -0
- package/MenuItem/index.js.map +1 -0
- package/MenuItem/package.json +10 -0
- package/MenuPanel/cjs/index.js +194 -0
- package/MenuPanel/cjs/index.js.map +1 -0
- package/MenuPanel/cjs/package.json +13 -0
- package/MenuPanel/index.d.ts +18 -0
- package/MenuPanel/index.js +168 -0
- package/MenuPanel/index.js.map +1 -0
- package/MenuPanel/package.json +13 -0
- package/MobileInputWithMonthPicker/cjs/index.js +182 -0
- package/MobileInputWithMonthPicker/cjs/index.js.map +1 -0
- package/MobileInputWithMonthPicker/cjs/package.json +12 -0
- package/MobileInputWithMonthPicker/index.d.ts +5 -0
- package/MobileInputWithMonthPicker/index.js +174 -0
- package/MobileInputWithMonthPicker/index.js.map +1 -0
- package/MobileInputWithMonthPicker/package.json +12 -0
- package/MobileMenuPanel/cjs/index.js +113 -0
- package/MobileMenuPanel/cjs/index.js.map +1 -0
- package/MobileMenuPanel/cjs/package.json +11 -0
- package/MobileMenuPanel/index.d.ts +18 -0
- package/MobileMenuPanel/index.js +106 -0
- package/MobileMenuPanel/index.js.map +1 -0
- package/MobileMenuPanel/package.json +11 -0
- package/ModalFooter/cjs/index.js +66 -0
- package/ModalFooter/cjs/index.js.map +1 -0
- package/ModalFooter/cjs/package.json +9 -0
- package/ModalFooter/index.d.ts +9 -0
- package/ModalFooter/index.js +60 -0
- package/ModalFooter/index.js.map +1 -0
- package/ModalFooter/package.json +9 -0
- package/MonthPickerContainer/cjs/index.js +63 -0
- package/MonthPickerContainer/cjs/index.js.map +1 -0
- package/MonthPickerContainer/cjs/package.json +9 -0
- package/MonthPickerContainer/index.d.ts +12 -0
- package/MonthPickerContainer/index.js +57 -0
- package/MonthPickerContainer/index.js.map +1 -0
- package/MonthPickerContainer/package.json +9 -0
- package/MonthPickerHeader/cjs/index.js +53 -0
- package/MonthPickerHeader/cjs/index.js.map +1 -0
- package/MonthPickerHeader/cjs/package.json +9 -0
- package/MonthPickerHeader/index.d.ts +13 -0
- package/MonthPickerHeader/index.js +47 -0
- package/MonthPickerHeader/index.js.map +1 -0
- package/MonthPickerHeader/package.json +9 -0
- package/PassportStrengthBar/cjs/index.js +82 -0
- package/PassportStrengthBar/cjs/index.js.map +1 -0
- package/PassportStrengthBar/cjs/package.json +9 -0
- package/PassportStrengthBar/index.d.ts +13 -0
- package/PassportStrengthBar/index.js +76 -0
- package/PassportStrengthBar/index.js.map +1 -0
- package/PassportStrengthBar/package.json +9 -0
- package/Popper/cjs/index.js +227 -0
- package/Popper/cjs/index.js.map +1 -0
- package/Popper/cjs/package.json +10 -0
- package/Popper/index.d.ts +23 -0
- package/Popper/index.js +201 -0
- package/Popper/index.js.map +1 -0
- package/Popper/package.json +10 -0
- package/PopperBase/cjs/index.js +72 -0
- package/PopperBase/cjs/index.js.map +1 -0
- package/PopperBase/cjs/package.json +9 -0
- package/PopperBase/index.d.ts +21 -0
- package/PopperBase/index.js +65 -0
- package/PopperBase/index.js.map +1 -0
- package/PopperBase/package.json +9 -0
- package/PopperWithPortal/cjs/index.js +166 -0
- package/PopperWithPortal/cjs/index.js.map +1 -0
- package/PopperWithPortal/cjs/package.json +10 -0
- package/PopperWithPortal/index.d.ts +23 -0
- package/PopperWithPortal/index.js +140 -0
- package/PopperWithPortal/index.js.map +1 -0
- package/PopperWithPortal/package.json +10 -0
- package/RadioButtons/cjs/index.js +80 -0
- package/RadioButtons/cjs/index.js.map +1 -0
- package/RadioButtons/cjs/package.json +9 -0
- package/RadioButtons/index.d.ts +27 -0
- package/RadioButtons/index.js +78 -0
- package/RadioButtons/index.js.map +1 -0
- package/RadioButtons/package.json +9 -0
- package/RadioButtonsWithController/cjs/index.js +102 -0
- package/RadioButtonsWithController/cjs/index.js.map +1 -0
- package/RadioButtonsWithController/cjs/package.json +10 -0
- package/RadioButtonsWithController/index.d.ts +31 -0
- package/RadioButtonsWithController/index.js +100 -0
- package/RadioButtonsWithController/index.js.map +1 -0
- package/RadioButtonsWithController/package.json +10 -0
- package/RadioGroupWithLabel/cjs/index.js +149 -0
- package/RadioGroupWithLabel/cjs/index.js.map +1 -0
- package/RadioGroupWithLabel/cjs/package.json +10 -0
- package/RadioGroupWithLabel/index.d.ts +34 -0
- package/RadioGroupWithLabel/index.js +143 -0
- package/RadioGroupWithLabel/index.js.map +1 -0
- package/RadioGroupWithLabel/package.json +10 -0
- package/SelectMonth/cjs/index.js +265 -0
- package/SelectMonth/cjs/index.js.map +1 -0
- package/SelectMonth/cjs/package.json +9 -0
- package/SelectMonth/index.d.ts +26 -0
- package/SelectMonth/index.js +241 -0
- package/SelectMonth/index.js.map +1 -0
- package/SelectMonth/package.json +9 -0
- package/SelectYear/cjs/index.js +253 -0
- package/SelectYear/cjs/index.js.map +1 -0
- package/SelectYear/cjs/package.json +9 -0
- package/SelectYear/index.d.ts +27 -0
- package/SelectYear/index.js +229 -0
- package/SelectYear/index.js.map +1 -0
- package/SelectYear/package.json +9 -0
- package/StaticPopper/cjs/index.js +140 -0
- package/StaticPopper/cjs/index.js.map +1 -0
- package/StaticPopper/cjs/package.json +9 -0
- package/StaticPopper/index.d.ts +23 -0
- package/StaticPopper/index.js +133 -0
- package/StaticPopper/index.js.map +1 -0
- package/StaticPopper/package.json +9 -0
- package/Switch/cjs/index.js +55 -0
- package/Switch/cjs/index.js.map +1 -0
- package/Switch/cjs/package.json +10 -0
- package/Switch/index.d.ts +14 -0
- package/Switch/index.js +53 -0
- package/Switch/index.js.map +1 -0
- package/Switch/package.json +10 -0
- package/Table/cjs/index.js +47 -0
- package/Table/cjs/index.js.map +1 -0
- package/Table/cjs/package.json +9 -0
- package/Table/index.d.ts +5 -0
- package/Table/index.js +41 -0
- package/Table/index.js.map +1 -0
- package/Table/package.json +9 -0
- package/TableCell/cjs/index.js +33 -0
- package/TableCell/cjs/index.js.map +1 -0
- package/TableCell/cjs/package.json +6 -0
- package/TableCell/index.d.ts +10 -0
- package/TableCell/index.js +27 -0
- package/TableCell/index.js.map +1 -0
- package/TableCell/package.json +6 -0
- package/TableHeadCell/cjs/index.js +33 -0
- package/TableHeadCell/cjs/index.js.map +1 -0
- package/TableHeadCell/cjs/package.json +6 -0
- package/TableHeadCell/index.d.ts +10 -0
- package/TableHeadCell/index.js +27 -0
- package/TableHeadCell/index.js.map +1 -0
- package/TableHeadCell/package.json +6 -0
- package/TableRow/cjs/index.js +71 -0
- package/TableRow/cjs/index.js.map +1 -0
- package/TableRow/cjs/package.json +9 -0
- package/TableRow/index.d.ts +5 -0
- package/TableRow/index.js +50 -0
- package/TableRow/index.js.map +1 -0
- package/TableRow/package.json +9 -0
- package/TestForm/cjs/index.js +755 -0
- package/TestForm/cjs/index.js.map +1 -0
- package/TestForm/cjs/package.json +15 -0
- package/TestForm/index.d.ts +3 -0
- package/TestForm/index.js +727 -0
- package/TestForm/index.js.map +1 -0
- package/TestForm/package.json +15 -0
- package/Tooltip/cjs/index.js +257 -0
- package/Tooltip/cjs/index.js.map +1 -0
- package/Tooltip/cjs/package.json +10 -0
- package/Tooltip/index.d.ts +28 -0
- package/Tooltip/index.js +231 -0
- package/Tooltip/index.js.map +1 -0
- package/Tooltip/package.json +10 -0
- package/UndefinedAvatar/cjs/index.js +71 -0
- package/UndefinedAvatar/cjs/index.js.map +1 -0
- package/UndefinedAvatar/cjs/package.json +9 -0
- package/UndefinedAvatar/index.d.ts +8 -0
- package/UndefinedAvatar/index.js +65 -0
- package/UndefinedAvatar/index.js.map +1 -0
- package/UndefinedAvatar/package.json +9 -0
- package/cjs/index.js +1981 -0
- package/cjs/index.js.map +1 -0
- package/index.d.ts +492 -0
- package/index.js +1880 -0
- package/index.js.map +1 -0
- package/package.json +1 -4
package/index.d.ts
ADDED
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import React__default, { ReactNode, SVGProps, RefObject, ReactElement } from 'react';
|
|
3
|
+
import { DateTime } from 'luxon';
|
|
4
|
+
import * as kui_basic from 'kui-basic';
|
|
5
|
+
import { InputWithAdornmentsProps, InputWithMaskProps as InputWithMaskProps$1, SwitchProps, InputWithCountryDropdownProps, InputProps, ModalProps } from 'kui-basic';
|
|
6
|
+
import * as react_hook_form from 'react-hook-form';
|
|
7
|
+
import { UseFormReturn, FieldValues } from 'react-hook-form';
|
|
8
|
+
import * as react_datepicker from 'react-datepicker';
|
|
9
|
+
import * as _emotion_styled from '@emotion/styled';
|
|
10
|
+
import * as _emotion_react from '@emotion/react';
|
|
11
|
+
import { RadioGroupProps, InputProps as InputProps$1 } from '@mui/material';
|
|
12
|
+
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
13
|
+
|
|
14
|
+
type AvatarSizes = "s" | "lg"
|
|
15
|
+
|
|
16
|
+
declare const Avatar: React.ForwardRefExoticComponent<{
|
|
17
|
+
size: AvatarSizes;
|
|
18
|
+
fullName?: string | undefined;
|
|
19
|
+
imageUrl?: string | undefined;
|
|
20
|
+
avatarRef?: React.RefObject<HTMLDivElement> | undefined;
|
|
21
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
+
|
|
23
|
+
type ButtonsPanelProps = {
|
|
24
|
+
tabs: string[]
|
|
25
|
+
tabPanels: ReactNode[]
|
|
26
|
+
paths?: string[]
|
|
27
|
+
activeTab?: number
|
|
28
|
+
isSticky?: boolean
|
|
29
|
+
onChange?: (value: number) => void
|
|
30
|
+
startComponent?: ReactNode
|
|
31
|
+
endComponent?: ReactNode
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/** @jsxImportSource @emotion/react */
|
|
35
|
+
|
|
36
|
+
declare const ButtonsPanel: React.ForwardRefExoticComponent<ButtonsPanelProps & React.RefAttributes<HTMLDivElement>>;
|
|
37
|
+
|
|
38
|
+
type ButtonTabProps = {
|
|
39
|
+
index: number
|
|
40
|
+
onClick: (index: number) => void
|
|
41
|
+
isActive: boolean
|
|
42
|
+
label?: string
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/** @jsxImportSource @emotion/react */
|
|
46
|
+
|
|
47
|
+
declare const ButtonTab: React.ForwardRefExoticComponent<ButtonTabProps & React.RefAttributes<HTMLButtonElement>>;
|
|
48
|
+
|
|
49
|
+
type OptionParams$2<T = any> = {
|
|
50
|
+
label: string | number
|
|
51
|
+
value: T
|
|
52
|
+
disabled?: boolean
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
interface InputSelectProps<T = any>
|
|
56
|
+
extends Omit<InputWithAdornmentsProps, "form"> {
|
|
57
|
+
options?: OptionParams$2<T>[]
|
|
58
|
+
handleChange?: (value: T) => void
|
|
59
|
+
isLoading?: boolean
|
|
60
|
+
form?: UseFormReturn<any>
|
|
61
|
+
iconProps?: SVGProps
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
type CalendarHeaderProps$1 = {
|
|
65
|
+
changeYear(year: number | string): void
|
|
66
|
+
changeMonth(month: number | string): void
|
|
67
|
+
date: Date
|
|
68
|
+
yearOptions: OptionParams$2[]
|
|
69
|
+
max?: DateTime
|
|
70
|
+
min?: DateTime
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
declare const CalendarHeaderWithSelect: React.ForwardRefExoticComponent<CalendarHeaderProps$1 & React.RefAttributes<HTMLDivElement>>;
|
|
74
|
+
|
|
75
|
+
type CalendarContainerProps$1 = {
|
|
76
|
+
className?: string
|
|
77
|
+
children?: React__default.ReactNode
|
|
78
|
+
showPopperArrow?: boolean
|
|
79
|
+
arrowProps?: { [propName: string]: any }
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
declare const CalendarStandardContainer: React.ForwardRefExoticComponent<CalendarContainerProps$1 & React.RefAttributes<HTMLDivElement>>;
|
|
83
|
+
|
|
84
|
+
type CalendarHeaderProps = {
|
|
85
|
+
decreaseMonth: () => void
|
|
86
|
+
increaseMonth: () => void
|
|
87
|
+
nextMonthButtonDisabled: boolean
|
|
88
|
+
prevMonthButtonDisabled: boolean
|
|
89
|
+
date: Date
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
declare const CalendarStandardHeader: React.ForwardRefExoticComponent<CalendarHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
93
|
+
|
|
94
|
+
declare const DesktopInputWithMonthPicker: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>;
|
|
95
|
+
|
|
96
|
+
type TabPanelVariants = "grey" | "white"
|
|
97
|
+
|
|
98
|
+
type MenuPanelProps = {
|
|
99
|
+
tabs: { label: string }[]
|
|
100
|
+
tabPanels: ReactNode[]
|
|
101
|
+
paths: string[]
|
|
102
|
+
activeTab: number | null
|
|
103
|
+
variant?: TabPanelVariants
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
type DesktopMenuPanelProps = {
|
|
107
|
+
tabs: { label: string }[]
|
|
108
|
+
active: number | null
|
|
109
|
+
handleClick: (index: number) => void
|
|
110
|
+
variant: TabPanelVariants
|
|
111
|
+
isScrolling: boolean
|
|
112
|
+
setIsScrolling: (val: boolean) => void
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/** @jsxImportSource @emotion/react */
|
|
116
|
+
|
|
117
|
+
declare const DesktopMenuPanel: React.ForwardRefExoticComponent<DesktopMenuPanelProps & React.RefAttributes<HTMLDivElement>>;
|
|
118
|
+
|
|
119
|
+
declare const InputDropdown: React.ForwardRefExoticComponent<Pick<{
|
|
120
|
+
isOpen?: boolean | undefined;
|
|
121
|
+
handleClose: () => void;
|
|
122
|
+
buttonRef?: React.RefObject<HTMLDivElement> | undefined;
|
|
123
|
+
className?: string | undefined;
|
|
124
|
+
children: React.ReactNode | React.ReactNode[];
|
|
125
|
+
endComponent?: React.ReactNode;
|
|
126
|
+
} & kui_basic.GridProps, "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "alignContent" | "alignItems" | "direction" | "xs" | "sm" | "lg" | "endComponent" | "isOpen" | "handleClose" | "buttonRef" | "spacing" | "item" | "container" | "justify" | "wrap" | "md" | "xl"> & React.RefAttributes<HTMLDivElement>>;
|
|
127
|
+
|
|
128
|
+
interface InputWithMaskProps
|
|
129
|
+
extends Omit<InputWithMaskProps$1, "form"> {
|
|
130
|
+
form: UseFormReturn<any>
|
|
131
|
+
error?: string | null
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
declare const InputWithMask: React.ForwardRefExoticComponent<Pick<InputWithMaskProps, keyof InputWithMaskProps> & React.RefAttributes<HTMLInputElement>>;
|
|
135
|
+
|
|
136
|
+
declare const InputForDatepicker: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
|
|
137
|
+
|
|
138
|
+
interface InputWithControllerProps
|
|
139
|
+
extends Omit<InputWithAdornmentsProps, "form" | "ref"> {
|
|
140
|
+
form: UseFormReturn<any>
|
|
141
|
+
error?: string | null
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
declare const InputPassword: React.ForwardRefExoticComponent<InputWithControllerProps & React.RefAttributes<HTMLInputElement>>;
|
|
145
|
+
|
|
146
|
+
type InputSelectDropdownProps = {
|
|
147
|
+
options: OptionParams$2[]
|
|
148
|
+
inputRef: RefObject<HTMLInputElement | HTMLDivElement>
|
|
149
|
+
isOpenDropdown: boolean
|
|
150
|
+
handleCloseDropdown: () => void
|
|
151
|
+
handleSelect: (item: any) => void
|
|
152
|
+
selectedValue?: string | number | FieldValues
|
|
153
|
+
renderOption: (option: OptionParams$2, selectedValue?: any) => ReactNode
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
declare const InputSelectDropdown: React.ForwardRefExoticComponent<InputSelectDropdownProps & React.RefAttributes<HTMLDivElement>>;
|
|
157
|
+
|
|
158
|
+
declare const InputTextAreaMobile: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
|
|
159
|
+
|
|
160
|
+
declare const InputWithController: React.ForwardRefExoticComponent<InputWithControllerProps & React.RefAttributes<HTMLInputElement | null>>;
|
|
161
|
+
|
|
162
|
+
declare const InputWithDatePicker: React.ForwardRefExoticComponent<Pick<{
|
|
163
|
+
title?: string | undefined;
|
|
164
|
+
description?: string | undefined;
|
|
165
|
+
yearParams?: {
|
|
166
|
+
min: number;
|
|
167
|
+
max: number;
|
|
168
|
+
} | undefined;
|
|
169
|
+
defaultValue?: Date | undefined;
|
|
170
|
+
name?: string | undefined;
|
|
171
|
+
datePickerProps?: react_datepicker.ReactDatePickerProps<never, undefined> | undefined;
|
|
172
|
+
form: any;
|
|
173
|
+
onChange?: ((date: DateTime | null) => void) | undefined;
|
|
174
|
+
footerLabel?: string | undefined;
|
|
175
|
+
max?: DateTime | undefined;
|
|
176
|
+
min?: DateTime | undefined;
|
|
177
|
+
alignTitle?: "left" | "center" | undefined;
|
|
178
|
+
} & Omit<kui_basic.InputWithAdornmentsProps, "onChange">, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "inputRef" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "datePickerProps" | "description" | "yearParams" | "footerLabel" | "alignTitle"> & React.RefAttributes<HTMLInputElement>>;
|
|
179
|
+
|
|
180
|
+
declare const InputWithMonthPicker: <T extends FieldValues>(props: any) => JSX.Element;
|
|
181
|
+
|
|
182
|
+
type TabItemProps = {
|
|
183
|
+
tab: { label: string }
|
|
184
|
+
active: number | null
|
|
185
|
+
index: number
|
|
186
|
+
handleClick: (index: number) => void
|
|
187
|
+
offset: number
|
|
188
|
+
isScrolling: boolean
|
|
189
|
+
setIsScrolling: (val: boolean) => void
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/** @jsxImportSource @emotion/react */
|
|
193
|
+
|
|
194
|
+
declare const MenuItem: React.ForwardRefExoticComponent<TabItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
195
|
+
|
|
196
|
+
/** @jsxImportSource @emotion/react */
|
|
197
|
+
|
|
198
|
+
declare const MenuPanel: React.ForwardRefExoticComponent<MenuPanelProps & React.RefAttributes<HTMLDivElement>>;
|
|
199
|
+
|
|
200
|
+
declare const MobileInputWithMonthPicker: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>;
|
|
201
|
+
|
|
202
|
+
type MobileMenuPanelProps = {
|
|
203
|
+
tabs: { label: string }[]
|
|
204
|
+
active: number | null
|
|
205
|
+
handleClick: (index: number) => void
|
|
206
|
+
variant: TabPanelVariants
|
|
207
|
+
isScrolling: boolean
|
|
208
|
+
setIsScrolling: (val: boolean) => void
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/** @jsxImportSource @emotion/react */
|
|
212
|
+
|
|
213
|
+
declare const MobileMenuPanel: React.ForwardRefExoticComponent<MobileMenuPanelProps & React.RefAttributes<HTMLInputElement>>;
|
|
214
|
+
|
|
215
|
+
type CalendarContainerProps = {
|
|
216
|
+
className?: string
|
|
217
|
+
children?: React.ReactNode
|
|
218
|
+
showPopperArrow?: boolean
|
|
219
|
+
arrowProps?: { [propName: string]: any }
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
declare const MonthPickerContainer: React.ForwardRefExoticComponent<CalendarContainerProps & React.RefAttributes<HTMLDivElement>>;
|
|
223
|
+
|
|
224
|
+
type MonthPickerHeaderProps = {
|
|
225
|
+
decreaseYear: () => void
|
|
226
|
+
increaseYear: () => void
|
|
227
|
+
nextYearButtonDisabled: boolean
|
|
228
|
+
prevYearButtonDisabled: boolean
|
|
229
|
+
date: Date
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
declare const MonthPickerHeader: React.ForwardRefExoticComponent<MonthPickerHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
233
|
+
|
|
234
|
+
type PassportStrengthVariants = "weak" | "simple" | "medium" | "hard"
|
|
235
|
+
|
|
236
|
+
type PassportStrengthBarProps = {
|
|
237
|
+
strength: PassportStrengthVariants | null
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/** @jsxImportSource @emotion/react */
|
|
241
|
+
|
|
242
|
+
declare const PassportStrengthBar: React.ForwardRefExoticComponent<PassportStrengthBarProps & React.RefAttributes<HTMLDivElement>>;
|
|
243
|
+
|
|
244
|
+
declare const SelectMonth: React.ForwardRefExoticComponent<Pick<{
|
|
245
|
+
min?: number | false | undefined;
|
|
246
|
+
max?: number | false | undefined;
|
|
247
|
+
} & InputSelectProps<any>, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "options" | "inputRef" | "handleChange" | "iconProps" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "isLoading"> & React.RefAttributes<HTMLInputElement>>;
|
|
248
|
+
|
|
249
|
+
declare const SelectYear: React.ForwardRefExoticComponent<Pick<{
|
|
250
|
+
yearOptions: OptionParams$2<any>[];
|
|
251
|
+
min?: number | undefined;
|
|
252
|
+
max?: number | undefined;
|
|
253
|
+
} & InputSelectProps<any>, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "options" | "inputRef" | "handleChange" | "iconProps" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "yearOptions" | "isLoading"> & React.RefAttributes<HTMLInputElement>>;
|
|
254
|
+
|
|
255
|
+
interface SwitchWithControllerProps<T>
|
|
256
|
+
extends Omit<SwitchProps, "form"> {
|
|
257
|
+
form: UseFormReturn<any> | null
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/** @jsxImportSource @emotion/react */
|
|
261
|
+
|
|
262
|
+
declare const Switch: React.ForwardRefExoticComponent<Pick<SwitchWithControllerProps<FieldValues>, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "error" | "inputRef" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required"> & React.RefAttributes<HTMLInputElement>>;
|
|
263
|
+
|
|
264
|
+
declare const UndefinedAvatar: React.ForwardRefExoticComponent<Pick<{
|
|
265
|
+
label?: string | null | undefined;
|
|
266
|
+
} & Partial<kui_basic.CaptionProps>, "label" | "size" | "weight" | "color" | "disableUserSelect" | "align" | "colorGroup" | "variant" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLDivElement>>;
|
|
267
|
+
|
|
268
|
+
interface InputPhoneWithFormProps
|
|
269
|
+
extends Omit<InputWithCountryDropdownProps, "form"> {
|
|
270
|
+
form: UseFormReturn<any>
|
|
271
|
+
name?: string
|
|
272
|
+
error?: string | null
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
declare const InputPhoneWithForm: React__default.ForwardRefExoticComponent<Pick<InputPhoneWithFormProps, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "error" | "inputRef" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "onSelectCountry" | "hiddenInputProps"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
276
|
+
|
|
277
|
+
declare const Table: React.ForwardRefExoticComponent<Pick<React.ClassAttributes<HTMLTableElement> & React.TableHTMLAttributes<HTMLTableElement>, "key" | keyof React.TableHTMLAttributes<HTMLTableElement>> & React.RefAttributes<HTMLTableElement>>;
|
|
278
|
+
|
|
279
|
+
declare const TableHeadCell: _emotion_styled.StyledComponent<{
|
|
280
|
+
theme?: _emotion_react.Theme | undefined;
|
|
281
|
+
as?: React.ElementType<any> | undefined;
|
|
282
|
+
}, React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
|
|
283
|
+
|
|
284
|
+
declare const TableCell: _emotion_styled.StyledComponent<{
|
|
285
|
+
theme?: _emotion_react.Theme | undefined;
|
|
286
|
+
as?: React.ElementType<any> | undefined;
|
|
287
|
+
}, React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
|
|
288
|
+
|
|
289
|
+
declare const TableRow: React.ForwardRefExoticComponent<Pick<React.ClassAttributes<HTMLTableRowElement> & React.HTMLAttributes<HTMLTableRowElement>, "key" | keyof React.HTMLAttributes<HTMLTableRowElement>> & React.RefAttributes<HTMLTableRowElement>>;
|
|
290
|
+
|
|
291
|
+
type PopperPlacements =
|
|
292
|
+
| "right"
|
|
293
|
+
| "left"
|
|
294
|
+
| "topStart"
|
|
295
|
+
| "topMiddle"
|
|
296
|
+
| "topEnd"
|
|
297
|
+
| "bottomStart"
|
|
298
|
+
| "bottomMiddle"
|
|
299
|
+
| "bottomEnd"
|
|
300
|
+
|
|
301
|
+
interface TooltipProps
|
|
302
|
+
extends Omit<React__default.HTMLAttributes<HTMLDivElement>, "content"> {
|
|
303
|
+
onOpen?: () => void
|
|
304
|
+
onClose?: () => void
|
|
305
|
+
content: ReactNode
|
|
306
|
+
open?: boolean
|
|
307
|
+
placement?: PopperPlacements
|
|
308
|
+
withArrow?: boolean
|
|
309
|
+
cursor?: "pointer" | "auto"
|
|
310
|
+
spacing?: string
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
|
|
314
|
+
|
|
315
|
+
type ButtonSelectProps = InputSelectProps
|
|
316
|
+
|
|
317
|
+
declare const ButtonSelect: React__default.ForwardRefExoticComponent<Pick<ButtonSelectProps, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "options" | "inputRef" | "handleChange" | "iconProps" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "isLoading"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
318
|
+
|
|
319
|
+
declare const InputSelect: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
|
|
320
|
+
|
|
321
|
+
declare const InputSelectWithController: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
|
|
322
|
+
|
|
323
|
+
type OptionParams$1 = {
|
|
324
|
+
label: string | number
|
|
325
|
+
value: string | number
|
|
326
|
+
disabled?: boolean
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
type InputSelectBaseProps<TFormValues> = {
|
|
330
|
+
options: OptionParams$1[]
|
|
331
|
+
handleChange: (value: number | string) => void
|
|
332
|
+
iconProps?: SVGProps
|
|
333
|
+
renderOption: (option: OptionParams$1) => void
|
|
334
|
+
selectedLabel?: string
|
|
335
|
+
selectedValue?: any
|
|
336
|
+
error?: string
|
|
337
|
+
} & InputProps<TFormValues>
|
|
338
|
+
|
|
339
|
+
type InputMultiSelectProps<T> = InputSelectBaseProps<T>
|
|
340
|
+
|
|
341
|
+
declare function InputMultiSelect<TFormValues extends object>({ options, name, handleChange, form, value: valueProp, ...inputProps }: InputMultiSelectProps<TFormValues>): JSX.Element;
|
|
342
|
+
|
|
343
|
+
interface RadioButtonsProps extends Omit<RadioGroupProps, "onChange"> {
|
|
344
|
+
options: OptionType[]
|
|
345
|
+
disabled?: boolean
|
|
346
|
+
direction?: "row" | "column"
|
|
347
|
+
fullWidth?: boolean
|
|
348
|
+
defaultValue?: any
|
|
349
|
+
isInvalid?: boolean
|
|
350
|
+
testId?: number | string
|
|
351
|
+
isSquare?: boolean
|
|
352
|
+
onChange?: (
|
|
353
|
+
event: React.ChangeEvent<HTMLInputElement>,
|
|
354
|
+
value: string | null
|
|
355
|
+
) => void
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
type OptionType = {
|
|
359
|
+
value: string | number
|
|
360
|
+
label: string
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
declare const RadioButtons: React__default.ForwardRefExoticComponent<Pick<RadioButtonsProps, keyof RadioButtonsProps> & React__default.RefAttributes<HTMLInputElement>>;
|
|
364
|
+
|
|
365
|
+
type RadioButtonsWithControllerProps<T> = {
|
|
366
|
+
form: UseFormReturn<T>
|
|
367
|
+
} & RadioButtonsProps
|
|
368
|
+
|
|
369
|
+
declare function RadioButtonsWithController<T extends object>({ form, name, defaultValue, ...otherProps }: RadioButtonsWithControllerProps<T>): JSX.Element;
|
|
370
|
+
|
|
371
|
+
type RadioGroupWithTitleDirections = "horizontal" | "vertical"
|
|
372
|
+
|
|
373
|
+
type RadioGroupWithLabelProps<TFormValues> = {
|
|
374
|
+
title: string
|
|
375
|
+
options: OptionType[]
|
|
376
|
+
direction?: RadioGroupWithTitleDirections
|
|
377
|
+
} & RadioButtonsProps<TFormValues>
|
|
378
|
+
|
|
379
|
+
declare function RadioGroupWithLabel<TFormValues extends object>(props: RadioGroupWithLabelProps<TFormValues>): JSX.Element;
|
|
380
|
+
|
|
381
|
+
type InputWithAutoCompleteProps<T, U> = {
|
|
382
|
+
renderOption: (option: U) => ReactNode
|
|
383
|
+
options: U[] | any
|
|
384
|
+
hideName?: string
|
|
385
|
+
onSelectItem: (item: U) => void
|
|
386
|
+
isLoading?: boolean
|
|
387
|
+
handleScrollEnd?: () => void
|
|
388
|
+
onSearchItem?: (value: string) => void
|
|
389
|
+
isLabelLoading?: boolean
|
|
390
|
+
creatingLabel?: string
|
|
391
|
+
renderCreatingModal?: (props: ModalProps) => ReactNode
|
|
392
|
+
endComponent?: ReactNode
|
|
393
|
+
inputRef?: RefObject<HTMLInputElement>
|
|
394
|
+
} & InputProps<T>
|
|
395
|
+
|
|
396
|
+
type OptionParams = {
|
|
397
|
+
id: number
|
|
398
|
+
id_ml?: number
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
declare function InputWithAutocomplete<T extends object, U extends OptionParams>({ renderOption, options, name, hideName, form, isLoading, onSelectItem, handleScrollEnd, onSearchItem, isLabelLoading, disabled, creatingLabel, renderCreatingModal, endComponent, inputRef: inputRefProps, ...inputProps }: InputWithAutoCompleteProps<T, U>): _emotion_react_jsx_runtime.JSX.Element;
|
|
402
|
+
|
|
403
|
+
type AutocompleteOptionProps = {
|
|
404
|
+
label: string
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
declare function AutocompleteOption({ label }: AutocompleteOptionProps): JSX.Element;
|
|
408
|
+
|
|
409
|
+
declare const InputFile: React__default.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React__default.RefAttributes<HTMLInputElement>>;
|
|
410
|
+
|
|
411
|
+
declare const CheckboxWithController: React__default.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
412
|
+
|
|
413
|
+
type CheckboxGroupWithTitleProps<TFormValues> = {
|
|
414
|
+
title: string
|
|
415
|
+
options: CheckboxOptionType[]
|
|
416
|
+
} & InputProps$1<TFormValues>
|
|
417
|
+
|
|
418
|
+
type CheckboxOptionType = {
|
|
419
|
+
name: string
|
|
420
|
+
label: string
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
declare function CheckboxGroupWithTitle<TFormValues extends object>({ title, options, form, name, ...otherProps }: CheckboxGroupWithTitleProps<TFormValues>): JSX.Element;
|
|
424
|
+
|
|
425
|
+
declare type MapWrapperProps = {
|
|
426
|
+
children?: ReactNode;
|
|
427
|
+
};
|
|
428
|
+
declare function MapWrapper({ children }: MapWrapperProps): ReactElement;
|
|
429
|
+
|
|
430
|
+
declare type GeolocationParams = {
|
|
431
|
+
lat: number;
|
|
432
|
+
lng: number;
|
|
433
|
+
};
|
|
434
|
+
declare const useAddressAutocomplete: (form: UseFormReturn<any>, name: string, handlePlaceSelectProp?: ((coords: GeolocationParams | null, place: google.maps.places.PlaceResult) => void) | undefined) => {
|
|
435
|
+
inputRef: React.RefObject<HTMLInputElement>;
|
|
436
|
+
handlePlaceSelect: (newPlace: google.maps.places.PlaceResult) => Promise<void>;
|
|
437
|
+
place: google.maps.places.PlaceResult | null;
|
|
438
|
+
cleanLocation: () => void;
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
type InputWithAddressAutocompleteProps<T> = {
|
|
442
|
+
handlePlaceSelect?: (coords: GeolocationParams | null) => void
|
|
443
|
+
} & InputWithControllerProps<T>
|
|
444
|
+
|
|
445
|
+
declare function InputWithAddressAutocomplete<T extends object>({ form, name, handlePlaceSelect, ...inputProps }: InputWithAddressAutocompleteProps<T>): JSX.Element;
|
|
446
|
+
declare namespace InputWithAddressAutocomplete {
|
|
447
|
+
var defaultProps: {
|
|
448
|
+
label: string;
|
|
449
|
+
};
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
declare const DependentInput: <T extends object>(props: any) => JSX.Element;
|
|
453
|
+
|
|
454
|
+
declare const Loading: React.ForwardRefExoticComponent<{
|
|
455
|
+
height?: string | undefined;
|
|
456
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<unknown>>;
|
|
457
|
+
|
|
458
|
+
declare type KUIComplexSettings = {
|
|
459
|
+
mapKey: string;
|
|
460
|
+
};
|
|
461
|
+
declare const setSettings: (newSettings: KUIComplexSettings) => void;
|
|
462
|
+
|
|
463
|
+
declare type VisibilitySettings = {
|
|
464
|
+
tenant: boolean;
|
|
465
|
+
landlord: boolean;
|
|
466
|
+
};
|
|
467
|
+
declare type DocumentVisibilityVariants = "everybody" | "tenant" | "landlord" | "nobody";
|
|
468
|
+
declare const getVisibility: ({ landlord, tenant }: VisibilitySettings) => "everybody" | "tenant" | "landlord" | "nobody";
|
|
469
|
+
declare const getVisibilitySettings: (visibility?: DocumentVisibilityVariants | undefined) => {
|
|
470
|
+
tenant: boolean;
|
|
471
|
+
landlord: boolean;
|
|
472
|
+
};
|
|
473
|
+
|
|
474
|
+
declare const getFormValue: <T extends object>(name?: string | undefined, form?: UseFormReturn<T, any, undefined> | null | undefined) => react_hook_form.FieldValues | undefined;
|
|
475
|
+
declare const getFormError: <T extends object>(name?: string | undefined, form?: UseFormReturn<T, any, undefined> | null | undefined) => string | undefined;
|
|
476
|
+
|
|
477
|
+
declare const phoneRegExp: RegExp;
|
|
478
|
+
declare const isValidWithMaskExp: RegExp;
|
|
479
|
+
declare const dateRegExp: RegExp;
|
|
480
|
+
declare const monthYearRegExp: RegExp;
|
|
481
|
+
declare const emailRegExp: RegExp;
|
|
482
|
+
declare const carNumberRegExp: RegExp;
|
|
483
|
+
declare const innRegExp: RegExp;
|
|
484
|
+
declare const corrAccountRegExp: RegExp;
|
|
485
|
+
declare const accountRegExp: RegExp;
|
|
486
|
+
declare const bicRegExp: RegExp;
|
|
487
|
+
declare const swiftRegExp: RegExp;
|
|
488
|
+
declare const simplePasswordRegExp: RegExp;
|
|
489
|
+
declare const mediumPasswordRegExp: RegExp;
|
|
490
|
+
declare const strongPasswordRegExp: RegExp;
|
|
491
|
+
|
|
492
|
+
export { AutocompleteOption, Avatar, ButtonSelect, ButtonTab, ButtonsPanel, CalendarHeaderWithSelect, CalendarStandardContainer, CalendarStandardHeader, CheckboxGroupWithTitle, CheckboxWithController, DependentInput, DesktopInputWithMonthPicker, DesktopMenuPanel, DocumentVisibilityVariants, InputDropdown, InputFile, InputForDatepicker, InputMultiSelect, InputPassword, InputPhoneWithForm, InputSelect, InputSelectDropdown, InputSelectWithController, InputTextAreaMobile, InputWithAddressAutocomplete, InputWithAutocomplete, InputWithController, InputWithDatePicker, InputWithMask, InputWithMonthPicker, Loading, MapWrapper, MenuItem, MenuPanel, MobileInputWithMonthPicker, MobileMenuPanel, MonthPickerContainer, MonthPickerHeader, PassportStrengthBar, RadioButtons, RadioButtonsWithController, RadioGroupWithLabel, SelectMonth, SelectYear, Switch, Table, TableCell, TableHeadCell, TableRow, Tooltip, UndefinedAvatar, VisibilitySettings, accountRegExp, bicRegExp, carNumberRegExp, corrAccountRegExp, dateRegExp, emailRegExp, getFormError, getFormValue, getVisibility, getVisibilitySettings, innRegExp, isValidWithMaskExp, mediumPasswordRegExp, monthYearRegExp, phoneRegExp, setSettings, simplePasswordRegExp, strongPasswordRegExp, swiftRegExp, useAddressAutocomplete };
|