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
|
@@ -11,14 +11,8 @@ declare const datePickerProps: {
|
|
|
11
11
|
readonly type: PropType<boolean | undefined>;
|
|
12
12
|
readonly default: undefined;
|
|
13
13
|
};
|
|
14
|
-
readonly clearable:
|
|
15
|
-
|
|
16
|
-
readonly default: false;
|
|
17
|
-
};
|
|
18
|
-
readonly updateValueOnClose: {
|
|
19
|
-
readonly type: BooleanConstructor;
|
|
20
|
-
readonly default: false;
|
|
21
|
-
};
|
|
14
|
+
readonly clearable: BooleanConstructor;
|
|
15
|
+
readonly updateValueOnClose: BooleanConstructor;
|
|
22
16
|
readonly defaultValue: {
|
|
23
17
|
readonly type: PropType<Value | null>;
|
|
24
18
|
readonly default: null;
|
|
@@ -34,7 +28,7 @@ declare const datePickerProps: {
|
|
|
34
28
|
readonly value: PropType<Value | null>;
|
|
35
29
|
readonly size: PropType<"small" | "medium" | "large">;
|
|
36
30
|
readonly type: {
|
|
37
|
-
readonly type: PropType<"date" | "datetime" | "month" | "daterange" | "datetimerange">;
|
|
31
|
+
readonly type: PropType<"date" | "datetime" | "month" | "year" | "daterange" | "datetimerange">;
|
|
38
32
|
readonly default: "date";
|
|
39
33
|
};
|
|
40
34
|
readonly separator: StringConstructor;
|
|
@@ -113,11 +107,13 @@ declare const datePickerProps: {
|
|
|
113
107
|
calendarLeftPaddingDaterange: string;
|
|
114
108
|
calendarLeftPaddingDatetimerange: string;
|
|
115
109
|
calendarLeftPaddingMonth: string;
|
|
110
|
+
calendarLeftPaddingYear: string;
|
|
116
111
|
calendarRightPaddingDate: string;
|
|
117
112
|
calendarRightPaddingDatetime: string;
|
|
118
113
|
calendarRightPaddingDaterange: string;
|
|
119
114
|
calendarRightPaddingDatetimerange: string;
|
|
120
115
|
calendarRightPaddingMonth: string;
|
|
116
|
+
calendarRightPaddingYear: string;
|
|
121
117
|
}, {
|
|
122
118
|
Input: import("../../_mixins").Theme<"Input", {
|
|
123
119
|
countTextColor: string;
|
|
@@ -193,20 +189,30 @@ declare const datePickerProps: {
|
|
|
193
189
|
fontSizeMedium: string;
|
|
194
190
|
fontSizeLarge: string;
|
|
195
191
|
opacityDisabled: string;
|
|
192
|
+
colorOpacitySecondary: number;
|
|
193
|
+
colorOpacitySecondaryHover: number;
|
|
194
|
+
colorOpacitySecondaryPressed: number;
|
|
195
|
+
colorSecondary: string;
|
|
196
|
+
colorSecondaryHover: string;
|
|
197
|
+
colorSecondaryPressed: string;
|
|
198
|
+
colorTertiary: string;
|
|
199
|
+
colorTertiaryHover: string;
|
|
200
|
+
colorTertiaryPressed: string;
|
|
201
|
+
colorQuaternary: string;
|
|
202
|
+
colorQuaternaryHover: string;
|
|
203
|
+
colorQuaternaryPressed: string;
|
|
196
204
|
color: string;
|
|
197
205
|
colorHover: string;
|
|
198
206
|
colorPressed: string;
|
|
199
207
|
colorFocus: string;
|
|
200
208
|
colorDisabled: string;
|
|
201
209
|
textColor: string;
|
|
210
|
+
textColorTertiary: string;
|
|
202
211
|
textColorHover: string;
|
|
203
212
|
textColorPressed: string;
|
|
204
213
|
textColorFocus: string;
|
|
205
214
|
textColorDisabled: string;
|
|
206
215
|
textColorText: string;
|
|
207
|
-
textColorTextDepth1: string;
|
|
208
|
-
textColorTextDepth2: string;
|
|
209
|
-
textColorTextDepth3: string;
|
|
210
216
|
textColorTextHover: string;
|
|
211
217
|
textColorTextPressed: string;
|
|
212
218
|
textColorTextFocus: string;
|
|
@@ -353,9 +359,8 @@ declare const datePickerProps: {
|
|
|
353
359
|
borderDisabledError: string;
|
|
354
360
|
rippleColorError: string;
|
|
355
361
|
waveOpacity: string;
|
|
356
|
-
fontWeightText: string;
|
|
357
362
|
fontWeight: string;
|
|
358
|
-
|
|
363
|
+
fontWeightStrong: string;
|
|
359
364
|
paddingTiny: string;
|
|
360
365
|
paddingSmall: string;
|
|
361
366
|
paddingMedium: string;
|
|
@@ -409,20 +414,30 @@ declare const datePickerProps: {
|
|
|
409
414
|
fontSizeMedium: string;
|
|
410
415
|
fontSizeLarge: string;
|
|
411
416
|
opacityDisabled: string;
|
|
417
|
+
colorOpacitySecondary: number;
|
|
418
|
+
colorOpacitySecondaryHover: number;
|
|
419
|
+
colorOpacitySecondaryPressed: number;
|
|
420
|
+
colorSecondary: string;
|
|
421
|
+
colorSecondaryHover: string;
|
|
422
|
+
colorSecondaryPressed: string;
|
|
423
|
+
colorTertiary: string;
|
|
424
|
+
colorTertiaryHover: string;
|
|
425
|
+
colorTertiaryPressed: string;
|
|
426
|
+
colorQuaternary: string;
|
|
427
|
+
colorQuaternaryHover: string;
|
|
428
|
+
colorQuaternaryPressed: string;
|
|
412
429
|
color: string;
|
|
413
430
|
colorHover: string;
|
|
414
431
|
colorPressed: string;
|
|
415
432
|
colorFocus: string;
|
|
416
433
|
colorDisabled: string;
|
|
417
434
|
textColor: string;
|
|
435
|
+
textColorTertiary: string;
|
|
418
436
|
textColorHover: string;
|
|
419
437
|
textColorPressed: string;
|
|
420
438
|
textColorFocus: string;
|
|
421
439
|
textColorDisabled: string;
|
|
422
440
|
textColorText: string;
|
|
423
|
-
textColorTextDepth1: string;
|
|
424
|
-
textColorTextDepth2: string;
|
|
425
|
-
textColorTextDepth3: string;
|
|
426
441
|
textColorTextHover: string;
|
|
427
442
|
textColorTextPressed: string;
|
|
428
443
|
textColorTextFocus: string;
|
|
@@ -569,9 +584,8 @@ declare const datePickerProps: {
|
|
|
569
584
|
borderDisabledError: string;
|
|
570
585
|
rippleColorError: string;
|
|
571
586
|
waveOpacity: string;
|
|
572
|
-
fontWeightText: string;
|
|
573
587
|
fontWeight: string;
|
|
574
|
-
|
|
588
|
+
fontWeightStrong: string;
|
|
575
589
|
paddingTiny: string;
|
|
576
590
|
paddingSmall: string;
|
|
577
591
|
paddingMedium: string;
|
|
@@ -702,11 +716,13 @@ declare const datePickerProps: {
|
|
|
702
716
|
calendarLeftPaddingDaterange: string;
|
|
703
717
|
calendarLeftPaddingDatetimerange: string;
|
|
704
718
|
calendarLeftPaddingMonth: string;
|
|
719
|
+
calendarLeftPaddingYear: string;
|
|
705
720
|
calendarRightPaddingDate: string;
|
|
706
721
|
calendarRightPaddingDatetime: string;
|
|
707
722
|
calendarRightPaddingDaterange: string;
|
|
708
723
|
calendarRightPaddingDatetimerange: string;
|
|
709
724
|
calendarRightPaddingMonth: string;
|
|
725
|
+
calendarRightPaddingYear: string;
|
|
710
726
|
}, {
|
|
711
727
|
Input: import("../../_mixins").Theme<"Input", {
|
|
712
728
|
countTextColor: string;
|
|
@@ -782,20 +798,30 @@ declare const datePickerProps: {
|
|
|
782
798
|
fontSizeMedium: string;
|
|
783
799
|
fontSizeLarge: string;
|
|
784
800
|
opacityDisabled: string;
|
|
801
|
+
colorOpacitySecondary: number;
|
|
802
|
+
colorOpacitySecondaryHover: number;
|
|
803
|
+
colorOpacitySecondaryPressed: number;
|
|
804
|
+
colorSecondary: string;
|
|
805
|
+
colorSecondaryHover: string;
|
|
806
|
+
colorSecondaryPressed: string;
|
|
807
|
+
colorTertiary: string;
|
|
808
|
+
colorTertiaryHover: string;
|
|
809
|
+
colorTertiaryPressed: string;
|
|
810
|
+
colorQuaternary: string;
|
|
811
|
+
colorQuaternaryHover: string;
|
|
812
|
+
colorQuaternaryPressed: string;
|
|
785
813
|
color: string;
|
|
786
814
|
colorHover: string;
|
|
787
815
|
colorPressed: string;
|
|
788
816
|
colorFocus: string;
|
|
789
817
|
colorDisabled: string;
|
|
790
818
|
textColor: string;
|
|
819
|
+
textColorTertiary: string;
|
|
791
820
|
textColorHover: string;
|
|
792
821
|
textColorPressed: string;
|
|
793
822
|
textColorFocus: string;
|
|
794
823
|
textColorDisabled: string;
|
|
795
824
|
textColorText: string;
|
|
796
|
-
textColorTextDepth1: string;
|
|
797
|
-
textColorTextDepth2: string;
|
|
798
|
-
textColorTextDepth3: string;
|
|
799
825
|
textColorTextHover: string;
|
|
800
826
|
textColorTextPressed: string;
|
|
801
827
|
textColorTextFocus: string;
|
|
@@ -942,9 +968,8 @@ declare const datePickerProps: {
|
|
|
942
968
|
borderDisabledError: string;
|
|
943
969
|
rippleColorError: string;
|
|
944
970
|
waveOpacity: string;
|
|
945
|
-
fontWeightText: string;
|
|
946
971
|
fontWeight: string;
|
|
947
|
-
|
|
972
|
+
fontWeightStrong: string;
|
|
948
973
|
paddingTiny: string;
|
|
949
974
|
paddingSmall: string;
|
|
950
975
|
paddingMedium: string;
|
|
@@ -998,20 +1023,30 @@ declare const datePickerProps: {
|
|
|
998
1023
|
fontSizeMedium: string;
|
|
999
1024
|
fontSizeLarge: string;
|
|
1000
1025
|
opacityDisabled: string;
|
|
1026
|
+
colorOpacitySecondary: number;
|
|
1027
|
+
colorOpacitySecondaryHover: number;
|
|
1028
|
+
colorOpacitySecondaryPressed: number;
|
|
1029
|
+
colorSecondary: string;
|
|
1030
|
+
colorSecondaryHover: string;
|
|
1031
|
+
colorSecondaryPressed: string;
|
|
1032
|
+
colorTertiary: string;
|
|
1033
|
+
colorTertiaryHover: string;
|
|
1034
|
+
colorTertiaryPressed: string;
|
|
1035
|
+
colorQuaternary: string;
|
|
1036
|
+
colorQuaternaryHover: string;
|
|
1037
|
+
colorQuaternaryPressed: string;
|
|
1001
1038
|
color: string;
|
|
1002
1039
|
colorHover: string;
|
|
1003
1040
|
colorPressed: string;
|
|
1004
1041
|
colorFocus: string;
|
|
1005
1042
|
colorDisabled: string;
|
|
1006
1043
|
textColor: string;
|
|
1044
|
+
textColorTertiary: string;
|
|
1007
1045
|
textColorHover: string;
|
|
1008
1046
|
textColorPressed: string;
|
|
1009
1047
|
textColorFocus: string;
|
|
1010
1048
|
textColorDisabled: string;
|
|
1011
1049
|
textColorText: string;
|
|
1012
|
-
textColorTextDepth1: string;
|
|
1013
|
-
textColorTextDepth2: string;
|
|
1014
|
-
textColorTextDepth3: string;
|
|
1015
1050
|
textColorTextHover: string;
|
|
1016
1051
|
textColorTextPressed: string;
|
|
1017
1052
|
textColorTextFocus: string;
|
|
@@ -1158,9 +1193,8 @@ declare const datePickerProps: {
|
|
|
1158
1193
|
borderDisabledError: string;
|
|
1159
1194
|
rippleColorError: string;
|
|
1160
1195
|
waveOpacity: string;
|
|
1161
|
-
fontWeightText: string;
|
|
1162
1196
|
fontWeight: string;
|
|
1163
|
-
|
|
1197
|
+
fontWeightStrong: string;
|
|
1164
1198
|
paddingTiny: string;
|
|
1165
1199
|
paddingSmall: string;
|
|
1166
1200
|
paddingMedium: string;
|
|
@@ -1291,11 +1325,13 @@ declare const datePickerProps: {
|
|
|
1291
1325
|
calendarLeftPaddingDaterange: string;
|
|
1292
1326
|
calendarLeftPaddingDatetimerange: string;
|
|
1293
1327
|
calendarLeftPaddingMonth: string;
|
|
1328
|
+
calendarLeftPaddingYear: string;
|
|
1294
1329
|
calendarRightPaddingDate: string;
|
|
1295
1330
|
calendarRightPaddingDatetime: string;
|
|
1296
1331
|
calendarRightPaddingDaterange: string;
|
|
1297
1332
|
calendarRightPaddingDatetimerange: string;
|
|
1298
1333
|
calendarRightPaddingMonth: string;
|
|
1334
|
+
calendarRightPaddingYear: string;
|
|
1299
1335
|
}, {
|
|
1300
1336
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1301
1337
|
countTextColor: string;
|
|
@@ -1371,20 +1407,30 @@ declare const datePickerProps: {
|
|
|
1371
1407
|
fontSizeMedium: string;
|
|
1372
1408
|
fontSizeLarge: string;
|
|
1373
1409
|
opacityDisabled: string;
|
|
1410
|
+
colorOpacitySecondary: number;
|
|
1411
|
+
colorOpacitySecondaryHover: number;
|
|
1412
|
+
colorOpacitySecondaryPressed: number;
|
|
1413
|
+
colorSecondary: string;
|
|
1414
|
+
colorSecondaryHover: string;
|
|
1415
|
+
colorSecondaryPressed: string;
|
|
1416
|
+
colorTertiary: string;
|
|
1417
|
+
colorTertiaryHover: string;
|
|
1418
|
+
colorTertiaryPressed: string;
|
|
1419
|
+
colorQuaternary: string;
|
|
1420
|
+
colorQuaternaryHover: string;
|
|
1421
|
+
colorQuaternaryPressed: string;
|
|
1374
1422
|
color: string;
|
|
1375
1423
|
colorHover: string;
|
|
1376
1424
|
colorPressed: string;
|
|
1377
1425
|
colorFocus: string;
|
|
1378
1426
|
colorDisabled: string;
|
|
1379
1427
|
textColor: string;
|
|
1428
|
+
textColorTertiary: string;
|
|
1380
1429
|
textColorHover: string;
|
|
1381
1430
|
textColorPressed: string;
|
|
1382
1431
|
textColorFocus: string;
|
|
1383
1432
|
textColorDisabled: string;
|
|
1384
1433
|
textColorText: string;
|
|
1385
|
-
textColorTextDepth1: string;
|
|
1386
|
-
textColorTextDepth2: string;
|
|
1387
|
-
textColorTextDepth3: string;
|
|
1388
1434
|
textColorTextHover: string;
|
|
1389
1435
|
textColorTextPressed: string;
|
|
1390
1436
|
textColorTextFocus: string;
|
|
@@ -1531,9 +1577,8 @@ declare const datePickerProps: {
|
|
|
1531
1577
|
borderDisabledError: string;
|
|
1532
1578
|
rippleColorError: string;
|
|
1533
1579
|
waveOpacity: string;
|
|
1534
|
-
fontWeightText: string;
|
|
1535
1580
|
fontWeight: string;
|
|
1536
|
-
|
|
1581
|
+
fontWeightStrong: string;
|
|
1537
1582
|
paddingTiny: string;
|
|
1538
1583
|
paddingSmall: string;
|
|
1539
1584
|
paddingMedium: string;
|
|
@@ -1587,20 +1632,30 @@ declare const datePickerProps: {
|
|
|
1587
1632
|
fontSizeMedium: string;
|
|
1588
1633
|
fontSizeLarge: string;
|
|
1589
1634
|
opacityDisabled: string;
|
|
1635
|
+
colorOpacitySecondary: number;
|
|
1636
|
+
colorOpacitySecondaryHover: number;
|
|
1637
|
+
colorOpacitySecondaryPressed: number;
|
|
1638
|
+
colorSecondary: string;
|
|
1639
|
+
colorSecondaryHover: string;
|
|
1640
|
+
colorSecondaryPressed: string;
|
|
1641
|
+
colorTertiary: string;
|
|
1642
|
+
colorTertiaryHover: string;
|
|
1643
|
+
colorTertiaryPressed: string;
|
|
1644
|
+
colorQuaternary: string;
|
|
1645
|
+
colorQuaternaryHover: string;
|
|
1646
|
+
colorQuaternaryPressed: string;
|
|
1590
1647
|
color: string;
|
|
1591
1648
|
colorHover: string;
|
|
1592
1649
|
colorPressed: string;
|
|
1593
1650
|
colorFocus: string;
|
|
1594
1651
|
colorDisabled: string;
|
|
1595
1652
|
textColor: string;
|
|
1653
|
+
textColorTertiary: string;
|
|
1596
1654
|
textColorHover: string;
|
|
1597
1655
|
textColorPressed: string;
|
|
1598
1656
|
textColorFocus: string;
|
|
1599
1657
|
textColorDisabled: string;
|
|
1600
1658
|
textColorText: string;
|
|
1601
|
-
textColorTextDepth1: string;
|
|
1602
|
-
textColorTextDepth2: string;
|
|
1603
|
-
textColorTextDepth3: string;
|
|
1604
1659
|
textColorTextHover: string;
|
|
1605
1660
|
textColorTextPressed: string;
|
|
1606
1661
|
textColorTextFocus: string;
|
|
@@ -1747,9 +1802,8 @@ declare const datePickerProps: {
|
|
|
1747
1802
|
borderDisabledError: string;
|
|
1748
1803
|
rippleColorError: string;
|
|
1749
1804
|
waveOpacity: string;
|
|
1750
|
-
fontWeightText: string;
|
|
1751
1805
|
fontWeight: string;
|
|
1752
|
-
|
|
1806
|
+
fontWeightStrong: string;
|
|
1753
1807
|
paddingTiny: string;
|
|
1754
1808
|
paddingSmall: string;
|
|
1755
1809
|
paddingMedium: string;
|
|
@@ -1846,14 +1900,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1846
1900
|
readonly type: PropType<boolean | undefined>;
|
|
1847
1901
|
readonly default: undefined;
|
|
1848
1902
|
};
|
|
1849
|
-
readonly clearable:
|
|
1850
|
-
|
|
1851
|
-
readonly default: false;
|
|
1852
|
-
};
|
|
1853
|
-
readonly updateValueOnClose: {
|
|
1854
|
-
readonly type: BooleanConstructor;
|
|
1855
|
-
readonly default: false;
|
|
1856
|
-
};
|
|
1903
|
+
readonly clearable: BooleanConstructor;
|
|
1904
|
+
readonly updateValueOnClose: BooleanConstructor;
|
|
1857
1905
|
readonly defaultValue: {
|
|
1858
1906
|
readonly type: PropType<Value | null>;
|
|
1859
1907
|
readonly default: null;
|
|
@@ -1869,7 +1917,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1869
1917
|
readonly value: PropType<Value | null>;
|
|
1870
1918
|
readonly size: PropType<"small" | "medium" | "large">;
|
|
1871
1919
|
readonly type: {
|
|
1872
|
-
readonly type: PropType<"date" | "datetime" | "month" | "daterange" | "datetimerange">;
|
|
1920
|
+
readonly type: PropType<"date" | "datetime" | "month" | "year" | "daterange" | "datetimerange">;
|
|
1873
1921
|
readonly default: "date";
|
|
1874
1922
|
};
|
|
1875
1923
|
readonly separator: StringConstructor;
|
|
@@ -1948,11 +1996,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1948
1996
|
calendarLeftPaddingDaterange: string;
|
|
1949
1997
|
calendarLeftPaddingDatetimerange: string;
|
|
1950
1998
|
calendarLeftPaddingMonth: string;
|
|
1999
|
+
calendarLeftPaddingYear: string;
|
|
1951
2000
|
calendarRightPaddingDate: string;
|
|
1952
2001
|
calendarRightPaddingDatetime: string;
|
|
1953
2002
|
calendarRightPaddingDaterange: string;
|
|
1954
2003
|
calendarRightPaddingDatetimerange: string;
|
|
1955
2004
|
calendarRightPaddingMonth: string;
|
|
2005
|
+
calendarRightPaddingYear: string;
|
|
1956
2006
|
}, {
|
|
1957
2007
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1958
2008
|
countTextColor: string;
|
|
@@ -2028,20 +2078,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2028
2078
|
fontSizeMedium: string;
|
|
2029
2079
|
fontSizeLarge: string;
|
|
2030
2080
|
opacityDisabled: string;
|
|
2081
|
+
colorOpacitySecondary: number;
|
|
2082
|
+
colorOpacitySecondaryHover: number;
|
|
2083
|
+
colorOpacitySecondaryPressed: number;
|
|
2084
|
+
colorSecondary: string;
|
|
2085
|
+
colorSecondaryHover: string;
|
|
2086
|
+
colorSecondaryPressed: string;
|
|
2087
|
+
colorTertiary: string;
|
|
2088
|
+
colorTertiaryHover: string;
|
|
2089
|
+
colorTertiaryPressed: string;
|
|
2090
|
+
colorQuaternary: string;
|
|
2091
|
+
colorQuaternaryHover: string;
|
|
2092
|
+
colorQuaternaryPressed: string;
|
|
2031
2093
|
color: string;
|
|
2032
2094
|
colorHover: string;
|
|
2033
2095
|
colorPressed: string;
|
|
2034
2096
|
colorFocus: string;
|
|
2035
2097
|
colorDisabled: string;
|
|
2036
2098
|
textColor: string;
|
|
2099
|
+
textColorTertiary: string;
|
|
2037
2100
|
textColorHover: string;
|
|
2038
2101
|
textColorPressed: string;
|
|
2039
2102
|
textColorFocus: string;
|
|
2040
2103
|
textColorDisabled: string;
|
|
2041
2104
|
textColorText: string;
|
|
2042
|
-
textColorTextDepth1: string;
|
|
2043
|
-
textColorTextDepth2: string;
|
|
2044
|
-
textColorTextDepth3: string;
|
|
2045
2105
|
textColorTextHover: string;
|
|
2046
2106
|
textColorTextPressed: string;
|
|
2047
2107
|
textColorTextFocus: string;
|
|
@@ -2188,9 +2248,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2188
2248
|
borderDisabledError: string;
|
|
2189
2249
|
rippleColorError: string;
|
|
2190
2250
|
waveOpacity: string;
|
|
2191
|
-
fontWeightText: string;
|
|
2192
2251
|
fontWeight: string;
|
|
2193
|
-
|
|
2252
|
+
fontWeightStrong: string;
|
|
2194
2253
|
paddingTiny: string;
|
|
2195
2254
|
paddingSmall: string;
|
|
2196
2255
|
paddingMedium: string;
|
|
@@ -2244,20 +2303,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2244
2303
|
fontSizeMedium: string;
|
|
2245
2304
|
fontSizeLarge: string;
|
|
2246
2305
|
opacityDisabled: string;
|
|
2306
|
+
colorOpacitySecondary: number;
|
|
2307
|
+
colorOpacitySecondaryHover: number;
|
|
2308
|
+
colorOpacitySecondaryPressed: number;
|
|
2309
|
+
colorSecondary: string;
|
|
2310
|
+
colorSecondaryHover: string;
|
|
2311
|
+
colorSecondaryPressed: string;
|
|
2312
|
+
colorTertiary: string;
|
|
2313
|
+
colorTertiaryHover: string;
|
|
2314
|
+
colorTertiaryPressed: string;
|
|
2315
|
+
colorQuaternary: string;
|
|
2316
|
+
colorQuaternaryHover: string;
|
|
2317
|
+
colorQuaternaryPressed: string;
|
|
2247
2318
|
color: string;
|
|
2248
2319
|
colorHover: string;
|
|
2249
2320
|
colorPressed: string;
|
|
2250
2321
|
colorFocus: string;
|
|
2251
2322
|
colorDisabled: string;
|
|
2252
2323
|
textColor: string;
|
|
2324
|
+
textColorTertiary: string;
|
|
2253
2325
|
textColorHover: string;
|
|
2254
2326
|
textColorPressed: string;
|
|
2255
2327
|
textColorFocus: string;
|
|
2256
2328
|
textColorDisabled: string;
|
|
2257
2329
|
textColorText: string;
|
|
2258
|
-
textColorTextDepth1: string;
|
|
2259
|
-
textColorTextDepth2: string;
|
|
2260
|
-
textColorTextDepth3: string;
|
|
2261
2330
|
textColorTextHover: string;
|
|
2262
2331
|
textColorTextPressed: string;
|
|
2263
2332
|
textColorTextFocus: string;
|
|
@@ -2404,9 +2473,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2404
2473
|
borderDisabledError: string;
|
|
2405
2474
|
rippleColorError: string;
|
|
2406
2475
|
waveOpacity: string;
|
|
2407
|
-
fontWeightText: string;
|
|
2408
2476
|
fontWeight: string;
|
|
2409
|
-
|
|
2477
|
+
fontWeightStrong: string;
|
|
2410
2478
|
paddingTiny: string;
|
|
2411
2479
|
paddingSmall: string;
|
|
2412
2480
|
paddingMedium: string;
|
|
@@ -2537,11 +2605,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2537
2605
|
calendarLeftPaddingDaterange: string;
|
|
2538
2606
|
calendarLeftPaddingDatetimerange: string;
|
|
2539
2607
|
calendarLeftPaddingMonth: string;
|
|
2608
|
+
calendarLeftPaddingYear: string;
|
|
2540
2609
|
calendarRightPaddingDate: string;
|
|
2541
2610
|
calendarRightPaddingDatetime: string;
|
|
2542
2611
|
calendarRightPaddingDaterange: string;
|
|
2543
2612
|
calendarRightPaddingDatetimerange: string;
|
|
2544
2613
|
calendarRightPaddingMonth: string;
|
|
2614
|
+
calendarRightPaddingYear: string;
|
|
2545
2615
|
}, {
|
|
2546
2616
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2547
2617
|
countTextColor: string;
|
|
@@ -2617,20 +2687,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2617
2687
|
fontSizeMedium: string;
|
|
2618
2688
|
fontSizeLarge: string;
|
|
2619
2689
|
opacityDisabled: string;
|
|
2690
|
+
colorOpacitySecondary: number;
|
|
2691
|
+
colorOpacitySecondaryHover: number;
|
|
2692
|
+
colorOpacitySecondaryPressed: number;
|
|
2693
|
+
colorSecondary: string;
|
|
2694
|
+
colorSecondaryHover: string;
|
|
2695
|
+
colorSecondaryPressed: string;
|
|
2696
|
+
colorTertiary: string;
|
|
2697
|
+
colorTertiaryHover: string;
|
|
2698
|
+
colorTertiaryPressed: string;
|
|
2699
|
+
colorQuaternary: string;
|
|
2700
|
+
colorQuaternaryHover: string;
|
|
2701
|
+
colorQuaternaryPressed: string;
|
|
2620
2702
|
color: string;
|
|
2621
2703
|
colorHover: string;
|
|
2622
2704
|
colorPressed: string;
|
|
2623
2705
|
colorFocus: string;
|
|
2624
2706
|
colorDisabled: string;
|
|
2625
2707
|
textColor: string;
|
|
2708
|
+
textColorTertiary: string;
|
|
2626
2709
|
textColorHover: string;
|
|
2627
2710
|
textColorPressed: string;
|
|
2628
2711
|
textColorFocus: string;
|
|
2629
2712
|
textColorDisabled: string;
|
|
2630
2713
|
textColorText: string;
|
|
2631
|
-
textColorTextDepth1: string;
|
|
2632
|
-
textColorTextDepth2: string;
|
|
2633
|
-
textColorTextDepth3: string;
|
|
2634
2714
|
textColorTextHover: string;
|
|
2635
2715
|
textColorTextPressed: string;
|
|
2636
2716
|
textColorTextFocus: string;
|
|
@@ -2777,9 +2857,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2777
2857
|
borderDisabledError: string;
|
|
2778
2858
|
rippleColorError: string;
|
|
2779
2859
|
waveOpacity: string;
|
|
2780
|
-
fontWeightText: string;
|
|
2781
2860
|
fontWeight: string;
|
|
2782
|
-
|
|
2861
|
+
fontWeightStrong: string;
|
|
2783
2862
|
paddingTiny: string;
|
|
2784
2863
|
paddingSmall: string;
|
|
2785
2864
|
paddingMedium: string;
|
|
@@ -2833,20 +2912,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2833
2912
|
fontSizeMedium: string;
|
|
2834
2913
|
fontSizeLarge: string;
|
|
2835
2914
|
opacityDisabled: string;
|
|
2915
|
+
colorOpacitySecondary: number;
|
|
2916
|
+
colorOpacitySecondaryHover: number;
|
|
2917
|
+
colorOpacitySecondaryPressed: number;
|
|
2918
|
+
colorSecondary: string;
|
|
2919
|
+
colorSecondaryHover: string;
|
|
2920
|
+
colorSecondaryPressed: string;
|
|
2921
|
+
colorTertiary: string;
|
|
2922
|
+
colorTertiaryHover: string;
|
|
2923
|
+
colorTertiaryPressed: string;
|
|
2924
|
+
colorQuaternary: string;
|
|
2925
|
+
colorQuaternaryHover: string;
|
|
2926
|
+
colorQuaternaryPressed: string;
|
|
2836
2927
|
color: string;
|
|
2837
2928
|
colorHover: string;
|
|
2838
2929
|
colorPressed: string;
|
|
2839
2930
|
colorFocus: string;
|
|
2840
2931
|
colorDisabled: string;
|
|
2841
2932
|
textColor: string;
|
|
2933
|
+
textColorTertiary: string;
|
|
2842
2934
|
textColorHover: string;
|
|
2843
2935
|
textColorPressed: string;
|
|
2844
2936
|
textColorFocus: string;
|
|
2845
2937
|
textColorDisabled: string;
|
|
2846
2938
|
textColorText: string;
|
|
2847
|
-
textColorTextDepth1: string;
|
|
2848
|
-
textColorTextDepth2: string;
|
|
2849
|
-
textColorTextDepth3: string;
|
|
2850
2939
|
textColorTextHover: string;
|
|
2851
2940
|
textColorTextPressed: string;
|
|
2852
2941
|
textColorTextFocus: string;
|
|
@@ -2993,9 +3082,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2993
3082
|
borderDisabledError: string;
|
|
2994
3083
|
rippleColorError: string;
|
|
2995
3084
|
waveOpacity: string;
|
|
2996
|
-
fontWeightText: string;
|
|
2997
3085
|
fontWeight: string;
|
|
2998
|
-
|
|
3086
|
+
fontWeightStrong: string;
|
|
2999
3087
|
paddingTiny: string;
|
|
3000
3088
|
paddingSmall: string;
|
|
3001
3089
|
paddingMedium: string;
|
|
@@ -3126,11 +3214,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3126
3214
|
calendarLeftPaddingDaterange: string;
|
|
3127
3215
|
calendarLeftPaddingDatetimerange: string;
|
|
3128
3216
|
calendarLeftPaddingMonth: string;
|
|
3217
|
+
calendarLeftPaddingYear: string;
|
|
3129
3218
|
calendarRightPaddingDate: string;
|
|
3130
3219
|
calendarRightPaddingDatetime: string;
|
|
3131
3220
|
calendarRightPaddingDaterange: string;
|
|
3132
3221
|
calendarRightPaddingDatetimerange: string;
|
|
3133
3222
|
calendarRightPaddingMonth: string;
|
|
3223
|
+
calendarRightPaddingYear: string;
|
|
3134
3224
|
}, {
|
|
3135
3225
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3136
3226
|
countTextColor: string;
|
|
@@ -3206,20 +3296,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3206
3296
|
fontSizeMedium: string;
|
|
3207
3297
|
fontSizeLarge: string;
|
|
3208
3298
|
opacityDisabled: string;
|
|
3299
|
+
colorOpacitySecondary: number;
|
|
3300
|
+
colorOpacitySecondaryHover: number;
|
|
3301
|
+
colorOpacitySecondaryPressed: number;
|
|
3302
|
+
colorSecondary: string;
|
|
3303
|
+
colorSecondaryHover: string;
|
|
3304
|
+
colorSecondaryPressed: string;
|
|
3305
|
+
colorTertiary: string;
|
|
3306
|
+
colorTertiaryHover: string;
|
|
3307
|
+
colorTertiaryPressed: string;
|
|
3308
|
+
colorQuaternary: string;
|
|
3309
|
+
colorQuaternaryHover: string;
|
|
3310
|
+
colorQuaternaryPressed: string;
|
|
3209
3311
|
color: string;
|
|
3210
3312
|
colorHover: string;
|
|
3211
3313
|
colorPressed: string;
|
|
3212
3314
|
colorFocus: string;
|
|
3213
3315
|
colorDisabled: string;
|
|
3214
3316
|
textColor: string;
|
|
3317
|
+
textColorTertiary: string;
|
|
3215
3318
|
textColorHover: string;
|
|
3216
3319
|
textColorPressed: string;
|
|
3217
3320
|
textColorFocus: string;
|
|
3218
3321
|
textColorDisabled: string;
|
|
3219
3322
|
textColorText: string;
|
|
3220
|
-
textColorTextDepth1: string;
|
|
3221
|
-
textColorTextDepth2: string;
|
|
3222
|
-
textColorTextDepth3: string;
|
|
3223
3323
|
textColorTextHover: string;
|
|
3224
3324
|
textColorTextPressed: string;
|
|
3225
3325
|
textColorTextFocus: string;
|
|
@@ -3366,9 +3466,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3366
3466
|
borderDisabledError: string;
|
|
3367
3467
|
rippleColorError: string;
|
|
3368
3468
|
waveOpacity: string;
|
|
3369
|
-
fontWeightText: string;
|
|
3370
3469
|
fontWeight: string;
|
|
3371
|
-
|
|
3470
|
+
fontWeightStrong: string;
|
|
3372
3471
|
paddingTiny: string;
|
|
3373
3472
|
paddingSmall: string;
|
|
3374
3473
|
paddingMedium: string;
|
|
@@ -3422,20 +3521,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3422
3521
|
fontSizeMedium: string;
|
|
3423
3522
|
fontSizeLarge: string;
|
|
3424
3523
|
opacityDisabled: string;
|
|
3524
|
+
colorOpacitySecondary: number;
|
|
3525
|
+
colorOpacitySecondaryHover: number;
|
|
3526
|
+
colorOpacitySecondaryPressed: number;
|
|
3527
|
+
colorSecondary: string;
|
|
3528
|
+
colorSecondaryHover: string;
|
|
3529
|
+
colorSecondaryPressed: string;
|
|
3530
|
+
colorTertiary: string;
|
|
3531
|
+
colorTertiaryHover: string;
|
|
3532
|
+
colorTertiaryPressed: string;
|
|
3533
|
+
colorQuaternary: string;
|
|
3534
|
+
colorQuaternaryHover: string;
|
|
3535
|
+
colorQuaternaryPressed: string;
|
|
3425
3536
|
color: string;
|
|
3426
3537
|
colorHover: string;
|
|
3427
3538
|
colorPressed: string;
|
|
3428
3539
|
colorFocus: string;
|
|
3429
3540
|
colorDisabled: string;
|
|
3430
3541
|
textColor: string;
|
|
3542
|
+
textColorTertiary: string;
|
|
3431
3543
|
textColorHover: string;
|
|
3432
3544
|
textColorPressed: string;
|
|
3433
3545
|
textColorFocus: string;
|
|
3434
3546
|
textColorDisabled: string;
|
|
3435
3547
|
textColorText: string;
|
|
3436
|
-
textColorTextDepth1: string;
|
|
3437
|
-
textColorTextDepth2: string;
|
|
3438
|
-
textColorTextDepth3: string;
|
|
3439
3548
|
textColorTextHover: string;
|
|
3440
3549
|
textColorTextPressed: string;
|
|
3441
3550
|
textColorTextFocus: string;
|
|
@@ -3582,9 +3691,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3582
3691
|
borderDisabledError: string;
|
|
3583
3692
|
rippleColorError: string;
|
|
3584
3693
|
waveOpacity: string;
|
|
3585
|
-
fontWeightText: string;
|
|
3586
3694
|
fontWeight: string;
|
|
3587
|
-
|
|
3695
|
+
fontWeightStrong: string;
|
|
3588
3696
|
paddingTiny: string;
|
|
3589
3697
|
paddingSmall: string;
|
|
3590
3698
|
paddingMedium: string;
|
|
@@ -3698,6 +3806,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3698
3806
|
isCompositing: boolean;
|
|
3699
3807
|
blur: () => void;
|
|
3700
3808
|
focus: () => void;
|
|
3809
|
+
select: () => void;
|
|
3701
3810
|
activate: () => void;
|
|
3702
3811
|
deactivate: () => void;
|
|
3703
3812
|
} | null>;
|
|
@@ -3800,9 +3909,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3800
3909
|
tableHeaderColor: string;
|
|
3801
3910
|
hoverColor: string;
|
|
3802
3911
|
tableColorHover: string;
|
|
3912
|
+
tableColorStriped: string;
|
|
3803
3913
|
pressedColor: string;
|
|
3804
3914
|
opacityDisabled: string;
|
|
3805
3915
|
inputColorDisabled: string;
|
|
3916
|
+
buttonColor2: string;
|
|
3917
|
+
buttonColor2Hover: string;
|
|
3918
|
+
buttonColor2Pressed: string;
|
|
3806
3919
|
boxShadow1: string;
|
|
3807
3920
|
boxShadow2: string;
|
|
3808
3921
|
boxShadow3: string;
|
|
@@ -3876,11 +3989,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3876
3989
|
calendarLeftPaddingDaterange: string;
|
|
3877
3990
|
calendarLeftPaddingDatetimerange: string;
|
|
3878
3991
|
calendarLeftPaddingMonth: string;
|
|
3992
|
+
calendarLeftPaddingYear: string;
|
|
3879
3993
|
calendarRightPaddingDate: string;
|
|
3880
3994
|
calendarRightPaddingDatetime: string;
|
|
3881
3995
|
calendarRightPaddingDaterange: string;
|
|
3882
3996
|
calendarRightPaddingDatetimerange: string;
|
|
3883
3997
|
calendarRightPaddingMonth: string;
|
|
3998
|
+
calendarRightPaddingYear: string;
|
|
3884
3999
|
};
|
|
3885
4000
|
peers: {
|
|
3886
4001
|
Input: import("../../_mixins").Theme<"Input", {
|
|
@@ -3957,20 +4072,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3957
4072
|
fontSizeMedium: string;
|
|
3958
4073
|
fontSizeLarge: string;
|
|
3959
4074
|
opacityDisabled: string;
|
|
4075
|
+
colorOpacitySecondary: number;
|
|
4076
|
+
colorOpacitySecondaryHover: number;
|
|
4077
|
+
colorOpacitySecondaryPressed: number;
|
|
4078
|
+
colorSecondary: string;
|
|
4079
|
+
colorSecondaryHover: string;
|
|
4080
|
+
colorSecondaryPressed: string;
|
|
4081
|
+
colorTertiary: string;
|
|
4082
|
+
colorTertiaryHover: string;
|
|
4083
|
+
colorTertiaryPressed: string;
|
|
4084
|
+
colorQuaternary: string;
|
|
4085
|
+
colorQuaternaryHover: string;
|
|
4086
|
+
colorQuaternaryPressed: string;
|
|
3960
4087
|
color: string;
|
|
3961
4088
|
colorHover: string;
|
|
3962
4089
|
colorPressed: string;
|
|
3963
4090
|
colorFocus: string;
|
|
3964
4091
|
colorDisabled: string;
|
|
3965
4092
|
textColor: string;
|
|
4093
|
+
textColorTertiary: string;
|
|
3966
4094
|
textColorHover: string;
|
|
3967
4095
|
textColorPressed: string;
|
|
3968
4096
|
textColorFocus: string;
|
|
3969
4097
|
textColorDisabled: string;
|
|
3970
4098
|
textColorText: string;
|
|
3971
|
-
textColorTextDepth1: string;
|
|
3972
|
-
textColorTextDepth2: string;
|
|
3973
|
-
textColorTextDepth3: string;
|
|
3974
4099
|
textColorTextHover: string;
|
|
3975
4100
|
textColorTextPressed: string;
|
|
3976
4101
|
textColorTextFocus: string;
|
|
@@ -4117,9 +4242,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4117
4242
|
borderDisabledError: string;
|
|
4118
4243
|
rippleColorError: string;
|
|
4119
4244
|
waveOpacity: string;
|
|
4120
|
-
fontWeightText: string;
|
|
4121
4245
|
fontWeight: string;
|
|
4122
|
-
|
|
4246
|
+
fontWeightStrong: string;
|
|
4123
4247
|
paddingTiny: string;
|
|
4124
4248
|
paddingSmall: string;
|
|
4125
4249
|
paddingMedium: string;
|
|
@@ -4173,20 +4297,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4173
4297
|
fontSizeMedium: string;
|
|
4174
4298
|
fontSizeLarge: string;
|
|
4175
4299
|
opacityDisabled: string;
|
|
4300
|
+
colorOpacitySecondary: number;
|
|
4301
|
+
colorOpacitySecondaryHover: number;
|
|
4302
|
+
colorOpacitySecondaryPressed: number;
|
|
4303
|
+
colorSecondary: string;
|
|
4304
|
+
colorSecondaryHover: string;
|
|
4305
|
+
colorSecondaryPressed: string;
|
|
4306
|
+
colorTertiary: string;
|
|
4307
|
+
colorTertiaryHover: string;
|
|
4308
|
+
colorTertiaryPressed: string;
|
|
4309
|
+
colorQuaternary: string;
|
|
4310
|
+
colorQuaternaryHover: string;
|
|
4311
|
+
colorQuaternaryPressed: string;
|
|
4176
4312
|
color: string;
|
|
4177
4313
|
colorHover: string;
|
|
4178
4314
|
colorPressed: string;
|
|
4179
4315
|
colorFocus: string;
|
|
4180
4316
|
colorDisabled: string;
|
|
4181
4317
|
textColor: string;
|
|
4318
|
+
textColorTertiary: string;
|
|
4182
4319
|
textColorHover: string;
|
|
4183
4320
|
textColorPressed: string;
|
|
4184
4321
|
textColorFocus: string;
|
|
4185
4322
|
textColorDisabled: string;
|
|
4186
4323
|
textColorText: string;
|
|
4187
|
-
textColorTextDepth1: string;
|
|
4188
|
-
textColorTextDepth2: string;
|
|
4189
|
-
textColorTextDepth3: string;
|
|
4190
4324
|
textColorTextHover: string;
|
|
4191
4325
|
textColorTextPressed: string;
|
|
4192
4326
|
textColorTextFocus: string;
|
|
@@ -4333,9 +4467,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4333
4467
|
borderDisabledError: string;
|
|
4334
4468
|
rippleColorError: string;
|
|
4335
4469
|
waveOpacity: string;
|
|
4336
|
-
fontWeightText: string;
|
|
4337
4470
|
fontWeight: string;
|
|
4338
|
-
|
|
4471
|
+
fontWeightStrong: string;
|
|
4339
4472
|
paddingTiny: string;
|
|
4340
4473
|
paddingSmall: string;
|
|
4341
4474
|
paddingMedium: string;
|
|
@@ -4451,20 +4584,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4451
4584
|
fontSizeMedium: string;
|
|
4452
4585
|
fontSizeLarge: string;
|
|
4453
4586
|
opacityDisabled: string;
|
|
4587
|
+
colorOpacitySecondary: number;
|
|
4588
|
+
colorOpacitySecondaryHover: number;
|
|
4589
|
+
colorOpacitySecondaryPressed: number;
|
|
4590
|
+
colorSecondary: string;
|
|
4591
|
+
colorSecondaryHover: string;
|
|
4592
|
+
colorSecondaryPressed: string;
|
|
4593
|
+
colorTertiary: string;
|
|
4594
|
+
colorTertiaryHover: string;
|
|
4595
|
+
colorTertiaryPressed: string;
|
|
4596
|
+
colorQuaternary: string;
|
|
4597
|
+
colorQuaternaryHover: string;
|
|
4598
|
+
colorQuaternaryPressed: string;
|
|
4454
4599
|
color: string;
|
|
4455
4600
|
colorHover: string;
|
|
4456
4601
|
colorPressed: string;
|
|
4457
4602
|
colorFocus: string;
|
|
4458
4603
|
colorDisabled: string;
|
|
4459
4604
|
textColor: string;
|
|
4605
|
+
textColorTertiary: string;
|
|
4460
4606
|
textColorHover: string;
|
|
4461
4607
|
textColorPressed: string;
|
|
4462
4608
|
textColorFocus: string;
|
|
4463
4609
|
textColorDisabled: string;
|
|
4464
4610
|
textColorText: string;
|
|
4465
|
-
textColorTextDepth1: string;
|
|
4466
|
-
textColorTextDepth2: string;
|
|
4467
|
-
textColorTextDepth3: string;
|
|
4468
4611
|
textColorTextHover: string;
|
|
4469
4612
|
textColorTextPressed: string;
|
|
4470
4613
|
textColorTextFocus: string;
|
|
@@ -4611,9 +4754,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4611
4754
|
borderDisabledError: string;
|
|
4612
4755
|
rippleColorError: string;
|
|
4613
4756
|
waveOpacity: string;
|
|
4614
|
-
fontWeightText: string;
|
|
4615
4757
|
fontWeight: string;
|
|
4616
|
-
|
|
4758
|
+
fontWeightStrong: string;
|
|
4617
4759
|
paddingTiny: string;
|
|
4618
4760
|
paddingSmall: string;
|
|
4619
4761
|
paddingMedium: string;
|
|
@@ -4789,7 +4931,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4789
4931
|
readonly themeOverrides?: unknown;
|
|
4790
4932
|
readonly builtinThemeOverrides?: unknown;
|
|
4791
4933
|
} & {
|
|
4792
|
-
type: "date" | "datetime" | "month" | "daterange" | "datetimerange";
|
|
4934
|
+
type: "date" | "datetime" | "month" | "year" | "daterange" | "datetimerange";
|
|
4793
4935
|
placement: FollowerPlacement;
|
|
4794
4936
|
clearable: boolean;
|
|
4795
4937
|
defaultValue: Value | null;
|
|
@@ -4854,11 +4996,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4854
4996
|
calendarLeftPaddingDaterange: string;
|
|
4855
4997
|
calendarLeftPaddingDatetimerange: string;
|
|
4856
4998
|
calendarLeftPaddingMonth: string;
|
|
4999
|
+
calendarLeftPaddingYear: string;
|
|
4857
5000
|
calendarRightPaddingDate: string;
|
|
4858
5001
|
calendarRightPaddingDatetime: string;
|
|
4859
5002
|
calendarRightPaddingDaterange: string;
|
|
4860
5003
|
calendarRightPaddingDatetimerange: string;
|
|
4861
5004
|
calendarRightPaddingMonth: string;
|
|
5005
|
+
calendarRightPaddingYear: string;
|
|
4862
5006
|
}, {
|
|
4863
5007
|
Input: import("../../_mixins").Theme<"Input", {
|
|
4864
5008
|
countTextColor: string;
|
|
@@ -4934,20 +5078,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4934
5078
|
fontSizeMedium: string;
|
|
4935
5079
|
fontSizeLarge: string;
|
|
4936
5080
|
opacityDisabled: string;
|
|
5081
|
+
colorOpacitySecondary: number;
|
|
5082
|
+
colorOpacitySecondaryHover: number;
|
|
5083
|
+
colorOpacitySecondaryPressed: number;
|
|
5084
|
+
colorSecondary: string;
|
|
5085
|
+
colorSecondaryHover: string;
|
|
5086
|
+
colorSecondaryPressed: string;
|
|
5087
|
+
colorTertiary: string;
|
|
5088
|
+
colorTertiaryHover: string;
|
|
5089
|
+
colorTertiaryPressed: string;
|
|
5090
|
+
colorQuaternary: string;
|
|
5091
|
+
colorQuaternaryHover: string;
|
|
5092
|
+
colorQuaternaryPressed: string;
|
|
4937
5093
|
color: string;
|
|
4938
5094
|
colorHover: string;
|
|
4939
5095
|
colorPressed: string;
|
|
4940
5096
|
colorFocus: string;
|
|
4941
5097
|
colorDisabled: string;
|
|
4942
5098
|
textColor: string;
|
|
5099
|
+
textColorTertiary: string;
|
|
4943
5100
|
textColorHover: string;
|
|
4944
5101
|
textColorPressed: string;
|
|
4945
5102
|
textColorFocus: string;
|
|
4946
5103
|
textColorDisabled: string;
|
|
4947
5104
|
textColorText: string;
|
|
4948
|
-
textColorTextDepth1: string;
|
|
4949
|
-
textColorTextDepth2: string;
|
|
4950
|
-
textColorTextDepth3: string;
|
|
4951
5105
|
textColorTextHover: string;
|
|
4952
5106
|
textColorTextPressed: string;
|
|
4953
5107
|
textColorTextFocus: string;
|
|
@@ -5094,9 +5248,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5094
5248
|
borderDisabledError: string;
|
|
5095
5249
|
rippleColorError: string;
|
|
5096
5250
|
waveOpacity: string;
|
|
5097
|
-
fontWeightText: string;
|
|
5098
5251
|
fontWeight: string;
|
|
5099
|
-
|
|
5252
|
+
fontWeightStrong: string;
|
|
5100
5253
|
paddingTiny: string;
|
|
5101
5254
|
paddingSmall: string;
|
|
5102
5255
|
paddingMedium: string;
|
|
@@ -5150,20 +5303,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5150
5303
|
fontSizeMedium: string;
|
|
5151
5304
|
fontSizeLarge: string;
|
|
5152
5305
|
opacityDisabled: string;
|
|
5306
|
+
colorOpacitySecondary: number;
|
|
5307
|
+
colorOpacitySecondaryHover: number;
|
|
5308
|
+
colorOpacitySecondaryPressed: number;
|
|
5309
|
+
colorSecondary: string;
|
|
5310
|
+
colorSecondaryHover: string;
|
|
5311
|
+
colorSecondaryPressed: string;
|
|
5312
|
+
colorTertiary: string;
|
|
5313
|
+
colorTertiaryHover: string;
|
|
5314
|
+
colorTertiaryPressed: string;
|
|
5315
|
+
colorQuaternary: string;
|
|
5316
|
+
colorQuaternaryHover: string;
|
|
5317
|
+
colorQuaternaryPressed: string;
|
|
5153
5318
|
color: string;
|
|
5154
5319
|
colorHover: string;
|
|
5155
5320
|
colorPressed: string;
|
|
5156
5321
|
colorFocus: string;
|
|
5157
5322
|
colorDisabled: string;
|
|
5158
5323
|
textColor: string;
|
|
5324
|
+
textColorTertiary: string;
|
|
5159
5325
|
textColorHover: string;
|
|
5160
5326
|
textColorPressed: string;
|
|
5161
5327
|
textColorFocus: string;
|
|
5162
5328
|
textColorDisabled: string;
|
|
5163
5329
|
textColorText: string;
|
|
5164
|
-
textColorTextDepth1: string;
|
|
5165
|
-
textColorTextDepth2: string;
|
|
5166
|
-
textColorTextDepth3: string;
|
|
5167
5330
|
textColorTextHover: string;
|
|
5168
5331
|
textColorTextPressed: string;
|
|
5169
5332
|
textColorTextFocus: string;
|
|
@@ -5310,9 +5473,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5310
5473
|
borderDisabledError: string;
|
|
5311
5474
|
rippleColorError: string;
|
|
5312
5475
|
waveOpacity: string;
|
|
5313
|
-
fontWeightText: string;
|
|
5314
5476
|
fontWeight: string;
|
|
5315
|
-
|
|
5477
|
+
fontWeightStrong: string;
|
|
5316
5478
|
paddingTiny: string;
|
|
5317
5479
|
paddingSmall: string;
|
|
5318
5480
|
paddingMedium: string;
|
|
@@ -5443,11 +5605,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5443
5605
|
calendarLeftPaddingDaterange: string;
|
|
5444
5606
|
calendarLeftPaddingDatetimerange: string;
|
|
5445
5607
|
calendarLeftPaddingMonth: string;
|
|
5608
|
+
calendarLeftPaddingYear: string;
|
|
5446
5609
|
calendarRightPaddingDate: string;
|
|
5447
5610
|
calendarRightPaddingDatetime: string;
|
|
5448
5611
|
calendarRightPaddingDaterange: string;
|
|
5449
5612
|
calendarRightPaddingDatetimerange: string;
|
|
5450
5613
|
calendarRightPaddingMonth: string;
|
|
5614
|
+
calendarRightPaddingYear: string;
|
|
5451
5615
|
}, {
|
|
5452
5616
|
Input: import("../../_mixins").Theme<"Input", {
|
|
5453
5617
|
countTextColor: string;
|
|
@@ -5523,20 +5687,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5523
5687
|
fontSizeMedium: string;
|
|
5524
5688
|
fontSizeLarge: string;
|
|
5525
5689
|
opacityDisabled: string;
|
|
5690
|
+
colorOpacitySecondary: number;
|
|
5691
|
+
colorOpacitySecondaryHover: number;
|
|
5692
|
+
colorOpacitySecondaryPressed: number;
|
|
5693
|
+
colorSecondary: string;
|
|
5694
|
+
colorSecondaryHover: string;
|
|
5695
|
+
colorSecondaryPressed: string;
|
|
5696
|
+
colorTertiary: string;
|
|
5697
|
+
colorTertiaryHover: string;
|
|
5698
|
+
colorTertiaryPressed: string;
|
|
5699
|
+
colorQuaternary: string;
|
|
5700
|
+
colorQuaternaryHover: string;
|
|
5701
|
+
colorQuaternaryPressed: string;
|
|
5526
5702
|
color: string;
|
|
5527
5703
|
colorHover: string;
|
|
5528
5704
|
colorPressed: string;
|
|
5529
5705
|
colorFocus: string;
|
|
5530
5706
|
colorDisabled: string;
|
|
5531
5707
|
textColor: string;
|
|
5708
|
+
textColorTertiary: string;
|
|
5532
5709
|
textColorHover: string;
|
|
5533
5710
|
textColorPressed: string;
|
|
5534
5711
|
textColorFocus: string;
|
|
5535
5712
|
textColorDisabled: string;
|
|
5536
5713
|
textColorText: string;
|
|
5537
|
-
textColorTextDepth1: string;
|
|
5538
|
-
textColorTextDepth2: string;
|
|
5539
|
-
textColorTextDepth3: string;
|
|
5540
5714
|
textColorTextHover: string;
|
|
5541
5715
|
textColorTextPressed: string;
|
|
5542
5716
|
textColorTextFocus: string;
|
|
@@ -5683,9 +5857,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5683
5857
|
borderDisabledError: string;
|
|
5684
5858
|
rippleColorError: string;
|
|
5685
5859
|
waveOpacity: string;
|
|
5686
|
-
fontWeightText: string;
|
|
5687
5860
|
fontWeight: string;
|
|
5688
|
-
|
|
5861
|
+
fontWeightStrong: string;
|
|
5689
5862
|
paddingTiny: string;
|
|
5690
5863
|
paddingSmall: string;
|
|
5691
5864
|
paddingMedium: string;
|
|
@@ -5739,20 +5912,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5739
5912
|
fontSizeMedium: string;
|
|
5740
5913
|
fontSizeLarge: string;
|
|
5741
5914
|
opacityDisabled: string;
|
|
5915
|
+
colorOpacitySecondary: number;
|
|
5916
|
+
colorOpacitySecondaryHover: number;
|
|
5917
|
+
colorOpacitySecondaryPressed: number;
|
|
5918
|
+
colorSecondary: string;
|
|
5919
|
+
colorSecondaryHover: string;
|
|
5920
|
+
colorSecondaryPressed: string;
|
|
5921
|
+
colorTertiary: string;
|
|
5922
|
+
colorTertiaryHover: string;
|
|
5923
|
+
colorTertiaryPressed: string;
|
|
5924
|
+
colorQuaternary: string;
|
|
5925
|
+
colorQuaternaryHover: string;
|
|
5926
|
+
colorQuaternaryPressed: string;
|
|
5742
5927
|
color: string;
|
|
5743
5928
|
colorHover: string;
|
|
5744
5929
|
colorPressed: string;
|
|
5745
5930
|
colorFocus: string;
|
|
5746
5931
|
colorDisabled: string;
|
|
5747
5932
|
textColor: string;
|
|
5933
|
+
textColorTertiary: string;
|
|
5748
5934
|
textColorHover: string;
|
|
5749
5935
|
textColorPressed: string;
|
|
5750
5936
|
textColorFocus: string;
|
|
5751
5937
|
textColorDisabled: string;
|
|
5752
5938
|
textColorText: string;
|
|
5753
|
-
textColorTextDepth1: string;
|
|
5754
|
-
textColorTextDepth2: string;
|
|
5755
|
-
textColorTextDepth3: string;
|
|
5756
5939
|
textColorTextHover: string;
|
|
5757
5940
|
textColorTextPressed: string;
|
|
5758
5941
|
textColorTextFocus: string;
|
|
@@ -5899,9 +6082,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5899
6082
|
borderDisabledError: string;
|
|
5900
6083
|
rippleColorError: string;
|
|
5901
6084
|
waveOpacity: string;
|
|
5902
|
-
fontWeightText: string;
|
|
5903
6085
|
fontWeight: string;
|
|
5904
|
-
|
|
6086
|
+
fontWeightStrong: string;
|
|
5905
6087
|
paddingTiny: string;
|
|
5906
6088
|
paddingSmall: string;
|
|
5907
6089
|
paddingMedium: string;
|
|
@@ -6032,11 +6214,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6032
6214
|
calendarLeftPaddingDaterange: string;
|
|
6033
6215
|
calendarLeftPaddingDatetimerange: string;
|
|
6034
6216
|
calendarLeftPaddingMonth: string;
|
|
6217
|
+
calendarLeftPaddingYear: string;
|
|
6035
6218
|
calendarRightPaddingDate: string;
|
|
6036
6219
|
calendarRightPaddingDatetime: string;
|
|
6037
6220
|
calendarRightPaddingDaterange: string;
|
|
6038
6221
|
calendarRightPaddingDatetimerange: string;
|
|
6039
6222
|
calendarRightPaddingMonth: string;
|
|
6223
|
+
calendarRightPaddingYear: string;
|
|
6040
6224
|
}, {
|
|
6041
6225
|
Input: import("../../_mixins").Theme<"Input", {
|
|
6042
6226
|
countTextColor: string;
|
|
@@ -6112,20 +6296,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6112
6296
|
fontSizeMedium: string;
|
|
6113
6297
|
fontSizeLarge: string;
|
|
6114
6298
|
opacityDisabled: string;
|
|
6299
|
+
colorOpacitySecondary: number;
|
|
6300
|
+
colorOpacitySecondaryHover: number;
|
|
6301
|
+
colorOpacitySecondaryPressed: number;
|
|
6302
|
+
colorSecondary: string;
|
|
6303
|
+
colorSecondaryHover: string;
|
|
6304
|
+
colorSecondaryPressed: string;
|
|
6305
|
+
colorTertiary: string;
|
|
6306
|
+
colorTertiaryHover: string;
|
|
6307
|
+
colorTertiaryPressed: string;
|
|
6308
|
+
colorQuaternary: string;
|
|
6309
|
+
colorQuaternaryHover: string;
|
|
6310
|
+
colorQuaternaryPressed: string;
|
|
6115
6311
|
color: string;
|
|
6116
6312
|
colorHover: string;
|
|
6117
6313
|
colorPressed: string;
|
|
6118
6314
|
colorFocus: string;
|
|
6119
6315
|
colorDisabled: string;
|
|
6120
6316
|
textColor: string;
|
|
6317
|
+
textColorTertiary: string;
|
|
6121
6318
|
textColorHover: string;
|
|
6122
6319
|
textColorPressed: string;
|
|
6123
6320
|
textColorFocus: string;
|
|
6124
6321
|
textColorDisabled: string;
|
|
6125
6322
|
textColorText: string;
|
|
6126
|
-
textColorTextDepth1: string;
|
|
6127
|
-
textColorTextDepth2: string;
|
|
6128
|
-
textColorTextDepth3: string;
|
|
6129
6323
|
textColorTextHover: string;
|
|
6130
6324
|
textColorTextPressed: string;
|
|
6131
6325
|
textColorTextFocus: string;
|
|
@@ -6272,9 +6466,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6272
6466
|
borderDisabledError: string;
|
|
6273
6467
|
rippleColorError: string;
|
|
6274
6468
|
waveOpacity: string;
|
|
6275
|
-
fontWeightText: string;
|
|
6276
6469
|
fontWeight: string;
|
|
6277
|
-
|
|
6470
|
+
fontWeightStrong: string;
|
|
6278
6471
|
paddingTiny: string;
|
|
6279
6472
|
paddingSmall: string;
|
|
6280
6473
|
paddingMedium: string;
|
|
@@ -6328,20 +6521,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6328
6521
|
fontSizeMedium: string;
|
|
6329
6522
|
fontSizeLarge: string;
|
|
6330
6523
|
opacityDisabled: string;
|
|
6524
|
+
colorOpacitySecondary: number;
|
|
6525
|
+
colorOpacitySecondaryHover: number;
|
|
6526
|
+
colorOpacitySecondaryPressed: number;
|
|
6527
|
+
colorSecondary: string;
|
|
6528
|
+
colorSecondaryHover: string;
|
|
6529
|
+
colorSecondaryPressed: string;
|
|
6530
|
+
colorTertiary: string;
|
|
6531
|
+
colorTertiaryHover: string;
|
|
6532
|
+
colorTertiaryPressed: string;
|
|
6533
|
+
colorQuaternary: string;
|
|
6534
|
+
colorQuaternaryHover: string;
|
|
6535
|
+
colorQuaternaryPressed: string;
|
|
6331
6536
|
color: string;
|
|
6332
6537
|
colorHover: string;
|
|
6333
6538
|
colorPressed: string;
|
|
6334
6539
|
colorFocus: string;
|
|
6335
6540
|
colorDisabled: string;
|
|
6336
6541
|
textColor: string;
|
|
6542
|
+
textColorTertiary: string;
|
|
6337
6543
|
textColorHover: string;
|
|
6338
6544
|
textColorPressed: string;
|
|
6339
6545
|
textColorFocus: string;
|
|
6340
6546
|
textColorDisabled: string;
|
|
6341
6547
|
textColorText: string;
|
|
6342
|
-
textColorTextDepth1: string;
|
|
6343
|
-
textColorTextDepth2: string;
|
|
6344
|
-
textColorTextDepth3: string;
|
|
6345
6548
|
textColorTextHover: string;
|
|
6346
6549
|
textColorTextPressed: string;
|
|
6347
6550
|
textColorTextFocus: string;
|
|
@@ -6488,9 +6691,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6488
6691
|
borderDisabledError: string;
|
|
6489
6692
|
rippleColorError: string;
|
|
6490
6693
|
waveOpacity: string;
|
|
6491
|
-
fontWeightText: string;
|
|
6492
6694
|
fontWeight: string;
|
|
6493
|
-
|
|
6695
|
+
fontWeightStrong: string;
|
|
6494
6696
|
paddingTiny: string;
|
|
6495
6697
|
paddingSmall: string;
|
|
6496
6698
|
paddingMedium: string;
|
|
@@ -6575,6 +6777,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6575
6777
|
colorHover: string;
|
|
6576
6778
|
}, any>;
|
|
6577
6779
|
}>> | undefined;
|
|
6780
|
+
dateFormat?: string | undefined;
|
|
6781
|
+
firstDayOfWeek?: FirstDayOfWeek | undefined;
|
|
6578
6782
|
bordered?: boolean | undefined;
|
|
6579
6783
|
"onUpdate:show"?: MaybeArray<(show: boolean) => void> | undefined;
|
|
6580
6784
|
onUpdateShow?: MaybeArray<(show: boolean) => void> | undefined;
|
|
@@ -6584,14 +6788,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6584
6788
|
actions?: ("clear" | "confirm" | "now")[] | undefined;
|
|
6585
6789
|
startPlaceholder?: string | undefined;
|
|
6586
6790
|
endPlaceholder?: string | undefined;
|
|
6587
|
-
dateFormat?: string | undefined;
|
|
6588
6791
|
timeFormat?: string | undefined;
|
|
6589
6792
|
shortcuts?: Shortcuts | undefined;
|
|
6590
6793
|
isTimeDisabled?: IsTimeDisabled | undefined;
|
|
6591
6794
|
ranges?: Record<string, [number, number]> | undefined;
|
|
6592
|
-
firstDayOfWeek?: FirstDayOfWeek | undefined;
|
|
6593
6795
|
}>, {
|
|
6594
|
-
type: "date" | "datetime" | "month" | "daterange" | "datetimerange";
|
|
6796
|
+
type: "date" | "datetime" | "month" | "year" | "daterange" | "datetimerange";
|
|
6595
6797
|
show: boolean | undefined;
|
|
6596
6798
|
disabled: boolean | undefined;
|
|
6597
6799
|
onChange: MaybeArray<OnUpdateValue>;
|