@mmb-digital/ds-lilly 0.10.69 → 0.10.70
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 +7808 -7803
- 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/Carousel/Carousel.d.ts +21 -21
- package/dist/types/src/components/Components/Carousel/index.d.ts +1 -1
- 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 +33 -33
- 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 +7 -7
- 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 +26 -26
- 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 +26 -26
- 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/Multiselect/Multiselect.d.ts +25 -23
- package/dist/types/src/components/Form/Multiselect/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 +43 -43
- 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 +21 -21
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './AmountWithUnit';
|
|
2
|
-
export * from './NumChange';
|
|
3
|
-
export * from './Text';
|
|
4
|
-
export * from './Title';
|
|
1
|
+
export * from './AmountWithUnit';
|
|
2
|
+
export * from './NumChange';
|
|
3
|
+
export * from './Text';
|
|
4
|
+
export * from './Title';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare const MOBILE_PANEL_WIDTH = 320;
|
|
2
|
-
export declare const BREAKPOINTS_VALUES: {
|
|
3
|
-
sm: number;
|
|
4
|
-
md: number;
|
|
5
|
-
lg: number;
|
|
6
|
-
xl: number;
|
|
7
|
-
xxl: number;
|
|
8
|
-
};
|
|
9
|
-
export declare const CARD_WIDTH_BREAKPOINT: {
|
|
10
|
-
MOBILE: number;
|
|
11
|
-
TABLET: number;
|
|
12
|
-
};
|
|
1
|
+
export declare const MOBILE_PANEL_WIDTH = 320;
|
|
2
|
+
export declare const BREAKPOINTS_VALUES: {
|
|
3
|
+
sm: number;
|
|
4
|
+
md: number;
|
|
5
|
+
lg: number;
|
|
6
|
+
xl: number;
|
|
7
|
+
xxl: number;
|
|
8
|
+
};
|
|
9
|
+
export declare const CARD_WIDTH_BREAKPOINT: {
|
|
10
|
+
MOBILE: number;
|
|
11
|
+
TABLET: number;
|
|
12
|
+
};
|
|
13
13
|
//# sourceMappingURL=global.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const AREA_CHART: {
|
|
2
|
-
LEGEND_HEIGHT: number;
|
|
3
|
-
X_AXIS_LABELS_HEIGHT: number;
|
|
4
|
-
};
|
|
1
|
+
export declare const AREA_CHART: {
|
|
2
|
+
LEGEND_HEIGHT: number;
|
|
3
|
+
X_AXIS_LABELS_HEIGHT: number;
|
|
4
|
+
};
|
|
5
5
|
//# sourceMappingURL=graphs.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './global';
|
|
1
|
+
export * from './global';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface CardContextType {
|
|
3
|
-
/** If `true` card has custom element to control collapse events. */
|
|
4
|
-
hasCustomTrigger: boolean;
|
|
5
|
-
/** Unique card identifier. */
|
|
6
|
-
identification: string;
|
|
7
|
-
/** Flag opened collapsible card. */
|
|
8
|
-
isOpened: boolean;
|
|
9
|
-
/** Internal function to set opened state. */
|
|
10
|
-
setIsOpened: (state: boolean) => void;
|
|
11
|
-
/** Hides opener icon */
|
|
12
|
-
withoutOpener: boolean;
|
|
13
|
-
}
|
|
14
|
-
declare const CardContext: import("react").Context<CardContextType>;
|
|
15
|
-
export default CardContext;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface CardContextType {
|
|
3
|
+
/** If `true` card has custom element to control collapse events. */
|
|
4
|
+
hasCustomTrigger: boolean;
|
|
5
|
+
/** Unique card identifier. */
|
|
6
|
+
identification: string;
|
|
7
|
+
/** Flag opened collapsible card. */
|
|
8
|
+
isOpened: boolean;
|
|
9
|
+
/** Internal function to set opened state. */
|
|
10
|
+
setIsOpened: (state: boolean) => void;
|
|
11
|
+
/** Hides opener icon */
|
|
12
|
+
withoutOpener: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const CardContext: import("react").Context<CardContextType>;
|
|
15
|
+
export default CardContext;
|
|
16
16
|
//# sourceMappingURL=CardContext.d.ts.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { Theme } from '../types';
|
|
3
|
-
export declare type ContentTableAlignContentType = 'left' | 'center' | 'right';
|
|
4
|
-
export interface ContentTableColumnType {
|
|
5
|
-
/** Column content alignment */
|
|
6
|
-
alignContent?: ContentTableAlignContentType;
|
|
7
|
-
/** Column header */
|
|
8
|
-
header?: ReactNode;
|
|
9
|
-
/** Flag whether column header is hidden */
|
|
10
|
-
isHeaderHidden?: boolean;
|
|
11
|
-
/** CSS theme */
|
|
12
|
-
theme?: Theme;
|
|
13
|
-
/** Flag whether hide column content on expand */
|
|
14
|
-
hideOnExpand?: boolean;
|
|
15
|
-
/** Flag whether render column on mobile device */
|
|
16
|
-
hideOnMobile?: boolean;
|
|
17
|
-
}
|
|
18
|
-
interface ContentTableContextType {
|
|
19
|
-
hasIcons?: boolean;
|
|
20
|
-
hideSubtitleOnExpand?: boolean;
|
|
21
|
-
titleHeader?: ReactNode;
|
|
22
|
-
titleAlignContent?: ContentTableAlignContentType;
|
|
23
|
-
columns: ContentTableColumnType[];
|
|
24
|
-
isMobileDeviceView: boolean;
|
|
25
|
-
withoutOpeners?: boolean;
|
|
26
|
-
isCollapsible?: boolean;
|
|
27
|
-
}
|
|
28
|
-
declare const ContentTableContext: import("react").Context<ContentTableContextType>;
|
|
29
|
-
export default ContentTableContext;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { Theme } from '../types';
|
|
3
|
+
export declare type ContentTableAlignContentType = 'left' | 'center' | 'right';
|
|
4
|
+
export interface ContentTableColumnType {
|
|
5
|
+
/** Column content alignment */
|
|
6
|
+
alignContent?: ContentTableAlignContentType;
|
|
7
|
+
/** Column header */
|
|
8
|
+
header?: ReactNode;
|
|
9
|
+
/** Flag whether column header is hidden */
|
|
10
|
+
isHeaderHidden?: boolean;
|
|
11
|
+
/** CSS theme */
|
|
12
|
+
theme?: Theme;
|
|
13
|
+
/** Flag whether hide column content on expand */
|
|
14
|
+
hideOnExpand?: boolean;
|
|
15
|
+
/** Flag whether render column on mobile device */
|
|
16
|
+
hideOnMobile?: boolean;
|
|
17
|
+
}
|
|
18
|
+
interface ContentTableContextType {
|
|
19
|
+
hasIcons?: boolean;
|
|
20
|
+
hideSubtitleOnExpand?: boolean;
|
|
21
|
+
titleHeader?: ReactNode;
|
|
22
|
+
titleAlignContent?: ContentTableAlignContentType;
|
|
23
|
+
columns: ContentTableColumnType[];
|
|
24
|
+
isMobileDeviceView: boolean;
|
|
25
|
+
withoutOpeners?: boolean;
|
|
26
|
+
isCollapsible?: boolean;
|
|
27
|
+
}
|
|
28
|
+
declare const ContentTableContext: import("react").Context<ContentTableContextType>;
|
|
29
|
+
export default ContentTableContext;
|
|
30
30
|
//# sourceMappingURL=ContentTableContext.d.ts.map
|
|
@@ -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,22 +1,22 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ModalContextType {
|
|
3
|
-
/** If `true`, modal can be closed only by action buttons. */
|
|
4
|
-
disableDefaultCloseBehavior: boolean;
|
|
5
|
-
/** If `true`, modal can not be closed by ESC key. */
|
|
6
|
-
disableCloseByEscape: boolean;
|
|
7
|
-
/** Unique identification of modal. */
|
|
8
|
-
identification: string;
|
|
9
|
-
/** If `true` modal is focused for keyboard navigation. */
|
|
10
|
-
isFocused: boolean;
|
|
11
|
-
/** If `true` modal si visible. */
|
|
12
|
-
isVisible: boolean;
|
|
13
|
-
/** Callback for hide action. */
|
|
14
|
-
hide: () => void;
|
|
15
|
-
/** Callback for show action. */
|
|
16
|
-
show: () => void;
|
|
17
|
-
/** Internal reference to modal. */
|
|
18
|
-
reference: React.RefObject<HTMLDivElement>;
|
|
19
|
-
}
|
|
20
|
-
declare const ModalContext: import("react").Context<ModalContextType>;
|
|
21
|
-
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
|
+
/** If `true`, modal can not be closed by ESC key. */
|
|
6
|
+
disableCloseByEscape: boolean;
|
|
7
|
+
/** Unique identification of modal. */
|
|
8
|
+
identification: string;
|
|
9
|
+
/** If `true` modal is focused for keyboard navigation. */
|
|
10
|
+
isFocused: boolean;
|
|
11
|
+
/** If `true` modal si visible. */
|
|
12
|
+
isVisible: boolean;
|
|
13
|
+
/** Callback for hide action. */
|
|
14
|
+
hide: () => void;
|
|
15
|
+
/** Callback for show action. */
|
|
16
|
+
show: () => void;
|
|
17
|
+
/** Internal reference to modal. */
|
|
18
|
+
reference: React.RefObject<HTMLDivElement>;
|
|
19
|
+
}
|
|
20
|
+
declare const ModalContext: import("react").Context<ModalContextType>;
|
|
21
|
+
export default ModalContext;
|
|
22
22
|
//# 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' | 'empty' | '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' | 'gear' | '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' | 'phoneCircle' | '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' | 'toolBox' | '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';
|
|
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' | 'empty' | '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' | 'gear' | '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' | 'phoneCircle' | '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' | 'toolBox' | '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
|