naive-ui 2.20.2 → 2.21.2
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 +5 -1
- package/es/_internal/selection/src/Selection.d.ts +5 -1
- package/es/_internal/suffix/src/Suffix.d.ts +5 -2
- 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/src/styles/button.cssr.js +1 -0
- 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 +8 -9
- 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 +9 -10
- 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 +329 -127
- package/es/date-picker/src/DatePicker.js +7 -17
- package/es/date-picker/src/config.d.ts +9 -0
- package/es/date-picker/src/config.js +8 -0
- package/es/date-picker/src/panel/date.d.ts +53 -20
- package/es/date-picker/src/panel/daterange.d.ts +52 -19
- package/es/date-picker/src/panel/datetime.d.ts +53 -20
- package/es/date-picker/src/panel/datetimerange.d.ts +52 -19
- package/es/date-picker/src/panel/month.d.ts +88 -61
- package/es/date-picker/src/panel/month.js +9 -6
- package/es/date-picker/src/panel/use-calendar.d.ts +61 -28
- package/es/date-picker/src/panel/use-calendar.js +9 -2
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +50 -17
- package/es/date-picker/src/panel/use-dual-calendar.js +4 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +48 -15
- package/es/date-picker/styles/_common.d.ts +2 -0
- package/es/date-picker/styles/_common.js +3 -1
- package/es/date-picker/styles/light.d.ts +32 -10
- package/es/dialog/src/Dialog.d.ts +105 -38
- package/es/dialog/src/DialogEnvironment.d.ts +2 -2
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- 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/form/src/FormItemGridItem.d.ts +2 -2
- package/es/global-style/src/GlobalStyle.js +2 -0
- package/es/grid/src/Grid.js +1 -0
- package/es/grid/src/GridItem.d.ts +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/input/src/Input.d.ts +5 -0
- package/es/input/src/Input.js +9 -3
- package/es/input/src/interface.d.ts +1 -0
- package/es/input-number/src/InputNumber.d.ts +179 -50
- package/es/input-number/src/InputNumber.js +22 -6
- 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/locales/index.d.ts +2 -0
- package/es/locales/index.js +1 -0
- package/es/locales/utils/index.d.ts +8 -0
- package/es/locales/utils/index.js +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 +33 -8
- package/es/menu/src/Menu.js +32 -10
- package/es/menu/src/MenuDivider.d.ts +2 -0
- package/es/menu/src/MenuDivider.js +11 -0
- package/es/menu/src/MenuOption.d.ts +12 -2
- package/es/menu/src/MenuOptionContent.d.ts +7 -2
- package/es/menu/src/Submenu.d.ts +21 -17
- 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 +34 -12
- package/es/modal/src/Modal.d.ts +174 -66
- package/es/modal/src/presetProps.d.ts +1 -1
- 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/index.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +21 -12
- package/es/pagination/src/Pagination.js +16 -6
- package/es/pagination/src/interface.d.ts +2 -0
- package/es/popconfirm/src/Popconfirm.d.ts +151 -57
- package/es/popconfirm/src/PopconfirmPanel.d.ts +2 -2
- 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/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/time-picker/src/Panel.d.ts +18 -5
- package/es/time-picker/src/TimePicker.d.ts +145 -50
- package/es/time-picker/src/TimePicker.js +3 -0
- 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 +146 -52
- 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 +10 -6
- package/es/tree/src/TreeNodeCheckbox.d.ts +4 -0
- package/es/tree/src/TreeNodeSwitcher.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +6 -2
- 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 +19 -6
- 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 +5 -1
- package/lib/_internal/selection/src/Selection.d.ts +5 -1
- package/lib/_internal/suffix/src/Suffix.d.ts +5 -2
- 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/src/styles/button.cssr.js +1 -0
- 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 +8 -9
- 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 +9 -10
- 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 +329 -127
- package/lib/date-picker/src/DatePicker.js +7 -17
- package/lib/date-picker/src/config.d.ts +9 -0
- package/lib/date-picker/src/config.js +9 -1
- package/lib/date-picker/src/panel/date.d.ts +53 -20
- package/lib/date-picker/src/panel/daterange.d.ts +52 -19
- package/lib/date-picker/src/panel/datetime.d.ts +53 -20
- package/lib/date-picker/src/panel/datetimerange.d.ts +52 -19
- package/lib/date-picker/src/panel/month.d.ts +88 -61
- package/lib/date-picker/src/panel/month.js +9 -6
- package/lib/date-picker/src/panel/use-calendar.d.ts +61 -28
- package/lib/date-picker/src/panel/use-calendar.js +8 -1
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +50 -17
- package/lib/date-picker/src/panel/use-dual-calendar.js +4 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +48 -15
- package/lib/date-picker/styles/_common.d.ts +2 -0
- package/lib/date-picker/styles/_common.js +3 -1
- package/lib/date-picker/styles/light.d.ts +32 -10
- package/lib/dialog/src/Dialog.d.ts +105 -38
- package/lib/dialog/src/DialogEnvironment.d.ts +2 -2
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- 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/form/src/FormItemGridItem.d.ts +2 -2
- package/lib/global-style/src/GlobalStyle.js +2 -0
- package/lib/grid/src/Grid.js +1 -0
- package/lib/grid/src/GridItem.d.ts +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/input/src/Input.d.ts +5 -0
- package/lib/input/src/Input.js +9 -3
- package/lib/input/src/interface.d.ts +1 -0
- package/lib/input-number/src/InputNumber.d.ts +179 -50
- package/lib/input-number/src/InputNumber.js +22 -6
- 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/locales/index.d.ts +2 -0
- package/lib/locales/index.js +3 -1
- package/lib/locales/utils/index.d.ts +8 -0
- package/lib/locales/utils/index.js +8 -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 +33 -8
- package/lib/menu/src/Menu.js +31 -9
- package/lib/menu/src/MenuDivider.d.ts +2 -0
- package/lib/menu/src/MenuDivider.js +13 -0
- package/lib/menu/src/MenuOption.d.ts +12 -2
- package/lib/menu/src/MenuOptionContent.d.ts +7 -2
- package/lib/menu/src/Submenu.d.ts +21 -17
- 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 +34 -12
- package/lib/modal/src/Modal.d.ts +174 -66
- package/lib/modal/src/presetProps.d.ts +1 -1
- 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/index.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +21 -12
- package/lib/pagination/src/Pagination.js +16 -6
- package/lib/pagination/src/interface.d.ts +2 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +151 -57
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +2 -2
- 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/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/time-picker/src/Panel.d.ts +18 -5
- package/lib/time-picker/src/TimePicker.d.ts +145 -50
- package/lib/time-picker/src/TimePicker.js +3 -0
- 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 +146 -52
- 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 +10 -6
- package/lib/tree/src/TreeNodeCheckbox.d.ts +4 -0
- package/lib/tree/src/TreeNodeSwitcher.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +6 -2
- 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 +19 -6
- 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 +10 -9
- package/web-types.json +205 -14
|
@@ -121,20 +121,30 @@ declare const dynamicInputProps: {
|
|
|
121
121
|
fontSizeMedium: string;
|
|
122
122
|
fontSizeLarge: string;
|
|
123
123
|
opacityDisabled: string;
|
|
124
|
+
colorOpacitySecondary: number;
|
|
125
|
+
colorOpacitySecondaryHover: number;
|
|
126
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
393
|
+
colorOpacitySecondaryHover: number;
|
|
394
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
661
|
+
colorOpacitySecondaryHover: number;
|
|
662
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
974
|
+
colorOpacitySecondaryHover: number;
|
|
975
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
1242
|
+
colorOpacitySecondaryHover: number;
|
|
1243
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
1510
|
+
colorOpacitySecondaryHover: number;
|
|
1511
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
1899
|
+
colorOpacitySecondaryHover: number;
|
|
1900
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
2214
|
+
colorOpacitySecondaryHover: number;
|
|
2215
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
2482
|
+
colorOpacitySecondaryHover: number;
|
|
2483
|
+
colorOpacitySecondaryPressed: number;
|
|
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: number;
|
|
2750
|
+
colorOpacitySecondaryHover: number;
|
|
2751
|
+
colorOpacitySecondaryPressed: number;
|
|
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;
|
|
@@ -85,9 +85,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
tableHeaderColor: string;
|
|
86
86
|
hoverColor: string;
|
|
87
87
|
tableColorHover: string;
|
|
88
|
+
tableColorStriped: string;
|
|
88
89
|
pressedColor: string;
|
|
89
90
|
opacityDisabled: string;
|
|
90
91
|
inputColorDisabled: string;
|
|
92
|
+
buttonColor2: string;
|
|
93
|
+
buttonColor2Hover: string;
|
|
94
|
+
buttonColor2Pressed: string;
|
|
91
95
|
boxShadow1: string;
|
|
92
96
|
boxShadow2: string;
|
|
93
97
|
boxShadow3: string;
|
|
@@ -193,20 +197,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
197
|
fontSizeMedium: string;
|
|
194
198
|
fontSizeLarge: string;
|
|
195
199
|
opacityDisabled: string;
|
|
200
|
+
colorOpacitySecondary: number;
|
|
201
|
+
colorOpacitySecondaryHover: number;
|
|
202
|
+
colorOpacitySecondaryPressed: number;
|
|
203
|
+
colorSecondary: string;
|
|
204
|
+
colorSecondaryHover: string;
|
|
205
|
+
colorSecondaryPressed: string;
|
|
206
|
+
colorTertiary: string;
|
|
207
|
+
colorTertiaryHover: string;
|
|
208
|
+
colorTertiaryPressed: string;
|
|
209
|
+
colorQuaternary: string;
|
|
210
|
+
colorQuaternaryHover: string;
|
|
211
|
+
colorQuaternaryPressed: string;
|
|
196
212
|
color: string;
|
|
197
213
|
colorHover: string;
|
|
198
214
|
colorPressed: string;
|
|
199
215
|
colorFocus: string;
|
|
200
216
|
colorDisabled: string;
|
|
201
217
|
textColor: string;
|
|
218
|
+
textColorTertiary: string;
|
|
202
219
|
textColorHover: string;
|
|
203
220
|
textColorPressed: string;
|
|
204
221
|
textColorFocus: string;
|
|
205
222
|
textColorDisabled: string;
|
|
206
223
|
textColorText: string;
|
|
207
|
-
textColorTextDepth1: string;
|
|
208
|
-
textColorTextDepth2: string;
|
|
209
|
-
textColorTextDepth3: string;
|
|
210
224
|
textColorTextHover: string;
|
|
211
225
|
textColorTextPressed: string;
|
|
212
226
|
textColorTextFocus: string;
|
|
@@ -353,9 +367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
367
|
borderDisabledError: string;
|
|
354
368
|
rippleColorError: string;
|
|
355
369
|
waveOpacity: string;
|
|
356
|
-
fontWeightText: string;
|
|
357
370
|
fontWeight: string;
|
|
358
|
-
|
|
371
|
+
fontWeightStrong: string;
|
|
359
372
|
paddingTiny: string;
|
|
360
373
|
paddingSmall: string;
|
|
361
374
|
paddingMedium: string;
|
|
@@ -94,9 +94,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
tableHeaderColor: string;
|
|
95
95
|
hoverColor: string;
|
|
96
96
|
tableColorHover: string;
|
|
97
|
+
tableColorStriped: string;
|
|
97
98
|
pressedColor: string;
|
|
98
99
|
opacityDisabled: string;
|
|
99
100
|
inputColorDisabled: string;
|
|
101
|
+
buttonColor2: string;
|
|
102
|
+
buttonColor2Hover: string;
|
|
103
|
+
buttonColor2Pressed: string;
|
|
100
104
|
boxShadow1: string;
|
|
101
105
|
boxShadow2: string;
|
|
102
106
|
boxShadow3: string;
|
|
@@ -202,20 +206,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
206
|
fontSizeMedium: string;
|
|
203
207
|
fontSizeLarge: string;
|
|
204
208
|
opacityDisabled: string;
|
|
209
|
+
colorOpacitySecondary: number;
|
|
210
|
+
colorOpacitySecondaryHover: number;
|
|
211
|
+
colorOpacitySecondaryPressed: number;
|
|
212
|
+
colorSecondary: string;
|
|
213
|
+
colorSecondaryHover: string;
|
|
214
|
+
colorSecondaryPressed: string;
|
|
215
|
+
colorTertiary: string;
|
|
216
|
+
colorTertiaryHover: string;
|
|
217
|
+
colorTertiaryPressed: string;
|
|
218
|
+
colorQuaternary: string;
|
|
219
|
+
colorQuaternaryHover: string;
|
|
220
|
+
colorQuaternaryPressed: string;
|
|
205
221
|
color: string;
|
|
206
222
|
colorHover: string;
|
|
207
223
|
colorPressed: string;
|
|
208
224
|
colorFocus: string;
|
|
209
225
|
colorDisabled: string;
|
|
210
226
|
textColor: string;
|
|
227
|
+
textColorTertiary: string;
|
|
211
228
|
textColorHover: string;
|
|
212
229
|
textColorPressed: string;
|
|
213
230
|
textColorFocus: string;
|
|
214
231
|
textColorDisabled: string;
|
|
215
232
|
textColorText: string;
|
|
216
|
-
textColorTextDepth1: string;
|
|
217
|
-
textColorTextDepth2: string;
|
|
218
|
-
textColorTextDepth3: string;
|
|
219
233
|
textColorTextHover: string;
|
|
220
234
|
textColorTextPressed: string;
|
|
221
235
|
textColorTextFocus: string;
|
|
@@ -362,9 +376,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
362
376
|
borderDisabledError: string;
|
|
363
377
|
rippleColorError: string;
|
|
364
378
|
waveOpacity: string;
|
|
365
|
-
fontWeightText: string;
|
|
366
379
|
fontWeight: string;
|
|
367
|
-
|
|
380
|
+
fontWeightStrong: string;
|
|
368
381
|
paddingTiny: string;
|
|
369
382
|
paddingSmall: string;
|
|
370
383
|
paddingMedium: string;
|
|
@@ -79,20 +79,30 @@ declare const dynamicInputLight: import("../../_mixins").Theme<"DynamicInput", {
|
|
|
79
79
|
fontSizeMedium: string;
|
|
80
80
|
fontSizeLarge: string;
|
|
81
81
|
opacityDisabled: string;
|
|
82
|
+
colorOpacitySecondary: number;
|
|
83
|
+
colorOpacitySecondaryHover: number;
|
|
84
|
+
colorOpacitySecondaryPressed: number;
|
|
85
|
+
colorSecondary: string;
|
|
86
|
+
colorSecondaryHover: string;
|
|
87
|
+
colorSecondaryPressed: string;
|
|
88
|
+
colorTertiary: string;
|
|
89
|
+
colorTertiaryHover: string;
|
|
90
|
+
colorTertiaryPressed: string;
|
|
91
|
+
colorQuaternary: string;
|
|
92
|
+
colorQuaternaryHover: string;
|
|
93
|
+
colorQuaternaryPressed: string;
|
|
82
94
|
color: string;
|
|
83
95
|
colorHover: string;
|
|
84
96
|
colorPressed: string;
|
|
85
97
|
colorFocus: string;
|
|
86
98
|
colorDisabled: string;
|
|
87
99
|
textColor: string;
|
|
100
|
+
textColorTertiary: string;
|
|
88
101
|
textColorHover: string;
|
|
89
102
|
textColorPressed: string;
|
|
90
103
|
textColorFocus: string;
|
|
91
104
|
textColorDisabled: string;
|
|
92
105
|
textColorText: string;
|
|
93
|
-
textColorTextDepth1: string;
|
|
94
|
-
textColorTextDepth2: string;
|
|
95
|
-
textColorTextDepth3: string;
|
|
96
106
|
textColorTextHover: string;
|
|
97
107
|
textColorTextPressed: string;
|
|
98
108
|
textColorTextFocus: string;
|
|
@@ -239,9 +249,8 @@ declare const dynamicInputLight: import("../../_mixins").Theme<"DynamicInput", {
|
|
|
239
249
|
borderDisabledError: string;
|
|
240
250
|
rippleColorError: string;
|
|
241
251
|
waveOpacity: string;
|
|
242
|
-
fontWeightText: string;
|
|
243
252
|
fontWeight: string;
|
|
244
|
-
|
|
253
|
+
fontWeightStrong: string;
|
|
245
254
|
paddingTiny: string;
|
|
246
255
|
paddingSmall: string;
|
|
247
256
|
paddingMedium: string;
|