@epam/uui 5.3.0 → 5.4.1
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/assets/styles/typography.scss +1 -1
- package/{build/components → components}/buttons/Button.d.ts +6 -3
- package/components/buttons/Button.d.ts.map +1 -0
- package/components/buttons/IconButton.d.ts +13 -0
- package/{build/components → components}/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +20 -0
- package/{build/components → components}/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +12 -0
- package/components/buttons/TabButton.d.ts.map +1 -0
- package/components/buttons/VerticalTabButton.d.ts +5 -0
- package/{build/components → components}/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +7 -0
- package/components/datePickers/DatePicker.d.ts.map +1 -0
- package/{build/components → components}/datePickers/DatePickerHeader.d.ts +4 -0
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -0
- package/components/datePickers/RangeDatePicker.d.ts +9 -0
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -0
- package/{build/components → components}/inputs/MultiSwitch.d.ts +5 -2
- package/components/inputs/MultiSwitch.d.ts.map +1 -0
- package/{build/components → components}/inputs/RadioInput.d.ts +3 -0
- package/{build/components → components}/inputs/RadioInput.d.ts.map +1 -1
- package/{build/components → components}/inputs/Slider.d.ts +2 -0
- package/{build/components → components}/inputs/Slider.d.ts.map +1 -1
- package/{build/components → components}/inputs/Switch.d.ts +3 -0
- package/components/inputs/Switch.d.ts.map +1 -0
- package/{build/components → components}/inputs/TextArea.d.ts +1 -0
- package/{build/components → components}/inputs/TextArea.d.ts.map +1 -1
- package/{build/components → components}/inputs/TextInput.d.ts +4 -1
- package/{build/components → components}/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/TimePicker.d.ts +15 -0
- package/components/inputs/TimePicker.d.ts.map +1 -0
- package/{build/components → components}/layout/Accordion.d.ts +1 -0
- package/components/layout/Accordion.d.ts.map +1 -0
- package/{build/components → components}/layout/Blocker.d.ts.map +1 -1
- package/{build/components → components}/layout/FlexItems/FlexRow.d.ts +4 -4
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -0
- package/{build/components → components}/layout/FlexItems/Panel.d.ts +1 -1
- package/{build/components → components}/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +3 -0
- package/{build/components → components}/navigation/Anchor.d.ts.map +1 -1
- package/{build/components → components}/navigation/MainMenu/Burger/BurgerButton.d.ts +1 -1
- package/{build/components → components}/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -0
- package/{build/components → components}/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +48 -0
- package/{build/components → components}/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/{build/components → components}/navigation/MainMenu/MainMenuSearch.d.ts +1 -1
- package/{build/components → components}/overlays/Alert.d.ts +5 -3
- package/components/overlays/Alert.d.ts.map +1 -0
- package/components/overlays/Dropdown.d.ts +3 -0
- package/{build/components → components}/overlays/Dropdown.d.ts.map +1 -1
- package/{build/components → components}/overlays/DropdownMenu.d.ts +1 -1
- package/{build/components → components}/overlays/NotificationCard.d.ts +1 -2
- package/components/overlays/NotificationCard.d.ts.map +1 -0
- package/{build/components → components}/overlays/Tooltip.d.ts +4 -1
- package/{build/components → components}/overlays/Tooltip.d.ts.map +1 -1
- package/{build/components → components}/pickers/PickerInput.d.ts +2 -2
- package/components/pickers/PickerInput.d.ts.map +1 -0
- package/{build/components → components}/pickers/PickerList.d.ts.map +1 -1
- package/components/types.d.ts +20 -0
- package/components/types.d.ts.map +1 -0
- package/{build/components → components}/typography/RichTextView.d.ts +3 -0
- package/{build/components → components}/typography/RichTextView.d.ts.map +1 -1
- package/{build/components → components}/typography/Text.d.ts +6 -5
- package/components/typography/Text.d.ts.map +1 -0
- package/components/widgets/Badge.d.ts +20 -0
- package/components/widgets/Badge.d.ts.map +1 -0
- package/{build/components → components}/widgets/CountIndicator.d.ts +3 -0
- package/{build/components → components}/widgets/CountIndicator.d.ts.map +1 -1
- package/{build/components → components}/widgets/StatusIndicator.d.ts +12 -3
- package/{build/components → components}/widgets/StatusIndicator.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +19 -0
- package/components/widgets/Tag.d.ts.map +1 -0
- package/{build/index.esm.js → index.esm.js} +582 -644
- package/index.esm.js.map +1 -0
- package/{build/index.js → index.js} +581 -654
- package/index.js.map +1 -0
- package/package.json +7 -7
- package/{build/stats.html → stats.html} +1 -1
- package/{build/styles.css → styles.css} +2584 -2547
- package/styles.css.map +1 -0
- package/build/assets/styles/buttonLayout.scss +0 -67
- package/build/assets/styles/controlLayout.scss +0 -28
- package/build/assets/styles/dnd.scss +0 -9
- package/build/assets/styles/effects.scss +0 -7
- package/build/assets/styles/icons.scss +0 -19
- package/build/assets/styles/index.scss +0 -8
- package/build/assets/styles/inputs.scss +0 -74
- package/build/assets/styles/text-size.scss +0 -37
- package/build/assets/styles/typography.scss +0 -174
- package/build/components/buttons/Button.d.ts.map +0 -1
- package/build/components/buttons/IconButton.d.ts +0 -10
- package/build/components/buttons/LinkButton.d.ts +0 -11
- package/build/components/buttons/TabButton.d.ts +0 -9
- package/build/components/buttons/TabButton.d.ts.map +0 -1
- package/build/components/buttons/VerticalTabButton.d.ts +0 -5
- package/build/components/datePickers/DatePicker.d.ts +0 -13
- package/build/components/datePickers/DatePicker.d.ts.map +0 -1
- package/build/components/datePickers/DatePickerHeader.d.ts.map +0 -1
- package/build/components/datePickers/RangeDatePicker.d.ts +0 -13
- package/build/components/datePickers/RangeDatePicker.d.ts.map +0 -1
- package/build/components/inputs/MultiSwitch.d.ts.map +0 -1
- package/build/components/inputs/Switch.d.ts.map +0 -1
- package/build/components/inputs/TimePicker.d.ts +0 -12
- package/build/components/inputs/TimePicker.d.ts.map +0 -1
- package/build/components/layout/Accordion.d.ts.map +0 -1
- package/build/components/layout/FlexItems/FlexRow.d.ts.map +0 -1
- package/build/components/navigation/Anchor.d.ts +0 -3
- package/build/components/navigation/MainMenu/MainMenuButton.d.ts +0 -7
- package/build/components/navigation/MainMenu/MainMenuIcon.d.ts +0 -8
- package/build/components/overlays/Alert.d.ts.map +0 -1
- package/build/components/overlays/Dropdown.d.ts +0 -4
- package/build/components/overlays/NotificationCard.d.ts.map +0 -1
- package/build/components/pickers/PickerInput.d.ts.map +0 -1
- package/build/components/types.d.ts +0 -44
- package/build/components/types.d.ts.map +0 -1
- package/build/components/typography/Text.d.ts.map +0 -1
- package/build/components/widgets/Badge.d.ts +0 -16
- package/build/components/widgets/Badge.d.ts.map +0 -1
- package/build/components/widgets/Tag.d.ts +0 -10
- package/build/components/widgets/Tag.d.ts.map +0 -1
- package/build/index.esm.js.map +0 -1
- package/build/index.js.map +0 -1
- package/build/package.json +0 -37
- package/build/readme.md +0 -5
- package/build/styles.css.map +0 -1
- package/components/buttons/Button.module.scss +0 -157
- package/components/buttons/Button.tsx +0 -42
- package/components/buttons/IconButton.module.scss +0 -44
- package/components/buttons/IconButton.tsx +0 -20
- package/components/buttons/LinkButton.module.scss +0 -85
- package/components/buttons/LinkButton.tsx +0 -32
- package/components/buttons/TabButton.module.scss +0 -94
- package/components/buttons/TabButton.tsx +0 -38
- package/components/buttons/VerticalTabButton.module.scss +0 -7
- package/components/buttons/VerticalTabButton.tsx +0 -12
- package/components/buttons/__tests__/Button.test.tsx +0 -30
- package/components/buttons/__tests__/IconButton.test.tsx +0 -16
- package/components/buttons/__tests__/LinkButton.test.tsx +0 -16
- package/components/buttons/__tests__/TabButton.test.tsx +0 -16
- package/components/buttons/__tests__/VerticalTabButton.test.tsx +0 -16
- package/components/buttons/__tests__/__snapshots__/Button.test.tsx.snap +0 -58
- package/components/buttons/__tests__/__snapshots__/IconButton.test.tsx.snap +0 -34
- package/components/buttons/__tests__/__snapshots__/LinkButton.test.tsx.snap +0 -47
- package/components/buttons/__tests__/__snapshots__/TabButton.test.tsx.snap +0 -31
- package/components/buttons/__tests__/__snapshots__/VerticalTabButton.test.tsx.snap +0 -31
- package/components/buttons/helper.ts +0 -22
- package/components/buttons/index.ts +0 -5
- package/components/datePickers/Calendar.module.scss +0 -143
- package/components/datePickers/Calendar.tsx +0 -10
- package/components/datePickers/CalendarPresets.module.scss +0 -30
- package/components/datePickers/CalendarPresets.tsx +0 -9
- package/components/datePickers/DatePicker.tsx +0 -70
- package/components/datePickers/DatePickerBody.module.scss +0 -107
- package/components/datePickers/DatePickerBody.tsx +0 -74
- package/components/datePickers/DatePickerHeader.module.scss +0 -15
- package/components/datePickers/DatePickerHeader.tsx +0 -113
- package/components/datePickers/RangeDatePicker.module.scss +0 -101
- package/components/datePickers/RangeDatePicker.tsx +0 -107
- package/components/datePickers/RangeDatePickerBody.module.scss +0 -127
- package/components/datePickers/RangeDatePickerBody.tsx +0 -252
- package/components/datePickers/__tests__/Calendar.test.tsx +0 -11
- package/components/datePickers/__tests__/CalendarPresets.test.tsx +0 -11
- package/components/datePickers/__tests__/DatePicker.test.tsx +0 -119
- package/components/datePickers/__tests__/DatePickerBody.test.tsx +0 -36
- package/components/datePickers/__tests__/DatePickerHeader.test.tsx +0 -57
- package/components/datePickers/__tests__/RangeDatePicker.test.tsx +0 -181
- package/components/datePickers/__tests__/RangeDatePickerBody.test.tsx +0 -186
- package/components/datePickers/__tests__/__snapshots__/Calendar.test.tsx.snap +0 -524
- package/components/datePickers/__tests__/__snapshots__/CalendarPresets.test.tsx.snap +0 -61
- package/components/datePickers/__tests__/__snapshots__/DatePicker.test.tsx.snap +0 -57
- package/components/datePickers/__tests__/__snapshots__/DatePickerBody.test.tsx.snap +0 -62
- package/components/datePickers/__tests__/__snapshots__/RangeDatePicker.test.tsx.snap +0 -115
- package/components/datePickers/__tests__/__snapshots__/RangeDatePickerBody.test.tsx.snap +0 -1231
- package/components/datePickers/index.ts +0 -5
- package/components/dnd/DropMarker.module.scss +0 -62
- package/components/dnd/DropMarker.tsx +0 -25
- package/components/dnd/__tests__/DropMarker.test.tsx +0 -31
- package/components/dnd/__tests__/__snapshots__/DropMarker.test.tsx.snap +0 -7
- package/components/dnd/index.tsx +0 -1
- package/components/fileUpload/DropSpot.module.scss +0 -47
- package/components/fileUpload/DropSpot.tsx +0 -57
- package/components/fileUpload/FileCard.module.scss +0 -88
- package/components/fileUpload/FileCard.tsx +0 -134
- package/components/fileUpload/SvgCircleProgress.module.scss +0 -8
- package/components/fileUpload/SvgCircleProgress.tsx +0 -35
- package/components/fileUpload/__tests__/DropSpot.test.tsx +0 -15
- package/components/fileUpload/__tests__/FileCard.test.tsx +0 -57
- package/components/fileUpload/__tests__/SvgCircleProgress.test.tsx +0 -10
- package/components/fileUpload/__tests__/__snapshots__/DropSpot.test.tsx.snap +0 -130
- package/components/fileUpload/__tests__/__snapshots__/FileCard.test.tsx.snap +0 -266
- package/components/fileUpload/__tests__/__snapshots__/SvgCircleProgress.test.tsx.snap +0 -26
- package/components/fileUpload/index.ts +0 -3
- package/components/filters/FilterDatePickerBody.tsx +0 -63
- package/components/filters/FilterItemBody.tsx +0 -23
- package/components/filters/FilterNumericBody.module.scss +0 -4
- package/components/filters/FilterNumericBody.tsx +0 -111
- package/components/filters/FilterPanelItemToggler.module.scss +0 -140
- package/components/filters/FilterPanelItemToggler.tsx +0 -91
- package/components/filters/FilterPickerBody.tsx +0 -73
- package/components/filters/FilterRangeDatePickerBody.module.scss +0 -92
- package/components/filters/FilterRangeDatePickerBody.tsx +0 -85
- package/components/filters/FiltersPanel.tsx +0 -218
- package/components/filters/FiltersPanelItem.module.scss +0 -22
- package/components/filters/FiltersPanelItem.tsx +0 -257
- package/components/filters/PresetPanel/Preset.module.scss +0 -25
- package/components/filters/PresetPanel/Preset.tsx +0 -61
- package/components/filters/PresetPanel/PresetActionsDropdown.module.scss +0 -23
- package/components/filters/PresetPanel/PresetActionsDropdown.tsx +0 -138
- package/components/filters/PresetPanel/PresetInput.module.scss +0 -55
- package/components/filters/PresetPanel/PresetInput.tsx +0 -50
- package/components/filters/PresetPanel/PresetsPanel.module.scss +0 -34
- package/components/filters/PresetPanel/PresetsPanel.tsx +0 -112
- package/components/filters/PresetPanel/__tests__/Preset.test.tsx +0 -44
- package/components/filters/PresetPanel/__tests__/PresetActionsDropdown.test.tsx +0 -28
- package/components/filters/PresetPanel/__tests__/PresetInput.test.tsx +0 -10
- package/components/filters/PresetPanel/__tests__/__snapshots__/Preset.test.tsx.snap +0 -101
- package/components/filters/PresetPanel/__tests__/__snapshots__/PresetActionsDropdown.test.tsx.snap +0 -19
- package/components/filters/PresetPanel/__tests__/__snapshots__/PresetInput.test.tsx.snap +0 -35
- package/components/filters/PresetPanel/__tests__/__snapshots__/presetsPanel.test.tsx.snap +0 -101
- package/components/filters/PresetPanel/__tests__/presetsPanel.test.tsx +0 -395
- package/components/filters/PresetPanel/constants.ts +0 -4
- package/components/filters/PresetPanel/index.ts +0 -1
- package/components/filters/__tests__/filtersPanel.test.tsx +0 -371
- package/components/filters/constants.ts +0 -4
- package/components/filters/defaultPredicates.ts +0 -11
- package/components/filters/index.ts +0 -4
- package/components/forms/Form.tsx +0 -39
- package/components/forms/index.tsx +0 -2
- package/components/forms/useForm.tsx +0 -39
- package/components/index.ts +0 -15
- package/components/inputs/Checkbox.module.scss +0 -162
- package/components/inputs/Checkbox.tsx +0 -30
- package/components/inputs/InputAddon.module.scss +0 -11
- package/components/inputs/InputAddon.tsx +0 -11
- package/components/inputs/MultiSwitch.tsx +0 -39
- package/components/inputs/NumericInput.module.scss +0 -97
- package/components/inputs/NumericInput.tsx +0 -27
- package/components/inputs/RadioInput.module.scss +0 -200
- package/components/inputs/RadioInput.tsx +0 -16
- package/components/inputs/Slider.module.scss +0 -130
- package/components/inputs/Slider.tsx +0 -11
- package/components/inputs/Switch.module.scss +0 -172
- package/components/inputs/Switch.tsx +0 -17
- package/components/inputs/TextArea.module.scss +0 -210
- package/components/inputs/TextArea.tsx +0 -24
- package/components/inputs/TextInput.module.scss +0 -187
- package/components/inputs/TextInput.tsx +0 -59
- package/components/inputs/TimePicker.module.scss +0 -68
- package/components/inputs/TimePicker.tsx +0 -69
- package/components/inputs/TimePickerBody.tsx +0 -10
- package/components/inputs/__tests__/Checkbox.test.tsx +0 -15
- package/components/inputs/__tests__/MultiSwitch.test.tsx +0 -16
- package/components/inputs/__tests__/NumericInput.test.tsx +0 -208
- package/components/inputs/__tests__/RadioInput.test.tsx +0 -15
- package/components/inputs/__tests__/Slider.test.tsx +0 -22
- package/components/inputs/__tests__/Switch.test.tsx +0 -15
- package/components/inputs/__tests__/TextArea.test.tsx +0 -15
- package/components/inputs/__tests__/TextInput.test.tsx +0 -20
- package/components/inputs/__tests__/TimePicker.test.tsx +0 -19
- package/components/inputs/__tests__/TimePickerBody.test.tsx +0 -38
- package/components/inputs/__tests__/__snapshots__/Checkbox.test.tsx.snap +0 -39
- package/components/inputs/__tests__/__snapshots__/MultiSwitch.test.tsx.snap +0 -37
- package/components/inputs/__tests__/__snapshots__/NumericInput.test.tsx.snap +0 -93
- package/components/inputs/__tests__/__snapshots__/RadioInput.test.tsx.snap +0 -40
- package/components/inputs/__tests__/__snapshots__/Slider.test.tsx.snap +0 -157
- package/components/inputs/__tests__/__snapshots__/Switch.test.tsx.snap +0 -48
- package/components/inputs/__tests__/__snapshots__/TextArea.test.tsx.snap +0 -32
- package/components/inputs/__tests__/__snapshots__/TextInput.test.tsx.snap +0 -53
- package/components/inputs/__tests__/__snapshots__/TimePicker.test.tsx +0 -19
- package/components/inputs/__tests__/__snapshots__/TimePicker.test.tsx.snap +0 -43
- package/components/inputs/__tests__/__snapshots__/TimePickerBody.test.tsx +0 -38
- package/components/inputs/__tests__/__snapshots__/TimePickerBody.test.tsx.snap +0 -321
- package/components/inputs/__tests__/__snapshots__/__snapshots__/TimePicker.test.tsx.snap +0 -43
- package/components/inputs/__tests__/__snapshots__/__snapshots__/TimePickerBody.test.tsx.snap +0 -321
- package/components/inputs/index.ts +0 -10
- package/components/layout/Accordion.module.scss +0 -180
- package/components/layout/Accordion.tsx +0 -23
- package/components/layout/Blocker.module.scss +0 -30
- package/components/layout/Blocker.tsx +0 -11
- package/components/layout/CheckboxGroup.module.scss +0 -15
- package/components/layout/CheckboxGroup.tsx +0 -10
- package/components/layout/ControlGroup.module.scss +0 -15
- package/components/layout/ControlGroup.tsx +0 -5
- package/components/layout/FlexItems/FlexCell.module.scss +0 -5
- package/components/layout/FlexItems/FlexCell.tsx +0 -9
- package/components/layout/FlexItems/FlexRow.module.scss +0 -122
- package/components/layout/FlexItems/FlexRow.tsx +0 -32
- package/components/layout/FlexItems/Panel.module.scss +0 -34
- package/components/layout/FlexItems/Panel.tsx +0 -19
- package/components/layout/FlexItems/__tests__/FlexCell.test.tsx +0 -15
- package/components/layout/FlexItems/__tests__/FlexRow.test.tsx +0 -17
- package/components/layout/FlexItems/__tests__/FlexSpacer.test.tsx +0 -10
- package/components/layout/FlexItems/__tests__/Panel.test.tsx +0 -15
- package/components/layout/FlexItems/__tests__/__snapshots__/FlexCell.test.tsx.snap +0 -34
- package/components/layout/FlexItems/__tests__/__snapshots__/FlexRow.test.tsx.snap +0 -26
- package/components/layout/FlexItems/__tests__/__snapshots__/FlexSpacer.test.tsx.snap +0 -7
- package/components/layout/FlexItems/__tests__/__snapshots__/Panel.test.tsx.snap +0 -14
- package/components/layout/FlexItems/index.ts +0 -4
- package/components/layout/LabeledInput.module.scss +0 -139
- package/components/layout/LabeledInput.tsx +0 -21
- package/components/layout/RadioGroup.module.scss +0 -15
- package/components/layout/RadioGroup.tsx +0 -10
- package/components/layout/ScrollBars.module.scss +0 -56
- package/components/layout/ScrollBars.tsx +0 -11
- package/components/layout/VirtualList.module.scss +0 -10
- package/components/layout/VirtualList.tsx +0 -127
- package/components/layout/__tests__/Accordion.test.tsx +0 -16
- package/components/layout/__tests__/Blocker.test.tsx +0 -10
- package/components/layout/__tests__/CheckboxGroup.test.tsx +0 -33
- package/components/layout/__tests__/ControlGroup.test.tsx +0 -18
- package/components/layout/__tests__/LabeledInput.test.tsx +0 -26
- package/components/layout/__tests__/RadioGroup.test.tsx +0 -33
- package/components/layout/__tests__/ScrollBars.test.tsx +0 -17
- package/components/layout/__tests__/VirtualList.test.tsx +0 -10
- package/components/layout/__tests__/__snapshots__/Accordion.test.tsx.snap +0 -65
- package/components/layout/__tests__/__snapshots__/Blocker.test.tsx.snap +0 -36
- package/components/layout/__tests__/__snapshots__/CheckboxGroup.test.tsx.snap +0 -103
- package/components/layout/__tests__/__snapshots__/ControlGroup.test.tsx.snap +0 -33
- package/components/layout/__tests__/__snapshots__/LabeledInput.test.tsx.snap +0 -87
- package/components/layout/__tests__/__snapshots__/RadioGroup.test.tsx.snap +0 -95
- package/components/layout/__tests__/__snapshots__/ScrollBars.test.tsx.snap +0 -68
- package/components/layout/__tests__/__snapshots__/VirtualList.test.tsx.snap +0 -90
- package/components/layout/index.ts +0 -10
- package/components/navigation/Anchor.module.scss +0 -7
- package/components/navigation/Anchor.tsx +0 -5
- package/components/navigation/MainMenu/Burger/Burger.module.scss +0 -81
- package/components/navigation/MainMenu/Burger/Burger.tsx +0 -18
- package/components/navigation/MainMenu/Burger/BurgerButton.module.scss +0 -69
- package/components/navigation/MainMenu/Burger/BurgerButton.tsx +0 -22
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.module.scss +0 -31
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx +0 -16
- package/components/navigation/MainMenu/Burger/BurgerSearch.module.scss +0 -51
- package/components/navigation/MainMenu/Burger/BurgerSearch.tsx +0 -23
- package/components/navigation/MainMenu/Burger/__tests__/Burger.test.tsx +0 -13
- package/components/navigation/MainMenu/Burger/__tests__/BurgerButton.test.tsx +0 -18
- package/components/navigation/MainMenu/Burger/__tests__/BurgerGroupHeader.test.tsx +0 -10
- package/components/navigation/MainMenu/Burger/__tests__/BurgerSearch.test.tsx +0 -20
- package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/Burger.test.tsx.snap +0 -21
- package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerButton.test.tsx.snap +0 -46
- package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerGroupHeader.test.tsx.snap +0 -16
- package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerSearch.test.tsx.snap +0 -53
- package/components/navigation/MainMenu/Burger/index.ts +0 -4
- package/components/navigation/MainMenu/GlobalMenu.module.scss +0 -32
- package/components/navigation/MainMenu/GlobalMenu.tsx +0 -14
- package/components/navigation/MainMenu/MainMenu.module.scss +0 -53
- package/components/navigation/MainMenu/MainMenu.tsx +0 -21
- package/components/navigation/MainMenu/MainMenuAvatar.module.scss +0 -41
- package/components/navigation/MainMenu/MainMenuAvatar.tsx +0 -30
- package/components/navigation/MainMenu/MainMenuButton.module.scss +0 -58
- package/components/navigation/MainMenu/MainMenuButton.tsx +0 -14
- package/components/navigation/MainMenu/MainMenuDropdown.module.scss +0 -44
- package/components/navigation/MainMenu/MainMenuDropdown.tsx +0 -47
- package/components/navigation/MainMenu/MainMenuIcon.module.scss +0 -25
- package/components/navigation/MainMenu/MainMenuIcon.tsx +0 -13
- package/components/navigation/MainMenu/MainMenuSearch.module.scss +0 -51
- package/components/navigation/MainMenu/MainMenuSearch.tsx +0 -26
- package/components/navigation/MainMenu/__tests__/GlobalMenu.test.tsx +0 -10
- package/components/navigation/MainMenu/__tests__/MainMenu.test.tsx +0 -45
- package/components/navigation/MainMenu/__tests__/MainMenuAvatar.test.tsx +0 -27
- package/components/navigation/MainMenu/__tests__/MainMenuButton.test.tsx +0 -30
- package/components/navigation/MainMenu/__tests__/MainMenuDropdown.test.tsx +0 -24
- package/components/navigation/MainMenu/__tests__/MainMenuIcon.test.tsx +0 -18
- package/components/navigation/MainMenu/__tests__/MainMenuSearch.test.tsx +0 -28
- package/components/navigation/MainMenu/__tests__/__snapshots__/GlobalMenu.test.tsx.snap +0 -17
- package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenu.test.tsx.snap +0 -103
- package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuAvatar.test.tsx.snap +0 -39
- package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuButton.test.tsx.snap +0 -37
- package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuDropdown.test.tsx.snap +0 -46
- package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuIcon.test.tsx.snap +0 -39
- package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuSearch.test.tsx.snap +0 -53
- package/components/navigation/MainMenu/index.ts +0 -8
- package/components/navigation/__tests__/Anchor.test.tsx +0 -21
- package/components/navigation/__tests__/__snapshots__/Anchor.test.tsx.snap +0 -29
- package/components/navigation/index.ts +0 -2
- package/components/overlays/Alert.module.scss +0 -77
- package/components/overlays/Alert.tsx +0 -75
- package/components/overlays/ConfirmationModal.tsx +0 -38
- package/components/overlays/Dropdown.tsx +0 -7
- package/components/overlays/DropdownContainer.module.scss +0 -93
- package/components/overlays/DropdownContainer.tsx +0 -20
- package/components/overlays/DropdownMenu.module.scss +0 -181
- package/components/overlays/DropdownMenu.tsx +0 -262
- package/components/overlays/Modals.module.scss +0 -63
- package/components/overlays/Modals.tsx +0 -82
- package/components/overlays/NotificationCard.module.scss +0 -76
- package/components/overlays/NotificationCard.tsx +0 -97
- package/components/overlays/Tooltip.module.scss +0 -74
- package/components/overlays/Tooltip.tsx +0 -19
- package/components/overlays/__tests__/Alert.test.tsx +0 -57
- package/components/overlays/__tests__/ConfirmationModal.test.tsx +0 -29
- package/components/overlays/__tests__/Dropdown.test.tsx +0 -16
- package/components/overlays/__tests__/DropdownContainer.test.tsx +0 -28
- package/components/overlays/__tests__/DropdownMenu.test.tsx +0 -26
- package/components/overlays/__tests__/Modals.test.tsx +0 -35
- package/components/overlays/__tests__/NotificationCard.test.tsx +0 -52
- package/components/overlays/__tests__/Tooltip.test.tsx +0 -20
- package/components/overlays/__tests__/__snapshots__/Alert.test.tsx.snap +0 -183
- package/components/overlays/__tests__/__snapshots__/ConfirmationModal.test.tsx.snap +0 -423
- package/components/overlays/__tests__/__snapshots__/Dropdown.test.tsx.snap +0 -51
- package/components/overlays/__tests__/__snapshots__/DropdownContainer.test.tsx.snap +0 -82
- package/components/overlays/__tests__/__snapshots__/DropdownMenu.test.tsx.snap +0 -128
- package/components/overlays/__tests__/__snapshots__/Modals.test.tsx.snap +0 -206
- package/components/overlays/__tests__/__snapshots__/NotificationCard.test.tsx.snap +0 -284
- package/components/overlays/__tests__/__snapshots__/Tooltip.test.tsx.snap +0 -5
- package/components/overlays/index.ts +0 -8
- package/components/pickers/DataPickerBody.module.scss +0 -54
- package/components/pickers/DataPickerBody.tsx +0 -68
- package/components/pickers/DataPickerFooter.tsx +0 -85
- package/components/pickers/DataPickerHeader.module.scss +0 -19
- package/components/pickers/DataPickerHeader.tsx +0 -24
- package/components/pickers/DataPickerRow.module.scss +0 -30
- package/components/pickers/DataPickerRow.tsx +0 -77
- package/components/pickers/MobileDropdownWrapper.module.scss +0 -20
- package/components/pickers/MobileDropdownWrapper.tsx +0 -38
- package/components/pickers/PickerInput.module.scss +0 -39
- package/components/pickers/PickerInput.tsx +0 -180
- package/components/pickers/PickerItem.module.scss +0 -32
- package/components/pickers/PickerItem.tsx +0 -66
- package/components/pickers/PickerList.tsx +0 -83
- package/components/pickers/PickerListItem.module.scss +0 -3
- package/components/pickers/PickerListItem.tsx +0 -55
- package/components/pickers/PickerModal.module.scss +0 -27
- package/components/pickers/PickerModal.tsx +0 -145
- package/components/pickers/PickerToggler.module.scss +0 -249
- package/components/pickers/PickerToggler.tsx +0 -84
- package/components/pickers/__tests__/DataPickerBody.test.tsx +0 -58
- package/components/pickers/__tests__/DataPickerRow.test.tsx +0 -39
- package/components/pickers/__tests__/PickerInput.test.tsx +0 -1041
- package/components/pickers/__tests__/PickerList.test.tsx +0 -619
- package/components/pickers/__tests__/PickerModal.test.tsx +0 -542
- package/components/pickers/__tests__/PickerToggler.test.tsx +0 -40
- package/components/pickers/__tests__/__snapshots__/DataPickerBody.test.tsx.snap +0 -197
- package/components/pickers/__tests__/__snapshots__/DataPickerRow.test.tsx.snap +0 -114
- package/components/pickers/__tests__/__snapshots__/PickerInput.test.tsx.snap +0 -705
- package/components/pickers/__tests__/__snapshots__/PickerList.test.tsx.snap +0 -828
- package/components/pickers/__tests__/__snapshots__/PickerModal.test.tsx.snap +0 -1638
- package/components/pickers/__tests__/__snapshots__/PickerToggler.test.tsx.snap +0 -81
- package/components/pickers/__tests__/highlight.test.tsx +0 -37
- package/components/pickers/__tests__/mocks.ts +0 -87
- package/components/pickers/helpers.ts +0 -4
- package/components/pickers/highlight.tsx +0 -93
- package/components/pickers/index.ts +0 -12
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx +0 -46
- package/components/tables/ColumnHeaderDropdown/SortingPanel.module.scss +0 -14
- package/components/tables/ColumnHeaderDropdown/SortingPanel.tsx +0 -27
- package/components/tables/ColumnHeaderDropdown/index.ts +0 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.module.scss +0 -21
- package/components/tables/DataRowsContainer/DataRowsContainer.tsx +0 -27
- package/components/tables/DataRowsContainer/DataRowsGroups.tsx +0 -86
- package/components/tables/DataRowsContainer/index.tsx +0 -1
- package/components/tables/DataRowsContainer/utils.ts +0 -15
- package/components/tables/DataTable.module.scss +0 -54
- package/components/tables/DataTable.tsx +0 -149
- package/components/tables/DataTableCell.module.scss +0 -123
- package/components/tables/DataTableCell.tsx +0 -96
- package/components/tables/DataTableHeaderCell.module.scss +0 -161
- package/components/tables/DataTableHeaderCell.tsx +0 -144
- package/components/tables/DataTableHeaderRow.module.scss +0 -23
- package/components/tables/DataTableHeaderRow.tsx +0 -19
- package/components/tables/DataTableRow.module.scss +0 -58
- package/components/tables/DataTableRow.tsx +0 -31
- package/components/tables/__tests__/ColumnHeaderDropdown.test.tsx +0 -25
- package/components/tables/__tests__/DataTable.test.tsx +0 -23
- package/components/tables/__tests__/DataTableCell.test.tsx +0 -66
- package/components/tables/__tests__/DataTableHeaderCell.test.tsx +0 -21
- package/components/tables/__tests__/DataTableHeaderRow.test.tsx +0 -28
- package/components/tables/__tests__/DataTableRow.test.tsx +0 -30
- package/components/tables/__tests__/__snapshots__/ColumnHeaderDropdown.test.tsx.snap +0 -181
- package/components/tables/__tests__/__snapshots__/DataTable.test.tsx.snap +0 -122
- package/components/tables/__tests__/__snapshots__/DataTableCell.test.tsx.snap +0 -45
- package/components/tables/__tests__/__snapshots__/DataTableHeaderCell.test.tsx.snap +0 -34
- package/components/tables/__tests__/__snapshots__/DataTableHeaderRow.test.tsx.snap +0 -51
- package/components/tables/__tests__/__snapshots__/DataTableRow.test.tsx.snap +0 -54
- package/components/tables/columnsConfigurationModal/ColumnRow.module.scss +0 -44
- package/components/tables/columnsConfigurationModal/ColumnRow.tsx +0 -68
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.module.scss +0 -55
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.tsx +0 -153
- package/components/tables/columnsConfigurationModal/PinIconButton.tsx +0 -55
- package/components/tables/columnsConfigurationModal/__tests__/ColumnsConfigurationModal.test.tsx +0 -72
- package/components/tables/columnsConfigurationModal/__tests__/__snapshots__/ColumnsConfigurationModal.test.tsx.snap +0 -951
- package/components/tables/columnsConfigurationModal/index.ts +0 -1
- package/components/tables/index.ts +0 -9
- package/components/tables/types.ts +0 -33
- package/components/tables/variables.scss +0 -25
- package/components/types.ts +0 -73
- package/components/typography/RichTextView.tsx +0 -13
- package/components/typography/Text.module.scss +0 -50
- package/components/typography/Text.tsx +0 -39
- package/components/typography/TextPlaceholder.module.scss +0 -33
- package/components/typography/TextPlaceholder.tsx +0 -38
- package/components/typography/__tests__/RichTextView.test.tsx +0 -27
- package/components/typography/__tests__/Text.test.tsx +0 -21
- package/components/typography/__tests__/TextPlaceholder.test.tsx +0 -23
- package/components/typography/__tests__/__snapshots__/RichTextView.test.tsx.snap +0 -21
- package/components/typography/__tests__/__snapshots__/Text.test.tsx.snap +0 -18
- package/components/typography/__tests__/__snapshots__/TextPlaceholder.test.tsx.snap +0 -65
- package/components/typography/index.ts +0 -3
- package/components/widgets/AvatarStack.module.scss +0 -36
- package/components/widgets/AvatarStack.tsx +0 -5
- package/components/widgets/Badge.module.scss +0 -334
- package/components/widgets/Badge.tsx +0 -75
- package/components/widgets/CountIndicator.module.scss +0 -52
- package/components/widgets/CountIndicator.tsx +0 -26
- package/components/widgets/IndeterminateBar.module.scss +0 -42
- package/components/widgets/IndeterminateBar.tsx +0 -16
- package/components/widgets/IndicatorBar.module.scss +0 -3
- package/components/widgets/IndicatorBar.tsx +0 -20
- package/components/widgets/Paginator.module.scss +0 -66
- package/components/widgets/Paginator.tsx +0 -64
- package/components/widgets/ProgressBar.module.scss +0 -52
- package/components/widgets/ProgressBar.tsx +0 -24
- package/components/widgets/Spinner.module.scss +0 -38
- package/components/widgets/Spinner.tsx +0 -11
- package/components/widgets/StatusIndicator.module.scss +0 -72
- package/components/widgets/StatusIndicator.tsx +0 -36
- package/components/widgets/Tag.module.scss +0 -121
- package/components/widgets/Tag.tsx +0 -55
- package/components/widgets/__tests__/AvatarStack.test.tsx +0 -19
- package/components/widgets/__tests__/Badge.test.tsx +0 -30
- package/components/widgets/__tests__/IndeterminateBar.test.tsx +0 -15
- package/components/widgets/__tests__/IndicatorBar.test.tsx +0 -15
- package/components/widgets/__tests__/Paginator.test.tsx +0 -10
- package/components/widgets/__tests__/ProgressBar.test.tsx +0 -25
- package/components/widgets/__tests__/Spinner.test.tsx +0 -10
- package/components/widgets/__tests__/StatusIndicator.test.tsx +0 -17
- package/components/widgets/__tests__/Tag.test.tsx +0 -18
- package/components/widgets/__tests__/__snapshots__/AvatarStack.test.tsx.snap +0 -55
- package/components/widgets/__tests__/__snapshots__/Badge.test.tsx.snap +0 -48
- package/components/widgets/__tests__/__snapshots__/IndeterminateBar.test.tsx.snap +0 -21
- package/components/widgets/__tests__/__snapshots__/IndicatorBar.test.tsx.snap +0 -30
- package/components/widgets/__tests__/__snapshots__/Paginator.test.tsx.snap +0 -125
- package/components/widgets/__tests__/__snapshots__/ProgressBar.test.tsx.snap +0 -107
- package/components/widgets/__tests__/__snapshots__/Spinner.test.tsx.snap +0 -21
- package/components/widgets/__tests__/__snapshots__/StatusIndicator.test.tsx.snap +0 -31
- package/components/widgets/__tests__/__snapshots__/Tag.test.tsx.snap +0 -48
- package/components/widgets/index.ts +0 -11
- package/globals.d.ts +0 -12
- package/helpers/index.ts +0 -2
- package/helpers/text-layout.module.scss +0 -81
- package/helpers/textLayout.tsx +0 -35
- package/helpers/useColumnsWithFilters.tsx +0 -34
- package/i18n.ts +0 -105
- package/icons/accept-12.svg +0 -1
- package/icons/accept-18.svg +0 -1
- package/icons/accept-24.svg +0 -1
- package/icons/action-settings-12.svg +0 -1
- package/icons/action-settings-18.svg +0 -1
- package/icons/action-settings-24.svg +0 -1
- package/icons/btn-cross-12.svg +0 -1
- package/icons/btn-cross-18.svg +0 -1
- package/icons/btn-cross-24.svg +0 -1
- package/icons/burger-close.svg +0 -3
- package/icons/burger.svg +0 -3
- package/icons/calendar-12.svg +0 -1
- package/icons/calendar-18.svg +0 -1
- package/icons/calendar-24.svg +0 -1
- package/icons/check-12.svg +0 -3
- package/icons/check-18.svg +0 -3
- package/icons/checkbox-checked.svg +0 -21
- package/icons/checkbox-partial.svg +0 -21
- package/icons/checkbox_tick.svg +0 -44
- package/icons/chevron-down-24.svg +0 -1
- package/icons/chevron-up-24.svg +0 -1
- package/icons/content-edit-12.svg +0 -1
- package/icons/content-edit-18.svg +0 -1
- package/icons/content-edit-24.svg +0 -1
- package/icons/empty-table.svg +0 -58
- package/icons/fileUpload/file-file-24.svg +0 -1
- package/icons/fileUpload/file-file_chart-24.svg +0 -1
- package/icons/fileUpload/file-file_eml-24.svg +0 -1
- package/icons/fileUpload/file-file_excel-24.svg +0 -1
- package/icons/fileUpload/file-file_image-24.svg +0 -1
- package/icons/fileUpload/file-file_pdf-24.svg +0 -1
- package/icons/fileUpload/file-file_table-24.svg +0 -1
- package/icons/fileUpload/file-file_text-24.svg +0 -1
- package/icons/fileUpload/file-file_video-24.svg +0 -1
- package/icons/fileUpload/file-file_word-24.svg +0 -1
- package/icons/fileUpload/shape.svg +0 -2
- package/icons/filter.svg +0 -11
- package/icons/folding-arrow-12.svg +0 -1
- package/icons/folding-arrow-18.svg +0 -1
- package/icons/folding-arrow-24.svg +0 -1
- package/icons/global_menu.svg +0 -9
- package/icons/help-fill-10.svg +0 -3
- package/icons/help-fill-16.svg +0 -3
- package/icons/icons.tsx +0 -116
- package/icons/info-12.svg +0 -3
- package/icons/info-18.svg +0 -1
- package/icons/info-24.svg +0 -1
- package/icons/logo-arrow.svg +0 -4
- package/icons/menu_input_cancel.svg +0 -84
- package/icons/modal-close-cross.svg +0 -22
- package/icons/navigation-close-24.svg +0 -1
- package/icons/navigation-more_vert-12.svg +0 -1
- package/icons/navigation-more_vert-18.svg +0 -1
- package/icons/navigation-more_vert-24.svg +0 -1
- package/icons/notification-check_circle-fill-24.svg +0 -1
- package/icons/notification-done-12.svg +0 -1
- package/icons/notification-done-18.svg +0 -1
- package/icons/notification-done-24.svg +0 -1
- package/icons/notification-error-fill-10.svg +0 -1
- package/icons/notification-error-fill-24.svg +0 -1
- package/icons/notification-help-fill-24.svg +0 -1
- package/icons/notification-warning-fill-24.svg +0 -1
- package/icons/partly-select-12.svg +0 -3
- package/icons/partly-select-18.svg +0 -3
- package/icons/radio-point.svg +0 -3
- package/icons/search-12.svg +0 -1
- package/icons/search-18.svg +0 -1
- package/icons/search-24.svg +0 -1
- package/icons/search-with-background.svg +0 -4
- package/icons/settings-18.svg +0 -1
- package/icons/slider-rating/active_mark_blue_icon.svg +0 -23
- package/icons/slider-rating/active_mark_green_icon.svg +0 -23
- package/icons/slider-rating/active_mark_red_icon.svg +0 -23
- package/icons/slider-rating/active_mark_violet_icon.svg +0 -23
- package/icons/slider-rating/active_mark_yellow_icon.svg +0 -23
- package/icons/slider-rating/line_blue_icon.svg +0 -31
- package/icons/slider-rating/line_gray_icon.svg +0 -20
- package/icons/slider-rating/line_red_icon.svg +0 -42
- package/icons/slider-rating/line_violet_icon.svg +0 -33
- package/icons/slider-rating/line_yellow_icon.svg +0 -34
- package/icons/slider-rating/na_active_icon.svg +0 -13
- package/icons/slider-rating/na_icon.svg +0 -13
- package/icons/snackbar/cross.svg +0 -1
- package/icons/snackbar/info.svg +0 -1
- package/icons/snackbar/success.svg +0 -1
- package/icons/snackbar/warning.svg +0 -1
- package/icons/sort.svg +0 -5
- package/icons/sort_asc-12.svg +0 -1
- package/icons/sort_desc-12.svg +0 -1
- package/icons/star-empty.svg +0 -3
- package/icons/star-filled.svg +0 -3
- package/icons/tick-12.svg +0 -1
- package/icons/tick-24.svg +0 -1
- package/icons/triangle.svg +0 -10
- package/index.tsx +0 -5
- package/themeTodo.md +0 -21
- package/tsconfig.json +0 -12
- /package/{build/components → components}/buttons/helper.d.ts +0 -0
- /package/{build/components → components}/buttons/helper.d.ts.map +0 -0
- /package/{build/components → components}/buttons/index.d.ts +0 -0
- /package/{build/components → components}/buttons/index.d.ts.map +0 -0
- /package/{build/components → components}/datePickers/Calendar.d.ts +0 -0
- /package/{build/components → components}/datePickers/Calendar.d.ts.map +0 -0
- /package/{build/components → components}/datePickers/CalendarPresets.d.ts +0 -0
- /package/{build/components → components}/datePickers/CalendarPresets.d.ts.map +0 -0
- /package/{build/components → components}/datePickers/DatePickerBody.d.ts +0 -0
- /package/{build/components → components}/datePickers/DatePickerBody.d.ts.map +0 -0
- /package/{build/components → components}/datePickers/RangeDatePickerBody.d.ts +0 -0
- /package/{build/components → components}/datePickers/RangeDatePickerBody.d.ts.map +0 -0
- /package/{build/components → components}/datePickers/index.d.ts +0 -0
- /package/{build/components → components}/datePickers/index.d.ts.map +0 -0
- /package/{build/components → components}/dnd/DropMarker.d.ts +0 -0
- /package/{build/components → components}/dnd/DropMarker.d.ts.map +0 -0
- /package/{build/components → components}/dnd/index.d.ts +0 -0
- /package/{build/components → components}/dnd/index.d.ts.map +0 -0
- /package/{build/components → components}/fileUpload/DropSpot.d.ts +0 -0
- /package/{build/components → components}/fileUpload/DropSpot.d.ts.map +0 -0
- /package/{build/components → components}/fileUpload/FileCard.d.ts +0 -0
- /package/{build/components → components}/fileUpload/FileCard.d.ts.map +0 -0
- /package/{build/components → components}/fileUpload/SvgCircleProgress.d.ts +0 -0
- /package/{build/components → components}/fileUpload/SvgCircleProgress.d.ts.map +0 -0
- /package/{build/components → components}/fileUpload/index.d.ts +0 -0
- /package/{build/components → components}/fileUpload/index.d.ts.map +0 -0
- /package/{build/components → components}/filters/FilterDatePickerBody.d.ts +0 -0
- /package/{build/components → components}/filters/FilterDatePickerBody.d.ts.map +0 -0
- /package/{build/components → components}/filters/FilterItemBody.d.ts +0 -0
- /package/{build/components → components}/filters/FilterItemBody.d.ts.map +0 -0
- /package/{build/components → components}/filters/FilterNumericBody.d.ts +0 -0
- /package/{build/components → components}/filters/FilterNumericBody.d.ts.map +0 -0
- /package/{build/components → components}/filters/FilterPanelItemToggler.d.ts +0 -0
- /package/{build/components → components}/filters/FilterPanelItemToggler.d.ts.map +0 -0
- /package/{build/components → components}/filters/FilterPickerBody.d.ts +0 -0
- /package/{build/components → components}/filters/FilterPickerBody.d.ts.map +0 -0
- /package/{build/components → components}/filters/FilterRangeDatePickerBody.d.ts +0 -0
- /package/{build/components → components}/filters/FilterRangeDatePickerBody.d.ts.map +0 -0
- /package/{build/components → components}/filters/FiltersPanel.d.ts +0 -0
- /package/{build/components → components}/filters/FiltersPanel.d.ts.map +0 -0
- /package/{build/components → components}/filters/FiltersPanelItem.d.ts +0 -0
- /package/{build/components → components}/filters/FiltersPanelItem.d.ts.map +0 -0
- /package/{build/components → components}/filters/PresetPanel/Preset.d.ts +0 -0
- /package/{build/components → components}/filters/PresetPanel/Preset.d.ts.map +0 -0
- /package/{build/components → components}/filters/PresetPanel/PresetActionsDropdown.d.ts +0 -0
- /package/{build/components → components}/filters/PresetPanel/PresetActionsDropdown.d.ts.map +0 -0
- /package/{build/components → components}/filters/PresetPanel/PresetInput.d.ts +0 -0
- /package/{build/components → components}/filters/PresetPanel/PresetInput.d.ts.map +0 -0
- /package/{build/components → components}/filters/PresetPanel/PresetsPanel.d.ts +0 -0
- /package/{build/components → components}/filters/PresetPanel/PresetsPanel.d.ts.map +0 -0
- /package/{build/components → components}/filters/PresetPanel/constants.d.ts +0 -0
- /package/{build/components → components}/filters/PresetPanel/constants.d.ts.map +0 -0
- /package/{build/components → components}/filters/PresetPanel/index.d.ts +0 -0
- /package/{build/components → components}/filters/PresetPanel/index.d.ts.map +0 -0
- /package/{build/components → components}/filters/constants.d.ts +0 -0
- /package/{build/components → components}/filters/constants.d.ts.map +0 -0
- /package/{build/components → components}/filters/defaultPredicates.d.ts +0 -0
- /package/{build/components → components}/filters/defaultPredicates.d.ts.map +0 -0
- /package/{build/components → components}/filters/index.d.ts +0 -0
- /package/{build/components → components}/filters/index.d.ts.map +0 -0
- /package/{build/components → components}/forms/Form.d.ts +0 -0
- /package/{build/components → components}/forms/Form.d.ts.map +0 -0
- /package/{build/components → components}/forms/index.d.ts +0 -0
- /package/{build/components → components}/forms/index.d.ts.map +0 -0
- /package/{build/components → components}/forms/useForm.d.ts +0 -0
- /package/{build/components → components}/forms/useForm.d.ts.map +0 -0
- /package/{build/components → components}/index.d.ts +0 -0
- /package/{build/components → components}/index.d.ts.map +0 -0
- /package/{build/components → components}/inputs/Checkbox.d.ts +0 -0
- /package/{build/components → components}/inputs/Checkbox.d.ts.map +0 -0
- /package/{build/components → components}/inputs/InputAddon.d.ts +0 -0
- /package/{build/components → components}/inputs/InputAddon.d.ts.map +0 -0
- /package/{build/components → components}/inputs/NumericInput.d.ts +0 -0
- /package/{build/components → components}/inputs/NumericInput.d.ts.map +0 -0
- /package/{build/components → components}/inputs/TimePickerBody.d.ts +0 -0
- /package/{build/components → components}/inputs/TimePickerBody.d.ts.map +0 -0
- /package/{build/components → components}/inputs/index.d.ts +0 -0
- /package/{build/components → components}/inputs/index.d.ts.map +0 -0
- /package/{build/components → components}/layout/Blocker.d.ts +0 -0
- /package/{build/components → components}/layout/CheckboxGroup.d.ts +0 -0
- /package/{build/components → components}/layout/CheckboxGroup.d.ts.map +0 -0
- /package/{build/components → components}/layout/ControlGroup.d.ts +0 -0
- /package/{build/components → components}/layout/ControlGroup.d.ts.map +0 -0
- /package/{build/components → components}/layout/FlexItems/FlexCell.d.ts +0 -0
- /package/{build/components → components}/layout/FlexItems/FlexCell.d.ts.map +0 -0
- /package/{build/components → components}/layout/FlexItems/index.d.ts +0 -0
- /package/{build/components → components}/layout/FlexItems/index.d.ts.map +0 -0
- /package/{build/components → components}/layout/LabeledInput.d.ts +0 -0
- /package/{build/components → components}/layout/LabeledInput.d.ts.map +0 -0
- /package/{build/components → components}/layout/RadioGroup.d.ts +0 -0
- /package/{build/components → components}/layout/RadioGroup.d.ts.map +0 -0
- /package/{build/components → components}/layout/ScrollBars.d.ts +0 -0
- /package/{build/components → components}/layout/ScrollBars.d.ts.map +0 -0
- /package/{build/components → components}/layout/VirtualList.d.ts +0 -0
- /package/{build/components → components}/layout/VirtualList.d.ts.map +0 -0
- /package/{build/components → components}/layout/index.d.ts +0 -0
- /package/{build/components → components}/layout/index.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/Burger.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/Burger.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/BurgerSearch.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/index.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/Burger/index.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/GlobalMenu.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/GlobalMenu.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenu.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenu.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenuAvatar.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenuAvatar.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenuDropdown.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenuDropdown.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/MainMenuSearch.d.ts.map +0 -0
- /package/{build/components → components}/navigation/MainMenu/index.d.ts +0 -0
- /package/{build/components → components}/navigation/MainMenu/index.d.ts.map +0 -0
- /package/{build/components → components}/navigation/index.d.ts +0 -0
- /package/{build/components → components}/navigation/index.d.ts.map +0 -0
- /package/{build/components → components}/overlays/ConfirmationModal.d.ts +0 -0
- /package/{build/components → components}/overlays/ConfirmationModal.d.ts.map +0 -0
- /package/{build/components → components}/overlays/DropdownContainer.d.ts +0 -0
- /package/{build/components → components}/overlays/DropdownContainer.d.ts.map +0 -0
- /package/{build/components → components}/overlays/DropdownMenu.d.ts.map +0 -0
- /package/{build/components → components}/overlays/Modals.d.ts +0 -0
- /package/{build/components → components}/overlays/Modals.d.ts.map +0 -0
- /package/{build/components → components}/overlays/index.d.ts +0 -0
- /package/{build/components → components}/overlays/index.d.ts.map +0 -0
- /package/{build/components → components}/pickers/DataPickerBody.d.ts +0 -0
- /package/{build/components → components}/pickers/DataPickerBody.d.ts.map +0 -0
- /package/{build/components → components}/pickers/DataPickerFooter.d.ts +0 -0
- /package/{build/components → components}/pickers/DataPickerFooter.d.ts.map +0 -0
- /package/{build/components → components}/pickers/DataPickerHeader.d.ts +0 -0
- /package/{build/components → components}/pickers/DataPickerHeader.d.ts.map +0 -0
- /package/{build/components → components}/pickers/DataPickerRow.d.ts +0 -0
- /package/{build/components → components}/pickers/DataPickerRow.d.ts.map +0 -0
- /package/{build/components → components}/pickers/MobileDropdownWrapper.d.ts +0 -0
- /package/{build/components → components}/pickers/MobileDropdownWrapper.d.ts.map +0 -0
- /package/{build/components → components}/pickers/PickerItem.d.ts +0 -0
- /package/{build/components → components}/pickers/PickerItem.d.ts.map +0 -0
- /package/{build/components → components}/pickers/PickerList.d.ts +0 -0
- /package/{build/components → components}/pickers/PickerListItem.d.ts +0 -0
- /package/{build/components → components}/pickers/PickerListItem.d.ts.map +0 -0
- /package/{build/components → components}/pickers/PickerModal.d.ts +0 -0
- /package/{build/components → components}/pickers/PickerModal.d.ts.map +0 -0
- /package/{build/components → components}/pickers/PickerToggler.d.ts +0 -0
- /package/{build/components → components}/pickers/PickerToggler.d.ts.map +0 -0
- /package/{build/components → components}/pickers/helpers.d.ts +0 -0
- /package/{build/components → components}/pickers/helpers.d.ts.map +0 -0
- /package/{build/components → components}/pickers/highlight.d.ts +0 -0
- /package/{build/components → components}/pickers/highlight.d.ts.map +0 -0
- /package/{build/components → components}/pickers/index.d.ts +0 -0
- /package/{build/components → components}/pickers/index.d.ts.map +0 -0
- /package/{build/components → components}/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +0 -0
- /package/{build/components → components}/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +0 -0
- /package/{build/components → components}/tables/ColumnHeaderDropdown/SortingPanel.d.ts +0 -0
- /package/{build/components → components}/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +0 -0
- /package/{build/components → components}/tables/ColumnHeaderDropdown/index.d.ts +0 -0
- /package/{build/components → components}/tables/ColumnHeaderDropdown/index.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/DataRowsContainer.d.ts +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/DataRowsContainer.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/DataRowsGroups.d.ts +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/DataRowsGroups.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/index.d.ts +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/index.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/utils.d.ts +0 -0
- /package/{build/components → components}/tables/DataRowsContainer/utils.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataTable.d.ts +0 -0
- /package/{build/components → components}/tables/DataTable.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataTableCell.d.ts +0 -0
- /package/{build/components → components}/tables/DataTableCell.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataTableHeaderCell.d.ts +0 -0
- /package/{build/components → components}/tables/DataTableHeaderCell.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataTableHeaderRow.d.ts +0 -0
- /package/{build/components → components}/tables/DataTableHeaderRow.d.ts.map +0 -0
- /package/{build/components → components}/tables/DataTableRow.d.ts +0 -0
- /package/{build/components → components}/tables/DataTableRow.d.ts.map +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/ColumnRow.d.ts +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/ColumnRow.d.ts.map +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/PinIconButton.d.ts +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/PinIconButton.d.ts.map +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/index.d.ts +0 -0
- /package/{build/components → components}/tables/columnsConfigurationModal/index.d.ts.map +0 -0
- /package/{build/components → components}/tables/index.d.ts +0 -0
- /package/{build/components → components}/tables/index.d.ts.map +0 -0
- /package/{build/components → components}/tables/types.d.ts +0 -0
- /package/{build/components → components}/tables/types.d.ts.map +0 -0
- /package/{build/components → components}/typography/TextPlaceholder.d.ts +0 -0
- /package/{build/components → components}/typography/TextPlaceholder.d.ts.map +0 -0
- /package/{build/components → components}/typography/index.d.ts +0 -0
- /package/{build/components → components}/typography/index.d.ts.map +0 -0
- /package/{build/components → components}/widgets/AvatarStack.d.ts +0 -0
- /package/{build/components → components}/widgets/AvatarStack.d.ts.map +0 -0
- /package/{build/components → components}/widgets/IndeterminateBar.d.ts +0 -0
- /package/{build/components → components}/widgets/IndeterminateBar.d.ts.map +0 -0
- /package/{build/components → components}/widgets/IndicatorBar.d.ts +0 -0
- /package/{build/components → components}/widgets/IndicatorBar.d.ts.map +0 -0
- /package/{build/components → components}/widgets/Paginator.d.ts +0 -0
- /package/{build/components → components}/widgets/Paginator.d.ts.map +0 -0
- /package/{build/components → components}/widgets/ProgressBar.d.ts +0 -0
- /package/{build/components → components}/widgets/ProgressBar.d.ts.map +0 -0
- /package/{build/components → components}/widgets/Spinner.d.ts +0 -0
- /package/{build/components → components}/widgets/Spinner.d.ts.map +0 -0
- /package/{build/components → components}/widgets/index.d.ts +0 -0
- /package/{build/components → components}/widgets/index.d.ts.map +0 -0
- /package/{build/helpers → helpers}/index.d.ts +0 -0
- /package/{build/helpers → helpers}/index.d.ts.map +0 -0
- /package/{build/helpers → helpers}/textLayout.d.ts +0 -0
- /package/{build/helpers → helpers}/textLayout.d.ts.map +0 -0
- /package/{build/helpers → helpers}/useColumnsWithFilters.d.ts +0 -0
- /package/{build/helpers → helpers}/useColumnsWithFilters.d.ts.map +0 -0
- /package/{build/i18n.d.ts → i18n.d.ts} +0 -0
- /package/{build/i18n.d.ts.map → i18n.d.ts.map} +0 -0
- /package/{build/icons → icons}/icons.d.ts +0 -0
- /package/{build/icons → icons}/icons.d.ts.map +0 -0
- /package/{build/index.d.ts → index.d.ts} +0 -0
- /package/{build/index.d.ts.map → index.d.ts.map} +0 -0
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
padding: 0.125em 0.25em;
|
|
100
100
|
color: var(--uui-text-primary);
|
|
101
101
|
background-color: var(--uui-neutral-30);
|
|
102
|
-
font-family: var(--uui-font-mono,
|
|
102
|
+
font-family: var(--uui-font-mono, monospace);
|
|
103
103
|
font-weight: 400;
|
|
104
104
|
white-space: pre-wrap;
|
|
105
105
|
word-wrap: normal;
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ButtonProps as uuiButtonProps } from '@epam/uui-components';
|
|
3
|
-
import { ControlSize
|
|
3
|
+
import { ControlSize } from '../types';
|
|
4
4
|
export type ButtonColor = 'accent' | 'primary' | 'critical' | 'secondary' | 'neutral';
|
|
5
|
-
export
|
|
5
|
+
export type ButtonFill = 'solid' | 'outline' | 'ghost' | 'none';
|
|
6
6
|
export interface ButtonMods {
|
|
7
7
|
size?: ControlSize | '18';
|
|
8
8
|
fill?: ButtonFill;
|
|
9
9
|
color?: ButtonColor;
|
|
10
10
|
}
|
|
11
|
+
export type ButtonCoreProps = uuiButtonProps & {
|
|
12
|
+
size?: ControlSize | '18';
|
|
13
|
+
};
|
|
11
14
|
export type ButtonProps = ButtonMods & Omit<uuiButtonProps, 'count' | 'indicator'>;
|
|
12
15
|
export declare function applyButtonMods(mods: ButtonProps): string[];
|
|
13
|
-
export declare const Button: (props:
|
|
16
|
+
export declare const Button: (props: (uuiButtonProps & ButtonMods) & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
14
17
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../components/buttons/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAuB,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE1F,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAMvC,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AACtF,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAEhE,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG;IAC3C,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,WAAW,CAAC,CAAC;AAEnF,wBAAgB,eAAe,CAAC,IAAI,EAAE,WAAW,YAQhD;AAED,eAAO,MAAM,MAAM,yIAQlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IconButtonBaseProps } from '@epam/uui-components';
|
|
2
|
+
export type IconColor = 'info' | 'success' | 'warning' | 'error' | 'secondary' | 'neutral';
|
|
3
|
+
export declare const allIconColors: IconColor[];
|
|
4
|
+
export interface IconButtonMods {
|
|
5
|
+
/**
|
|
6
|
+
* @default 'default'
|
|
7
|
+
*/
|
|
8
|
+
color?: IconColor;
|
|
9
|
+
}
|
|
10
|
+
export type IconButtonProps = IconButtonBaseProps & IconButtonMods;
|
|
11
|
+
export type IconButtonCoreProps = IconButtonBaseProps & {};
|
|
12
|
+
export declare const IconButton: (props: (IconButtonProps & IconButtonMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
13
|
+
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAA+B,MAAM,sBAAsB,CAAC;AAIxF,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;AAC3F,eAAO,MAAM,aAAa,EAAE,SAAS,EAEpC,CAAC;AAEF,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAA+B,MAAM,sBAAsB,CAAC;AAIxF,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;AAC3F,eAAO,MAAM,aAAa,EAAE,SAAS,EAEpC,CAAC;AAEF,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAEnE,MAAM,MAAM,mBAAmB,GAAE,mBAAmB,GAAG,EAAE,CAAC;AAM1D,eAAO,MAAM,UAAU,4KAAgF,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as types from '../types';
|
|
2
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
+
export type LinkButtonColorType = 'primary' | 'secondary' | 'contrast';
|
|
4
|
+
export declare const allLinkButtonColors: LinkButtonColorType[];
|
|
5
|
+
export interface LinkButtonMods {
|
|
6
|
+
/**
|
|
7
|
+
* @default '36'
|
|
8
|
+
*/
|
|
9
|
+
size?: types.ControlSize | '42';
|
|
10
|
+
/**
|
|
11
|
+
* @default 'primary'
|
|
12
|
+
*/
|
|
13
|
+
color?: LinkButtonColorType;
|
|
14
|
+
}
|
|
15
|
+
export type LinkButtonCoreProps = ButtonProps & {
|
|
16
|
+
size?: types.ControlSize | '42';
|
|
17
|
+
};
|
|
18
|
+
export type LinkButtonProps = LinkButtonCoreProps & LinkButtonMods;
|
|
19
|
+
export declare const LinkButton: (props: (LinkButtonCoreProps & LinkButtonMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
20
|
+
//# sourceMappingURL=LinkButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAM3D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACvE,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,EAAyC,CAAC;AAE/F,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;IAChC,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAM3D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AACvE,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,EAAyC,CAAC;AAE/F,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED,MAAM,MAAM,mBAAmB,GAAG,WAAW,GAAG;IAC5C,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAYnE,eAAO,MAAM,UAAU,gLAGpB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
+
export interface TabButtonMods {
|
|
4
|
+
/**
|
|
5
|
+
* @default '48'
|
|
6
|
+
*/
|
|
7
|
+
size?: '36' | '48' | '60';
|
|
8
|
+
withNotify?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export type TabButtonProps = TabButtonMods & ButtonProps;
|
|
11
|
+
export declare const TabButton: (props: (ButtonProps & TabButtonMods) & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
|
+
//# sourceMappingURL=TabButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAO3D,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,WAAW,CAAC;AAYzD,eAAO,MAAM,SAAS,yIAYnB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
2
|
+
import { TabButtonMods } from './TabButton';
|
|
3
|
+
export type VerticalTabButtonProps = ButtonProps & TabButtonMods;
|
|
4
|
+
export declare const VerticalTabButton: (props: (VerticalTabButtonProps & {}) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
|
+
//# sourceMappingURL=VerticalTabButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAE,MAAM,aAAa,CAAC;AAMvD,MAAM,MAAM,sBAAsB,GAAG,WAAW,GAAG,aAAa,CAAC;AAEjE,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAE,MAAM,aAAa,CAAC;AAMvD,MAAM,MAAM,sBAAsB,GAAG,WAAW,GAAG,aAAa,CAAC;AAEjE,eAAO,MAAM,iBAAiB,uKAA0E,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DatePickerCoreProps } from '@epam/uui-core';
|
|
3
|
+
import { SizeMod, IHasEditMode } from '../types';
|
|
4
|
+
export interface DatePickerProps extends DatePickerCoreProps, SizeMod, IHasEditMode {
|
|
5
|
+
}
|
|
6
|
+
export declare const DatePicker: (props: DatePickerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
+
//# sourceMappingURL=DatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,mBAAmB,EAAoE,MAAM,gBAAgB,CAAC;AAE3H,OAAO,EAAY,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAQ3D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,OAAO,EAAE,YAAY;CAAG;AA4DtF,eAAO,MAAM,UAAU,2HAAgC,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Icon, IEditable, IHasCX } from '@epam/uui-core';
|
|
3
|
+
import dayjs, { Dayjs } from 'dayjs';
|
|
3
4
|
import { PickerBodyValue } from '@epam/uui-components';
|
|
4
5
|
export declare const uuiHeader: {
|
|
5
6
|
container: string;
|
|
@@ -12,5 +13,8 @@ export interface DatePickerHeaderProps extends IEditable<PickerBodyValue<string>
|
|
|
12
13
|
navIconLeft?: Icon;
|
|
13
14
|
navIconRight?: Icon;
|
|
14
15
|
}
|
|
16
|
+
export declare const getNextMonthFromCurrent: (currentDate: Dayjs) => dayjs.Dayjs;
|
|
17
|
+
export declare const getNextYearFromCurrent: (currentDate: Dayjs) => dayjs.Dayjs;
|
|
18
|
+
export declare const getNextListYearFromCurrent: (currentDate: Dayjs) => dayjs.Dayjs;
|
|
15
19
|
export declare function DatePickerHeader(props: DatePickerHeaderProps): JSX.Element;
|
|
16
20
|
//# sourceMappingURL=DatePickerHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatePickerHeader.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerHeader.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGzD,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,EAAE,eAAe,EAAY,MAAM,sBAAsB,CAAC;AAQjE,eAAO,MAAM,SAAS;;;;;;CAMrB,CAAC;AAEF,MAAM,WAAW,qBAAsB,SAAQ,SAAS,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,EAAE,MAAM;IACrF,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB;AAMD,eAAO,MAAM,uBAAuB,gBAAiB,KAAK,gBAEzD,CAAC;AAMF,eAAO,MAAM,sBAAsB,gBAAiB,KAAK,gBAExD,CAAC;AAMF,eAAO,MAAM,0BAA0B,gBAAiB,KAAK,gBAE5D,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,eA8D5D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { BaseRangeDatePickerProps } from '@epam/uui-core';
|
|
3
|
+
import { SizeMod } from '../types';
|
|
4
|
+
export interface RangeDatePickerProps extends BaseRangeDatePickerProps, SizeMod {
|
|
5
|
+
getPlaceholder?(type: InputType): string;
|
|
6
|
+
}
|
|
7
|
+
export type InputType = 'from' | 'to';
|
|
8
|
+
export declare const RangeDatePicker: (props: RangeDatePickerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
9
|
+
//# sourceMappingURL=RangeDatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACuB,wBAAwB,EACrD,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAOnC,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,EAAE,OAAO;IAC3E,cAAc,CAAC,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;CAC5C;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,IAAI,CAAC;AAwFtC,eAAO,MAAM,eAAe,gIAAqC,CAAC"}
|
|
@@ -3,12 +3,15 @@ import { IEditable, IHasRawProps } from '@epam/uui-core';
|
|
|
3
3
|
import { ButtonProps } from '@epam/uui-components';
|
|
4
4
|
import { ButtonMods } from '../buttons';
|
|
5
5
|
import { SizeMod } from '../types';
|
|
6
|
-
|
|
6
|
+
type MultiSwitchItem<TValue> = ButtonProps & ButtonMods & {
|
|
7
7
|
id: TValue;
|
|
8
|
-
}
|
|
8
|
+
};
|
|
9
9
|
export type UuiMultiSwitchColor = 'primary' | 'secondary';
|
|
10
10
|
export interface MultiSwitchProps<TValue> extends IEditable<TValue>, SizeMod, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
11
11
|
items: MultiSwitchItem<TValue>[];
|
|
12
|
+
/**
|
|
13
|
+
* @default 'primary'
|
|
14
|
+
*/
|
|
12
15
|
color?: UuiMultiSwitchColor;
|
|
13
16
|
}
|
|
14
17
|
export declare const MultiSwitch: React.ForwardRefExoticComponent<MultiSwitchProps<unknown> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiSwitch.d.ts","sourceRoot":"","sources":["../../../components/inputs/MultiSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAAU,UAAU,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,KAAK,eAAe,CAAC,MAAM,IAAI,WAAW,GAAG,UAAU,GAAG;IACtD,EAAE,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1D,MAAM,WAAW,gBAAgB,CAAC,MAAM,CAAE,SAAQ,SAAS,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAC5H,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,EAAE,CAAC;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAsBD,eAAO,MAAM,WAAW,kGAAyC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1G,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAMlE,eAAO,MAAM,UAAU,6KAAiH,CAAC"}
|
|
1
|
+
{"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1G,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAMlE,eAAO,MAAM,UAAU,6KAAiH,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { SliderBaseProps } from '@epam/uui-components';
|
|
2
2
|
export interface SliderMods {
|
|
3
3
|
}
|
|
4
|
+
export interface SliderProps extends SliderBaseProps<number>, SliderMods {
|
|
5
|
+
}
|
|
4
6
|
export declare function applySliderMods(): string[];
|
|
5
7
|
export declare const Slider: (props: SliderBaseProps<number> & SliderMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
8
|
//# sourceMappingURL=Slider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../components/inputs/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI5E,MAAM,WAAW,UAAU;CAAG;
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../components/inputs/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI5E,MAAM,WAAW,UAAU;CAAG;AAC9B,MAAM,WAAW,WAAY,SAAQ,eAAe,CAAC,MAAM,CAAC,EAAE,UAAU;CAAG;AAE3E,wBAAgB,eAAe,aAE9B;AAED,eAAO,MAAM,MAAM,8KAA4E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,MAAM,WAAW,UAAU;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,WAAW,GAAG,UAAU,CAAC;AAEjE,wBAAgB,eAAe,CAAC,IAAI,EAAE,WAAW,YAIhD;AAED,eAAO,MAAM,MAAM,gLAAyF,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TextAreaProps as UuiTextAreaProps } from '@epam/uui-components';
|
|
2
2
|
import * as types from '../types';
|
|
3
3
|
export interface TextAreaMods extends types.IHasEditMode {
|
|
4
|
+
/** @default '36' */
|
|
4
5
|
size?: types.ControlSize;
|
|
5
6
|
}
|
|
6
7
|
export declare function applyTextAreaMods(mods: TextAreaMods): string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,YAAY;IACpD,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,YAAY,YAInD;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,YAAY,CAAC;AAE5D,eAAO,MAAM,QAAQ,yKAGlB,CAAC"}
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,YAAY;IACpD,oBAAoB;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,YAAY,YAInD;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,YAAY,CAAC;AAE5D,eAAO,MAAM,QAAQ,yKAGlB,CAAC"}
|
|
@@ -3,6 +3,9 @@ import { IEditableDebouncerOptions } from '@epam/uui-core';
|
|
|
3
3
|
import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
|
|
4
4
|
import { IHasEditMode, ControlSize } from '../types';
|
|
5
5
|
export interface TextInputMods extends IHasEditMode {
|
|
6
|
+
/**
|
|
7
|
+
* @default '36'
|
|
8
|
+
*/
|
|
6
9
|
size?: ControlSize;
|
|
7
10
|
}
|
|
8
11
|
export declare function applyTextInputMods(mods: TextInputMods): string[];
|
|
@@ -11,5 +14,5 @@ export interface TextInputProps extends CoreTextInputProps, TextInputMods {
|
|
|
11
14
|
export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions {
|
|
12
15
|
}
|
|
13
16
|
export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
14
|
-
export declare const SearchInput: React.ForwardRefExoticComponent<Pick<SearchInputProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "isRequired" | "onClick" | "id" | "placeholder" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "
|
|
17
|
+
export declare const SearchInput: React.ForwardRefExoticComponent<Pick<SearchInputProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "isRequired" | "onClick" | "id" | "placeholder" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "rawProps" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "type" | "autoComplete" | "maxLength" | "inputMode" | "inputCx" | "mode" | "size" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
|
|
15
18
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAMrD;AAED,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;CAAG;AAC5E,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS,8IAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,utBA2BtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,aAAa,YAMrD;AAED,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;CAAG;AAC5E,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS,8IAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,utBA2BtB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseTimePickerProps } from '@epam/uui-components';
|
|
3
|
+
import { IHasEditMode, SizeMod } from '../types';
|
|
4
|
+
export interface TimePickerProps extends BaseTimePickerProps, SizeMod, IHasEditMode {
|
|
5
|
+
/**
|
|
6
|
+
* @default 5
|
|
7
|
+
*/
|
|
8
|
+
minutesStep?: number;
|
|
9
|
+
/**
|
|
10
|
+
* @default 12
|
|
11
|
+
*/
|
|
12
|
+
format?: 12 | 24;
|
|
13
|
+
}
|
|
14
|
+
export declare const TimePicker: (props: TimePickerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
15
|
+
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../components/inputs/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,mBAAmB,EAAkB,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,OAAO,EAAY,MAAM,UAAU,CAAC;AAU3D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,OAAO,EAAE,YAAY;IAC/E;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;CACpB;AAsDD,eAAO,MAAM,UAAU,2HAAgC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,MAAM,WAAW,aAAa;IAC1B,uBAAuB;IACvB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,aAAa,CAAC,cAAc,CAAC;AAc1E,eAAO,MAAM,SAAS,wLAEnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAI3E,eAAO,MAAM,OAAO,wHAInB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
export type RowMods = {
|
|
3
|
+
size?: null | '24' | '30' | '36' | '42' | '48';
|
|
4
4
|
borderBottom?: boolean;
|
|
5
5
|
columnGap?: number | '6' | '12' | '18' | '24' | '36';
|
|
6
6
|
margin?: '12' | '24';
|
|
@@ -9,8 +9,8 @@ export interface RowMods extends RowSizeMod {
|
|
|
9
9
|
spacing?: '6' | '12' | '18';
|
|
10
10
|
topShadow?: boolean;
|
|
11
11
|
vPadding?: '12' | '18' | '24' | '36' | '48';
|
|
12
|
-
background?: 'surface';
|
|
13
|
-
}
|
|
12
|
+
background?: 'surface-main';
|
|
13
|
+
};
|
|
14
14
|
export interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'> {
|
|
15
15
|
}
|
|
16
16
|
export declare const FlexRow: (props: FlexRowProps & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAI3E,MAAM,MAAM,OAAO,GAAG;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,CAAC;CAAG;AAEtF,eAAO,MAAM,OAAO,gKAYlB,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { VPanelProps } from '@epam/uui-core';
|
|
|
2
2
|
export interface PanelMods {
|
|
3
3
|
shadow?: boolean;
|
|
4
4
|
margin?: '24';
|
|
5
|
-
background?: 'surface';
|
|
5
|
+
background?: 'surface-main';
|
|
6
6
|
}
|
|
7
7
|
export type PanelProps = VPanelProps & PanelMods;
|
|
8
8
|
export declare const Panel: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,UAAU,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,IAAI,CAAC;IACd,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;6IAMhB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AnchorProps } from '@epam/uui-components';
|
|
2
|
+
export declare const Anchor: (props: (AnchorProps & {}) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
3
|
+
//# sourceMappingURL=Anchor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxE,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxE,eAAO,MAAM,MAAM,4JAAqD,CAAC"}
|
|
@@ -4,5 +4,5 @@ export interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
|
|
|
4
4
|
type?: 'primary' | 'secondary';
|
|
5
5
|
indentLevel?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare const BurgerButton: (props: ButtonProps & BurgerButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
export declare const BurgerButton: (props: (ButtonProps & BurgerButtonMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
8
8
|
//# sourceMappingURL=BurgerButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,0KAWxB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
2
|
+
import { IAdaptiveItem } from '@epam/uui-core';
|
|
3
|
+
export interface MainMenuButtonMods {
|
|
4
|
+
type?: 'primary' | 'secondary';
|
|
5
|
+
}
|
|
6
|
+
export declare const MainMenuButton: (props: (ButtonProps & MainMenuButtonMods & IAdaptiveItem) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
//# sourceMappingURL=MainMenuButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAGzD,MAAM,WAAW,kBAAkB;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAGzD,MAAM,WAAW,kBAAkB;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,eAAO,MAAM,cAAc,4LAI1B,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Icon, IAdaptiveItem } from '@epam/uui-core';
|
|
3
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
4
|
+
export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
|
|
5
|
+
icon: Icon;
|
|
6
|
+
};
|
|
7
|
+
export declare const MainMenuIcon: React.ForwardRefExoticComponent<(Pick<import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").ButtonCoreProps & {
|
|
8
|
+
rawProps?: React.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
9
|
+
href: string;
|
|
10
|
+
link?: never;
|
|
11
|
+
} & import("@epam/uui-core").IHasForwardedRef<HTMLAnchorElement | HTMLButtonElement> & {
|
|
12
|
+
clearIcon?: Icon;
|
|
13
|
+
captionCX?: import("@epam/uui-core").ClassValue;
|
|
14
|
+
countIndicator?: React.ComponentType<import("@epam/uui-core").IHasCaption>;
|
|
15
|
+
} & IAdaptiveItem & {
|
|
16
|
+
icon: Icon;
|
|
17
|
+
}, "isDisabled" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "onClick" | "onClear" | "cx" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "dropdownIcon" | "dropdownIconPosition" | "count" | "rawProps" | "forwardedRef" | keyof import("@epam/uui-core").ICanRedirect | "clearIcon" | "captionCX" | "countIndicator" | keyof IAdaptiveItem> | Pick<import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").ButtonCoreProps & {
|
|
18
|
+
rawProps?: React.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
19
|
+
link: import("@epam/uui-core").Link;
|
|
20
|
+
href?: never;
|
|
21
|
+
} & import("@epam/uui-core").IHasForwardedRef<HTMLAnchorElement | HTMLButtonElement> & {
|
|
22
|
+
clearIcon?: Icon;
|
|
23
|
+
captionCX?: import("@epam/uui-core").ClassValue;
|
|
24
|
+
countIndicator?: React.ComponentType<import("@epam/uui-core").IHasCaption>;
|
|
25
|
+
} & IAdaptiveItem & {
|
|
26
|
+
icon: Icon;
|
|
27
|
+
}, "isDisabled" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "onClick" | "onClear" | "cx" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "dropdownIcon" | "dropdownIconPosition" | "count" | "rawProps" | "forwardedRef" | keyof import("@epam/uui-core").ICanRedirect | "clearIcon" | "captionCX" | "countIndicator" | keyof IAdaptiveItem> | Pick<import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").ButtonCoreProps & {
|
|
28
|
+
rawProps?: React.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
29
|
+
href?: never;
|
|
30
|
+
link?: never;
|
|
31
|
+
} & import("@epam/uui-core").IHasForwardedRef<HTMLAnchorElement | HTMLButtonElement> & {
|
|
32
|
+
clearIcon?: Icon;
|
|
33
|
+
captionCX?: import("@epam/uui-core").ClassValue;
|
|
34
|
+
countIndicator?: React.ComponentType<import("@epam/uui-core").IHasCaption>;
|
|
35
|
+
} & IAdaptiveItem & {
|
|
36
|
+
icon: Icon;
|
|
37
|
+
}, "isDisabled" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "onClick" | "onClear" | "cx" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "dropdownIcon" | "dropdownIconPosition" | "count" | "rawProps" | "forwardedRef" | keyof import("@epam/uui-core").ICanRedirect | "clearIcon" | "captionCX" | "countIndicator" | keyof IAdaptiveItem> | Pick<import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").ButtonCoreProps & {
|
|
38
|
+
rawProps?: React.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
39
|
+
href: string;
|
|
40
|
+
link: import("@epam/uui-core").Link;
|
|
41
|
+
} & import("@epam/uui-core").IHasForwardedRef<HTMLAnchorElement | HTMLButtonElement> & {
|
|
42
|
+
clearIcon?: Icon;
|
|
43
|
+
captionCX?: import("@epam/uui-core").ClassValue;
|
|
44
|
+
countIndicator?: React.ComponentType<import("@epam/uui-core").IHasCaption>;
|
|
45
|
+
} & IAdaptiveItem & {
|
|
46
|
+
icon: Icon;
|
|
47
|
+
}, "isDisabled" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "onClick" | "onClear" | "cx" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "dropdownIcon" | "dropdownIconPosition" | "count" | "rawProps" | "forwardedRef" | keyof import("@epam/uui-core").ICanRedirect | "clearIcon" | "captionCX" | "countIndicator" | keyof IAdaptiveItem>) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
48
|
+
//# sourceMappingURL=MainMenuIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,MAAM,
|
|
1
|
+
{"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;IAC1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AACF,eAAO,MAAM,YAAY;;;;;;;;;UAFf,IAAI;;;;;;;;;;UAAJ,IAAI;;;;;;;;;;UAAJ,IAAI;;;;;;;;;;UAAJ,IAAI;0dAIZ,CAAC"}
|
|
@@ -3,5 +3,5 @@ import { TextInputProps } from '@epam/uui-components';
|
|
|
3
3
|
import { IAdaptiveItem } from '@epam/uui-core';
|
|
4
4
|
export interface MainMenuSearchProps extends TextInputProps, IAdaptiveItem {
|
|
5
5
|
}
|
|
6
|
-
export declare const MainMenuSearch: React.ForwardRefExoticComponent<Pick<MainMenuSearchProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "isRequired" | "onClick" | "id" | "placeholder" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "
|
|
6
|
+
export declare const MainMenuSearch: React.ForwardRefExoticComponent<Pick<MainMenuSearchProps, "name" | "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "tabIndex" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "isRequired" | "onClick" | "id" | "placeholder" | "cx" | "icon" | "iconPosition" | "onIconClick" | "dropdownIcon" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "rawProps" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "type" | "autoComplete" | "maxLength" | "inputMode" | "inputCx" | "acceptIcon" | "cancelIcon" | "renderInput" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer"> & React.RefAttributes<HTMLInputElement>>;
|
|
7
7
|
//# sourceMappingURL=MainMenuSearch.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IHasChildren, IHasCX, Icon, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
import { SemanticColor } from '../types';
|
|
4
3
|
type notificationAction = {
|
|
5
4
|
name: string;
|
|
6
5
|
action: () => void;
|
|
@@ -9,12 +8,15 @@ export interface AlertProps extends IHasChildren, IHasCX, IHasRawProps<React.HTM
|
|
|
9
8
|
/** List of actions to display in the alert. Each action has name and 'action' callback */
|
|
10
9
|
actions?: notificationAction[];
|
|
11
10
|
/** Alert color */
|
|
12
|
-
color:
|
|
11
|
+
color: 'info' | 'success' | 'warning' | 'error';
|
|
13
12
|
/** When specified, a close icon is rendered. onClose callback will be called on clicking the close icon */
|
|
14
13
|
onClose?(): void;
|
|
15
14
|
/** An optional icon to show on the left of the alert */
|
|
16
15
|
icon?: Icon;
|
|
17
|
-
/**
|
|
16
|
+
/**
|
|
17
|
+
* Component size. If omitted, 48 size will be used.
|
|
18
|
+
* @default '48'
|
|
19
|
+
*/
|
|
18
20
|
size?: '36' | '48';
|
|
19
21
|
}
|
|
20
22
|
export declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../components/overlays/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU1E,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACxG,0FAA0F;IAC1F,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,kBAAkB;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAChD,2GAA2G;IAC3G,OAAO,CAAC,IAAI,IAAI,CAAC;IACjB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,KAAK,mFAmChB,CAAC;AAEH,eAAO,MAAM,YAAY,kGAAuJ,CAAC;AAEjL,eAAO,MAAM,YAAY,kGAAuJ,CAAC;AAEjL,eAAO,MAAM,SAAS,kGAAiJ,CAAC;AAExK,eAAO,MAAM,UAAU,kGAAmJ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,uJAAuC,CAAC"}
|
|
@@ -19,7 +19,7 @@ export declare enum IDropdownControlKeys {
|
|
|
19
19
|
DOWN_ARROW = "ArrowDown"
|
|
20
20
|
}
|
|
21
21
|
export declare const DropdownMenuBody: (props: DropdownMenuContainerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
22
|
-
export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "onClick" | "link" | "cx" | "
|
|
22
|
+
export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "caption" | "onClick" | "link" | "cx" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "isActive" | "target" | "href" | "isSelected" | "isLinkActive" | "indent"> & React.RefAttributes<any>>;
|
|
23
23
|
export declare function DropdownMenuSplitter(props: IHasCX): JSX.Element;
|
|
24
24
|
interface IDropdownMenuHeader extends IHasCX, IHasCaption {
|
|
25
25
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { INotification, Icon, IHasChildren, IHasCX, UuiContexts, IHasRawProps } from '@epam/uui-core';
|
|
3
|
-
import { SemanticColor } from '../types';
|
|
4
3
|
interface NotificationAction extends IHasRawProps<React.ButtonHTMLAttributes<HTMLButtonElement>> {
|
|
5
4
|
name: string;
|
|
6
5
|
action: () => void;
|
|
@@ -10,7 +9,7 @@ export interface DefaultNotificationProps extends INotification, IHasChildren, I
|
|
|
10
9
|
}
|
|
11
10
|
export interface NotificationCardProps extends DefaultNotificationProps {
|
|
12
11
|
icon?: Icon;
|
|
13
|
-
color?:
|
|
12
|
+
color?: 'info' | 'success' | 'warning' | 'error';
|
|
14
13
|
}
|
|
15
14
|
export declare const NotificationCard: React.ForwardRefExoticComponent<NotificationCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
15
|
export declare const WarningNotification: React.ForwardRefExoticComponent<DefaultNotificationProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAUlH,UAAU,kBAAmB,SAAQ,YAAY,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IAC5F,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,wBAAyB,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACrI,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACnE,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACpD;AAED,eAAO,MAAM,gBAAgB,8FAwC3B,CAAC;AAEH,eAAO,MAAM,mBAAmB,iGAE9B,CAAC;AAEH,eAAO,MAAM,mBAAmB,iGAE9B,CAAC;AAEH,eAAO,MAAM,gBAAgB,iGAE3B,CAAC;AAEH,eAAO,MAAM,iBAAiB,iGAE5B,CAAC;AAEH,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IACtD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IAC5B,MAAM;CAOT"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { TooltipProps as UuiTooltipProps } from '@epam/uui-components';
|
|
2
2
|
export interface TooltipMods {
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* Tooltip color
|
|
5
|
+
* @default 'inverted'
|
|
6
|
+
*/
|
|
4
7
|
color?: 'neutral' | 'inverted' | 'critical';
|
|
5
8
|
}
|
|
6
9
|
export type TooltipProps = UuiTooltipProps & TooltipMods;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAG9F,MAAM,WAAW,WAAW;IACxB
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAG9F,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,WAAW,CAAC;AASzD,eAAO,MAAM,OAAO,uKAAoE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { PickerInputBaseProps } from '@epam/uui-components';
|
|
3
3
|
import { IHasEditMode, SizeMod } from '../types';
|
|
4
4
|
export type PickerInputProps = SizeMod & IHasEditMode & {};
|
|
5
5
|
export type CompletePickerInputProps<TItem, TId> = PickerInputProps & PickerInputBaseProps<TItem, TId>;
|
|
6
|
-
export declare
|
|
6
|
+
export declare const PickerInput: <TItem, TId>(props: CompletePickerInputProps<TItem, TId>, ref: React.ForwardedRef<HTMLElement>) => JSX.Element;
|
|
7
7
|
//# sourceMappingURL=PickerInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PickerInput.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAuB,oBAAoB,EAAsC,MAAM,sBAAsB,CAAC;AAErH,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAa3D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,YAAY,GAAG,EAAE,CAAC;AAC3D,MAAM,MAAM,wBAAwB,CAAC,KAAK,EAAE,GAAG,IAAI,gBAAgB,GAAG,oBAAoB,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AAqKvG,eAAO,MAAM,WAAW,iEAEf,MAAM,YAAY,CAAC,WAAW,CAAC,KACnC,WAAW,CAAC"}
|