naive-ui 2.20.3 → 2.21.3
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/es/_internal/scrollbar/src/ScrollBar.d.ts +1 -0
- package/es/_internal/scrollbar/src/ScrollBar.js +9 -4
- package/es/_internal/select-menu/src/SelectMenu.d.ts +4 -0
- package/es/_internal/selection/src/Selection.d.ts +4 -0
- package/es/_internal/suffix/src/Suffix.d.ts +4 -1
- package/es/_internal/suffix/src/Suffix.js +4 -1
- package/es/_styles/common/dark.js +2 -1
- package/es/_styles/common/light.d.ts +4 -0
- package/es/_styles/common/light.js +5 -2
- package/es/_styles/global/index.cssr.js +9 -4
- package/es/_styles/transitions/icon-switch.cssr.js +6 -2
- package/es/_utils/naive/extract-public-props.d.ts +1 -1
- package/es/alert/src/Alert.d.ts +4 -0
- package/es/auto-complete/src/AutoComplete.d.ts +9 -1
- package/es/auto-complete/src/AutoComplete.js +5 -2
- package/es/avatar/src/Avatar.d.ts +8 -1
- package/es/avatar/src/Avatar.js +41 -9
- package/es/avatar/src/styles/index.cssr.js +2 -2
- package/es/button/src/Button.d.ts +149 -52
- package/es/button/src/Button.js +128 -56
- package/es/button/src/interface.d.ts +1 -1
- package/es/button/styles/dark.js +3 -0
- package/es/button/styles/light.d.ts +14 -5
- package/es/button/styles/light.js +10 -3
- package/es/calendar/src/Calendar.d.ts +144 -50
- package/es/calendar/styles/light.d.ts +14 -5
- package/es/card/src/Card.d.ts +4 -0
- package/es/cascader/src/Cascader.d.ts +4 -0
- package/es/cascader/src/CascaderOption.d.ts +4 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +4 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +4 -0
- package/es/checkbox/src/Checkbox.d.ts +9 -5
- package/es/checkbox/src/Checkbox.js +3 -3
- package/es/collapse/src/Collapse.d.ts +4 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +18 -5
- package/es/color-picker/src/ColorPicker.d.ts +126 -45
- package/es/color-picker/styles/light.d.ts +14 -5
- package/es/data-table/src/DataTable.d.ts +184 -51
- package/es/data-table/src/DataTable.js +11 -6
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +21 -5
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +22 -6
- package/es/data-table/src/TableParts/Body.d.ts +26 -6
- package/es/data-table/src/TableParts/Body.js +77 -39
- package/es/data-table/src/TableParts/BodyCheckbox.js +1 -1
- package/es/data-table/src/TableParts/Cell.d.ts +42 -10
- package/es/data-table/src/TableParts/Header.d.ts +21 -5
- package/es/data-table/src/TableParts/Header.js +1 -1
- package/es/data-table/src/interface.d.ts +4 -1
- package/es/data-table/src/styles/index.cssr.js +14 -19
- package/es/data-table/src/use-table-data.js +3 -3
- package/es/data-table/styles/light.d.ts +20 -5
- package/es/data-table/styles/light.js +4 -4
- package/es/date-picker/src/DatePicker.d.ts +299 -105
- package/es/date-picker/src/panel/date.d.ts +47 -16
- package/es/date-picker/src/panel/daterange.d.ts +48 -17
- package/es/date-picker/src/panel/datetime.d.ts +47 -16
- package/es/date-picker/src/panel/datetimerange.d.ts +48 -17
- package/es/date-picker/src/panel/month.d.ts +47 -16
- package/es/date-picker/src/panel/use-calendar.d.ts +47 -16
- package/es/date-picker/src/panel/use-calendar.js +2 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +48 -17
- package/es/date-picker/src/panel/use-dual-calendar.js +4 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +46 -15
- package/es/date-picker/styles/light.d.ts +28 -10
- package/es/dialog/src/Dialog.d.ts +102 -35
- package/es/dialog/src/styles/index.cssr.js +1 -0
- package/es/dialog/styles/light.d.ts +14 -5
- package/es/drawer/src/Drawer.d.ts +4 -0
- package/es/drawer/src/DrawerBodyWrapper.d.ts +4 -0
- package/es/drawer/src/DrawerContent.d.ts +4 -0
- package/es/dropdown/index.d.ts +1 -1
- package/es/dropdown/src/Dropdown.d.ts +11 -7
- package/es/dropdown/src/DropdownGroup.d.ts +2 -3
- package/es/dropdown/src/DropdownGroupHeader.js +3 -3
- package/es/dropdown/src/DropdownMenu.d.ts +3 -4
- package/es/dropdown/src/DropdownMenu.js +5 -4
- package/es/dropdown/src/DropdownOption.d.ts +3 -4
- package/es/dropdown/src/DropdownOption.js +5 -4
- package/es/dropdown/src/DropdownRenderOption.d.ts +2 -3
- package/es/dropdown/src/interface.d.ts +9 -30
- package/es/dynamic-input/src/DynamicInput.d.ts +144 -50
- package/es/dynamic-input/src/InputPreset.d.ts +18 -5
- package/es/dynamic-input/src/PairPreset.d.ts +18 -5
- package/es/dynamic-input/styles/light.d.ts +14 -5
- package/es/dynamic-tags/src/DynamicTags.d.ts +145 -50
- package/es/dynamic-tags/styles/light.d.ts +14 -5
- package/es/ellipsis/src/Ellipsis.d.ts +4 -0
- package/es/global-style/src/GlobalStyle.js +2 -0
- package/es/image/src/Image.d.ts +25 -16
- package/es/image/src/Image.js +33 -5
- package/es/image/src/ImageGroup.js +2 -2
- package/es/image/src/ImagePreview.d.ts +1 -0
- package/es/image/src/ImagePreview.js +51 -4
- package/es/image/src/interface.d.ts +6 -0
- package/es/image/src/interface.js +1 -0
- package/es/image/src/styles/index.cssr.js +4 -3
- package/es/input/src/Input.d.ts +5 -0
- package/es/input/src/Input.js +6 -0
- package/es/input/src/interface.d.ts +1 -0
- package/es/input/src/styles/input.cssr.js +2 -1
- package/es/input-number/src/InputNumber.d.ts +179 -50
- package/es/input-number/src/InputNumber.js +26 -7
- package/es/input-number/src/utils.d.ts +1 -0
- package/es/input-number/src/utils.js +4 -0
- package/es/input-number/styles/light.d.ts +14 -5
- package/es/layout/src/Layout.d.ts +8 -0
- package/es/layout/src/LayoutContent.d.ts +4 -0
- package/es/layout/src/LayoutSider.d.ts +4 -0
- package/es/log/src/Log.d.ts +10 -25
- package/es/log/src/Log.js +2 -11
- package/es/log/src/LogLine.d.ts +1 -0
- package/es/log/src/LogLine.js +12 -10
- package/es/mention/src/Mention.d.ts +5 -0
- package/es/menu/index.d.ts +1 -1
- package/es/menu/src/Menu.d.ts +20 -6
- package/es/menu/src/Menu.js +2 -1
- package/es/menu/src/MenuDivider.d.ts +2 -0
- package/es/menu/src/MenuDivider.js +11 -0
- package/es/menu/src/MenuOption.d.ts +9 -1
- package/es/menu/src/MenuOptionContent.d.ts +4 -1
- package/es/menu/src/Submenu.d.ts +18 -16
- package/es/menu/src/interface.d.ts +23 -4
- package/es/menu/src/styles/index.cssr.js +6 -1
- package/es/menu/src/utils.d.ts +4 -2
- package/es/menu/src/utils.js +16 -2
- package/es/menu/styles/light.d.ts +2 -0
- package/es/menu/styles/light.js +3 -2
- package/es/modal/src/BodyWrapper.d.ts +32 -10
- package/es/modal/src/Modal.d.ts +169 -61
- package/es/modal/styles/light.d.ts +14 -5
- package/es/notification/src/NotificationContainer.d.ts +11 -0
- package/es/notification/src/NotificationContainer.js +7 -2
- package/es/notification/src/NotificationProvider.d.ts +17 -0
- package/es/notification/src/NotificationProvider.js +38 -3
- package/es/notification/src/styles/index.cssr.d.ts +2 -1
- package/es/notification/src/styles/index.cssr.js +41 -12
- package/es/pagination/src/Pagination.d.ts +5 -0
- package/es/popconfirm/src/Popconfirm.d.ts +149 -55
- package/es/popconfirm/styles/light.d.ts +14 -5
- package/es/popover/src/Popover.d.ts +6 -6
- package/es/popover/src/Popover.js +2 -5
- package/es/popover/src/PopoverBody.d.ts +5 -5
- package/es/popover/src/PopoverBody.js +2 -1
- package/es/popover/src/styles/index.cssr.js +0 -1
- package/es/popselect/src/Popselect.d.ts +9 -5
- package/es/popselect/src/PopselectPanel.d.ts +4 -0
- package/es/radio/src/Radio.d.ts +3 -0
- package/es/radio/src/RadioButton.d.ts +3 -0
- package/es/radio/src/use-radio.d.ts +2 -0
- package/es/radio/src/use-radio.js +6 -3
- package/es/select/src/Select.d.ts +4 -0
- package/es/slider/src/Slider.d.ts +71 -91
- package/es/slider/src/Slider.js +342 -583
- package/es/slider/src/interface.d.ts +1 -1
- package/es/slider/src/styles/index.cssr.js +86 -16
- package/es/slider/src/utils.d.ts +10 -1
- package/es/slider/src/utils.js +9 -0
- package/es/slider/styles/_common.d.ts +1 -0
- package/es/slider/styles/_common.js +1 -0
- package/es/slider/styles/light.d.ts +1 -0
- package/es/space/src/Space.js +2 -0
- package/es/steps/src/Step.js +1 -1
- package/es/switch/src/Switch.d.ts +16 -1
- package/es/switch/src/Switch.js +17 -4
- package/es/switch/src/styles/index.cssr.js +1 -1
- package/es/table/src/Table.d.ts +35 -0
- package/es/table/src/Table.js +8 -4
- package/es/table/src/styles/index.cssr.js +1 -1
- package/es/table/styles/light.d.ts +3 -0
- package/es/table/styles/light.js +2 -2
- package/es/tabs/index.d.ts +2 -0
- package/es/tabs/index.js +1 -0
- package/es/tabs/src/Tab.d.ts +35 -18
- package/es/tabs/src/Tab.js +11 -12
- package/es/tabs/src/Tabs.js +58 -18
- package/es/tag/src/Tag.d.ts +8 -3
- package/es/tag/src/Tag.js +10 -2
- package/es/tag/src/styles/index.cssr.js +10 -5
- package/es/tag/src/styles/rtl.cssr.js +7 -1
- package/es/theme-editor/src/ThemeEditor.d.ts +4 -0
- package/es/theme-editor/src/ThemeEditor.js +9 -2
- package/es/time-picker/src/Panel.d.ts +18 -5
- package/es/time-picker/src/TimePicker.d.ts +145 -50
- package/es/time-picker/styles/light.d.ts +14 -5
- package/es/tooltip/src/Tooltip.d.ts +9 -5
- package/es/transfer/src/Transfer.d.ts +144 -50
- package/es/transfer/src/TransferFilter.d.ts +18 -5
- package/es/transfer/src/TransferList.d.ts +18 -5
- package/es/transfer/src/TransferListItem.d.ts +18 -5
- package/es/transfer/styles/light.d.ts +14 -5
- package/es/tree/src/Tree.d.ts +12 -4
- package/es/tree/src/Tree.js +32 -6
- package/es/tree/src/TreeNodeCheckbox.d.ts +4 -0
- package/es/tree-select/src/TreeSelect.d.ts +4 -0
- package/es/upload/index.d.ts +1 -2
- package/es/upload/src/Upload.d.ts +151 -59
- package/es/upload/src/Upload.js +69 -16
- package/es/upload/src/UploadFile.d.ts +18 -5
- package/es/upload/src/UploadProgress.d.ts +18 -5
- package/es/upload/src/interface.d.ts +14 -1
- package/es/upload/styles/light.d.ts +14 -5
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +1 -0
- package/lib/_internal/scrollbar/src/ScrollBar.js +9 -4
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +4 -0
- package/lib/_internal/selection/src/Selection.d.ts +4 -0
- package/lib/_internal/suffix/src/Suffix.d.ts +4 -1
- package/lib/_internal/suffix/src/Suffix.js +4 -1
- package/lib/_styles/common/dark.js +2 -1
- package/lib/_styles/common/light.d.ts +4 -0
- package/lib/_styles/common/light.js +5 -2
- package/lib/_styles/global/index.cssr.js +10 -5
- package/lib/_styles/transitions/icon-switch.cssr.js +7 -2
- package/lib/_utils/naive/extract-public-props.d.ts +1 -1
- package/lib/alert/src/Alert.d.ts +4 -0
- package/lib/auto-complete/src/AutoComplete.d.ts +9 -1
- package/lib/auto-complete/src/AutoComplete.js +5 -2
- package/lib/avatar/src/Avatar.d.ts +8 -1
- package/lib/avatar/src/Avatar.js +40 -8
- package/lib/avatar/src/styles/index.cssr.js +2 -2
- package/lib/button/src/Button.d.ts +149 -52
- package/lib/button/src/Button.js +126 -54
- package/lib/button/src/interface.d.ts +1 -1
- package/lib/button/styles/dark.js +3 -0
- package/lib/button/styles/light.d.ts +14 -5
- package/lib/button/styles/light.js +10 -3
- package/lib/calendar/src/Calendar.d.ts +144 -50
- package/lib/calendar/styles/light.d.ts +14 -5
- package/lib/card/src/Card.d.ts +4 -0
- package/lib/cascader/src/Cascader.d.ts +4 -0
- package/lib/cascader/src/CascaderOption.d.ts +4 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +4 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +4 -0
- package/lib/checkbox/src/Checkbox.d.ts +9 -5
- package/lib/checkbox/src/Checkbox.js +3 -3
- package/lib/collapse/src/Collapse.d.ts +4 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +18 -5
- package/lib/color-picker/src/ColorPicker.d.ts +126 -45
- package/lib/color-picker/styles/light.d.ts +14 -5
- package/lib/data-table/src/DataTable.d.ts +184 -51
- package/lib/data-table/src/DataTable.js +11 -6
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +21 -5
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +22 -6
- package/lib/data-table/src/TableParts/Body.d.ts +26 -6
- package/lib/data-table/src/TableParts/Body.js +77 -39
- package/lib/data-table/src/TableParts/BodyCheckbox.js +1 -1
- package/lib/data-table/src/TableParts/Cell.d.ts +42 -10
- package/lib/data-table/src/TableParts/Header.d.ts +21 -5
- package/lib/data-table/src/TableParts/Header.js +1 -1
- package/lib/data-table/src/interface.d.ts +4 -1
- package/lib/data-table/src/styles/index.cssr.js +14 -19
- package/lib/data-table/src/use-table-data.js +3 -3
- package/lib/data-table/styles/light.d.ts +20 -5
- package/lib/data-table/styles/light.js +4 -4
- package/lib/date-picker/src/DatePicker.d.ts +299 -105
- package/lib/date-picker/src/panel/date.d.ts +47 -16
- package/lib/date-picker/src/panel/daterange.d.ts +48 -17
- package/lib/date-picker/src/panel/datetime.d.ts +47 -16
- package/lib/date-picker/src/panel/datetimerange.d.ts +48 -17
- package/lib/date-picker/src/panel/month.d.ts +47 -16
- package/lib/date-picker/src/panel/use-calendar.d.ts +47 -16
- package/lib/date-picker/src/panel/use-calendar.js +2 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +48 -17
- package/lib/date-picker/src/panel/use-dual-calendar.js +4 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +46 -15
- package/lib/date-picker/styles/light.d.ts +28 -10
- package/lib/dialog/src/Dialog.d.ts +102 -35
- package/lib/dialog/src/styles/index.cssr.js +1 -0
- package/lib/dialog/styles/light.d.ts +14 -5
- package/lib/drawer/src/Drawer.d.ts +4 -0
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +4 -0
- package/lib/drawer/src/DrawerContent.d.ts +4 -0
- package/lib/dropdown/index.d.ts +1 -1
- package/lib/dropdown/src/Dropdown.d.ts +11 -7
- package/lib/dropdown/src/DropdownGroup.d.ts +2 -3
- package/lib/dropdown/src/DropdownGroupHeader.js +3 -3
- package/lib/dropdown/src/DropdownMenu.d.ts +3 -4
- package/lib/dropdown/src/DropdownMenu.js +5 -4
- package/lib/dropdown/src/DropdownOption.d.ts +3 -4
- package/lib/dropdown/src/DropdownOption.js +5 -4
- package/lib/dropdown/src/DropdownRenderOption.d.ts +2 -3
- package/lib/dropdown/src/interface.d.ts +9 -30
- package/lib/dynamic-input/src/DynamicInput.d.ts +144 -50
- package/lib/dynamic-input/src/InputPreset.d.ts +18 -5
- package/lib/dynamic-input/src/PairPreset.d.ts +18 -5
- package/lib/dynamic-input/styles/light.d.ts +14 -5
- package/lib/dynamic-tags/src/DynamicTags.d.ts +145 -50
- package/lib/dynamic-tags/styles/light.d.ts +14 -5
- package/lib/ellipsis/src/Ellipsis.d.ts +4 -0
- package/lib/global-style/src/GlobalStyle.js +2 -0
- package/lib/image/src/Image.d.ts +25 -16
- package/lib/image/src/Image.js +32 -4
- package/lib/image/src/ImageGroup.js +2 -2
- package/lib/image/src/ImagePreview.d.ts +1 -0
- package/lib/image/src/ImagePreview.js +51 -4
- package/lib/image/src/interface.d.ts +6 -0
- package/lib/image/src/interface.js +2 -0
- package/lib/image/src/styles/index.cssr.js +3 -2
- package/lib/input/src/Input.d.ts +5 -0
- package/lib/input/src/Input.js +6 -0
- package/lib/input/src/interface.d.ts +1 -0
- package/lib/input/src/styles/input.cssr.js +2 -1
- package/lib/input-number/src/InputNumber.d.ts +179 -50
- package/lib/input-number/src/InputNumber.js +25 -6
- package/lib/input-number/src/utils.d.ts +1 -0
- package/lib/input-number/src/utils.js +6 -1
- package/lib/input-number/styles/light.d.ts +14 -5
- package/lib/layout/src/Layout.d.ts +8 -0
- package/lib/layout/src/LayoutContent.d.ts +4 -0
- package/lib/layout/src/LayoutSider.d.ts +4 -0
- package/lib/log/src/Log.d.ts +10 -25
- package/lib/log/src/Log.js +2 -11
- package/lib/log/src/LogLine.d.ts +1 -0
- package/lib/log/src/LogLine.js +11 -9
- package/lib/mention/src/Mention.d.ts +5 -0
- package/lib/menu/index.d.ts +1 -1
- package/lib/menu/src/Menu.d.ts +20 -6
- package/lib/menu/src/Menu.js +2 -1
- package/lib/menu/src/MenuDivider.d.ts +2 -0
- package/lib/menu/src/MenuDivider.js +13 -0
- package/lib/menu/src/MenuOption.d.ts +9 -1
- package/lib/menu/src/MenuOptionContent.d.ts +4 -1
- package/lib/menu/src/Submenu.d.ts +18 -16
- package/lib/menu/src/interface.d.ts +23 -4
- package/lib/menu/src/styles/index.cssr.js +6 -1
- package/lib/menu/src/utils.d.ts +4 -2
- package/lib/menu/src/utils.js +22 -3
- package/lib/menu/styles/light.d.ts +2 -0
- package/lib/menu/styles/light.js +3 -2
- package/lib/modal/src/BodyWrapper.d.ts +32 -10
- package/lib/modal/src/Modal.d.ts +169 -61
- package/lib/modal/styles/light.d.ts +14 -5
- package/lib/notification/src/NotificationContainer.d.ts +11 -0
- package/lib/notification/src/NotificationContainer.js +7 -2
- package/lib/notification/src/NotificationProvider.d.ts +17 -0
- package/lib/notification/src/NotificationProvider.js +38 -3
- package/lib/notification/src/styles/index.cssr.d.ts +2 -1
- package/lib/notification/src/styles/index.cssr.js +41 -12
- package/lib/pagination/src/Pagination.d.ts +5 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +149 -55
- package/lib/popconfirm/styles/light.d.ts +14 -5
- package/lib/popover/src/Popover.d.ts +6 -6
- package/lib/popover/src/Popover.js +2 -5
- package/lib/popover/src/PopoverBody.d.ts +5 -5
- package/lib/popover/src/PopoverBody.js +2 -1
- package/lib/popover/src/styles/index.cssr.js +0 -1
- package/lib/popselect/src/Popselect.d.ts +9 -5
- package/lib/popselect/src/PopselectPanel.d.ts +4 -0
- package/lib/radio/src/Radio.d.ts +3 -0
- package/lib/radio/src/RadioButton.d.ts +3 -0
- package/lib/radio/src/use-radio.d.ts +2 -0
- package/lib/radio/src/use-radio.js +6 -3
- package/lib/select/src/Select.d.ts +4 -0
- package/lib/slider/src/Slider.d.ts +71 -91
- package/lib/slider/src/Slider.js +340 -581
- package/lib/slider/src/interface.d.ts +1 -1
- package/lib/slider/src/styles/index.cssr.js +86 -16
- package/lib/slider/src/utils.d.ts +10 -1
- package/lib/slider/src/utils.js +11 -1
- package/lib/slider/styles/_common.d.ts +1 -0
- package/lib/slider/styles/_common.js +1 -0
- package/lib/slider/styles/light.d.ts +1 -0
- package/lib/space/src/Space.js +2 -0
- package/lib/steps/src/Step.js +1 -1
- package/lib/switch/src/Switch.d.ts +16 -1
- package/lib/switch/src/Switch.js +17 -4
- package/lib/switch/src/styles/index.cssr.js +1 -1
- package/lib/table/src/Table.d.ts +35 -0
- package/lib/table/src/Table.js +8 -4
- package/lib/table/src/styles/index.cssr.js +1 -1
- package/lib/table/styles/light.d.ts +3 -0
- package/lib/table/styles/light.js +2 -2
- package/lib/tabs/index.d.ts +2 -0
- package/lib/tabs/index.js +3 -1
- package/lib/tabs/src/Tab.d.ts +35 -18
- package/lib/tabs/src/Tab.js +10 -11
- package/lib/tabs/src/Tabs.js +57 -17
- package/lib/tag/src/Tag.d.ts +8 -3
- package/lib/tag/src/Tag.js +10 -1
- package/lib/tag/src/styles/index.cssr.js +10 -5
- package/lib/tag/src/styles/rtl.cssr.js +7 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +4 -0
- package/lib/theme-editor/src/ThemeEditor.js +9 -2
- package/lib/time-picker/src/Panel.d.ts +18 -5
- package/lib/time-picker/src/TimePicker.d.ts +145 -50
- package/lib/time-picker/styles/light.d.ts +14 -5
- package/lib/tooltip/src/Tooltip.d.ts +9 -5
- package/lib/transfer/src/Transfer.d.ts +144 -50
- package/lib/transfer/src/TransferFilter.d.ts +18 -5
- package/lib/transfer/src/TransferList.d.ts +18 -5
- package/lib/transfer/src/TransferListItem.d.ts +18 -5
- package/lib/transfer/styles/light.d.ts +14 -5
- package/lib/tree/src/Tree.d.ts +12 -4
- package/lib/tree/src/Tree.js +32 -6
- package/lib/tree/src/TreeNodeCheckbox.d.ts +4 -0
- package/lib/tree-select/src/TreeSelect.d.ts +4 -0
- package/lib/upload/index.d.ts +1 -2
- package/lib/upload/src/Upload.d.ts +151 -59
- package/lib/upload/src/Upload.js +69 -16
- package/lib/upload/src/UploadFile.d.ts +18 -5
- package/lib/upload/src/UploadProgress.d.ts +18 -5
- package/lib/upload/src/interface.d.ts +14 -1
- package/lib/upload/styles/light.d.ts +14 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +8 -7
- package/web-types.json +245 -14
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
handleDateClick: (dateItem: import("../utils").DateItem | MonthItem | YearItem) => void;
|
|
36
36
|
handleDateInputBlur: () => void;
|
|
37
37
|
handleDateInput: (value: string) => void;
|
|
38
|
-
handleTimePickerChange: (value: number) => void;
|
|
38
|
+
handleTimePickerChange: (value: number | null) => void;
|
|
39
39
|
clearSelectedDateTime: () => void;
|
|
40
40
|
virtualListContainer: () => HTMLElement;
|
|
41
41
|
virtualListContent: () => HTMLElement;
|
|
@@ -134,9 +134,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
tableHeaderColor: string;
|
|
135
135
|
hoverColor: string;
|
|
136
136
|
tableColorHover: string;
|
|
137
|
+
tableColorStriped: string;
|
|
137
138
|
pressedColor: string;
|
|
138
139
|
opacityDisabled: string;
|
|
139
140
|
inputColorDisabled: string;
|
|
141
|
+
buttonColor2: string;
|
|
142
|
+
buttonColor2Hover: string;
|
|
143
|
+
buttonColor2Pressed: string;
|
|
140
144
|
boxShadow1: string;
|
|
141
145
|
boxShadow2: string;
|
|
142
146
|
boxShadow3: string;
|
|
@@ -299,20 +303,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
299
303
|
fontSizeMedium: string;
|
|
300
304
|
fontSizeLarge: string;
|
|
301
305
|
opacityDisabled: string;
|
|
306
|
+
colorOpacitySecondary: string;
|
|
307
|
+
colorOpacitySecondaryHover: string;
|
|
308
|
+
colorOpacitySecondaryPressed: string;
|
|
309
|
+
colorSecondary: string;
|
|
310
|
+
colorSecondaryHover: string;
|
|
311
|
+
colorSecondaryPressed: string;
|
|
312
|
+
colorTertiary: string;
|
|
313
|
+
colorTertiaryHover: string;
|
|
314
|
+
colorTertiaryPressed: string;
|
|
315
|
+
colorQuaternary: string;
|
|
316
|
+
colorQuaternaryHover: string;
|
|
317
|
+
colorQuaternaryPressed: string;
|
|
302
318
|
color: string;
|
|
303
319
|
colorHover: string;
|
|
304
320
|
colorPressed: string;
|
|
305
321
|
colorFocus: string;
|
|
306
322
|
colorDisabled: string;
|
|
307
323
|
textColor: string;
|
|
324
|
+
textColorTertiary: string;
|
|
308
325
|
textColorHover: string;
|
|
309
326
|
textColorPressed: string;
|
|
310
327
|
textColorFocus: string;
|
|
311
328
|
textColorDisabled: string;
|
|
312
329
|
textColorText: string;
|
|
313
|
-
textColorTextDepth1: string;
|
|
314
|
-
textColorTextDepth2: string;
|
|
315
|
-
textColorTextDepth3: string;
|
|
316
330
|
textColorTextHover: string;
|
|
317
331
|
textColorTextPressed: string;
|
|
318
332
|
textColorTextFocus: string;
|
|
@@ -459,9 +473,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
459
473
|
borderDisabledError: string;
|
|
460
474
|
rippleColorError: string;
|
|
461
475
|
waveOpacity: string;
|
|
462
|
-
fontWeightText: string;
|
|
463
476
|
fontWeight: string;
|
|
464
|
-
|
|
477
|
+
fontWeightStrong: string;
|
|
465
478
|
paddingTiny: string;
|
|
466
479
|
paddingSmall: string;
|
|
467
480
|
paddingMedium: string;
|
|
@@ -515,20 +528,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
515
528
|
fontSizeMedium: string;
|
|
516
529
|
fontSizeLarge: string;
|
|
517
530
|
opacityDisabled: string;
|
|
531
|
+
colorOpacitySecondary: string;
|
|
532
|
+
colorOpacitySecondaryHover: string;
|
|
533
|
+
colorOpacitySecondaryPressed: string;
|
|
534
|
+
colorSecondary: string;
|
|
535
|
+
colorSecondaryHover: string;
|
|
536
|
+
colorSecondaryPressed: string;
|
|
537
|
+
colorTertiary: string;
|
|
538
|
+
colorTertiaryHover: string;
|
|
539
|
+
colorTertiaryPressed: string;
|
|
540
|
+
colorQuaternary: string;
|
|
541
|
+
colorQuaternaryHover: string;
|
|
542
|
+
colorQuaternaryPressed: string;
|
|
518
543
|
color: string;
|
|
519
544
|
colorHover: string;
|
|
520
545
|
colorPressed: string;
|
|
521
546
|
colorFocus: string;
|
|
522
547
|
colorDisabled: string;
|
|
523
548
|
textColor: string;
|
|
549
|
+
textColorTertiary: string;
|
|
524
550
|
textColorHover: string;
|
|
525
551
|
textColorPressed: string;
|
|
526
552
|
textColorFocus: string;
|
|
527
553
|
textColorDisabled: string;
|
|
528
554
|
textColorText: string;
|
|
529
|
-
textColorTextDepth1: string;
|
|
530
|
-
textColorTextDepth2: string;
|
|
531
|
-
textColorTextDepth3: string;
|
|
532
555
|
textColorTextHover: string;
|
|
533
556
|
textColorTextPressed: string;
|
|
534
557
|
textColorTextFocus: string;
|
|
@@ -675,9 +698,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
675
698
|
borderDisabledError: string;
|
|
676
699
|
rippleColorError: string;
|
|
677
700
|
waveOpacity: string;
|
|
678
|
-
fontWeightText: string;
|
|
679
701
|
fontWeight: string;
|
|
680
|
-
|
|
702
|
+
fontWeightStrong: string;
|
|
681
703
|
paddingTiny: string;
|
|
682
704
|
paddingSmall: string;
|
|
683
705
|
paddingMedium: string;
|
|
@@ -793,20 +815,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
793
815
|
fontSizeMedium: string;
|
|
794
816
|
fontSizeLarge: string;
|
|
795
817
|
opacityDisabled: string;
|
|
818
|
+
colorOpacitySecondary: string;
|
|
819
|
+
colorOpacitySecondaryHover: string;
|
|
820
|
+
colorOpacitySecondaryPressed: string;
|
|
821
|
+
colorSecondary: string;
|
|
822
|
+
colorSecondaryHover: string;
|
|
823
|
+
colorSecondaryPressed: string;
|
|
824
|
+
colorTertiary: string;
|
|
825
|
+
colorTertiaryHover: string;
|
|
826
|
+
colorTertiaryPressed: string;
|
|
827
|
+
colorQuaternary: string;
|
|
828
|
+
colorQuaternaryHover: string;
|
|
829
|
+
colorQuaternaryPressed: string;
|
|
796
830
|
color: string;
|
|
797
831
|
colorHover: string;
|
|
798
832
|
colorPressed: string;
|
|
799
833
|
colorFocus: string;
|
|
800
834
|
colorDisabled: string;
|
|
801
835
|
textColor: string;
|
|
836
|
+
textColorTertiary: string;
|
|
802
837
|
textColorHover: string;
|
|
803
838
|
textColorPressed: string;
|
|
804
839
|
textColorFocus: string;
|
|
805
840
|
textColorDisabled: string;
|
|
806
841
|
textColorText: string;
|
|
807
|
-
textColorTextDepth1: string;
|
|
808
|
-
textColorTextDepth2: string;
|
|
809
|
-
textColorTextDepth3: string;
|
|
810
842
|
textColorTextHover: string;
|
|
811
843
|
textColorTextPressed: string;
|
|
812
844
|
textColorTextFocus: string;
|
|
@@ -953,9 +985,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
953
985
|
borderDisabledError: string;
|
|
954
986
|
rippleColorError: string;
|
|
955
987
|
waveOpacity: string;
|
|
956
|
-
fontWeightText: string;
|
|
957
988
|
fontWeight: string;
|
|
958
|
-
|
|
989
|
+
fontWeightStrong: string;
|
|
959
990
|
paddingTiny: string;
|
|
960
991
|
paddingSmall: string;
|
|
961
992
|
paddingMedium: string;
|
|
@@ -32,7 +32,7 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
32
32
|
handleDateClick: (dateItem: DateItem | MonthItem | YearItem) => void;
|
|
33
33
|
handleDateInputBlur: () => void;
|
|
34
34
|
handleDateInput: (value: string) => void;
|
|
35
|
-
handleTimePickerChange: (value: number) => void;
|
|
35
|
+
handleTimePickerChange: (value: number | null) => void;
|
|
36
36
|
clearSelectedDateTime: () => void;
|
|
37
37
|
virtualListContainer: () => HTMLElement;
|
|
38
38
|
virtualListContent: () => HTMLElement;
|
|
@@ -131,9 +131,13 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
131
131
|
tableHeaderColor: string;
|
|
132
132
|
hoverColor: string;
|
|
133
133
|
tableColorHover: string;
|
|
134
|
+
tableColorStriped: string;
|
|
134
135
|
pressedColor: string;
|
|
135
136
|
opacityDisabled: string;
|
|
136
137
|
inputColorDisabled: string;
|
|
138
|
+
buttonColor2: string;
|
|
139
|
+
buttonColor2Hover: string;
|
|
140
|
+
buttonColor2Pressed: string;
|
|
137
141
|
boxShadow1: string;
|
|
138
142
|
boxShadow2: string;
|
|
139
143
|
boxShadow3: string;
|
|
@@ -290,20 +294,30 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
290
294
|
fontSizeMedium: string;
|
|
291
295
|
fontSizeLarge: string;
|
|
292
296
|
opacityDisabled: string;
|
|
297
|
+
colorOpacitySecondary: string;
|
|
298
|
+
colorOpacitySecondaryHover: string;
|
|
299
|
+
colorOpacitySecondaryPressed: string;
|
|
300
|
+
colorSecondary: string;
|
|
301
|
+
colorSecondaryHover: string;
|
|
302
|
+
colorSecondaryPressed: string;
|
|
303
|
+
colorTertiary: string;
|
|
304
|
+
colorTertiaryHover: string;
|
|
305
|
+
colorTertiaryPressed: string;
|
|
306
|
+
colorQuaternary: string;
|
|
307
|
+
colorQuaternaryHover: string;
|
|
308
|
+
colorQuaternaryPressed: string;
|
|
293
309
|
color: string;
|
|
294
310
|
colorHover: string;
|
|
295
311
|
colorPressed: string;
|
|
296
312
|
colorFocus: string;
|
|
297
313
|
colorDisabled: string;
|
|
298
314
|
textColor: string;
|
|
315
|
+
textColorTertiary: string;
|
|
299
316
|
textColorHover: string;
|
|
300
317
|
textColorPressed: string;
|
|
301
318
|
textColorFocus: string;
|
|
302
319
|
textColorDisabled: string;
|
|
303
320
|
textColorText: string;
|
|
304
|
-
textColorTextDepth1: string;
|
|
305
|
-
textColorTextDepth2: string;
|
|
306
|
-
textColorTextDepth3: string;
|
|
307
321
|
textColorTextHover: string;
|
|
308
322
|
textColorTextPressed: string;
|
|
309
323
|
textColorTextFocus: string;
|
|
@@ -450,9 +464,8 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
450
464
|
borderDisabledError: string;
|
|
451
465
|
rippleColorError: string;
|
|
452
466
|
waveOpacity: string;
|
|
453
|
-
fontWeightText: string;
|
|
454
467
|
fontWeight: string;
|
|
455
|
-
|
|
468
|
+
fontWeightStrong: string;
|
|
456
469
|
paddingTiny: string;
|
|
457
470
|
paddingSmall: string;
|
|
458
471
|
paddingMedium: string;
|
|
@@ -506,20 +519,30 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
506
519
|
fontSizeMedium: string;
|
|
507
520
|
fontSizeLarge: string;
|
|
508
521
|
opacityDisabled: string;
|
|
522
|
+
colorOpacitySecondary: string;
|
|
523
|
+
colorOpacitySecondaryHover: string;
|
|
524
|
+
colorOpacitySecondaryPressed: string;
|
|
525
|
+
colorSecondary: string;
|
|
526
|
+
colorSecondaryHover: string;
|
|
527
|
+
colorSecondaryPressed: string;
|
|
528
|
+
colorTertiary: string;
|
|
529
|
+
colorTertiaryHover: string;
|
|
530
|
+
colorTertiaryPressed: string;
|
|
531
|
+
colorQuaternary: string;
|
|
532
|
+
colorQuaternaryHover: string;
|
|
533
|
+
colorQuaternaryPressed: string;
|
|
509
534
|
color: string;
|
|
510
535
|
colorHover: string;
|
|
511
536
|
colorPressed: string;
|
|
512
537
|
colorFocus: string;
|
|
513
538
|
colorDisabled: string;
|
|
514
539
|
textColor: string;
|
|
540
|
+
textColorTertiary: string;
|
|
515
541
|
textColorHover: string;
|
|
516
542
|
textColorPressed: string;
|
|
517
543
|
textColorFocus: string;
|
|
518
544
|
textColorDisabled: string;
|
|
519
545
|
textColorText: string;
|
|
520
|
-
textColorTextDepth1: string;
|
|
521
|
-
textColorTextDepth2: string;
|
|
522
|
-
textColorTextDepth3: string;
|
|
523
546
|
textColorTextHover: string;
|
|
524
547
|
textColorTextPressed: string;
|
|
525
548
|
textColorTextFocus: string;
|
|
@@ -666,9 +689,8 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
666
689
|
borderDisabledError: string;
|
|
667
690
|
rippleColorError: string;
|
|
668
691
|
waveOpacity: string;
|
|
669
|
-
fontWeightText: string;
|
|
670
692
|
fontWeight: string;
|
|
671
|
-
|
|
693
|
+
fontWeightStrong: string;
|
|
672
694
|
paddingTiny: string;
|
|
673
695
|
paddingSmall: string;
|
|
674
696
|
paddingMedium: string;
|
|
@@ -784,20 +806,30 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
784
806
|
fontSizeMedium: string;
|
|
785
807
|
fontSizeLarge: string;
|
|
786
808
|
opacityDisabled: string;
|
|
809
|
+
colorOpacitySecondary: string;
|
|
810
|
+
colorOpacitySecondaryHover: string;
|
|
811
|
+
colorOpacitySecondaryPressed: string;
|
|
812
|
+
colorSecondary: string;
|
|
813
|
+
colorSecondaryHover: string;
|
|
814
|
+
colorSecondaryPressed: string;
|
|
815
|
+
colorTertiary: string;
|
|
816
|
+
colorTertiaryHover: string;
|
|
817
|
+
colorTertiaryPressed: string;
|
|
818
|
+
colorQuaternary: string;
|
|
819
|
+
colorQuaternaryHover: string;
|
|
820
|
+
colorQuaternaryPressed: string;
|
|
787
821
|
color: string;
|
|
788
822
|
colorHover: string;
|
|
789
823
|
colorPressed: string;
|
|
790
824
|
colorFocus: string;
|
|
791
825
|
colorDisabled: string;
|
|
792
826
|
textColor: string;
|
|
827
|
+
textColorTertiary: string;
|
|
793
828
|
textColorHover: string;
|
|
794
829
|
textColorPressed: string;
|
|
795
830
|
textColorFocus: string;
|
|
796
831
|
textColorDisabled: string;
|
|
797
832
|
textColorText: string;
|
|
798
|
-
textColorTextDepth1: string;
|
|
799
|
-
textColorTextDepth2: string;
|
|
800
|
-
textColorTextDepth3: string;
|
|
801
833
|
textColorTextHover: string;
|
|
802
834
|
textColorTextPressed: string;
|
|
803
835
|
textColorTextFocus: string;
|
|
@@ -944,9 +976,8 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
944
976
|
borderDisabledError: string;
|
|
945
977
|
rippleColorError: string;
|
|
946
978
|
waveOpacity: string;
|
|
947
|
-
fontWeightText: string;
|
|
948
979
|
fontWeight: string;
|
|
949
|
-
|
|
980
|
+
fontWeightStrong: string;
|
|
950
981
|
paddingTiny: string;
|
|
951
982
|
paddingSmall: string;
|
|
952
983
|
paddingMedium: string;
|
|
@@ -211,6 +211,8 @@ function useCalendar(props, type) {
|
|
|
211
211
|
(_a = scrollbarInstRef.value) === null || _a === void 0 ? void 0 : _a.sync();
|
|
212
212
|
}
|
|
213
213
|
function handleTimePickerChange(value) {
|
|
214
|
+
if (value === null)
|
|
215
|
+
return;
|
|
214
216
|
panelCommon.doUpdateValue(value, false);
|
|
215
217
|
}
|
|
216
218
|
function handleSingleShortcutMouseenter(shortcut) {
|
|
@@ -35,8 +35,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
35
35
|
startTimeValue: import("vue").ComputedRef<number | null>;
|
|
36
36
|
endTimeValue: import("vue").ComputedRef<number | null>;
|
|
37
37
|
handleFocusDetectorFocus: () => void;
|
|
38
|
-
handleStartTimePickerChange: (value: number) => void;
|
|
39
|
-
handleEndTimePickerChange: (value: number) => void;
|
|
38
|
+
handleStartTimePickerChange: (value: number | null) => void;
|
|
39
|
+
handleEndTimePickerChange: (value: number | null) => void;
|
|
40
40
|
handleStartDateInput: (value: string) => void;
|
|
41
41
|
handleStartDateInputBlur: () => void;
|
|
42
42
|
handleEndDateInput: (value: string) => void;
|
|
@@ -129,9 +129,13 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
129
129
|
tableHeaderColor: string;
|
|
130
130
|
hoverColor: string;
|
|
131
131
|
tableColorHover: string;
|
|
132
|
+
tableColorStriped: string;
|
|
132
133
|
pressedColor: string;
|
|
133
134
|
opacityDisabled: string;
|
|
134
135
|
inputColorDisabled: string;
|
|
136
|
+
buttonColor2: string;
|
|
137
|
+
buttonColor2Hover: string;
|
|
138
|
+
buttonColor2Pressed: string;
|
|
135
139
|
boxShadow1: string;
|
|
136
140
|
boxShadow2: string;
|
|
137
141
|
boxShadow3: string;
|
|
@@ -288,20 +292,30 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
288
292
|
fontSizeMedium: string;
|
|
289
293
|
fontSizeLarge: string;
|
|
290
294
|
opacityDisabled: string;
|
|
295
|
+
colorOpacitySecondary: string;
|
|
296
|
+
colorOpacitySecondaryHover: string;
|
|
297
|
+
colorOpacitySecondaryPressed: string;
|
|
298
|
+
colorSecondary: string;
|
|
299
|
+
colorSecondaryHover: string;
|
|
300
|
+
colorSecondaryPressed: string;
|
|
301
|
+
colorTertiary: string;
|
|
302
|
+
colorTertiaryHover: string;
|
|
303
|
+
colorTertiaryPressed: string;
|
|
304
|
+
colorQuaternary: string;
|
|
305
|
+
colorQuaternaryHover: string;
|
|
306
|
+
colorQuaternaryPressed: string;
|
|
291
307
|
color: string;
|
|
292
308
|
colorHover: string;
|
|
293
309
|
colorPressed: string;
|
|
294
310
|
colorFocus: string;
|
|
295
311
|
colorDisabled: string;
|
|
296
312
|
textColor: string;
|
|
313
|
+
textColorTertiary: string;
|
|
297
314
|
textColorHover: string;
|
|
298
315
|
textColorPressed: string;
|
|
299
316
|
textColorFocus: string;
|
|
300
317
|
textColorDisabled: string;
|
|
301
318
|
textColorText: string;
|
|
302
|
-
textColorTextDepth1: string;
|
|
303
|
-
textColorTextDepth2: string;
|
|
304
|
-
textColorTextDepth3: string;
|
|
305
319
|
textColorTextHover: string;
|
|
306
320
|
textColorTextPressed: string;
|
|
307
321
|
textColorTextFocus: string;
|
|
@@ -448,9 +462,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
448
462
|
borderDisabledError: string;
|
|
449
463
|
rippleColorError: string;
|
|
450
464
|
waveOpacity: string;
|
|
451
|
-
fontWeightText: string;
|
|
452
465
|
fontWeight: string;
|
|
453
|
-
|
|
466
|
+
fontWeightStrong: string;
|
|
454
467
|
paddingTiny: string;
|
|
455
468
|
paddingSmall: string;
|
|
456
469
|
paddingMedium: string;
|
|
@@ -504,20 +517,30 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
504
517
|
fontSizeMedium: string;
|
|
505
518
|
fontSizeLarge: string;
|
|
506
519
|
opacityDisabled: string;
|
|
520
|
+
colorOpacitySecondary: string;
|
|
521
|
+
colorOpacitySecondaryHover: string;
|
|
522
|
+
colorOpacitySecondaryPressed: string;
|
|
523
|
+
colorSecondary: string;
|
|
524
|
+
colorSecondaryHover: string;
|
|
525
|
+
colorSecondaryPressed: string;
|
|
526
|
+
colorTertiary: string;
|
|
527
|
+
colorTertiaryHover: string;
|
|
528
|
+
colorTertiaryPressed: string;
|
|
529
|
+
colorQuaternary: string;
|
|
530
|
+
colorQuaternaryHover: string;
|
|
531
|
+
colorQuaternaryPressed: string;
|
|
507
532
|
color: string;
|
|
508
533
|
colorHover: string;
|
|
509
534
|
colorPressed: string;
|
|
510
535
|
colorFocus: string;
|
|
511
536
|
colorDisabled: string;
|
|
512
537
|
textColor: string;
|
|
538
|
+
textColorTertiary: string;
|
|
513
539
|
textColorHover: string;
|
|
514
540
|
textColorPressed: string;
|
|
515
541
|
textColorFocus: string;
|
|
516
542
|
textColorDisabled: string;
|
|
517
543
|
textColorText: string;
|
|
518
|
-
textColorTextDepth1: string;
|
|
519
|
-
textColorTextDepth2: string;
|
|
520
|
-
textColorTextDepth3: string;
|
|
521
544
|
textColorTextHover: string;
|
|
522
545
|
textColorTextPressed: string;
|
|
523
546
|
textColorTextFocus: string;
|
|
@@ -664,9 +687,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
664
687
|
borderDisabledError: string;
|
|
665
688
|
rippleColorError: string;
|
|
666
689
|
waveOpacity: string;
|
|
667
|
-
fontWeightText: string;
|
|
668
690
|
fontWeight: string;
|
|
669
|
-
|
|
691
|
+
fontWeightStrong: string;
|
|
670
692
|
paddingTiny: string;
|
|
671
693
|
paddingSmall: string;
|
|
672
694
|
paddingMedium: string;
|
|
@@ -782,20 +804,30 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
782
804
|
fontSizeMedium: string;
|
|
783
805
|
fontSizeLarge: string;
|
|
784
806
|
opacityDisabled: string;
|
|
807
|
+
colorOpacitySecondary: string;
|
|
808
|
+
colorOpacitySecondaryHover: string;
|
|
809
|
+
colorOpacitySecondaryPressed: string;
|
|
810
|
+
colorSecondary: string;
|
|
811
|
+
colorSecondaryHover: string;
|
|
812
|
+
colorSecondaryPressed: string;
|
|
813
|
+
colorTertiary: string;
|
|
814
|
+
colorTertiaryHover: string;
|
|
815
|
+
colorTertiaryPressed: string;
|
|
816
|
+
colorQuaternary: string;
|
|
817
|
+
colorQuaternaryHover: string;
|
|
818
|
+
colorQuaternaryPressed: string;
|
|
785
819
|
color: string;
|
|
786
820
|
colorHover: string;
|
|
787
821
|
colorPressed: string;
|
|
788
822
|
colorFocus: string;
|
|
789
823
|
colorDisabled: string;
|
|
790
824
|
textColor: string;
|
|
825
|
+
textColorTertiary: string;
|
|
791
826
|
textColorHover: string;
|
|
792
827
|
textColorPressed: string;
|
|
793
828
|
textColorFocus: string;
|
|
794
829
|
textColorDisabled: string;
|
|
795
830
|
textColorText: string;
|
|
796
|
-
textColorTextDepth1: string;
|
|
797
|
-
textColorTextDepth2: string;
|
|
798
|
-
textColorTextDepth3: string;
|
|
799
831
|
textColorTextHover: string;
|
|
800
832
|
textColorTextPressed: string;
|
|
801
833
|
textColorTextFocus: string;
|
|
@@ -942,9 +974,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
942
974
|
borderDisabledError: string;
|
|
943
975
|
rippleColorError: string;
|
|
944
976
|
waveOpacity: string;
|
|
945
|
-
fontWeightText: string;
|
|
946
977
|
fontWeight: string;
|
|
947
|
-
|
|
978
|
+
fontWeightStrong: string;
|
|
948
979
|
paddingTiny: string;
|
|
949
980
|
paddingSmall: string;
|
|
950
981
|
paddingMedium: string;
|
|
@@ -420,9 +420,13 @@ function useDualCalendar(props, type = 'datetime') {
|
|
|
420
420
|
endDateInputRef.value = (0, date_fns_1.format)(times[1], dateFormat, panelCommon.dateFnsOptions.value);
|
|
421
421
|
}
|
|
422
422
|
function handleStartTimePickerChange(value) {
|
|
423
|
+
if (value === null)
|
|
424
|
+
return;
|
|
423
425
|
changeStartDateTime(value);
|
|
424
426
|
}
|
|
425
427
|
function handleEndTimePickerChange(value) {
|
|
428
|
+
if (value === null)
|
|
429
|
+
return;
|
|
426
430
|
changeEndDateTime(value);
|
|
427
431
|
}
|
|
428
432
|
function handleRangeShortcutMouseenter(shortcut) {
|
|
@@ -95,9 +95,13 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
95
95
|
tableHeaderColor: string;
|
|
96
96
|
hoverColor: string;
|
|
97
97
|
tableColorHover: string;
|
|
98
|
+
tableColorStriped: string;
|
|
98
99
|
pressedColor: string;
|
|
99
100
|
opacityDisabled: string;
|
|
100
101
|
inputColorDisabled: string;
|
|
102
|
+
buttonColor2: string;
|
|
103
|
+
buttonColor2Hover: string;
|
|
104
|
+
buttonColor2Pressed: string;
|
|
101
105
|
boxShadow1: string;
|
|
102
106
|
boxShadow2: string;
|
|
103
107
|
boxShadow3: string;
|
|
@@ -254,20 +258,30 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
254
258
|
fontSizeMedium: string;
|
|
255
259
|
fontSizeLarge: string;
|
|
256
260
|
opacityDisabled: string;
|
|
261
|
+
colorOpacitySecondary: string;
|
|
262
|
+
colorOpacitySecondaryHover: string;
|
|
263
|
+
colorOpacitySecondaryPressed: string;
|
|
264
|
+
colorSecondary: string;
|
|
265
|
+
colorSecondaryHover: string;
|
|
266
|
+
colorSecondaryPressed: string;
|
|
267
|
+
colorTertiary: string;
|
|
268
|
+
colorTertiaryHover: string;
|
|
269
|
+
colorTertiaryPressed: string;
|
|
270
|
+
colorQuaternary: string;
|
|
271
|
+
colorQuaternaryHover: string;
|
|
272
|
+
colorQuaternaryPressed: string;
|
|
257
273
|
color: string;
|
|
258
274
|
colorHover: string;
|
|
259
275
|
colorPressed: string;
|
|
260
276
|
colorFocus: string;
|
|
261
277
|
colorDisabled: string;
|
|
262
278
|
textColor: string;
|
|
279
|
+
textColorTertiary: string;
|
|
263
280
|
textColorHover: string;
|
|
264
281
|
textColorPressed: string;
|
|
265
282
|
textColorFocus: string;
|
|
266
283
|
textColorDisabled: string;
|
|
267
284
|
textColorText: string;
|
|
268
|
-
textColorTextDepth1: string;
|
|
269
|
-
textColorTextDepth2: string;
|
|
270
|
-
textColorTextDepth3: string;
|
|
271
285
|
textColorTextHover: string;
|
|
272
286
|
textColorTextPressed: string;
|
|
273
287
|
textColorTextFocus: string;
|
|
@@ -414,9 +428,8 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
414
428
|
borderDisabledError: string;
|
|
415
429
|
rippleColorError: string;
|
|
416
430
|
waveOpacity: string;
|
|
417
|
-
fontWeightText: string;
|
|
418
431
|
fontWeight: string;
|
|
419
|
-
|
|
432
|
+
fontWeightStrong: string;
|
|
420
433
|
paddingTiny: string;
|
|
421
434
|
paddingSmall: string;
|
|
422
435
|
paddingMedium: string;
|
|
@@ -470,20 +483,30 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
470
483
|
fontSizeMedium: string;
|
|
471
484
|
fontSizeLarge: string;
|
|
472
485
|
opacityDisabled: string;
|
|
486
|
+
colorOpacitySecondary: string;
|
|
487
|
+
colorOpacitySecondaryHover: string;
|
|
488
|
+
colorOpacitySecondaryPressed: string;
|
|
489
|
+
colorSecondary: string;
|
|
490
|
+
colorSecondaryHover: string;
|
|
491
|
+
colorSecondaryPressed: string;
|
|
492
|
+
colorTertiary: string;
|
|
493
|
+
colorTertiaryHover: string;
|
|
494
|
+
colorTertiaryPressed: string;
|
|
495
|
+
colorQuaternary: string;
|
|
496
|
+
colorQuaternaryHover: string;
|
|
497
|
+
colorQuaternaryPressed: string;
|
|
473
498
|
color: string;
|
|
474
499
|
colorHover: string;
|
|
475
500
|
colorPressed: string;
|
|
476
501
|
colorFocus: string;
|
|
477
502
|
colorDisabled: string;
|
|
478
503
|
textColor: string;
|
|
504
|
+
textColorTertiary: string;
|
|
479
505
|
textColorHover: string;
|
|
480
506
|
textColorPressed: string;
|
|
481
507
|
textColorFocus: string;
|
|
482
508
|
textColorDisabled: string;
|
|
483
509
|
textColorText: string;
|
|
484
|
-
textColorTextDepth1: string;
|
|
485
|
-
textColorTextDepth2: string;
|
|
486
|
-
textColorTextDepth3: string;
|
|
487
510
|
textColorTextHover: string;
|
|
488
511
|
textColorTextPressed: string;
|
|
489
512
|
textColorTextFocus: string;
|
|
@@ -630,9 +653,8 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
630
653
|
borderDisabledError: string;
|
|
631
654
|
rippleColorError: string;
|
|
632
655
|
waveOpacity: string;
|
|
633
|
-
fontWeightText: string;
|
|
634
656
|
fontWeight: string;
|
|
635
|
-
|
|
657
|
+
fontWeightStrong: string;
|
|
636
658
|
paddingTiny: string;
|
|
637
659
|
paddingSmall: string;
|
|
638
660
|
paddingMedium: string;
|
|
@@ -748,20 +770,30 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
748
770
|
fontSizeMedium: string;
|
|
749
771
|
fontSizeLarge: string;
|
|
750
772
|
opacityDisabled: string;
|
|
773
|
+
colorOpacitySecondary: string;
|
|
774
|
+
colorOpacitySecondaryHover: string;
|
|
775
|
+
colorOpacitySecondaryPressed: string;
|
|
776
|
+
colorSecondary: string;
|
|
777
|
+
colorSecondaryHover: string;
|
|
778
|
+
colorSecondaryPressed: string;
|
|
779
|
+
colorTertiary: string;
|
|
780
|
+
colorTertiaryHover: string;
|
|
781
|
+
colorTertiaryPressed: string;
|
|
782
|
+
colorQuaternary: string;
|
|
783
|
+
colorQuaternaryHover: string;
|
|
784
|
+
colorQuaternaryPressed: string;
|
|
751
785
|
color: string;
|
|
752
786
|
colorHover: string;
|
|
753
787
|
colorPressed: string;
|
|
754
788
|
colorFocus: string;
|
|
755
789
|
colorDisabled: string;
|
|
756
790
|
textColor: string;
|
|
791
|
+
textColorTertiary: string;
|
|
757
792
|
textColorHover: string;
|
|
758
793
|
textColorPressed: string;
|
|
759
794
|
textColorFocus: string;
|
|
760
795
|
textColorDisabled: string;
|
|
761
796
|
textColorText: string;
|
|
762
|
-
textColorTextDepth1: string;
|
|
763
|
-
textColorTextDepth2: string;
|
|
764
|
-
textColorTextDepth3: string;
|
|
765
797
|
textColorTextHover: string;
|
|
766
798
|
textColorTextPressed: string;
|
|
767
799
|
textColorTextFocus: string;
|
|
@@ -908,9 +940,8 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
908
940
|
borderDisabledError: string;
|
|
909
941
|
rippleColorError: string;
|
|
910
942
|
waveOpacity: string;
|
|
911
|
-
fontWeightText: string;
|
|
912
943
|
fontWeight: string;
|
|
913
|
-
|
|
944
|
+
fontWeightStrong: string;
|
|
914
945
|
paddingTiny: string;
|
|
915
946
|
paddingSmall: string;
|
|
916
947
|
paddingMedium: string;
|