@mmb-digital/ds-lilly 0.10.68 → 0.10.69
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 +11965 -12528
- package/dist/svg/toolBox.svg +1 -0
- 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 +23 -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,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormFieldType } from '../';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated This component is **deprecated** please use **Input2**
|
|
5
|
-
*/
|
|
6
|
-
export declare const TextInput: React.ForwardRefExoticComponent<FormFieldType & React.RefAttributes<unknown>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormFieldType } from '../';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This component is **deprecated** please use **Input2**
|
|
5
|
+
*/
|
|
6
|
+
export declare const TextInput: React.ForwardRefExoticComponent<FormFieldType & React.RefAttributes<unknown>>;
|
|
7
7
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './TextInput';
|
|
1
|
+
export * from './TextInput';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormControlType } from '../FormControl/FormControl';
|
|
3
|
-
export interface TextInputControlPropsType extends FormControlType {
|
|
4
|
-
/** Mask function for input value masking. */
|
|
5
|
-
mask?: () => void;
|
|
6
|
-
}
|
|
7
|
-
export declare const TextInputControl: React.ForwardRefExoticComponent<TextInputControlPropsType & React.RefAttributes<unknown>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormControlType } from '../FormControl/FormControl';
|
|
3
|
+
export interface TextInputControlPropsType extends FormControlType {
|
|
4
|
+
/** Mask function for input value masking. */
|
|
5
|
+
mask?: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const TextInputControl: React.ForwardRefExoticComponent<TextInputControlPropsType & React.RefAttributes<unknown>>;
|
|
8
8
|
//# sourceMappingURL=TextInputControl.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './TextInputControl';
|
|
1
|
+
export * from './TextInputControl';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FormFieldType } from '../';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated This component is **deprecated** please use **Textarea2**
|
|
4
|
-
*/
|
|
5
|
-
export declare const Textarea: (props: FormFieldType) => JSX.Element;
|
|
1
|
+
import { FormFieldType } from '../';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated This component is **deprecated** please use **Textarea2**
|
|
4
|
+
*/
|
|
5
|
+
export declare const Textarea: (props: FormFieldType) => JSX.Element;
|
|
6
6
|
//# sourceMappingURL=Textarea.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Textarea';
|
|
1
|
+
export * from './Textarea';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { FormField2PropsType } from '../../../types';
|
|
3
|
-
export interface Textarea2PropsType extends FormField2PropsType {
|
|
4
|
-
/** If `true` textarea will be focused after render. */
|
|
5
|
-
autofocus?: boolean;
|
|
6
|
-
/** Children to be rendered in the main container. */
|
|
7
|
-
children?: ReactNode;
|
|
8
|
-
/** Custom textarea height in px. */
|
|
9
|
-
height?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const Textarea2: ({ allowEventPropagation, autofocus, children, disabledTooltip, error, hasError, hasWarning, height, help, isDisabled, label, labelTooltip, maxCharCounter, name, onBlur, onChange, onClick, onFocus, onPaste, placeholder, testId, theme, value: outerValue, warning }: Textarea2PropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { FormField2PropsType } from '../../../types';
|
|
3
|
+
export interface Textarea2PropsType extends FormField2PropsType {
|
|
4
|
+
/** If `true` textarea will be focused after render. */
|
|
5
|
+
autofocus?: boolean;
|
|
6
|
+
/** Children to be rendered in the main container. */
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
/** Custom textarea height in px. */
|
|
9
|
+
height?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const Textarea2: ({ allowEventPropagation, autofocus, children, disabledTooltip, error, hasError, hasWarning, height, help, isDisabled, label, labelTooltip, maxCharCounter, name, onBlur, onChange, onClick, onFocus, onPaste, placeholder, testId, theme, value: outerValue, warning }: Textarea2PropsType) => JSX.Element;
|
|
12
12
|
//# sourceMappingURL=Textarea2.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Textarea2';
|
|
1
|
+
export * from './Textarea2';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { FormControlType } from '../FormControl/FormControl';
|
|
2
|
-
export declare const TextareaControl: ({ type, ...rest }: FormControlType) => JSX.Element;
|
|
1
|
+
import { FormControlType } from '../FormControl/FormControl';
|
|
2
|
+
export declare const TextareaControl: ({ type, ...rest }: FormControlType) => JSX.Element;
|
|
3
3
|
//# sourceMappingURL=TextareaControl.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './TextareaControl';
|
|
1
|
+
export * from './TextareaControl';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
import { IconNameType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType, DisabledTooltipPropsType } from '../../../utils';
|
|
4
|
-
export interface TogglePropsType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
5
|
-
/** Children to be rendered in the main container. */
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
/** Name of icon to be displayed inside handle. */
|
|
8
|
-
iconName?: IconNameType;
|
|
9
|
-
/** Flag for initial state to be truthy. */
|
|
10
|
-
isActive?: boolean;
|
|
11
|
-
/** Flag indicating that the toggle is disabled. */
|
|
12
|
-
isDisabled?: boolean;
|
|
13
|
-
/** @deprecated Flag if you want to use **secondary** visual. Will be removed and replaced with **color** prop in upcoming versions */
|
|
14
|
-
isSecondary?: boolean;
|
|
15
|
-
/** Unique name. */
|
|
16
|
-
name: string;
|
|
17
|
-
/** Custom onChange handler. */
|
|
18
|
-
onChange?: (value: boolean, event: SyntheticEvent) => void;
|
|
19
|
-
/** Sets color of Toggle. Default color is `primary` */
|
|
20
|
-
color?: 'green' | 'secondary';
|
|
21
|
-
/** Name of the icon to be displayed inside the handle when toggle is checked */
|
|
22
|
-
iconNameChecked?: IconNameType;
|
|
23
|
-
}
|
|
24
|
-
export declare const Toggle: ({ children, color, disabledTooltip, disabledTooltipType, iconName, iconNameChecked, isActive, isDisabled, isSecondary, name, onChange, testId, theme }: TogglePropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
+
import { IconNameType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType, DisabledTooltipPropsType } from '../../../utils';
|
|
4
|
+
export interface TogglePropsType extends ComponentPropsType, DisabledTooltipPropsType {
|
|
5
|
+
/** Children to be rendered in the main container. */
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
/** Name of icon to be displayed inside handle. */
|
|
8
|
+
iconName?: IconNameType;
|
|
9
|
+
/** Flag for initial state to be truthy. */
|
|
10
|
+
isActive?: boolean;
|
|
11
|
+
/** Flag indicating that the toggle is disabled. */
|
|
12
|
+
isDisabled?: boolean;
|
|
13
|
+
/** @deprecated Flag if you want to use **secondary** visual. Will be removed and replaced with **color** prop in upcoming versions */
|
|
14
|
+
isSecondary?: boolean;
|
|
15
|
+
/** Unique name. */
|
|
16
|
+
name: string;
|
|
17
|
+
/** Custom onChange handler. */
|
|
18
|
+
onChange?: (value: boolean, event: SyntheticEvent) => void;
|
|
19
|
+
/** Sets color of Toggle. Default color is `primary` */
|
|
20
|
+
color?: 'green' | 'secondary';
|
|
21
|
+
/** Name of the icon to be displayed inside the handle when toggle is checked */
|
|
22
|
+
iconNameChecked?: IconNameType;
|
|
23
|
+
}
|
|
24
|
+
export declare const Toggle: ({ children, color, disabledTooltip, disabledTooltipType, iconName, iconNameChecked, isActive, isDisabled, isSecondary, name, onChange, testId, theme }: TogglePropsType) => JSX.Element;
|
|
25
25
|
//# sourceMappingURL=Toggle.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Toggle';
|
|
1
|
+
export * from './Toggle';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
export * from './Autocomplete';
|
|
2
|
-
export * from './Autocomplete2';
|
|
3
|
-
export * from './BankAccountSelect';
|
|
4
|
-
export * from './Checkbox';
|
|
5
|
-
export * from './Checkbox2';
|
|
6
|
-
export * from './CheckboxControl';
|
|
7
|
-
export * from './DatePicker';
|
|
8
|
-
export * from './DatePicker2';
|
|
9
|
-
export * from './DecimalInput';
|
|
10
|
-
export * from './FileUpload';
|
|
11
|
-
export * from './FormControl';
|
|
12
|
-
export * from './FormField';
|
|
13
|
-
export * from './FormGroup';
|
|
14
|
-
export * from './FormGroup2';
|
|
15
|
-
export * from './FormText';
|
|
16
|
-
export * from './Input2';
|
|
17
|
-
export * from './IntegerInput';
|
|
18
|
-
export * from './Label';
|
|
19
|
-
export * from './Label2';
|
|
20
|
-
export * from './MonthInput';
|
|
21
|
-
export * from './Multiselect';
|
|
22
|
-
export * from './PasswordInput';
|
|
23
|
-
export * from './PersonCount';
|
|
24
|
-
export * from './Radio';
|
|
25
|
-
export * from './Radio2';
|
|
26
|
-
export * from './RadioControl';
|
|
27
|
-
export * from './RadioGroup';
|
|
28
|
-
export * from './SearchInput';
|
|
29
|
-
export * from './Select';
|
|
30
|
-
export * from './Select2';
|
|
31
|
-
export * from './SelectControl';
|
|
32
|
-
export * from './SelectControlAutocomplete';
|
|
33
|
-
export * from './SelectControlStatic';
|
|
34
|
-
export * from './SelectItem';
|
|
35
|
-
export * from './SelectMenu';
|
|
36
|
-
export * from './SelectOption';
|
|
37
|
-
export * from './Slider';
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './Toggle';
|
|
1
|
+
export * from './Autocomplete';
|
|
2
|
+
export * from './Autocomplete2';
|
|
3
|
+
export * from './BankAccountSelect';
|
|
4
|
+
export * from './Checkbox';
|
|
5
|
+
export * from './Checkbox2';
|
|
6
|
+
export * from './CheckboxControl';
|
|
7
|
+
export * from './DatePicker';
|
|
8
|
+
export * from './DatePicker2';
|
|
9
|
+
export * from './DecimalInput';
|
|
10
|
+
export * from './FileUpload';
|
|
11
|
+
export * from './FormControl';
|
|
12
|
+
export * from './FormField';
|
|
13
|
+
export * from './FormGroup';
|
|
14
|
+
export * from './FormGroup2';
|
|
15
|
+
export * from './FormText';
|
|
16
|
+
export * from './Input2';
|
|
17
|
+
export * from './IntegerInput';
|
|
18
|
+
export * from './Label';
|
|
19
|
+
export * from './Label2';
|
|
20
|
+
export * from './MonthInput';
|
|
21
|
+
export * from './Multiselect';
|
|
22
|
+
export * from './PasswordInput';
|
|
23
|
+
export * from './PersonCount';
|
|
24
|
+
export * from './Radio';
|
|
25
|
+
export * from './Radio2';
|
|
26
|
+
export * from './RadioControl';
|
|
27
|
+
export * from './RadioGroup';
|
|
28
|
+
export * from './SearchInput';
|
|
29
|
+
export * from './Select';
|
|
30
|
+
export * from './Select2';
|
|
31
|
+
export * from './SelectControl';
|
|
32
|
+
export * from './SelectControlAutocomplete';
|
|
33
|
+
export * from './SelectControlStatic';
|
|
34
|
+
export * from './SelectItem';
|
|
35
|
+
export * from './SelectMenu';
|
|
36
|
+
export * from './SelectOption';
|
|
37
|
+
export * from './Slider';
|
|
38
|
+
export * from './Textarea';
|
|
39
|
+
export * from './Textarea2';
|
|
40
|
+
export * from './TextareaControl';
|
|
41
|
+
export * from './TextInput';
|
|
42
|
+
export * from './TextInputControl';
|
|
43
|
+
export * from './Toggle';
|
|
44
44
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { XAxisProps, YAxisProps } from 'recharts';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
import { LineType } from './_elements_';
|
|
5
|
-
export interface AreaChartPropsType extends ComponentPropsType {
|
|
6
|
-
/** Settings for your custom area. */
|
|
7
|
-
customArea?: {
|
|
8
|
-
content: ReactNode;
|
|
9
|
-
theme?: ComponentPropsType;
|
|
10
|
-
};
|
|
11
|
-
/** The source data, in which each element is an object. */
|
|
12
|
-
data: any[];
|
|
13
|
-
/** Set if you want to show graph legend. */
|
|
14
|
-
legend?: boolean;
|
|
15
|
-
/** Define what graph lines you want to be drawn. `key` is equal to dataKey you want to use on `Y` axis */
|
|
16
|
-
lines: {
|
|
17
|
-
[key: string]: LineType;
|
|
18
|
-
};
|
|
19
|
-
/** Custom formaters for tooltip data. */
|
|
20
|
-
tooltip?: {
|
|
21
|
-
labelFormatter?: (label: string) => ReactNode;
|
|
22
|
-
formatter?: (value: string) => ReactNode;
|
|
23
|
-
};
|
|
24
|
-
/** X axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/XAxis) */
|
|
25
|
-
xAxis?: XAxisProps;
|
|
26
|
-
/** Y axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/YAxis) */
|
|
27
|
-
yAxis?: {
|
|
28
|
-
interval?: YAxisProps['interval'];
|
|
29
|
-
domain?: {
|
|
30
|
-
min?: number;
|
|
31
|
-
max?: number;
|
|
32
|
-
};
|
|
33
|
-
orientation?: YAxisProps['orientation'];
|
|
34
|
-
tickFormatter?: YAxisProps['tickFormatter'];
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare const AreaChart: ({ customArea, data, legend, lines, testId, theme, tooltip, xAxis, yAxis }: AreaChartPropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { XAxisProps, YAxisProps } from 'recharts';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
import { LineType } from './_elements_';
|
|
5
|
+
export interface AreaChartPropsType extends ComponentPropsType {
|
|
6
|
+
/** Settings for your custom area. */
|
|
7
|
+
customArea?: {
|
|
8
|
+
content: ReactNode;
|
|
9
|
+
theme?: ComponentPropsType;
|
|
10
|
+
};
|
|
11
|
+
/** The source data, in which each element is an object. */
|
|
12
|
+
data: any[];
|
|
13
|
+
/** Set if you want to show graph legend. */
|
|
14
|
+
legend?: boolean;
|
|
15
|
+
/** Define what graph lines you want to be drawn. `key` is equal to dataKey you want to use on `Y` axis */
|
|
16
|
+
lines: {
|
|
17
|
+
[key: string]: LineType;
|
|
18
|
+
};
|
|
19
|
+
/** Custom formaters for tooltip data. */
|
|
20
|
+
tooltip?: {
|
|
21
|
+
labelFormatter?: (label: string) => ReactNode;
|
|
22
|
+
formatter?: (value: string) => ReactNode;
|
|
23
|
+
};
|
|
24
|
+
/** X axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/XAxis) */
|
|
25
|
+
xAxis?: XAxisProps;
|
|
26
|
+
/** Y axis settings. For more information refer to [Recharts docs](https://recharts.org/en-US/api/YAxis) */
|
|
27
|
+
yAxis?: {
|
|
28
|
+
interval?: YAxisProps['interval'];
|
|
29
|
+
domain?: {
|
|
30
|
+
min?: number;
|
|
31
|
+
max?: number;
|
|
32
|
+
};
|
|
33
|
+
orientation?: YAxisProps['orientation'];
|
|
34
|
+
tickFormatter?: YAxisProps['tickFormatter'];
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export declare const AreaChart: ({ customArea, data, legend, lines, testId, theme, tooltip, xAxis, yAxis }: AreaChartPropsType) => JSX.Element;
|
|
38
38
|
//# sourceMappingURL=AreaChart.d.ts.map
|
package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartArea/AreaChartArea.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export interface AreaPropsType extends LineType {
|
|
3
|
-
/** Unique key for data in dataset. */
|
|
4
|
-
dataKey: string;
|
|
5
|
-
}
|
|
6
|
-
export declare type AreaTypeType = 'basis' | 'basisClosed' | 'basisOpen' | 'linear' | 'linearClosed' | 'natural' | 'monotoneX' | 'monotoneY' | 'monotone' | 'step' | 'stepBefore' | 'stepAfter';
|
|
7
|
-
export declare type LineType = {
|
|
8
|
-
/** Any color name from palette. */
|
|
9
|
-
color?: string;
|
|
10
|
-
/** Flag if you want to use highlighted version of graph. */
|
|
11
|
-
isHighlighted?: boolean;
|
|
12
|
-
/** Flag if graph is horizontal line (no chenges in Y values). */
|
|
13
|
-
isHorizontalLine?: boolean;
|
|
14
|
-
/** Flag if you want to use highlighted version of graph. */
|
|
15
|
-
isLegendHover?: boolean;
|
|
16
|
-
/** Name of graph line. */
|
|
17
|
-
name: string;
|
|
18
|
-
/** Type of curve/line to be used to represent data. */
|
|
19
|
-
type?: AreaTypeType;
|
|
20
|
-
};
|
|
21
|
-
export declare const renderLine: ({ color, dataKey, isHorizontalLine, name, type }: AreaPropsType) => JSX.Element;
|
|
22
|
-
export declare const renderAreaFill: ({ dataKey, isHighlighted, isLegendHover, name, type }: AreaPropsType) => JSX.Element;
|
|
23
|
-
export declare const generateLineGradients: (lines: Record<string, LineType>) => ReactNode;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface AreaPropsType extends LineType {
|
|
3
|
+
/** Unique key for data in dataset. */
|
|
4
|
+
dataKey: string;
|
|
5
|
+
}
|
|
6
|
+
export declare type AreaTypeType = 'basis' | 'basisClosed' | 'basisOpen' | 'linear' | 'linearClosed' | 'natural' | 'monotoneX' | 'monotoneY' | 'monotone' | 'step' | 'stepBefore' | 'stepAfter';
|
|
7
|
+
export declare type LineType = {
|
|
8
|
+
/** Any color name from palette. */
|
|
9
|
+
color?: string;
|
|
10
|
+
/** Flag if you want to use highlighted version of graph. */
|
|
11
|
+
isHighlighted?: boolean;
|
|
12
|
+
/** Flag if graph is horizontal line (no chenges in Y values). */
|
|
13
|
+
isHorizontalLine?: boolean;
|
|
14
|
+
/** Flag if you want to use highlighted version of graph. */
|
|
15
|
+
isLegendHover?: boolean;
|
|
16
|
+
/** Name of graph line. */
|
|
17
|
+
name: string;
|
|
18
|
+
/** Type of curve/line to be used to represent data. */
|
|
19
|
+
type?: AreaTypeType;
|
|
20
|
+
};
|
|
21
|
+
export declare const renderLine: ({ color, dataKey, isHorizontalLine, name, type }: AreaPropsType) => JSX.Element;
|
|
22
|
+
export declare const renderAreaFill: ({ dataKey, isHighlighted, isLegendHover, name, type }: AreaPropsType) => JSX.Element;
|
|
23
|
+
export declare const generateLineGradients: (lines: Record<string, LineType>) => ReactNode;
|
|
24
24
|
//# sourceMappingURL=AreaChartArea.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChartArea';
|
|
1
|
+
export * from './AreaChartArea';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartLegend/AreaChartLegend.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ComponentPropsType } from '../../../../../utils';
|
|
2
|
-
import { LineType } from '../';
|
|
3
|
-
export interface LegendPropsType extends ComponentPropsType {
|
|
4
|
-
payload?: PayloadItem[];
|
|
5
|
-
onMouseEnter?: (value: string) => void;
|
|
6
|
-
lines: {
|
|
7
|
-
[key: string]: LineType;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
declare type PayloadItem = {
|
|
11
|
-
value: string;
|
|
12
|
-
color: string;
|
|
13
|
-
dataKey: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const AreaChartLegend: ({ lines, onMouseEnter, payload }: LegendPropsType) => JSX.Element;
|
|
16
|
-
export {};
|
|
1
|
+
import { ComponentPropsType } from '../../../../../utils';
|
|
2
|
+
import { LineType } from '../';
|
|
3
|
+
export interface LegendPropsType extends ComponentPropsType {
|
|
4
|
+
payload?: PayloadItem[];
|
|
5
|
+
onMouseEnter?: (value: string) => void;
|
|
6
|
+
lines: {
|
|
7
|
+
[key: string]: LineType;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare type PayloadItem = {
|
|
11
|
+
value: string;
|
|
12
|
+
color: string;
|
|
13
|
+
dataKey: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const AreaChartLegend: ({ lines, onMouseEnter, payload }: LegendPropsType) => JSX.Element;
|
|
16
|
+
export {};
|
|
17
17
|
//# sourceMappingURL=AreaChartLegend.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChartLegend';
|
|
1
|
+
export * from './AreaChartLegend';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/types/src/components/Graphs/AreaChart/_elements_/AreaChartTooltip/AreaChartTooltip.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../../../utils';
|
|
3
|
-
import { LineType } from '../AreaChartArea';
|
|
4
|
-
export interface AreaChartTooltipPropsType extends ComponentPropsType {
|
|
5
|
-
active?: boolean;
|
|
6
|
-
lines: {
|
|
7
|
-
[key: string]: LineType;
|
|
8
|
-
};
|
|
9
|
-
labelFormatter?: (label: any) => ReactNode;
|
|
10
|
-
formatter?: (value: string) => ReactNode;
|
|
11
|
-
label?: string;
|
|
12
|
-
payload?: {
|
|
13
|
-
dataKey: string;
|
|
14
|
-
value: string;
|
|
15
|
-
}[];
|
|
16
|
-
}
|
|
17
|
-
export declare const AreaChartTooltip: ({ active, formatter, label, labelFormatter, lines, payload }: AreaChartTooltipPropsType) => JSX.Element | null;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../../../utils';
|
|
3
|
+
import { LineType } from '../AreaChartArea';
|
|
4
|
+
export interface AreaChartTooltipPropsType extends ComponentPropsType {
|
|
5
|
+
active?: boolean;
|
|
6
|
+
lines: {
|
|
7
|
+
[key: string]: LineType;
|
|
8
|
+
};
|
|
9
|
+
labelFormatter?: (label: any) => ReactNode;
|
|
10
|
+
formatter?: (value: string) => ReactNode;
|
|
11
|
+
label?: string;
|
|
12
|
+
payload?: {
|
|
13
|
+
dataKey: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
17
|
+
export declare const AreaChartTooltip: ({ active, formatter, label, labelFormatter, lines, payload }: AreaChartTooltipPropsType) => JSX.Element | null;
|
|
18
18
|
//# sourceMappingURL=AreaChartTooltip.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChartTooltip';
|
|
1
|
+
export * from './AreaChartTooltip';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './AreaChartTooltip';
|
|
2
|
-
export * from './AreaChartArea';
|
|
3
|
-
export * from './AreaChartLegend';
|
|
1
|
+
export * from './AreaChartTooltip';
|
|
2
|
+
export * from './AreaChartArea';
|
|
3
|
+
export * from './AreaChartLegend';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './AreaChart';
|
|
1
|
+
export * from './AreaChart';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ColorType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
export interface ChartLegendPropsType extends ComponentPropsType {
|
|
5
|
-
/** Data for the interpretation */
|
|
6
|
-
data: Data[];
|
|
7
|
-
/** If true, the summary label does not contain color (default is 'primaryLightest') */
|
|
8
|
-
emptySummaryColor?: boolean;
|
|
9
|
-
/** If true, the legend contains the summary row. The summary adds all values above the line */
|
|
10
|
-
hasSummaryRow?: boolean;
|
|
11
|
-
/** The label of the summary row (default is 'Celkem') */
|
|
12
|
-
summaryLabel?: string;
|
|
13
|
-
/** Tooltip of summary label */
|
|
14
|
-
summaryLabelTooltip?: ReactNode;
|
|
15
|
-
/** Show value from data for every row (default is 'true') */
|
|
16
|
-
showValue?: boolean;
|
|
17
|
-
}
|
|
18
|
-
interface Data {
|
|
19
|
-
label: string;
|
|
20
|
-
labelTooltip?: ReactNode;
|
|
21
|
-
value: number;
|
|
22
|
-
color: ColorType;
|
|
23
|
-
percentage?: string;
|
|
24
|
-
unitAfter?: string;
|
|
25
|
-
}
|
|
26
|
-
export declare const ChartLegend: ({ data, emptySummaryColor, hasSummaryRow, showValue, summaryLabel, summaryLabelTooltip, theme }: ChartLegendPropsType) => JSX.Element;
|
|
27
|
-
export {};
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ColorType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
export interface ChartLegendPropsType extends ComponentPropsType {
|
|
5
|
+
/** Data for the interpretation */
|
|
6
|
+
data: Data[];
|
|
7
|
+
/** If true, the summary label does not contain color (default is 'primaryLightest') */
|
|
8
|
+
emptySummaryColor?: boolean;
|
|
9
|
+
/** If true, the legend contains the summary row. The summary adds all values above the line */
|
|
10
|
+
hasSummaryRow?: boolean;
|
|
11
|
+
/** The label of the summary row (default is 'Celkem') */
|
|
12
|
+
summaryLabel?: string;
|
|
13
|
+
/** Tooltip of summary label */
|
|
14
|
+
summaryLabelTooltip?: ReactNode;
|
|
15
|
+
/** Show value from data for every row (default is 'true') */
|
|
16
|
+
showValue?: boolean;
|
|
17
|
+
}
|
|
18
|
+
interface Data {
|
|
19
|
+
label: string;
|
|
20
|
+
labelTooltip?: ReactNode;
|
|
21
|
+
value: number;
|
|
22
|
+
color: ColorType;
|
|
23
|
+
percentage?: string;
|
|
24
|
+
unitAfter?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare const ChartLegend: ({ data, emptySummaryColor, hasSummaryRow, showValue, summaryLabel, summaryLabelTooltip, theme }: ChartLegendPropsType) => JSX.Element;
|
|
27
|
+
export {};
|
|
28
28
|
//# sourceMappingURL=ChartLegend.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ComponentPropsType } from '../../../../utils';
|
|
3
|
-
export interface ChartLegendRowPropsType extends ComponentPropsType {
|
|
4
|
-
color?: string;
|
|
5
|
-
emptySummaryColor?: boolean;
|
|
6
|
-
label?: string;
|
|
7
|
-
labelTooltip?: ReactNode;
|
|
8
|
-
percentage?: string;
|
|
9
|
-
hasSeparationLine?: boolean;
|
|
10
|
-
showValue: boolean;
|
|
11
|
-
unitAfter?: string;
|
|
12
|
-
value: number;
|
|
13
|
-
}
|
|
14
|
-
export declare const ChartLegendRow: ({ color, emptySummaryColor, hasSeparationLine, label, labelTooltip, percentage, showValue, unitAfter, value }: ChartLegendRowPropsType) => JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ComponentPropsType } from '../../../../utils';
|
|
3
|
+
export interface ChartLegendRowPropsType extends ComponentPropsType {
|
|
4
|
+
color?: string;
|
|
5
|
+
emptySummaryColor?: boolean;
|
|
6
|
+
label?: string;
|
|
7
|
+
labelTooltip?: ReactNode;
|
|
8
|
+
percentage?: string;
|
|
9
|
+
hasSeparationLine?: boolean;
|
|
10
|
+
showValue: boolean;
|
|
11
|
+
unitAfter?: string;
|
|
12
|
+
value: number;
|
|
13
|
+
}
|
|
14
|
+
export declare const ChartLegendRow: ({ color, emptySummaryColor, hasSeparationLine, label, labelTooltip, percentage, showValue, unitAfter, value }: ChartLegendRowPropsType) => JSX.Element;
|
|
15
15
|
//# sourceMappingURL=ChartLegendRow.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ChartLegend';
|
|
1
|
+
export * from './ChartLegend';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ColorType } from '../../../types';
|
|
3
|
-
import { ComponentPropsType } from '../../../utils';
|
|
4
|
-
export interface PieChartExtendedPropsType extends ComponentPropsType {
|
|
5
|
-
/** Data for the interpretation */
|
|
6
|
-
data: Data[];
|
|
7
|
-
/** Custom content in the middle of the chart */
|
|
8
|
-
graphContent?: ReactNode;
|
|
9
|
-
/** Icon in the middle of the chart */
|
|
10
|
-
graphIcon?: ReactNode;
|
|
11
|
-
}
|
|
12
|
-
interface Data {
|
|
13
|
-
label: string;
|
|
14
|
-
value: number;
|
|
15
|
-
color: ColorType;
|
|
16
|
-
percentage?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare const PieChartExtended: ({ data, graphContent, graphIcon, theme }: PieChartExtendedPropsType) => JSX.Element;
|
|
19
|
-
export {};
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ColorType } from '../../../types';
|
|
3
|
+
import { ComponentPropsType } from '../../../utils';
|
|
4
|
+
export interface PieChartExtendedPropsType extends ComponentPropsType {
|
|
5
|
+
/** Data for the interpretation */
|
|
6
|
+
data: Data[];
|
|
7
|
+
/** Custom content in the middle of the chart */
|
|
8
|
+
graphContent?: ReactNode;
|
|
9
|
+
/** Icon in the middle of the chart */
|
|
10
|
+
graphIcon?: ReactNode;
|
|
11
|
+
}
|
|
12
|
+
interface Data {
|
|
13
|
+
label: string;
|
|
14
|
+
value: number;
|
|
15
|
+
color: ColorType;
|
|
16
|
+
percentage?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const PieChartExtended: ({ data, graphContent, graphIcon, theme }: PieChartExtendedPropsType) => JSX.Element;
|
|
19
|
+
export {};
|
|
20
20
|
//# sourceMappingURL=PieChartExtended.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './PieChartExtended';
|
|
1
|
+
export * from './PieChartExtended';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './AreaChart';
|
|
2
|
-
export * from './ChartLegend';
|
|
3
|
-
export * from './PieChartExtended';
|
|
1
|
+
export * from './AreaChart';
|
|
2
|
+
export * from './ChartLegend';
|
|
3
|
+
export * from './PieChartExtended';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|