@mmb-digital/ds-lilly 0.10.47 → 0.10.48
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/dist/ds-lilly.js +10678 -10726
- package/dist/svg/settings.svg +1 -1
- package/dist/types/src/components/Components/Alert/Alert.d.ts +24 -24
- package/dist/types/src/components/Components/Alert/index.d.ts +1 -1
- package/dist/types/src/components/Components/Avatar/Avatar.d.ts +26 -26
- package/dist/types/src/components/Components/Avatar/index.d.ts +1 -1
- package/dist/types/src/components/Components/Badge/Badge.d.ts +19 -19
- package/dist/types/src/components/Components/Badge/index.d.ts +1 -1
- package/dist/types/src/components/Components/Button/Button.d.ts +56 -56
- package/dist/types/src/components/Components/Button/ButtonsGroup.d.ts +12 -12
- package/dist/types/src/components/Components/Button/index.d.ts +2 -2
- package/dist/types/src/components/Components/ButtonTooltip/ButtonTooltip.d.ts +9 -9
- package/dist/types/src/components/Components/ButtonTooltip/index.d.ts +1 -1
- package/dist/types/src/components/Components/Card/Card.d.ts +63 -63
- package/dist/types/src/components/Components/Card/_elements_/CardCustomTrigger.d.ts +5 -5
- package/dist/types/src/components/Components/Card/_elements_/CollapseHeader.d.ts +20 -20
- package/dist/types/src/components/Components/Card/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Components/Card/index.d.ts +2 -2
- package/dist/types/src/components/Components/Collapse/Collapse.d.ts +23 -23
- package/dist/types/src/components/Components/Collapse/index.d.ts +1 -1
- package/dist/types/src/components/Components/CompactButtons/CompactButtons.d.ts +56 -56
- package/dist/types/src/components/Components/CompactButtons/index.d.ts +1 -1
- package/dist/types/src/components/Components/ContentTable/ContentTable.d.ts +27 -27
- package/dist/types/src/components/Components/ContentTable/ContentTableRow.d.ts +60 -60
- package/dist/types/src/components/Components/ContentTable/index.d.ts +2 -2
- package/dist/types/src/components/Components/Divider/Divider.d.ts +6 -6
- package/dist/types/src/components/Components/Divider/index.d.ts +1 -1
- package/dist/types/src/components/Components/Dropdown/Dropdown.d.ts +41 -41
- package/dist/types/src/components/Components/Dropdown/_elements_/DropdownItem.d.ts +32 -32
- package/dist/types/src/components/Components/Dropdown/_elements_/DropdownMenu.d.ts +18 -18
- package/dist/types/src/components/Components/Dropdown/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown/index.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown2/Dropdown2.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown2/_elements_/Dropdown2Divider.d.ts +6 -6
- package/dist/types/src/components/Components/Dropdown2/_elements_/Dropdown2Item.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown2/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Components/Dropdown2/index.d.ts +2 -2
- package/dist/types/src/components/Components/Icon/Icon.d.ts +24 -24
- package/dist/types/src/components/Components/Icon/index.d.ts +1 -1
- package/dist/types/src/components/Components/IconList/IconList.d.ts +7 -7
- package/dist/types/src/components/Components/IconList/IconListItem.d.ts +23 -23
- package/dist/types/src/components/Components/IconList/index.d.ts +2 -2
- package/dist/types/src/components/Components/Image/Image.d.ts +12 -12
- package/dist/types/src/components/Components/Image/index.d.ts +1 -1
- package/dist/types/src/components/Components/Link/Link.d.ts +35 -35
- package/dist/types/src/components/Components/Link/index.d.ts +1 -1
- package/dist/types/src/components/Components/List/List.d.ts +11 -11
- package/dist/types/src/components/Components/List/ListItem.d.ts +9 -9
- package/dist/types/src/components/Components/List/index.d.ts +2 -2
- package/dist/types/src/components/Components/Loader/Loader.d.ts +12 -12
- package/dist/types/src/components/Components/Loader/index.d.ts +1 -1
- package/dist/types/src/components/Components/Modal/Modal.d.ts +10 -10
- package/dist/types/src/components/Components/Modal/Modal.hook.d.ts +20 -20
- package/dist/types/src/components/Components/Modal/ModalContent.d.ts +7 -7
- package/dist/types/src/components/Components/Modal/ModalDialog.d.ts +9 -9
- package/dist/types/src/components/Components/Modal/ModalFooter.d.ts +7 -7
- package/dist/types/src/components/Components/Modal/ModalHeader.d.ts +21 -21
- package/dist/types/src/components/Components/Modal/index.d.ts +6 -6
- package/dist/types/src/components/Components/Pills/Pills.d.ts +23 -23
- package/dist/types/src/components/Components/Pills/index.d.ts +1 -1
- package/dist/types/src/components/Components/Tag/Tag.d.ts +16 -16
- package/dist/types/src/components/Components/Tag/index.d.ts +1 -1
- package/dist/types/src/components/Components/Tile/Tile.d.ts +21 -21
- package/dist/types/src/components/Components/Tile/index.d.ts +1 -1
- package/dist/types/src/components/Components/Toast/Toast.d.ts +11 -11
- package/dist/types/src/components/Components/Toast/Toast.hook.d.ts +11 -11
- package/dist/types/src/components/Components/Toast/index.d.ts +2 -2
- package/dist/types/src/components/Components/Tooltip/Tooltip.d.ts +29 -29
- package/dist/types/src/components/Components/Tooltip/index.d.ts +1 -1
- package/dist/types/src/components/Components/UserAuth/UserAuth.d.ts +48 -48
- package/dist/types/src/components/Components/UserAuth/index.d.ts +1 -1
- package/dist/types/src/components/Components/index.d.ts +25 -25
- package/dist/types/src/components/Form/Autocomplete/Autocomplete.d.ts +35 -35
- package/dist/types/src/components/Form/Autocomplete/index.d.ts +1 -1
- package/dist/types/src/components/Form/Autocomplete2/Autocomplete2.d.ts +49 -49
- package/dist/types/src/components/Form/Autocomplete2/index.d.ts +1 -1
- package/dist/types/src/components/Form/BankAccountSelect/BankAccountSelect.d.ts +11 -11
- package/dist/types/src/components/Form/BankAccountSelect/index.d.ts +1 -1
- package/dist/types/src/components/Form/Checkbox/Checkbox.d.ts +9 -9
- package/dist/types/src/components/Form/Checkbox/index.d.ts +1 -1
- package/dist/types/src/components/Form/Checkbox2/Checkbox2.d.ts +5 -5
- package/dist/types/src/components/Form/Checkbox2/index.d.ts +1 -1
- package/dist/types/src/components/Form/CheckboxControl/CheckboxControl.d.ts +2 -2
- package/dist/types/src/components/Form/CheckboxControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/DatePicker/DatePicker.d.ts +23 -23
- package/dist/types/src/components/Form/DatePicker/index.d.ts +1 -1
- package/dist/types/src/components/Form/DatePicker2/DatePicker2.d.ts +21 -21
- package/dist/types/src/components/Form/DatePicker2/index.d.ts +1 -1
- package/dist/types/src/components/Form/DecimalInput/DecimalInput.d.ts +11 -11
- package/dist/types/src/components/Form/DecimalInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/FileUpload/FileUpload.d.ts +78 -78
- package/dist/types/src/components/Form/FileUpload/FileUpload.hook.d.ts +8 -8
- package/dist/types/src/components/Form/FileUpload/_parts_/FileList.d.ts +22 -22
- package/dist/types/src/components/Form/FileUpload/_parts_/index.d.ts +1 -1
- package/dist/types/src/components/Form/FileUpload/index.d.ts +2 -2
- package/dist/types/src/components/Form/FormControl/FormControl.d.ts +29 -29
- package/dist/types/src/components/Form/FormControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormField/FormField.d.ts +63 -63
- package/dist/types/src/components/Form/FormField/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormGroup/FormGroup.d.ts +15 -15
- package/dist/types/src/components/Form/FormGroup/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormGroup2/FormGroup2.d.ts +32 -32
- package/dist/types/src/components/Form/FormGroup2/index.d.ts +1 -1
- package/dist/types/src/components/Form/FormText/FormText.d.ts +13 -13
- package/dist/types/src/components/Form/FormText/index.d.ts +1 -1
- package/dist/types/src/components/Form/Input2/Input2.d.ts +44 -44
- package/dist/types/src/components/Form/Input2/_elements_/ShowPasswordIcon.d.ts +7 -7
- package/dist/types/src/components/Form/Input2/_elements_/index.d.ts +1 -1
- package/dist/types/src/components/Form/Input2/index.d.ts +1 -1
- package/dist/types/src/components/Form/IntegerInput/IntegerInput.d.ts +15 -15
- package/dist/types/src/components/Form/IntegerInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/Label/Label.d.ts +14 -14
- package/dist/types/src/components/Form/Label/index.d.ts +1 -1
- package/dist/types/src/components/Form/Label2/Label2.d.ts +10 -10
- package/dist/types/src/components/Form/Label2/index.d.ts +1 -1
- package/dist/types/src/components/Form/MonthInput/MonthInput.d.ts +23 -23
- package/dist/types/src/components/Form/MonthInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/PasswordInput/PasswordInput.d.ts +11 -11
- package/dist/types/src/components/Form/PasswordInput/WithShowPassword.d.ts +12 -12
- package/dist/types/src/components/Form/PasswordInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/PersonCount/PersonCount.d.ts +12 -12
- package/dist/types/src/components/Form/PersonCount/index.d.ts +1 -1
- package/dist/types/src/components/Form/Radio/Radio.d.ts +5 -5
- package/dist/types/src/components/Form/Radio/index.d.ts +1 -1
- package/dist/types/src/components/Form/Radio2/Radio2.d.ts +17 -17
- package/dist/types/src/components/Form/Radio2/index.d.ts +1 -1
- package/dist/types/src/components/Form/RadioControl/RadioControl.d.ts +2 -2
- package/dist/types/src/components/Form/RadioControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/RadioGroup/RadioGroup.d.ts +31 -31
- package/dist/types/src/components/Form/RadioGroup/index.d.ts +1 -1
- package/dist/types/src/components/Form/SearchInput/SearchInput.d.ts +2 -2
- package/dist/types/src/components/Form/SearchInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/Select/Select.d.ts +16 -16
- package/dist/types/src/components/Form/Select/index.d.ts +1 -1
- package/dist/types/src/components/Form/Select2/Select2.d.ts +37 -37
- package/dist/types/src/components/Form/Select2/_elements_/Select2CategorisedOptions.d.ts +4 -4
- package/dist/types/src/components/Form/Select2/_elements_/Select2Options.d.ts +4 -4
- package/dist/types/src/components/Form/Select2/_elements_/SelectedOption.d.ts +16 -16
- package/dist/types/src/components/Form/Select2/_elements_/index.d.ts +3 -3
- package/dist/types/src/components/Form/Select2/index.d.ts +2 -2
- package/dist/types/src/components/Form/SelectControl/SelectControl.d.ts +14 -14
- package/dist/types/src/components/Form/SelectControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectControlAutocomplete/SelectControlAutocomplete.d.ts +19 -19
- package/dist/types/src/components/Form/SelectControlAutocomplete/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectControlStatic/SelectControlStatic.d.ts +3 -3
- package/dist/types/src/components/Form/SelectControlStatic/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectItem/SelectItem.d.ts +2 -2
- package/dist/types/src/components/Form/SelectItem/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectMenu/SelectMenu.d.ts +22 -22
- package/dist/types/src/components/Form/SelectMenu/index.d.ts +1 -1
- package/dist/types/src/components/Form/SelectOption/SelectOption.d.ts +17 -17
- package/dist/types/src/components/Form/SelectOption/index.d.ts +1 -1
- package/dist/types/src/components/Form/Slider/Slider.d.ts +71 -71
- package/dist/types/src/components/Form/Slider/index.d.ts +1 -1
- package/dist/types/src/components/Form/TextInput/TextInput.d.ts +6 -6
- package/dist/types/src/components/Form/TextInput/index.d.ts +1 -1
- package/dist/types/src/components/Form/TextInputControl/TextInputControl.d.ts +7 -7
- package/dist/types/src/components/Form/TextInputControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/Textarea/Textarea.d.ts +5 -5
- package/dist/types/src/components/Form/Textarea/index.d.ts +1 -1
- package/dist/types/src/components/Form/Textarea2/Textarea2.d.ts +11 -11
- package/dist/types/src/components/Form/Textarea2/index.d.ts +1 -1
- package/dist/types/src/components/Form/TextareaControl/TextareaControl.d.ts +2 -2
- package/dist/types/src/components/Form/TextareaControl/index.d.ts +1 -1
- package/dist/types/src/components/Form/Toggle/Toggle.d.ts +24 -24
- package/dist/types/src/components/Form/Toggle/index.d.ts +1 -1
- package/dist/types/src/components/Form/index.d.ts +42 -42
- package/dist/types/src/components/Graphs/AreaChart/AreaChart.d.ts +37 -37
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartArea/AreaChartArea.d.ts +23 -23
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartArea/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartLegend/AreaChartLegend.d.ts +16 -16
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartLegend/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartTooltip/AreaChartTooltip.d.ts +17 -17
- package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartTooltip/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/AreaChart/_elements_/index.d.ts +3 -3
- package/dist/types/src/components/Graphs/AreaChart/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/ChartLegend/ChartLegend.d.ts +27 -27
- package/dist/types/src/components/Graphs/ChartLegend/_elements_/ChartLegendRow.d.ts +14 -14
- package/dist/types/src/components/Graphs/ChartLegend/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/PieChartExtended/PieChartExtended.d.ts +19 -19
- package/dist/types/src/components/Graphs/PieChartExtended/index.d.ts +1 -1
- package/dist/types/src/components/Graphs/index.d.ts +3 -3
- package/dist/types/src/components/Layout/App/App.d.ts +11 -11
- package/dist/types/src/components/Layout/App/AppContent.d.ts +7 -7
- package/dist/types/src/components/Layout/App/AppMain.d.ts +9 -9
- package/dist/types/src/components/Layout/App/index.d.ts +3 -3
- package/dist/types/src/components/Layout/Box/Box.d.ts +15 -15
- package/dist/types/src/components/Layout/Box/index.d.ts +1 -1
- package/dist/types/src/components/Layout/Curtain/Curtain.d.ts +7 -7
- package/dist/types/src/components/Layout/Curtain/index.d.ts +1 -1
- package/dist/types/src/components/Layout/Flex/Flex.d.ts +26 -26
- package/dist/types/src/components/Layout/Flex/index.d.ts +1 -1
- package/dist/types/src/components/Layout/Grid/Col.d.ts +20 -20
- package/dist/types/src/components/Layout/Grid/Row.d.ts +20 -20
- package/dist/types/src/components/Layout/Grid/index.d.ts +2 -2
- package/dist/types/src/components/Layout/Header/Header.d.ts +21 -21
- package/dist/types/src/components/Layout/Header/index.d.ts +1 -1
- package/dist/types/src/components/Layout/MobilePanel/MobilePanel.d.ts +17 -17
- package/dist/types/src/components/Layout/MobilePanel/MobilePanel.hook.d.ts +20 -20
- package/dist/types/src/components/Layout/MobilePanel/_elements_/Content.d.ts +9 -9
- package/dist/types/src/components/Layout/MobilePanel/_elements_/Header.d.ts +21 -21
- package/dist/types/src/components/Layout/MobilePanel/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Layout/MobilePanel/index.d.ts +2 -2
- package/dist/types/src/components/Layout/Sidebar/Sidebar.d.ts +7 -7
- package/dist/types/src/components/Layout/Sidebar/index.d.ts +1 -1
- package/dist/types/src/components/Layout/index.d.ts +8 -8
- package/dist/types/src/components/Navigation/Menu/Menu.d.ts +17 -17
- package/dist/types/src/components/Navigation/Menu/_elements_/MenuItem.d.ts +44 -44
- package/dist/types/src/components/Navigation/Menu/_elements_/MenuList.d.ts +7 -7
- package/dist/types/src/components/Navigation/Menu/_elements_/SubMenu.d.ts +11 -11
- package/dist/types/src/components/Navigation/Menu/_elements_/SubMenuItem.d.ts +10 -10
- package/dist/types/src/components/Navigation/Menu/_elements_/index.d.ts +4 -4
- package/dist/types/src/components/Navigation/Menu/index.d.ts +2 -2
- package/dist/types/src/components/Navigation/Stepper/Stepper.d.ts +19 -19
- package/dist/types/src/components/Navigation/Stepper/_parts_/Step.d.ts +16 -16
- package/dist/types/src/components/Navigation/Stepper/index.d.ts +1 -1
- package/dist/types/src/components/Navigation/Tabs/Tabs.d.ts +28 -28
- package/dist/types/src/components/Navigation/Tabs/_elements_/TabListItem.d.ts +17 -17
- package/dist/types/src/components/Navigation/Tabs/_elements_/TabsBar.d.ts +10 -10
- package/dist/types/src/components/Navigation/Tabs/_elements_/index.d.ts +2 -2
- package/dist/types/src/components/Navigation/Tabs/index.d.ts +2 -2
- package/dist/types/src/components/Navigation/index.d.ts +3 -3
- package/dist/types/src/components/Typography/AmountWithUnit/AmountWithUnit.d.ts +28 -28
- package/dist/types/src/components/Typography/AmountWithUnit/index.d.ts +1 -1
- package/dist/types/src/components/Typography/NumChange/NumChange.d.ts +23 -23
- package/dist/types/src/components/Typography/NumChange/index.d.ts +1 -1
- package/dist/types/src/components/Typography/Text/Text.d.ts +24 -24
- package/dist/types/src/components/Typography/Text/index.d.ts +1 -1
- package/dist/types/src/components/Typography/Title/Title.d.ts +20 -20
- package/dist/types/src/components/Typography/Title/index.d.ts +1 -1
- package/dist/types/src/components/Typography/index.d.ts +4 -4
- package/dist/types/src/constants/global.d.ts +12 -12
- package/dist/types/src/constants/graphs.d.ts +4 -4
- package/dist/types/src/constants/index.d.ts +1 -1
- package/dist/types/src/contexts/CardContext.d.ts +15 -15
- package/dist/types/src/contexts/ContentTableContext.d.ts +29 -29
- package/dist/types/src/contexts/FormGroupContext.d.ts +14 -14
- package/dist/types/src/contexts/MobilePanelContext.d.ts +25 -25
- package/dist/types/src/contexts/ModalContext.d.ts +19 -19
- package/dist/types/src/contexts/Select2Context.d.ts +19 -19
- package/dist/types/src/contexts/TabsContext.d.ts +16 -16
- package/dist/types/src/contexts/index.d.ts +6 -6
- package/dist/types/src/hocs/index.d.ts +1 -1
- package/dist/types/src/hocs/withDisabledTooltip.d.ts +7 -7
- package/dist/types/src/index.d.ts +11 -11
- package/dist/types/src/types/colors.d.ts +2 -2
- package/dist/types/src/types/common.d.ts +53 -53
- package/dist/types/src/types/iconName.d.ts +1 -1
- package/dist/types/src/types/index.d.ts +3 -3
- package/dist/types/src/utils/classBinder.d.ts +25 -25
- package/dist/types/src/utils/configureDecimalMask.d.ts +9 -9
- package/dist/types/src/utils/configureIntegerMask.d.ts +8 -8
- package/dist/types/src/utils/constants.d.ts +23 -23
- package/dist/types/src/utils/getDefaultGroup.d.ts +3 -3
- package/dist/types/src/utils/getDisplayName.d.ts +2 -2
- package/dist/types/src/utils/getIntegerMask.d.ts +1 -1
- package/dist/types/src/utils/hasGroups.d.ts +2 -2
- package/dist/types/src/utils/hooks.d.ts +19 -19
- package/dist/types/src/utils/index.d.ts +19 -19
- package/dist/types/src/utils/isFilled.d.ts +1 -1
- package/dist/types/src/utils/isNotFilled.d.ts +1 -1
- package/dist/types/src/utils/isNotNilNorEmpty.d.ts +1 -1
- package/dist/types/src/utils/noop.d.ts +1 -1
- package/dist/types/src/utils/parseDateValue.d.ts +6 -6
- package/dist/types/src/utils/parseDecimalValue.d.ts +1 -1
- package/dist/types/src/utils/parseIntValue.d.ts +1 -1
- package/dist/types/src/utils/polyfills.d.ts +1 -1
- package/dist/types/src/utils/regExp.d.ts +1 -1
- package/dist/types/src/utils/removeNotSupportedCharacters.d.ts +1 -1
- package/dist/types/src/utils/stripDiacritics.d.ts +1 -1
- package/dist/types/src/utils/trimLeadingZeros.d.ts +1 -1
- package/dist/types/src/utils/ucfirst.d.ts +1 -1
- package/dist/types/src/utils/useGroupedItems.d.ts +13 -13
- package/package.json +1 -1
- package/dist/svg/gear.svg +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface FormGroupContextType {
|
|
3
|
-
error?: string;
|
|
4
|
-
hasError: boolean;
|
|
5
|
-
hasLabel: boolean;
|
|
6
|
-
isFilled: boolean;
|
|
7
|
-
isFocused: boolean;
|
|
8
|
-
onBlur: () => void;
|
|
9
|
-
onEmpty: () => void;
|
|
10
|
-
onFilled: () => void;
|
|
11
|
-
onFocus: () => void;
|
|
12
|
-
}
|
|
13
|
-
declare const FormGroupContext: import("react").Context<FormGroupContextType>;
|
|
14
|
-
export default FormGroupContext;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface FormGroupContextType {
|
|
3
|
+
error?: string;
|
|
4
|
+
hasError: boolean;
|
|
5
|
+
hasLabel: boolean;
|
|
6
|
+
isFilled: boolean;
|
|
7
|
+
isFocused: boolean;
|
|
8
|
+
onBlur: () => void;
|
|
9
|
+
onEmpty: () => void;
|
|
10
|
+
onFilled: () => void;
|
|
11
|
+
onFocus: () => void;
|
|
12
|
+
}
|
|
13
|
+
declare const FormGroupContext: import("react").Context<FormGroupContextType>;
|
|
14
|
+
export default FormGroupContext;
|
|
15
15
|
//# sourceMappingURL=FormGroupContext.d.ts.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface MobilePanelContextType {
|
|
3
|
-
/** Function for close action. */
|
|
4
|
-
close: () => void;
|
|
5
|
-
/** A flag whether panel should close on click */
|
|
6
|
-
closeOnClick?: boolean;
|
|
7
|
-
/** Unique identification of modal. */
|
|
8
|
-
identification: string;
|
|
9
|
-
/** If `true` mobile panel is focused for keyboard navigation. */
|
|
10
|
-
isFocused: boolean;
|
|
11
|
-
/** If `true` mobile panel is open. */
|
|
12
|
-
isOpen: boolean;
|
|
13
|
-
/** If `true` mobile panel content is scrolled. */
|
|
14
|
-
isScrolled: boolean;
|
|
15
|
-
/** Function for open action. */
|
|
16
|
-
open: () => void;
|
|
17
|
-
/** Internal callback to set isScrolled state. */
|
|
18
|
-
setIsScrolled: (state: boolean) => void;
|
|
19
|
-
/** Internal reference to modal. */
|
|
20
|
-
reference: React.RefObject<HTMLDivElement>;
|
|
21
|
-
/** Function for switching mobile panel open/close state. */
|
|
22
|
-
toggle: () => void;
|
|
23
|
-
}
|
|
24
|
-
declare const MobilePanelContext: import("react").Context<MobilePanelContextType>;
|
|
25
|
-
export default MobilePanelContext;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface MobilePanelContextType {
|
|
3
|
+
/** Function for close action. */
|
|
4
|
+
close: () => void;
|
|
5
|
+
/** A flag whether panel should close on click */
|
|
6
|
+
closeOnClick?: boolean;
|
|
7
|
+
/** Unique identification of modal. */
|
|
8
|
+
identification: string;
|
|
9
|
+
/** If `true` mobile panel is focused for keyboard navigation. */
|
|
10
|
+
isFocused: boolean;
|
|
11
|
+
/** If `true` mobile panel is open. */
|
|
12
|
+
isOpen: boolean;
|
|
13
|
+
/** If `true` mobile panel content is scrolled. */
|
|
14
|
+
isScrolled: boolean;
|
|
15
|
+
/** Function for open action. */
|
|
16
|
+
open: () => void;
|
|
17
|
+
/** Internal callback to set isScrolled state. */
|
|
18
|
+
setIsScrolled: (state: boolean) => void;
|
|
19
|
+
/** Internal reference to modal. */
|
|
20
|
+
reference: React.RefObject<HTMLDivElement>;
|
|
21
|
+
/** Function for switching mobile panel open/close state. */
|
|
22
|
+
toggle: () => void;
|
|
23
|
+
}
|
|
24
|
+
declare const MobilePanelContext: import("react").Context<MobilePanelContextType>;
|
|
25
|
+
export default MobilePanelContext;
|
|
26
26
|
//# sourceMappingURL=MobilePanelContext.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ModalContextType {
|
|
3
|
-
/** If `true`, modal can be closed only by action buttons. */
|
|
4
|
-
disableDefaultCloseBehavior: boolean;
|
|
5
|
-
/** Unique identification of modal. */
|
|
6
|
-
identification: string;
|
|
7
|
-
/** If `true` modal is focused for keyboard navigation. */
|
|
8
|
-
isFocused: boolean;
|
|
9
|
-
/** If `true` modal si visible. */
|
|
10
|
-
isVisible: boolean;
|
|
11
|
-
/** Callback for hide action. */
|
|
12
|
-
hide: () => void;
|
|
13
|
-
/** Callback for show action. */
|
|
14
|
-
show: () => void;
|
|
15
|
-
/** Internal reference to modal. */
|
|
16
|
-
reference: React.RefObject<HTMLDivElement>;
|
|
17
|
-
}
|
|
18
|
-
declare const ModalContext: import("react").Context<ModalContextType>;
|
|
19
|
-
export default ModalContext;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ModalContextType {
|
|
3
|
+
/** If `true`, modal can be closed only by action buttons. */
|
|
4
|
+
disableDefaultCloseBehavior: boolean;
|
|
5
|
+
/** Unique identification of modal. */
|
|
6
|
+
identification: string;
|
|
7
|
+
/** If `true` modal is focused for keyboard navigation. */
|
|
8
|
+
isFocused: boolean;
|
|
9
|
+
/** If `true` modal si visible. */
|
|
10
|
+
isVisible: boolean;
|
|
11
|
+
/** Callback for hide action. */
|
|
12
|
+
hide: () => void;
|
|
13
|
+
/** Callback for show action. */
|
|
14
|
+
show: () => void;
|
|
15
|
+
/** Internal reference to modal. */
|
|
16
|
+
reference: React.RefObject<HTMLDivElement>;
|
|
17
|
+
}
|
|
18
|
+
declare const ModalContext: import("react").Context<ModalContextType>;
|
|
19
|
+
export default ModalContext;
|
|
20
20
|
//# sourceMappingURL=ModalContext.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { CategorisedItemType, ItemType } from '../components/Form';
|
|
3
|
-
interface Select2ContextType {
|
|
4
|
-
emptyValueLabel?: string;
|
|
5
|
-
focusedCategoryIndex?: number;
|
|
6
|
-
focusedItemIndex?: number;
|
|
7
|
-
items: ItemType[] | CategorisedItemType[] | unknown[];
|
|
8
|
-
name: string;
|
|
9
|
-
onBlur?: () => void;
|
|
10
|
-
optionClick: (item: ItemType) => void;
|
|
11
|
-
emptyOptionClick?: () => void;
|
|
12
|
-
optionKeyPress?: (event: React.KeyboardEvent<HTMLUListElement>) => void;
|
|
13
|
-
setFocusedCategoryIndex?: (index: number) => void;
|
|
14
|
-
setFocusedItemIndex: (index: number, categoryIndex?: number) => void;
|
|
15
|
-
setValue?: (value: string | number) => void;
|
|
16
|
-
value?: string | number;
|
|
17
|
-
}
|
|
18
|
-
declare const Select2Context: import("react").Context<Select2ContextType>;
|
|
19
|
-
export default Select2Context;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CategorisedItemType, ItemType } from '../components/Form';
|
|
3
|
+
interface Select2ContextType {
|
|
4
|
+
emptyValueLabel?: string;
|
|
5
|
+
focusedCategoryIndex?: number;
|
|
6
|
+
focusedItemIndex?: number;
|
|
7
|
+
items: ItemType[] | CategorisedItemType[] | unknown[];
|
|
8
|
+
name: string;
|
|
9
|
+
onBlur?: () => void;
|
|
10
|
+
optionClick: (item: ItemType) => void;
|
|
11
|
+
emptyOptionClick?: () => void;
|
|
12
|
+
optionKeyPress?: (event: React.KeyboardEvent<HTMLUListElement>) => void;
|
|
13
|
+
setFocusedCategoryIndex?: (index: number) => void;
|
|
14
|
+
setFocusedItemIndex: (index: number, categoryIndex?: number) => void;
|
|
15
|
+
setValue?: (value: string | number) => void;
|
|
16
|
+
value?: string | number;
|
|
17
|
+
}
|
|
18
|
+
declare const Select2Context: import("react").Context<Select2ContextType>;
|
|
19
|
+
export default Select2Context;
|
|
20
20
|
//# sourceMappingURL=Select2Context.d.ts.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TabListItemPropsType } from '../components/Navigation';
|
|
3
|
-
export interface TabsContextType {
|
|
4
|
-
/** Active item index. */
|
|
5
|
-
activeItem: number;
|
|
6
|
-
/** Unique identification of modal. */
|
|
7
|
-
identification: string;
|
|
8
|
-
/** Internal function to set activeItem. */
|
|
9
|
-
setActiveItem: (index: number) => void;
|
|
10
|
-
/** Limit number of tabs displayed for desktop */
|
|
11
|
-
tabsLimit: number;
|
|
12
|
-
/** Array of items for top bar */
|
|
13
|
-
tabs: TabListItemPropsType[];
|
|
14
|
-
}
|
|
15
|
-
declare const TabsContext: import("react").Context<TabsContextType>;
|
|
16
|
-
export default TabsContext;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TabListItemPropsType } from '../components/Navigation';
|
|
3
|
+
export interface TabsContextType {
|
|
4
|
+
/** Active item index. */
|
|
5
|
+
activeItem: number;
|
|
6
|
+
/** Unique identification of modal. */
|
|
7
|
+
identification: string;
|
|
8
|
+
/** Internal function to set activeItem. */
|
|
9
|
+
setActiveItem: (index: number) => void;
|
|
10
|
+
/** Limit number of tabs displayed for desktop */
|
|
11
|
+
tabsLimit: number;
|
|
12
|
+
/** Array of items for top bar */
|
|
13
|
+
tabs: TabListItemPropsType[];
|
|
14
|
+
}
|
|
15
|
+
declare const TabsContext: import("react").Context<TabsContextType>;
|
|
16
|
+
export default TabsContext;
|
|
17
17
|
//# sourceMappingURL=TabsContext.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as CardContext } from './CardContext';
|
|
2
|
-
export { default as FormGroupContext } from './FormGroupContext';
|
|
3
|
-
export { default as ModalContext } from './ModalContext';
|
|
4
|
-
export { default as Select2Context } from './Select2Context';
|
|
5
|
-
export { default as TabsContext } from './TabsContext';
|
|
6
|
-
export type { ModalContextType } from './ModalContext';
|
|
1
|
+
export { default as CardContext } from './CardContext';
|
|
2
|
+
export { default as FormGroupContext } from './FormGroupContext';
|
|
3
|
+
export { default as ModalContext } from './ModalContext';
|
|
4
|
+
export { default as Select2Context } from './Select2Context';
|
|
5
|
+
export { default as TabsContext } from './TabsContext';
|
|
6
|
+
export type { ModalContextType } from './ModalContext';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { withDisabledTooltip } from './withDisabledTooltip';
|
|
1
|
+
export { withDisabledTooltip } from './withDisabledTooltip';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
import { DisabledTooltipPropsType } from '../utils';
|
|
3
|
-
interface Props extends DisabledTooltipPropsType {
|
|
4
|
-
verticalOffset?: number;
|
|
5
|
-
}
|
|
6
|
-
export declare const withDisabledTooltip: ({ disabledTooltip: tooltipContent, disabledTooltipType, isDisabled, verticalOffset }: Props) => (children: ReactElement) => ReactElement;
|
|
7
|
-
export {};
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { DisabledTooltipPropsType } from '../utils';
|
|
3
|
+
interface Props extends DisabledTooltipPropsType {
|
|
4
|
+
verticalOffset?: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const withDisabledTooltip: ({ disabledTooltip: tooltipContent, disabledTooltipType, isDisabled, verticalOffset }: Props) => (children: ReactElement) => ReactElement;
|
|
7
|
+
export {};
|
|
8
8
|
//# sourceMappingURL=withDisabledTooltip.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export * from './utils';
|
|
2
|
-
export * from './constants';
|
|
3
|
-
export * from './contexts';
|
|
4
|
-
export * from './types';
|
|
5
|
-
export * from './hocs';
|
|
6
|
-
export * from './components/Components';
|
|
7
|
-
export * from './components/Form';
|
|
8
|
-
export * from './components/Graphs';
|
|
9
|
-
export * from './components/Layout';
|
|
10
|
-
export * from './components/Navigation';
|
|
11
|
-
export * from './components/Typography';
|
|
1
|
+
export * from './utils';
|
|
2
|
+
export * from './constants';
|
|
3
|
+
export * from './contexts';
|
|
4
|
+
export * from './types';
|
|
5
|
+
export * from './hocs';
|
|
6
|
+
export * from './components/Components';
|
|
7
|
+
export * from './components/Form';
|
|
8
|
+
export * from './components/Graphs';
|
|
9
|
+
export * from './components/Layout';
|
|
10
|
+
export * from './components/Navigation';
|
|
11
|
+
export * from './components/Typography';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare type ColorType = 'redLightest' | 'redNormal' | 'redDark' | 'redDarker' | 'redHover' | 'redActive' | 'greenLightest' | 'greenNormal' | 'greenDark' | 'greenDarker' | 'greenDarkest' | 'greenHover' | 'greenActive' | 'orangeLightest' | 'orangeNormal' | 'orangeDark' | 'orangeDarker' | 'orangeHover' | 'orangeActive' | 'primaryLightest' | 'primaryLighter' | 'primaryLight' | 'primaryNormal' | 'primaryDark' | 'primaryDarker' | 'primaryDarkest' | 'primaryHover' | 'primaryActive' | 'cloudLightest' | 'cloudLighter' | 'cloudLight' | 'cloudNormal' | 'cloudDark' | 'cloudDarker' | 'cloudHover' | 'cloudActive' | 'secondaryLightest' | 'secondaryLighter' | 'secondaryLight' | 'secondaryNormal' | 'secondaryDark' | 'secondaryDarker' | 'secondaryDarkest' | 'secondaryHover' | 'secondaryActive' | 'greyLightest' | 'greyLighter' | 'greyLight' | 'greyNormal' | 'greyDark' | 'greyDarker' | 'greyDarkest' | 'greyHover' | 'greyActive' | 'goldNormal' | 'goldDark' | 'goldDarker' | 'whiteNormal' | 'blackNormal' | 'categoryYellow' | 'categoryOrange' | 'categoryPink' | 'categoryCherry' | 'categoryViolet' | 'categoryOceanBlue' | 'categorySkyBlue' | 'categoryMidnightBlue' | 'categorySemiBlue' | 'categoryTorquise' | 'categoryMintGreen' | 'categoryForestGreen' | 'categoryOliveGreen' | 'thirdPartyFacebook' | 'thirdPartyTwitter';
|
|
2
|
-
export declare type BackgroundColorType = 'info' | 'warning' | 'error' | 'success' | 'transparent' | 'blueRed' | 'blueRedDark' | 'redLightest' | 'redNormal' | 'redDark' | 'redDarker' | 'redHover' | 'redActive' | 'greenLightest' | 'greenNormal' | 'greenDark' | 'greenDarker' | 'greenDarkest' | 'greenHover' | 'greenActive' | 'orangeLightest' | 'orangeNormal' | 'orangeDark' | 'orangeDarker' | 'orangeHover' | 'orangeActive' | 'primaryLightest' | 'primaryLighter' | 'primaryLight' | 'primaryNormal' | 'primaryDark' | 'primaryDarker' | 'primaryDarkest' | 'primaryHover' | 'primaryActive' | 'cloudLightest' | 'cloudLighter' | 'cloudLight' | 'cloudNormal' | 'cloudDark' | 'cloudDarker' | 'cloudHover' | 'cloudActive' | 'secondaryLightest' | 'secondaryLighter' | 'secondaryLight' | 'secondaryNormal' | 'secondaryDark' | 'secondaryDarker' | 'secondaryDarkest' | 'secondaryHover' | 'secondaryActive' | 'greyLightest' | 'greyLighter' | 'greyLight' | 'greyNormal' | 'greyDark' | 'greyDarker' | 'greyDarkest' | 'greyHover' | 'greyActive' | 'goldNormal' | 'goldDark' | 'goldDarker' | 'whiteNormal' | 'blackNormal' | 'categoryYellow' | 'categoryOrange' | 'categoryPink' | 'categoryCherry' | 'categoryViolet' | 'categoryOceanBlue' | 'categorySkyBlue' | 'categoryMidnightBlue' | 'categorySemiBlue' | 'categoryTorquise' | 'categoryMintGreen' | 'categoryForestGreen' | 'categoryOliveGreen' | 'thirdPartyFacebook' | 'thirdPartyTwitter';
|
|
1
|
+
export declare type ColorType = 'redLightest' | 'redNormal' | 'redDark' | 'redDarker' | 'redHover' | 'redActive' | 'greenLightest' | 'greenNormal' | 'greenDark' | 'greenDarker' | 'greenDarkest' | 'greenHover' | 'greenActive' | 'orangeLightest' | 'orangeNormal' | 'orangeDark' | 'orangeDarker' | 'orangeHover' | 'orangeActive' | 'primaryLightest' | 'primaryLighter' | 'primaryLight' | 'primaryNormal' | 'primaryDark' | 'primaryDarker' | 'primaryDarkest' | 'primaryHover' | 'primaryActive' | 'cloudLightest' | 'cloudLighter' | 'cloudLight' | 'cloudNormal' | 'cloudDark' | 'cloudDarker' | 'cloudHover' | 'cloudActive' | 'secondaryLightest' | 'secondaryLighter' | 'secondaryLight' | 'secondaryNormal' | 'secondaryDark' | 'secondaryDarker' | 'secondaryDarkest' | 'secondaryHover' | 'secondaryActive' | 'greyLightest' | 'greyLighter' | 'greyLight' | 'greyNormal' | 'greyDark' | 'greyDarker' | 'greyDarkest' | 'greyHover' | 'greyActive' | 'goldNormal' | 'goldDark' | 'goldDarker' | 'whiteNormal' | 'blackNormal' | 'categoryYellow' | 'categoryOrange' | 'categoryPink' | 'categoryCherry' | 'categoryViolet' | 'categoryOceanBlue' | 'categorySkyBlue' | 'categoryMidnightBlue' | 'categorySemiBlue' | 'categoryTorquise' | 'categoryMintGreen' | 'categoryForestGreen' | 'categoryOliveGreen' | 'thirdPartyFacebook' | 'thirdPartyTwitter';
|
|
2
|
+
export declare type BackgroundColorType = 'info' | 'warning' | 'error' | 'success' | 'transparent' | 'blueRed' | 'blueRedDark' | 'redLightest' | 'redNormal' | 'redDark' | 'redDarker' | 'redHover' | 'redActive' | 'greenLightest' | 'greenNormal' | 'greenDark' | 'greenDarker' | 'greenDarkest' | 'greenHover' | 'greenActive' | 'orangeLightest' | 'orangeNormal' | 'orangeDark' | 'orangeDarker' | 'orangeHover' | 'orangeActive' | 'primaryLightest' | 'primaryLighter' | 'primaryLight' | 'primaryNormal' | 'primaryDark' | 'primaryDarker' | 'primaryDarkest' | 'primaryHover' | 'primaryActive' | 'cloudLightest' | 'cloudLighter' | 'cloudLight' | 'cloudNormal' | 'cloudDark' | 'cloudDarker' | 'cloudHover' | 'cloudActive' | 'secondaryLightest' | 'secondaryLighter' | 'secondaryLight' | 'secondaryNormal' | 'secondaryDark' | 'secondaryDarker' | 'secondaryDarkest' | 'secondaryHover' | 'secondaryActive' | 'greyLightest' | 'greyLighter' | 'greyLight' | 'greyNormal' | 'greyDark' | 'greyDarker' | 'greyDarkest' | 'greyHover' | 'greyActive' | 'goldNormal' | 'goldDark' | 'goldDarker' | 'whiteNormal' | 'blackNormal' | 'categoryYellow' | 'categoryOrange' | 'categoryPink' | 'categoryCherry' | 'categoryViolet' | 'categoryOceanBlue' | 'categorySkyBlue' | 'categoryMidnightBlue' | 'categorySemiBlue' | 'categoryTorquise' | 'categoryMintGreen' | 'categoryForestGreen' | 'categoryOliveGreen' | 'thirdPartyFacebook' | 'thirdPartyTwitter';
|
|
3
3
|
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
/// <reference types="css-modules" />
|
|
2
|
-
import { FocusEventHandler, ReactNode, SyntheticEvent } from 'react';
|
|
3
|
-
import { ComponentPropsType, DisabledTooltipPropsType } from '../utils';
|
|
4
|
-
declare type ThemeValue = CSSModule | string;
|
|
5
|
-
export declare type Theme = ThemeValue | Array<Theme>;
|
|
6
|
-
export declare type TargetType = '_blank' | '_parent' | '_self' | '_top';
|
|
7
|
-
export declare type BreakpointsType = 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
8
|
-
export declare type FormField2Value = string | number | boolean | null;
|
|
9
|
-
export interface FormField2PropsType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
10
|
-
/** Allow click event propagation */
|
|
11
|
-
allowEventPropagation?: boolean;
|
|
12
|
-
/** Error message shown in component error state */
|
|
13
|
-
error?: string;
|
|
14
|
-
/** If `true`, the form group is disabled. */
|
|
15
|
-
isDisabled?: boolean;
|
|
16
|
-
/** If `true`, form field is in error state. `hasWarning` is ignored */
|
|
17
|
-
hasError?: boolean;
|
|
18
|
-
/** If `true`, form field is in warning state. */
|
|
19
|
-
hasWarning?: boolean;
|
|
20
|
-
/** Additional information for form field. */
|
|
21
|
-
help?: ReactNode;
|
|
22
|
-
/** Form field label. */
|
|
23
|
-
label?: ReactNode;
|
|
24
|
-
/** Content of additional label tooltip. */
|
|
25
|
-
labelTooltip?: ReactNode;
|
|
26
|
-
/** Defines counter of maximum characters to be inserted. (use only for Input or Textarea) */
|
|
27
|
-
maxCharCounter?: number;
|
|
28
|
-
/** Name of form field. */
|
|
29
|
-
name: string;
|
|
30
|
-
/** Handler for input blur. */
|
|
31
|
-
onBlur?: (value: FormField2Value) => void;
|
|
32
|
-
/** Handler for value change. */
|
|
33
|
-
onChange?: (value: FormField2Value) => void;
|
|
34
|
-
/** Click event handler */
|
|
35
|
-
onClick?: (event: SyntheticEvent) => void;
|
|
36
|
-
/** Function to call when the form control emits a `focus` event. */
|
|
37
|
-
onFocus?: FocusEventHandler<HTMLElement>;
|
|
38
|
-
/** Custom handler function for onPaste event. */
|
|
39
|
-
onPaste?: (event: SyntheticEvent) => void;
|
|
40
|
-
/** Placeholder content for empty form field. */
|
|
41
|
-
placeholder?: string;
|
|
42
|
-
value?: string;
|
|
43
|
-
/** Warning message shown in component warning state */
|
|
44
|
-
warning?: string;
|
|
45
|
-
}
|
|
46
|
-
export declare type IndentedSizeType = 'xxxSmall' | 'xxSmall' | 'xSmall' | 'small' | 'medium' | 'large' | 'xLarge' | 'xxLarge' | 'xxxLarge';
|
|
47
|
-
export declare type IndentedType = {
|
|
48
|
-
bottom?: IndentedSizeType;
|
|
49
|
-
left?: IndentedSizeType;
|
|
50
|
-
right?: IndentedSizeType;
|
|
51
|
-
top?: IndentedSizeType;
|
|
52
|
-
};
|
|
53
|
-
export {};
|
|
1
|
+
/// <reference types="css-modules" />
|
|
2
|
+
import { FocusEventHandler, ReactNode, SyntheticEvent } from 'react';
|
|
3
|
+
import { ComponentPropsType, DisabledTooltipPropsType } from '../utils';
|
|
4
|
+
declare type ThemeValue = CSSModule | string;
|
|
5
|
+
export declare type Theme = ThemeValue | Array<Theme>;
|
|
6
|
+
export declare type TargetType = '_blank' | '_parent' | '_self' | '_top';
|
|
7
|
+
export declare type BreakpointsType = 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
8
|
+
export declare type FormField2Value = string | number | boolean | null;
|
|
9
|
+
export interface FormField2PropsType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
10
|
+
/** Allow click event propagation */
|
|
11
|
+
allowEventPropagation?: boolean;
|
|
12
|
+
/** Error message shown in component error state */
|
|
13
|
+
error?: string;
|
|
14
|
+
/** If `true`, the form group is disabled. */
|
|
15
|
+
isDisabled?: boolean;
|
|
16
|
+
/** If `true`, form field is in error state. `hasWarning` is ignored */
|
|
17
|
+
hasError?: boolean;
|
|
18
|
+
/** If `true`, form field is in warning state. */
|
|
19
|
+
hasWarning?: boolean;
|
|
20
|
+
/** Additional information for form field. */
|
|
21
|
+
help?: ReactNode;
|
|
22
|
+
/** Form field label. */
|
|
23
|
+
label?: ReactNode;
|
|
24
|
+
/** Content of additional label tooltip. */
|
|
25
|
+
labelTooltip?: ReactNode;
|
|
26
|
+
/** Defines counter of maximum characters to be inserted. (use only for Input or Textarea) */
|
|
27
|
+
maxCharCounter?: number;
|
|
28
|
+
/** Name of form field. */
|
|
29
|
+
name: string;
|
|
30
|
+
/** Handler for input blur. */
|
|
31
|
+
onBlur?: (value: FormField2Value) => void;
|
|
32
|
+
/** Handler for value change. */
|
|
33
|
+
onChange?: (value: FormField2Value) => void;
|
|
34
|
+
/** Click event handler */
|
|
35
|
+
onClick?: (event: SyntheticEvent) => void;
|
|
36
|
+
/** Function to call when the form control emits a `focus` event. */
|
|
37
|
+
onFocus?: FocusEventHandler<HTMLElement>;
|
|
38
|
+
/** Custom handler function for onPaste event. */
|
|
39
|
+
onPaste?: (event: SyntheticEvent) => void;
|
|
40
|
+
/** Placeholder content for empty form field. */
|
|
41
|
+
placeholder?: string;
|
|
42
|
+
value?: string;
|
|
43
|
+
/** Warning message shown in component warning state */
|
|
44
|
+
warning?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare type IndentedSizeType = 'xxxSmall' | 'xxSmall' | 'xSmall' | 'small' | 'medium' | 'large' | 'xLarge' | 'xxLarge' | 'xxxLarge';
|
|
47
|
+
export declare type IndentedType = {
|
|
48
|
+
bottom?: IndentedSizeType;
|
|
49
|
+
left?: IndentedSizeType;
|
|
50
|
+
right?: IndentedSizeType;
|
|
51
|
+
top?: IndentedSizeType;
|
|
52
|
+
};
|
|
53
|
+
export {};
|
|
54
54
|
//# sourceMappingURL=common.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type IconNameType = 'account' | 'accountDuotone' | 'accountFill' | 'addPayment' | 'addPaymentFill' | 'airline' | 'airlineFill' | 'alignCenter' | 'alignCenterDuotone' | 'alignCenterFill' | 'alignJustify' | 'alignJustifyDuotone' | 'alignJustifyFill' | 'alignLeft' | 'alignLeftDuotone' | 'alignLeftFill' | 'alignRight' | 'alignRightDuotone' | 'alignRightFill' | 'app' | 'appFill' | 'applePay' | 'arrowDown' | 'arrowDownFill' | 'arrowLeft' | 'arrowLeftDuotone' | 'arrowLeftFill' | 'arrowRight' | 'arrowRightArrowLeft' | 'arrowRightArrowLeftDuotone' | 'arrowRightArrowLeftFill' | 'arrowRightDuotone' | 'arrowRightFill' | 'arrowRotateForward' | 'arrowRotateForwardDuotone' | 'arrowRotateForwardFill' | 'arrowRotateLeft' | 'arrowRotateLeftDuotone' | 'arrowRotateLeftFill' | 'arrowUp' | 'arrowUpArrowDown' | 'arrowUpArrowDownDuotone' | 'arrowUpArrowDownFill' | 'arrowUpFill' | 'atm' | 'atmDuotone' | 'atmFill' | 'bank' | 'bankDuotone' | 'bankFill' | 'banknote10' | 'banknote100' | 'banknote1000' | 'banknote20' | 'banknote200' | 'banknote2000' | 'banknote5' | 'banknote50' | 'banknote500' | 'banknote5000' | 'beauty' | 'beautyFill' | 'bed' | 'bedFill' | 'bell' | 'bellDuotone' | 'bellFill' | 'bin' | 'binFill' | 'branch' | 'bulkPayment' | 'bulkPaymentFill' | 'cable' | 'cableFill' | 'calendar' | 'calendarClock' | 'calendarClockDuotone' | 'calendarClockFill' | 'calendarDuotone' | 'calendarFill' | 'calendarPiggyBank' | 'calendarPiggyBankDuotone' | 'calendarPiggyBankFill' | 'calendarRepeat' | 'calendarRepeatDuotone' | 'calendarRepeatFill' | 'camera' | 'cameraDuotone' | 'cameraFill' | 'campground' | 'campgroundDuotone' | 'campgroundFill' | 'car' | 'carCrash' | 'carCrashFill' | 'carFill' | 'card' | 'cardBan' | 'cardBanDuotone' | 'cardBanFill' | 'cardCalendar' | 'cardCalendarDuotone' | 'cardCalendarFill' | 'cardDuotone' | 'cardFill' | 'cardTachometer' | 'cardTachometerDuotone' | 'cardTachometerFill' | 'caretDown' | 'caretDownDuotone' | 'caretDownFill' | 'caretUp' | 'caretUpDuotone' | 'caretUpFill' | 'cat' | 'catTomPlus' | 'catTomPlusFill' | 'childrenOlder' | 'childrenYoung' | 'circleInfo' | 'circleInfoDuotone' | 'circleInfoFill' | 'circleQuestion' | 'circleQuestionDuotone' | 'circleQuestionFill' | 'clipboardArrowOut' | 'clipboardArrowOutDuotone' | 'clipboardArrowOutFill' | 'clock' | 'clockRotateLeft' | 'clockRotateLeftDuotone' | 'clockRotateLeftFill' | 'close' | 'closeFill' | 'clothes' | 'clothesFill' | 'coins1' | 'coins10' | 'coins2' | 'coins20' | 'coins5' | 'coins50' | 'contract' | 'contractFill' | 'cookieBite' | 'cookieBiteDuotone' | 'cookieBiteFill' | 'copy' | 'copyFill' | 'culture' | 'cultureFill' | 'czech' | 'czechComment' | 'czechDuotone' | 'czechFill' | 'day' | 'dayFill' | 'dayNight' | 'delay' | 'delayFill' | 'dialHand' | 'dialHandDuotone' | 'dialHandFill' | 'documentPending' | 'documentPendingFill' | 'documentUpload' | 'documentUploadFill' | 'documents' | 'documentsDuotone' | 'documentsFill' | 'dollarSign' | 'dollarSignDuotone' | 'dollarSignFill' | 'download' | 'downloadFill' | 'drugs' | 'drugsFill' | 'earthArrowOut' | 'earthArrowOutDuotone' | 'earthArrowOutFill' | 'edit' | 'editFill' | 'editUnderline' | 'education' | 'educationFill' | 'electricity' | 'electricityFill' | 'electronics-1' | 'electronics' | 'electronicsDuotone' | 'electronicsFill-1' | 'electronicsFill' | 'email' | 'emailFill' | 'english' | 'englishComment' | 'englishDuotone' | 'englishFill' | 'envelope' | 'envelopeFill' | 'eu' | 'euFill' | 'euroSign' | 'euroSignDuotone' | 'euroSignFill' | 'excersiseBook' | 'excersiseBookFill' | 'exclamation' | 'exclamationFill' | 'extra' | 'extraFill' | 'eye' | 'eyeCrossed' | 'eyeCrossedDuotone' | 'eyeCrossedFill' | 'eyeDuotone' | 'eyeFill' | 'faceAngry' | 'faceAngryDuotone' | 'faceAngryFill' | 'faceFrown' | 'faceFrownDuotone' | 'faceFrownFill' | 'faceLaugh' | 'faceLaughDuotone' | 'faceLaughFill' | 'faceMeh' | 'faceMehDuotone' | 'faceMehFill' | 'faceOld' | 'faceOldDuotone' | 'faceOldFill' | 'faceSmile' | 'faceSmileDuotone' | 'faceSmileFill' | 'facebookFill' | 'feedback' | 'feedbackFill' | 'fileArrowDown' | 'fileArrowDownDuotone' | 'fileArrowDownFill' | 'fileImage' | 'fileImageDuotone' | 'fileImageFill' | 'fileLines' | 'fileLinesDuotone' | 'fileLinesFill' | 'fileMagnifyingGlass' | 'filePdf' | 'filePdfDuotone' | 'filePdfFill' | 'filter' | 'filterDuotone' | 'filterFill' | 'fingerprint' | 'fingerprintDuotone' | 'fingerprintFill' | 'fitbit' | 'flexicredit' | 'flexicreditDuotone' | 'flexicreditFill' | 'food' | 'foodFill' | 'fuel' | 'fuelFill' | 'fullscreen' | 'fullscreenClose' | 'fullscreenFill' | 'furniture' | 'furnitureDuotone' | 'furnitureFill' | 'garmin' | 'gas' | 'gasFill' | '
|
|
1
|
+
export declare type IconNameType = 'account' | 'accountDuotone' | 'accountFill' | 'addPayment' | 'addPaymentFill' | 'airline' | 'airlineFill' | 'alignCenter' | 'alignCenterDuotone' | 'alignCenterFill' | 'alignJustify' | 'alignJustifyDuotone' | 'alignJustifyFill' | 'alignLeft' | 'alignLeftDuotone' | 'alignLeftFill' | 'alignRight' | 'alignRightDuotone' | 'alignRightFill' | 'app' | 'appFill' | 'applePay' | 'arrowDown' | 'arrowDownFill' | 'arrowLeft' | 'arrowLeftDuotone' | 'arrowLeftFill' | 'arrowRight' | 'arrowRightArrowLeft' | 'arrowRightArrowLeftDuotone' | 'arrowRightArrowLeftFill' | 'arrowRightDuotone' | 'arrowRightFill' | 'arrowRotateForward' | 'arrowRotateForwardDuotone' | 'arrowRotateForwardFill' | 'arrowRotateLeft' | 'arrowRotateLeftDuotone' | 'arrowRotateLeftFill' | 'arrowUp' | 'arrowUpArrowDown' | 'arrowUpArrowDownDuotone' | 'arrowUpArrowDownFill' | 'arrowUpFill' | 'atm' | 'atmDuotone' | 'atmFill' | 'bank' | 'bankDuotone' | 'bankFill' | 'banknote10' | 'banknote100' | 'banknote1000' | 'banknote20' | 'banknote200' | 'banknote2000' | 'banknote5' | 'banknote50' | 'banknote500' | 'banknote5000' | 'beauty' | 'beautyFill' | 'bed' | 'bedFill' | 'bell' | 'bellDuotone' | 'bellFill' | 'bin' | 'binFill' | 'branch' | 'bulkPayment' | 'bulkPaymentFill' | 'cable' | 'cableFill' | 'calendar' | 'calendarClock' | 'calendarClockDuotone' | 'calendarClockFill' | 'calendarDuotone' | 'calendarFill' | 'calendarPiggyBank' | 'calendarPiggyBankDuotone' | 'calendarPiggyBankFill' | 'calendarRepeat' | 'calendarRepeatDuotone' | 'calendarRepeatFill' | 'camera' | 'cameraDuotone' | 'cameraFill' | 'campground' | 'campgroundDuotone' | 'campgroundFill' | 'car' | 'carCrash' | 'carCrashFill' | 'carFill' | 'card' | 'cardBan' | 'cardBanDuotone' | 'cardBanFill' | 'cardCalendar' | 'cardCalendarDuotone' | 'cardCalendarFill' | 'cardDuotone' | 'cardFill' | 'cardTachometer' | 'cardTachometerDuotone' | 'cardTachometerFill' | 'caretDown' | 'caretDownDuotone' | 'caretDownFill' | 'caretUp' | 'caretUpDuotone' | 'caretUpFill' | 'cat' | 'catTomPlus' | 'catTomPlusFill' | 'childrenOlder' | 'childrenYoung' | 'circleInfo' | 'circleInfoDuotone' | 'circleInfoFill' | 'circleQuestion' | 'circleQuestionDuotone' | 'circleQuestionFill' | 'clipboardArrowOut' | 'clipboardArrowOutDuotone' | 'clipboardArrowOutFill' | 'clock' | 'clockRotateLeft' | 'clockRotateLeftDuotone' | 'clockRotateLeftFill' | 'close' | 'closeFill' | 'clothes' | 'clothesFill' | 'coins1' | 'coins10' | 'coins2' | 'coins20' | 'coins5' | 'coins50' | 'contract' | 'contractFill' | 'cookieBite' | 'cookieBiteDuotone' | 'cookieBiteFill' | 'copy' | 'copyFill' | 'culture' | 'cultureFill' | 'czech' | 'czechComment' | 'czechDuotone' | 'czechFill' | 'day' | 'dayFill' | 'dayNight' | 'delay' | 'delayFill' | 'dialHand' | 'dialHandDuotone' | 'dialHandFill' | 'documentPending' | 'documentPendingFill' | 'documentUpload' | 'documentUploadFill' | 'documents' | 'documentsDuotone' | 'documentsFill' | 'dollarSign' | 'dollarSignDuotone' | 'dollarSignFill' | 'download' | 'downloadFill' | 'drugs' | 'drugsFill' | 'earthArrowOut' | 'earthArrowOutDuotone' | 'earthArrowOutFill' | 'edit' | 'editFill' | 'editUnderline' | 'education' | 'educationFill' | 'electricity' | 'electricityFill' | 'electronics-1' | 'electronics' | 'electronicsDuotone' | 'electronicsFill-1' | 'electronicsFill' | 'email' | 'emailFill' | 'english' | 'englishComment' | 'englishDuotone' | 'englishFill' | 'envelope' | 'envelopeFill' | 'eu' | 'euFill' | 'euroSign' | 'euroSignDuotone' | 'euroSignFill' | 'excersiseBook' | 'excersiseBookFill' | 'exclamation' | 'exclamationFill' | 'extra' | 'extraFill' | 'eye' | 'eyeCrossed' | 'eyeCrossedDuotone' | 'eyeCrossedFill' | 'eyeDuotone' | 'eyeFill' | 'faceAngry' | 'faceAngryDuotone' | 'faceAngryFill' | 'faceFrown' | 'faceFrownDuotone' | 'faceFrownFill' | 'faceLaugh' | 'faceLaughDuotone' | 'faceLaughFill' | 'faceMeh' | 'faceMehDuotone' | 'faceMehFill' | 'faceOld' | 'faceOldDuotone' | 'faceOldFill' | 'faceSmile' | 'faceSmileDuotone' | 'faceSmileFill' | 'facebookFill' | 'feedback' | 'feedbackFill' | 'fileArrowDown' | 'fileArrowDownDuotone' | 'fileArrowDownFill' | 'fileImage' | 'fileImageDuotone' | 'fileImageFill' | 'fileLines' | 'fileLinesDuotone' | 'fileLinesFill' | 'fileMagnifyingGlass' | 'filePdf' | 'filePdfDuotone' | 'filePdfFill' | 'filter' | 'filterDuotone' | 'filterFill' | 'fingerprint' | 'fingerprintDuotone' | 'fingerprintFill' | 'fitbit' | 'flexicredit' | 'flexicreditDuotone' | 'flexicreditFill' | 'food' | 'foodFill' | 'fuel' | 'fuelFill' | 'fullscreen' | 'fullscreenClose' | 'fullscreenFill' | 'furniture' | 'furnitureDuotone' | 'furnitureFill' | 'garmin' | 'gas' | 'gasFill' | 'gift' | 'giftDuotone' | 'giftFill' | 'global' | 'globalFill' | 'globe' | 'globeDuotone' | 'globeFill' | 'googlePay' | 'graph' | 'graphFill' | 'handHoldingHeart' | 'handHoldingHeartDuotone' | 'handHoldingHeartFill' | 'healthcare' | 'healthcareDuotone' | 'healthcareFill' | 'hearth' | 'hearthFill' | 'home' | 'homeCouch' | 'homeCouchDuotone' | 'homeCouchFill' | 'homeDuotone' | 'homeFading' | 'homeFadingDuotone' | 'homeFadingFill' | 'homeFill' | 'homeRepeat' | 'homeRepeatDuotone' | 'homeRepeatFill' | 'homeSack' | 'homeSackDuotone' | 'homeSackFill' | 'hotel' | 'hotelFill' | 'householdEquipment' | 'householdFill' | 'idCard' | 'idCardFill' | 'image' | 'imageFill' | 'inbound' | 'inboundFill' | 'info' | 'infoFill' | 'institution' | 'institutionFill' | 'insurance' | 'insuranceDuotone' | 'insuranceFill' | 'interest' | 'interestFill' | 'internet' | 'internetBank' | 'internetBankFill' | 'internetFill' | 'investments-Add' | 'investments' | 'investmentsDuotone' | 'investmentsFill' | 'ko' | 'laptopPlus' | 'laptopPlusDuotone' | 'laptopPlusFill' | 'leaf' | 'leafDuotone' | 'leafFill' | 'lifeRing' | 'lifeRingDuotone' | 'lifeRingFill' | 'link' | 'linkDuotone' | 'linkFill' | 'linkSlash' | 'linkSlashDuotone' | 'linkSlashFill' | 'list' | 'listFill' | 'listOl' | 'listOlDuotone' | 'listOlFill' | 'listUl' | 'listUlDuotone' | 'listUlFill' | 'loaction' | 'loading' | 'loadingFill' | 'loan' | 'loanDuotone' | 'loanFill' | 'location' | 'locationFill' | 'lock' | 'lockFill' | 'logo' | 'logout' | 'logoutDuotone' | 'logoutFill' | 'medicalKit' | 'medicalKitDuotone' | 'medicalKitFill' | 'menu' | 'menuFill' | 'message' | 'messageDuotone' | 'messageFill' | 'minus' | 'minusFill' | 'mobile' | 'mobileFill' | 'mobilePalette' | 'mobilePaletteDuotone' | 'mobilePaletteFill' | 'mobilePlus' | 'mobilePlusDuotone' | 'mobilePlusFill' | 'mobileTachometer' | 'mobileTachometerDuotone' | 'mobileTachometerFill' | 'moneta' | 'monetaArrowin' | 'monetaArrowinDuotone' | 'monetaArrowinFill' | 'monetaBrush' | 'monetaBrushDuotone' | 'monetaBrushFill' | 'money' | 'moneyBillFast' | 'moneyBillFastDuotone' | 'moneyBillFastFill' | 'moneyBillRepeat' | 'moneyBillRepeatDuotone' | 'moneyBillRepeatFill' | 'moneyFill' | 'moreHorizontal' | 'mouse' | 'mouseFill' | 'night' | 'nightFill' | 'other' | 'otherDuotone' | 'otherFill' | 'outbound' | 'outboundFill' | 'pay' | 'payDuotone' | 'payFill' | 'payment' | 'paymentFill' | 'payout' | 'payoutFill' | 'pending' | 'pendingFill' | 'person' | 'pets' | 'petsFill' | 'phone' | 'phoneCall' | 'phoneDuotone' | 'phoneFill' | 'pie' | 'pieFill' | 'planeDeparture' | 'planeDepartureDuotone' | 'planeDepartureFill' | 'plus' | 'plusDuotone' | 'plusFill' | 'pocketMoney' | 'pocketMoneyFill' | 'poundSign' | 'poundSignDuotone' | 'poundSignFill' | 'print' | 'printFill' | 'qrArrowOut' | 'qrArrowOutDuotone' | 'qrArrowOutFill' | 'qrCode' | 'qrCodeDuotone' | 'qrCodeFill' | 'qrPhoto' | 'qrPhotoFill' | 'qrUpload' | 'qrUploadFill' | 'question' | 'questionFill' | 'reconstruction' | 'reconstructionFill' | 'rent' | 'rentDuotone' | 'rentFill' | 'repeat' | 'repeatFill' | 'restaurant' | 'rocketLaunch' | 'rocketLaunchDuotone' | 'rocketLaunchFill' | 'sack' | 'sackDuotone' | 'sackFill' | 'save' | 'saveFill' | 'savings' | 'savingsDuotone' | 'savingsFill' | 'scaleBalanced' | 'scaleBalancedDuotone' | 'scaleBalancedFill' | 'scroll' | 'scrollFill' | 'search' | 'searchFill' | 'services' | 'servicesFill' | 'settings' | 'settingsDuotone' | 'settingsFill' | 'setup' | 'setupFill' | 'shieldBlank' | 'shieldBlankDuotone' | 'shieldBlankFill' | 'signHanging' | 'signHangingDuotone' | 'signHangingFill' | 'signature' | 'smartBanka' | 'smartBankaDuotone' | 'smartBankaFill' | 'sms' | 'smsFill' | 'socket' | 'sport' | 'sportFill' | 'starFill-1' | 'starFill' | 'starsAlt' | 'starsAltDuotone' | 'starsAltFill' | 'study' | 'studyFill' | 'suitcaseRolling' | 'suitcaseRollingDuotone' | 'suitcaseRollingFill' | 'tableList' | 'tableListDuotone' | 'tableListFill' | 'tag' | 'tagDuotone' | 'tagFill' | 'textarea' | 'tick' | 'tickFill' | 'ticket' | 'ticketFill' | 'tiles' | 'tilesFill' | 'tools' | 'traffic' | 'trafficFill' | 'triangleExclamation' | 'triangleExclamationDuotone' | 'triangleExclamationFill' | 'twitterFill' | 'unlock' | 'unlockFill' | 'upload' | 'uploadFill' | 'user' | 'userDuotone' | 'userFill' | 'userHeadset' | 'userHeadsetDuotone' | 'userHeadsetFill' | 'userIn' | 'userInDuotone' | 'userInFill' | 'userOut' | 'userOutDuotone' | 'userOutFill' | 'userSecretCard' | 'userSecretCardDuotone' | 'userSecretCardFill' | 'userSecretMobile' | 'userSecretMobileDuotone' | 'userSecretMobileFill' | 'userVerified' | 'userVerifiedFill' | 'users' | 'usersDuotone' | 'usersFill' | 'vacation' | 'vacationFill' | 'van' | 'vanFill' | 'wallPiggyBank' | 'wallPiggyBankDuotone' | 'wallPiggyBankFill' | 'wallSack' | 'wallSackDuotone' | 'wallSackFill' | 'walletArrowIn' | 'walletArrowInDuotone' | 'walletArrowInFill' | 'walletEarth' | 'walletEarthDuotone' | 'walletEarthFill' | 'walletPiggyBank' | 'walletPiggyBankDuotone' | 'walletPiggyBankFill' | 'wiring' | 'wiringFill' | 'zoomIn' | 'zoomInDuotone' | 'zoomInFill' | 'zoomOut' | 'zoomOutDuotone' | 'zoomOutFill';
|
|
2
2
|
//# sourceMappingURL=iconName.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './colors';
|
|
2
|
-
export * from './common';
|
|
3
|
-
export * from './iconName';
|
|
1
|
+
export * from './colors';
|
|
2
|
+
export * from './common';
|
|
3
|
+
export * from './iconName';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import { ReactElement, ReactNode } from 'react';
|
|
3
|
-
import { TooltipType } from '../components/Components';
|
|
4
|
-
import { Theme } from '../types';
|
|
5
|
-
export declare const cx: typeof classNames;
|
|
6
|
-
export interface ComponentPropsType {
|
|
7
|
-
/** Theme CSS module. */
|
|
8
|
-
theme?: Theme;
|
|
9
|
-
/** Unique ID for testing */
|
|
10
|
-
testId?: string;
|
|
11
|
-
}
|
|
12
|
-
export interface DisabledTooltipPropsType {
|
|
13
|
-
/** If set, a tooltip is visible */
|
|
14
|
-
isDisabled?: boolean;
|
|
15
|
-
disabledTooltip?: ReactNode;
|
|
16
|
-
disabledTooltipOffset?: number;
|
|
17
|
-
/** Tooltip type - dark, light, grey */
|
|
18
|
-
disabledTooltipType?: TooltipType;
|
|
19
|
-
}
|
|
20
|
-
export interface AriaPropsType extends ComponentPropsType {
|
|
21
|
-
ariaHidden?: boolean;
|
|
22
|
-
ariaLabel?: string | ReactElement;
|
|
23
|
-
ariaFlowto?: string;
|
|
24
|
-
role?: string;
|
|
25
|
-
}
|
|
1
|
+
import classNames from 'classnames';
|
|
2
|
+
import { ReactElement, ReactNode } from 'react';
|
|
3
|
+
import { TooltipType } from '../components/Components';
|
|
4
|
+
import { Theme } from '../types';
|
|
5
|
+
export declare const cx: typeof classNames;
|
|
6
|
+
export interface ComponentPropsType {
|
|
7
|
+
/** Theme CSS module. */
|
|
8
|
+
theme?: Theme;
|
|
9
|
+
/** Unique ID for testing */
|
|
10
|
+
testId?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface DisabledTooltipPropsType {
|
|
13
|
+
/** If set, a tooltip is visible */
|
|
14
|
+
isDisabled?: boolean;
|
|
15
|
+
disabledTooltip?: ReactNode;
|
|
16
|
+
disabledTooltipOffset?: number;
|
|
17
|
+
/** Tooltip type - dark, light, grey */
|
|
18
|
+
disabledTooltipType?: TooltipType;
|
|
19
|
+
}
|
|
20
|
+
export interface AriaPropsType extends ComponentPropsType {
|
|
21
|
+
ariaHidden?: boolean;
|
|
22
|
+
ariaLabel?: string | ReactElement;
|
|
23
|
+
ariaFlowto?: string;
|
|
24
|
+
role?: string;
|
|
25
|
+
}
|
|
26
26
|
//# sourceMappingURL=classBinder.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface NumberMaskType {
|
|
2
|
-
allowNegative?: boolean;
|
|
3
|
-
allowLeadingZeroes?: boolean;
|
|
4
|
-
decimalPlaces?: number;
|
|
5
|
-
decimalSeparator?: string;
|
|
6
|
-
integerPlaces?: number;
|
|
7
|
-
thousandSeparator?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const configureDecimalMask: ({ allowLeadingZeroes, allowNegative, decimalPlaces, decimalSeparator, integerPlaces, thousandSeparator }: NumberMaskType) => any;
|
|
1
|
+
export interface NumberMaskType {
|
|
2
|
+
allowNegative?: boolean;
|
|
3
|
+
allowLeadingZeroes?: boolean;
|
|
4
|
+
decimalPlaces?: number;
|
|
5
|
+
decimalSeparator?: string;
|
|
6
|
+
integerPlaces?: number;
|
|
7
|
+
thousandSeparator?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const configureDecimalMask: ({ allowLeadingZeroes, allowNegative, decimalPlaces, decimalSeparator, integerPlaces, thousandSeparator }: NumberMaskType) => any;
|
|
10
10
|
//# sourceMappingURL=configureDecimalMask.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { maskArray } from 'react-text-mask';
|
|
2
|
-
export interface IntegerMaskType {
|
|
3
|
-
allowLeadingZeros?: boolean;
|
|
4
|
-
allowNegative?: boolean;
|
|
5
|
-
integerPlaces?: number;
|
|
6
|
-
thousandSeparator?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const configureIntegerMask: ({ allowLeadingZeros, allowNegative, integerPlaces, thousandSeparator }: IntegerMaskType) => maskArray;
|
|
1
|
+
import { maskArray } from 'react-text-mask';
|
|
2
|
+
export interface IntegerMaskType {
|
|
3
|
+
allowLeadingZeros?: boolean;
|
|
4
|
+
allowNegative?: boolean;
|
|
5
|
+
integerPlaces?: number;
|
|
6
|
+
thousandSeparator?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const configureIntegerMask: ({ allowLeadingZeros, allowNegative, integerPlaces, thousandSeparator }: IntegerMaskType) => maskArray;
|
|
9
9
|
//# sourceMappingURL=configureIntegerMask.d.ts.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export declare const BREAKPOINTS: string[];
|
|
2
|
-
export declare const KEYS: {
|
|
3
|
-
Alt: string;
|
|
4
|
-
AltGraph: string;
|
|
5
|
-
ArrowDown: string;
|
|
6
|
-
ArrowLeft: string;
|
|
7
|
-
ArrowRight: string;
|
|
8
|
-
ArrowUp: string;
|
|
9
|
-
Backspace: string;
|
|
10
|
-
CapsLock: string;
|
|
11
|
-
Control: string;
|
|
12
|
-
Delete: string;
|
|
13
|
-
End: string;
|
|
14
|
-
Enter: string;
|
|
15
|
-
Escape: string;
|
|
16
|
-
Home: string;
|
|
17
|
-
PageDown: string;
|
|
18
|
-
PageUp: string;
|
|
19
|
-
Shift: string;
|
|
20
|
-
Space: string;
|
|
21
|
-
Tab: string;
|
|
22
|
-
};
|
|
23
|
-
export declare const BANK_ACCOUNT_ITEMS_AUTOCOMPLETE_THRESHOLD = 5;
|
|
1
|
+
export declare const BREAKPOINTS: string[];
|
|
2
|
+
export declare const KEYS: {
|
|
3
|
+
Alt: string;
|
|
4
|
+
AltGraph: string;
|
|
5
|
+
ArrowDown: string;
|
|
6
|
+
ArrowLeft: string;
|
|
7
|
+
ArrowRight: string;
|
|
8
|
+
ArrowUp: string;
|
|
9
|
+
Backspace: string;
|
|
10
|
+
CapsLock: string;
|
|
11
|
+
Control: string;
|
|
12
|
+
Delete: string;
|
|
13
|
+
End: string;
|
|
14
|
+
Enter: string;
|
|
15
|
+
Escape: string;
|
|
16
|
+
Home: string;
|
|
17
|
+
PageDown: string;
|
|
18
|
+
PageUp: string;
|
|
19
|
+
Shift: string;
|
|
20
|
+
Space: string;
|
|
21
|
+
Tab: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const BANK_ACCOUNT_ITEMS_AUTOCOMPLETE_THRESHOLD = 5;
|
|
24
24
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ItemGroupType, ItemType } from '../components/Form/Select/types';
|
|
2
|
-
export declare const DEFAULT_GROUP_NAME = "default";
|
|
3
|
-
export declare const getDefaultGroup: (items: ItemType[]) => ItemGroupType[];
|
|
1
|
+
import { ItemGroupType, ItemType } from '../components/Form/Select/types';
|
|
2
|
+
export declare const DEFAULT_GROUP_NAME = "default";
|
|
3
|
+
export declare const getDefaultGroup: (items: ItemType[]) => ItemGroupType[];
|
|
4
4
|
//# sourceMappingURL=getDefaultGroup.d.ts.map
|