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
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem) => void;
|
|
29
29
|
handleDateInputBlur: () => void;
|
|
30
30
|
handleDateInput: (value: string) => void;
|
|
31
|
-
handleTimePickerChange: (value: number) => void;
|
|
31
|
+
handleTimePickerChange: (value: number | null) => void;
|
|
32
32
|
clearSelectedDateTime: () => void;
|
|
33
33
|
virtualListContainer: () => HTMLElement;
|
|
34
34
|
virtualListContent: () => HTMLElement;
|
|
@@ -127,9 +127,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
tableHeaderColor: string;
|
|
128
128
|
hoverColor: string;
|
|
129
129
|
tableColorHover: string;
|
|
130
|
+
tableColorStriped: string;
|
|
130
131
|
pressedColor: string;
|
|
131
132
|
opacityDisabled: string;
|
|
132
133
|
inputColorDisabled: string;
|
|
134
|
+
buttonColor2: string;
|
|
135
|
+
buttonColor2Hover: string;
|
|
136
|
+
buttonColor2Pressed: string;
|
|
133
137
|
boxShadow1: string;
|
|
134
138
|
boxShadow2: string;
|
|
135
139
|
boxShadow3: string;
|
|
@@ -286,20 +290,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
286
290
|
fontSizeMedium: string;
|
|
287
291
|
fontSizeLarge: string;
|
|
288
292
|
opacityDisabled: string;
|
|
293
|
+
colorOpacitySecondary: string;
|
|
294
|
+
colorOpacitySecondaryHover: string;
|
|
295
|
+
colorOpacitySecondaryPressed: string;
|
|
296
|
+
colorSecondary: string;
|
|
297
|
+
colorSecondaryHover: string;
|
|
298
|
+
colorSecondaryPressed: string;
|
|
299
|
+
colorTertiary: string;
|
|
300
|
+
colorTertiaryHover: string;
|
|
301
|
+
colorTertiaryPressed: string;
|
|
302
|
+
colorQuaternary: string;
|
|
303
|
+
colorQuaternaryHover: string;
|
|
304
|
+
colorQuaternaryPressed: string;
|
|
289
305
|
color: string;
|
|
290
306
|
colorHover: string;
|
|
291
307
|
colorPressed: string;
|
|
292
308
|
colorFocus: string;
|
|
293
309
|
colorDisabled: string;
|
|
294
310
|
textColor: string;
|
|
311
|
+
textColorTertiary: string;
|
|
295
312
|
textColorHover: string;
|
|
296
313
|
textColorPressed: string;
|
|
297
314
|
textColorFocus: string;
|
|
298
315
|
textColorDisabled: string;
|
|
299
316
|
textColorText: string;
|
|
300
|
-
textColorTextDepth1: string;
|
|
301
|
-
textColorTextDepth2: string;
|
|
302
|
-
textColorTextDepth3: string;
|
|
303
317
|
textColorTextHover: string;
|
|
304
318
|
textColorTextPressed: string;
|
|
305
319
|
textColorTextFocus: string;
|
|
@@ -446,9 +460,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
446
460
|
borderDisabledError: string;
|
|
447
461
|
rippleColorError: string;
|
|
448
462
|
waveOpacity: string;
|
|
449
|
-
fontWeightText: string;
|
|
450
463
|
fontWeight: string;
|
|
451
|
-
|
|
464
|
+
fontWeightStrong: string;
|
|
452
465
|
paddingTiny: string;
|
|
453
466
|
paddingSmall: string;
|
|
454
467
|
paddingMedium: string;
|
|
@@ -502,20 +515,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
502
515
|
fontSizeMedium: string;
|
|
503
516
|
fontSizeLarge: string;
|
|
504
517
|
opacityDisabled: string;
|
|
518
|
+
colorOpacitySecondary: string;
|
|
519
|
+
colorOpacitySecondaryHover: string;
|
|
520
|
+
colorOpacitySecondaryPressed: string;
|
|
521
|
+
colorSecondary: string;
|
|
522
|
+
colorSecondaryHover: string;
|
|
523
|
+
colorSecondaryPressed: string;
|
|
524
|
+
colorTertiary: string;
|
|
525
|
+
colorTertiaryHover: string;
|
|
526
|
+
colorTertiaryPressed: string;
|
|
527
|
+
colorQuaternary: string;
|
|
528
|
+
colorQuaternaryHover: string;
|
|
529
|
+
colorQuaternaryPressed: string;
|
|
505
530
|
color: string;
|
|
506
531
|
colorHover: string;
|
|
507
532
|
colorPressed: string;
|
|
508
533
|
colorFocus: string;
|
|
509
534
|
colorDisabled: string;
|
|
510
535
|
textColor: string;
|
|
536
|
+
textColorTertiary: string;
|
|
511
537
|
textColorHover: string;
|
|
512
538
|
textColorPressed: string;
|
|
513
539
|
textColorFocus: string;
|
|
514
540
|
textColorDisabled: string;
|
|
515
541
|
textColorText: string;
|
|
516
|
-
textColorTextDepth1: string;
|
|
517
|
-
textColorTextDepth2: string;
|
|
518
|
-
textColorTextDepth3: string;
|
|
519
542
|
textColorTextHover: string;
|
|
520
543
|
textColorTextPressed: string;
|
|
521
544
|
textColorTextFocus: string;
|
|
@@ -662,9 +685,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
662
685
|
borderDisabledError: string;
|
|
663
686
|
rippleColorError: string;
|
|
664
687
|
waveOpacity: string;
|
|
665
|
-
fontWeightText: string;
|
|
666
688
|
fontWeight: string;
|
|
667
|
-
|
|
689
|
+
fontWeightStrong: string;
|
|
668
690
|
paddingTiny: string;
|
|
669
691
|
paddingSmall: string;
|
|
670
692
|
paddingMedium: string;
|
|
@@ -780,20 +802,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
780
802
|
fontSizeMedium: string;
|
|
781
803
|
fontSizeLarge: string;
|
|
782
804
|
opacityDisabled: string;
|
|
805
|
+
colorOpacitySecondary: string;
|
|
806
|
+
colorOpacitySecondaryHover: string;
|
|
807
|
+
colorOpacitySecondaryPressed: string;
|
|
808
|
+
colorSecondary: string;
|
|
809
|
+
colorSecondaryHover: string;
|
|
810
|
+
colorSecondaryPressed: string;
|
|
811
|
+
colorTertiary: string;
|
|
812
|
+
colorTertiaryHover: string;
|
|
813
|
+
colorTertiaryPressed: string;
|
|
814
|
+
colorQuaternary: string;
|
|
815
|
+
colorQuaternaryHover: string;
|
|
816
|
+
colorQuaternaryPressed: string;
|
|
783
817
|
color: string;
|
|
784
818
|
colorHover: string;
|
|
785
819
|
colorPressed: string;
|
|
786
820
|
colorFocus: string;
|
|
787
821
|
colorDisabled: string;
|
|
788
822
|
textColor: string;
|
|
823
|
+
textColorTertiary: string;
|
|
789
824
|
textColorHover: string;
|
|
790
825
|
textColorPressed: string;
|
|
791
826
|
textColorFocus: string;
|
|
792
827
|
textColorDisabled: string;
|
|
793
828
|
textColorText: string;
|
|
794
|
-
textColorTextDepth1: string;
|
|
795
|
-
textColorTextDepth2: string;
|
|
796
|
-
textColorTextDepth3: string;
|
|
797
829
|
textColorTextHover: string;
|
|
798
830
|
textColorTextPressed: string;
|
|
799
831
|
textColorTextFocus: string;
|
|
@@ -940,9 +972,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
940
972
|
borderDisabledError: string;
|
|
941
973
|
rippleColorError: string;
|
|
942
974
|
waveOpacity: string;
|
|
943
|
-
fontWeightText: string;
|
|
944
975
|
fontWeight: string;
|
|
945
|
-
|
|
976
|
+
fontWeightStrong: string;
|
|
946
977
|
paddingTiny: string;
|
|
947
978
|
paddingSmall: string;
|
|
948
979
|
paddingMedium: string;
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
startTimeValue: import("vue").ComputedRef<number | null>;
|
|
32
32
|
endTimeValue: import("vue").ComputedRef<number | null>;
|
|
33
33
|
handleFocusDetectorFocus: () => void;
|
|
34
|
-
handleStartTimePickerChange: (value: number) => void;
|
|
35
|
-
handleEndTimePickerChange: (value: number) => void;
|
|
34
|
+
handleStartTimePickerChange: (value: number | null) => void;
|
|
35
|
+
handleEndTimePickerChange: (value: number | null) => void;
|
|
36
36
|
handleStartDateInput: (value: string) => void;
|
|
37
37
|
handleStartDateInputBlur: () => void;
|
|
38
38
|
handleEndDateInput: (value: string) => void;
|
|
@@ -125,9 +125,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
125
|
tableHeaderColor: string;
|
|
126
126
|
hoverColor: string;
|
|
127
127
|
tableColorHover: string;
|
|
128
|
+
tableColorStriped: string;
|
|
128
129
|
pressedColor: string;
|
|
129
130
|
opacityDisabled: string;
|
|
130
131
|
inputColorDisabled: string;
|
|
132
|
+
buttonColor2: string;
|
|
133
|
+
buttonColor2Hover: string;
|
|
134
|
+
buttonColor2Pressed: string;
|
|
131
135
|
boxShadow1: string;
|
|
132
136
|
boxShadow2: string;
|
|
133
137
|
boxShadow3: string;
|
|
@@ -284,20 +288,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
288
|
fontSizeMedium: string;
|
|
285
289
|
fontSizeLarge: string;
|
|
286
290
|
opacityDisabled: string;
|
|
291
|
+
colorOpacitySecondary: string;
|
|
292
|
+
colorOpacitySecondaryHover: string;
|
|
293
|
+
colorOpacitySecondaryPressed: string;
|
|
294
|
+
colorSecondary: string;
|
|
295
|
+
colorSecondaryHover: string;
|
|
296
|
+
colorSecondaryPressed: string;
|
|
297
|
+
colorTertiary: string;
|
|
298
|
+
colorTertiaryHover: string;
|
|
299
|
+
colorTertiaryPressed: string;
|
|
300
|
+
colorQuaternary: string;
|
|
301
|
+
colorQuaternaryHover: string;
|
|
302
|
+
colorQuaternaryPressed: string;
|
|
287
303
|
color: string;
|
|
288
304
|
colorHover: string;
|
|
289
305
|
colorPressed: string;
|
|
290
306
|
colorFocus: string;
|
|
291
307
|
colorDisabled: string;
|
|
292
308
|
textColor: string;
|
|
309
|
+
textColorTertiary: string;
|
|
293
310
|
textColorHover: string;
|
|
294
311
|
textColorPressed: string;
|
|
295
312
|
textColorFocus: string;
|
|
296
313
|
textColorDisabled: string;
|
|
297
314
|
textColorText: string;
|
|
298
|
-
textColorTextDepth1: string;
|
|
299
|
-
textColorTextDepth2: string;
|
|
300
|
-
textColorTextDepth3: string;
|
|
301
315
|
textColorTextHover: string;
|
|
302
316
|
textColorTextPressed: string;
|
|
303
317
|
textColorTextFocus: string;
|
|
@@ -444,9 +458,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
444
458
|
borderDisabledError: string;
|
|
445
459
|
rippleColorError: string;
|
|
446
460
|
waveOpacity: string;
|
|
447
|
-
fontWeightText: string;
|
|
448
461
|
fontWeight: string;
|
|
449
|
-
|
|
462
|
+
fontWeightStrong: string;
|
|
450
463
|
paddingTiny: string;
|
|
451
464
|
paddingSmall: string;
|
|
452
465
|
paddingMedium: string;
|
|
@@ -500,20 +513,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
500
513
|
fontSizeMedium: string;
|
|
501
514
|
fontSizeLarge: string;
|
|
502
515
|
opacityDisabled: string;
|
|
516
|
+
colorOpacitySecondary: string;
|
|
517
|
+
colorOpacitySecondaryHover: string;
|
|
518
|
+
colorOpacitySecondaryPressed: string;
|
|
519
|
+
colorSecondary: string;
|
|
520
|
+
colorSecondaryHover: string;
|
|
521
|
+
colorSecondaryPressed: string;
|
|
522
|
+
colorTertiary: string;
|
|
523
|
+
colorTertiaryHover: string;
|
|
524
|
+
colorTertiaryPressed: string;
|
|
525
|
+
colorQuaternary: string;
|
|
526
|
+
colorQuaternaryHover: string;
|
|
527
|
+
colorQuaternaryPressed: string;
|
|
503
528
|
color: string;
|
|
504
529
|
colorHover: string;
|
|
505
530
|
colorPressed: string;
|
|
506
531
|
colorFocus: string;
|
|
507
532
|
colorDisabled: string;
|
|
508
533
|
textColor: string;
|
|
534
|
+
textColorTertiary: string;
|
|
509
535
|
textColorHover: string;
|
|
510
536
|
textColorPressed: string;
|
|
511
537
|
textColorFocus: string;
|
|
512
538
|
textColorDisabled: string;
|
|
513
539
|
textColorText: string;
|
|
514
|
-
textColorTextDepth1: string;
|
|
515
|
-
textColorTextDepth2: string;
|
|
516
|
-
textColorTextDepth3: string;
|
|
517
540
|
textColorTextHover: string;
|
|
518
541
|
textColorTextPressed: string;
|
|
519
542
|
textColorTextFocus: string;
|
|
@@ -660,9 +683,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
660
683
|
borderDisabledError: string;
|
|
661
684
|
rippleColorError: string;
|
|
662
685
|
waveOpacity: string;
|
|
663
|
-
fontWeightText: string;
|
|
664
686
|
fontWeight: string;
|
|
665
|
-
|
|
687
|
+
fontWeightStrong: string;
|
|
666
688
|
paddingTiny: string;
|
|
667
689
|
paddingSmall: string;
|
|
668
690
|
paddingMedium: string;
|
|
@@ -778,20 +800,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
778
800
|
fontSizeMedium: string;
|
|
779
801
|
fontSizeLarge: string;
|
|
780
802
|
opacityDisabled: string;
|
|
803
|
+
colorOpacitySecondary: string;
|
|
804
|
+
colorOpacitySecondaryHover: string;
|
|
805
|
+
colorOpacitySecondaryPressed: string;
|
|
806
|
+
colorSecondary: string;
|
|
807
|
+
colorSecondaryHover: string;
|
|
808
|
+
colorSecondaryPressed: string;
|
|
809
|
+
colorTertiary: string;
|
|
810
|
+
colorTertiaryHover: string;
|
|
811
|
+
colorTertiaryPressed: string;
|
|
812
|
+
colorQuaternary: string;
|
|
813
|
+
colorQuaternaryHover: string;
|
|
814
|
+
colorQuaternaryPressed: string;
|
|
781
815
|
color: string;
|
|
782
816
|
colorHover: string;
|
|
783
817
|
colorPressed: string;
|
|
784
818
|
colorFocus: string;
|
|
785
819
|
colorDisabled: string;
|
|
786
820
|
textColor: string;
|
|
821
|
+
textColorTertiary: string;
|
|
787
822
|
textColorHover: string;
|
|
788
823
|
textColorPressed: string;
|
|
789
824
|
textColorFocus: string;
|
|
790
825
|
textColorDisabled: string;
|
|
791
826
|
textColorText: string;
|
|
792
|
-
textColorTextDepth1: string;
|
|
793
|
-
textColorTextDepth2: string;
|
|
794
|
-
textColorTextDepth3: string;
|
|
795
827
|
textColorTextHover: string;
|
|
796
828
|
textColorTextPressed: string;
|
|
797
829
|
textColorTextFocus: string;
|
|
@@ -938,9 +970,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
938
970
|
borderDisabledError: string;
|
|
939
971
|
rippleColorError: string;
|
|
940
972
|
waveOpacity: string;
|
|
941
|
-
fontWeightText: string;
|
|
942
973
|
fontWeight: string;
|
|
943
|
-
|
|
974
|
+
fontWeightStrong: string;
|
|
944
975
|
paddingTiny: string;
|
|
945
976
|
paddingSmall: string;
|
|
946
977
|
paddingMedium: string;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem) => void;
|
|
29
29
|
handleDateInputBlur: () => void;
|
|
30
30
|
handleDateInput: (value: string) => void;
|
|
31
|
-
handleTimePickerChange: (value: number) => void;
|
|
31
|
+
handleTimePickerChange: (value: number | null) => void;
|
|
32
32
|
clearSelectedDateTime: () => void;
|
|
33
33
|
virtualListContainer: () => HTMLElement;
|
|
34
34
|
virtualListContent: () => HTMLElement;
|
|
@@ -127,9 +127,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
tableHeaderColor: string;
|
|
128
128
|
hoverColor: string;
|
|
129
129
|
tableColorHover: string;
|
|
130
|
+
tableColorStriped: string;
|
|
130
131
|
pressedColor: string;
|
|
131
132
|
opacityDisabled: string;
|
|
132
133
|
inputColorDisabled: string;
|
|
134
|
+
buttonColor2: string;
|
|
135
|
+
buttonColor2Hover: string;
|
|
136
|
+
buttonColor2Pressed: string;
|
|
133
137
|
boxShadow1: string;
|
|
134
138
|
boxShadow2: string;
|
|
135
139
|
boxShadow3: string;
|
|
@@ -292,20 +296,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
292
296
|
fontSizeMedium: string;
|
|
293
297
|
fontSizeLarge: string;
|
|
294
298
|
opacityDisabled: string;
|
|
299
|
+
colorOpacitySecondary: string;
|
|
300
|
+
colorOpacitySecondaryHover: string;
|
|
301
|
+
colorOpacitySecondaryPressed: string;
|
|
302
|
+
colorSecondary: string;
|
|
303
|
+
colorSecondaryHover: string;
|
|
304
|
+
colorSecondaryPressed: string;
|
|
305
|
+
colorTertiary: string;
|
|
306
|
+
colorTertiaryHover: string;
|
|
307
|
+
colorTertiaryPressed: string;
|
|
308
|
+
colorQuaternary: string;
|
|
309
|
+
colorQuaternaryHover: string;
|
|
310
|
+
colorQuaternaryPressed: string;
|
|
295
311
|
color: string;
|
|
296
312
|
colorHover: string;
|
|
297
313
|
colorPressed: string;
|
|
298
314
|
colorFocus: string;
|
|
299
315
|
colorDisabled: string;
|
|
300
316
|
textColor: string;
|
|
317
|
+
textColorTertiary: string;
|
|
301
318
|
textColorHover: string;
|
|
302
319
|
textColorPressed: string;
|
|
303
320
|
textColorFocus: string;
|
|
304
321
|
textColorDisabled: string;
|
|
305
322
|
textColorText: string;
|
|
306
|
-
textColorTextDepth1: string;
|
|
307
|
-
textColorTextDepth2: string;
|
|
308
|
-
textColorTextDepth3: string;
|
|
309
323
|
textColorTextHover: string;
|
|
310
324
|
textColorTextPressed: string;
|
|
311
325
|
textColorTextFocus: string;
|
|
@@ -452,9 +466,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
452
466
|
borderDisabledError: string;
|
|
453
467
|
rippleColorError: string;
|
|
454
468
|
waveOpacity: string;
|
|
455
|
-
fontWeightText: string;
|
|
456
469
|
fontWeight: string;
|
|
457
|
-
|
|
470
|
+
fontWeightStrong: string;
|
|
458
471
|
paddingTiny: string;
|
|
459
472
|
paddingSmall: string;
|
|
460
473
|
paddingMedium: string;
|
|
@@ -508,20 +521,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
508
521
|
fontSizeMedium: string;
|
|
509
522
|
fontSizeLarge: string;
|
|
510
523
|
opacityDisabled: string;
|
|
524
|
+
colorOpacitySecondary: string;
|
|
525
|
+
colorOpacitySecondaryHover: string;
|
|
526
|
+
colorOpacitySecondaryPressed: string;
|
|
527
|
+
colorSecondary: string;
|
|
528
|
+
colorSecondaryHover: string;
|
|
529
|
+
colorSecondaryPressed: string;
|
|
530
|
+
colorTertiary: string;
|
|
531
|
+
colorTertiaryHover: string;
|
|
532
|
+
colorTertiaryPressed: string;
|
|
533
|
+
colorQuaternary: string;
|
|
534
|
+
colorQuaternaryHover: string;
|
|
535
|
+
colorQuaternaryPressed: string;
|
|
511
536
|
color: string;
|
|
512
537
|
colorHover: string;
|
|
513
538
|
colorPressed: string;
|
|
514
539
|
colorFocus: string;
|
|
515
540
|
colorDisabled: string;
|
|
516
541
|
textColor: string;
|
|
542
|
+
textColorTertiary: string;
|
|
517
543
|
textColorHover: string;
|
|
518
544
|
textColorPressed: string;
|
|
519
545
|
textColorFocus: string;
|
|
520
546
|
textColorDisabled: string;
|
|
521
547
|
textColorText: string;
|
|
522
|
-
textColorTextDepth1: string;
|
|
523
|
-
textColorTextDepth2: string;
|
|
524
|
-
textColorTextDepth3: string;
|
|
525
548
|
textColorTextHover: string;
|
|
526
549
|
textColorTextPressed: string;
|
|
527
550
|
textColorTextFocus: string;
|
|
@@ -668,9 +691,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
668
691
|
borderDisabledError: string;
|
|
669
692
|
rippleColorError: string;
|
|
670
693
|
waveOpacity: string;
|
|
671
|
-
fontWeightText: string;
|
|
672
694
|
fontWeight: string;
|
|
673
|
-
|
|
695
|
+
fontWeightStrong: string;
|
|
674
696
|
paddingTiny: string;
|
|
675
697
|
paddingSmall: string;
|
|
676
698
|
paddingMedium: string;
|
|
@@ -786,20 +808,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
786
808
|
fontSizeMedium: string;
|
|
787
809
|
fontSizeLarge: string;
|
|
788
810
|
opacityDisabled: string;
|
|
811
|
+
colorOpacitySecondary: string;
|
|
812
|
+
colorOpacitySecondaryHover: string;
|
|
813
|
+
colorOpacitySecondaryPressed: string;
|
|
814
|
+
colorSecondary: string;
|
|
815
|
+
colorSecondaryHover: string;
|
|
816
|
+
colorSecondaryPressed: string;
|
|
817
|
+
colorTertiary: string;
|
|
818
|
+
colorTertiaryHover: string;
|
|
819
|
+
colorTertiaryPressed: string;
|
|
820
|
+
colorQuaternary: string;
|
|
821
|
+
colorQuaternaryHover: string;
|
|
822
|
+
colorQuaternaryPressed: string;
|
|
789
823
|
color: string;
|
|
790
824
|
colorHover: string;
|
|
791
825
|
colorPressed: string;
|
|
792
826
|
colorFocus: string;
|
|
793
827
|
colorDisabled: string;
|
|
794
828
|
textColor: string;
|
|
829
|
+
textColorTertiary: string;
|
|
795
830
|
textColorHover: string;
|
|
796
831
|
textColorPressed: string;
|
|
797
832
|
textColorFocus: string;
|
|
798
833
|
textColorDisabled: string;
|
|
799
834
|
textColorText: string;
|
|
800
|
-
textColorTextDepth1: string;
|
|
801
|
-
textColorTextDepth2: string;
|
|
802
|
-
textColorTextDepth3: string;
|
|
803
835
|
textColorTextHover: string;
|
|
804
836
|
textColorTextPressed: string;
|
|
805
837
|
textColorTextFocus: string;
|
|
@@ -946,9 +978,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
946
978
|
borderDisabledError: string;
|
|
947
979
|
rippleColorError: string;
|
|
948
980
|
waveOpacity: string;
|
|
949
|
-
fontWeightText: string;
|
|
950
981
|
fontWeight: string;
|
|
951
|
-
|
|
982
|
+
fontWeightStrong: string;
|
|
952
983
|
paddingTiny: string;
|
|
953
984
|
paddingSmall: string;
|
|
954
985
|
paddingMedium: string;
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
startTimeValue: import("vue").ComputedRef<number | null>;
|
|
32
32
|
endTimeValue: import("vue").ComputedRef<number | null>;
|
|
33
33
|
handleFocusDetectorFocus: () => void;
|
|
34
|
-
handleStartTimePickerChange: (value: number) => void;
|
|
35
|
-
handleEndTimePickerChange: (value: number) => void;
|
|
34
|
+
handleStartTimePickerChange: (value: number | null) => void;
|
|
35
|
+
handleEndTimePickerChange: (value: number | null) => void;
|
|
36
36
|
handleStartDateInput: (value: string) => void;
|
|
37
37
|
handleStartDateInputBlur: () => void;
|
|
38
38
|
handleEndDateInput: (value: string) => void;
|
|
@@ -125,9 +125,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
125
|
tableHeaderColor: string;
|
|
126
126
|
hoverColor: string;
|
|
127
127
|
tableColorHover: string;
|
|
128
|
+
tableColorStriped: string;
|
|
128
129
|
pressedColor: string;
|
|
129
130
|
opacityDisabled: string;
|
|
130
131
|
inputColorDisabled: string;
|
|
132
|
+
buttonColor2: string;
|
|
133
|
+
buttonColor2Hover: string;
|
|
134
|
+
buttonColor2Pressed: string;
|
|
131
135
|
boxShadow1: string;
|
|
132
136
|
boxShadow2: string;
|
|
133
137
|
boxShadow3: string;
|
|
@@ -284,20 +288,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
288
|
fontSizeMedium: string;
|
|
285
289
|
fontSizeLarge: string;
|
|
286
290
|
opacityDisabled: string;
|
|
291
|
+
colorOpacitySecondary: string;
|
|
292
|
+
colorOpacitySecondaryHover: string;
|
|
293
|
+
colorOpacitySecondaryPressed: string;
|
|
294
|
+
colorSecondary: string;
|
|
295
|
+
colorSecondaryHover: string;
|
|
296
|
+
colorSecondaryPressed: string;
|
|
297
|
+
colorTertiary: string;
|
|
298
|
+
colorTertiaryHover: string;
|
|
299
|
+
colorTertiaryPressed: string;
|
|
300
|
+
colorQuaternary: string;
|
|
301
|
+
colorQuaternaryHover: string;
|
|
302
|
+
colorQuaternaryPressed: string;
|
|
287
303
|
color: string;
|
|
288
304
|
colorHover: string;
|
|
289
305
|
colorPressed: string;
|
|
290
306
|
colorFocus: string;
|
|
291
307
|
colorDisabled: string;
|
|
292
308
|
textColor: string;
|
|
309
|
+
textColorTertiary: string;
|
|
293
310
|
textColorHover: string;
|
|
294
311
|
textColorPressed: string;
|
|
295
312
|
textColorFocus: string;
|
|
296
313
|
textColorDisabled: string;
|
|
297
314
|
textColorText: string;
|
|
298
|
-
textColorTextDepth1: string;
|
|
299
|
-
textColorTextDepth2: string;
|
|
300
|
-
textColorTextDepth3: string;
|
|
301
315
|
textColorTextHover: string;
|
|
302
316
|
textColorTextPressed: string;
|
|
303
317
|
textColorTextFocus: string;
|
|
@@ -444,9 +458,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
444
458
|
borderDisabledError: string;
|
|
445
459
|
rippleColorError: string;
|
|
446
460
|
waveOpacity: string;
|
|
447
|
-
fontWeightText: string;
|
|
448
461
|
fontWeight: string;
|
|
449
|
-
|
|
462
|
+
fontWeightStrong: string;
|
|
450
463
|
paddingTiny: string;
|
|
451
464
|
paddingSmall: string;
|
|
452
465
|
paddingMedium: string;
|
|
@@ -500,20 +513,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
500
513
|
fontSizeMedium: string;
|
|
501
514
|
fontSizeLarge: string;
|
|
502
515
|
opacityDisabled: string;
|
|
516
|
+
colorOpacitySecondary: string;
|
|
517
|
+
colorOpacitySecondaryHover: string;
|
|
518
|
+
colorOpacitySecondaryPressed: string;
|
|
519
|
+
colorSecondary: string;
|
|
520
|
+
colorSecondaryHover: string;
|
|
521
|
+
colorSecondaryPressed: string;
|
|
522
|
+
colorTertiary: string;
|
|
523
|
+
colorTertiaryHover: string;
|
|
524
|
+
colorTertiaryPressed: string;
|
|
525
|
+
colorQuaternary: string;
|
|
526
|
+
colorQuaternaryHover: string;
|
|
527
|
+
colorQuaternaryPressed: string;
|
|
503
528
|
color: string;
|
|
504
529
|
colorHover: string;
|
|
505
530
|
colorPressed: string;
|
|
506
531
|
colorFocus: string;
|
|
507
532
|
colorDisabled: string;
|
|
508
533
|
textColor: string;
|
|
534
|
+
textColorTertiary: string;
|
|
509
535
|
textColorHover: string;
|
|
510
536
|
textColorPressed: string;
|
|
511
537
|
textColorFocus: string;
|
|
512
538
|
textColorDisabled: string;
|
|
513
539
|
textColorText: string;
|
|
514
|
-
textColorTextDepth1: string;
|
|
515
|
-
textColorTextDepth2: string;
|
|
516
|
-
textColorTextDepth3: string;
|
|
517
540
|
textColorTextHover: string;
|
|
518
541
|
textColorTextPressed: string;
|
|
519
542
|
textColorTextFocus: string;
|
|
@@ -660,9 +683,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
660
683
|
borderDisabledError: string;
|
|
661
684
|
rippleColorError: string;
|
|
662
685
|
waveOpacity: string;
|
|
663
|
-
fontWeightText: string;
|
|
664
686
|
fontWeight: string;
|
|
665
|
-
|
|
687
|
+
fontWeightStrong: string;
|
|
666
688
|
paddingTiny: string;
|
|
667
689
|
paddingSmall: string;
|
|
668
690
|
paddingMedium: string;
|
|
@@ -778,20 +800,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
778
800
|
fontSizeMedium: string;
|
|
779
801
|
fontSizeLarge: string;
|
|
780
802
|
opacityDisabled: string;
|
|
803
|
+
colorOpacitySecondary: string;
|
|
804
|
+
colorOpacitySecondaryHover: string;
|
|
805
|
+
colorOpacitySecondaryPressed: string;
|
|
806
|
+
colorSecondary: string;
|
|
807
|
+
colorSecondaryHover: string;
|
|
808
|
+
colorSecondaryPressed: string;
|
|
809
|
+
colorTertiary: string;
|
|
810
|
+
colorTertiaryHover: string;
|
|
811
|
+
colorTertiaryPressed: string;
|
|
812
|
+
colorQuaternary: string;
|
|
813
|
+
colorQuaternaryHover: string;
|
|
814
|
+
colorQuaternaryPressed: string;
|
|
781
815
|
color: string;
|
|
782
816
|
colorHover: string;
|
|
783
817
|
colorPressed: string;
|
|
784
818
|
colorFocus: string;
|
|
785
819
|
colorDisabled: string;
|
|
786
820
|
textColor: string;
|
|
821
|
+
textColorTertiary: string;
|
|
787
822
|
textColorHover: string;
|
|
788
823
|
textColorPressed: string;
|
|
789
824
|
textColorFocus: string;
|
|
790
825
|
textColorDisabled: string;
|
|
791
826
|
textColorText: string;
|
|
792
|
-
textColorTextDepth1: string;
|
|
793
|
-
textColorTextDepth2: string;
|
|
794
|
-
textColorTextDepth3: string;
|
|
795
827
|
textColorTextHover: string;
|
|
796
828
|
textColorTextPressed: string;
|
|
797
829
|
textColorTextFocus: string;
|
|
@@ -938,9 +970,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
938
970
|
borderDisabledError: string;
|
|
939
971
|
rippleColorError: string;
|
|
940
972
|
waveOpacity: string;
|
|
941
|
-
fontWeightText: string;
|
|
942
973
|
fontWeight: string;
|
|
943
|
-
|
|
974
|
+
fontWeightStrong: string;
|
|
944
975
|
paddingTiny: string;
|
|
945
976
|
paddingSmall: string;
|
|
946
977
|
paddingMedium: string;
|