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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { InjectionKey, PropType, Ref, CSSProperties } from 'vue';
|
|
2
2
|
import { TreeNode } from 'treemate';
|
|
3
|
-
import { DropdownGroupOption, DropdownIgnoredOption, DropdownOption } from './interface';
|
|
4
3
|
export interface NDropdownMenuInjection {
|
|
5
4
|
showIconRef: Ref<boolean>;
|
|
6
5
|
hasSubmenuRef: Ref<boolean>;
|
|
@@ -14,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
13
|
required: true;
|
|
15
14
|
};
|
|
16
15
|
tmNodes: {
|
|
17
|
-
type: PropType<TreeNode<
|
|
16
|
+
type: PropType<TreeNode<import("../..").MenuOption, import("../..").MenuGroupOption, import("../../menu/src/interface").MenuIgnoredOption>[]>;
|
|
18
17
|
default: () => never[];
|
|
19
18
|
};
|
|
20
19
|
parentKey: {
|
|
@@ -31,12 +30,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
30
|
clsPrefix: string;
|
|
32
31
|
showArrow: boolean;
|
|
33
32
|
parentKey: string | number;
|
|
34
|
-
tmNodes: TreeNode<
|
|
33
|
+
tmNodes: TreeNode<import("../..").MenuOption, import("../..").MenuGroupOption, import("../../menu/src/interface").MenuIgnoredOption>[];
|
|
35
34
|
} & {
|
|
36
35
|
arrowStyle?: string | CSSProperties | undefined;
|
|
37
36
|
}>, {
|
|
38
37
|
showArrow: boolean;
|
|
39
38
|
parentKey: string | number;
|
|
40
|
-
tmNodes: TreeNode<
|
|
39
|
+
tmNodes: TreeNode<import("../..").MenuOption, import("../..").MenuGroupOption, import("../../menu/src/interface").MenuIgnoredOption>[];
|
|
41
40
|
}>;
|
|
42
41
|
export default _default;
|
|
@@ -57,16 +57,17 @@ export default defineComponent({
|
|
|
57
57
|
const { parentKey, clsPrefix } = this;
|
|
58
58
|
return (h("div", { class: `${clsPrefix}-dropdown-menu` },
|
|
59
59
|
this.tmNodes.map((tmNode) => {
|
|
60
|
-
|
|
60
|
+
const { rawNode } = tmNode;
|
|
61
|
+
if (isRenderNode(rawNode)) {
|
|
61
62
|
return (h(NDropdownRenderOption, { tmNode: tmNode, key: tmNode.key }));
|
|
62
63
|
}
|
|
63
|
-
if (isDividerNode(
|
|
64
|
+
if (isDividerNode(rawNode)) {
|
|
64
65
|
return h(NDropdownDivider, { clsPrefix: clsPrefix, key: tmNode.key });
|
|
65
66
|
}
|
|
66
|
-
if (isGroupNode(
|
|
67
|
+
if (isGroupNode(rawNode)) {
|
|
67
68
|
return (h(NDropdownGroup, { clsPrefix: clsPrefix, tmNode: tmNode, parentKey: parentKey, key: tmNode.key }));
|
|
68
69
|
}
|
|
69
|
-
return (h(NDropdownOption, { clsPrefix: clsPrefix, tmNode: tmNode, parentKey: parentKey, key: tmNode.key, props:
|
|
70
|
+
return (h(NDropdownOption, { clsPrefix: clsPrefix, tmNode: tmNode, parentKey: parentKey, key: tmNode.key, props: rawNode.props }));
|
|
70
71
|
}),
|
|
71
72
|
this.showArrow
|
|
72
73
|
? renderArrow({
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { PropType, Ref, HTMLAttributes } from 'vue';
|
|
2
2
|
import { FollowerPlacement } from 'vueuc';
|
|
3
3
|
import { TreeNode } from 'treemate';
|
|
4
|
-
import { DropdownGroupOption, DropdownIgnoredOption, DropdownOption } from './interface';
|
|
5
4
|
declare const _default: import("vue").DefineComponent<{
|
|
6
5
|
clsPrefix: {
|
|
7
6
|
type: StringConstructor;
|
|
8
7
|
required: true;
|
|
9
8
|
};
|
|
10
9
|
tmNode: {
|
|
11
|
-
type: PropType<TreeNode<
|
|
10
|
+
type: PropType<TreeNode<import("../..").MenuOption, import("../..").MenuGroupOption, import("../../menu/src/interface").MenuIgnoredOption>>;
|
|
12
11
|
required: true;
|
|
13
12
|
};
|
|
14
13
|
parentKey: {
|
|
@@ -28,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
27
|
siblingHasSubmenu: Ref<boolean>;
|
|
29
28
|
animated: Ref<boolean>;
|
|
30
29
|
mergedShowSubmenu: import("vue").ComputedRef<boolean>;
|
|
31
|
-
rawNode: import("vue").ComputedRef<
|
|
30
|
+
rawNode: import("vue").ComputedRef<import("../..").MenuOption | import("../..").MenuGroupOption | import("../../menu/src/interface").MenuIgnoredOption>;
|
|
32
31
|
hasSubmenu: import("vue").ComputedRef<boolean>;
|
|
33
32
|
pending: import("vue").ComputedRef<boolean>;
|
|
34
33
|
childActive: import("vue").ComputedRef<boolean>;
|
|
@@ -49,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
48
|
} & {
|
|
50
49
|
clsPrefix: string;
|
|
51
50
|
placement: FollowerPlacement;
|
|
52
|
-
tmNode: TreeNode<
|
|
51
|
+
tmNode: TreeNode<import("../..").MenuOption, import("../..").MenuGroupOption, import("../../menu/src/interface").MenuIgnoredOption>;
|
|
53
52
|
parentKey: string | number | null;
|
|
54
53
|
} & {
|
|
55
54
|
props?: HTMLAttributes | undefined;
|
|
@@ -7,6 +7,7 @@ import { NIcon } from '../../icon';
|
|
|
7
7
|
import NDropdownMenu, { dropdownMenuInjectionKey } from './DropdownMenu';
|
|
8
8
|
import { dropdownInjectionKey } from './Dropdown';
|
|
9
9
|
import { isSubmenuNode } from './utils';
|
|
10
|
+
import { happensIn } from 'seemly';
|
|
10
11
|
const dropdownOptionInjectionKey = Symbol('dropdown-option');
|
|
11
12
|
export default defineComponent({
|
|
12
13
|
name: 'DropdownOption',
|
|
@@ -104,7 +105,7 @@ export default defineComponent({
|
|
|
104
105
|
return;
|
|
105
106
|
const { relatedTarget } = e;
|
|
106
107
|
if (relatedTarget &&
|
|
107
|
-
!relatedTarget
|
|
108
|
+
!happensIn({ target: relatedTarget }, 'dropdownOption')) {
|
|
108
109
|
hoverKeyRef.value = null;
|
|
109
110
|
}
|
|
110
111
|
}
|
|
@@ -179,15 +180,15 @@ export default defineComponent({
|
|
|
179
180
|
};
|
|
180
181
|
return (h("div", { class: `${clsPrefix}-dropdown-option` },
|
|
181
182
|
h('div', mergeProps(builtinProps, props), [
|
|
182
|
-
h("div", { "
|
|
183
|
+
h("div", { "data-dropdown-option": true, class: [
|
|
183
184
|
`${clsPrefix}-dropdown-option-body__prefix`,
|
|
184
185
|
siblingHasIcon &&
|
|
185
186
|
`${clsPrefix}-dropdown-option-body__prefix--show-icon`
|
|
186
187
|
] }, [renderIcon ? renderIcon(rawNode) : render(rawNode.icon)]),
|
|
187
|
-
h("div", { "
|
|
188
|
+
h("div", { "data-dropdown-option": true, class: `${clsPrefix}-dropdown-option-body__label` }, renderLabel
|
|
188
189
|
? renderLabel(rawNode)
|
|
189
190
|
: render((_a = rawNode[this.labelField]) !== null && _a !== void 0 ? _a : rawNode.title)),
|
|
190
|
-
h("div", { "
|
|
191
|
+
h("div", { "data-dropdown-option": true, class: [
|
|
191
192
|
`${clsPrefix}-dropdown-option-body__suffix`,
|
|
192
193
|
siblingHasSubmenu &&
|
|
193
194
|
`${clsPrefix}-dropdown-option-body__suffix--has-submenu`
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { TreeNode } from 'treemate';
|
|
3
|
-
import { DropdownRenderOption } from './interface';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
tmNode: {
|
|
6
|
-
type: PropType<TreeNode<
|
|
5
|
+
type: PropType<TreeNode<import("../../menu/src/interface").MenuRenderOption, import("../../menu/src/interface").MenuRenderOption, import("../../menu/src/interface").MenuRenderOption>>;
|
|
7
6
|
required: true;
|
|
8
7
|
};
|
|
9
8
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
10
9
|
tmNode?: unknown;
|
|
11
10
|
} & {
|
|
12
|
-
tmNode: TreeNode<
|
|
11
|
+
tmNode: TreeNode<import("../../menu/src/interface").MenuRenderOption, import("../../menu/src/interface").MenuRenderOption, import("../../menu/src/interface").MenuRenderOption>;
|
|
13
12
|
} & {}>, {}>;
|
|
14
13
|
export default _default;
|
|
@@ -1,35 +1,14 @@
|
|
|
1
1
|
import { TreeNode } from 'treemate';
|
|
2
|
-
import { VNodeChild
|
|
3
|
-
import { MenuOption, MenuGroupOption } from '../../menu/src/interface';
|
|
2
|
+
import { VNodeChild } from 'vue';
|
|
3
|
+
import { MenuOption, MenuGroupOption, MenuDividerOption, MenuIgnoredOption, MenuRenderOption } from '../../menu/src/interface';
|
|
4
4
|
export declare type Key = string | number;
|
|
5
|
-
export declare type
|
|
6
|
-
export declare type
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export declare type
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export interface DropdownIgnoredOption {
|
|
13
|
-
key?: Key;
|
|
14
|
-
type: 'render' | 'divider';
|
|
15
|
-
props?: HTMLAttributes;
|
|
16
|
-
render?: () => VNodeChild;
|
|
17
|
-
[key: string]: unknown;
|
|
18
|
-
}
|
|
19
|
-
export declare type DropdownMixedOption = DropdownOption | DropdownGroupOption | DropdownIgnoredOption;
|
|
20
|
-
export declare type DropdownIntersectionOption = DropdownOption & DropdownGroupOption & DropdownIgnoredOption;
|
|
21
|
-
export interface DropdownRenderOption {
|
|
22
|
-
key?: Key;
|
|
23
|
-
type: 'render';
|
|
24
|
-
props?: HTMLAttributes;
|
|
25
|
-
render?: () => VNodeChild;
|
|
26
|
-
[key: string]: unknown;
|
|
27
|
-
}
|
|
28
|
-
export interface DropdownDividerOption {
|
|
29
|
-
key?: Key;
|
|
30
|
-
type: 'divider';
|
|
31
|
-
[key: string]: unknown;
|
|
32
|
-
}
|
|
5
|
+
export declare type DropdownOption = MenuOption;
|
|
6
|
+
export declare type DropdownGroupOption = MenuGroupOption;
|
|
7
|
+
export declare type DropdownDividerOption = MenuDividerOption;
|
|
8
|
+
export declare type DropdownRenderOption = MenuRenderOption;
|
|
9
|
+
export declare type DropdownMixedOption = DropdownOption | DropdownGroupOption | DropdownDividerOption | DropdownRenderOption;
|
|
10
|
+
export declare type DropdownIgnoredOption = MenuIgnoredOption;
|
|
11
|
+
export declare type DropdownIntersectionOption = DropdownOption & DropdownGroupOption;
|
|
33
12
|
export declare type TmNode = TreeNode<DropdownOption, DropdownGroupOption, DropdownIgnoredOption>;
|
|
34
13
|
export declare type OnUpdateValue = <T extends string & number & (string | number)>(value: T, option: DropdownOption) => void;
|
|
35
14
|
export declare type OnUpdateKeys = <T extends string[] & number[] & Array<string | number>>(keys: T) => void;
|
|
@@ -121,20 +121,30 @@ declare const dynamicInputProps: {
|
|
|
121
121
|
fontSizeMedium: string;
|
|
122
122
|
fontSizeLarge: string;
|
|
123
123
|
opacityDisabled: string;
|
|
124
|
+
colorOpacitySecondary: string;
|
|
125
|
+
colorOpacitySecondaryHover: string;
|
|
126
|
+
colorOpacitySecondaryPressed: string;
|
|
127
|
+
colorSecondary: string;
|
|
128
|
+
colorSecondaryHover: string;
|
|
129
|
+
colorSecondaryPressed: string;
|
|
130
|
+
colorTertiary: string;
|
|
131
|
+
colorTertiaryHover: string;
|
|
132
|
+
colorTertiaryPressed: string;
|
|
133
|
+
colorQuaternary: string;
|
|
134
|
+
colorQuaternaryHover: string;
|
|
135
|
+
colorQuaternaryPressed: string;
|
|
124
136
|
color: string;
|
|
125
137
|
colorHover: string;
|
|
126
138
|
colorPressed: string;
|
|
127
139
|
colorFocus: string;
|
|
128
140
|
colorDisabled: string;
|
|
129
141
|
textColor: string;
|
|
142
|
+
textColorTertiary: string;
|
|
130
143
|
textColorHover: string;
|
|
131
144
|
textColorPressed: string;
|
|
132
145
|
textColorFocus: string;
|
|
133
146
|
textColorDisabled: string;
|
|
134
147
|
textColorText: string;
|
|
135
|
-
textColorTextDepth1: string;
|
|
136
|
-
textColorTextDepth2: string;
|
|
137
|
-
textColorTextDepth3: string;
|
|
138
148
|
textColorTextHover: string;
|
|
139
149
|
textColorTextPressed: string;
|
|
140
150
|
textColorTextFocus: string;
|
|
@@ -281,9 +291,8 @@ declare const dynamicInputProps: {
|
|
|
281
291
|
borderDisabledError: string;
|
|
282
292
|
rippleColorError: string;
|
|
283
293
|
waveOpacity: string;
|
|
284
|
-
fontWeightText: string;
|
|
285
294
|
fontWeight: string;
|
|
286
|
-
|
|
295
|
+
fontWeightStrong: string;
|
|
287
296
|
paddingTiny: string;
|
|
288
297
|
paddingSmall: string;
|
|
289
298
|
paddingMedium: string;
|
|
@@ -380,20 +389,30 @@ declare const dynamicInputProps: {
|
|
|
380
389
|
fontSizeMedium: string;
|
|
381
390
|
fontSizeLarge: string;
|
|
382
391
|
opacityDisabled: string;
|
|
392
|
+
colorOpacitySecondary: string;
|
|
393
|
+
colorOpacitySecondaryHover: string;
|
|
394
|
+
colorOpacitySecondaryPressed: string;
|
|
395
|
+
colorSecondary: string;
|
|
396
|
+
colorSecondaryHover: string;
|
|
397
|
+
colorSecondaryPressed: string;
|
|
398
|
+
colorTertiary: string;
|
|
399
|
+
colorTertiaryHover: string;
|
|
400
|
+
colorTertiaryPressed: string;
|
|
401
|
+
colorQuaternary: string;
|
|
402
|
+
colorQuaternaryHover: string;
|
|
403
|
+
colorQuaternaryPressed: string;
|
|
383
404
|
color: string;
|
|
384
405
|
colorHover: string;
|
|
385
406
|
colorPressed: string;
|
|
386
407
|
colorFocus: string;
|
|
387
408
|
colorDisabled: string;
|
|
388
409
|
textColor: string;
|
|
410
|
+
textColorTertiary: string;
|
|
389
411
|
textColorHover: string;
|
|
390
412
|
textColorPressed: string;
|
|
391
413
|
textColorFocus: string;
|
|
392
414
|
textColorDisabled: string;
|
|
393
415
|
textColorText: string;
|
|
394
|
-
textColorTextDepth1: string;
|
|
395
|
-
textColorTextDepth2: string;
|
|
396
|
-
textColorTextDepth3: string;
|
|
397
416
|
textColorTextHover: string;
|
|
398
417
|
textColorTextPressed: string;
|
|
399
418
|
textColorTextFocus: string;
|
|
@@ -540,9 +559,8 @@ declare const dynamicInputProps: {
|
|
|
540
559
|
borderDisabledError: string;
|
|
541
560
|
rippleColorError: string;
|
|
542
561
|
waveOpacity: string;
|
|
543
|
-
fontWeightText: string;
|
|
544
562
|
fontWeight: string;
|
|
545
|
-
|
|
563
|
+
fontWeightStrong: string;
|
|
546
564
|
paddingTiny: string;
|
|
547
565
|
paddingSmall: string;
|
|
548
566
|
paddingMedium: string;
|
|
@@ -639,20 +657,30 @@ declare const dynamicInputProps: {
|
|
|
639
657
|
fontSizeMedium: string;
|
|
640
658
|
fontSizeLarge: string;
|
|
641
659
|
opacityDisabled: string;
|
|
660
|
+
colorOpacitySecondary: string;
|
|
661
|
+
colorOpacitySecondaryHover: string;
|
|
662
|
+
colorOpacitySecondaryPressed: string;
|
|
663
|
+
colorSecondary: string;
|
|
664
|
+
colorSecondaryHover: string;
|
|
665
|
+
colorSecondaryPressed: string;
|
|
666
|
+
colorTertiary: string;
|
|
667
|
+
colorTertiaryHover: string;
|
|
668
|
+
colorTertiaryPressed: string;
|
|
669
|
+
colorQuaternary: string;
|
|
670
|
+
colorQuaternaryHover: string;
|
|
671
|
+
colorQuaternaryPressed: string;
|
|
642
672
|
color: string;
|
|
643
673
|
colorHover: string;
|
|
644
674
|
colorPressed: string;
|
|
645
675
|
colorFocus: string;
|
|
646
676
|
colorDisabled: string;
|
|
647
677
|
textColor: string;
|
|
678
|
+
textColorTertiary: string;
|
|
648
679
|
textColorHover: string;
|
|
649
680
|
textColorPressed: string;
|
|
650
681
|
textColorFocus: string;
|
|
651
682
|
textColorDisabled: string;
|
|
652
683
|
textColorText: string;
|
|
653
|
-
textColorTextDepth1: string;
|
|
654
|
-
textColorTextDepth2: string;
|
|
655
|
-
textColorTextDepth3: string;
|
|
656
684
|
textColorTextHover: string;
|
|
657
685
|
textColorTextPressed: string;
|
|
658
686
|
textColorTextFocus: string;
|
|
@@ -799,9 +827,8 @@ declare const dynamicInputProps: {
|
|
|
799
827
|
borderDisabledError: string;
|
|
800
828
|
rippleColorError: string;
|
|
801
829
|
waveOpacity: string;
|
|
802
|
-
fontWeightText: string;
|
|
803
830
|
fontWeight: string;
|
|
804
|
-
|
|
831
|
+
fontWeightStrong: string;
|
|
805
832
|
paddingTiny: string;
|
|
806
833
|
paddingSmall: string;
|
|
807
834
|
paddingMedium: string;
|
|
@@ -943,20 +970,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
943
970
|
fontSizeMedium: string;
|
|
944
971
|
fontSizeLarge: string;
|
|
945
972
|
opacityDisabled: string;
|
|
973
|
+
colorOpacitySecondary: string;
|
|
974
|
+
colorOpacitySecondaryHover: string;
|
|
975
|
+
colorOpacitySecondaryPressed: string;
|
|
976
|
+
colorSecondary: string;
|
|
977
|
+
colorSecondaryHover: string;
|
|
978
|
+
colorSecondaryPressed: string;
|
|
979
|
+
colorTertiary: string;
|
|
980
|
+
colorTertiaryHover: string;
|
|
981
|
+
colorTertiaryPressed: string;
|
|
982
|
+
colorQuaternary: string;
|
|
983
|
+
colorQuaternaryHover: string;
|
|
984
|
+
colorQuaternaryPressed: string;
|
|
946
985
|
color: string;
|
|
947
986
|
colorHover: string;
|
|
948
987
|
colorPressed: string;
|
|
949
988
|
colorFocus: string;
|
|
950
989
|
colorDisabled: string;
|
|
951
990
|
textColor: string;
|
|
991
|
+
textColorTertiary: string;
|
|
952
992
|
textColorHover: string;
|
|
953
993
|
textColorPressed: string;
|
|
954
994
|
textColorFocus: string;
|
|
955
995
|
textColorDisabled: string;
|
|
956
996
|
textColorText: string;
|
|
957
|
-
textColorTextDepth1: string;
|
|
958
|
-
textColorTextDepth2: string;
|
|
959
|
-
textColorTextDepth3: string;
|
|
960
997
|
textColorTextHover: string;
|
|
961
998
|
textColorTextPressed: string;
|
|
962
999
|
textColorTextFocus: string;
|
|
@@ -1103,9 +1140,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1103
1140
|
borderDisabledError: string;
|
|
1104
1141
|
rippleColorError: string;
|
|
1105
1142
|
waveOpacity: string;
|
|
1106
|
-
fontWeightText: string;
|
|
1107
1143
|
fontWeight: string;
|
|
1108
|
-
|
|
1144
|
+
fontWeightStrong: string;
|
|
1109
1145
|
paddingTiny: string;
|
|
1110
1146
|
paddingSmall: string;
|
|
1111
1147
|
paddingMedium: string;
|
|
@@ -1202,20 +1238,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1202
1238
|
fontSizeMedium: string;
|
|
1203
1239
|
fontSizeLarge: string;
|
|
1204
1240
|
opacityDisabled: string;
|
|
1241
|
+
colorOpacitySecondary: string;
|
|
1242
|
+
colorOpacitySecondaryHover: string;
|
|
1243
|
+
colorOpacitySecondaryPressed: string;
|
|
1244
|
+
colorSecondary: string;
|
|
1245
|
+
colorSecondaryHover: string;
|
|
1246
|
+
colorSecondaryPressed: string;
|
|
1247
|
+
colorTertiary: string;
|
|
1248
|
+
colorTertiaryHover: string;
|
|
1249
|
+
colorTertiaryPressed: string;
|
|
1250
|
+
colorQuaternary: string;
|
|
1251
|
+
colorQuaternaryHover: string;
|
|
1252
|
+
colorQuaternaryPressed: string;
|
|
1205
1253
|
color: string;
|
|
1206
1254
|
colorHover: string;
|
|
1207
1255
|
colorPressed: string;
|
|
1208
1256
|
colorFocus: string;
|
|
1209
1257
|
colorDisabled: string;
|
|
1210
1258
|
textColor: string;
|
|
1259
|
+
textColorTertiary: string;
|
|
1211
1260
|
textColorHover: string;
|
|
1212
1261
|
textColorPressed: string;
|
|
1213
1262
|
textColorFocus: string;
|
|
1214
1263
|
textColorDisabled: string;
|
|
1215
1264
|
textColorText: string;
|
|
1216
|
-
textColorTextDepth1: string;
|
|
1217
|
-
textColorTextDepth2: string;
|
|
1218
|
-
textColorTextDepth3: string;
|
|
1219
1265
|
textColorTextHover: string;
|
|
1220
1266
|
textColorTextPressed: string;
|
|
1221
1267
|
textColorTextFocus: string;
|
|
@@ -1362,9 +1408,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1362
1408
|
borderDisabledError: string;
|
|
1363
1409
|
rippleColorError: string;
|
|
1364
1410
|
waveOpacity: string;
|
|
1365
|
-
fontWeightText: string;
|
|
1366
1411
|
fontWeight: string;
|
|
1367
|
-
|
|
1412
|
+
fontWeightStrong: string;
|
|
1368
1413
|
paddingTiny: string;
|
|
1369
1414
|
paddingSmall: string;
|
|
1370
1415
|
paddingMedium: string;
|
|
@@ -1461,20 +1506,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1461
1506
|
fontSizeMedium: string;
|
|
1462
1507
|
fontSizeLarge: string;
|
|
1463
1508
|
opacityDisabled: string;
|
|
1509
|
+
colorOpacitySecondary: string;
|
|
1510
|
+
colorOpacitySecondaryHover: string;
|
|
1511
|
+
colorOpacitySecondaryPressed: string;
|
|
1512
|
+
colorSecondary: string;
|
|
1513
|
+
colorSecondaryHover: string;
|
|
1514
|
+
colorSecondaryPressed: string;
|
|
1515
|
+
colorTertiary: string;
|
|
1516
|
+
colorTertiaryHover: string;
|
|
1517
|
+
colorTertiaryPressed: string;
|
|
1518
|
+
colorQuaternary: string;
|
|
1519
|
+
colorQuaternaryHover: string;
|
|
1520
|
+
colorQuaternaryPressed: string;
|
|
1464
1521
|
color: string;
|
|
1465
1522
|
colorHover: string;
|
|
1466
1523
|
colorPressed: string;
|
|
1467
1524
|
colorFocus: string;
|
|
1468
1525
|
colorDisabled: string;
|
|
1469
1526
|
textColor: string;
|
|
1527
|
+
textColorTertiary: string;
|
|
1470
1528
|
textColorHover: string;
|
|
1471
1529
|
textColorPressed: string;
|
|
1472
1530
|
textColorFocus: string;
|
|
1473
1531
|
textColorDisabled: string;
|
|
1474
1532
|
textColorText: string;
|
|
1475
|
-
textColorTextDepth1: string;
|
|
1476
|
-
textColorTextDepth2: string;
|
|
1477
|
-
textColorTextDepth3: string;
|
|
1478
1533
|
textColorTextHover: string;
|
|
1479
1534
|
textColorTextPressed: string;
|
|
1480
1535
|
textColorTextFocus: string;
|
|
@@ -1621,9 +1676,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1621
1676
|
borderDisabledError: string;
|
|
1622
1677
|
rippleColorError: string;
|
|
1623
1678
|
waveOpacity: string;
|
|
1624
|
-
fontWeightText: string;
|
|
1625
1679
|
fontWeight: string;
|
|
1626
|
-
|
|
1680
|
+
fontWeightStrong: string;
|
|
1627
1681
|
paddingTiny: string;
|
|
1628
1682
|
paddingSmall: string;
|
|
1629
1683
|
paddingMedium: string;
|
|
@@ -1729,9 +1783,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1729
1783
|
tableHeaderColor: string;
|
|
1730
1784
|
hoverColor: string;
|
|
1731
1785
|
tableColorHover: string;
|
|
1786
|
+
tableColorStriped: string;
|
|
1732
1787
|
pressedColor: string;
|
|
1733
1788
|
opacityDisabled: string;
|
|
1734
1789
|
inputColorDisabled: string;
|
|
1790
|
+
buttonColor2: string;
|
|
1791
|
+
buttonColor2Hover: string;
|
|
1792
|
+
buttonColor2Pressed: string;
|
|
1735
1793
|
boxShadow1: string;
|
|
1736
1794
|
boxShadow2: string;
|
|
1737
1795
|
boxShadow3: string;
|
|
@@ -1837,20 +1895,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1837
1895
|
fontSizeMedium: string;
|
|
1838
1896
|
fontSizeLarge: string;
|
|
1839
1897
|
opacityDisabled: string;
|
|
1898
|
+
colorOpacitySecondary: string;
|
|
1899
|
+
colorOpacitySecondaryHover: string;
|
|
1900
|
+
colorOpacitySecondaryPressed: string;
|
|
1901
|
+
colorSecondary: string;
|
|
1902
|
+
colorSecondaryHover: string;
|
|
1903
|
+
colorSecondaryPressed: string;
|
|
1904
|
+
colorTertiary: string;
|
|
1905
|
+
colorTertiaryHover: string;
|
|
1906
|
+
colorTertiaryPressed: string;
|
|
1907
|
+
colorQuaternary: string;
|
|
1908
|
+
colorQuaternaryHover: string;
|
|
1909
|
+
colorQuaternaryPressed: string;
|
|
1840
1910
|
color: string;
|
|
1841
1911
|
colorHover: string;
|
|
1842
1912
|
colorPressed: string;
|
|
1843
1913
|
colorFocus: string;
|
|
1844
1914
|
colorDisabled: string;
|
|
1845
1915
|
textColor: string;
|
|
1916
|
+
textColorTertiary: string;
|
|
1846
1917
|
textColorHover: string;
|
|
1847
1918
|
textColorPressed: string;
|
|
1848
1919
|
textColorFocus: string;
|
|
1849
1920
|
textColorDisabled: string;
|
|
1850
1921
|
textColorText: string;
|
|
1851
|
-
textColorTextDepth1: string;
|
|
1852
|
-
textColorTextDepth2: string;
|
|
1853
|
-
textColorTextDepth3: string;
|
|
1854
1922
|
textColorTextHover: string;
|
|
1855
1923
|
textColorTextPressed: string;
|
|
1856
1924
|
textColorTextFocus: string;
|
|
@@ -1997,9 +2065,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1997
2065
|
borderDisabledError: string;
|
|
1998
2066
|
rippleColorError: string;
|
|
1999
2067
|
waveOpacity: string;
|
|
2000
|
-
fontWeightText: string;
|
|
2001
2068
|
fontWeight: string;
|
|
2002
|
-
|
|
2069
|
+
fontWeightStrong: string;
|
|
2003
2070
|
paddingTiny: string;
|
|
2004
2071
|
paddingSmall: string;
|
|
2005
2072
|
paddingMedium: string;
|
|
@@ -2143,20 +2210,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2143
2210
|
fontSizeMedium: string;
|
|
2144
2211
|
fontSizeLarge: string;
|
|
2145
2212
|
opacityDisabled: string;
|
|
2213
|
+
colorOpacitySecondary: string;
|
|
2214
|
+
colorOpacitySecondaryHover: string;
|
|
2215
|
+
colorOpacitySecondaryPressed: string;
|
|
2216
|
+
colorSecondary: string;
|
|
2217
|
+
colorSecondaryHover: string;
|
|
2218
|
+
colorSecondaryPressed: string;
|
|
2219
|
+
colorTertiary: string;
|
|
2220
|
+
colorTertiaryHover: string;
|
|
2221
|
+
colorTertiaryPressed: string;
|
|
2222
|
+
colorQuaternary: string;
|
|
2223
|
+
colorQuaternaryHover: string;
|
|
2224
|
+
colorQuaternaryPressed: string;
|
|
2146
2225
|
color: string;
|
|
2147
2226
|
colorHover: string;
|
|
2148
2227
|
colorPressed: string;
|
|
2149
2228
|
colorFocus: string;
|
|
2150
2229
|
colorDisabled: string;
|
|
2151
2230
|
textColor: string;
|
|
2231
|
+
textColorTertiary: string;
|
|
2152
2232
|
textColorHover: string;
|
|
2153
2233
|
textColorPressed: string;
|
|
2154
2234
|
textColorFocus: string;
|
|
2155
2235
|
textColorDisabled: string;
|
|
2156
2236
|
textColorText: string;
|
|
2157
|
-
textColorTextDepth1: string;
|
|
2158
|
-
textColorTextDepth2: string;
|
|
2159
|
-
textColorTextDepth3: string;
|
|
2160
2237
|
textColorTextHover: string;
|
|
2161
2238
|
textColorTextPressed: string;
|
|
2162
2239
|
textColorTextFocus: string;
|
|
@@ -2303,9 +2380,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2303
2380
|
borderDisabledError: string;
|
|
2304
2381
|
rippleColorError: string;
|
|
2305
2382
|
waveOpacity: string;
|
|
2306
|
-
fontWeightText: string;
|
|
2307
2383
|
fontWeight: string;
|
|
2308
|
-
|
|
2384
|
+
fontWeightStrong: string;
|
|
2309
2385
|
paddingTiny: string;
|
|
2310
2386
|
paddingSmall: string;
|
|
2311
2387
|
paddingMedium: string;
|
|
@@ -2402,20 +2478,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2402
2478
|
fontSizeMedium: string;
|
|
2403
2479
|
fontSizeLarge: string;
|
|
2404
2480
|
opacityDisabled: string;
|
|
2481
|
+
colorOpacitySecondary: string;
|
|
2482
|
+
colorOpacitySecondaryHover: string;
|
|
2483
|
+
colorOpacitySecondaryPressed: string;
|
|
2484
|
+
colorSecondary: string;
|
|
2485
|
+
colorSecondaryHover: string;
|
|
2486
|
+
colorSecondaryPressed: string;
|
|
2487
|
+
colorTertiary: string;
|
|
2488
|
+
colorTertiaryHover: string;
|
|
2489
|
+
colorTertiaryPressed: string;
|
|
2490
|
+
colorQuaternary: string;
|
|
2491
|
+
colorQuaternaryHover: string;
|
|
2492
|
+
colorQuaternaryPressed: string;
|
|
2405
2493
|
color: string;
|
|
2406
2494
|
colorHover: string;
|
|
2407
2495
|
colorPressed: string;
|
|
2408
2496
|
colorFocus: string;
|
|
2409
2497
|
colorDisabled: string;
|
|
2410
2498
|
textColor: string;
|
|
2499
|
+
textColorTertiary: string;
|
|
2411
2500
|
textColorHover: string;
|
|
2412
2501
|
textColorPressed: string;
|
|
2413
2502
|
textColorFocus: string;
|
|
2414
2503
|
textColorDisabled: string;
|
|
2415
2504
|
textColorText: string;
|
|
2416
|
-
textColorTextDepth1: string;
|
|
2417
|
-
textColorTextDepth2: string;
|
|
2418
|
-
textColorTextDepth3: string;
|
|
2419
2505
|
textColorTextHover: string;
|
|
2420
2506
|
textColorTextPressed: string;
|
|
2421
2507
|
textColorTextFocus: string;
|
|
@@ -2562,9 +2648,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2562
2648
|
borderDisabledError: string;
|
|
2563
2649
|
rippleColorError: string;
|
|
2564
2650
|
waveOpacity: string;
|
|
2565
|
-
fontWeightText: string;
|
|
2566
2651
|
fontWeight: string;
|
|
2567
|
-
|
|
2652
|
+
fontWeightStrong: string;
|
|
2568
2653
|
paddingTiny: string;
|
|
2569
2654
|
paddingSmall: string;
|
|
2570
2655
|
paddingMedium: string;
|
|
@@ -2661,20 +2746,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2661
2746
|
fontSizeMedium: string;
|
|
2662
2747
|
fontSizeLarge: string;
|
|
2663
2748
|
opacityDisabled: string;
|
|
2749
|
+
colorOpacitySecondary: string;
|
|
2750
|
+
colorOpacitySecondaryHover: string;
|
|
2751
|
+
colorOpacitySecondaryPressed: string;
|
|
2752
|
+
colorSecondary: string;
|
|
2753
|
+
colorSecondaryHover: string;
|
|
2754
|
+
colorSecondaryPressed: string;
|
|
2755
|
+
colorTertiary: string;
|
|
2756
|
+
colorTertiaryHover: string;
|
|
2757
|
+
colorTertiaryPressed: string;
|
|
2758
|
+
colorQuaternary: string;
|
|
2759
|
+
colorQuaternaryHover: string;
|
|
2760
|
+
colorQuaternaryPressed: string;
|
|
2664
2761
|
color: string;
|
|
2665
2762
|
colorHover: string;
|
|
2666
2763
|
colorPressed: string;
|
|
2667
2764
|
colorFocus: string;
|
|
2668
2765
|
colorDisabled: string;
|
|
2669
2766
|
textColor: string;
|
|
2767
|
+
textColorTertiary: string;
|
|
2670
2768
|
textColorHover: string;
|
|
2671
2769
|
textColorPressed: string;
|
|
2672
2770
|
textColorFocus: string;
|
|
2673
2771
|
textColorDisabled: string;
|
|
2674
2772
|
textColorText: string;
|
|
2675
|
-
textColorTextDepth1: string;
|
|
2676
|
-
textColorTextDepth2: string;
|
|
2677
|
-
textColorTextDepth3: string;
|
|
2678
2773
|
textColorTextHover: string;
|
|
2679
2774
|
textColorTextPressed: string;
|
|
2680
2775
|
textColorTextFocus: string;
|
|
@@ -2821,9 +2916,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2821
2916
|
borderDisabledError: string;
|
|
2822
2917
|
rippleColorError: string;
|
|
2823
2918
|
waveOpacity: string;
|
|
2824
|
-
fontWeightText: string;
|
|
2825
2919
|
fontWeight: string;
|
|
2826
|
-
|
|
2920
|
+
fontWeightStrong: string;
|
|
2827
2921
|
paddingTiny: string;
|
|
2828
2922
|
paddingSmall: string;
|
|
2829
2923
|
paddingMedium: string;
|