@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
|
@@ -43,519 +43,490 @@ var sortBy__default = /*#__PURE__*/_interopDefault(sortBy);
|
|
|
43
43
|
var isoWeek__default = /*#__PURE__*/_interopDefault(isoWeek);
|
|
44
44
|
var FocusLock__default = /*#__PURE__*/_interopDefault(FocusLock);
|
|
45
45
|
|
|
46
|
-
var _path$
|
|
47
|
-
function _extends$
|
|
46
|
+
var _path$1c;
|
|
47
|
+
function _extends$1e() { _extends$1e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1e.apply(this, arguments); }
|
|
48
48
|
var SvgBtnCross12 = function SvgBtnCross12(props, ref) {
|
|
49
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
49
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1e({
|
|
50
50
|
xmlns: "http://www.w3.org/2000/svg",
|
|
51
51
|
width: 12,
|
|
52
52
|
height: 12,
|
|
53
53
|
viewBox: "0 0 12 12",
|
|
54
54
|
ref: ref
|
|
55
|
-
}, props), _path$
|
|
55
|
+
}, props), _path$1c || (_path$1c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
56
56
|
fillRule: "evenodd",
|
|
57
57
|
d: "M9.5 3.205 8.795 2.5 6 5.295 3.205 2.5l-.705.705L5.295 6 2.5 8.795l.705.705L6 6.705 8.795 9.5l.705-.705L6.705 6z"
|
|
58
58
|
})));
|
|
59
59
|
};
|
|
60
|
-
var ForwardRef$
|
|
60
|
+
var ForwardRef$1e = /*#__PURE__*/React.forwardRef(SvgBtnCross12);
|
|
61
61
|
|
|
62
|
-
var _path$
|
|
63
|
-
function _extends$
|
|
62
|
+
var _path$1b;
|
|
63
|
+
function _extends$1d() { _extends$1d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1d.apply(this, arguments); }
|
|
64
64
|
var SvgBtnCross18 = function SvgBtnCross18(props, ref) {
|
|
65
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
65
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1d({
|
|
66
66
|
xmlns: "http://www.w3.org/2000/svg",
|
|
67
67
|
width: 18,
|
|
68
68
|
height: 18,
|
|
69
69
|
viewBox: "0 0 18 18",
|
|
70
70
|
ref: ref
|
|
71
|
-
}, props), _path$
|
|
71
|
+
}, props), _path$1b || (_path$1b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
72
72
|
fillRule: "evenodd",
|
|
73
73
|
d: "M14.25 4.808 13.193 3.75 9 7.942 4.808 3.75 3.75 4.808 7.942 9 3.75 13.193l1.058 1.057L9 10.057l4.193 4.193 1.057-1.057L10.057 9z"
|
|
74
74
|
})));
|
|
75
75
|
};
|
|
76
|
-
var ForwardRef$
|
|
76
|
+
var ForwardRef$1d = /*#__PURE__*/React.forwardRef(SvgBtnCross18);
|
|
77
77
|
|
|
78
|
-
var _path$
|
|
79
|
-
function _extends$
|
|
78
|
+
var _path$1a;
|
|
79
|
+
function _extends$1c() { _extends$1c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
80
80
|
var SvgBtnCross24 = function SvgBtnCross24(props, ref) {
|
|
81
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
81
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1c({
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg",
|
|
83
83
|
width: 24,
|
|
84
84
|
height: 24,
|
|
85
85
|
viewBox: "0 0 24 24",
|
|
86
86
|
ref: ref
|
|
87
|
-
}, props), _path$
|
|
87
|
+
}, props), _path$1a || (_path$1a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
88
88
|
fillRule: "evenodd",
|
|
89
89
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
90
90
|
})));
|
|
91
91
|
};
|
|
92
|
-
var ForwardRef$
|
|
92
|
+
var ForwardRef$1c = /*#__PURE__*/React.forwardRef(SvgBtnCross24);
|
|
93
93
|
|
|
94
|
-
var _path$
|
|
95
|
-
function _extends$
|
|
94
|
+
var _path$19;
|
|
95
|
+
function _extends$1b() { _extends$1b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1b.apply(this, arguments); }
|
|
96
96
|
var SvgFoldingArrow12 = function SvgFoldingArrow12(props, ref) {
|
|
97
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
97
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1b({
|
|
98
98
|
xmlns: "http://www.w3.org/2000/svg",
|
|
99
99
|
width: 12,
|
|
100
100
|
height: 12,
|
|
101
101
|
viewBox: "0 0 12 12",
|
|
102
102
|
ref: ref
|
|
103
|
-
}, props), _path$
|
|
103
|
+
}, props), _path$19 || (_path$19 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
d: "M8.295 4.295 6 6.585l-2.295-2.29L3 5l3 3 3-3z"
|
|
106
106
|
})));
|
|
107
107
|
};
|
|
108
|
-
var ForwardRef$
|
|
108
|
+
var ForwardRef$1b = /*#__PURE__*/React.forwardRef(SvgFoldingArrow12);
|
|
109
109
|
|
|
110
|
-
var _path$
|
|
111
|
-
function _extends$
|
|
110
|
+
var _path$18;
|
|
111
|
+
function _extends$1a() { _extends$1a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1a.apply(this, arguments); }
|
|
112
112
|
var SvgFoldingArrow18 = function SvgFoldingArrow18(props, ref) {
|
|
113
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
113
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1a({
|
|
114
114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
115
115
|
width: 18,
|
|
116
116
|
height: 18,
|
|
117
117
|
viewBox: "0 0 18 18",
|
|
118
118
|
ref: ref
|
|
119
|
-
}, props), _path$
|
|
119
|
+
}, props), _path$18 || (_path$18 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
120
120
|
fillRule: "evenodd",
|
|
121
121
|
d: "M12.443 6.442 9 9.877 5.558 6.442 4.5 7.5 9 12l4.5-4.5z"
|
|
122
122
|
})));
|
|
123
123
|
};
|
|
124
|
-
var ForwardRef$
|
|
124
|
+
var ForwardRef$1a = /*#__PURE__*/React.forwardRef(SvgFoldingArrow18);
|
|
125
125
|
|
|
126
|
-
var _path$
|
|
127
|
-
function _extends$
|
|
126
|
+
var _path$17;
|
|
127
|
+
function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$19.apply(this, arguments); }
|
|
128
128
|
var SvgFoldingArrow24 = function SvgFoldingArrow24(props, ref) {
|
|
129
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
129
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$19({
|
|
130
130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
131
|
width: 24,
|
|
132
132
|
height: 24,
|
|
133
133
|
viewBox: "0 0 24 24",
|
|
134
134
|
ref: ref
|
|
135
|
-
}, props), _path$
|
|
135
|
+
}, props), _path$17 || (_path$17 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
136
136
|
fillRule: "evenodd",
|
|
137
137
|
d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
138
138
|
})));
|
|
139
139
|
};
|
|
140
|
-
var ForwardRef$
|
|
140
|
+
var ForwardRef$19 = /*#__PURE__*/React.forwardRef(SvgFoldingArrow24);
|
|
141
141
|
|
|
142
|
-
var _path$
|
|
143
|
-
function _extends$
|
|
142
|
+
var _path$16;
|
|
143
|
+
function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$18.apply(this, arguments); }
|
|
144
144
|
var SvgAccept12 = function SvgAccept12(props, ref) {
|
|
145
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
145
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$18({
|
|
146
146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
147
147
|
width: 12,
|
|
148
148
|
height: 12,
|
|
149
149
|
viewBox: "0 0 12 12",
|
|
150
150
|
ref: ref
|
|
151
|
-
}, props), _path$
|
|
151
|
+
}, props), _path$16 || (_path$16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
152
152
|
fillRule: "evenodd",
|
|
153
153
|
d: "M4.846 6.8 9.462 2 11 3.6 4.846 10l-.77-.8L1 6l1.538-1.6 2.308 2.4z"
|
|
154
154
|
})));
|
|
155
155
|
};
|
|
156
|
-
var ForwardRef$
|
|
156
|
+
var ForwardRef$18 = /*#__PURE__*/React.forwardRef(SvgAccept12);
|
|
157
157
|
|
|
158
|
-
var _path$
|
|
159
|
-
function _extends$
|
|
158
|
+
var _path$15;
|
|
159
|
+
function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
|
|
160
160
|
var SvgAccept18 = function SvgAccept18(props, ref) {
|
|
161
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
161
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$17({
|
|
162
162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
163
163
|
width: 18,
|
|
164
164
|
height: 18,
|
|
165
165
|
viewBox: "0 0 18 18",
|
|
166
166
|
ref: ref
|
|
167
|
-
}, props), _path$
|
|
167
|
+
}, props), _path$15 || (_path$15 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
168
168
|
fillRule: "evenodd",
|
|
169
169
|
d: "M7.136 11.91 4.034 8.776 3 9.821 7.136 14 16 5.045 14.966 4z"
|
|
170
170
|
})));
|
|
171
171
|
};
|
|
172
|
-
var ForwardRef$
|
|
172
|
+
var ForwardRef$17 = /*#__PURE__*/React.forwardRef(SvgAccept18);
|
|
173
173
|
|
|
174
|
-
var _path$
|
|
175
|
-
function _extends$
|
|
174
|
+
var _path$14;
|
|
175
|
+
function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
|
|
176
176
|
var SvgAccept24 = function SvgAccept24(props, ref) {
|
|
177
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
177
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$16({
|
|
178
178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
179
179
|
width: 24,
|
|
180
180
|
height: 24,
|
|
181
181
|
viewBox: "0 0 24 24",
|
|
182
182
|
ref: ref
|
|
183
|
-
}, props), _path$
|
|
183
|
+
}, props), _path$14 || (_path$14 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
184
184
|
fillRule: "evenodd",
|
|
185
185
|
d: "m9.727 16.075-4.295-4.388L4 13.149 9.727 19 22 6.463 20.568 5z"
|
|
186
186
|
})));
|
|
187
187
|
};
|
|
188
|
-
var ForwardRef$
|
|
188
|
+
var ForwardRef$16 = /*#__PURE__*/React.forwardRef(SvgAccept24);
|
|
189
189
|
|
|
190
|
-
var _path$
|
|
191
|
-
function _extends$
|
|
190
|
+
var _path$13;
|
|
191
|
+
function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
|
|
192
192
|
var SvgSearch12 = function SvgSearch12(props, ref) {
|
|
193
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
193
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$15({
|
|
194
194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
195
195
|
width: 12,
|
|
196
196
|
height: 12,
|
|
197
197
|
viewBox: "0 0 12 12",
|
|
198
198
|
ref: ref
|
|
199
|
-
}, props), _path$
|
|
199
|
+
}, props), _path$13 || (_path$13 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
200
200
|
fillRule: "evenodd",
|
|
201
201
|
d: "M9.016 8.309 10.707 10l-.707.707-1.691-1.691a4.5 4.5 0 1 1 .707-.707zM5.5 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"
|
|
202
202
|
})));
|
|
203
203
|
};
|
|
204
|
-
var ForwardRef$
|
|
204
|
+
var ForwardRef$15 = /*#__PURE__*/React.forwardRef(SvgSearch12);
|
|
205
205
|
|
|
206
|
-
var _path$
|
|
207
|
-
function _extends$
|
|
206
|
+
var _path$12;
|
|
207
|
+
function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
|
|
208
208
|
var SvgSearch18 = function SvgSearch18(props, ref) {
|
|
209
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
209
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$14({
|
|
210
210
|
xmlns: "http://www.w3.org/2000/svg",
|
|
211
211
|
width: 18,
|
|
212
212
|
height: 18,
|
|
213
213
|
viewBox: "0 0 18 18",
|
|
214
214
|
ref: ref
|
|
215
|
-
}, props), _path$
|
|
215
|
+
}, props), _path$12 || (_path$12 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
216
216
|
fillRule: "evenodd",
|
|
217
217
|
d: "M13.749 12.335 16.414 15 15 16.414l-2.665-2.665a6.5 6.5 0 1 1 1.414-1.414zM8.5 13a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9z"
|
|
218
218
|
})));
|
|
219
219
|
};
|
|
220
|
-
var ForwardRef$
|
|
220
|
+
var ForwardRef$14 = /*#__PURE__*/React.forwardRef(SvgSearch18);
|
|
221
221
|
|
|
222
|
-
var _path$
|
|
223
|
-
function _extends$
|
|
222
|
+
var _path$11;
|
|
223
|
+
function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
|
|
224
224
|
var SvgSearch24 = function SvgSearch24(props, ref) {
|
|
225
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
225
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$13({
|
|
226
226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
227
227
|
width: 24,
|
|
228
228
|
height: 24,
|
|
229
229
|
viewBox: "0 0 24 24",
|
|
230
230
|
ref: ref
|
|
231
|
-
}, props), _path$
|
|
231
|
+
}, props), _path$11 || (_path$11 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
232
232
|
fillRule: "evenodd",
|
|
233
233
|
d: "M17.32 15.906 21.414 20 20 21.414l-4.094-4.094a8 8 0 1 1 1.414-1.414zM11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12z"
|
|
234
234
|
})));
|
|
235
235
|
};
|
|
236
|
-
var ForwardRef$
|
|
236
|
+
var ForwardRef$13 = /*#__PURE__*/React.forwardRef(SvgSearch24);
|
|
237
237
|
|
|
238
|
-
var _path$
|
|
239
|
-
function _extends$
|
|
238
|
+
var _path$10;
|
|
239
|
+
function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
|
|
240
240
|
var SvgCalendar12 = function SvgCalendar12(props, ref) {
|
|
241
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
241
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$12({
|
|
242
242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
243
243
|
width: 12,
|
|
244
244
|
height: 12,
|
|
245
245
|
viewBox: "0 0 12 12",
|
|
246
246
|
ref: ref
|
|
247
|
-
}, props), _path$
|
|
247
|
+
}, props), _path$10 || (_path$10 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
248
248
|
fillRule: "evenodd",
|
|
249
249
|
d: "M10 2H9V1H8v1H4V1H3v1H2c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 8H2V4h8v6z"
|
|
250
250
|
})));
|
|
251
251
|
};
|
|
252
|
-
var ForwardRef$
|
|
252
|
+
var ForwardRef$12 = /*#__PURE__*/React.forwardRef(SvgCalendar12);
|
|
253
253
|
|
|
254
|
-
var _path
|
|
255
|
-
function _extends$
|
|
254
|
+
var _path$$;
|
|
255
|
+
function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
|
|
256
256
|
var SvgCalendar18 = function SvgCalendar18(props, ref) {
|
|
257
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
257
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$11({
|
|
258
258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
259
259
|
width: 18,
|
|
260
260
|
height: 18,
|
|
261
261
|
viewBox: "0 0 18 18",
|
|
262
262
|
ref: ref
|
|
263
|
-
}, props), _path
|
|
263
|
+
}, props), _path$$ || (_path$$ = /*#__PURE__*/React__namespace.createElement("path", {
|
|
264
264
|
fillRule: "evenodd",
|
|
265
265
|
d: "M14 3V1h-2v2H6V1H4v2C3 3 2 4 2 5v10c0 1 1 2 2 2h10c1 0 2-1 2-2V5c0-1-1-2-2-2zm0 12-10 .048V7h10v8z"
|
|
266
266
|
})));
|
|
267
267
|
};
|
|
268
|
-
var ForwardRef$
|
|
268
|
+
var ForwardRef$11 = /*#__PURE__*/React.forwardRef(SvgCalendar18);
|
|
269
269
|
|
|
270
|
-
var _path
|
|
271
|
-
function _extends$
|
|
270
|
+
var _path$_;
|
|
271
|
+
function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
|
|
272
272
|
var SvgCalendar24 = function SvgCalendar24(props, ref) {
|
|
273
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
273
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$10({
|
|
274
274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
275
275
|
width: 24,
|
|
276
276
|
height: 24,
|
|
277
277
|
viewBox: "0 0 24 24",
|
|
278
278
|
ref: ref
|
|
279
|
-
}, props), _path
|
|
279
|
+
}, props), _path$_ || (_path$_ = /*#__PURE__*/React__namespace.createElement("path", {
|
|
280
280
|
fillRule: "evenodd",
|
|
281
281
|
d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"
|
|
282
282
|
})));
|
|
283
283
|
};
|
|
284
|
-
var ForwardRef$
|
|
284
|
+
var ForwardRef$10 = /*#__PURE__*/React.forwardRef(SvgCalendar24);
|
|
285
285
|
|
|
286
|
-
var _path$
|
|
287
|
-
function _extends
|
|
286
|
+
var _path$Z;
|
|
287
|
+
function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
|
|
288
288
|
var SvgInfo12 = function SvgInfo12(props, ref) {
|
|
289
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends
|
|
289
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$$({
|
|
290
290
|
width: 12,
|
|
291
291
|
height: 12,
|
|
292
292
|
viewBox: "0 0 12 12",
|
|
293
293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
294
294
|
ref: ref
|
|
295
|
-
}, props), _path$
|
|
295
|
+
}, props), _path$Z || (_path$Z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
296
296
|
d: "M6 1C3.24 1 1 3.24 1 6s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1 8H5V5h2zm0-5c-.471.471-1.529.471-2 0s-.471-1.529 0-2 1.529-.471 2 0 .471 1.529 0 2z",
|
|
297
297
|
fillRule: "evenodd"
|
|
298
298
|
})));
|
|
299
299
|
};
|
|
300
|
-
var ForwardRef
|
|
300
|
+
var ForwardRef$$ = /*#__PURE__*/React.forwardRef(SvgInfo12);
|
|
301
301
|
|
|
302
|
-
var _path$
|
|
303
|
-
function _extends
|
|
302
|
+
var _path$Y;
|
|
303
|
+
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
304
304
|
var SvgInfo18 = function SvgInfo18(props, ref) {
|
|
305
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends
|
|
305
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$_({
|
|
306
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
307
307
|
width: 18,
|
|
308
308
|
height: 18,
|
|
309
309
|
viewBox: "0 0 18 18",
|
|
310
310
|
ref: ref
|
|
311
|
-
}, props), _path$
|
|
311
|
+
}, props), _path$Y || (_path$Y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
312
312
|
fillRule: "evenodd",
|
|
313
313
|
d: "M8 13h2V8H8v5zM9 1C4.584 1 1 4.584 1 9s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 15c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7zM8 7h2V5H8v2z"
|
|
314
314
|
})));
|
|
315
315
|
};
|
|
316
|
-
var ForwardRef
|
|
316
|
+
var ForwardRef$_ = /*#__PURE__*/React.forwardRef(SvgInfo18);
|
|
317
317
|
|
|
318
|
-
var _path$
|
|
319
|
-
function _extends$
|
|
318
|
+
var _path$X;
|
|
319
|
+
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
320
320
|
var SvgInfo24 = function SvgInfo24(props, ref) {
|
|
321
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
321
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Z({
|
|
322
322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
323
323
|
width: 24,
|
|
324
324
|
height: 24,
|
|
325
325
|
viewBox: "0 0 24 24",
|
|
326
326
|
ref: ref
|
|
327
|
-
}, props), _path$
|
|
327
|
+
}, props), _path$X || (_path$X = /*#__PURE__*/React__namespace.createElement("path", {
|
|
328
328
|
fillRule: "evenodd",
|
|
329
329
|
d: "M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"
|
|
330
330
|
})));
|
|
331
331
|
};
|
|
332
|
-
var ForwardRef$
|
|
332
|
+
var ForwardRef$Z = /*#__PURE__*/React.forwardRef(SvgInfo24);
|
|
333
333
|
|
|
334
|
-
var _path$
|
|
335
|
-
function _extends$
|
|
334
|
+
var _path$W;
|
|
335
|
+
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
336
336
|
var SvgHelpFill10 = function SvgHelpFill10(props, ref) {
|
|
337
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
337
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Y({
|
|
338
338
|
width: 10,
|
|
339
339
|
height: 10,
|
|
340
340
|
viewBox: "0 0 10 10",
|
|
341
341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
342
342
|
ref: ref
|
|
343
|
-
}, props), _path$
|
|
343
|
+
}, props), _path$W || (_path$W = /*#__PURE__*/React__namespace.createElement("path", {
|
|
344
344
|
d: "M5 0C2.24 0 0 2.24 0 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5Zm.5 7.5h-1v-3h1v3Zm0-4h-1v-1h1v1Z"
|
|
345
345
|
})));
|
|
346
346
|
};
|
|
347
|
-
var ForwardRef$
|
|
347
|
+
var ForwardRef$Y = /*#__PURE__*/React.forwardRef(SvgHelpFill10);
|
|
348
348
|
|
|
349
|
-
var _path$
|
|
350
|
-
function _extends$
|
|
349
|
+
var _path$V;
|
|
350
|
+
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
351
351
|
var SvgHelpFill16 = function SvgHelpFill16(props, ref) {
|
|
352
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
352
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$X({
|
|
353
353
|
width: 16,
|
|
354
354
|
height: 16,
|
|
355
355
|
viewBox: "0 0 16 16",
|
|
356
356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
357
357
|
ref: ref
|
|
358
|
-
}, props), _path$W || (_path$W = /*#__PURE__*/React__namespace.createElement("path", {
|
|
359
|
-
d: "M7 12h2V7H7v5ZM8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8Zm0 15c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7ZM7 6h2V4H7v2Z"
|
|
360
|
-
})));
|
|
361
|
-
};
|
|
362
|
-
var ForwardRef$Y = /*#__PURE__*/React.forwardRef(SvgHelpFill16);
|
|
363
|
-
|
|
364
|
-
var _path$V;
|
|
365
|
-
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
366
|
-
var SvgFileFileWord24 = function SvgFileFileWord24(props, ref) {
|
|
367
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$X({
|
|
368
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
369
|
-
width: 24,
|
|
370
|
-
height: 24,
|
|
371
|
-
viewBox: "0 0 24 24",
|
|
372
|
-
ref: ref
|
|
373
358
|
}, props), _path$V || (_path$V = /*#__PURE__*/React__namespace.createElement("path", {
|
|
374
|
-
|
|
375
|
-
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.2 18h-1.4L12 13.2 10.2 20H8.8l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5l-2.1 9zM13 9V3.5L18.5 9H13z",
|
|
376
|
-
clipRule: "evenodd"
|
|
359
|
+
d: "M7 12h2V7H7v5ZM8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8Zm0 15c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7ZM7 6h2V4H7v2Z"
|
|
377
360
|
})));
|
|
378
361
|
};
|
|
379
|
-
var ForwardRef$X = /*#__PURE__*/React.forwardRef(
|
|
362
|
+
var ForwardRef$X = /*#__PURE__*/React.forwardRef(SvgHelpFill16);
|
|
380
363
|
|
|
381
364
|
var _path$U;
|
|
382
365
|
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
383
|
-
var
|
|
366
|
+
var SvgFileFileWord24 = function SvgFileFileWord24(props, ref) {
|
|
384
367
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$W({
|
|
385
368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
386
|
-
width:
|
|
369
|
+
width: 25,
|
|
387
370
|
height: 24,
|
|
388
|
-
viewBox: "0 0
|
|
371
|
+
viewBox: "0 0 25 24",
|
|
389
372
|
ref: ref
|
|
390
373
|
}, props), _path$U || (_path$U = /*#__PURE__*/React__namespace.createElement("path", {
|
|
391
374
|
fillRule: "evenodd",
|
|
392
|
-
d: "M14
|
|
375
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.2 18h-1.4l-1.8-6.8-1.8 6.8H9.3l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5l-2.1 9zM13.5 9V3.5L19 9h-5.5z",
|
|
393
376
|
clipRule: "evenodd"
|
|
394
377
|
})));
|
|
395
378
|
};
|
|
396
|
-
var ForwardRef$W = /*#__PURE__*/React.forwardRef(
|
|
379
|
+
var ForwardRef$W = /*#__PURE__*/React.forwardRef(SvgFileFileWord24);
|
|
397
380
|
|
|
398
381
|
var _path$T;
|
|
399
382
|
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
400
|
-
var
|
|
383
|
+
var SvgFileFileExcel24 = function SvgFileFileExcel24(props, ref) {
|
|
401
384
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$V({
|
|
402
385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
403
|
-
width:
|
|
386
|
+
width: 25,
|
|
404
387
|
height: 24,
|
|
405
|
-
viewBox: "0 0
|
|
388
|
+
viewBox: "0 0 25 24",
|
|
406
389
|
ref: ref
|
|
407
390
|
}, props), _path$T || (_path$T = /*#__PURE__*/React__namespace.createElement("path", {
|
|
408
391
|
fillRule: "evenodd",
|
|
409
|
-
d: "
|
|
392
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.8 18h-1.8l-2-3.4-2 3.4H8.7l2.9-4.5L8.7 11h1.8l2 3.4 2-3.4h1.8l-2.9 4.5 2.9 4.5zM13.5 9V3.5L19 9h-5.5z",
|
|
410
393
|
clipRule: "evenodd"
|
|
411
394
|
})));
|
|
412
395
|
};
|
|
413
|
-
var ForwardRef$V = /*#__PURE__*/React.forwardRef(
|
|
396
|
+
var ForwardRef$V = /*#__PURE__*/React.forwardRef(SvgFileFileExcel24);
|
|
414
397
|
|
|
415
398
|
var _path$S;
|
|
416
399
|
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
417
|
-
var
|
|
400
|
+
var SvgFileFilePdf24 = function SvgFileFilePdf24(props, ref) {
|
|
418
401
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$U({
|
|
419
402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
420
|
-
width:
|
|
403
|
+
width: 25,
|
|
421
404
|
height: 24,
|
|
422
|
-
viewBox: "0 0
|
|
405
|
+
viewBox: "0 0 25 24",
|
|
423
406
|
ref: ref
|
|
424
407
|
}, props), _path$S || (_path$S = /*#__PURE__*/React__namespace.createElement("path", {
|
|
425
408
|
fillRule: "evenodd",
|
|
426
|
-
d: "M13
|
|
409
|
+
d: "M13.5 9H19l-5.5-5.5V9zm-7-7h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4.1 9.4c-.02.04-.29 1.76-2.1 4.69 0 0-3.5 1.82-2.67 3.18.67 1.08 2.32-.04 3.74-2.68 0 0 1.82-.64 4.24-.82 0 0 3.86 1.73 4.39-.11.52-1.86-3.06-1.44-3.7-1.25 0 0-2-1.35-2.5-3.21 0 0 1.14-3.95-.61-3.9-1.75.05-1.09 3.13-.79 4.1zm.81 1.04c.03.01.47 1.21 1.89 2.46 0 0-2.33.46-3.39.9 0 0 1-1.73 1.5-3.36zm3.93 2.72c.58-.16 2.33.15 2.26.48-.06.33-2.26-.48-2.26-.48zM8.27 17c-.53 1.24-1.44 2-1.67 2-.23 0 .7-1.6 1.67-2zm3.14-6.93c0-.07-.36-2.2 0-2.15.54.08 0 2.08 0 2.15z",
|
|
427
410
|
clipRule: "evenodd"
|
|
428
411
|
})));
|
|
429
412
|
};
|
|
430
|
-
var ForwardRef$U = /*#__PURE__*/React.forwardRef(
|
|
413
|
+
var ForwardRef$U = /*#__PURE__*/React.forwardRef(SvgFileFilePdf24);
|
|
431
414
|
|
|
432
|
-
var _path$R
|
|
415
|
+
var _path$R;
|
|
433
416
|
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
434
|
-
var
|
|
417
|
+
var SvgFileFileImage24 = function SvgFileFileImage24(props, ref) {
|
|
435
418
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$T({
|
|
436
419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
437
|
-
width:
|
|
420
|
+
width: 25,
|
|
438
421
|
height: 24,
|
|
439
|
-
viewBox: "0 0
|
|
422
|
+
viewBox: "0 0 25 24",
|
|
440
423
|
ref: ref
|
|
441
424
|
}, props), _path$R || (_path$R = /*#__PURE__*/React__namespace.createElement("path", {
|
|
442
|
-
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
443
|
-
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
444
425
|
fillRule: "evenodd",
|
|
445
|
-
d: "
|
|
426
|
+
d: "M13.5 9H19l-5.5-5.5V9zm-7-7h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm0 18h12v-8l-4 4-2-2-6 6zm2-11a2 2 0 1 0 0 4 2 2 0 0 0 0-4z",
|
|
446
427
|
clipRule: "evenodd"
|
|
447
428
|
})));
|
|
448
429
|
};
|
|
449
|
-
var ForwardRef$T = /*#__PURE__*/React.forwardRef(
|
|
430
|
+
var ForwardRef$T = /*#__PURE__*/React.forwardRef(SvgFileFileImage24);
|
|
450
431
|
|
|
451
|
-
var _path$Q;
|
|
432
|
+
var _path$Q, _path2$5;
|
|
452
433
|
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
453
|
-
var
|
|
434
|
+
var SvgFileFileVideo24 = function SvgFileFileVideo24(props, ref) {
|
|
454
435
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$S({
|
|
455
436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
456
|
-
width:
|
|
437
|
+
width: 25,
|
|
457
438
|
height: 24,
|
|
458
|
-
viewBox: "0 0
|
|
439
|
+
viewBox: "0 0 25 24",
|
|
459
440
|
ref: ref
|
|
460
441
|
}, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
442
|
+
d: "M15.492 14 10 17.138v-6.276L15.492 14z"
|
|
443
|
+
})), _path2$5 || (_path2$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
461
444
|
fillRule: "evenodd",
|
|
462
|
-
d: "
|
|
445
|
+
d: "M4.5 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4zm9-.5V9H19l-5.5-5.5zM9 9.138v9.724L17.508 14 9 9.138z",
|
|
463
446
|
clipRule: "evenodd"
|
|
464
447
|
})));
|
|
465
448
|
};
|
|
466
|
-
var ForwardRef$S = /*#__PURE__*/React.forwardRef(
|
|
449
|
+
var ForwardRef$S = /*#__PURE__*/React.forwardRef(SvgFileFileVideo24);
|
|
467
450
|
|
|
468
451
|
var _path$P;
|
|
469
452
|
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
470
|
-
var
|
|
453
|
+
var SvgFileFileTable24 = function SvgFileFileTable24(props, ref) {
|
|
471
454
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$R({
|
|
472
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
473
|
-
width:
|
|
456
|
+
width: 25,
|
|
474
457
|
height: 24,
|
|
475
|
-
viewBox: "0 0
|
|
458
|
+
viewBox: "0 0 25 24",
|
|
476
459
|
ref: ref
|
|
477
460
|
}, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
|
|
478
461
|
fillRule: "evenodd",
|
|
479
|
-
d: "
|
|
462
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-4 17h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm4 6h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm-1-4V3.5L19 9h-5.5z",
|
|
480
463
|
clipRule: "evenodd"
|
|
481
464
|
})));
|
|
482
465
|
};
|
|
483
|
-
var ForwardRef$R = /*#__PURE__*/React.forwardRef(
|
|
466
|
+
var ForwardRef$R = /*#__PURE__*/React.forwardRef(SvgFileFileTable24);
|
|
484
467
|
|
|
485
468
|
var _path$O;
|
|
486
469
|
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
487
|
-
var
|
|
470
|
+
var SvgFileFileText24 = function SvgFileFileText24(props, ref) {
|
|
488
471
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
|
|
489
472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
490
|
-
width:
|
|
473
|
+
width: 25,
|
|
491
474
|
height: 24,
|
|
492
|
-
viewBox: "0 0
|
|
475
|
+
viewBox: "0 0 25 24",
|
|
493
476
|
ref: ref
|
|
494
477
|
}, props), _path$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
|
|
495
478
|
fillRule: "evenodd",
|
|
496
|
-
d: "
|
|
479
|
+
d: "M13.5 9H19l-5.5-5.5V9zm-7-7h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm9 16v-2h-9v2h9zm3-4v-2h-12v2h12z",
|
|
497
480
|
clipRule: "evenodd"
|
|
498
481
|
})));
|
|
499
482
|
};
|
|
500
|
-
var ForwardRef$Q = /*#__PURE__*/React.forwardRef(
|
|
483
|
+
var ForwardRef$Q = /*#__PURE__*/React.forwardRef(SvgFileFileText24);
|
|
501
484
|
|
|
502
485
|
var _path$N;
|
|
503
486
|
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
504
|
-
var
|
|
487
|
+
var SvgFileFileEml24 = function SvgFileFileEml24(props, ref) {
|
|
505
488
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
|
|
506
489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
|
-
width:
|
|
490
|
+
width: 25,
|
|
508
491
|
height: 24,
|
|
509
|
-
viewBox: "0 0
|
|
492
|
+
viewBox: "0 0 25 24",
|
|
510
493
|
ref: ref
|
|
511
494
|
}, props), _path$N || (_path$N = /*#__PURE__*/React__namespace.createElement("path", {
|
|
512
495
|
fillRule: "evenodd",
|
|
513
|
-
d: "
|
|
496
|
+
d: "M4.5 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4zm9-.5V9H19l-5.5-5.5zM7.5 18v-4.732l5 3.333 5-3.333V18a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1zm5-2.6 4.688-3.126A.997.997 0 0 0 16.5 12h-8a.997.997 0 0 0-.688.274l4.688 3.125z",
|
|
514
497
|
clipRule: "evenodd"
|
|
515
498
|
})));
|
|
516
499
|
};
|
|
517
|
-
var ForwardRef$P = /*#__PURE__*/React.forwardRef(
|
|
500
|
+
var ForwardRef$P = /*#__PURE__*/React.forwardRef(SvgFileFileEml24);
|
|
501
|
+
|
|
502
|
+
var _path$M;
|
|
503
|
+
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
504
|
+
var SvgFileFile24 = function SvgFileFile24(props, ref) {
|
|
505
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
|
|
506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
507
|
+
width: 25,
|
|
508
|
+
height: 24,
|
|
509
|
+
viewBox: "0 0 25 24",
|
|
510
|
+
ref: ref
|
|
511
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React__namespace.createElement("path", {
|
|
512
|
+
d: "M6.5 22c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 4.5 20V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 6.5 2h8l6 6v12a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 18.5 22h-12zm7-13h5l-5-5v5z"
|
|
513
|
+
})));
|
|
514
|
+
};
|
|
515
|
+
var ForwardRef$O = /*#__PURE__*/React.forwardRef(SvgFileFile24);
|
|
518
516
|
|
|
519
517
|
const fileIcons = {
|
|
520
|
-
docIcon: ForwardRef$
|
|
521
|
-
exelIcon: ForwardRef$
|
|
522
|
-
pdfIcon: ForwardRef$
|
|
523
|
-
imgIcon: ForwardRef$
|
|
524
|
-
videoIcon: ForwardRef$
|
|
525
|
-
tableIcon: ForwardRef$
|
|
526
|
-
textIcon: ForwardRef$
|
|
527
|
-
mailIcon: ForwardRef$
|
|
528
|
-
fileIcon: ForwardRef$
|
|
518
|
+
docIcon: ForwardRef$W,
|
|
519
|
+
exelIcon: ForwardRef$V,
|
|
520
|
+
pdfIcon: ForwardRef$U,
|
|
521
|
+
imgIcon: ForwardRef$T,
|
|
522
|
+
videoIcon: ForwardRef$S,
|
|
523
|
+
tableIcon: ForwardRef$R,
|
|
524
|
+
textIcon: ForwardRef$Q,
|
|
525
|
+
mailIcon: ForwardRef$P,
|
|
526
|
+
fileIcon: ForwardRef$O,
|
|
529
527
|
};
|
|
530
528
|
const systemIcons = {
|
|
531
529
|
18: {
|
|
532
|
-
clear: ForwardRef$1f,
|
|
533
|
-
foldingArrow: ForwardRef$1c,
|
|
534
|
-
accept: ForwardRef$19,
|
|
535
|
-
search: ForwardRef$16,
|
|
536
|
-
calendar: ForwardRef$13,
|
|
537
|
-
info: ForwardRef$10,
|
|
538
|
-
help: ForwardRef$Z,
|
|
539
|
-
},
|
|
540
|
-
24: {
|
|
541
|
-
clear: ForwardRef$1f,
|
|
542
|
-
foldingArrow: ForwardRef$1c,
|
|
543
|
-
accept: ForwardRef$19,
|
|
544
|
-
search: ForwardRef$16,
|
|
545
|
-
calendar: ForwardRef$13,
|
|
546
|
-
info: ForwardRef$10,
|
|
547
|
-
help: ForwardRef$Z,
|
|
548
|
-
},
|
|
549
|
-
30: {
|
|
550
|
-
clear: ForwardRef$1e,
|
|
551
|
-
foldingArrow: ForwardRef$1b,
|
|
552
|
-
accept: ForwardRef$18,
|
|
553
|
-
search: ForwardRef$15,
|
|
554
|
-
calendar: ForwardRef$12,
|
|
555
|
-
info: ForwardRef$$,
|
|
556
|
-
help: ForwardRef$Z,
|
|
557
|
-
},
|
|
558
|
-
36: {
|
|
559
530
|
clear: ForwardRef$1e,
|
|
560
531
|
foldingArrow: ForwardRef$1b,
|
|
561
532
|
accept: ForwardRef$18,
|
|
@@ -564,7 +535,7 @@ const systemIcons = {
|
|
|
564
535
|
info: ForwardRef$$,
|
|
565
536
|
help: ForwardRef$Y,
|
|
566
537
|
},
|
|
567
|
-
|
|
538
|
+
24: {
|
|
568
539
|
clear: ForwardRef$1e,
|
|
569
540
|
foldingArrow: ForwardRef$1b,
|
|
570
541
|
accept: ForwardRef$18,
|
|
@@ -573,7 +544,7 @@ const systemIcons = {
|
|
|
573
544
|
info: ForwardRef$$,
|
|
574
545
|
help: ForwardRef$Y,
|
|
575
546
|
},
|
|
576
|
-
|
|
547
|
+
30: {
|
|
577
548
|
clear: ForwardRef$1d,
|
|
578
549
|
foldingArrow: ForwardRef$1a,
|
|
579
550
|
accept: ForwardRef$17,
|
|
@@ -582,31 +553,58 @@ const systemIcons = {
|
|
|
582
553
|
info: ForwardRef$_,
|
|
583
554
|
help: ForwardRef$Y,
|
|
584
555
|
},
|
|
585
|
-
|
|
556
|
+
36: {
|
|
586
557
|
clear: ForwardRef$1d,
|
|
587
558
|
foldingArrow: ForwardRef$1a,
|
|
588
559
|
accept: ForwardRef$17,
|
|
589
560
|
search: ForwardRef$14,
|
|
590
561
|
calendar: ForwardRef$11,
|
|
591
562
|
info: ForwardRef$_,
|
|
592
|
-
help: ForwardRef$
|
|
563
|
+
help: ForwardRef$X,
|
|
564
|
+
},
|
|
565
|
+
42: {
|
|
566
|
+
clear: ForwardRef$1d,
|
|
567
|
+
foldingArrow: ForwardRef$1a,
|
|
568
|
+
accept: ForwardRef$17,
|
|
569
|
+
search: ForwardRef$14,
|
|
570
|
+
calendar: ForwardRef$11,
|
|
571
|
+
info: ForwardRef$_,
|
|
572
|
+
help: ForwardRef$X,
|
|
573
|
+
},
|
|
574
|
+
48: {
|
|
575
|
+
clear: ForwardRef$1c,
|
|
576
|
+
foldingArrow: ForwardRef$19,
|
|
577
|
+
accept: ForwardRef$16,
|
|
578
|
+
search: ForwardRef$13,
|
|
579
|
+
calendar: ForwardRef$10,
|
|
580
|
+
info: ForwardRef$Z,
|
|
581
|
+
help: ForwardRef$X,
|
|
582
|
+
},
|
|
583
|
+
60: {
|
|
584
|
+
clear: ForwardRef$1c,
|
|
585
|
+
foldingArrow: ForwardRef$19,
|
|
586
|
+
accept: ForwardRef$16,
|
|
587
|
+
search: ForwardRef$13,
|
|
588
|
+
calendar: ForwardRef$10,
|
|
589
|
+
info: ForwardRef$Z,
|
|
590
|
+
help: ForwardRef$X,
|
|
593
591
|
},
|
|
594
592
|
none: {
|
|
595
|
-
clear: ForwardRef$
|
|
596
|
-
foldingArrow: ForwardRef$
|
|
597
|
-
accept: ForwardRef$
|
|
598
|
-
search: ForwardRef$
|
|
599
|
-
calendar: ForwardRef$
|
|
600
|
-
info: ForwardRef
|
|
601
|
-
help: ForwardRef$
|
|
593
|
+
clear: ForwardRef$1d,
|
|
594
|
+
foldingArrow: ForwardRef$1a,
|
|
595
|
+
accept: ForwardRef$17,
|
|
596
|
+
search: ForwardRef$14,
|
|
597
|
+
calendar: ForwardRef$11,
|
|
598
|
+
info: ForwardRef$_,
|
|
599
|
+
help: ForwardRef$X,
|
|
602
600
|
},
|
|
603
601
|
};
|
|
604
602
|
|
|
605
|
-
var css$1m = {"root":"
|
|
603
|
+
var css$1m = {"root":"NrLoGz"};
|
|
606
604
|
|
|
607
605
|
const AvatarStack = uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1m.root]);
|
|
608
606
|
|
|
609
|
-
var css$1l = {"root":"
|
|
607
|
+
var css$1l = {"root":"QfyBG0","size-24":"PY7xgA","size-18":"Y6pS80","size-12":"K8DUd7","size24":"PY7xgA","size18":"Y6pS80","size12":"K8DUd7"};
|
|
610
608
|
|
|
611
609
|
const CountIndicator = React.forwardRef((props, ref) => {
|
|
612
610
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -618,7 +616,7 @@ const CountIndicator = React.forwardRef((props, ref) => {
|
|
|
618
616
|
]) }, props.caption));
|
|
619
617
|
});
|
|
620
618
|
|
|
621
|
-
var css$1k = {"uui-typography":"
|
|
619
|
+
var css$1k = {"uui-typography":"-akWuT","hero-header":"JGJxwx","promo-header":"_8P7JKH","uui-critical":"y4yjv5","uui-info":"MKIW-M","uui-success":"-GoKJO","uui-warning":"YlTAqE","uui-highlight":"fh2DWw","uui-typography-size-12":"_20FNZB","uui-typography-size-14":"_64ZrFp","uui-typography-size-16":"MzvRJp","root":"_8zk-jf","size-18":"gEYvm-","size-24":"HitIUM","size-30":"RFzykC","size-36":"_1Ce-iw","size-42":"Um4nYO","size-48":"mYpTc2","uuiTypography":"-akWuT","heroHeader":"JGJxwx","promoHeader":"_8P7JKH","uuiCritical":"y4yjv5","uuiInfo":"MKIW-M","uuiSuccess":"-GoKJO","uuiWarning":"YlTAqE","uuiHighlight":"fh2DWw","uuiTypographySize12":"_20FNZB","uuiTypographySize14":"_64ZrFp","uuiTypographySize16":"MzvRJp","size18":"gEYvm-","size24":"HitIUM","size30":"RFzykC","size36":"_1Ce-iw","size42":"Um4nYO","size48":"mYpTc2"};
|
|
622
620
|
|
|
623
621
|
const defaultSize$b = '36';
|
|
624
622
|
const mapSize$1 = {
|
|
@@ -666,7 +664,7 @@ const Badge = uuiCore.withMods(uuiComponents.Button, applyBadgeMods, (props) =>
|
|
|
666
664
|
};
|
|
667
665
|
});
|
|
668
666
|
|
|
669
|
-
var css$1j = {"uui-typography":"
|
|
667
|
+
var css$1j = {"uui-typography":"T74y0l","hero-header":"mNG2yz","promo-header":"xnE0vb","uui-critical":"MnGhyo","uui-info":"qCSNJn","uui-success":"uuzRY1","uui-warning":"zURsNN","uui-highlight":"C8t-cJ","uui-typography-size-12":"ub5-qH","uui-typography-size-14":"Dx6LRN","uui-typography-size-16":"WaTw5w","root":"MGlfll","size-18":"JOFZzG","size-24":"hPyg7E","size-30":"zOinHk","size-36":"Y0Hp4G","size-42":"_95CitI","size-48":"NW-K6O","uuiTypography":"T74y0l","heroHeader":"mNG2yz","promoHeader":"xnE0vb","uuiCritical":"MnGhyo","uuiInfo":"qCSNJn","uuiSuccess":"uuzRY1","uuiWarning":"zURsNN","uuiHighlight":"C8t-cJ","uuiTypographySize12":"ub5-qH","uuiTypographySize14":"Dx6LRN","uuiTypographySize16":"WaTw5w","size18":"JOFZzG","size24":"hPyg7E","size30":"zOinHk","size36":"Y0Hp4G","size42":"_95CitI","size48":"NW-K6O"};
|
|
670
668
|
|
|
671
669
|
const defaultSize$a = '36';
|
|
672
670
|
const mapSize = {
|
|
@@ -685,102 +683,103 @@ const mapCountIndicatorSizes = {
|
|
|
685
683
|
42: '24',
|
|
686
684
|
48: '24',
|
|
687
685
|
};
|
|
688
|
-
function applyTagMods(
|
|
686
|
+
function applyTagMods(props) {
|
|
689
687
|
return [
|
|
690
|
-
css$1j['size-' + (
|
|
688
|
+
css$1j['size-' + (props.size || defaultSize$a)],
|
|
691
689
|
css$1j.root,
|
|
692
|
-
|
|
690
|
+
`uui-color-${props.color || 'neutral'}`,
|
|
691
|
+
`uui-fill-${props.fill || 'solid'}`,
|
|
693
692
|
'uui-tag',
|
|
694
693
|
];
|
|
695
694
|
}
|
|
696
695
|
const Tag = uuiCore.withMods(uuiComponents.Button, applyTagMods, (props) => ({
|
|
697
696
|
dropdownIcon: systemIcons[mapSize[props.size] || defaultSize$a].foldingArrow,
|
|
698
697
|
clearIcon: systemIcons[mapSize[props.size] || defaultSize$a].clear,
|
|
699
|
-
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color:
|
|
698
|
+
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || defaultSize$a] }))),
|
|
700
699
|
}));
|
|
701
700
|
|
|
702
|
-
var css$1i = {"root":"
|
|
701
|
+
var css$1i = {"root":"eh-eh1","uui-spinner":"i7T6N0","uuiSpinner":"i7T6N0"};
|
|
703
702
|
|
|
704
703
|
function applySpinnerMods() {
|
|
705
704
|
return [css$1i.root, 'uui-spinner'];
|
|
706
705
|
}
|
|
707
706
|
const Spinner = uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
708
707
|
|
|
709
|
-
var css$1h = {"root":"
|
|
708
|
+
var css$1h = {"root":"-PRx7y","spacer":"JHnLL1","mode-ghost":"_-7hsPv","size-24":"_0Wh5ss","size-30":"k245vA","navigation-size-24":"_1wGax-","navigation-size-30":"_2SacKI","modeGhost":"_-7hsPv","size24":"_0Wh5ss","size30":"k245vA","navigationSize24":"_1wGax-","navigationSize30":"_2SacKI"};
|
|
710
709
|
|
|
711
|
-
var _path$
|
|
712
|
-
function _extends$
|
|
710
|
+
var _path$L;
|
|
711
|
+
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
713
712
|
var SvgNavigationChevronLeft12 = function SvgNavigationChevronLeft12(props, ref) {
|
|
714
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
713
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
|
|
715
714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
716
|
-
width:
|
|
715
|
+
width: 13,
|
|
717
716
|
height: 12,
|
|
718
|
-
viewBox: "0 0
|
|
717
|
+
viewBox: "0 0 13 12",
|
|
719
718
|
ref: ref
|
|
720
|
-
}, props), _path$
|
|
719
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React__namespace.createElement("path", {
|
|
721
720
|
fillRule: "evenodd",
|
|
722
|
-
d: "
|
|
721
|
+
d: "M8.205 3.705 7.5 3l-3 3 3 3 .705-.705L5.915 6l2.29-2.295z",
|
|
723
722
|
clipRule: "evenodd"
|
|
724
723
|
})));
|
|
725
724
|
};
|
|
726
|
-
var ForwardRef$
|
|
725
|
+
var ForwardRef$N = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeft12);
|
|
727
726
|
|
|
728
|
-
var _path$
|
|
729
|
-
function _extends$
|
|
727
|
+
var _path$K;
|
|
728
|
+
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
730
729
|
var SvgNavigationChevronRight12 = function SvgNavigationChevronRight12(props, ref) {
|
|
731
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
730
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
|
|
732
731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
733
|
-
width:
|
|
732
|
+
width: 13,
|
|
734
733
|
height: 12,
|
|
735
|
-
viewBox: "0 0
|
|
734
|
+
viewBox: "0 0 13 12",
|
|
736
735
|
ref: ref
|
|
737
|
-
}, props), _path$
|
|
736
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React__namespace.createElement("path", {
|
|
738
737
|
fillRule: "evenodd",
|
|
739
|
-
d: "m5 3-.705.
|
|
738
|
+
d: "m5.5 3-.705.705L7.085 6l-2.29 2.295L5.5 9l3-3-3-3z",
|
|
740
739
|
clipRule: "evenodd"
|
|
741
740
|
})));
|
|
742
741
|
};
|
|
743
|
-
var ForwardRef$
|
|
742
|
+
var ForwardRef$M = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRight12);
|
|
744
743
|
|
|
745
|
-
var _path$
|
|
746
|
-
function _extends$
|
|
744
|
+
var _path$J;
|
|
745
|
+
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
747
746
|
var SvgNavigationChevronLeft18 = function SvgNavigationChevronLeft18(props, ref) {
|
|
748
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
747
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
|
|
749
748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
750
749
|
width: 18,
|
|
751
750
|
height: 18,
|
|
752
751
|
viewBox: "0 0 18 18",
|
|
753
752
|
ref: ref
|
|
754
|
-
}, props), _path$
|
|
753
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
|
|
755
754
|
fillRule: "evenodd",
|
|
756
755
|
d: "M11.557 5.558 10.5 4.5 6 9l4.5 4.5 1.057-1.057L8.123 9l3.434-3.442z",
|
|
757
756
|
clipRule: "evenodd"
|
|
758
757
|
})));
|
|
759
758
|
};
|
|
760
|
-
var ForwardRef$
|
|
759
|
+
var ForwardRef$L = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeft18);
|
|
761
760
|
|
|
762
|
-
var _path$
|
|
763
|
-
function _extends$
|
|
761
|
+
var _path$I;
|
|
762
|
+
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
764
763
|
var SvgNavigationChevronRight18 = function SvgNavigationChevronRight18(props, ref) {
|
|
765
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
764
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
|
|
766
765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
767
766
|
width: 18,
|
|
768
767
|
height: 18,
|
|
769
768
|
viewBox: "0 0 18 18",
|
|
770
769
|
ref: ref
|
|
771
|
-
}, props), _path$
|
|
770
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
772
771
|
fillRule: "evenodd",
|
|
773
772
|
d: "M7.5 4.5 6.442 5.558 9.877 9l-3.435 3.443L7.5 13.5 12 9 7.5 4.5z",
|
|
774
773
|
clipRule: "evenodd"
|
|
775
774
|
})));
|
|
776
775
|
};
|
|
777
|
-
var ForwardRef$
|
|
776
|
+
var ForwardRef$K = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRight18);
|
|
778
777
|
|
|
779
778
|
function Paginator(props) {
|
|
780
779
|
const renderPaginator = (params) => {
|
|
781
780
|
var _a, _b;
|
|
782
781
|
return (React__namespace.default.createElement("nav", Object.assign({ role: "navigation", className: cx__default.default(css$1h.root, 'uui-paginator') }, params.rawProps),
|
|
783
|
-
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_a = params.size) !== null && _a !== void 0 ? _a : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$
|
|
782
|
+
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_a = params.size) !== null && _a !== void 0 ? _a : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$L : ForwardRef$N, onClick: params.goToPrev, isDisabled: params.isFirst, fill: "outline", color: "secondary" }),
|
|
784
783
|
params.pages.map((page, index) => {
|
|
785
784
|
var _a, _b;
|
|
786
785
|
if (page.type === 'spacer') {
|
|
@@ -790,19 +789,19 @@ function Paginator(props) {
|
|
|
790
789
|
return (React__namespace.default.createElement(Button, { cx: cx__default.default(css$1h[`size-${(_b = params.size) !== null && _b !== void 0 ? _b : '30'}`], css$1h[`mode-${!page.isActive && 'ghost'}`]), size: params.size, key: page.pageNumber, caption: page.pageNumber, onClick: () => { var _a; return (_a = page.onClick) === null || _a === void 0 ? void 0 : _a.call(page); }, rawProps: { 'aria-current': page.isActive }, fill: (page.isActive && 'outline') || 'ghost', color: "primary" }));
|
|
791
790
|
}
|
|
792
791
|
}),
|
|
793
|
-
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_b = params.size) !== null && _b !== void 0 ? _b : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$
|
|
792
|
+
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_b = params.size) !== null && _b !== void 0 ? _b : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$K : ForwardRef$M, onClick: params.goToNext, isDisabled: params.isLast, fill: "outline", color: "secondary" })));
|
|
794
793
|
};
|
|
795
794
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
796
795
|
}
|
|
797
796
|
|
|
798
|
-
var css$1g = {"root":"
|
|
797
|
+
var css$1g = {"root":"tl0T-s","progress-bar":"ITHLfV","progressBar-indeterminate":"oYgN4l","size-12":"_1s3QjG","size-18":"_64OCZi","size-24":"HkRY4o","progressBar":"ITHLfV","progressBarIndeterminate":"oYgN4l","size12":"_1s3QjG","size18":"_64OCZi","size24":"HkRY4o"};
|
|
799
798
|
|
|
800
799
|
const IndeterminateBar = React__namespace.forwardRef((props, ref) => {
|
|
801
800
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$1g.root, css$1g[`size-${props.size || 12}`]) },
|
|
802
801
|
React__namespace.createElement("div", { className: cx__default.default(css$1g.progressBar) })));
|
|
803
802
|
});
|
|
804
803
|
|
|
805
|
-
var css$1f = {"root":"
|
|
804
|
+
var css$1f = {"root":"cHrEv7","striped":"prlax3","animate-stripes":"T1--ZB","size-12":"szWaHn","size-18":"anuNQk","size-24":"R1Z5IN","animateStripes":"T1--ZB","size12":"szWaHn","size18":"anuNQk","size24":"R1Z5IN"};
|
|
806
805
|
|
|
807
806
|
const defaultSize$9 = '12';
|
|
808
807
|
function applyProgressBarMods(mods) {
|
|
@@ -817,14 +816,14 @@ const ProgressBar = uuiCore.withMods(uuiComponents.ProgressBar, applyProgressBar
|
|
|
817
816
|
hideLabel: props.hideLabel || props.striped,
|
|
818
817
|
}));
|
|
819
818
|
|
|
820
|
-
var css$1e = {"root":"
|
|
819
|
+
var css$1e = {"root":"P0Y-R1"};
|
|
821
820
|
|
|
822
821
|
const IndicatorBar = React__namespace.forwardRef((props, ref) => {
|
|
823
822
|
const { progress } = props;
|
|
824
823
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$1e.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$1e.root, props.cx) }));
|
|
825
824
|
});
|
|
826
825
|
|
|
827
|
-
var css$1d = {"root":"
|
|
826
|
+
var css$1d = {"root":"H1B8Uz","size-12":"QkXGBI","size-18":"gV1IRM","size-24":"_9FMq61","size12":"QkXGBI","size18":"gV1IRM","size24":"_9FMq61"};
|
|
828
827
|
|
|
829
828
|
const StatusIndicator = React.forwardRef((props, ref) => {
|
|
830
829
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -839,11 +838,8 @@ const StatusIndicator = React.forwardRef((props, ref) => {
|
|
|
839
838
|
React__namespace.default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
840
839
|
});
|
|
841
840
|
|
|
842
|
-
var css$1c = {"uui-typography":"
|
|
841
|
+
var css$1c = {"uui-typography":"gq5eIv","hero-header":"-UaDar","promo-header":"Qivptp","uui-critical":"EvtLeP","uui-info":"L9BjlN","uui-success":"z4D3pl","uui-warning":"_5cL9FZ","uui-highlight":"VajIfA","uui-typography-size-12":"LyPili","uui-typography-size-14":"_8H8g8I","uui-typography-size-16":"_0W8mSU","root":"n9QggH","uuiTypography":"gq5eIv","heroHeader":"-UaDar","promoHeader":"Qivptp","uuiCritical":"EvtLeP","uuiInfo":"L9BjlN","uuiSuccess":"z4D3pl","uuiWarning":"_5cL9FZ","uuiHighlight":"VajIfA","uuiTypographySize12":"LyPili","uuiTypographySize14":"_8H8g8I","uuiTypographySize16":"_0W8mSU"};
|
|
843
842
|
|
|
844
|
-
const allButtonColors = [
|
|
845
|
-
'accent', 'primary', 'critical', 'secondary', 'neutral',
|
|
846
|
-
];
|
|
847
843
|
const defaultSize$8 = '36';
|
|
848
844
|
function applyButtonMods(mods) {
|
|
849
845
|
return [
|
|
@@ -860,7 +856,7 @@ const Button = uuiCore.withMods(uuiComponents.Button, applyButtonMods, (props) =
|
|
|
860
856
|
countIndicator: (countIndicatorProps) => React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: "white" })),
|
|
861
857
|
}));
|
|
862
858
|
|
|
863
|
-
var css$1b = {"root":"
|
|
859
|
+
var css$1b = {"root":"sudd16"};
|
|
864
860
|
|
|
865
861
|
const allIconColors = [
|
|
866
862
|
'info', 'success', 'warning', 'error', 'secondary', 'neutral',
|
|
@@ -870,7 +866,7 @@ function applyIconButtonMods(mods) {
|
|
|
870
866
|
}
|
|
871
867
|
const IconButton = uuiCore.withMods(uuiComponents.IconButton, applyIconButtonMods);
|
|
872
868
|
|
|
873
|
-
var css$1a = {"root":"
|
|
869
|
+
var css$1a = {"root":"IyZtrY"};
|
|
874
870
|
|
|
875
871
|
function getIconClass(props) {
|
|
876
872
|
const classList = {
|
|
@@ -905,7 +901,7 @@ const LinkButton = uuiCore.withMods(uuiComponents.Button, applyLinkButtonMods, (
|
|
|
905
901
|
clearIcon: systemIcons[props.size || defaultSize$7].clear,
|
|
906
902
|
}));
|
|
907
903
|
|
|
908
|
-
var css$19 = {"uui-typography":"
|
|
904
|
+
var css$19 = {"uui-typography":"Q-Ixy0","hero-header":"L5yyO-","promo-header":"wIMt1Z","uui-critical":"dJ59EC","uui-info":"_4xQdur","uui-success":"eZ9LMq","uui-warning":"TxWaxq","uui-highlight":"u1hPbL","uui-typography-size-12":"Pnqks2","uui-typography-size-14":"gzcXCO","uui-typography-size-16":"_9a-Ojo","root":"HSLomC","withNotify":"-lKTrW","size-36":"_3bZ75o","size-48":"-BExUz","size-60":"N99o5P","uuiTypography":"Q-Ixy0","heroHeader":"L5yyO-","promoHeader":"wIMt1Z","uuiCritical":"dJ59EC","uuiInfo":"_4xQdur","uuiSuccess":"eZ9LMq","uuiWarning":"TxWaxq","uuiHighlight":"u1hPbL","uuiTypographySize12":"Pnqks2","uuiTypographySize14":"gzcXCO","uuiTypographySize16":"_9a-Ojo","size36":"_3bZ75o","size48":"-BExUz","size60":"N99o5P"};
|
|
909
905
|
|
|
910
906
|
function applyTabButtonMods(mods) {
|
|
911
907
|
return [
|
|
@@ -918,38 +914,13 @@ function applyTabButtonMods(mods) {
|
|
|
918
914
|
}
|
|
919
915
|
const TabButton = uuiCore.withMods(uuiComponents.Button, applyTabButtonMods, (props) => (Object.assign(Object.assign({ dropdownIcon: systemIcons['36'].foldingArrow, clearIcon: systemIcons['36'].clear }, props), { rawProps: Object.assign({ role: 'tab' }, props.rawProps), countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: props.isLinkActive ? 'info' : 'neutral', size: "18" }))) })));
|
|
920
916
|
|
|
921
|
-
var css$18 = {"uui-typography":"
|
|
917
|
+
var css$18 = {"uui-typography":"BQfKnC","hero-header":"HQ-FyG","promo-header":"CYCKY6","uui-critical":"k2-0UJ","uui-info":"AuBsYg","uui-success":"Ytvknu","uui-warning":"rDaf7b","uui-highlight":"DAHF--","uui-typography-size-12":"xbtUcL","uui-typography-size-14":"bToYlM","uui-typography-size-16":"_0Ht1sE","root":"s-ARa7","uuiTypography":"BQfKnC","heroHeader":"HQ-FyG","promoHeader":"CYCKY6","uuiCritical":"k2-0UJ","uuiInfo":"AuBsYg","uuiSuccess":"Ytvknu","uuiWarning":"rDaf7b","uuiHighlight":"DAHF--","uuiTypographySize12":"xbtUcL","uuiTypographySize14":"bToYlM","uuiTypographySize16":"_0Ht1sE"};
|
|
922
918
|
|
|
923
919
|
function applyVerticalTabButtonMods() {
|
|
924
920
|
return [css$18.root];
|
|
925
|
-
}
|
|
926
|
-
const VerticalTabButton = uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
|
|
927
|
-
|
|
928
|
-
const allButtonFills = [
|
|
929
|
-
'solid', 'outline', 'ghost', 'none',
|
|
930
|
-
];
|
|
931
|
-
const allFillStyles = allButtonFills;
|
|
932
|
-
const allSizes = [
|
|
933
|
-
'24', '30', '36', '42', '48',
|
|
934
|
-
];
|
|
935
|
-
const allRowSizes = [
|
|
936
|
-
null, '24', '30', '36', '42', '48',
|
|
937
|
-
];
|
|
938
|
-
const allSemanticColors = [
|
|
939
|
-
'info', 'success', 'warning', 'error',
|
|
940
|
-
];
|
|
941
|
-
const allEpamBadgeSemanticColors = [
|
|
942
|
-
'info', 'success', 'warning', 'critical', 'neutral',
|
|
943
|
-
];
|
|
944
|
-
const allTextSizes = [
|
|
945
|
-
'18', '24', '30', '36', '48',
|
|
946
|
-
];
|
|
947
|
-
const allFontStyles = [
|
|
948
|
-
'normal', 'italic',
|
|
949
|
-
];
|
|
950
|
-
const allFontWeights = [
|
|
951
|
-
'200', '300', '400', '600', '700', '900',
|
|
952
|
-
];
|
|
921
|
+
}
|
|
922
|
+
const VerticalTabButton = uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
|
|
923
|
+
|
|
953
924
|
exports.EditMode = void 0;
|
|
954
925
|
(function (EditMode) {
|
|
955
926
|
EditMode["FORM"] = "form";
|
|
@@ -957,71 +928,71 @@ exports.EditMode = void 0;
|
|
|
957
928
|
EditMode["INLINE"] = "inline";
|
|
958
929
|
})(exports.EditMode || (exports.EditMode = {}));
|
|
959
930
|
|
|
960
|
-
var _path$
|
|
961
|
-
function _extends$
|
|
931
|
+
var _path$H;
|
|
932
|
+
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
962
933
|
var SvgCheck12 = function SvgCheck12(props, ref) {
|
|
963
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
934
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
|
|
964
935
|
width: 12,
|
|
965
936
|
height: 12,
|
|
966
937
|
viewBox: "0 0 12 12",
|
|
967
938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
968
939
|
ref: ref
|
|
969
|
-
}, props), _path$
|
|
940
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
|
|
970
941
|
fillRule: "evenodd",
|
|
971
942
|
d: "M9.491 3.449 10.51 4.55 5.663 9.024 2.487 6.047l1.026-1.094L5.67 6.975z"
|
|
972
943
|
})));
|
|
973
944
|
};
|
|
974
|
-
var ForwardRef$
|
|
945
|
+
var ForwardRef$J = /*#__PURE__*/React.forwardRef(SvgCheck12);
|
|
975
946
|
|
|
976
|
-
var _path$
|
|
977
|
-
function _extends$
|
|
947
|
+
var _path$G;
|
|
948
|
+
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
978
949
|
var SvgCheck18 = function SvgCheck18(props, ref) {
|
|
979
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
950
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
980
951
|
width: 18,
|
|
981
952
|
height: 18,
|
|
982
953
|
viewBox: "0 0 18 18",
|
|
983
954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
984
955
|
ref: ref
|
|
985
|
-
}, props), _path$
|
|
956
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
|
|
986
957
|
fillRule: "evenodd",
|
|
987
958
|
d: "m14.247 4.341 1.506 1.318-7.704 8.804-4.756-4.756 1.414-1.414 3.244 3.243z"
|
|
988
959
|
})));
|
|
989
960
|
};
|
|
990
|
-
var ForwardRef$
|
|
961
|
+
var ForwardRef$I = /*#__PURE__*/React.forwardRef(SvgCheck18);
|
|
991
962
|
|
|
992
|
-
var _path$
|
|
993
|
-
function _extends$
|
|
963
|
+
var _path$F;
|
|
964
|
+
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
994
965
|
var SvgPartlySelect12 = function SvgPartlySelect12(props, ref) {
|
|
995
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
966
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
996
967
|
width: 12,
|
|
997
968
|
height: 12,
|
|
998
969
|
viewBox: "0 0 12 12",
|
|
999
970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1000
971
|
ref: ref
|
|
1001
|
-
}, props), _path$
|
|
972
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1002
973
|
fillRule: "evenodd",
|
|
1003
974
|
d: "M9 5v2H3V5z"
|
|
1004
975
|
})));
|
|
1005
976
|
};
|
|
1006
|
-
var ForwardRef$
|
|
977
|
+
var ForwardRef$H = /*#__PURE__*/React.forwardRef(SvgPartlySelect12);
|
|
1007
978
|
|
|
1008
|
-
var _path$
|
|
1009
|
-
function _extends$
|
|
979
|
+
var _path$E;
|
|
980
|
+
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
1010
981
|
var SvgPartlySelect18 = function SvgPartlySelect18(props, ref) {
|
|
1011
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
982
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
1012
983
|
width: 18,
|
|
1013
984
|
height: 18,
|
|
1014
985
|
viewBox: "0 0 18 18",
|
|
1015
986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1016
987
|
ref: ref
|
|
1017
|
-
}, props), _path$
|
|
988
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1018
989
|
fillRule: "evenodd",
|
|
1019
990
|
d: "M14 8v2H4V8z"
|
|
1020
991
|
})));
|
|
1021
992
|
};
|
|
1022
|
-
var ForwardRef$
|
|
993
|
+
var ForwardRef$G = /*#__PURE__*/React.forwardRef(SvgPartlySelect18);
|
|
1023
994
|
|
|
1024
|
-
var css$17 = {"uui-typography":"
|
|
995
|
+
var css$17 = {"uui-typography":"ffMfmg","hero-header":"Zqk9wu","promo-header":"_2ip7yR","uui-critical":"QUf-0w","uui-info":"HHcfd5","uui-success":"lOFaqw","uui-warning":"WW14ZY","uui-highlight":"n3j0yp","uui-typography-size-12":"_8ZD0Br","uui-typography-size-14":"WL2H6V","uui-typography-size-16":"esMRJe","root":"ceN76m","size-18":"BZCcjv","size-12":"_54cJTn","mode-cell":"nuC0ih","uuiTypography":"ffMfmg","heroHeader":"Zqk9wu","promoHeader":"_2ip7yR","uuiCritical":"QUf-0w","uuiInfo":"HHcfd5","uuiSuccess":"lOFaqw","uuiWarning":"WW14ZY","uuiHighlight":"n3j0yp","uuiTypographySize12":"_8ZD0Br","uuiTypographySize14":"WL2H6V","uuiTypographySize16":"esMRJe","size18":"BZCcjv","size12":"_54cJTn","modeCell":"nuC0ih"};
|
|
1025
996
|
|
|
1026
997
|
function applyCheckboxMods(mods) {
|
|
1027
998
|
return [
|
|
@@ -1032,17 +1003,17 @@ function applyCheckboxMods(mods) {
|
|
|
1032
1003
|
];
|
|
1033
1004
|
}
|
|
1034
1005
|
const applyUUICheckboxProps = (props) => ({
|
|
1035
|
-
icon: props.size === '12' ? ForwardRef$
|
|
1036
|
-
indeterminateIcon: props.size === '12' ? ForwardRef$
|
|
1006
|
+
icon: props.size === '12' ? ForwardRef$J : ForwardRef$I,
|
|
1007
|
+
indeterminateIcon: props.size === '12' ? ForwardRef$H : ForwardRef$G,
|
|
1037
1008
|
});
|
|
1038
1009
|
const Checkbox = uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1039
1010
|
|
|
1040
|
-
var css$16 = {"uui-typography":"
|
|
1011
|
+
var css$16 = {"uui-typography":"dc24f1","hero-header":"QTU8Yt","promo-header":"nnu1pI","uui-critical":"oI8k5l","uui-info":"bIpbWu","uui-success":"Zh2-WX","uui-warning":"imEiRH","uui-highlight":"_5xtsTH","uui-typography-size-12":"TP60jf","uui-typography-size-14":"mRsTbD","uui-typography-size-16":"_86l5jC","root":"_1ZZuBa","size-18":"_0K41sk","size-12":"_2npppT","uuiTypography":"dc24f1","heroHeader":"QTU8Yt","promoHeader":"nnu1pI","uuiCritical":"oI8k5l","uuiInfo":"bIpbWu","uuiSuccess":"Zh2-WX","uuiWarning":"imEiRH","uuiHighlight":"_5xtsTH","uuiTypographySize12":"TP60jf","uuiTypographySize14":"mRsTbD","uuiTypographySize16":"_86l5jC","size18":"_0K41sk","size12":"_2npppT"};
|
|
1041
1012
|
|
|
1042
1013
|
var _circle;
|
|
1043
|
-
function _extends$
|
|
1014
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
1044
1015
|
var SvgRadioPoint = function SvgRadioPoint(props, ref) {
|
|
1045
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1016
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
1046
1017
|
width: 18,
|
|
1047
1018
|
height: 18,
|
|
1048
1019
|
viewBox: "0 0 18 18",
|
|
@@ -1054,14 +1025,14 @@ var SvgRadioPoint = function SvgRadioPoint(props, ref) {
|
|
|
1054
1025
|
r: 6
|
|
1055
1026
|
})));
|
|
1056
1027
|
};
|
|
1057
|
-
var ForwardRef$
|
|
1028
|
+
var ForwardRef$F = /*#__PURE__*/React.forwardRef(SvgRadioPoint);
|
|
1058
1029
|
|
|
1059
1030
|
function applyRadioInputMods(mods) {
|
|
1060
1031
|
return [css$16.root, css$16['size-' + (mods.size || '18')], 'uui-color-primary'];
|
|
1061
1032
|
}
|
|
1062
|
-
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, () => ({ icon: ForwardRef$
|
|
1033
|
+
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, () => ({ icon: ForwardRef$F }));
|
|
1063
1034
|
|
|
1064
|
-
var css$15 = {"root":"
|
|
1035
|
+
var css$15 = {"root":"aa2BSD","size-12":"XyPq3H","size-18":"pfYACf","size-24":"uKdapd","size12":"XyPq3H","size18":"pfYACf","size24":"uKdapd"};
|
|
1065
1036
|
|
|
1066
1037
|
function applySwitchMods(mods) {
|
|
1067
1038
|
return [
|
|
@@ -1114,7 +1085,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1114
1085
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1115
1086
|
};
|
|
1116
1087
|
|
|
1117
|
-
var textInputCss = {"uui-typography":"
|
|
1088
|
+
var textInputCss = {"uui-typography":"ri3-EZ","hero-header":"lOPEyB","promo-header":"MmO1Qt","uui-critical":"ZWSD3H","uui-info":"PzzwM3","uui-success":"OSqm3O","uui-warning":"kB2f73","uui-highlight":"v13iKm","uui-typography-size-12":"kO4Kky","uui-typography-size-14":"K2uxm0","uui-typography-size-16":"bxR8NJ","root":"FdtaBx","mode-form":"syKSvf","mode-inline":"G23-Mc","mode-cell":"Kw-GOf","size-24":"_9ueilw","size-30":"qHEjOa","size-36":"lB2cIb","size-42":"G6ukjy","size-48":"MPKGGX","uuiTypography":"ri3-EZ","heroHeader":"lOPEyB","promoHeader":"MmO1Qt","uuiCritical":"ZWSD3H","uuiInfo":"PzzwM3","uuiSuccess":"OSqm3O","uuiWarning":"kB2f73","uuiHighlight":"v13iKm","uuiTypographySize12":"kO4Kky","uuiTypographySize14":"K2uxm0","uuiTypographySize16":"bxR8NJ","modeForm":"syKSvf","modeInline":"G23-Mc","modeCell":"Kw-GOf","size24":"_9ueilw","size30":"qHEjOa","size36":"lB2cIb","size42":"G6ukjy","size48":"MPKGGX"};
|
|
1118
1089
|
|
|
1119
1090
|
const defaultSize$6 = '36';
|
|
1120
1091
|
const defaultMode$5 = exports.EditMode.FORM;
|
|
@@ -1143,7 +1114,7 @@ const SearchInput = React__namespace.default.forwardRef((props, ref) => {
|
|
|
1143
1114
|
: undefined, type: "search", inputMode: "search", ref: ref }, textInputProps, iEditable))) })));
|
|
1144
1115
|
});
|
|
1145
1116
|
|
|
1146
|
-
var css$14 = {"root":"
|
|
1117
|
+
var css$14 = {"root":"-XNJ9P"};
|
|
1147
1118
|
|
|
1148
1119
|
const ControlGroup = uuiCore.withMods(uuiComponents.ControlGroup, () => [css$14.root]);
|
|
1149
1120
|
|
|
@@ -1152,7 +1123,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1152
1123
|
}
|
|
1153
1124
|
const MultiSwitch = React__namespace.forwardRef(MultiSwitchComponent);
|
|
1154
1125
|
|
|
1155
|
-
var css$13 = {"uui-typography":"
|
|
1126
|
+
var css$13 = {"uui-typography":"Bn0USv","hero-header":"xxG8Hx","promo-header":"h9Qlvu","uui-critical":"RU-Cis","uui-info":"gTDXVY","uui-success":"s602QZ","uui-warning":"_7iXQCt","uui-highlight":"Fp1V26","uui-typography-size-12":"_5pbTO2","uui-typography-size-14":"i72Wao","uui-typography-size-16":"OzEmrV","root":"pkzQQP","size-24":"_06Q3LV","size-30":"Nr-apR","size-36":"OLQXPr","size-42":"gXtQl0","size-48":"AYSCtH","mode-form":"oTCwqT","mode-cell":"_0szZSF","uuiTypography":"Bn0USv","heroHeader":"xxG8Hx","promoHeader":"h9Qlvu","uuiCritical":"RU-Cis","uuiInfo":"gTDXVY","uuiSuccess":"s602QZ","uuiWarning":"_7iXQCt","uuiHighlight":"Fp1V26","uuiTypographySize12":"_5pbTO2","uuiTypographySize14":"i72Wao","uuiTypographySize16":"OzEmrV","size24":"_06Q3LV","size30":"Nr-apR","size36":"OLQXPr","size42":"gXtQl0","size48":"AYSCtH","modeForm":"oTCwqT","modeCell":"_0szZSF"};
|
|
1156
1127
|
|
|
1157
1128
|
const defaultSize$5 = '36';
|
|
1158
1129
|
const defaultMode$4 = exports.EditMode.FORM;
|
|
@@ -1171,7 +1142,7 @@ const NumericInput = uuiCore.withMods(uuiComponents.NumericInput, applyNumericIn
|
|
|
1171
1142
|
});
|
|
1172
1143
|
});
|
|
1173
1144
|
|
|
1174
|
-
var css$12 = {"uui-typography":"
|
|
1145
|
+
var css$12 = {"uui-typography":"hdD1WL","hero-header":"_0wAelX","promo-header":"iREwKE","uui-critical":"YIrR87","uui-info":"HKmxqq","uui-success":"_2bqsYu","uui-warning":"WHasee","uui-highlight":"J40khJ","uui-typography-size-12":"E-W0HU","uui-typography-size-14":"iR1DjY","uui-typography-size-16":"_1npoHZ","root":"CbkP1-","mode-form":"BMgc4n","mode-cell":"Q45Ani","mode-inline":"F7jmIZ","size-24":"_4jCVyJ","size-30":"dSeZrM","size-36":"_3VsFK-","size-42":"_7EzGdG","size-48":"iCt3nh","uuiTypography":"hdD1WL","heroHeader":"_0wAelX","promoHeader":"iREwKE","uuiCritical":"YIrR87","uuiInfo":"HKmxqq","uuiSuccess":"_2bqsYu","uuiWarning":"WHasee","uuiHighlight":"J40khJ","uuiTypographySize12":"E-W0HU","uuiTypographySize14":"iR1DjY","uuiTypographySize16":"_1npoHZ","modeForm":"BMgc4n","modeCell":"Q45Ani","modeInline":"F7jmIZ","size24":"_4jCVyJ","size30":"dSeZrM","size36":"_3VsFK-","size42":"_7EzGdG","size48":"iCt3nh"};
|
|
1175
1146
|
|
|
1176
1147
|
const defaultSize$4 = '36';
|
|
1177
1148
|
const defaultMode$3 = exports.EditMode.FORM;
|
|
@@ -1185,7 +1156,7 @@ const TextArea = uuiCore.withMods(uuiComponents.TextArea, applyTextAreaMods, (pr
|
|
|
1185
1156
|
maxLength: props.mode === exports.EditMode.CELL ? undefined : props.maxLength,
|
|
1186
1157
|
}));
|
|
1187
1158
|
|
|
1188
|
-
var css$11 = {"root":"
|
|
1159
|
+
var css$11 = {"root":"TcexrV"};
|
|
1189
1160
|
|
|
1190
1161
|
function applyDropdownContainerMods(mods) {
|
|
1191
1162
|
return [
|
|
@@ -1196,13 +1167,13 @@ function applyDropdownContainerMods(mods) {
|
|
|
1196
1167
|
}
|
|
1197
1168
|
const DropdownContainer = uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1198
1169
|
|
|
1199
|
-
var css$10 = {"root":"
|
|
1170
|
+
var css$10 = {"root":"RwUGs-","timepicker-input":"Wt5N4k","timepickerInput":"Wt5N4k"};
|
|
1200
1171
|
|
|
1201
|
-
const TimePickerBody = uuiCore.withMods(uuiComponents.TimePickerBody, () => [css$10.root], () => ({ addIcon: ForwardRef$
|
|
1172
|
+
const TimePickerBody = uuiCore.withMods(uuiComponents.TimePickerBody, () => [css$10.root], () => ({ addIcon: ForwardRef$1a, subtractIcon: ForwardRef$1a }));
|
|
1202
1173
|
|
|
1203
1174
|
dayjs__default.default.extend(customParseFormat__default.default);
|
|
1204
1175
|
const defaultMode$2 = exports.EditMode.FORM;
|
|
1205
|
-
class
|
|
1176
|
+
class TimePickerComponent extends uuiComponents.BaseTimePicker {
|
|
1206
1177
|
constructor() {
|
|
1207
1178
|
super(...arguments);
|
|
1208
1179
|
this.renderInput = (props) => {
|
|
@@ -1222,13 +1193,15 @@ class TimePicker extends uuiComponents.BaseTimePicker {
|
|
|
1222
1193
|
};
|
|
1223
1194
|
this.renderBody = (props) => {
|
|
1224
1195
|
var _a;
|
|
1196
|
+
const _b = this.props, timePickerBodyProps = __rest(_b, ["forwardedRef"]);
|
|
1225
1197
|
return (!this.props.isDisabled && !this.props.isReadonly && (React__namespace.default.createElement(DropdownContainer, Object.assign({}, props, { focusLock: false }),
|
|
1226
|
-
React__namespace.default.createElement(TimePickerBody, Object.assign({},
|
|
1198
|
+
React__namespace.default.createElement(TimePickerBody, Object.assign({}, timePickerBodyProps, { value: this.props.value !== null ? this.props.value : { hours: null, minutes: null }, rawProps: (_a = this.props.rawProps) === null || _a === void 0 ? void 0 : _a.body, cx: this.props.bodyCx })))));
|
|
1227
1199
|
};
|
|
1228
1200
|
}
|
|
1229
1201
|
}
|
|
1202
|
+
const TimePicker = uuiCore.withMods(TimePickerComponent);
|
|
1230
1203
|
|
|
1231
|
-
var css$$ = {"root":"
|
|
1204
|
+
var css$$ = {"root":"cpC-Ac"};
|
|
1232
1205
|
|
|
1233
1206
|
function applyInputAddonMods() {
|
|
1234
1207
|
return [
|
|
@@ -1237,14 +1210,14 @@ function applyInputAddonMods() {
|
|
|
1237
1210
|
}
|
|
1238
1211
|
const InputAddon = uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
1239
1212
|
|
|
1240
|
-
var css$_ = {"root":"
|
|
1213
|
+
var css$_ = {"root":"eTZ0fc"};
|
|
1241
1214
|
|
|
1242
1215
|
function applySliderMods() {
|
|
1243
1216
|
return [css$_.root, 'uui-color-neutral'];
|
|
1244
1217
|
}
|
|
1245
1218
|
const Slider = uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
1246
1219
|
|
|
1247
|
-
var css$Z = {"container":"
|
|
1220
|
+
var css$Z = {"container":"GIN55P"};
|
|
1248
1221
|
|
|
1249
1222
|
dayjs__default.default.extend(localeData__default.default);
|
|
1250
1223
|
const uuiHeader = {
|
|
@@ -1254,26 +1227,26 @@ const uuiHeader = {
|
|
|
1254
1227
|
navIconRight: 'uui-datepickerheader-nav-icon-right',
|
|
1255
1228
|
navIconLeft: 'uui-datepickerheader-nav-icon-left',
|
|
1256
1229
|
};
|
|
1230
|
+
const getPrevMonthFromCurrent = (currentDate) => {
|
|
1231
|
+
return currentDate.subtract(1, 'month');
|
|
1232
|
+
};
|
|
1233
|
+
const getNextMonthFromCurrent = (currentDate) => {
|
|
1234
|
+
return currentDate.add(1, 'month');
|
|
1235
|
+
};
|
|
1236
|
+
const getPrevYearFromCurrent = (currentDate) => {
|
|
1237
|
+
return currentDate.subtract(1, 'year');
|
|
1238
|
+
};
|
|
1239
|
+
const getNextYearFromCurrent = (currentDate) => {
|
|
1240
|
+
return currentDate.add(1, 'year');
|
|
1241
|
+
};
|
|
1242
|
+
const getPrevListYearFromCurrent = (currentDate) => {
|
|
1243
|
+
return currentDate.subtract(16, 'year');
|
|
1244
|
+
};
|
|
1245
|
+
const getNextListYearFromCurrent = (currentDate) => {
|
|
1246
|
+
return currentDate.add(16, 'year');
|
|
1247
|
+
};
|
|
1257
1248
|
function DatePickerHeader(props) {
|
|
1258
1249
|
var _a, _b;
|
|
1259
|
-
const getPrevMonthFromCurrent = (currentDate) => {
|
|
1260
|
-
return currentDate.subtract(1, 'month');
|
|
1261
|
-
};
|
|
1262
|
-
const getNextMonthFromCurrent = (currentDate) => {
|
|
1263
|
-
return currentDate.add(1, 'month');
|
|
1264
|
-
};
|
|
1265
|
-
const getPrevYearFromCurrent = (currentDate) => {
|
|
1266
|
-
return currentDate.subtract(1, 'year');
|
|
1267
|
-
};
|
|
1268
|
-
const getNextYearFromCurrent = (currentDate) => {
|
|
1269
|
-
return currentDate.add(1, 'year');
|
|
1270
|
-
};
|
|
1271
|
-
const getPrevListYearFromCurrent = (currentDate) => {
|
|
1272
|
-
return currentDate.subtract(16, 'year');
|
|
1273
|
-
};
|
|
1274
|
-
const getNextListYearFromCurrent = (currentDate) => {
|
|
1275
|
-
return currentDate.add(16, 'year');
|
|
1276
|
-
};
|
|
1277
1250
|
const onLeftNavigationArrow = () => {
|
|
1278
1251
|
switch (props.value.view) {
|
|
1279
1252
|
case 'DAY_SELECTION':
|
|
@@ -1321,19 +1294,19 @@ function DatePickerHeader(props) {
|
|
|
1321
1294
|
}, [(_a = props.value) === null || _a === void 0 ? void 0 : _a.view, (_b = props.value) === null || _b === void 0 ? void 0 : _b.displayedDate]);
|
|
1322
1295
|
return (React__namespace.createElement("div", { className: cx__default.default(css$Z.container, uuiHeader.container, props.cx) },
|
|
1323
1296
|
React__namespace.createElement("header", { className: uuiHeader.header },
|
|
1324
|
-
React__namespace.createElement(Button, { icon: props.navIconLeft || ForwardRef$
|
|
1297
|
+
React__namespace.createElement(Button, { icon: props.navIconLeft || ForwardRef$L, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: () => onLeftNavigationArrow() }),
|
|
1325
1298
|
React__namespace.createElement(Button, { caption: title, fill: "ghost", cx: uuiHeader.navTitle, onClick: () => onCaptionClick(props.value.view) }),
|
|
1326
|
-
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$
|
|
1299
|
+
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$K, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
1327
1300
|
}
|
|
1328
1301
|
|
|
1329
|
-
var css$Y = {"uui-typography":"
|
|
1302
|
+
var css$Y = {"uui-typography":"gWWmBd","hero-header":"Vszb3q","promo-header":"LFjHsw","uui-critical":"dpvkKs","uui-info":"Qudb9G","uui-success":"_7n3G0S","uui-warning":"kNPRM8","uui-highlight":"hcWAZq","uui-typography-size-12":"pDs2YT","uui-typography-size-14":"YK3tHd","uui-typography-size-16":"L8LNHX","root":"YVM2Wp","uuiTypography":"gWWmBd","heroHeader":"Vszb3q","promoHeader":"LFjHsw","uuiCritical":"dpvkKs","uuiInfo":"Qudb9G","uuiSuccess":"_7n3G0S","uuiWarning":"kNPRM8","uuiHighlight":"hcWAZq","uuiTypographySize12":"pDs2YT","uuiTypographySize14":"YK3tHd","uuiTypographySize16":"L8LNHX"};
|
|
1330
1303
|
|
|
1331
1304
|
function applyDateSelectionMods() {
|
|
1332
1305
|
return [css$Y.root];
|
|
1333
1306
|
}
|
|
1334
1307
|
const Calendar = uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
1335
1308
|
|
|
1336
|
-
var css$X = {"uui-typography":"
|
|
1309
|
+
var css$X = {"uui-typography":"eHV8kj","hero-header":"DIHB2s","promo-header":"soZVkl","uui-critical":"OH9mau","uui-info":"X8-Hon","uui-success":"AF-xgJ","uui-warning":"edSX05","uui-highlight":"yGwgY7","uui-typography-size-12":"TqFidp","uui-typography-size-14":"adHhg4","uui-typography-size-16":"clBYBb","root":"CXa5b7","uuiTypography":"eHV8kj","heroHeader":"DIHB2s","promoHeader":"soZVkl","uuiCritical":"OH9mau","uuiInfo":"X8-Hon","uuiSuccess":"AF-xgJ","uuiWarning":"edSX05","uuiHighlight":"yGwgY7","uuiTypographySize12":"TqFidp","uuiTypographySize14":"adHhg4","uuiTypographySize16":"clBYBb"};
|
|
1337
1310
|
|
|
1338
1311
|
dayjs__default.default.extend(updateLocale__default.default);
|
|
1339
1312
|
const uuiDatePickerBody = {
|
|
@@ -1370,87 +1343,87 @@ class DatePickerBody extends uuiComponents.DatePickerBodyBase {
|
|
|
1370
1343
|
}
|
|
1371
1344
|
}
|
|
1372
1345
|
|
|
1373
|
-
var _path$
|
|
1374
|
-
function _extends$
|
|
1346
|
+
var _path$D;
|
|
1347
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1375
1348
|
var SvgNotificationCheckCircleFill24 = function SvgNotificationCheckCircleFill24(props, ref) {
|
|
1376
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1349
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
1377
1350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1378
1351
|
width: 24,
|
|
1379
1352
|
height: 24,
|
|
1380
1353
|
viewBox: "0 0 24 24",
|
|
1381
1354
|
ref: ref
|
|
1382
|
-
}, props), _path$
|
|
1355
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1383
1356
|
fillRule: "evenodd",
|
|
1384
1357
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1385
1358
|
})));
|
|
1386
1359
|
};
|
|
1387
|
-
var ForwardRef$
|
|
1360
|
+
var ForwardRef$E = /*#__PURE__*/React.forwardRef(SvgNotificationCheckCircleFill24);
|
|
1388
1361
|
|
|
1389
|
-
var _path$
|
|
1390
|
-
function _extends$
|
|
1362
|
+
var _path$C;
|
|
1363
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1391
1364
|
var SvgNotificationWarningFill24 = function SvgNotificationWarningFill24(props, ref) {
|
|
1392
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1365
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
1393
1366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1394
1367
|
width: 24,
|
|
1395
1368
|
height: 24,
|
|
1396
1369
|
viewBox: "0 0 24 24",
|
|
1397
1370
|
ref: ref
|
|
1398
|
-
}, props), _path$
|
|
1371
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1399
1372
|
fillRule: "evenodd",
|
|
1400
1373
|
d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
|
|
1401
1374
|
})));
|
|
1402
1375
|
};
|
|
1403
|
-
var ForwardRef$
|
|
1376
|
+
var ForwardRef$D = /*#__PURE__*/React.forwardRef(SvgNotificationWarningFill24);
|
|
1404
1377
|
|
|
1405
|
-
var _path$
|
|
1406
|
-
function _extends$
|
|
1378
|
+
var _path$B;
|
|
1379
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
1407
1380
|
var SvgNotificationErrorFill24 = function SvgNotificationErrorFill24(props, ref) {
|
|
1408
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1381
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
1409
1382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
1383
|
width: 24,
|
|
1411
1384
|
height: 24,
|
|
1412
1385
|
viewBox: "0 0 24 24",
|
|
1413
1386
|
ref: ref
|
|
1414
|
-
}, props), _path$
|
|
1387
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1415
1388
|
fillRule: "evenodd",
|
|
1416
1389
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"
|
|
1417
1390
|
})));
|
|
1418
1391
|
};
|
|
1419
|
-
var ForwardRef$
|
|
1392
|
+
var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgNotificationErrorFill24);
|
|
1420
1393
|
|
|
1421
|
-
var _path$
|
|
1422
|
-
function _extends$
|
|
1394
|
+
var _path$A;
|
|
1395
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
1423
1396
|
var SvgNotificationHelpFill24 = function SvgNotificationHelpFill24(props, ref) {
|
|
1424
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1397
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
1425
1398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1426
1399
|
width: 24,
|
|
1427
1400
|
height: 24,
|
|
1428
1401
|
viewBox: "0 0 24 24",
|
|
1429
1402
|
ref: ref
|
|
1430
|
-
}, props), _path$
|
|
1403
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1431
1404
|
fillRule: "evenodd",
|
|
1432
1405
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
1433
1406
|
})));
|
|
1434
1407
|
};
|
|
1435
|
-
var ForwardRef$
|
|
1408
|
+
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill24);
|
|
1436
1409
|
|
|
1437
|
-
var _path$
|
|
1438
|
-
function _extends$
|
|
1410
|
+
var _path$z;
|
|
1411
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
1439
1412
|
var SvgNavigationClose24$1 = function SvgNavigationClose24(props, ref) {
|
|
1440
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1413
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
1441
1414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1442
1415
|
width: 24,
|
|
1443
1416
|
height: 24,
|
|
1444
1417
|
viewBox: "0 0 24 24",
|
|
1445
1418
|
ref: ref
|
|
1446
|
-
}, props), _path$
|
|
1419
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1447
1420
|
fillRule: "evenodd",
|
|
1448
1421
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
1449
1422
|
})));
|
|
1450
1423
|
};
|
|
1451
|
-
var ForwardRef$
|
|
1424
|
+
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgNavigationClose24$1);
|
|
1452
1425
|
|
|
1453
|
-
var css$W = {"root":"
|
|
1426
|
+
var css$W = {"root":"PWh7TJ","icon-wrapper":"SuuUCB","alert-wrapper":"_6a922h","size-48":"_8OWn1n","size-36":"IqlJ8Z","action-wrapper":"RCNZ-h","action-icon":"Sdhi0G","action-link":"cSrshu","close-icon":"EHnnHt","main-path":"-lY8e5","content":"-cUJs-","iconWrapper":"SuuUCB","alertWrapper":"_6a922h","size48":"_8OWn1n","size36":"IqlJ8Z","actionWrapper":"RCNZ-h","actionIcon":"Sdhi0G","actionLink":"cSrshu","closeIcon":"EHnnHt","mainPath":"-lY8e5"};
|
|
1454
1427
|
|
|
1455
1428
|
const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$W.root, css$W.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$W.size36 : css$W.size48)) }, props.rawProps),
|
|
1456
1429
|
React__namespace.createElement("div", { className: css$W.mainPath },
|
|
@@ -1459,17 +1432,15 @@ const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.crea
|
|
|
1459
1432
|
React__namespace.createElement("div", { className: css$W.content },
|
|
1460
1433
|
props.children,
|
|
1461
1434
|
props.actions && (React__namespace.createElement("div", { className: css$W.actionWrapper }, props.actions.map((action) => (React__namespace.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$W.actionLink, size: (props === null || props === void 0 ? void 0 : props.size) === '36' ? '24' : '30' })))))),
|
|
1462
|
-
props.onClose && React__namespace.createElement(IconButton, { icon: ForwardRef$
|
|
1463
|
-
const WarningAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1464
|
-
const SuccessAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1465
|
-
const HintAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1466
|
-
const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1467
|
-
|
|
1468
|
-
function Dropdown(props) {
|
|
1469
|
-
return React__namespace.createElement(uuiComponents.Dropdown, Object.assign({}, props));
|
|
1470
|
-
}
|
|
1435
|
+
props.onClose && React__namespace.createElement(IconButton, { icon: ForwardRef$A, color: "neutral", onClick: props.onClose, cx: css$W.closeIcon })))));
|
|
1436
|
+
const WarningAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$D, color: "warning", ref: ref }, props)));
|
|
1437
|
+
const SuccessAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$E, color: "success", ref: ref }, props)));
|
|
1438
|
+
const HintAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$B, color: "info", ref: ref }, props)));
|
|
1439
|
+
const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$C, color: "error", ref: ref }, props)));
|
|
1471
1440
|
|
|
1472
|
-
|
|
1441
|
+
const Dropdown = uuiCore.withMods(uuiComponents.Dropdown);
|
|
1442
|
+
|
|
1443
|
+
var css$V = {"uui-typography":"y3QmjL","hero-header":"qdhz-D","promo-header":"iGge9L","uui-critical":"wR0pzz","uui-info":"utn0cb","uui-success":"uzIASm","uui-warning":"_4dMhbl","uui-highlight":"wCr3R5","uui-typography-size-12":"umYVZq","uui-typography-size-14":"-rMTBC","uui-typography-size-16":"aLdoXZ","root":"JpEHnS","body-root":"FrTdHF","submenu-root-item":"mffMts","icon-after":"azVts7","icon-check":"UCiicd","splitter-root":"VOIoX4","splitter":"RxVz--","header-root":"RpckAY","item-root":"lCZtPi","icon":"uv-jvn","link":"_-8wgN-","indent":"bXPJv4","uuiTypography":"y3QmjL","heroHeader":"qdhz-D","promoHeader":"iGge9L","uuiCritical":"wR0pzz","uuiInfo":"utn0cb","uuiSuccess":"uzIASm","uuiWarning":"_4dMhbl","uuiHighlight":"wCr3R5","uuiTypographySize12":"umYVZq","uuiTypographySize14":"-rMTBC","uuiTypographySize16":"aLdoXZ","bodyRoot":"FrTdHF","submenuRootItem":"mffMts","iconAfter":"azVts7","iconCheck":"UCiicd","splitterRoot":"VOIoX4","headerRoot":"RpckAY","itemRoot":"lCZtPi"};
|
|
1473
1444
|
|
|
1474
1445
|
const icons = systemIcons['36'];
|
|
1475
1446
|
exports.IDropdownControlKeys = void 0;
|
|
@@ -1598,7 +1569,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1598
1569
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1599
1570
|
}
|
|
1600
1571
|
|
|
1601
|
-
var css$U = {"uui-typography":"
|
|
1572
|
+
var css$U = {"uui-typography":"bVY729","hero-header":"_7ztk2R","promo-header":"kA0bXR","uui-critical":"_6jG94A","uui-info":"Bm5-4K","uui-success":"BgV97I","uui-warning":"Xcr2lE","uui-highlight":"YTsChC","uui-typography-size-12":"UScCrf","uui-typography-size-14":"kL0fJi","uui-typography-size-16":"dynZ8U","root":"bdKTjS","border-bottom":"IdoU3B","top-shadow":"zEb1v3","size-24":"Y4VZ1x","size-30":"jA4tga","size-36":"pNA6sK","size-42":"LHEc1S","size-48":"XwKAsd","padding-6":"_-2d-HY","padding-12":"cK6uHu","padding-18":"G85oxN","padding-24":"iqOyys","margin-24":"H4ExMl","margin-12":"K0p5Mi","vPadding-12":"B0e3QF","vPadding-18":"Cs6rJD","vPadding-24":"KxdIlD","vPadding-36":"_1-jRoV","vPadding-48":"M6HjWE","spacing-6":"HO9itZ","spacing-12":"K4JOQd","spacing-18":"scBCui","uui-surface-main":"O-rmbN","uuiTypography":"bVY729","heroHeader":"_7ztk2R","promoHeader":"kA0bXR","uuiCritical":"_6jG94A","uuiInfo":"Bm5-4K","uuiSuccess":"BgV97I","uuiWarning":"Xcr2lE","uuiHighlight":"YTsChC","uuiTypographySize12":"UScCrf","uuiTypographySize14":"kL0fJi","uuiTypographySize16":"dynZ8U","borderBottom":"IdoU3B","topShadow":"zEb1v3","size24":"Y4VZ1x","size30":"jA4tga","size36":"pNA6sK","size42":"LHEc1S","size48":"XwKAsd","padding6":"_-2d-HY","padding12":"cK6uHu","padding18":"G85oxN","padding24":"iqOyys","margin24":"H4ExMl","margin12":"K0p5Mi","vPadding12":"B0e3QF","vPadding18":"Cs6rJD","vPadding24":"KxdIlD","vPadding36":"_1-jRoV","vPadding48":"M6HjWE","spacing6":"HO9itZ","spacing12":"K4JOQd","spacing18":"scBCui","uuiSurfaceMain":"O-rmbN"};
|
|
1602
1573
|
|
|
1603
1574
|
const FlexCell = uuiCore.withMods(uuiComponents.FlexCell, () => [css$U.flexCell]);
|
|
1604
1575
|
|
|
@@ -1612,18 +1583,18 @@ const FlexRow = uuiCore.withMods(uuiComponents.FlexRow, (props) => {
|
|
|
1612
1583
|
props.topShadow && css$U.topShadow,
|
|
1613
1584
|
props.borderBottom && css$U.borderBottom,
|
|
1614
1585
|
props.spacing && css$U['spacing-' + props.spacing],
|
|
1615
|
-
props.background && `uui
|
|
1586
|
+
props.background && css$U[`uui-${props.background}`],
|
|
1616
1587
|
];
|
|
1617
1588
|
});
|
|
1618
1589
|
|
|
1619
|
-
var css$T = {"root":"
|
|
1590
|
+
var css$T = {"root":"L8OArb","margin-24":"AiomFg","padding-12":"kTh-Lc","padding-24":"WRg-Ky","shadow":"dQJIlC","uui-surface-main":"WHE0Kg","margin24":"AiomFg","padding12":"kTh-Lc","padding24":"WRg-Ky","uuiSurfaceMain":"WHE0Kg"};
|
|
1620
1591
|
|
|
1621
1592
|
const Panel = uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1622
1593
|
'uui-panel',
|
|
1623
1594
|
css$T.root,
|
|
1624
1595
|
props.shadow && css$T.shadow,
|
|
1625
1596
|
props.margin && css$T['margin-' + props.margin],
|
|
1626
|
-
props.background && `uui
|
|
1597
|
+
props.background && css$T[`uui-${props.background}`],
|
|
1627
1598
|
]);
|
|
1628
1599
|
|
|
1629
1600
|
const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
@@ -1715,20 +1686,23 @@ const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
|
1715
1686
|
fileSizeProgress: ' of ',
|
|
1716
1687
|
} });
|
|
1717
1688
|
|
|
1718
|
-
var css$S = {"root":"
|
|
1689
|
+
var css$S = {"root":"DfGZAB","mode-block":"FbNdgg","mode-inline":"w0rew2","padding-0":"VNmiEP","padding-6":"_0fgkBx","padding-12":"-RfnIM","padding-18":"YG4PkK","modeBlock":"FbNdgg","modeInline":"w0rew2","padding0":"VNmiEP","padding6":"_0fgkBx","padding12":"-RfnIM","padding18":"YG4PkK"};
|
|
1719
1690
|
|
|
1691
|
+
const getMode = (mode) => {
|
|
1692
|
+
return mode || 'block';
|
|
1693
|
+
};
|
|
1720
1694
|
function applyAccordionMods(mods) {
|
|
1721
1695
|
return [
|
|
1722
1696
|
css$S.root,
|
|
1723
|
-
css$S['mode-' + (mods.mode
|
|
1697
|
+
css$S['mode-' + getMode(mods.mode)],
|
|
1724
1698
|
mods.padding && css$S['padding-' + mods.padding],
|
|
1725
1699
|
];
|
|
1726
1700
|
}
|
|
1727
1701
|
const Accordion = uuiCore.withMods(uuiComponents__namespace.Accordion, applyAccordionMods, (mods) => ({
|
|
1728
|
-
dropdownIcon: mods.dropdownIcon !== null && systemIcons[mods.mode === 'block' ? '60' : '30'].foldingArrow,
|
|
1702
|
+
dropdownIcon: mods.dropdownIcon !== null && systemIcons[getMode(mods.mode) === 'block' ? '60' : '30'].foldingArrow,
|
|
1729
1703
|
}));
|
|
1730
1704
|
|
|
1731
|
-
var css$R = {"root":"
|
|
1705
|
+
var css$R = {"root":"TS0hoq"};
|
|
1732
1706
|
|
|
1733
1707
|
function applyTooltipMods(mods) {
|
|
1734
1708
|
return [
|
|
@@ -1738,7 +1712,7 @@ function applyTooltipMods(mods) {
|
|
|
1738
1712
|
}
|
|
1739
1713
|
const Tooltip = uuiCore.withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1740
1714
|
|
|
1741
|
-
var css$Q = {"uui-typography":"
|
|
1715
|
+
var css$Q = {"uui-typography":"qpmSKl","hero-header":"naC6to","promo-header":"TeZQge","uui-critical":"G3q2PW","uui-info":"TVfmwN","uui-success":"NIivbw","uui-warning":"k-nY-q","uui-highlight":"_4buR-G","uui-typography-size-12":"-yKkLY","uui-typography-size-14":"r4eKCk","uui-typography-size-16":"C3J2mz","root":"IlxR7h","size-24":"-H5QQy","size-30":"kbtxQw","size-36":"LAWqKu","size-42":"grWU8E","size-48":"_67hRPa","uuiTypography":"qpmSKl","heroHeader":"naC6to","promoHeader":"TeZQge","uuiCritical":"G3q2PW","uuiInfo":"TVfmwN","uuiSuccess":"NIivbw","uuiWarning":"k-nY-q","uuiHighlight":"_4buR-G","uuiTypographySize12":"-yKkLY","uuiTypographySize14":"r4eKCk","uuiTypographySize16":"C3J2mz","size24":"-H5QQy","size30":"kbtxQw","size36":"LAWqKu","size42":"grWU8E","size48":"_67hRPa"};
|
|
1742
1716
|
|
|
1743
1717
|
const defaultSize$3 = '36';
|
|
1744
1718
|
function applyLabeledInputMods(mods) {
|
|
@@ -1749,11 +1723,11 @@ const LabeledInput = uuiCore.withMods(uuiComponents__namespace.LabeledInput, app
|
|
|
1749
1723
|
infoIcon: systemIcons[props.size || defaultSize$3].help,
|
|
1750
1724
|
}));
|
|
1751
1725
|
|
|
1752
|
-
var css$P = {"root":"
|
|
1726
|
+
var css$P = {"root":"LuriVl"};
|
|
1753
1727
|
|
|
1754
1728
|
const RadioGroup = uuiCore.withMods(uuiComponents.RadioGroup, () => [css$P.root], () => ({ RadioInput }));
|
|
1755
1729
|
|
|
1756
|
-
var css$O = {"root":"
|
|
1730
|
+
var css$O = {"root":"sVFl2O"};
|
|
1757
1731
|
|
|
1758
1732
|
function applyScrollBarsMods() {
|
|
1759
1733
|
return [
|
|
@@ -1762,9 +1736,9 @@ function applyScrollBarsMods() {
|
|
|
1762
1736
|
}
|
|
1763
1737
|
const ScrollBars = uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1764
1738
|
|
|
1765
|
-
var css$N = {"scroll-container":"
|
|
1739
|
+
var css$N = {"scroll-container":"SqnauF","list-container":"Sum2uo","scrollContainer":"SqnauF","listContainer":"Sum2uo"};
|
|
1766
1740
|
|
|
1767
|
-
var css$M = {"root":"
|
|
1741
|
+
var css$M = {"root":"kGk1zO"};
|
|
1768
1742
|
|
|
1769
1743
|
const Blocker = uuiCore.withMods(uuiComponents.Blocker, () => [css$M.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1770
1744
|
|
|
@@ -1806,11 +1780,11 @@ const VirtualListView = React__namespace.forwardRef((props, ref) => {
|
|
|
1806
1780
|
});
|
|
1807
1781
|
VirtualList.displayName = 'VirtualList';
|
|
1808
1782
|
|
|
1809
|
-
var css$L = {"root":"
|
|
1783
|
+
var css$L = {"root":"wT7Wjk"};
|
|
1810
1784
|
|
|
1811
1785
|
const CheckboxGroup = uuiCore.withMods(uuiComponents.CheckboxGroup, () => [css$L.root], () => ({ CheckboxInput: Checkbox }));
|
|
1812
1786
|
|
|
1813
|
-
var css$K = {"uui-typography":"
|
|
1787
|
+
var css$K = {"uui-typography":"ZviaxK","hero-header":"Wm7h66","promo-header":"REwiCL","uui-critical":"d3dx8R","uui-info":"gIafHR","uui-success":"y2ImRI","uui-warning":"geMqSe","uui-highlight":"wb-1wF","uui-typography-size-12":"_6jE4UN","uui-typography-size-14":"M2uMhL","uui-typography-size-16":"_9H-kZ7","body":"dE2e0f","modal":"_-0BqkN","search-wrapper":"Ji25es","checkbox":"UlVjn5","no-found-size-24":"KCS12w","no-found-size-30":"PNGgaB","no-found-size-36":"SZBYMf","no-found-size-42":"RgTFWy","uuiTypography":"ZviaxK","heroHeader":"Wm7h66","promoHeader":"REwiCL","uuiCritical":"d3dx8R","uuiInfo":"gIafHR","uuiSuccess":"y2ImRI","uuiWarning":"geMqSe","uuiHighlight":"wb-1wF","uuiTypographySize12":"_6jE4UN","uuiTypographySize14":"M2uMhL","uuiTypographySize16":"_9H-kZ7","searchWrapper":"Ji25es","noFoundSize24":"KCS12w","noFoundSize30":"PNGgaB","noFoundSize36":"SZBYMf","noFoundSize42":"RgTFWy"};
|
|
1814
1788
|
|
|
1815
1789
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1816
1790
|
constructor() {
|
|
@@ -1867,51 +1841,49 @@ function DataPickerFooterImpl(props) {
|
|
|
1867
1841
|
}
|
|
1868
1842
|
const DataPickerFooter = React__namespace.default.memo(DataPickerFooterImpl);
|
|
1869
1843
|
|
|
1870
|
-
var css$J = {"header":"
|
|
1844
|
+
var css$J = {"header":"jISB3N","close":"Y6wIRI"};
|
|
1871
1845
|
|
|
1872
|
-
var _path$
|
|
1873
|
-
function _extends$
|
|
1846
|
+
var _path$y;
|
|
1847
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
1874
1848
|
var SvgNavigationClose24 = function SvgNavigationClose24(props, ref) {
|
|
1875
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1849
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
1876
1850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1877
|
-
width:
|
|
1851
|
+
width: 25,
|
|
1878
1852
|
height: 24,
|
|
1879
|
-
viewBox: "0 0
|
|
1853
|
+
viewBox: "0 0 25 24",
|
|
1880
1854
|
ref: ref
|
|
1881
|
-
}, props), _path$
|
|
1882
|
-
|
|
1883
|
-
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z",
|
|
1884
|
-
clipRule: "evenodd"
|
|
1855
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1856
|
+
d: "m6.9 19-1.4-1.4 5.6-5.6-5.6-5.6L6.9 5l5.6 5.6L18.1 5l1.4 1.4-5.6 5.6 5.6 5.6-1.4 1.4-5.6-5.6L6.9 19z"
|
|
1885
1857
|
})));
|
|
1886
1858
|
};
|
|
1887
|
-
var ForwardRef$
|
|
1859
|
+
var ForwardRef$z = /*#__PURE__*/React.forwardRef(SvgNavigationClose24);
|
|
1888
1860
|
|
|
1889
1861
|
const DataPickerHeaderImpl = (props) => {
|
|
1890
1862
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
1891
1863
|
return (React__namespace.default.createElement(FlexRow, { alignItems: "center", borderBottom: true, cx: css$J.header },
|
|
1892
1864
|
React__namespace.default.createElement(Text, { size: "48", fontWeight: "600" }, title),
|
|
1893
|
-
React__namespace.default.createElement(IconButton, { icon: ForwardRef$
|
|
1865
|
+
React__namespace.default.createElement(IconButton, { icon: ForwardRef$z, onClick: () => { var _a; return (_a = props.close) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$J.close })));
|
|
1894
1866
|
};
|
|
1895
1867
|
const DataPickerHeader = React__namespace.default.memo(DataPickerHeaderImpl);
|
|
1896
1868
|
|
|
1897
|
-
var _path$
|
|
1898
|
-
function _extends$
|
|
1869
|
+
var _path$x;
|
|
1870
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
1899
1871
|
var SvgNavigationChevronDown18 = function SvgNavigationChevronDown18(props, ref) {
|
|
1900
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1872
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
1901
1873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1902
1874
|
width: 18,
|
|
1903
1875
|
height: 18,
|
|
1904
1876
|
viewBox: "0 0 18 18",
|
|
1905
1877
|
ref: ref
|
|
1906
|
-
}, props), _path$
|
|
1878
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1907
1879
|
fillRule: "evenodd",
|
|
1908
1880
|
d: "M12.443 6.442 9 9.877 5.558 6.442 4.5 7.5 9 12l4.5-4.5-1.057-1.058z",
|
|
1909
1881
|
clipRule: "evenodd"
|
|
1910
1882
|
})));
|
|
1911
1883
|
};
|
|
1912
|
-
var ForwardRef$
|
|
1884
|
+
var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDown18);
|
|
1913
1885
|
|
|
1914
|
-
var css$I = {"cell":"
|
|
1886
|
+
var css$I = {"cell":"Xfzl-2","wrapper":"yVgrKj","align-widgets-top":"UBptRX","size-24":"FlvQIf","folding-arrow":"qCEl9V","size-30":"HGfZI-","size-36":"_3oJ9L6","size-42":"puJerN","size-48":"Alix0L","size-60":"EwKHGx","align-widgets-center":"SvI7J8","padding-12":"RSNTvg","padding-24":"YVUPXf","padding-left-12":"mS-eIF","padding-left-24":"EgL-g4","padding-right-24":"cEWD4N","drag-handle":"QI5JUv","checkbox":"_-4IXDn","indent":"QCzP51","folding-arrow-12":"wiC5wH","folding-arrow-18":"CfJDKc","icon-container":"-kvZ35","loading-cell":"_6jfRSG","alignWidgetsTop":"UBptRX","size24":"FlvQIf","foldingArrow":"qCEl9V","size30":"HGfZI-","size36":"_3oJ9L6","size42":"puJerN","size48":"Alix0L","size60":"EwKHGx","alignWidgetsCenter":"SvI7J8","padding12":"RSNTvg","padding24":"YVUPXf","paddingLeft12":"mS-eIF","paddingLeft24":"EgL-g4","paddingRight24":"cEWD4N","dragHandle":"QI5JUv","foldingArrow12":"wiC5wH","foldingArrow18":"CfJDKc","iconContainer":"-kvZ35","loadingCell":"_6jfRSG"};
|
|
1915
1887
|
|
|
1916
1888
|
function DataTableRowAddons(props) {
|
|
1917
1889
|
var _a, _b;
|
|
@@ -1923,7 +1895,7 @@ function DataTableRowAddons(props) {
|
|
|
1923
1895
|
row.indent > 0 && (React__namespace.createElement("div", { key: "fold", className: css$I.indent, style: { marginLeft: (row.indent - 1) * 24 } }, row.isFoldable && (React__namespace.createElement(uuiComponents.IconContainer, { rawProps: {
|
|
1924
1896
|
'aria-label': row.isFolded ? 'Unfold' : 'Fold',
|
|
1925
1897
|
role: 'button',
|
|
1926
|
-
}, key: "icon", icon: ForwardRef$
|
|
1898
|
+
}, key: "icon", icon: ForwardRef$y, cx: [
|
|
1927
1899
|
css$I.foldingArrow, css$I[`folding-arrow-${additionalItemSize}`], uuiCore.uuiMarkers.clickable, css$I.iconContainer,
|
|
1928
1900
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1929
1901
|
}
|
|
@@ -1956,56 +1928,52 @@ function DataTableCell(props) {
|
|
|
1956
1928
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
1957
1929
|
}
|
|
1958
1930
|
|
|
1959
|
-
var _path$
|
|
1960
|
-
function _extends$
|
|
1931
|
+
var _path$w;
|
|
1932
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
1961
1933
|
var SvgNotificationDone24 = function SvgNotificationDone24(props, ref) {
|
|
1962
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1934
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
1963
1935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1964
|
-
width:
|
|
1936
|
+
width: 25,
|
|
1965
1937
|
height: 24,
|
|
1966
|
-
viewBox: "0 0
|
|
1938
|
+
viewBox: "0 0 25 24",
|
|
1967
1939
|
ref: ref
|
|
1968
|
-
}, props), _path$
|
|
1969
|
-
|
|
1970
|
-
d: "m9.727 16.075-4.295-4.388L4 13.149 9.727 19 22 6.463 20.568 5 9.728 16.075z",
|
|
1971
|
-
clipRule: "evenodd"
|
|
1940
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1941
|
+
d: "m2.5 12 3.077-3.2 4.615 4.8L19.423 4 22.5 7.2 10.192 20 2.5 12z"
|
|
1972
1942
|
})));
|
|
1973
1943
|
};
|
|
1974
|
-
var ForwardRef$
|
|
1944
|
+
var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNotificationDone24);
|
|
1975
1945
|
|
|
1976
|
-
var _path$
|
|
1977
|
-
function _extends$
|
|
1946
|
+
var _path$v;
|
|
1947
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
1978
1948
|
var SvgNotificationDone18 = function SvgNotificationDone18(props, ref) {
|
|
1979
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1949
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
1980
1950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1981
1951
|
width: 18,
|
|
1982
1952
|
height: 18,
|
|
1983
1953
|
viewBox: "0 0 18 18",
|
|
1984
1954
|
ref: ref
|
|
1985
|
-
}, props), _path$
|
|
1986
|
-
|
|
1987
|
-
d: "M7.136 11.91 4.034 8.776 3 9.821 7.136 14 16 5.045 14.966 4l-7.83 7.91z",
|
|
1988
|
-
clipRule: "evenodd"
|
|
1955
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1956
|
+
d: "m1.5 9 2.308-2.4 3.461 3.6L14.192 3 16.5 5.4 7.27 15 1.5 9z"
|
|
1989
1957
|
})));
|
|
1990
1958
|
};
|
|
1991
|
-
var ForwardRef$
|
|
1959
|
+
var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNotificationDone18);
|
|
1992
1960
|
|
|
1993
|
-
var _path$
|
|
1994
|
-
function _extends$
|
|
1961
|
+
var _path$u;
|
|
1962
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
1995
1963
|
var SvgNotificationDone12 = function SvgNotificationDone12(props, ref) {
|
|
1996
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1964
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
1997
1965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1998
|
-
width:
|
|
1966
|
+
width: 13,
|
|
1999
1967
|
height: 12,
|
|
2000
|
-
viewBox: "0 0
|
|
1968
|
+
viewBox: "0 0 13 12",
|
|
2001
1969
|
ref: ref
|
|
2002
|
-
}, props), _path$
|
|
2003
|
-
d: "M11 3.6 9.
|
|
1970
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1971
|
+
d: "M11.5 3.6 9.962 2 5.346 6.8 3.038 4.4 1.5 6l3.846 4L11.5 3.6z"
|
|
2004
1972
|
})));
|
|
2005
1973
|
};
|
|
2006
|
-
var ForwardRef$
|
|
1974
|
+
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNotificationDone12);
|
|
2007
1975
|
|
|
2008
|
-
var css$H = {"uui-typography":"
|
|
1976
|
+
var css$H = {"uui-typography":"_9qtKEr","hero-header":"_5H9Bq8","promo-header":"dETlFf","uui-critical":"Hie-1A","uui-info":"iLjltp","uui-success":"U-48re","uui-warning":"wjIYO-","uui-highlight":"NHjGky","uui-typography-size-12":"eyyIoF","uui-typography-size-14":"_667DQ-","uui-typography-size-16":"NjC4Vt","render-item":"MvjqRc","icon-wrapper":"SgUzRi","picker-row":"_-1tvQ7","icon-default":"ju0S4o","icon-primary":"HQ2DF3","uuiTypography":"_9qtKEr","heroHeader":"_5H9Bq8","promoHeader":"dETlFf","uuiCritical":"Hie-1A","uuiInfo":"iLjltp","uuiSuccess":"U-48re","uuiWarning":"wjIYO-","uuiHighlight":"NHjGky","uuiTypographySize12":"eyyIoF","uuiTypographySize14":"_667DQ-","uuiTypographySize16":"NjC4Vt","renderItem":"MvjqRc","iconWrapper":"SgUzRi","pickerRow":"_-1tvQ7","iconDefault":"ju0S4o","iconPrimary":"HQ2DF3"};
|
|
2009
1977
|
|
|
2010
1978
|
class DataPickerRow extends React__namespace.Component {
|
|
2011
1979
|
constructor() {
|
|
@@ -2013,15 +1981,15 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2013
1981
|
this.getIcon = (size) => {
|
|
2014
1982
|
switch (size) {
|
|
2015
1983
|
case '24':
|
|
2016
|
-
return ForwardRef$
|
|
1984
|
+
return ForwardRef$v;
|
|
2017
1985
|
case '30':
|
|
2018
|
-
return ForwardRef$
|
|
1986
|
+
return ForwardRef$w;
|
|
2019
1987
|
case '36':
|
|
2020
|
-
return ForwardRef$
|
|
1988
|
+
return ForwardRef$w;
|
|
2021
1989
|
case '42':
|
|
2022
|
-
return ForwardRef$y;
|
|
2023
|
-
default:
|
|
2024
1990
|
return ForwardRef$x;
|
|
1991
|
+
default:
|
|
1992
|
+
return ForwardRef$w;
|
|
2025
1993
|
}
|
|
2026
1994
|
};
|
|
2027
1995
|
this.column = {
|
|
@@ -2045,7 +2013,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2045
2013
|
}
|
|
2046
2014
|
}
|
|
2047
2015
|
|
|
2048
|
-
var css$G = {"uui-typography":"
|
|
2016
|
+
var css$G = {"uui-typography":"_7-ILuv","hero-header":"LWBfMH","promo-header":"Toek3h","uui-critical":"vl6iOT","uui-info":"_4TuINw","uui-success":"ADAsz8","uui-warning":"IrADbj","uui-highlight":"OTNO6N","uui-typography-size-12":"_0rgTPU","uui-typography-size-14":"P4mLhB","uui-typography-size-16":"JBiX71","done":"ZhKLjs","container":"_3mp70r","uuiTypography":"_7-ILuv","heroHeader":"LWBfMH","promoHeader":"Toek3h","uuiCritical":"vl6iOT","uuiInfo":"_4TuINw","uuiSuccess":"ADAsz8","uuiWarning":"IrADbj","uuiHighlight":"OTNO6N","uuiTypographySize12":"_0rgTPU","uuiTypographySize14":"P4mLhB","uuiTypographySize16":"JBiX71"};
|
|
2049
2017
|
|
|
2050
2018
|
const MobileDropdownWrapper = (props) => {
|
|
2051
2019
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -2055,29 +2023,29 @@ const MobileDropdownWrapper = (props) => {
|
|
|
2055
2023
|
isMobileView && React__namespace.default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => { var _a; return (_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$G.done, size: "48" })));
|
|
2056
2024
|
};
|
|
2057
2025
|
|
|
2058
|
-
var _path$
|
|
2059
|
-
function _extends$
|
|
2026
|
+
var _path$t, _path2$4;
|
|
2027
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
2060
2028
|
var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
2061
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2029
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
2062
2030
|
width: 66,
|
|
2063
2031
|
height: 67,
|
|
2064
2032
|
viewBox: "0 0 66 67",
|
|
2065
2033
|
fill: "none",
|
|
2066
2034
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2067
2035
|
ref: ref
|
|
2068
|
-
}, props), _path$
|
|
2036
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2069
2037
|
d: "M0 33.5C0 15.275 14.775.5 33 .5s33 14.775 33 33-14.775 33-33 33-33-14.775-33-33Z",
|
|
2070
2038
|
fill: "#EBEDF5"
|
|
2071
|
-
})), _path2$
|
|
2039
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2072
2040
|
fillRule: "evenodd",
|
|
2073
2041
|
clipRule: "evenodd",
|
|
2074
2042
|
d: "m42.31 40.335 7.165 7.165L47 49.975l-7.165-7.165a13.94 13.94 0 0 1-8.585 2.94c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14a13.94 13.94 0 0 1-2.94 8.585ZM31.25 42.25c5.799 0 10.5-4.701 10.5-10.5s-4.701-10.5-10.5-10.5-10.5 4.701-10.5 10.5 4.701 10.5 10.5 10.5Z",
|
|
2075
2043
|
fill: "#6C6F80"
|
|
2076
2044
|
})));
|
|
2077
2045
|
};
|
|
2078
|
-
var ForwardRef$
|
|
2046
|
+
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2079
2047
|
|
|
2080
|
-
var css$F = {"uui-typography":"
|
|
2048
|
+
var css$F = {"uui-typography":"O24uPr","hero-header":"THE6Ig","promo-header":"IcLbf0","uui-critical":"_8mt9x8","uui-info":"VKifko","uui-success":"VBFi3x","uui-warning":"_7WVA2J","uui-highlight":"l9-Ytf","uui-typography-size-12":"fa4ILu","uui-typography-size-14":"pLygoI","uui-typography-size-16":"rQeCTW","sub-header-wrapper":"dVP60i","switch":"muQHn5","no-found-modal-container":"Ggo7jv","no-found-modal-container-icon":"_1yC2CN","no-found-modal-container-text":"_9TS4-V","uuiTypography":"O24uPr","heroHeader":"THE6Ig","promoHeader":"IcLbf0","uuiCritical":"_8mt9x8","uuiInfo":"VKifko","uuiSuccess":"VBFi3x","uuiWarning":"_7WVA2J","uuiHighlight":"l9-Ytf","uuiTypographySize12":"fa4ILu","uuiTypographySize14":"pLygoI","uuiTypographySize16":"rQeCTW","subHeaderWrapper":"dVP60i","$switch$":"muQHn5","noFoundModalContainer":"Ggo7jv","noFoundModalContainerIcon":"_1yC2CN","noFoundModalContainerText":"_9TS4-V"};
|
|
2081
2049
|
|
|
2082
2050
|
function PickerModal(props) {
|
|
2083
2051
|
const { view, selection, dataSourceStateLens, showSelectedLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = uuiComponents.usePickerModal(props);
|
|
@@ -2096,7 +2064,7 @@ function PickerModal(props) {
|
|
|
2096
2064
|
};
|
|
2097
2065
|
const renderNotFound = () => {
|
|
2098
2066
|
return props.renderNotFound ? (props.renderNotFound({ search: dataSourceState.search, onClose: () => props.success(null) })) : (React__namespace.default.createElement("div", { className: css$F.noFoundModalContainer },
|
|
2099
|
-
React__namespace.default.createElement(uuiComponents.IconContainer, { cx: css$F.noFoundModalContainerIcon, icon: ForwardRef$
|
|
2067
|
+
React__namespace.default.createElement(uuiComponents.IconContainer, { cx: css$F.noFoundModalContainerIcon, icon: ForwardRef$u }),
|
|
2100
2068
|
React__namespace.default.createElement(Text, { cx: css$F.noFoundModalContainerText, fontWeight: "600", fontSize: "16", lineHeight: "24", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsMessage),
|
|
2101
2069
|
React__namespace.default.createElement(Text, { cx: css$F.noFoundModalContainerText, fontSize: "12", lineHeight: "18", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsSubTitle)));
|
|
2102
2070
|
};
|
|
@@ -2123,7 +2091,7 @@ function PickerModal(props) {
|
|
|
2123
2091
|
const MAX_ITEMS = 100;
|
|
2124
2092
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
2125
2093
|
|
|
2126
|
-
var css$E = {"uui-typography":"
|
|
2094
|
+
var css$E = {"uui-typography":"fvyEad","hero-header":"UX6eFq","promo-header":"J5pOLS","uui-critical":"miv7k9","uui-info":"NReHkN","uui-success":"yPJHqf","uui-warning":"Zx3I2d","uui-highlight":"oNiZ-A","uui-typography-size-12":"flSCK-","uui-typography-size-14":"LbvOKI","uui-typography-size-16":"xcnThf","root":"Tg7E-q","mode-form":"Zhmkh9","mode-cell":"lg4XtS","mode-inline":"uuPhI8","size-24":"KW6Djw","size-30":"I8bxH8","size-36":"TBhDUY","size-42":"_9alZbY","size-48":"onl8w8","uuiTypography":"fvyEad","heroHeader":"UX6eFq","promoHeader":"J5pOLS","uuiCritical":"miv7k9","uuiInfo":"NReHkN","uuiSuccess":"yPJHqf","uuiWarning":"Zx3I2d","uuiHighlight":"oNiZ-A","uuiTypographySize12":"flSCK-","uuiTypographySize14":"LbvOKI","uuiTypographySize16":"xcnThf","modeForm":"Zhmkh9","modeCell":"lg4XtS","modeInline":"uuPhI8","size24":"KW6Djw","size30":"I8bxH8","size36":"TBhDUY","size42":"_9alZbY","size48":"onl8w8"};
|
|
2127
2095
|
|
|
2128
2096
|
const defaultSize$2 = '36';
|
|
2129
2097
|
const defaultMode$1 = exports.EditMode.FORM;
|
|
@@ -2173,7 +2141,7 @@ function PickerTogglerComponent(props, ref) {
|
|
|
2173
2141
|
}
|
|
2174
2142
|
const PickerToggler = React__namespace.forwardRef(PickerTogglerComponent);
|
|
2175
2143
|
|
|
2176
|
-
var css$D = {"root":"
|
|
2144
|
+
var css$D = {"root":"CPBHWT","multiline":"zxfmT5","vertical-padding-24":"mrBevt","vertical-padding-30":"wmBV8d","vertical-padding-36":"S-tYjA","vertical-padding-42":"wD0hBE","vertical-padding-48":"e8HMUZ","text":"NAHION","verticalPadding24":"mrBevt","verticalPadding30":"wmBV8d","verticalPadding36":"S-tYjA","verticalPadding42":"wD0hBE","verticalPadding48":"e8HMUZ"};
|
|
2177
2145
|
|
|
2178
2146
|
const mergeHighlightRanges = (ranges) => {
|
|
2179
2147
|
const mergedRanges = [];
|
|
@@ -2271,7 +2239,7 @@ PickerItem.defaultProps = {
|
|
|
2271
2239
|
|
|
2272
2240
|
const pickerHeight$1 = 300;
|
|
2273
2241
|
const pickerWidth = 360;
|
|
2274
|
-
function
|
|
2242
|
+
function PickerInputComponent(_a, ref) {
|
|
2275
2243
|
var { highlightSearchMatches = true } = _a, props = __rest(_a, ["highlightSearchMatches"]);
|
|
2276
2244
|
const toggleModalOpening = () => {
|
|
2277
2245
|
const { renderFooter, rawProps } = props, restProps = __rest(props, ["renderFooter", "rawProps"]);
|
|
@@ -2326,10 +2294,11 @@ function PickerInput(_a) {
|
|
|
2326
2294
|
return (React__namespace.default.createElement(Dropdown, { renderTarget: (dropdownProps) => {
|
|
2327
2295
|
const targetProps = getTogglerProps();
|
|
2328
2296
|
return renderTarget(Object.assign(Object.assign({}, dropdownProps), targetProps));
|
|
2329
|
-
}, renderBody: (bodyProps) => renderBody(Object.assign(Object.assign(Object.assign({}, bodyProps), getPickerBodyProps(rows)), getListProps()), rows), value: shouldShowBody(), onValueChange: !props.isDisabled && toggleBodyOpening, placement: props.dropdownPlacement, modifiers: popperModifiers, closeBodyOnTogglerHidden: !uuiCore.isMobile(), portalTarget: props.portalTarget }));
|
|
2297
|
+
}, renderBody: (bodyProps) => renderBody(Object.assign(Object.assign(Object.assign({}, bodyProps), getPickerBodyProps(rows)), getListProps()), rows), value: shouldShowBody(), onValueChange: !props.isDisabled && toggleBodyOpening, placement: props.dropdownPlacement, modifiers: popperModifiers, closeBodyOnTogglerHidden: !uuiCore.isMobile(), portalTarget: props.portalTarget, ref: ref }));
|
|
2330
2298
|
}
|
|
2299
|
+
const PickerInput = React__namespace.default.forwardRef(PickerInputComponent);
|
|
2331
2300
|
|
|
2332
|
-
var css$C = {"row":"
|
|
2301
|
+
var css$C = {"row":"vFCCfu"};
|
|
2333
2302
|
|
|
2334
2303
|
function PickerListItem(props) {
|
|
2335
2304
|
var _a;
|
|
@@ -2388,7 +2357,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2388
2357
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2389
2358
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2390
2359
|
|
|
2391
|
-
var css$B = {"uui-typography":"
|
|
2360
|
+
var css$B = {"uui-typography":"_3wG95O","hero-header":"inKNK0","promo-header":"-F2TtH","uui-critical":"sK-QO3","uui-info":"LMTRO-","uui-success":"xyPaPI","uui-warning":"cvO7Lt","uui-highlight":"MyOiQN","uui-typography-size-12":"npH0sl","uui-typography-size-14":"uCdNi9","uui-typography-size-16":"uFvidA","root":"luBKJF","title-wrapper":"HPvH6U","title":"ifRB9a","text-wrapper":"hZsoV6","selection":"QQsmtK","postfix":"aope2B","selected":"JwZqfG","uuiTypography":"_3wG95O","heroHeader":"inKNK0","promoHeader":"-F2TtH","uuiCritical":"sK-QO3","uuiInfo":"LMTRO-","uuiSuccess":"xyPaPI","uuiWarning":"cvO7Lt","uuiHighlight":"MyOiQN","uuiTypographySize12":"npH0sl","uuiTypographySize14":"uCdNi9","uuiTypographySize16":"uFvidA","titleWrapper":"HPvH6U","textWrapper":"hZsoV6"};
|
|
2392
2361
|
|
|
2393
2362
|
const defaultSize = '36';
|
|
2394
2363
|
const FilterPanelItemToggler = React__namespace.forwardRef((props, ref) => {
|
|
@@ -2493,7 +2462,7 @@ class FilterDatePickerBody extends uuiComponents.BaseDatePicker {
|
|
|
2493
2462
|
}
|
|
2494
2463
|
}
|
|
2495
2464
|
|
|
2496
|
-
var css$A = {"uui-typography":"
|
|
2465
|
+
var css$A = {"uui-typography":"UBzfd1","hero-header":"UK0X7L","promo-header":"hoH61j","uui-critical":"TrSlw7","uui-info":"YWlwup","uui-success":"lqAHlt","uui-warning":"Mab--f","uui-highlight":"Rhj0cO","uui-typography-size-12":"nThfQN","uui-typography-size-14":"vfrmR9","uui-typography-size-16":"_622rI0","date-input":"_6HsqfJ","size-24":"GXOeC5","size-30":"MIphb-","size-36":"aNNR-1","size-42":"JesOkZ","size-48":"U0pm33","date-input-group":"vntfvT","separator":"YMmBsw","mode-form":"XpjBkM","mode-cell":"Ov-lrL","uuiTypography":"UBzfd1","heroHeader":"UK0X7L","promoHeader":"hoH61j","uuiCritical":"TrSlw7","uuiInfo":"YWlwup","uuiSuccess":"lqAHlt","uuiWarning":"Mab--f","uuiHighlight":"Rhj0cO","uuiTypographySize12":"nThfQN","uuiTypographySize14":"vfrmR9","uuiTypographySize16":"_622rI0","dateInput":"_6HsqfJ","size24":"GXOeC5","size30":"MIphb-","size36":"aNNR-1","size42":"JesOkZ","size48":"U0pm33","dateInputGroup":"vntfvT","modeForm":"XpjBkM","modeCell":"Ov-lrL"};
|
|
2497
2466
|
|
|
2498
2467
|
class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
2499
2468
|
constructor() {
|
|
@@ -2525,7 +2494,7 @@ class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
|
2525
2494
|
}
|
|
2526
2495
|
}
|
|
2527
2496
|
|
|
2528
|
-
var css$z = {"container":"
|
|
2497
|
+
var css$z = {"container":"l3GQ-A"};
|
|
2529
2498
|
|
|
2530
2499
|
function FilterNumericBody(props) {
|
|
2531
2500
|
var _a, _b;
|
|
@@ -2600,23 +2569,26 @@ function FilterItemBody(props) {
|
|
|
2600
2569
|
}
|
|
2601
2570
|
}
|
|
2602
2571
|
|
|
2603
|
-
var _path$
|
|
2604
|
-
function _extends$
|
|
2572
|
+
var _path$s, _path2$3;
|
|
2573
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
2605
2574
|
var SvgActionDeleteforever12 = function SvgActionDeleteforever12(props, ref) {
|
|
2606
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2575
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
2607
2576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2608
|
-
width:
|
|
2577
|
+
width: 13,
|
|
2609
2578
|
height: 12,
|
|
2610
|
-
viewBox: "0 0
|
|
2579
|
+
viewBox: "0 0 13 12",
|
|
2611
2580
|
ref: ref
|
|
2612
|
-
}, props), _path$
|
|
2581
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2613
2582
|
fillRule: "evenodd",
|
|
2614
|
-
d: "
|
|
2583
|
+
d: "M8.25 5.083 7.667 4.5 6.5 5.667 5.333 4.5l-.583.583L5.917 6.25 4.75 7.417 5.333 8 6.5 6.833 7.667 8l.583-.583L7.083 6.25 8.25 5.083z",
|
|
2584
|
+
clipRule: "evenodd"
|
|
2585
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2586
|
+
d: "M5 1.5V2H2.5v1H3v6.5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V3h.5V2H8v-.5H5zM4 3h5v6.5H4V3z"
|
|
2615
2587
|
})));
|
|
2616
2588
|
};
|
|
2617
|
-
var ForwardRef$
|
|
2589
|
+
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgActionDeleteforever12);
|
|
2618
2590
|
|
|
2619
|
-
var css$y = {"uui-typography":"
|
|
2591
|
+
var css$y = {"uui-typography":"sKlrEi","hero-header":"Y1qFxx","promo-header":"UHxdP8","uui-critical":"_7xINum","uui-info":"xWlEyi","uui-success":"JjoPes","uui-warning":"TWqvaA","uui-highlight":"_7OA66l","uui-typography-size-12":"f9QqX9","uui-typography-size-14":"WeLMut","uui-typography-size-16":"NqI-W7","header":"BGCfJ0","removeButton":"doDk85","with-search":"tZ70HT","uuiTypography":"sKlrEi","heroHeader":"Y1qFxx","promoHeader":"UHxdP8","uuiCritical":"_7xINum","uuiInfo":"xWlEyi","uuiSuccess":"JjoPes","uuiWarning":"TWqvaA","uuiHighlight":"_7OA66l","uuiTypographySize12":"f9QqX9","uuiTypographySize14":"WeLMut","uuiTypographySize16":"NqI-W7","withSearch":"tZ70HT"};
|
|
2620
2592
|
|
|
2621
2593
|
function FiltersToolbarItemImpl(props) {
|
|
2622
2594
|
const { maxCount = 2 } = props;
|
|
@@ -2694,7 +2666,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2694
2666
|
var _a;
|
|
2695
2667
|
return (React__namespace.default.createElement("div", { className: cx__default.default(css$y.header, isPickersType && ((_a = props.showSearch) !== null && _a !== void 0 ? _a : css$y.withSearch)) },
|
|
2696
2668
|
props.predicates ? (React__namespace.default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: "24" })) : (!hideTitle && (React__namespace.default.createElement(Text, { color: "secondary", size: "24", fontSize: "14" }, props.title))),
|
|
2697
|
-
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__namespace.default.createElement(LinkButton, { cx: css$y.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$
|
|
2669
|
+
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__namespace.default.createElement(LinkButton, { cx: css$y.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$t }))));
|
|
2698
2670
|
};
|
|
2699
2671
|
const renderBody = (dropdownProps) => {
|
|
2700
2672
|
const hideHeaderTitle = isPickersType && isMobileScreen;
|
|
@@ -2781,20 +2753,20 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2781
2753
|
}
|
|
2782
2754
|
const FiltersPanelItem = React__namespace.default.memo(FiltersToolbarItemImpl);
|
|
2783
2755
|
|
|
2784
|
-
var _path$
|
|
2785
|
-
function _extends$
|
|
2756
|
+
var _path$r;
|
|
2757
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2786
2758
|
var SvgActionAdd18 = function SvgActionAdd18(props, ref) {
|
|
2787
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2759
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2788
2760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2789
2761
|
width: 18,
|
|
2790
2762
|
height: 18,
|
|
2791
2763
|
viewBox: "0 0 18 18",
|
|
2792
2764
|
ref: ref
|
|
2793
|
-
}, props), _path$
|
|
2794
|
-
d: "
|
|
2765
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2766
|
+
d: "M8.25 14.25v-4.5h-4.5v-1.5h4.5v-4.5h1.5v4.5h4.5v1.5h-4.5v4.5h-1.5z"
|
|
2795
2767
|
})));
|
|
2796
2768
|
};
|
|
2797
|
-
var ForwardRef$
|
|
2769
|
+
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgActionAdd18);
|
|
2798
2770
|
|
|
2799
2771
|
const normalizeFilterWithPredicates = (filter) => {
|
|
2800
2772
|
if (!filter) {
|
|
@@ -2885,7 +2857,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2885
2857
|
}, [filters, tableState.filtersConfig]);
|
|
2886
2858
|
const renderAddFilterToggler = React.useCallback((togglerProps) => {
|
|
2887
2859
|
var _a;
|
|
2888
|
-
return (React__namespace.default.createElement(Button, { size: (_a = props.size) !== null && _a !== void 0 ? _a : '36', onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$
|
|
2860
|
+
return (React__namespace.default.createElement(Button, { size: (_a = props.size) !== null && _a !== void 0 ? _a : '36', onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$s, iconPosition: "left", fill: "ghost", color: "primary", cx: UUI_FILTERS_PANEL_ADD_BUTTON }));
|
|
2889
2861
|
}, []);
|
|
2890
2862
|
const getRowOptions = React.useCallback((item) => ({
|
|
2891
2863
|
isDisabled: item.isAlwaysVisible,
|
|
@@ -2912,30 +2884,13 @@ function FiltersToolbarImpl(props) {
|
|
|
2912
2884
|
}
|
|
2913
2885
|
const FiltersPanel = React__namespace.default.memo(FiltersToolbarImpl);
|
|
2914
2886
|
|
|
2915
|
-
var css$x = {"divider":"
|
|
2887
|
+
var css$x = {"divider":"yL2-Hn","dropdownDeleteIcon":"sA-NWK","presetsWrapper":"LLXvtC","addPresetContainer":"g-1mt6","dropContainer":"bT5VaH"};
|
|
2916
2888
|
|
|
2917
|
-
var css$w = {"preset-dropdown-panel":"
|
|
2918
|
-
|
|
2919
|
-
var _path$r;
|
|
2920
|
-
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2921
|
-
var SvgNavigationMoreVert18 = function SvgNavigationMoreVert18(props, ref) {
|
|
2922
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2923
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2924
|
-
width: 18,
|
|
2925
|
-
height: 18,
|
|
2926
|
-
viewBox: "0 0 18 18",
|
|
2927
|
-
ref: ref
|
|
2928
|
-
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2929
|
-
fillRule: "evenodd",
|
|
2930
|
-
d: "M9 6c.825 0 1.5-.675 1.5-1.5S9.825 3 9 3s-1.5.675-1.5 1.5S8.175 6 9 6zm0 1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5S9.825 7.5 9 7.5zM9 12c-.825 0-1.5.675-1.5 1.5S8.175 15 9 15s1.5-.675 1.5-1.5S9.825 12 9 12z",
|
|
2931
|
-
clipRule: "evenodd"
|
|
2932
|
-
})));
|
|
2933
|
-
};
|
|
2934
|
-
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNavigationMoreVert18);
|
|
2889
|
+
var css$w = {"preset-dropdown-panel":"d8nK1Y","delete-row":"K-frIg","delete-button":"_9-UAlV","targetOpen":"ZLXrNy","presetDropdownPanel":"d8nK1Y","deleteRow":"K-frIg","deleteButton":"_9-UAlV"};
|
|
2935
2890
|
|
|
2936
2891
|
var _path$q;
|
|
2937
2892
|
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
2938
|
-
var
|
|
2893
|
+
var SvgNavigationMoreVert18 = function SvgNavigationMoreVert18(props, ref) {
|
|
2939
2894
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
2940
2895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2941
2896
|
width: 18,
|
|
@@ -2944,15 +2899,15 @@ var SvgActionUpdate18 = function SvgActionUpdate18(props, ref) {
|
|
|
2944
2899
|
ref: ref
|
|
2945
2900
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2946
2901
|
fillRule: "evenodd",
|
|
2947
|
-
d: "
|
|
2902
|
+
d: "M9 6c.825 0 1.5-.675 1.5-1.5S9.825 3 9 3s-1.5.675-1.5 1.5S8.175 6 9 6zm0 1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5S9.825 7.5 9 7.5zM9 12c-.825 0-1.5.675-1.5 1.5S8.175 15 9 15s1.5-.675 1.5-1.5S9.825 12 9 12z",
|
|
2948
2903
|
clipRule: "evenodd"
|
|
2949
2904
|
})));
|
|
2950
2905
|
};
|
|
2951
|
-
var ForwardRef$r = /*#__PURE__*/React.forwardRef(
|
|
2906
|
+
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgNavigationMoreVert18);
|
|
2952
2907
|
|
|
2953
2908
|
var _path$p;
|
|
2954
2909
|
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
2955
|
-
var
|
|
2910
|
+
var SvgNavigationRefresh18 = function SvgNavigationRefresh18(props, ref) {
|
|
2956
2911
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
2957
2912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2958
2913
|
width: 18,
|
|
@@ -2960,14 +2915,14 @@ var SvgSaveOutline18 = function SvgSaveOutline18(props, ref) {
|
|
|
2960
2915
|
viewBox: "0 0 18 18",
|
|
2961
2916
|
ref: ref
|
|
2962
2917
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2963
|
-
d: "
|
|
2918
|
+
d: "M9 15c-1.675 0-3.094-.581-4.256-1.744C3.58 12.094 3 10.675 3 9c0-1.675.581-3.094 1.744-4.256C5.906 3.58 7.325 3 9 3c.863 0 1.688.178 2.475.535A5.713 5.713 0 0 1 13.5 5.062V3H15v5.25H9.75v-1.5h3.15c-.4-.7-.947-1.25-1.64-1.65-.694-.4-1.447-.6-2.26-.6-1.25 0-2.313.438-3.188 1.313S4.5 7.75 4.5 9c0 1.25.438 2.313 1.313 3.188C6.688 13.062 7.75 13.5 9 13.5c.963 0 1.831-.275 2.606-.825a4.357 4.357 0 0 0 1.632-2.175h1.575a5.922 5.922 0 0 1-2.138 3.244A5.82 5.82 0 0 1 9 15z"
|
|
2964
2919
|
})));
|
|
2965
2920
|
};
|
|
2966
|
-
var ForwardRef$q = /*#__PURE__*/React.forwardRef(
|
|
2921
|
+
var ForwardRef$q = /*#__PURE__*/React.forwardRef(SvgNavigationRefresh18);
|
|
2967
2922
|
|
|
2968
2923
|
var _path$o;
|
|
2969
2924
|
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
2970
|
-
var
|
|
2925
|
+
var SvgSaveOutline18 = function SvgSaveOutline18(props, ref) {
|
|
2971
2926
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
2972
2927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2973
2928
|
width: 18,
|
|
@@ -2975,16 +2930,14 @@ var SvgContentEditUndo18 = function SvgContentEditUndo18(props, ref) {
|
|
|
2975
2930
|
viewBox: "0 0 18 18",
|
|
2976
2931
|
ref: ref
|
|
2977
2932
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2978
|
-
|
|
2979
|
-
d: "M9.375 6A7.848 7.848 0 0 0 4.2 7.95l-2.7-2.7V12h6.75L5.535 9.285a5.965 5.965 0 0 1 3.84-1.41 6.009 6.009 0 0 1 5.7 4.125l1.777-.585C15.81 8.273 12.862 6 9.375 6z",
|
|
2980
|
-
clipRule: "evenodd"
|
|
2933
|
+
d: "M12.75 2.25h-9a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5c.825 0 1.5-.675 1.5-1.5v-9l-3-3zm1.5 12H3.75V3.75h8.377l2.123 2.122v8.378zM9 9a2.247 2.247 0 0 0-2.25 2.25A2.247 2.247 0 0 0 9 13.5a2.247 2.247 0 0 0 2.25-2.25A2.247 2.247 0 0 0 9 9zM4.5 4.5h6.75v3H4.5v-3z"
|
|
2981
2934
|
})));
|
|
2982
2935
|
};
|
|
2983
|
-
var ForwardRef$p = /*#__PURE__*/React.forwardRef(
|
|
2936
|
+
var ForwardRef$p = /*#__PURE__*/React.forwardRef(SvgSaveOutline18);
|
|
2984
2937
|
|
|
2985
2938
|
var _path$n;
|
|
2986
2939
|
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
2987
|
-
var
|
|
2940
|
+
var SvgContentEditUndo18 = function SvgContentEditUndo18(props, ref) {
|
|
2988
2941
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
2989
2942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2990
2943
|
width: 18,
|
|
@@ -2992,16 +2945,14 @@ var SvgActionCopyContent18 = function SvgActionCopyContent18(props, ref) {
|
|
|
2992
2945
|
viewBox: "0 0 18 18",
|
|
2993
2946
|
ref: ref
|
|
2994
2947
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2995
|
-
|
|
2996
|
-
d: "M3 1h8v2H3v8H1V3a2 2 0 0 1 2-2zm2 6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7zm10 8H7V7h8v8z",
|
|
2997
|
-
clipRule: "evenodd"
|
|
2948
|
+
d: "M16.875 10.25c0-.938-.178-1.816-.534-2.635a6.869 6.869 0 0 0-1.445-2.137 6.864 6.864 0 0 0-2.137-1.444 6.532 6.532 0 0 0-2.634-.534c-.938 0-1.816.178-2.635.534a6.875 6.875 0 0 0-2.137 1.444A6.865 6.865 0 0 0 3.91 7.615a6.53 6.53 0 0 0-.535 2.635v.113L2.212 9.2l-1.087 1.05 3 3 3-3L6.037 9.2l-1.162 1.163v-.113c0-1.463.51-2.703 1.528-3.721C7.422 5.508 8.663 5 10.125 5c1.463 0 2.703.51 3.722 1.529 1.019 1.018 1.528 2.258 1.528 3.721h1.5z"
|
|
2998
2949
|
})));
|
|
2999
2950
|
};
|
|
3000
|
-
var ForwardRef$o = /*#__PURE__*/React.forwardRef(
|
|
2951
|
+
var ForwardRef$o = /*#__PURE__*/React.forwardRef(SvgContentEditUndo18);
|
|
3001
2952
|
|
|
3002
2953
|
var _path$m;
|
|
3003
2954
|
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
3004
|
-
var
|
|
2955
|
+
var SvgActionCopyContent18 = function SvgActionCopyContent18(props, ref) {
|
|
3005
2956
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
3006
2957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3007
2958
|
width: 18,
|
|
@@ -3010,15 +2961,15 @@ var SvgContentEdit18 = function SvgContentEdit18(props, ref) {
|
|
|
3010
2961
|
ref: ref
|
|
3011
2962
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3012
2963
|
fillRule: "evenodd",
|
|
3013
|
-
d: "
|
|
2964
|
+
d: "M15 15H6V6h9M6 4.5A1.5 1.5 0 0 0 4.5 6v9A1.5 1.5 0 0 0 6 16.5h9a1.5 1.5 0 0 0 1.5-1.5V6A1.5 1.5 0 0 0 15 4.5H6zm4.5-3H3A1.5 1.5 0 0 0 1.5 3v7.5H3V3h7.5V1.5z",
|
|
3014
2965
|
clipRule: "evenodd"
|
|
3015
2966
|
})));
|
|
3016
2967
|
};
|
|
3017
|
-
var ForwardRef$n = /*#__PURE__*/React.forwardRef(
|
|
2968
|
+
var ForwardRef$n = /*#__PURE__*/React.forwardRef(SvgActionCopyContent18);
|
|
3018
2969
|
|
|
3019
2970
|
var _path$l;
|
|
3020
2971
|
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
3021
|
-
var
|
|
2972
|
+
var SvgContentEdit18 = function SvgContentEdit18(props, ref) {
|
|
3022
2973
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
3023
2974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3024
2975
|
width: 18,
|
|
@@ -3026,16 +2977,14 @@ var SvgContentLink18 = function SvgContentLink18(props, ref) {
|
|
|
3026
2977
|
viewBox: "0 0 18 18",
|
|
3027
2978
|
ref: ref
|
|
3028
2979
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3029
|
-
|
|
3030
|
-
d: "M7.943 10.057a.73.73 0 0 1 0 1.066.756.756 0 0 1-1.065 0 3.753 3.753 0 0 1 0-5.303l2.655-2.655a3.753 3.753 0 0 1 5.302 0 3.753 3.753 0 0 1 0 5.302l-1.118 1.118a5.18 5.18 0 0 0-.3-1.815l.353-.36a2.236 2.236 0 0 0 0-3.18 2.236 2.236 0 0 0-3.18 0L7.943 6.877a2.236 2.236 0 0 0 0 3.18zm2.114-3.18a.756.756 0 0 1 1.066 0 3.753 3.753 0 0 1 0 5.303l-2.655 2.655a3.753 3.753 0 0 1-5.303 0 3.753 3.753 0 0 1 0-5.303l1.118-1.117a5.25 5.25 0 0 0 .3 1.823l-.353.352a2.236 2.236 0 0 0 0 3.18 2.236 2.236 0 0 0 3.18 0l2.647-2.647a2.236 2.236 0 0 0 0-3.18.73.73 0 0 1 0-1.066z",
|
|
3031
|
-
clipRule: "evenodd"
|
|
2980
|
+
d: "m14.475 6.694-3.188-3.15 1.05-1.05a1.44 1.44 0 0 1 1.06-.432c.419 0 .772.144 1.06.432l1.05 1.05c.287.287.437.634.45 1.04.012.407-.126.754-.413 1.041l-1.069 1.069zM13.387 7.8l-7.95 7.95H2.25v-3.188l7.95-7.95L13.388 7.8z"
|
|
3032
2981
|
})));
|
|
3033
2982
|
};
|
|
3034
|
-
var ForwardRef$m = /*#__PURE__*/React.forwardRef(
|
|
2983
|
+
var ForwardRef$m = /*#__PURE__*/React.forwardRef(SvgContentEdit18);
|
|
3035
2984
|
|
|
3036
|
-
var _path$k;
|
|
2985
|
+
var _path$k, _path2$2;
|
|
3037
2986
|
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
3038
|
-
var
|
|
2987
|
+
var SvgContentLink18 = function SvgContentLink18(props, ref) {
|
|
3039
2988
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
3040
2989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3041
2990
|
width: 18,
|
|
@@ -3043,12 +2992,31 @@ var SvgActionDeleteforever18 = function SvgActionDeleteforever18(props, ref) {
|
|
|
3043
2992
|
viewBox: "0 0 18 18",
|
|
3044
2993
|
ref: ref
|
|
3045
2994
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2995
|
+
d: "M9 3.697A3.75 3.75 0 1 1 14.303 9l-.795.796a3.763 3.763 0 0 0-.221-1.902 2.25 2.25 0 0 0-3.226-3.136L7.939 6.879a2.25 2.25 0 0 0-.053 3.127l.053.055-1.06 1.06a3.75 3.75 0 0 1 0-5.303l2.12-2.121z"
|
|
2996
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2997
|
+
d: "m3.697 9 .742-.742a3.763 3.763 0 0 0 .223 1.905 2.25 2.25 0 0 0 3.278 3.08l2.12-2.121A2.25 2.25 0 0 0 9.44 7.5l1.098-1.098a3.75 3.75 0 0 1 .583 5.78l-2.12 2.122A3.75 3.75 0 1 1 3.696 9z"
|
|
2998
|
+
})));
|
|
2999
|
+
};
|
|
3000
|
+
var ForwardRef$l = /*#__PURE__*/React.forwardRef(SvgContentLink18);
|
|
3001
|
+
|
|
3002
|
+
var _path$j, _path2$1;
|
|
3003
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
3004
|
+
var SvgActionDeleteforever18 = function SvgActionDeleteforever18(props, ref) {
|
|
3005
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
3006
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3007
|
+
width: 18,
|
|
3008
|
+
height: 18,
|
|
3009
|
+
viewBox: "0 0 18 18",
|
|
3010
|
+
ref: ref
|
|
3011
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3046
3012
|
fillRule: "evenodd",
|
|
3047
|
-
d: "
|
|
3013
|
+
d: "m11.625 7.625-.875-.875L9 8.5 7.25 6.75l-.875.875 1.75 1.75-1.75 1.75.875.875L9 10.25 10.75 12l.875-.875-1.75-1.75 1.75-1.75z",
|
|
3048
3014
|
clipRule: "evenodd"
|
|
3015
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3016
|
+
d: "M6.75 2.25V3H3v1.5h.75v9.75a1.5 1.5 0 0 0 1.5 1.5h7.5a1.5 1.5 0 0 0 1.5-1.5V4.5H15V3h-3.75v-.75h-4.5zM5.25 4.5h7.5v9.75h-7.5V4.5z"
|
|
3049
3017
|
})));
|
|
3050
3018
|
};
|
|
3051
|
-
var ForwardRef$
|
|
3019
|
+
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgActionDeleteforever18);
|
|
3052
3020
|
|
|
3053
3021
|
function PresetActionsDropdown(props) {
|
|
3054
3022
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -3085,30 +3053,30 @@ function PresetActionsDropdown(props) {
|
|
|
3085
3053
|
]);
|
|
3086
3054
|
const renderBody = () => {
|
|
3087
3055
|
const isReadonlyPreset = props.preset.isReadonly;
|
|
3088
|
-
return (React__namespace.default.createElement(Panel, { background: "surface", shadow: true, cx: css$w.presetDropdownPanel },
|
|
3056
|
+
return (React__namespace.default.createElement(Panel, { background: "surface-main", shadow: true, cx: css$w.presetDropdownPanel },
|
|
3089
3057
|
props.activePresetId === props.preset.id && props.hasPresetChanged(props.preset) && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
3090
3058
|
!isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-save-in-current` },
|
|
3091
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3059
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$q, caption: "Save in current", onClick: saveInCurrentHandler }))),
|
|
3092
3060
|
React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-save-as-new` },
|
|
3093
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3061
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$p, caption: "Save as new", onClick: props.addPreset })),
|
|
3094
3062
|
React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-discard`, borderBottom: true },
|
|
3095
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3063
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$o, caption: "Discard all changes", onClick: discardAllChangesHandler })))),
|
|
3096
3064
|
props.preset.id === props.activePresetId && !isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-rename` },
|
|
3097
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3065
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$m, caption: "Rename", onClick: props.renamePreset }))),
|
|
3098
3066
|
React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-duplicate` },
|
|
3099
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3067
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$n, caption: "Duplicate", onClick: duplicateHandler })),
|
|
3100
3068
|
React__namespace.default.createElement(FlexRow, { borderBottom: true, key: `${props.preset.id}-copyLink` },
|
|
3101
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3069
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$l, caption: "Copy Link", onClick: copyUrlToClipboard })),
|
|
3102
3070
|
!isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-delete`, cx: css$w.deleteRow },
|
|
3103
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3071
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$k, caption: "Delete", cx: css$w.deleteButton, onClick: deleteHandler })))));
|
|
3104
3072
|
};
|
|
3105
3073
|
const renderTarget = React.useCallback((dropdownProps) => {
|
|
3106
|
-
return (React__namespace.default.createElement(IconButton, Object.assign({ cx: dropdownProps.isOpen && css$w.targetOpen, color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$
|
|
3074
|
+
return (React__namespace.default.createElement(IconButton, Object.assign({ cx: dropdownProps.isOpen && css$w.targetOpen, color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$r })));
|
|
3107
3075
|
}, []);
|
|
3108
3076
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3109
3077
|
}
|
|
3110
3078
|
|
|
3111
|
-
var css$v = {"preset-input-cell":"
|
|
3079
|
+
var css$v = {"preset-input-cell":"DVAdoH","preset-input":"wRmadV","presetInputCell":"DVAdoH","presetInput":"wRmadV"};
|
|
3112
3080
|
|
|
3113
3081
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3114
3082
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3138,7 +3106,7 @@ function PresetInput(props) {
|
|
|
3138
3106
|
React__namespace.default.createElement(TextInput, { cx: css$v.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50 })));
|
|
3139
3107
|
}
|
|
3140
3108
|
|
|
3141
|
-
var css$u = {"preset":"
|
|
3109
|
+
var css$u = {"preset":"KdBigM","activePreset":"IuKIPZ"};
|
|
3142
3110
|
|
|
3143
3111
|
function Preset(props) {
|
|
3144
3112
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -3159,21 +3127,6 @@ function Preset(props) {
|
|
|
3159
3127
|
return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$u.preset, isPresetActive && css$u.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: () => React__namespace.default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), iconPosition: "right", isLinkActive: isPresetActive }))));
|
|
3160
3128
|
}
|
|
3161
3129
|
|
|
3162
|
-
var _path$j;
|
|
3163
|
-
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
3164
|
-
var SvgContentPlusBold18 = function SvgContentPlusBold18(props, ref) {
|
|
3165
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
3166
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3167
|
-
width: 18,
|
|
3168
|
-
height: 18,
|
|
3169
|
-
viewBox: "0 0 18 18",
|
|
3170
|
-
ref: ref
|
|
3171
|
-
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3172
|
-
d: "M10.5 3h-3v4.5H3v3h4.5V15h3v-4.5H15v-3h-4.5V3z"
|
|
3173
|
-
})));
|
|
3174
|
-
};
|
|
3175
|
-
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgContentPlusBold18);
|
|
3176
|
-
|
|
3177
3130
|
function PresetsPanel(props) {
|
|
3178
3131
|
const [isAddingPreset, setIsAddingPreset] = React.useState(false);
|
|
3179
3132
|
const setAddingPreset = React.useCallback(() => {
|
|
@@ -3187,7 +3140,7 @@ function PresetsPanel(props) {
|
|
|
3187
3140
|
return React__namespace.default.createElement(Preset, Object.assign({ key: preset.id, preset: preset, addPreset: setAddingPreset }, presetApi));
|
|
3188
3141
|
};
|
|
3189
3142
|
const renderAddPresetButton = React.useCallback(() => {
|
|
3190
|
-
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$x.addPresetContainer }, !isAddingPreset ? (React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, size: "36", onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$
|
|
3143
|
+
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$x.addPresetContainer }, !isAddingPreset ? (React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, size: "36", onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$s, iconPosition: "left", fill: "ghost", color: "primary" })) : (React__namespace.default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
|
|
3191
3144
|
}, [isAddingPreset]);
|
|
3192
3145
|
const onPresetDropdownSelect = (preset) => {
|
|
3193
3146
|
props.choosePreset(preset.preset);
|
|
@@ -3196,7 +3149,7 @@ function PresetsPanel(props) {
|
|
|
3196
3149
|
return (React__namespace.default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__namespace.default.createElement(FlexRow, null,
|
|
3197
3150
|
React__namespace.default.createElement("div", { className: css$x.divider }),
|
|
3198
3151
|
React__namespace.default.createElement(Button, Object.assign({ cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${(hiddenItems === null || hiddenItems === void 0 ? void 0 : hiddenItems.length) || ''} more` }, props)))), renderBody: (propsBody) => (React__namespace.default.createElement(DropdownContainer, Object.assign({ cx: uuiCore.cx(css$x.dropContainer), width: 230 }, propsBody),
|
|
3199
|
-
React__namespace.default.createElement(uuiComponents.ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$
|
|
3152
|
+
React__namespace.default.createElement(uuiComponents.ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$k, iconPosition: "right", cx: css$x.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
|
|
3200
3153
|
};
|
|
3201
3154
|
const getPresetPriority = (preset, index) => {
|
|
3202
3155
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -3252,7 +3205,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3252
3205
|
return columns;
|
|
3253
3206
|
};
|
|
3254
3207
|
|
|
3255
|
-
var css$t = {"line-height-12":"
|
|
3208
|
+
var css$t = {"line-height-12":"Fp3l18","line-height-18":"bMHv1b","line-height-24":"_0vrDSc","line-height-30":"f3HVvY","font-size-10":"eZfEO1","font-size-12":"K6wYvs","font-size-14":"_2Im5Lb","font-size-16":"_548szD","font-size-18":"xbLC-O","font-size-24":"_4xK21f","v-padding-2":"yUC-tr","v-padding-3":"mk6rHg","v-padding-5":"_6KnyXc","v-padding-6":"hvbtz2","v-padding-8":"_1x4Izm","v-padding-9":"BS9DtA","v-padding-11":"_1VfIWW","v-padding-12":"zMUOsT","v-padding-14":"_5WLckX","v-padding-15":"hWUKGO","v-padding-17":"na4-VY","v-padding-18":"jJwGgC","v-padding-23":"xodslJ","v-padding-24":"SGNrnH","lineHeight12":"Fp3l18","lineHeight18":"bMHv1b","lineHeight24":"_0vrDSc","lineHeight30":"f3HVvY","fontSize10":"eZfEO1","fontSize12":"K6wYvs","fontSize14":"_2Im5Lb","fontSize16":"_548szD","fontSize18":"xbLC-O","fontSize24":"_4xK21f","vPadding2":"yUC-tr","vPadding3":"mk6rHg","vPadding5":"_6KnyXc","vPadding6":"hvbtz2","vPadding8":"_1x4Izm","vPadding9":"BS9DtA","vPadding11":"_1VfIWW","vPadding12":"zMUOsT","vPadding14":"_5WLckX","vPadding15":"hWUKGO","vPadding17":"na4-VY","vPadding18":"jJwGgC","vPadding23":"xodslJ","vPadding24":"SGNrnH"};
|
|
3256
3209
|
|
|
3257
3210
|
const defaultTextSettings = {
|
|
3258
3211
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3278,9 +3231,8 @@ function getTextClasses(props, border) {
|
|
|
3278
3231
|
];
|
|
3279
3232
|
}
|
|
3280
3233
|
|
|
3281
|
-
var css$s = {"root":"
|
|
3234
|
+
var css$s = {"root":"sYS5r6"};
|
|
3282
3235
|
|
|
3283
|
-
const allTextColors = ['info', 'warning', 'error', 'success', 'brand', 'primary', 'secondary', 'disabled', 'white'];
|
|
3284
3236
|
function applyTextMods(mods) {
|
|
3285
3237
|
const textClasses = getTextClasses({
|
|
3286
3238
|
size: mods.size || '36',
|
|
@@ -3298,7 +3250,7 @@ function applyTextMods(mods) {
|
|
|
3298
3250
|
}
|
|
3299
3251
|
const Text = uuiCore.withMods(uuiComponents.Text, applyTextMods);
|
|
3300
3252
|
|
|
3301
|
-
var css$r = {"root":"
|
|
3253
|
+
var css$r = {"root":"AkEw9S","loading-word":"CgrbyI","animated-loading":"qtTojE","skeleton_loading":"hLMWPb","loadingWord":"CgrbyI","animatedLoading":"qtTojE","skeletonLoading":"hLMWPb"};
|
|
3302
3254
|
|
|
3303
3255
|
const TextPlaceholder = (props) => {
|
|
3304
3256
|
const pattern = ' ';
|
|
@@ -3317,7 +3269,7 @@ const TextPlaceholder = (props) => {
|
|
|
3317
3269
|
|
|
3318
3270
|
const RichTextView = uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3319
3271
|
|
|
3320
|
-
var css$q = {"uui-typography":"
|
|
3272
|
+
var css$q = {"uui-typography":"AYyYSz","hero-header":"BquhoT","promo-header":"_1eJT7b","uui-critical":"vqCtrw","uui-info":"rSNEtP","uui-success":"rTy7QA","uui-warning":"sckmOD","uui-highlight":"bQF1Ic","uui-typography-size-12":"LMEgeM","uui-typography-size-14":"_5ch62-","uui-typography-size-16":"_1-dvP1","root":"RODpD1","modal-blocker":"WxY0-F","animateModalBlocker":"QB8Gk0","modal":"-yxAdV","modal-footer":"-gdyRQ","border-top":"JTV4s6","modal-header":"VYwuRP","uuiTypography":"AYyYSz","heroHeader":"BquhoT","promoHeader":"_1eJT7b","uuiCritical":"vqCtrw","uuiInfo":"rSNEtP","uuiSuccess":"rTy7QA","uuiWarning":"sckmOD","uuiHighlight":"bQF1Ic","uuiTypographySize12":"LMEgeM","uuiTypographySize14":"_5ch62-","uuiTypographySize16":"_1-dvP1","modalBlocker":"WxY0-F","modalFooter":"-gdyRQ","borderTop":"JTV4s6","modalHeader":"VYwuRP"};
|
|
3321
3273
|
|
|
3322
3274
|
const ModalBlocker = uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$q.modalBlocker]);
|
|
3323
3275
|
const ModalWindow = uuiCore.withMods(uuiComponents.ModalWindow, () => [css$q.root, css$q.modal], (props) => ({
|
|
@@ -3330,7 +3282,7 @@ class ModalHeader extends React__namespace.Component {
|
|
|
3330
3282
|
this.props.children,
|
|
3331
3283
|
this.props.onClose && React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
3332
3284
|
this.props.onClose && (React__namespace.createElement(FlexCell, { shrink: 0, width: "auto" },
|
|
3333
|
-
React__namespace.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$
|
|
3285
|
+
React__namespace.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$A, onClick: this.props.onClose })))));
|
|
3334
3286
|
}
|
|
3335
3287
|
}
|
|
3336
3288
|
class ModalFooter extends React__namespace.Component {
|
|
@@ -3360,7 +3312,7 @@ var SvgCross = function SvgCross(props, ref) {
|
|
|
3360
3312
|
};
|
|
3361
3313
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgCross);
|
|
3362
3314
|
|
|
3363
|
-
var css$p = {"uui-typography":"
|
|
3315
|
+
var css$p = {"uui-typography":"L-WgK6","hero-header":"SQzCpo","promo-header":"jncBJS","uui-critical":"Cw8YFz","uui-info":"wmcal6","uui-success":"m9jv-u","uui-warning":"_2z-01k","uui-highlight":"ofCRVh","uui-typography-size-12":"ZdsVkL","uui-typography-size-14":"EVi01k","uui-typography-size-16":"I9YTtn","root":"LGsu9I","icon-wrapper":"hiqzyZ","action-wrapper":"mqtUuc","action-link":"blgyzS","close-icon":"nSbqFK","main-path":"osovkm","content":"_1s-JXc","clear-button":"WIakaQ","close-wrapper":"-UdQ6N","uuiTypography":"L-WgK6","heroHeader":"SQzCpo","promoHeader":"jncBJS","uuiCritical":"Cw8YFz","uuiInfo":"wmcal6","uuiSuccess":"m9jv-u","uuiWarning":"_2z-01k","uuiHighlight":"ofCRVh","uuiTypographySize12":"ZdsVkL","uuiTypographySize14":"EVi01k","uuiTypographySize16":"I9YTtn","iconWrapper":"hiqzyZ","actionWrapper":"mqtUuc","actionLink":"blgyzS","closeIcon":"nSbqFK","mainPath":"osovkm","clearButton":"WIakaQ","closeWrapper":"-UdQ6N"};
|
|
3364
3316
|
|
|
3365
3317
|
const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
3366
3318
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3385,10 +3337,10 @@ const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
|
3385
3337
|
props.onClose && (React__namespace.default.createElement("div", { className: css$p.closeWrapper },
|
|
3386
3338
|
React__namespace.default.createElement(IconButton, { icon: ForwardRef$j, color: "neutral", onClick: props.onClose, cx: css$p.closeIcon }))))));
|
|
3387
3339
|
});
|
|
3388
|
-
const WarningNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3389
|
-
const SuccessNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3390
|
-
const HintNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3391
|
-
const ErrorNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3340
|
+
const WarningNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$D, color: "warning" }, props, { ref: ref, cx: props.cx }))));
|
|
3341
|
+
const SuccessNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$E, color: "success" }, props, { ref: ref, cx: props.cx }))));
|
|
3342
|
+
const HintNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$B, color: "info" }, props, { ref: ref, cx: props.cx }))));
|
|
3343
|
+
const ErrorNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$C, color: "error" }, props, { ref: ref, cx: props.cx }))));
|
|
3392
3344
|
class ClearNotification extends React__namespace.default.Component {
|
|
3393
3345
|
render() {
|
|
3394
3346
|
return (React__namespace.default.createElement("div", { className: cx__default.default(css$p.notificationWrapper, css$p.clearButton) },
|
|
@@ -3401,7 +3353,7 @@ class ConfirmationModal extends React__namespace.Component {
|
|
|
3401
3353
|
render() {
|
|
3402
3354
|
let bodyContent;
|
|
3403
3355
|
if (this.props.bodyContent) {
|
|
3404
|
-
bodyContent = React__namespace.createElement(Panel, { background: "surface", margin: "24" }, this.props.bodyContent);
|
|
3356
|
+
bodyContent = React__namespace.createElement(Panel, { background: "surface-main", margin: "24" }, this.props.bodyContent);
|
|
3405
3357
|
}
|
|
3406
3358
|
return (React__namespace.createElement(ModalBlocker, Object.assign({}, this.props),
|
|
3407
3359
|
React__namespace.createElement(ModalWindow, { width: 420 },
|
|
@@ -3415,7 +3367,7 @@ class ConfirmationModal extends React__namespace.Component {
|
|
|
3415
3367
|
}
|
|
3416
3368
|
|
|
3417
3369
|
const defaultMode = exports.EditMode.FORM;
|
|
3418
|
-
class
|
|
3370
|
+
class DatePickerComponent extends uuiComponents.BaseDatePicker {
|
|
3419
3371
|
constructor() {
|
|
3420
3372
|
super(...arguments);
|
|
3421
3373
|
this.renderInput = (props) => {
|
|
@@ -3441,15 +3393,16 @@ class DatePicker extends uuiComponents.BaseDatePicker {
|
|
|
3441
3393
|
_c.call(_b)));
|
|
3442
3394
|
}
|
|
3443
3395
|
}
|
|
3396
|
+
const DatePicker = uuiCore.withMods(DatePickerComponent);
|
|
3444
3397
|
|
|
3445
|
-
var css$o = {"uui-typography":"
|
|
3398
|
+
var css$o = {"uui-typography":"K4NAbV","hero-header":"OL0MDw","promo-header":"vpztKN","uui-critical":"OWUG6k","uui-info":"CmeuNP","uui-success":"u3q8lr","uui-warning":"_9NJFI5","uui-highlight":"PUhUyj","uui-typography-size-12":"b-3CIV","uui-typography-size-14":"gEfcNj","uui-typography-size-16":"sWGSkG","root":"e2J17q","uuiTypography":"K4NAbV","heroHeader":"OL0MDw","promoHeader":"vpztKN","uuiCritical":"OWUG6k","uuiInfo":"CmeuNP","uuiSuccess":"u3q8lr","uuiWarning":"_9NJFI5","uuiHighlight":"PUhUyj","uuiTypographySize12":"b-3CIV","uuiTypographySize14":"gEfcNj","uuiTypographySize16":"sWGSkG"};
|
|
3446
3399
|
|
|
3447
3400
|
function applyCalendarPresetsMods() {
|
|
3448
3401
|
return [css$o.root];
|
|
3449
3402
|
}
|
|
3450
3403
|
const CalendarPresets = uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
3451
3404
|
|
|
3452
|
-
var css$n = {"uui-typography":"
|
|
3405
|
+
var css$n = {"uui-typography":"JB5pf5","hero-header":"wjj8yA","promo-header":"tygj3k","uui-critical":"_8iZmLG","uui-info":"pFRiFi","uui-success":"_4pEI4A","uui-warning":"RE6CRE","uui-highlight":"tPbVZY","uui-typography-size-12":"IZ5Xz9","uui-typography-size-14":"vz-WQ0","uui-typography-size-16":"hyY9uJ","root":"niHBEz","container":"cse0NS","day-selection":"gAv4f0","from-picker":"JRN1MT","to-picker":"_6-ke1b","bodes-wrapper":"nT3ENo","blocker":"nrYcOu","uuiTypography":"JB5pf5","heroHeader":"wjj8yA","promoHeader":"tygj3k","uuiCritical":"_8iZmLG","uuiInfo":"pFRiFi","uuiSuccess":"_4pEI4A","uuiWarning":"RE6CRE","uuiHighlight":"tPbVZY","uuiTypographySize12":"IZ5Xz9","uuiTypographySize14":"vz-WQ0","uuiTypographySize16":"hyY9uJ","daySelection":"gAv4f0","fromPicker":"JRN1MT","toPicker":"_6-ke1b","bodesWrapper":"nT3ENo"};
|
|
3453
3406
|
|
|
3454
3407
|
dayjs__default.default.extend(isoWeek__default.default);
|
|
3455
3408
|
function weekCount(displayedDate) {
|
|
@@ -3610,10 +3563,10 @@ class RangeDatePickerBody extends React__namespace.Component {
|
|
|
3610
3563
|
}
|
|
3611
3564
|
}
|
|
3612
3565
|
|
|
3613
|
-
var css$m = {"uui-typography":"
|
|
3566
|
+
var css$m = {"uui-typography":"_9zlC3Z","hero-header":"-efbXn","promo-header":"A1oh-o","uui-critical":"N6e-Uf","uui-info":"DVEjE6","uui-success":"_6YRRcO","uui-warning":"FLpkxn","uui-highlight":"WCNgjW","uui-typography-size-12":"NdpS33","uui-typography-size-14":"qK8RmZ","uui-typography-size-16":"CoeCch","dropdown-container":"NpEZ9h","date-input":"T5vdcR","size-24":"_6HKT1m","size-30":"O71B0S","size-36":"-MeUKo","size-42":"_4Uw-lw","size-48":"LJdXUo","date-input-group":"h40dNH","separator":"-TtInv","mode-form":"voi42l","mode-cell":"peO7a0","uuiTypography":"_9zlC3Z","heroHeader":"-efbXn","promoHeader":"A1oh-o","uuiCritical":"N6e-Uf","uuiInfo":"DVEjE6","uuiSuccess":"_6YRRcO","uuiWarning":"FLpkxn","uuiHighlight":"WCNgjW","uuiTypographySize12":"NdpS33","uuiTypographySize14":"qK8RmZ","uuiTypographySize16":"CoeCch","dropdownContainer":"NpEZ9h","dateInput":"T5vdcR","size24":"_6HKT1m","size30":"O71B0S","size36":"-MeUKo","size42":"_4Uw-lw","size48":"LJdXUo","dateInputGroup":"h40dNH","modeForm":"voi42l","modeCell":"peO7a0"};
|
|
3614
3567
|
|
|
3615
3568
|
const defaultValue = { from: null, to: null };
|
|
3616
|
-
class
|
|
3569
|
+
class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
3617
3570
|
constructor() {
|
|
3618
3571
|
super(...arguments);
|
|
3619
3572
|
this.renderInput = (props) => {
|
|
@@ -3642,8 +3595,9 @@ class RangeDatePicker extends uuiComponents.BaseRangeDatePicker {
|
|
|
3642
3595
|
React__namespace.createElement(RangeDatePickerBody, { cx: cx__default.default(this.props.bodyCx), value: this.getValue(), onValueChange: this.onRangeChange, filter: this.props.filter, changeIsOpen: this.toggleOpening, presets: this.props.presets, focusPart: this.state.inFocus, renderDay: this.props.renderDay, renderFooter: this.props.renderFooter && (() => this.props.renderFooter(this.props.value || defaultValue)), isHoliday: this.props.isHoliday, rawProps: (_a = this.props.rawProps) === null || _a === void 0 ? void 0 : _a.body }))));
|
|
3643
3596
|
}
|
|
3644
3597
|
}
|
|
3598
|
+
const RangeDatePicker = uuiCore.withMods(RangeDatePickerComponent);
|
|
3645
3599
|
|
|
3646
|
-
var css$l = {"root":"
|
|
3600
|
+
var css$l = {"root":"Uykk5-","blocker":"dKVyvR","marker":"JsHrP4","top":"USY5oJ","bottom":"_249V8x","left":"PL3Ro-","right":"y8gXet","inside":"BR6v1U"};
|
|
3647
3601
|
|
|
3648
3602
|
function DropMarker(props) {
|
|
3649
3603
|
return props.isDndInProgress
|
|
@@ -3658,7 +3612,7 @@ function DropMarker(props) {
|
|
|
3658
3612
|
: null;
|
|
3659
3613
|
}
|
|
3660
3614
|
|
|
3661
|
-
var css$k = {"uui-typography":"
|
|
3615
|
+
var css$k = {"uui-typography":"P-bjRb","hero-header":"kAn8qp","promo-header":"YUpkTE","uui-critical":"_6OriWk","uui-info":"gL7oqG","uui-success":"HaJkwr","uui-warning":"YUckWv","uui-highlight":"MwtXFj","uui-typography-size-12":"DK0Us7","uui-typography-size-14":"_21EQna","uui-typography-size-16":"_8ROBb-","root":"ZehXY5","size-24":"gtYwVG","size-30":"YH-jWS","size-36":"HtRTqM","size-48":"uWTaZu","size-60":"fBxOp-","uuiTypography":"P-bjRb","heroHeader":"kAn8qp","promoHeader":"YUpkTE","uuiCritical":"_6OriWk","uuiInfo":"gL7oqG","uuiSuccess":"HaJkwr","uuiWarning":"YUckWv","uuiHighlight":"MwtXFj","uuiTypographySize12":"DK0Us7","uuiTypographySize14":"_21EQna","uuiTypographySize16":"_8ROBb-","size24":"gtYwVG","size30":"YH-jWS","size36":"HtRTqM","size48":"uWTaZu","size60":"fBxOp-"};
|
|
3662
3616
|
|
|
3663
3617
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3664
3618
|
// As we need our mods to style the cell properly, we extract them from DataTableCellProps.rowProps, which is a hack, but it's reliable enough.
|
|
@@ -3674,7 +3628,7 @@ const DataTableRow = uuiCore.withMods(uuiComponents.DataTableRow, ({ borderBotto
|
|
|
3674
3628
|
];
|
|
3675
3629
|
}, () => propsMods);
|
|
3676
3630
|
|
|
3677
|
-
var css$j = {"uui-typography":"
|
|
3631
|
+
var css$j = {"uui-typography":"QapMH5","hero-header":"nTaZQk","promo-header":"Sjprgu","uui-critical":"x6U33H","uui-info":"yq7QAM","uui-success":"hB01EC","uui-warning":"dEqi2V","uui-highlight":"YdmwgM","uui-typography-size-12":"o96O7C","uui-typography-size-14":"eC0ibM","uui-typography-size-16":"p05qKp","sorting-panel-container":"HRhkJl","sort-active":"pcw4St","uuiTypography":"QapMH5","heroHeader":"nTaZQk","promoHeader":"Sjprgu","uuiCritical":"x6U33H","uuiInfo":"yq7QAM","uuiSuccess":"hB01EC","uuiWarning":"dEqi2V","uuiHighlight":"YdmwgM","uuiTypographySize12":"o96O7C","uuiTypographySize14":"eC0ibM","uuiTypographySize16":"p05qKp","sortingPanelContainer":"HRhkJl","sortActive":"pcw4St"};
|
|
3678
3632
|
|
|
3679
3633
|
var _path$h;
|
|
3680
3634
|
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
@@ -3686,9 +3640,7 @@ var SvgTableSortAsc18 = function SvgTableSortAsc18(props, ref) {
|
|
|
3686
3640
|
viewBox: "0 0 18 18",
|
|
3687
3641
|
ref: ref
|
|
3688
3642
|
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3689
|
-
|
|
3690
|
-
d: "M10 6v10H8V6H5l4-4 4 4h-3z",
|
|
3691
|
-
clipRule: "evenodd"
|
|
3643
|
+
d: "M8.25 15.75V5.119L7.05 6.3 6 5.25l3-3 3 3-1.05 1.05-1.2-1.181V15.75h-1.5z"
|
|
3692
3644
|
})));
|
|
3693
3645
|
};
|
|
3694
3646
|
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgTableSortAsc18);
|
|
@@ -3703,9 +3655,7 @@ var SvgTableSortDesc18 = function SvgTableSortDesc18(props, ref) {
|
|
|
3703
3655
|
viewBox: "0 0 18 18",
|
|
3704
3656
|
ref: ref
|
|
3705
3657
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3706
|
-
|
|
3707
|
-
d: "M10 12V2H8v10H5l4 4 4-4h-3z",
|
|
3708
|
-
clipRule: "evenodd"
|
|
3658
|
+
d: "M9.75 2.25v10.631l1.2-1.181L12 12.75l-3 3-3-3 1.05-1.05 1.2 1.181V2.25h1.5z"
|
|
3709
3659
|
})));
|
|
3710
3660
|
};
|
|
3711
3661
|
var ForwardRef$h = /*#__PURE__*/React.forwardRef(SvgTableSortDesc18);
|
|
@@ -3733,7 +3683,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3733
3683
|
};
|
|
3734
3684
|
const ColumnHeaderDropdown = React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
3735
3685
|
|
|
3736
|
-
var css$i = {"uui-typography":"
|
|
3686
|
+
var css$i = {"uui-typography":"RBGnKH","hero-header":"rHceJB","promo-header":"_8BDIFV","uui-critical":"ly9WjM","uui-info":"cz61k2","uui-success":"k-nVF3","uui-warning":"URZ602","uui-highlight":"SA19ZP","uui-typography-size-12":"UpvZUQ","uui-typography-size-14":"_5VdhhQ","uui-typography-size-16":"igZQPe","cell":"PI7xiH","sort-icon":"fIXX9Y","dropdown-icon":"jw0-pS","infoIcon":"_00yJP0","resizable":"kkNlP5","size-24":"O8c--c","size-30":"JKtyIr","size-36":"_1cQ0Ik","size-42":"xxtSfM","size-48":"t7A1vE","padding-left-24":"Ilf-dL","padding-right-24":"-DrcAk","caption":"i1Yy0l","checkbox":"aOk-l1","icon":"rGurCD","icon-cell":"_5v6Sl-","align-right":"_6vZB0N","align-center":"WYj2Ya","tooltip-wrapper":"S07wL0","cell-tooltip":"_79s5P6","upper-case":"_8ZTgXJ","font-size-14":"Bbu-D7","resize-mark":"Wy9BCK","draggable":"lRJ6lu","ghost":"iiBwdW","is-dragged-out":"_231B4s","dnd-marker-left":"hbyBxo","dnd-marker-right":"MPJm-9","cell-tooltip-wrapper":"_-01VCY","cell-tooltip-text":"j4iSC8","uuiTypography":"RBGnKH","heroHeader":"rHceJB","promoHeader":"_8BDIFV","uuiCritical":"ly9WjM","uuiInfo":"cz61k2","uuiSuccess":"k-nVF3","uuiWarning":"URZ602","uuiHighlight":"SA19ZP","uuiTypographySize12":"UpvZUQ","uuiTypographySize14":"_5VdhhQ","uuiTypographySize16":"igZQPe","sortIcon":"fIXX9Y","dropdownIcon":"jw0-pS","size24":"O8c--c","size30":"JKtyIr","size36":"_1cQ0Ik","size42":"xxtSfM","size48":"t7A1vE","paddingLeft24":"Ilf-dL","paddingRight24":"-DrcAk","iconCell":"_5v6Sl-","alignRight":"_6vZB0N","alignCenter":"WYj2Ya","tooltipWrapper":"S07wL0","cellTooltip":"_79s5P6","upperCase":"_8ZTgXJ","fontSize14":"Bbu-D7","resizeMark":"Wy9BCK","isDraggedOut":"_231B4s","dndMarkerLeft":"hbyBxo","dndMarkerRight":"MPJm-9","cellTooltipWrapper":"_-01VCY","cellTooltipText":"j4iSC8"};
|
|
3737
3687
|
|
|
3738
3688
|
var _path$f;
|
|
3739
3689
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
@@ -3745,9 +3695,7 @@ var SvgTableSwap18 = function SvgTableSwap18(props, ref) {
|
|
|
3745
3695
|
viewBox: "0 0 18 18",
|
|
3746
3696
|
ref: ref
|
|
3747
3697
|
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3748
|
-
|
|
3749
|
-
d: "M6 1 2 5h3v7h2V5h3L6 1zm7 12V6h-2v7H8l4 4 4-4h-3z",
|
|
3750
|
-
clipRule: "evenodd"
|
|
3698
|
+
d: "M5.25 5.119V15h1.5V5.119L7.95 6.3 9 5.25l-3-3-3 3L4.05 6.3l1.2-1.181zm7.5 7.762V3h-1.5v9.881l-1.2-1.181L9 12.75l3 3 3-3-1.05-1.05-1.2 1.181z"
|
|
3751
3699
|
})));
|
|
3752
3700
|
};
|
|
3753
3701
|
var ForwardRef$g = /*#__PURE__*/React.forwardRef(SvgTableSwap18);
|
|
@@ -3762,9 +3710,7 @@ var SvgContentFiltration18 = function SvgContentFiltration18(props, ref) {
|
|
|
3762
3710
|
viewBox: "0 0 18 18",
|
|
3763
3711
|
ref: ref
|
|
3764
3712
|
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3765
|
-
|
|
3766
|
-
d: "m8 14 2 2v-5H8v3zM2 3v2h14V3H2zm6 8h2l6-6H2l6 6z",
|
|
3767
|
-
clipRule: "evenodd"
|
|
3713
|
+
d: "M10.5 9.75v6l-3-1.5v-4.5L2.212 3h13.575L10.5 9.75z"
|
|
3768
3714
|
})));
|
|
3769
3715
|
};
|
|
3770
3716
|
var ForwardRef$f = /*#__PURE__*/React.forwardRef(SvgContentFiltration18);
|
|
@@ -3779,9 +3725,7 @@ var SvgNavigationChevronUp18 = function SvgNavigationChevronUp18(props, ref) {
|
|
|
3779
3725
|
viewBox: "0 0 18 18",
|
|
3780
3726
|
ref: ref
|
|
3781
3727
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3782
|
-
|
|
3783
|
-
d: "m9 6-4.5 4.5 1.058 1.057L9 8.123l3.443 3.434L13.5 10.5 9 6z",
|
|
3784
|
-
clipRule: "evenodd"
|
|
3728
|
+
d: "M5.55 11.55 4.5 10.5 9 6l4.5 4.5-1.05 1.05L9 8.1l-3.45 3.45z"
|
|
3785
3729
|
})));
|
|
3786
3730
|
};
|
|
3787
3731
|
var ForwardRef$e = /*#__PURE__*/React.forwardRef(SvgNavigationChevronUp18);
|
|
@@ -3807,7 +3751,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3807
3751
|
React__namespace.createElement(Text, { key: "text", lineHeight: "30", fontSize: "14", size: "30", cx: uuiCore.cx(css$i.caption, this.getTextStyle(), uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCaption) }, this.props.column.caption)),
|
|
3808
3752
|
this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React__namespace.createElement(IconButton, { key: "sort", cx: uuiCore.cx(css$i.icon, css$i.sortIcon, this.props.sortDirection && css$i.sortIconActive, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: this.props.sortDirection === 'desc' ? ForwardRef$h : this.props.sortDirection === 'asc' ? ForwardRef$i : ForwardRef$g })),
|
|
3809
3753
|
this.props.isFilterActive && (React__namespace.createElement(IconButton, { key: "filter", cx: uuiCore.cx(css$i.icon, !this.props.sortDirection && css$i.filterIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: ForwardRef$f })),
|
|
3810
|
-
this.props.column.renderFilter && (React__namespace.createElement(IconButton, { key: "dropdown", cx: uuiCore.cx(css$i.icon, css$i.dropdownIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$e : ForwardRef$
|
|
3754
|
+
this.props.column.renderFilter && (React__namespace.createElement(IconButton, { key: "dropdown", cx: uuiCore.cx(css$i.icon, css$i.dropdownIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$e : ForwardRef$y })))));
|
|
3811
3755
|
};
|
|
3812
3756
|
this.renderHeaderCheckbox = () => this.props.selectAll
|
|
3813
3757
|
&& this.props.isFirstColumn && (React__namespace.createElement(Checkbox, Object.assign({ size: +this.props.size < 36 ? '12' : '18' }, this.props.selectAll, { cx: uuiCore.cx(css$i.checkbox, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCheckbox) })));
|
|
@@ -3827,7 +3771,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3827
3771
|
}
|
|
3828
3772
|
}
|
|
3829
3773
|
|
|
3830
|
-
var css$h = {"uui-typography":"
|
|
3774
|
+
var css$h = {"uui-typography":"_24aEGC","hero-header":"ZoepPZ","promo-header":"cTMlA6","uui-critical":"yZcxbQ","uui-info":"Ok5dTp","uui-success":"XH0QPx","uui-warning":"FOvKjl","uui-highlight":"h-or32","uui-typography-size-12":"fFlgZg","uui-typography-size-14":"hFiu-l","uui-typography-size-16":"j93Xvz","header-cell":"HGVp7Y","config-icon":"nrVwGA","uuiTypography":"_24aEGC","heroHeader":"ZoepPZ","promoHeader":"cTMlA6","uuiCritical":"yZcxbQ","uuiInfo":"Ok5dTp","uuiSuccess":"XH0QPx","uuiWarning":"FOvKjl","uuiHighlight":"h-or32","uuiTypographySize12":"fFlgZg","uuiTypographySize14":"hFiu-l","uuiTypographySize16":"j93Xvz","headerCell":"HGVp7Y","configIcon":"nrVwGA"};
|
|
3831
3775
|
|
|
3832
3776
|
var _path$c;
|
|
3833
3777
|
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
@@ -3839,9 +3783,7 @@ var SvgActionSettings18 = function SvgActionSettings18(props, ref) {
|
|
|
3839
3783
|
viewBox: "0 0 18 18",
|
|
3840
3784
|
ref: ref
|
|
3841
3785
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3842
|
-
|
|
3843
|
-
d: "M3 9.093a6.083 6.083 0 0 1 0-.186L1.55 7.271a1 1 0 0 1-.118-1.163l1.28-2.216a1 1 0 0 1 1.066-.48l2.14.439a3.81 3.81 0 0 1 .163-.094l.691-2.073A1 1 0 0 1 7.721 1h2.558a1 1 0 0 1 .949.684l.69 2.073c.056.03.11.061.163.094l2.141-.439a1 1 0 0 1 1.067.48l1.279 2.216a1 1 0 0 1-.118 1.163L15 8.907a5.72 5.72 0 0 1 0 .186l1.45 1.636a1 1 0 0 1 .118 1.163l-1.28 2.216a1 1 0 0 1-1.066.48l-2.14-.438a6.215 6.215 0 0 1-.163.093l-.691 2.073a1 1 0 0 1-.949.684H7.721a1 1 0 0 1-.949-.684l-.69-2.073a6.105 6.105 0 0 1-.163-.094l-2.141.439a1 1 0 0 1-1.067-.48l-1.279-2.216a1 1 0 0 1 .118-1.163L3 9.093zM9 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
|
|
3844
|
-
clipRule: "evenodd"
|
|
3786
|
+
d: "m6.938 16.5-.3-2.4a2.833 2.833 0 0 1-.46-.225 6.127 6.127 0 0 1-.422-.281l-2.23.937-2.063-3.562 1.93-1.463a1.793 1.793 0 0 1-.018-.253v-.507c0-.08.006-.165.019-.252L1.463 7.03l2.062-3.56 2.231.937c.138-.1.282-.193.432-.281.15-.088.3-.163.45-.225l.3-2.4h4.125l.3 2.4c.162.063.315.137.46.225.143.088.283.181.42.281l2.232-.937 2.063 3.562-1.932 1.463c.013.087.02.171.02.252v.507a.921.921 0 0 1-.038.253l1.93 1.463-2.062 3.562-2.212-.937c-.138.1-.281.194-.431.281-.15.088-.3.162-.45.225l-.3 2.4H6.938zm2.1-4.875a2.53 2.53 0 0 0 1.856-.769A2.53 2.53 0 0 0 11.663 9a2.53 2.53 0 0 0-.77-1.856 2.53 2.53 0 0 0-1.855-.769c-.738 0-1.36.256-1.866.769A2.546 2.546 0 0 0 6.412 9c0 .725.254 1.344.76 1.856.506.513 1.128.769 1.866.769z"
|
|
3845
3787
|
})));
|
|
3846
3788
|
};
|
|
3847
3789
|
var ForwardRef$d = /*#__PURE__*/React.forwardRef(SvgActionSettings18);
|
|
@@ -3851,7 +3793,7 @@ const DataTableHeaderRow = uuiCore.withMods(uuiComponents.DataTableHeaderRow, ()
|
|
|
3851
3793
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: css$h.configIcon, color: "neutral", icon: ForwardRef$d }),
|
|
3852
3794
|
}));
|
|
3853
3795
|
|
|
3854
|
-
var styles$1 = {"uui-typography":"
|
|
3796
|
+
var styles$1 = {"uui-typography":"SebgD-","hero-header":"eMqyro","promo-header":"ShFvOE","uui-critical":"_2AYIg6","uui-info":"AuAicX","uui-success":"f0c9bh","uui-warning":"rU1zC7","uui-highlight":"vqVF5C","uui-typography-size-12":"f4F67k","uui-typography-size-14":"pN-0sc","uui-typography-size-16":"B8wWLE","main-panel":"ZjfODD","group-title":"jRiTi2","group-title-text":"xv3qE-","group-title-badge":"BQyPPS","group-items":"_8V0maj","no-data":"X4FojA","h-divider":"tF5ghm","search-area":"Atp3B7","uuiTypography":"SebgD-","heroHeader":"eMqyro","promoHeader":"ShFvOE","uuiCritical":"_2AYIg6","uuiInfo":"AuAicX","uuiSuccess":"f0c9bh","uuiWarning":"rU1zC7","uuiHighlight":"vqVF5C","uuiTypographySize12":"f4F67k","uuiTypographySize14":"pN-0sc","uuiTypographySize16":"B8wWLE","mainPanel":"ZjfODD","groupTitle":"jRiTi2","groupTitleText":"xv3qE-","groupTitleBadge":"BQyPPS","groupItems":"_8V0maj","noData":"X4FojA","hDivider":"tF5ghm","searchArea":"Atp3B7"};
|
|
3855
3797
|
|
|
3856
3798
|
var _path$b;
|
|
3857
3799
|
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
@@ -3864,7 +3806,7 @@ var SvgActionLockFill18 = function SvgActionLockFill18(props, ref) {
|
|
|
3864
3806
|
ref: ref
|
|
3865
3807
|
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3866
3808
|
fillRule: "evenodd",
|
|
3867
|
-
d: "
|
|
3809
|
+
d: "M9 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.25 6.75v-1.5a3.75 3.75 0 1 1 7.5 0v1.5h.75a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5h.75zm1.5 0h4.5v-1.5a2.25 2.25 0 0 0-4.5 0v1.5z",
|
|
3868
3810
|
clipRule: "evenodd"
|
|
3869
3811
|
})));
|
|
3870
3812
|
};
|
|
@@ -3880,9 +3822,7 @@ var SvgActionPinOn18 = function SvgActionPinOn18(props, ref) {
|
|
|
3880
3822
|
viewBox: "0 0 18 18",
|
|
3881
3823
|
ref: ref
|
|
3882
3824
|
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3883
|
-
|
|
3884
|
-
d: "M12 9V3h1V2H5v1h1v6l-2 1v1h4v5h2v-5h4v-1l-2-1z",
|
|
3885
|
-
clipRule: "evenodd"
|
|
3825
|
+
d: "m12 8.25 1.5 1.5v1.5H9.75v5.25h-1.5v-5.25H4.5v-1.5L6 8.25V3h-.75V1.5h7.5V3H12v5.25z"
|
|
3886
3826
|
})));
|
|
3887
3827
|
};
|
|
3888
3828
|
var ForwardRef$b = /*#__PURE__*/React.forwardRef(SvgActionPinOn18);
|
|
@@ -3897,7 +3837,7 @@ var SvgActionPinOff18 = function SvgActionPinOff18(props, ref) {
|
|
|
3897
3837
|
viewBox: "0 0 18 18",
|
|
3898
3838
|
ref: ref
|
|
3899
3839
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3900
|
-
d: "M6 4.
|
|
3840
|
+
d: "M6.75 6.601V6.6l4.65 4.65h-.001l4.184 4.184-1.06 1.06-4.023-4.022V16.5H9v-5.25H5.25v-1.5l1.264-1.264-4.249-4.248 1.061-1.06L6.75 6.6zm7.5 4.649h-.729L6.75 4.479V3H6V1.5h7.5V3h-.75v5.25l1.5 1.5v1.5z"
|
|
3901
3841
|
})));
|
|
3902
3842
|
};
|
|
3903
3843
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgActionPinOff18);
|
|
@@ -3930,7 +3870,7 @@ function PinIconButton(props) {
|
|
|
3930
3870
|
React__namespace.createElement(IconButton, { icon: pinIcon, onClick: pinClickHandler, isDisabled: isPinnedAlways, color: isPinned ? 'info' : undefined }))));
|
|
3931
3871
|
}
|
|
3932
3872
|
|
|
3933
|
-
var styles = {"uui-typography":"
|
|
3873
|
+
var styles = {"uui-typography":"P5dVxi","hero-header":"ow8VOH","promo-header":"tJQzAs","uui-critical":"_30vTPu","uui-info":"gtKGt5","uui-success":"Z7olkN","uui-warning":"sJ5IMH","uui-highlight":"qwCAkS","uui-typography-size-12":"_0n7jPo","uui-typography-size-14":"_4vBiWy","uui-typography-size-16":"KiN9dg","row-wrapper":"-wY0Oo","not-pinned":"_68SQll","pin-icon-button":"nHy53L","checkbox":"_2s2NhL","drag-handle":"_9bvOtT","dnd-disabled":"DfmKpg","uuiTypography":"P5dVxi","heroHeader":"ow8VOH","promoHeader":"tJQzAs","uuiCritical":"_30vTPu","uuiInfo":"gtKGt5","uuiSuccess":"Z7olkN","uuiWarning":"sJ5IMH","uuiHighlight":"qwCAkS","uuiTypographySize12":"_0n7jPo","uuiTypographySize14":"_4vBiWy","uuiTypographySize16":"KiN9dg","rowWrapper":"-wY0Oo","notPinned":"_68SQll","pinIconButton":"nHy53L","dragHandle":"_9bvOtT","dndDisabled":"DfmKpg"};
|
|
3934
3874
|
|
|
3935
3875
|
const ColumnRow = React__namespace.memo(function ColumnRow(props) {
|
|
3936
3876
|
const { column } = props;
|
|
@@ -3998,10 +3938,10 @@ function ColumnsConfigurationModal(props) {
|
|
|
3998
3938
|
React__namespace.createElement(ModalHeader, { title: i18n$1.configureColumnsTitle, onClose: close }),
|
|
3999
3939
|
React__namespace.createElement(FlexRow, { padding: "24", borderBottom: true, spacing: "12", cx: styles$1.searchArea },
|
|
4000
3940
|
React__namespace.createElement(SearchInput, { size: "30", value: searchValue, onValueChange: setSearchValue, placeholder: i18n$1.searchPlaceholder }),
|
|
4001
|
-
React__namespace.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React__namespace.createElement(Panel, { background: "surface", shadow: true },
|
|
3941
|
+
React__namespace.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React__namespace.createElement(Panel, { background: "surface-main", shadow: true },
|
|
4002
3942
|
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.clearAllButton, onClick: uncheckAll }),
|
|
4003
|
-
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.selectAllButton, onClick: checkAll }))), renderTarget: (props) => React__namespace.createElement(Button, Object.assign({}, props, { fill: "none", icon: ForwardRef$
|
|
4004
|
-
React__namespace.createElement(Panel, { background: "surface", cx: styles$1.mainPanel },
|
|
3943
|
+
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.selectAllButton, onClick: checkAll }))), renderTarget: (props) => React__namespace.createElement(Button, Object.assign({}, props, { fill: "none", icon: ForwardRef$r, size: "30", color: "secondary", isDropdown: false })) })),
|
|
3944
|
+
React__namespace.createElement(Panel, { background: "surface-main", cx: styles$1.mainPanel },
|
|
4005
3945
|
React__namespace.createElement(ScrollBars, null,
|
|
4006
3946
|
renderVisible(),
|
|
4007
3947
|
renderHidden(),
|
|
@@ -4009,13 +3949,13 @@ function ColumnsConfigurationModal(props) {
|
|
|
4009
3949
|
React__namespace.createElement(Text, { fontSize: "24", lineHeight: "30", color: "primary", fontWeight: "600" }, i18n$1.noResultsFound.text),
|
|
4010
3950
|
React__namespace.createElement(Text, { fontSize: "16", lineHeight: "24", color: "primary" }, i18n$1.noResultsFound.subText))))),
|
|
4011
3951
|
React__namespace.createElement(ModalFooter, { borderTop: true },
|
|
4012
|
-
React__namespace.createElement(LinkButton, { icon: ForwardRef$
|
|
3952
|
+
React__namespace.createElement(LinkButton, { icon: ForwardRef$q, caption: i18n$1.resetToDefaultButton, onClick: reset }),
|
|
4013
3953
|
React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
4014
3954
|
React__namespace.createElement(Button, { fill: "none", color: "secondary", caption: i18n$1.cancelButton, onClick: close }),
|
|
4015
3955
|
noVisibleColumns ? (React__namespace.createElement(Tooltip, { content: i18n$1.enableAtLeastOneColumnMessage, placement: "top-end", color: "critical" }, applyButton)) : (applyButton)))));
|
|
4016
3956
|
}
|
|
4017
3957
|
|
|
4018
|
-
var css$g = {"listContainer":"
|
|
3958
|
+
var css$g = {"listContainer":"vCWVjT","header":"_1Bd8cm","group":"AWZkxI","stickyHeader":"XzikEq"};
|
|
4019
3959
|
|
|
4020
3960
|
const getChildrenAndRest = (row, rows) => {
|
|
4021
3961
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4081,7 +4021,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4081
4021
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4082
4022
|
ref: ref
|
|
4083
4023
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4084
|
-
clipPath: "url(#
|
|
4024
|
+
clipPath: "url(#lgdixywmjqrir2g2f_a)"
|
|
4085
4025
|
}, _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4086
4026
|
d: "M150.585 1.535C49.483-11.495 27.481 61.805 45.725 97.481c10.581 20.69-39.64 70.792 17.744 81.468 27.538 5.123 36-13.341 62.433-10.655 35.4 3.6 148.167-4.73 88.349-78.915-31.713-39.335 1.026-79.506-63.666-87.844Z",
|
|
4087
4027
|
fill: "#F5F6FA"
|
|
@@ -4102,7 +4042,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4102
4042
|
d: "M86.786 22.982c-2.55 0-4.965 2.07-4.965 4.552V120.6c0 2.484 2.4 4.572 4.965 4.572h88.101c2.582 0 4.986-2.089 4.986-4.572V27.534c0-2.464-2.418-4.552-4.986-4.552h-88.1Zm-5.793 4.552c0-3.022 2.874-5.38 5.793-5.38h88.101c2.935 0 5.814 2.374 5.814 5.38V120.6c0 3.021-2.86 5.4-5.814 5.4h-88.1c-2.94 0-5.794-2.381-5.794-5.4V27.534Z",
|
|
4103
4043
|
fill: "#1D1E26"
|
|
4104
4044
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4105
|
-
id: "
|
|
4045
|
+
id: "lgdixycbwdji82t8o_b",
|
|
4106
4046
|
style: {
|
|
4107
4047
|
maskType: "alpha"
|
|
4108
4048
|
},
|
|
@@ -4115,7 +4055,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4115
4055
|
d: "M174.887 125.586h-88.1c-2.752 0-5.38-2.234-5.38-4.986V27.534c0-2.752 2.644-4.966 5.38-4.966h88.1c2.752 0 5.4 2.23 5.4 4.966V120.6c0 2.752-2.632 4.986-5.4 4.986Z",
|
|
4116
4056
|
fill: "#9BDEFF"
|
|
4117
4057
|
}))), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4118
|
-
mask: "url(#
|
|
4058
|
+
mask: "url(#lgdixycbwdji82t8o_b)",
|
|
4119
4059
|
fillRule: "evenodd",
|
|
4120
4060
|
clipRule: "evenodd"
|
|
4121
4061
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4201,7 +4141,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4201
4141
|
d: "M24.73 96.184a.414.414 0 0 1 .581.06l48.646 59.751a.413.413 0 1 1-.642.523L24.67 96.766a.414.414 0 0 1 .06-.582Z",
|
|
4202
4142
|
fill: "#fff"
|
|
4203
4143
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4204
|
-
id: "
|
|
4144
|
+
id: "lgdixywmjqrir2g2f_a"
|
|
4205
4145
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4206
4146
|
fill: "#fff",
|
|
4207
4147
|
transform: "translate(.552)",
|
|
@@ -4210,7 +4150,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4210
4150
|
};
|
|
4211
4151
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4212
4152
|
|
|
4213
|
-
var css$f = {"sticky-header":"
|
|
4153
|
+
var css$f = {"sticky-header":"eiWPQ7","table":"zYyNgk","no-results":"k2Yy4o","no-results-icon":"xVAsef","no-results-title":"G9jhrs","stickyHeader":"eiWPQ7","noResults":"k2Yy4o","noResultsIcon":"xVAsef","noResultsTitle":"G9jhrs"};
|
|
4214
4154
|
|
|
4215
4155
|
function DataTable(props) {
|
|
4216
4156
|
var _a;
|
|
@@ -4260,9 +4200,9 @@ function DataTable(props) {
|
|
|
4260
4200
|
} })));
|
|
4261
4201
|
}
|
|
4262
4202
|
|
|
4263
|
-
var css$e = {"root":"
|
|
4203
|
+
var css$e = {"root":"-qIMmb"};
|
|
4264
4204
|
|
|
4265
|
-
var css$d = {"root":"
|
|
4205
|
+
var css$d = {"root":"_2VKoA-","burger-content":"_74Qu5f","burgerContent":"_74Qu5f"};
|
|
4266
4206
|
|
|
4267
4207
|
var _path$7;
|
|
4268
4208
|
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
@@ -4329,7 +4269,7 @@ var SvgTriangle = function SvgTriangle(props, ref) {
|
|
|
4329
4269
|
};
|
|
4330
4270
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTriangle);
|
|
4331
4271
|
|
|
4332
|
-
var css$c = {"uui-typography":"
|
|
4272
|
+
var css$c = {"uui-typography":"H4Y5qQ","hero-header":"ASTyzh","promo-header":"GGQ-tH","uui-critical":"euXR1m","uui-info":"wVNBmq","uui-success":"RK5dQy","uui-warning":"Fi--y5","uui-highlight":"s91nKv","uui-typography-size-12":"vJKzht","uui-typography-size-14":"JLk9kA","uui-typography-size-16":"_9JfjWk","root":"u-IiRZ","button-primary":"T6ZZIS","button-secondary":"EuI9iB","hasIcon":"_7z6bDO","dropdown":"B37Cy5","uuiTypography":"H4Y5qQ","heroHeader":"ASTyzh","promoHeader":"GGQ-tH","uuiCritical":"euXR1m","uuiInfo":"wVNBmq","uuiSuccess":"RK5dQy","uuiWarning":"Fi--y5","uuiHighlight":"s91nKv","uuiTypographySize12":"vJKzht","uuiTypographySize14":"JLk9kA","uuiTypographySize16":"_9JfjWk","buttonPrimary":"T6ZZIS","buttonSecondary":"EuI9iB"};
|
|
4333
4273
|
|
|
4334
4274
|
const BurgerButton = uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4335
4275
|
css$c.root,
|
|
@@ -4386,13 +4326,13 @@ var SvgMenuInputCancel = function SvgMenuInputCancel(props, ref) {
|
|
|
4386
4326
|
};
|
|
4387
4327
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgMenuInputCancel);
|
|
4388
4328
|
|
|
4389
|
-
var css$b = {"search-input":"
|
|
4329
|
+
var css$b = {"search-input":"rFVeuV","searchInput":"rFVeuV"};
|
|
4390
4330
|
|
|
4391
4331
|
function BurgerSearch(props) {
|
|
4392
|
-
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$b.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
4332
|
+
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$b.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$14, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$5 }));
|
|
4393
4333
|
}
|
|
4394
4334
|
|
|
4395
|
-
var css$a = {"root":"
|
|
4335
|
+
var css$a = {"root":"dWA9rY","group-header":"wooEGE","group-name":"Fo8IhB","line":"i08iEp","groupHeader":"wooEGE","groupName":"Fo8IhB"};
|
|
4396
4336
|
|
|
4397
4337
|
function BurgerGroupHeader(props) {
|
|
4398
4338
|
return (React__namespace.createElement("div", { className: cx__default.default(css$a.root, css$a.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4400,7 +4340,7 @@ function BurgerGroupHeader(props) {
|
|
|
4400
4340
|
React__namespace.createElement("span", { className: css$a.groupName }, props.caption)));
|
|
4401
4341
|
}
|
|
4402
4342
|
|
|
4403
|
-
var css$9 = {"uui-typography":"
|
|
4343
|
+
var css$9 = {"uui-typography":"_82vPzY","hero-header":"_8nJ3lg","promo-header":"aeTFYp","uui-critical":"MoGOXt","uui-info":"WJiYRz","uui-success":"s3G9Db","uui-warning":"_0nYEvX","uui-highlight":"hNH6O9","uui-typography-size-12":"GXGL1c","uui-typography-size-14":"x2KlPL","uui-typography-size-16":"rzx9vg","root":"SQUKow","type-primary":"XKVamD","type-secondary":"roxrJk","uuiTypography":"_82vPzY","heroHeader":"_8nJ3lg","promoHeader":"aeTFYp","uuiCritical":"MoGOXt","uuiInfo":"WJiYRz","uuiSuccess":"s3G9Db","uuiWarning":"_0nYEvX","uuiHighlight":"hNH6O9","uuiTypographySize12":"GXGL1c","uuiTypographySize14":"x2KlPL","uuiTypographySize16":"rzx9vg","typePrimary":"XKVamD","typeSecondary":"roxrJk"};
|
|
4404
4344
|
|
|
4405
4345
|
var _path$4;
|
|
4406
4346
|
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
@@ -4420,7 +4360,7 @@ var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgChevronDown24);
|
|
|
4420
4360
|
|
|
4421
4361
|
const MainMenuButton = uuiCore.withMods(uuiComponents.Button, (mods) => [css$9.root, css$9['type-' + (mods.type || 'primary')]], () => ({ dropdownIcon: ForwardRef$4, role: 'menuitem' }));
|
|
4422
4362
|
|
|
4423
|
-
var css$8 = {"dropdown-body":"
|
|
4363
|
+
var css$8 = {"dropdown-body":"TVZWVp","dropdownBody":"TVZWVp"};
|
|
4424
4364
|
|
|
4425
4365
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4426
4366
|
render() {
|
|
@@ -4474,39 +4414,39 @@ var SvgGlobalMenu = function SvgGlobalMenu(props, ref) {
|
|
|
4474
4414
|
};
|
|
4475
4415
|
var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgGlobalMenu);
|
|
4476
4416
|
|
|
4477
|
-
var css$7 = {"global-menu-btn":"
|
|
4417
|
+
var css$7 = {"global-menu-btn":"Xc1ggH","globalMenuIcon":"_5VHXuv","globalMenuBtn":"Xc1ggH"};
|
|
4478
4418
|
|
|
4479
4419
|
const GlobalMenu = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$7.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4480
4420
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$3, cx: css$7.globalMenuIcon }))));
|
|
4481
4421
|
|
|
4482
|
-
var css$6 = {"container":"
|
|
4422
|
+
var css$6 = {"container":"Qnys6p","open":"Ho9Djz"};
|
|
4483
4423
|
|
|
4484
4424
|
const MainMenuAvatar = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$6.container, props.isDropdown && css$6.dropdown, props.isOpen && css$6.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4485
4425
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
4486
4426
|
props.icon && React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon }),
|
|
4487
4427
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4488
|
-
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$
|
|
4428
|
+
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$1a, flipY: props.isOpen }))))));
|
|
4489
4429
|
|
|
4490
|
-
var css$5 = {"search-input":"
|
|
4430
|
+
var css$5 = {"search-input":"cC5EKS","searchInput":"cC5EKS"};
|
|
4491
4431
|
|
|
4492
4432
|
const MainMenuSearch = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4493
4433
|
var _a;
|
|
4494
|
-
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$
|
|
4434
|
+
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$14, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$5 }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$5.searchInput, props.cx) }, props.rawProps)));
|
|
4495
4435
|
} }))));
|
|
4496
4436
|
|
|
4497
|
-
var css$4 = {"container":"
|
|
4437
|
+
var css$4 = {"container":"fDOVQD"};
|
|
4498
4438
|
|
|
4499
4439
|
const MainMenuIcon = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$4.container) }, props))));
|
|
4500
4440
|
|
|
4501
|
-
var css$3 = {"root":"
|
|
4441
|
+
var css$3 = {"root":"I04mlU"};
|
|
4502
4442
|
|
|
4503
4443
|
const Anchor = uuiCore.withMods(uuiComponents.Anchor, () => [css$3.root]);
|
|
4504
4444
|
|
|
4505
4445
|
function Form(props) {
|
|
4506
4446
|
const context = uuiCore.useUuiContext();
|
|
4507
|
-
const beforeLeave = () => {
|
|
4447
|
+
const beforeLeave = React__namespace.useCallback(() => {
|
|
4508
4448
|
return context.uuiModals.show((modalProps) => React__namespace.createElement(ConfirmationModal, Object.assign({ caption: i18n.form.modals.beforeLeaveMessage }, modalProps)));
|
|
4509
|
-
};
|
|
4449
|
+
}, [context.uuiModals]);
|
|
4510
4450
|
const loadUnsavedChanges = () => {
|
|
4511
4451
|
return context.uuiNotifications
|
|
4512
4452
|
.show((props) => (React__namespace.createElement(WarningNotification, Object.assign({}, props, { actions: [
|
|
@@ -4523,9 +4463,9 @@ function Form(props) {
|
|
|
4523
4463
|
|
|
4524
4464
|
function useForm(props) {
|
|
4525
4465
|
const context = uuiCore.useUuiContext();
|
|
4526
|
-
const beforeLeave = () => {
|
|
4466
|
+
const beforeLeave = React.useCallback(() => {
|
|
4527
4467
|
return context.uuiModals.show((modalProps) => React__namespace.default.createElement(ConfirmationModal, Object.assign({ caption: i18n.form.modals.beforeLeaveMessage }, modalProps)));
|
|
4528
|
-
};
|
|
4468
|
+
}, [context.uuiModals]);
|
|
4529
4469
|
const loadUnsavedChanges = () => {
|
|
4530
4470
|
return context.uuiNotifications.show((props) => (React__namespace.default.createElement(WarningNotification, Object.assign({}, props, { actions: [
|
|
4531
4471
|
{
|
|
@@ -4555,7 +4495,7 @@ var SvgShape = function SvgShape(props, ref) {
|
|
|
4555
4495
|
};
|
|
4556
4496
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgShape);
|
|
4557
4497
|
|
|
4558
|
-
var css$2 = {"root":"
|
|
4498
|
+
var css$2 = {"root":"Y85BWC","drop-start":"uZdztZ","drop-over":"bveXxp","link":"j4f7qp","drop-area":"sjcyVB","icon-blue":"dn8ZAW","dropStart":"uZdztZ","dropOver":"bveXxp","dropArea":"sjcyVB","iconBlue":"dn8ZAW"};
|
|
4559
4499
|
|
|
4560
4500
|
class DropSpot extends React__namespace.Component {
|
|
4561
4501
|
constructor() {
|
|
@@ -4579,9 +4519,9 @@ class DropSpot extends React__namespace.Component {
|
|
|
4579
4519
|
}
|
|
4580
4520
|
}
|
|
4581
4521
|
|
|
4582
|
-
var css$1 = {"root":"
|
|
4522
|
+
var css$1 = {"root":"ca6K8o","file-name":"j8j151","default-color":"WX-zzb","doc-color":"Bi-dNJ","xls-color":"V8qhsM","pdf-color":"bleJuD","movie-color":"xIW992","img-color":"BiycRE","mov-color":"_2PoJrU","error-block":"LILfCG","icons-block":"Q2pOi-","fileName":"j8j151","defaultColor":"WX-zzb","docColor":"Bi-dNJ","xlsColor":"V8qhsM","pdfColor":"bleJuD","movieColor":"xIW992","imgColor":"BiycRE","movColor":"_2PoJrU","errorBlock":"LILfCG","iconsBlock":"Q2pOi-"};
|
|
4583
4523
|
|
|
4584
|
-
var css = {"root":"
|
|
4524
|
+
var css = {"root":"_26bqh0"};
|
|
4585
4525
|
|
|
4586
4526
|
const SvgCircleProgress = React__namespace.forwardRef((props, ref) => {
|
|
4587
4527
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -4602,9 +4542,7 @@ var SvgNavigationClose18 = function SvgNavigationClose18(props, ref) {
|
|
|
4602
4542
|
viewBox: "0 0 18 18",
|
|
4603
4543
|
ref: ref
|
|
4604
4544
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4605
|
-
|
|
4606
|
-
d: "M14.25 4.808 13.193 3.75 9 7.942 4.808 3.75 3.75 4.808 7.942 9 3.75 13.193l1.058 1.057L9 10.057l4.193 4.193 1.057-1.057L10.057 9l4.193-4.192z",
|
|
4607
|
-
clipRule: "evenodd"
|
|
4545
|
+
d: "M4.8 14.25 3.75 13.2 7.95 9l-4.2-4.2L4.8 3.75 9 7.95l4.2-4.2 1.05 1.05-4.2 4.2 4.2 4.2-1.05 1.05-4.2-4.2-4.2 4.2z"
|
|
4608
4546
|
})));
|
|
4609
4547
|
};
|
|
4610
4548
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationClose18);
|
|
@@ -4821,19 +4759,8 @@ exports.VerticalTabButton = VerticalTabButton;
|
|
|
4821
4759
|
exports.VirtualList = VirtualList;
|
|
4822
4760
|
exports.WarningAlert = WarningAlert;
|
|
4823
4761
|
exports.WarningNotification = WarningNotification;
|
|
4824
|
-
exports.allButtonColors = allButtonColors;
|
|
4825
|
-
exports.allButtonFills = allButtonFills;
|
|
4826
|
-
exports.allEpamBadgeSemanticColors = allEpamBadgeSemanticColors;
|
|
4827
|
-
exports.allFillStyles = allFillStyles;
|
|
4828
|
-
exports.allFontStyles = allFontStyles;
|
|
4829
|
-
exports.allFontWeights = allFontWeights;
|
|
4830
4762
|
exports.allIconColors = allIconColors;
|
|
4831
4763
|
exports.allLinkButtonColors = allLinkButtonColors;
|
|
4832
|
-
exports.allRowSizes = allRowSizes;
|
|
4833
|
-
exports.allSemanticColors = allSemanticColors;
|
|
4834
|
-
exports.allSizes = allSizes;
|
|
4835
|
-
exports.allTextColors = allTextColors;
|
|
4836
|
-
exports.allTextSizes = allTextSizes;
|
|
4837
4764
|
exports.applyBadgeMods = applyBadgeMods;
|
|
4838
4765
|
exports.applyButtonMods = applyButtonMods;
|
|
4839
4766
|
exports.applyCheckboxMods = applyCheckboxMods;
|