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
|
@@ -177,20 +177,30 @@ declare const transferProps: {
|
|
|
177
177
|
fontSizeMedium: string;
|
|
178
178
|
fontSizeLarge: string;
|
|
179
179
|
opacityDisabled: string;
|
|
180
|
+
colorOpacitySecondary: string;
|
|
181
|
+
colorOpacitySecondaryHover: string;
|
|
182
|
+
colorOpacitySecondaryPressed: string;
|
|
183
|
+
colorSecondary: string;
|
|
184
|
+
colorSecondaryHover: string;
|
|
185
|
+
colorSecondaryPressed: string;
|
|
186
|
+
colorTertiary: string;
|
|
187
|
+
colorTertiaryHover: string;
|
|
188
|
+
colorTertiaryPressed: string;
|
|
189
|
+
colorQuaternary: string;
|
|
190
|
+
colorQuaternaryHover: string;
|
|
191
|
+
colorQuaternaryPressed: string;
|
|
180
192
|
color: string;
|
|
181
193
|
colorHover: string;
|
|
182
194
|
colorPressed: string;
|
|
183
195
|
colorFocus: string;
|
|
184
196
|
colorDisabled: string;
|
|
185
197
|
textColor: string;
|
|
198
|
+
textColorTertiary: string;
|
|
186
199
|
textColorHover: string;
|
|
187
200
|
textColorPressed: string;
|
|
188
201
|
textColorFocus: string;
|
|
189
202
|
textColorDisabled: string;
|
|
190
203
|
textColorText: string;
|
|
191
|
-
textColorTextDepth1: string;
|
|
192
|
-
textColorTextDepth2: string;
|
|
193
|
-
textColorTextDepth3: string;
|
|
194
204
|
textColorTextHover: string;
|
|
195
205
|
textColorTextPressed: string;
|
|
196
206
|
textColorTextFocus: string;
|
|
@@ -337,9 +347,8 @@ declare const transferProps: {
|
|
|
337
347
|
borderDisabledError: string;
|
|
338
348
|
rippleColorError: string;
|
|
339
349
|
waveOpacity: string;
|
|
340
|
-
fontWeightText: string;
|
|
341
350
|
fontWeight: string;
|
|
342
|
-
|
|
351
|
+
fontWeightStrong: string;
|
|
343
352
|
paddingTiny: string;
|
|
344
353
|
paddingSmall: string;
|
|
345
354
|
paddingMedium: string;
|
|
@@ -502,20 +511,30 @@ declare const transferProps: {
|
|
|
502
511
|
fontSizeMedium: string;
|
|
503
512
|
fontSizeLarge: string;
|
|
504
513
|
opacityDisabled: string;
|
|
514
|
+
colorOpacitySecondary: string;
|
|
515
|
+
colorOpacitySecondaryHover: string;
|
|
516
|
+
colorOpacitySecondaryPressed: string;
|
|
517
|
+
colorSecondary: string;
|
|
518
|
+
colorSecondaryHover: string;
|
|
519
|
+
colorSecondaryPressed: string;
|
|
520
|
+
colorTertiary: string;
|
|
521
|
+
colorTertiaryHover: string;
|
|
522
|
+
colorTertiaryPressed: string;
|
|
523
|
+
colorQuaternary: string;
|
|
524
|
+
colorQuaternaryHover: string;
|
|
525
|
+
colorQuaternaryPressed: string;
|
|
505
526
|
color: string;
|
|
506
527
|
colorHover: string;
|
|
507
528
|
colorPressed: string;
|
|
508
529
|
colorFocus: string;
|
|
509
530
|
colorDisabled: string;
|
|
510
531
|
textColor: string;
|
|
532
|
+
textColorTertiary: string;
|
|
511
533
|
textColorHover: string;
|
|
512
534
|
textColorPressed: string;
|
|
513
535
|
textColorFocus: string;
|
|
514
536
|
textColorDisabled: string;
|
|
515
537
|
textColorText: string;
|
|
516
|
-
textColorTextDepth1: string;
|
|
517
|
-
textColorTextDepth2: string;
|
|
518
|
-
textColorTextDepth3: string;
|
|
519
538
|
textColorTextHover: string;
|
|
520
539
|
textColorTextPressed: string;
|
|
521
540
|
textColorTextFocus: string;
|
|
@@ -662,9 +681,8 @@ declare const transferProps: {
|
|
|
662
681
|
borderDisabledError: string;
|
|
663
682
|
rippleColorError: string;
|
|
664
683
|
waveOpacity: string;
|
|
665
|
-
fontWeightText: string;
|
|
666
684
|
fontWeight: string;
|
|
667
|
-
|
|
685
|
+
fontWeightStrong: string;
|
|
668
686
|
paddingTiny: string;
|
|
669
687
|
paddingSmall: string;
|
|
670
688
|
paddingMedium: string;
|
|
@@ -827,20 +845,30 @@ declare const transferProps: {
|
|
|
827
845
|
fontSizeMedium: string;
|
|
828
846
|
fontSizeLarge: string;
|
|
829
847
|
opacityDisabled: string;
|
|
848
|
+
colorOpacitySecondary: string;
|
|
849
|
+
colorOpacitySecondaryHover: string;
|
|
850
|
+
colorOpacitySecondaryPressed: string;
|
|
851
|
+
colorSecondary: string;
|
|
852
|
+
colorSecondaryHover: string;
|
|
853
|
+
colorSecondaryPressed: string;
|
|
854
|
+
colorTertiary: string;
|
|
855
|
+
colorTertiaryHover: string;
|
|
856
|
+
colorTertiaryPressed: string;
|
|
857
|
+
colorQuaternary: string;
|
|
858
|
+
colorQuaternaryHover: string;
|
|
859
|
+
colorQuaternaryPressed: string;
|
|
830
860
|
color: string;
|
|
831
861
|
colorHover: string;
|
|
832
862
|
colorPressed: string;
|
|
833
863
|
colorFocus: string;
|
|
834
864
|
colorDisabled: string;
|
|
835
865
|
textColor: string;
|
|
866
|
+
textColorTertiary: string;
|
|
836
867
|
textColorHover: string;
|
|
837
868
|
textColorPressed: string;
|
|
838
869
|
textColorFocus: string;
|
|
839
870
|
textColorDisabled: string;
|
|
840
871
|
textColorText: string;
|
|
841
|
-
textColorTextDepth1: string;
|
|
842
|
-
textColorTextDepth2: string;
|
|
843
|
-
textColorTextDepth3: string;
|
|
844
872
|
textColorTextHover: string;
|
|
845
873
|
textColorTextPressed: string;
|
|
846
874
|
textColorTextFocus: string;
|
|
@@ -987,9 +1015,8 @@ declare const transferProps: {
|
|
|
987
1015
|
borderDisabledError: string;
|
|
988
1016
|
rippleColorError: string;
|
|
989
1017
|
waveOpacity: string;
|
|
990
|
-
fontWeightText: string;
|
|
991
1018
|
fontWeight: string;
|
|
992
|
-
|
|
1019
|
+
fontWeightStrong: string;
|
|
993
1020
|
paddingTiny: string;
|
|
994
1021
|
paddingSmall: string;
|
|
995
1022
|
paddingMedium: string;
|
|
@@ -1186,20 +1213,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1186
1213
|
fontSizeMedium: string;
|
|
1187
1214
|
fontSizeLarge: string;
|
|
1188
1215
|
opacityDisabled: string;
|
|
1216
|
+
colorOpacitySecondary: string;
|
|
1217
|
+
colorOpacitySecondaryHover: string;
|
|
1218
|
+
colorOpacitySecondaryPressed: string;
|
|
1219
|
+
colorSecondary: string;
|
|
1220
|
+
colorSecondaryHover: string;
|
|
1221
|
+
colorSecondaryPressed: string;
|
|
1222
|
+
colorTertiary: string;
|
|
1223
|
+
colorTertiaryHover: string;
|
|
1224
|
+
colorTertiaryPressed: string;
|
|
1225
|
+
colorQuaternary: string;
|
|
1226
|
+
colorQuaternaryHover: string;
|
|
1227
|
+
colorQuaternaryPressed: string;
|
|
1189
1228
|
color: string;
|
|
1190
1229
|
colorHover: string;
|
|
1191
1230
|
colorPressed: string;
|
|
1192
1231
|
colorFocus: string;
|
|
1193
1232
|
colorDisabled: string;
|
|
1194
1233
|
textColor: string;
|
|
1234
|
+
textColorTertiary: string;
|
|
1195
1235
|
textColorHover: string;
|
|
1196
1236
|
textColorPressed: string;
|
|
1197
1237
|
textColorFocus: string;
|
|
1198
1238
|
textColorDisabled: string;
|
|
1199
1239
|
textColorText: string;
|
|
1200
|
-
textColorTextDepth1: string;
|
|
1201
|
-
textColorTextDepth2: string;
|
|
1202
|
-
textColorTextDepth3: string;
|
|
1203
1240
|
textColorTextHover: string;
|
|
1204
1241
|
textColorTextPressed: string;
|
|
1205
1242
|
textColorTextFocus: string;
|
|
@@ -1346,9 +1383,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1346
1383
|
borderDisabledError: string;
|
|
1347
1384
|
rippleColorError: string;
|
|
1348
1385
|
waveOpacity: string;
|
|
1349
|
-
fontWeightText: string;
|
|
1350
1386
|
fontWeight: string;
|
|
1351
|
-
|
|
1387
|
+
fontWeightStrong: string;
|
|
1352
1388
|
paddingTiny: string;
|
|
1353
1389
|
paddingSmall: string;
|
|
1354
1390
|
paddingMedium: string;
|
|
@@ -1511,20 +1547,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1511
1547
|
fontSizeMedium: string;
|
|
1512
1548
|
fontSizeLarge: string;
|
|
1513
1549
|
opacityDisabled: string;
|
|
1550
|
+
colorOpacitySecondary: string;
|
|
1551
|
+
colorOpacitySecondaryHover: string;
|
|
1552
|
+
colorOpacitySecondaryPressed: string;
|
|
1553
|
+
colorSecondary: string;
|
|
1554
|
+
colorSecondaryHover: string;
|
|
1555
|
+
colorSecondaryPressed: string;
|
|
1556
|
+
colorTertiary: string;
|
|
1557
|
+
colorTertiaryHover: string;
|
|
1558
|
+
colorTertiaryPressed: string;
|
|
1559
|
+
colorQuaternary: string;
|
|
1560
|
+
colorQuaternaryHover: string;
|
|
1561
|
+
colorQuaternaryPressed: string;
|
|
1514
1562
|
color: string;
|
|
1515
1563
|
colorHover: string;
|
|
1516
1564
|
colorPressed: string;
|
|
1517
1565
|
colorFocus: string;
|
|
1518
1566
|
colorDisabled: string;
|
|
1519
1567
|
textColor: string;
|
|
1568
|
+
textColorTertiary: string;
|
|
1520
1569
|
textColorHover: string;
|
|
1521
1570
|
textColorPressed: string;
|
|
1522
1571
|
textColorFocus: string;
|
|
1523
1572
|
textColorDisabled: string;
|
|
1524
1573
|
textColorText: string;
|
|
1525
|
-
textColorTextDepth1: string;
|
|
1526
|
-
textColorTextDepth2: string;
|
|
1527
|
-
textColorTextDepth3: string;
|
|
1528
1574
|
textColorTextHover: string;
|
|
1529
1575
|
textColorTextPressed: string;
|
|
1530
1576
|
textColorTextFocus: string;
|
|
@@ -1671,9 +1717,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1671
1717
|
borderDisabledError: string;
|
|
1672
1718
|
rippleColorError: string;
|
|
1673
1719
|
waveOpacity: string;
|
|
1674
|
-
fontWeightText: string;
|
|
1675
1720
|
fontWeight: string;
|
|
1676
|
-
|
|
1721
|
+
fontWeightStrong: string;
|
|
1677
1722
|
paddingTiny: string;
|
|
1678
1723
|
paddingSmall: string;
|
|
1679
1724
|
paddingMedium: string;
|
|
@@ -1836,20 +1881,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1836
1881
|
fontSizeMedium: string;
|
|
1837
1882
|
fontSizeLarge: string;
|
|
1838
1883
|
opacityDisabled: string;
|
|
1884
|
+
colorOpacitySecondary: string;
|
|
1885
|
+
colorOpacitySecondaryHover: string;
|
|
1886
|
+
colorOpacitySecondaryPressed: string;
|
|
1887
|
+
colorSecondary: string;
|
|
1888
|
+
colorSecondaryHover: string;
|
|
1889
|
+
colorSecondaryPressed: string;
|
|
1890
|
+
colorTertiary: string;
|
|
1891
|
+
colorTertiaryHover: string;
|
|
1892
|
+
colorTertiaryPressed: string;
|
|
1893
|
+
colorQuaternary: string;
|
|
1894
|
+
colorQuaternaryHover: string;
|
|
1895
|
+
colorQuaternaryPressed: string;
|
|
1839
1896
|
color: string;
|
|
1840
1897
|
colorHover: string;
|
|
1841
1898
|
colorPressed: string;
|
|
1842
1899
|
colorFocus: string;
|
|
1843
1900
|
colorDisabled: string;
|
|
1844
1901
|
textColor: string;
|
|
1902
|
+
textColorTertiary: string;
|
|
1845
1903
|
textColorHover: string;
|
|
1846
1904
|
textColorPressed: string;
|
|
1847
1905
|
textColorFocus: string;
|
|
1848
1906
|
textColorDisabled: string;
|
|
1849
1907
|
textColorText: string;
|
|
1850
|
-
textColorTextDepth1: string;
|
|
1851
|
-
textColorTextDepth2: string;
|
|
1852
|
-
textColorTextDepth3: string;
|
|
1853
1908
|
textColorTextHover: string;
|
|
1854
1909
|
textColorTextPressed: string;
|
|
1855
1910
|
textColorTextFocus: string;
|
|
@@ -1996,9 +2051,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1996
2051
|
borderDisabledError: string;
|
|
1997
2052
|
rippleColorError: string;
|
|
1998
2053
|
waveOpacity: string;
|
|
1999
|
-
fontWeightText: string;
|
|
2000
2054
|
fontWeight: string;
|
|
2001
|
-
|
|
2055
|
+
fontWeightStrong: string;
|
|
2002
2056
|
paddingTiny: string;
|
|
2003
2057
|
paddingSmall: string;
|
|
2004
2058
|
paddingMedium: string;
|
|
@@ -2098,9 +2152,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2098
2152
|
tableHeaderColor: string;
|
|
2099
2153
|
hoverColor: string;
|
|
2100
2154
|
tableColorHover: string;
|
|
2155
|
+
tableColorStriped: string;
|
|
2101
2156
|
pressedColor: string;
|
|
2102
2157
|
opacityDisabled: string;
|
|
2103
2158
|
inputColorDisabled: string;
|
|
2159
|
+
buttonColor2: string;
|
|
2160
|
+
buttonColor2Hover: string;
|
|
2161
|
+
buttonColor2Pressed: string;
|
|
2104
2162
|
boxShadow1: string;
|
|
2105
2163
|
boxShadow2: string;
|
|
2106
2164
|
boxShadow3: string;
|
|
@@ -2272,20 +2330,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2272
2330
|
fontSizeMedium: string;
|
|
2273
2331
|
fontSizeLarge: string;
|
|
2274
2332
|
opacityDisabled: string;
|
|
2333
|
+
colorOpacitySecondary: string;
|
|
2334
|
+
colorOpacitySecondaryHover: string;
|
|
2335
|
+
colorOpacitySecondaryPressed: string;
|
|
2336
|
+
colorSecondary: string;
|
|
2337
|
+
colorSecondaryHover: string;
|
|
2338
|
+
colorSecondaryPressed: string;
|
|
2339
|
+
colorTertiary: string;
|
|
2340
|
+
colorTertiaryHover: string;
|
|
2341
|
+
colorTertiaryPressed: string;
|
|
2342
|
+
colorQuaternary: string;
|
|
2343
|
+
colorQuaternaryHover: string;
|
|
2344
|
+
colorQuaternaryPressed: string;
|
|
2275
2345
|
color: string;
|
|
2276
2346
|
colorHover: string;
|
|
2277
2347
|
colorPressed: string;
|
|
2278
2348
|
colorFocus: string;
|
|
2279
2349
|
colorDisabled: string;
|
|
2280
2350
|
textColor: string;
|
|
2351
|
+
textColorTertiary: string;
|
|
2281
2352
|
textColorHover: string;
|
|
2282
2353
|
textColorPressed: string;
|
|
2283
2354
|
textColorFocus: string;
|
|
2284
2355
|
textColorDisabled: string;
|
|
2285
2356
|
textColorText: string;
|
|
2286
|
-
textColorTextDepth1: string;
|
|
2287
|
-
textColorTextDepth2: string;
|
|
2288
|
-
textColorTextDepth3: string;
|
|
2289
2357
|
textColorTextHover: string;
|
|
2290
2358
|
textColorTextPressed: string;
|
|
2291
2359
|
textColorTextFocus: string;
|
|
@@ -2432,9 +2500,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2432
2500
|
borderDisabledError: string;
|
|
2433
2501
|
rippleColorError: string;
|
|
2434
2502
|
waveOpacity: string;
|
|
2435
|
-
fontWeightText: string;
|
|
2436
2503
|
fontWeight: string;
|
|
2437
|
-
|
|
2504
|
+
fontWeightStrong: string;
|
|
2438
2505
|
paddingTiny: string;
|
|
2439
2506
|
paddingSmall: string;
|
|
2440
2507
|
paddingMedium: string;
|
|
@@ -2692,20 +2759,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2692
2759
|
fontSizeMedium: string;
|
|
2693
2760
|
fontSizeLarge: string;
|
|
2694
2761
|
opacityDisabled: string;
|
|
2762
|
+
colorOpacitySecondary: string;
|
|
2763
|
+
colorOpacitySecondaryHover: string;
|
|
2764
|
+
colorOpacitySecondaryPressed: string;
|
|
2765
|
+
colorSecondary: string;
|
|
2766
|
+
colorSecondaryHover: string;
|
|
2767
|
+
colorSecondaryPressed: string;
|
|
2768
|
+
colorTertiary: string;
|
|
2769
|
+
colorTertiaryHover: string;
|
|
2770
|
+
colorTertiaryPressed: string;
|
|
2771
|
+
colorQuaternary: string;
|
|
2772
|
+
colorQuaternaryHover: string;
|
|
2773
|
+
colorQuaternaryPressed: string;
|
|
2695
2774
|
color: string;
|
|
2696
2775
|
colorHover: string;
|
|
2697
2776
|
colorPressed: string;
|
|
2698
2777
|
colorFocus: string;
|
|
2699
2778
|
colorDisabled: string;
|
|
2700
2779
|
textColor: string;
|
|
2780
|
+
textColorTertiary: string;
|
|
2701
2781
|
textColorHover: string;
|
|
2702
2782
|
textColorPressed: string;
|
|
2703
2783
|
textColorFocus: string;
|
|
2704
2784
|
textColorDisabled: string;
|
|
2705
2785
|
textColorText: string;
|
|
2706
|
-
textColorTextDepth1: string;
|
|
2707
|
-
textColorTextDepth2: string;
|
|
2708
|
-
textColorTextDepth3: string;
|
|
2709
2786
|
textColorTextHover: string;
|
|
2710
2787
|
textColorTextPressed: string;
|
|
2711
2788
|
textColorTextFocus: string;
|
|
@@ -2852,9 +2929,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2852
2929
|
borderDisabledError: string;
|
|
2853
2930
|
rippleColorError: string;
|
|
2854
2931
|
waveOpacity: string;
|
|
2855
|
-
fontWeightText: string;
|
|
2856
2932
|
fontWeight: string;
|
|
2857
|
-
|
|
2933
|
+
fontWeightStrong: string;
|
|
2858
2934
|
paddingTiny: string;
|
|
2859
2935
|
paddingSmall: string;
|
|
2860
2936
|
paddingMedium: string;
|
|
@@ -3017,20 +3093,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3017
3093
|
fontSizeMedium: string;
|
|
3018
3094
|
fontSizeLarge: string;
|
|
3019
3095
|
opacityDisabled: string;
|
|
3096
|
+
colorOpacitySecondary: string;
|
|
3097
|
+
colorOpacitySecondaryHover: string;
|
|
3098
|
+
colorOpacitySecondaryPressed: string;
|
|
3099
|
+
colorSecondary: string;
|
|
3100
|
+
colorSecondaryHover: string;
|
|
3101
|
+
colorSecondaryPressed: string;
|
|
3102
|
+
colorTertiary: string;
|
|
3103
|
+
colorTertiaryHover: string;
|
|
3104
|
+
colorTertiaryPressed: string;
|
|
3105
|
+
colorQuaternary: string;
|
|
3106
|
+
colorQuaternaryHover: string;
|
|
3107
|
+
colorQuaternaryPressed: string;
|
|
3020
3108
|
color: string;
|
|
3021
3109
|
colorHover: string;
|
|
3022
3110
|
colorPressed: string;
|
|
3023
3111
|
colorFocus: string;
|
|
3024
3112
|
colorDisabled: string;
|
|
3025
3113
|
textColor: string;
|
|
3114
|
+
textColorTertiary: string;
|
|
3026
3115
|
textColorHover: string;
|
|
3027
3116
|
textColorPressed: string;
|
|
3028
3117
|
textColorFocus: string;
|
|
3029
3118
|
textColorDisabled: string;
|
|
3030
3119
|
textColorText: string;
|
|
3031
|
-
textColorTextDepth1: string;
|
|
3032
|
-
textColorTextDepth2: string;
|
|
3033
|
-
textColorTextDepth3: string;
|
|
3034
3120
|
textColorTextHover: string;
|
|
3035
3121
|
textColorTextPressed: string;
|
|
3036
3122
|
textColorTextFocus: string;
|
|
@@ -3177,9 +3263,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3177
3263
|
borderDisabledError: string;
|
|
3178
3264
|
rippleColorError: string;
|
|
3179
3265
|
waveOpacity: string;
|
|
3180
|
-
fontWeightText: string;
|
|
3181
3266
|
fontWeight: string;
|
|
3182
|
-
|
|
3267
|
+
fontWeightStrong: string;
|
|
3183
3268
|
paddingTiny: string;
|
|
3184
3269
|
paddingSmall: string;
|
|
3185
3270
|
paddingMedium: string;
|
|
@@ -3342,20 +3427,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3342
3427
|
fontSizeMedium: string;
|
|
3343
3428
|
fontSizeLarge: string;
|
|
3344
3429
|
opacityDisabled: string;
|
|
3430
|
+
colorOpacitySecondary: string;
|
|
3431
|
+
colorOpacitySecondaryHover: string;
|
|
3432
|
+
colorOpacitySecondaryPressed: string;
|
|
3433
|
+
colorSecondary: string;
|
|
3434
|
+
colorSecondaryHover: string;
|
|
3435
|
+
colorSecondaryPressed: string;
|
|
3436
|
+
colorTertiary: string;
|
|
3437
|
+
colorTertiaryHover: string;
|
|
3438
|
+
colorTertiaryPressed: string;
|
|
3439
|
+
colorQuaternary: string;
|
|
3440
|
+
colorQuaternaryHover: string;
|
|
3441
|
+
colorQuaternaryPressed: string;
|
|
3345
3442
|
color: string;
|
|
3346
3443
|
colorHover: string;
|
|
3347
3444
|
colorPressed: string;
|
|
3348
3445
|
colorFocus: string;
|
|
3349
3446
|
colorDisabled: string;
|
|
3350
3447
|
textColor: string;
|
|
3448
|
+
textColorTertiary: string;
|
|
3351
3449
|
textColorHover: string;
|
|
3352
3450
|
textColorPressed: string;
|
|
3353
3451
|
textColorFocus: string;
|
|
3354
3452
|
textColorDisabled: string;
|
|
3355
3453
|
textColorText: string;
|
|
3356
|
-
textColorTextDepth1: string;
|
|
3357
|
-
textColorTextDepth2: string;
|
|
3358
|
-
textColorTextDepth3: string;
|
|
3359
3454
|
textColorTextHover: string;
|
|
3360
3455
|
textColorTextPressed: string;
|
|
3361
3456
|
textColorTextFocus: string;
|
|
@@ -3502,9 +3597,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3502
3597
|
borderDisabledError: string;
|
|
3503
3598
|
rippleColorError: string;
|
|
3504
3599
|
waveOpacity: string;
|
|
3505
|
-
fontWeightText: string;
|
|
3506
3600
|
fontWeight: string;
|
|
3507
|
-
|
|
3601
|
+
fontWeightStrong: string;
|
|
3508
3602
|
paddingTiny: string;
|
|
3509
3603
|
paddingSmall: string;
|
|
3510
3604
|
paddingMedium: string;
|
|
@@ -87,9 +87,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
tableHeaderColor: string;
|
|
88
88
|
hoverColor: string;
|
|
89
89
|
tableColorHover: string;
|
|
90
|
+
tableColorStriped: string;
|
|
90
91
|
pressedColor: string;
|
|
91
92
|
opacityDisabled: string;
|
|
92
93
|
inputColorDisabled: string;
|
|
94
|
+
buttonColor2: string;
|
|
95
|
+
buttonColor2Hover: string;
|
|
96
|
+
buttonColor2Pressed: string;
|
|
93
97
|
boxShadow1: string;
|
|
94
98
|
boxShadow2: string;
|
|
95
99
|
boxShadow3: string;
|
|
@@ -261,20 +265,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
265
|
fontSizeMedium: string;
|
|
262
266
|
fontSizeLarge: string;
|
|
263
267
|
opacityDisabled: string;
|
|
268
|
+
colorOpacitySecondary: string;
|
|
269
|
+
colorOpacitySecondaryHover: string;
|
|
270
|
+
colorOpacitySecondaryPressed: string;
|
|
271
|
+
colorSecondary: string;
|
|
272
|
+
colorSecondaryHover: string;
|
|
273
|
+
colorSecondaryPressed: string;
|
|
274
|
+
colorTertiary: string;
|
|
275
|
+
colorTertiaryHover: string;
|
|
276
|
+
colorTertiaryPressed: string;
|
|
277
|
+
colorQuaternary: string;
|
|
278
|
+
colorQuaternaryHover: string;
|
|
279
|
+
colorQuaternaryPressed: string;
|
|
264
280
|
color: string;
|
|
265
281
|
colorHover: string;
|
|
266
282
|
colorPressed: string;
|
|
267
283
|
colorFocus: string;
|
|
268
284
|
colorDisabled: string;
|
|
269
285
|
textColor: string;
|
|
286
|
+
textColorTertiary: string;
|
|
270
287
|
textColorHover: string;
|
|
271
288
|
textColorPressed: string;
|
|
272
289
|
textColorFocus: string;
|
|
273
290
|
textColorDisabled: string;
|
|
274
291
|
textColorText: string;
|
|
275
|
-
textColorTextDepth1: string;
|
|
276
|
-
textColorTextDepth2: string;
|
|
277
|
-
textColorTextDepth3: string;
|
|
278
292
|
textColorTextHover: string;
|
|
279
293
|
textColorTextPressed: string;
|
|
280
294
|
textColorTextFocus: string;
|
|
@@ -421,9 +435,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
421
435
|
borderDisabledError: string;
|
|
422
436
|
rippleColorError: string;
|
|
423
437
|
waveOpacity: string;
|
|
424
|
-
fontWeightText: string;
|
|
425
438
|
fontWeight: string;
|
|
426
|
-
|
|
439
|
+
fontWeightStrong: string;
|
|
427
440
|
paddingTiny: string;
|
|
428
441
|
paddingSmall: string;
|
|
429
442
|
paddingMedium: string;
|
|
@@ -100,9 +100,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
100
|
tableHeaderColor: string;
|
|
101
101
|
hoverColor: string;
|
|
102
102
|
tableColorHover: string;
|
|
103
|
+
tableColorStriped: string;
|
|
103
104
|
pressedColor: string;
|
|
104
105
|
opacityDisabled: string;
|
|
105
106
|
inputColorDisabled: string;
|
|
107
|
+
buttonColor2: string;
|
|
108
|
+
buttonColor2Hover: string;
|
|
109
|
+
buttonColor2Pressed: string;
|
|
106
110
|
boxShadow1: string;
|
|
107
111
|
boxShadow2: string;
|
|
108
112
|
boxShadow3: string;
|
|
@@ -274,20 +278,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
278
|
fontSizeMedium: string;
|
|
275
279
|
fontSizeLarge: string;
|
|
276
280
|
opacityDisabled: string;
|
|
281
|
+
colorOpacitySecondary: string;
|
|
282
|
+
colorOpacitySecondaryHover: string;
|
|
283
|
+
colorOpacitySecondaryPressed: string;
|
|
284
|
+
colorSecondary: string;
|
|
285
|
+
colorSecondaryHover: string;
|
|
286
|
+
colorSecondaryPressed: string;
|
|
287
|
+
colorTertiary: string;
|
|
288
|
+
colorTertiaryHover: string;
|
|
289
|
+
colorTertiaryPressed: string;
|
|
290
|
+
colorQuaternary: string;
|
|
291
|
+
colorQuaternaryHover: string;
|
|
292
|
+
colorQuaternaryPressed: string;
|
|
277
293
|
color: string;
|
|
278
294
|
colorHover: string;
|
|
279
295
|
colorPressed: string;
|
|
280
296
|
colorFocus: string;
|
|
281
297
|
colorDisabled: string;
|
|
282
298
|
textColor: string;
|
|
299
|
+
textColorTertiary: string;
|
|
283
300
|
textColorHover: string;
|
|
284
301
|
textColorPressed: string;
|
|
285
302
|
textColorFocus: string;
|
|
286
303
|
textColorDisabled: string;
|
|
287
304
|
textColorText: string;
|
|
288
|
-
textColorTextDepth1: string;
|
|
289
|
-
textColorTextDepth2: string;
|
|
290
|
-
textColorTextDepth3: string;
|
|
291
305
|
textColorTextHover: string;
|
|
292
306
|
textColorTextPressed: string;
|
|
293
307
|
textColorTextFocus: string;
|
|
@@ -434,9 +448,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
448
|
borderDisabledError: string;
|
|
435
449
|
rippleColorError: string;
|
|
436
450
|
waveOpacity: string;
|
|
437
|
-
fontWeightText: string;
|
|
438
451
|
fontWeight: string;
|
|
439
|
-
|
|
452
|
+
fontWeightStrong: string;
|
|
440
453
|
paddingTiny: string;
|
|
441
454
|
paddingSmall: string;
|
|
442
455
|
paddingMedium: string;
|
|
@@ -87,9 +87,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
tableHeaderColor: string;
|
|
88
88
|
hoverColor: string;
|
|
89
89
|
tableColorHover: string;
|
|
90
|
+
tableColorStriped: string;
|
|
90
91
|
pressedColor: string;
|
|
91
92
|
opacityDisabled: string;
|
|
92
93
|
inputColorDisabled: string;
|
|
94
|
+
buttonColor2: string;
|
|
95
|
+
buttonColor2Hover: string;
|
|
96
|
+
buttonColor2Pressed: string;
|
|
93
97
|
boxShadow1: string;
|
|
94
98
|
boxShadow2: string;
|
|
95
99
|
boxShadow3: string;
|
|
@@ -261,20 +265,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
265
|
fontSizeMedium: string;
|
|
262
266
|
fontSizeLarge: string;
|
|
263
267
|
opacityDisabled: string;
|
|
268
|
+
colorOpacitySecondary: string;
|
|
269
|
+
colorOpacitySecondaryHover: string;
|
|
270
|
+
colorOpacitySecondaryPressed: string;
|
|
271
|
+
colorSecondary: string;
|
|
272
|
+
colorSecondaryHover: string;
|
|
273
|
+
colorSecondaryPressed: string;
|
|
274
|
+
colorTertiary: string;
|
|
275
|
+
colorTertiaryHover: string;
|
|
276
|
+
colorTertiaryPressed: string;
|
|
277
|
+
colorQuaternary: string;
|
|
278
|
+
colorQuaternaryHover: string;
|
|
279
|
+
colorQuaternaryPressed: string;
|
|
264
280
|
color: string;
|
|
265
281
|
colorHover: string;
|
|
266
282
|
colorPressed: string;
|
|
267
283
|
colorFocus: string;
|
|
268
284
|
colorDisabled: string;
|
|
269
285
|
textColor: string;
|
|
286
|
+
textColorTertiary: string;
|
|
270
287
|
textColorHover: string;
|
|
271
288
|
textColorPressed: string;
|
|
272
289
|
textColorFocus: string;
|
|
273
290
|
textColorDisabled: string;
|
|
274
291
|
textColorText: string;
|
|
275
|
-
textColorTextDepth1: string;
|
|
276
|
-
textColorTextDepth2: string;
|
|
277
|
-
textColorTextDepth3: string;
|
|
278
292
|
textColorTextHover: string;
|
|
279
293
|
textColorTextPressed: string;
|
|
280
294
|
textColorTextFocus: string;
|
|
@@ -421,9 +435,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
421
435
|
borderDisabledError: string;
|
|
422
436
|
rippleColorError: string;
|
|
423
437
|
waveOpacity: string;
|
|
424
|
-
fontWeightText: string;
|
|
425
438
|
fontWeight: string;
|
|
426
|
-
|
|
439
|
+
fontWeightStrong: string;
|
|
427
440
|
paddingTiny: string;
|
|
428
441
|
paddingSmall: string;
|
|
429
442
|
paddingMedium: string;
|
|
@@ -167,20 +167,30 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
|
167
167
|
fontSizeMedium: string;
|
|
168
168
|
fontSizeLarge: string;
|
|
169
169
|
opacityDisabled: string;
|
|
170
|
+
colorOpacitySecondary: string;
|
|
171
|
+
colorOpacitySecondaryHover: string;
|
|
172
|
+
colorOpacitySecondaryPressed: string;
|
|
173
|
+
colorSecondary: string;
|
|
174
|
+
colorSecondaryHover: string;
|
|
175
|
+
colorSecondaryPressed: string;
|
|
176
|
+
colorTertiary: string;
|
|
177
|
+
colorTertiaryHover: string;
|
|
178
|
+
colorTertiaryPressed: string;
|
|
179
|
+
colorQuaternary: string;
|
|
180
|
+
colorQuaternaryHover: string;
|
|
181
|
+
colorQuaternaryPressed: string;
|
|
170
182
|
color: string;
|
|
171
183
|
colorHover: string;
|
|
172
184
|
colorPressed: string;
|
|
173
185
|
colorFocus: string;
|
|
174
186
|
colorDisabled: string;
|
|
175
187
|
textColor: string;
|
|
188
|
+
textColorTertiary: string;
|
|
176
189
|
textColorHover: string;
|
|
177
190
|
textColorPressed: string;
|
|
178
191
|
textColorFocus: string;
|
|
179
192
|
textColorDisabled: string;
|
|
180
193
|
textColorText: string;
|
|
181
|
-
textColorTextDepth1: string;
|
|
182
|
-
textColorTextDepth2: string;
|
|
183
|
-
textColorTextDepth3: string;
|
|
184
194
|
textColorTextHover: string;
|
|
185
195
|
textColorTextPressed: string;
|
|
186
196
|
textColorTextFocus: string;
|
|
@@ -327,9 +337,8 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
|
327
337
|
borderDisabledError: string;
|
|
328
338
|
rippleColorError: string;
|
|
329
339
|
waveOpacity: string;
|
|
330
|
-
fontWeightText: string;
|
|
331
340
|
fontWeight: string;
|
|
332
|
-
|
|
341
|
+
fontWeightStrong: string;
|
|
333
342
|
paddingTiny: string;
|
|
334
343
|
paddingSmall: string;
|
|
335
344
|
paddingMedium: string;
|