@uzum-tech/ui 1.3.1 → 1.4.0
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/dist/index.js +83297 -64805
- package/dist/index.prod.js +12 -2
- package/es/__mocks__/vueuse-core.d.ts +5 -0
- package/es/__mocks__/vueuse-core.js +9 -0
- package/es/_internal/checkbox/src/use-checkbox.d.ts +4 -4
- package/es/_internal/close/src/Close.d.ts +2 -2
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
- package/es/_internal/icons/ContentCopy.d.ts +2 -0
- package/es/_internal/icons/ContentCopy.js +8 -0
- package/es/_internal/icons/FileHeart.d.ts +2 -0
- package/es/_internal/icons/FileHeart.js +8 -0
- package/es/_internal/icons/SiderUnionBorder.d.ts +2 -0
- package/es/_internal/icons/SiderUnionBorder.js +8 -0
- package/es/_internal/icons/index.d.ts +3 -0
- package/es/_internal/icons/index.js +3 -0
- package/es/_internal/loading/src/Loading.d.ts +2 -2
- package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/es/_internal/radio/src/use-radio.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +83 -152
- package/es/_internal/select-menu/src/SelectOption.d.ts +2 -2
- package/es/_internal/select-menu/styles/light.d.ts +11 -5
- package/es/_internal/selection/src/Selection.d.ts +13 -124
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/es/_utils/cssr/index.d.ts +1 -1
- package/es/_utils/debounce/index.d.ts +1 -0
- package/es/_utils/debounce/index.js +10 -0
- package/es/_utils/inject/index.d.ts +1 -1
- package/es/_utils/vue/render.d.ts +1 -1
- package/es/affix/src/Affix.d.ts +4 -4
- package/es/alert/src/Alert.d.ts +8 -120
- package/es/anchor/src/AnchorAdapter.d.ts +4 -4
- package/es/anchor/src/BaseAnchor.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +130 -175
- package/es/auto-complete/styles/light.d.ts +11 -5
- package/es/avatar/src/Avatar.d.ts +3 -3
- package/es/avatar-group/src/AvatarGroup.d.ts +6 -117
- package/es/back-top/src/BackTop.d.ts +4 -4
- package/es/badge/src/Badge.d.ts +7 -7
- package/es/button/src/Button.d.ts +14 -14
- package/es/calendar/src/Calendar.d.ts +3 -114
- package/es/card/src/Card.d.ts +19 -130
- package/es/card-list/index.d.ts +2 -0
- package/es/card-list/index.js +1 -0
- package/es/card-list/src/CardList.d.ts +259 -0
- package/es/card-list/src/CardList.js +69 -0
- package/es/card-list/src/CardListItem.d.ts +70 -0
- package/es/card-list/src/CardListItem.js +112 -0
- package/es/card-list/src/interface.d.ts +12 -0
- package/es/card-list/src/interface.js +1 -0
- package/es/card-list/src/styles/index.cssr.d.ts +2 -0
- package/es/card-list/src/styles/index.cssr.js +101 -0
- package/es/card-list/styles/dark.d.ts +3 -0
- package/es/card-list/styles/dark.js +8 -0
- package/es/card-list/styles/index.d.ts +3 -0
- package/es/card-list/styles/index.js +2 -0
- package/es/card-list/styles/light.d.ts +22 -0
- package/es/card-list/styles/light.js +26 -0
- package/es/carousel/src/Carousel.d.ts +23 -25
- package/es/carousel/src/CarouselDots.d.ts +5 -5
- package/es/cascader/src/Cascader.d.ts +246 -231
- package/es/cascader/src/CascaderMenu.d.ts +36 -129
- package/es/cascader/src/CascaderOption.d.ts +34 -127
- package/es/cascader/src/CascaderSelectMenu.d.ts +35 -128
- package/es/cascader/src/CascaderSubmenu.d.ts +34 -127
- package/es/cascader/styles/light.d.ts +22 -10
- package/es/checkbox/src/Checkbox.d.ts +18 -129
- package/es/checkbox/src/CheckboxGroup.d.ts +14 -14
- package/es/code/src/Code.d.ts +1 -1
- package/es/collapse/src/Collapse.d.ts +10 -121
- package/es/collapse/src/CollapseItem.d.ts +3 -3
- package/es/collapse/src/CollapseItemContent.d.ts +2 -2
- package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/es/color-picker/src/ColorInput.d.ts +2 -2
- package/es/color-picker/src/ColorInputUnit.d.ts +3 -114
- package/es/color-picker/src/ColorPicker.d.ts +7 -7
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +10 -366
- package/es/config-provider/src/config.js +5 -5
- package/es/config-provider/src/internal-interface.d.ts +3 -1
- package/es/countdown/src/Countdown.d.ts +4 -4
- package/es/data-table/src/DataTable.d.ts +308 -255
- package/es/data-table/src/DataTable.js +153 -5
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +59 -137
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +62 -140
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/es/data-table/src/MainTable.d.ts +4 -1
- package/es/data-table/src/MainTable.js +6 -4
- package/es/data-table/src/TableParts/Body.d.ts +68 -142
- package/es/data-table/src/TableParts/Body.js +27 -7
- package/es/data-table/src/TableParts/Cell.d.ts +8 -2828
- package/es/data-table/src/TableParts/Cell.js +64 -6
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
- package/es/data-table/src/TableParts/Header.d.ts +60 -138
- package/es/data-table/src/TableParts/Header.js +7 -5
- package/es/data-table/src/interface.d.ts +135 -53
- package/es/data-table/src/styles/index.cssr.js +25 -1
- package/es/data-table/src/use-check.d.ts +1 -1
- package/es/data-table/src/use-expand.d.ts +1 -1
- package/es/data-table/src/use-group-header.js +4 -0
- package/es/data-table/src/use-mask.d.ts +10 -0
- package/es/data-table/src/use-mask.js +58 -0
- package/es/data-table/src/utils.d.ts +4 -0
- package/es/data-table/src/utils.js +4 -0
- package/es/data-table/styles/light.d.ts +39 -15
- package/es/data-table/styles/light.js +4 -1
- package/es/date-picker/src/DatePicker.d.ts +14 -125
- package/es/date-picker/src/panel/date.d.ts +6 -129
- package/es/date-picker/src/panel/daterange.d.ts +7 -118
- package/es/date-picker/src/panel/datetime.d.ts +6 -117
- package/es/date-picker/src/panel/datetimerange.d.ts +7 -118
- package/es/date-picker/src/panel/panelMonth.d.ts +41 -299
- package/es/date-picker/src/panel/panelMonthContent.d.ts +6 -123
- package/es/date-picker/src/panel/panelYear.d.ts +41 -299
- package/es/date-picker/src/panel/panelYearContent.d.ts +6 -135
- package/es/date-picker/src/panel/use-calendar.d.ts +3 -114
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +8 -119
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -113
- package/es/date-picker/styles/_common.js +1 -1
- package/es/descriptions/src/Descriptions.d.ts +2 -2
- package/es/dialog/src/Dialog.d.ts +4 -115
- package/es/dialog/src/Dialog.js +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +5 -5
- package/es/dialog/src/DialogProvider.d.ts +40 -40
- package/es/dialog/src/dialogProps.d.ts +2 -2
- package/es/divider/src/Divider.d.ts +4 -4
- package/es/drawer/src/Drawer.d.ts +21 -119
- package/es/drawer/src/Drawer.js +4 -1
- package/es/drawer/src/DrawerBodyWrapper.d.ts +12 -114
- package/es/drawer/src/DrawerBodyWrapper.js +6 -0
- package/es/drawer/src/DrawerContent.d.ts +1 -112
- package/es/drawer/src/styles/index.cssr.js +3 -2
- package/es/drawer/styles/_common.js +2 -2
- package/es/dropdown/src/Dropdown.d.ts +31 -142
- package/es/dropdown/src/DropdownGroup.d.ts +3 -2
- package/es/dropdown/src/DropdownMenu.d.ts +3 -2
- package/es/dropdown/src/DropdownOption.d.ts +4 -3
- package/es/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/es/dynamic-input/src/DynamicInput.d.ts +3 -114
- package/es/dynamic-input/src/InputPreset.d.ts +1 -112
- package/es/dynamic-input/src/PairPreset.d.ts +1 -112
- package/es/dynamic-tags/src/DynamicTags.d.ts +14 -125
- package/es/ellipsis/src/Ellipsis.d.ts +4 -115
- package/es/ellipsis/src/PerformantEllipsis.d.ts +2 -2
- package/es/empty/src/Empty.d.ts +109 -48
- package/es/empty/src/Empty.js +27 -9
- package/es/empty/src/styles/index.cssr.js +38 -11
- package/es/empty/styles/light.d.ts +11 -5
- package/es/empty/styles/light.js +17 -11
- package/es/equation/src/Equation.d.ts +4 -3
- package/es/flex/src/Flex.d.ts +13 -12
- package/es/form/src/Form.d.ts +4 -4
- package/es/form/src/Form.js +2 -2
- package/es/form/src/FormItem.d.ts +23 -10
- package/es/form/src/FormItem.js +20 -7
- package/es/form/src/FormItemCol.d.ts +22 -9
- package/es/form/src/FormItemGridItem.d.ts +24 -11
- package/es/form/src/FormItemRow.d.ts +21 -8
- package/es/form/src/utils.d.ts +3 -2
- package/es/form/src/utils.js +16 -0
- package/es/gradient-text/src/GradientText.d.ts +5 -5
- package/es/grid/src/Grid.d.ts +18 -18
- package/es/grid/src/GridItem.d.ts +2 -2
- package/es/icon/src/Icon.d.ts +3 -3
- package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/es/image/src/Image.d.ts +5 -5
- package/es/image/src/ImageGroup.d.ts +1 -1
- package/es/image/src/ImagePreview.d.ts +1 -1
- package/es/input/src/Input.d.ts +79 -155
- package/es/input/src/Input.js +54 -17
- package/es/input/src/InputGroupLabel.d.ts +1 -1
- package/es/input/src/use-clipboard.d.ts +9 -0
- package/es/input/src/use-clipboard.js +47 -0
- package/es/input-number/src/InputNumber.d.ts +14 -125
- package/es/layout/src/Layout.d.ts +4 -226
- package/es/layout/src/LayoutContent.d.ts +2 -113
- package/es/layout/src/LayoutFooter.d.ts +1 -1
- package/es/layout/src/LayoutHeader.d.ts +2 -2
- package/es/layout/src/LayoutHeader.js +5 -1
- package/es/layout/src/LayoutSider.d.ts +10 -121
- package/es/layout/src/LayoutSider.js +3 -3
- package/es/layout/src/ToggleSidebarButton.d.ts +15 -0
- package/es/layout/src/ToggleSidebarButton.js +23 -0
- package/es/layout/src/interface.d.ts +1 -1
- package/es/layout/src/styles/layout-header.cssr.js +4 -1
- package/es/layout/src/styles/layout-sider.cssr.js +64 -6
- package/es/layout/src/utils/resolveTriggerComponent.d.ts +51 -0
- package/es/layout/src/utils/resolveTriggerComponent.js +13 -0
- package/es/legacy-transfer/src/Transfer.d.ts +112 -163
- package/es/legacy-transfer/src/TransferFilter.d.ts +12 -117
- package/es/legacy-transfer/src/TransferList.d.ts +12 -117
- package/es/legacy-transfer/src/TransferListItem.d.ts +13 -118
- package/es/legacy-transfer/styles/light.d.ts +11 -5
- package/es/list/src/List.d.ts +6 -6
- package/es/list/src/ListItem.d.ts +5 -5
- package/es/loading-bar/src/LoadingBar.d.ts +1 -1
- package/es/loading-bar/src/LoadingBar.js +2 -2
- package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -9
- package/es/locales/common/arDZ.js +9 -2
- package/es/locales/common/deDE.js +9 -2
- package/es/locales/common/enGB.js +9 -2
- package/es/locales/common/enUS.d.ts +8 -1
- package/es/locales/common/enUS.js +9 -2
- package/es/locales/common/eo.js +9 -2
- package/es/locales/common/esAR.js +9 -2
- package/es/locales/common/faIR.js +9 -2
- package/es/locales/common/frFR.js +9 -2
- package/es/locales/common/idID.js +9 -2
- package/es/locales/common/itIT.js +9 -2
- package/es/locales/common/jaJP.js +9 -2
- package/es/locales/common/koKR.js +9 -2
- package/es/locales/common/nbNO.js +9 -2
- package/es/locales/common/nlNL.js +9 -2
- package/es/locales/common/plPL.js +9 -2
- package/es/locales/common/ptBR.js +9 -2
- package/es/locales/common/ruRU.js +9 -2
- package/es/locales/common/skSK.js +9 -2
- package/es/locales/common/svSE.js +9 -2
- package/es/locales/common/thTH.js +9 -2
- package/es/locales/common/trTR.js +9 -2
- package/es/locales/common/ukUA.js +9 -2
- package/es/locales/common/viVN.js +9 -2
- package/es/locales/common/zhCN.js +9 -2
- package/es/locales/common/zhTW.js +9 -2
- package/es/log/src/Log.d.ts +8 -120
- package/es/mention/src/Mention.d.ts +140 -185
- package/es/mention/src/utils.js +4 -4
- package/es/mention/styles/light.d.ts +11 -5
- package/es/menu/src/Menu.d.ts +16 -127
- package/es/menu/src/MenuOption.d.ts +2 -113
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +2 -113
- package/es/message/src/Message.d.ts +1 -1
- package/es/message/src/MessageEnvironment.d.ts +1 -1
- package/es/message/src/MessageProvider.d.ts +5 -5
- package/es/modal/src/BodyWrapper.d.ts +8 -119
- package/es/modal/src/Modal.d.ts +17 -17
- package/es/modal/src/presetProps.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +5 -5
- package/es/notification/src/NotificationContainer.d.ts +1 -112
- package/es/notification/src/NotificationEnvironment.d.ts +4 -4
- package/es/notification/src/NotificationProvider.d.ts +17 -17
- package/es/number-animation/src/NumberAnimation.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +263 -242
- package/es/pagination/styles/light.d.ts +22 -10
- package/es/popconfirm/src/Popconfirm.d.ts +29 -140
- package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/es/popover/src/Popover.d.ts +30 -30
- package/es/popover/src/PopoverBody.d.ts +19 -19
- package/es/popselect/src/Popselect.d.ts +195 -240
- package/es/popselect/src/PopselectPanel.d.ts +26 -125
- package/es/popselect/styles/light.d.ts +11 -5
- package/es/preset.d.ts +1 -1
- package/es/progress/src/Line.d.ts +1 -1
- package/es/progress/src/MultipleCircle.d.ts +2 -2
- package/es/progress/src/Progress.d.ts +6 -6
- package/es/radio/src/Radio.d.ts +10 -10
- package/es/radio/src/RadioButton.d.ts +6 -6
- package/es/rate/src/Rate.d.ts +1 -1
- package/es/result/src/Result.d.ts +4 -4
- package/es/select/src/Select.d.ts +141 -186
- package/es/select/styles/light.d.ts +11 -5
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +9 -9
- package/es/space/src/Space.d.ts +5 -5
- package/es/spin/src/Spin.d.ts +8 -8
- package/es/styles.d.ts +1 -0
- package/es/styles.js +1 -0
- package/es/switch/src/Switch.d.ts +11 -11
- package/es/table/src/Table.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +10 -22
- package/es/tabs/src/TabPane.d.ts +9 -21
- package/es/tabs/src/Tabs.d.ts +29 -30
- package/es/tag/src/Tag.d.ts +11 -11
- package/es/tag/src/common-props.d.ts +2 -2
- package/es/themes/dark.js +2 -0
- package/es/themes/light.js +2 -0
- package/es/time/src/Time.d.ts +2 -2
- package/es/time-picker/src/Panel.d.ts +3 -114
- package/es/time-picker/src/PanelCol.d.ts +4 -4
- package/es/time-picker/src/TimePicker.d.ts +17 -128
- package/es/timeline/src/TimelineItem.d.ts +4 -4
- package/es/toggle-button/src/ToggleButton.d.ts +12 -12
- package/es/tooltip/src/Tooltip.d.ts +25 -136
- package/es/transfer/src/Transfer.d.ts +112 -163
- package/es/transfer/src/TransferFilter.d.ts +12 -117
- package/es/transfer/src/TransferList.d.ts +12 -117
- package/es/transfer/src/TransferListItem.d.ts +13 -118
- package/es/transfer/styles/light.d.ts +11 -5
- package/es/tree/src/MotionWrapper.d.ts +2 -2
- package/es/tree/src/Tree.d.ts +148 -199
- package/es/tree/src/TreeNodeCheckbox.d.ts +13 -118
- package/es/tree/src/TreeNodeContent.d.ts +1 -1
- package/es/tree/src/TreeNodeSwitcher.d.ts +3 -3
- package/es/tree/styles/light.d.ts +11 -5
- package/es/tree-select/src/TreeSelect.d.ts +269 -260
- package/es/tree-select/styles/light.d.ts +22 -10
- package/es/typography/src/create-header.d.ts +5 -5
- package/es/typography/src/headers.d.ts +18 -18
- package/es/typography/src/p.d.ts +3 -3
- package/es/typography/src/text.d.ts +6 -6
- package/es/upload/src/Upload.d.ts +137 -137
- package/es/upload/src/Upload.js +60 -188
- package/es/upload/src/UploadFile.d.ts +17 -115
- package/es/upload/src/UploadFile.js +57 -54
- package/es/upload/src/UploadFileList.js +2 -2
- package/es/upload/src/UploadProgress.d.ts +9 -114
- package/es/upload/src/UploadTrigger.js +20 -7
- package/es/upload/src/interface.d.ts +42 -0
- package/es/upload/src/styles/index.cssr.js +159 -34
- package/es/upload/src/useUpload.d.ts +2 -0
- package/es/upload/src/useUpload.js +163 -0
- package/es/upload/src/useUploadActionsRender.d.ts +26 -0
- package/es/upload/src/useUploadActionsRender.js +85 -0
- package/es/upload/src/useUploadInternals.d.ts +25 -0
- package/es/upload/src/useUploadInternals.js +37 -0
- package/es/upload/src/utils.d.ts +2 -1
- package/es/upload/src/utils.js +5 -0
- package/es/upload/styles/light.d.ts +12 -0
- package/es/upload/styles/light.js +8 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/watermark/src/Watermark.d.ts +6 -6
- package/lib/__mocks__/vueuse-core.d.ts +5 -0
- package/lib/__mocks__/vueuse-core.js +9 -0
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +4 -4
- package/lib/_internal/close/src/Close.d.ts +2 -2
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
- package/lib/_internal/icons/ContentCopy.d.ts +2 -0
- package/lib/_internal/icons/ContentCopy.js +10 -0
- package/lib/_internal/icons/FileHeart.d.ts +2 -0
- package/lib/_internal/icons/FileHeart.js +10 -0
- package/lib/_internal/icons/SiderUnionBorder.d.ts +2 -0
- package/lib/_internal/icons/SiderUnionBorder.js +10 -0
- package/lib/_internal/icons/index.d.ts +3 -0
- package/lib/_internal/icons/index.js +8 -1
- package/lib/_internal/icons/replaceable.js +1 -2
- package/lib/_internal/loading/src/Loading.d.ts +2 -2
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/lib/_internal/radio/src/use-radio.d.ts +2 -2
- package/lib/_internal/radio/src/use-radio.js +2 -2
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +83 -152
- package/lib/_internal/select-menu/src/SelectOption.d.ts +2 -2
- package/lib/_internal/select-menu/styles/light.d.ts +11 -5
- package/lib/_internal/selection/src/Selection.d.ts +13 -124
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_mixins/use-config.js +3 -3
- package/lib/_mixins/use-css-vars-class.js +1 -2
- package/lib/_mixins/use-form-item.js +1 -1
- package/lib/_mixins/use-hljs.js +1 -1
- package/lib/_mixins/use-locale.js +1 -1
- package/lib/_mixins/use-rtl.js +1 -2
- package/lib/_mixins/use-style.js +1 -1
- package/lib/_mixins/use-theme.js +1 -2
- package/lib/_resolvers/auto-import/auto-import-resolver.js +1 -2
- package/lib/_styles/transitions/fade-down.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-scale-up.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in.cssr.js +2 -3
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/icon-switch.cssr.js +2 -3
- package/lib/_styles/transitions/slide-in-from-bottom.js +1 -2
- package/lib/_styles/transitions/slide-in-from-left.js +1 -2
- package/lib/_styles/transitions/slide-in-from-right.js +1 -2
- package/lib/_styles/transitions/slide-in-from-top.js +1 -2
- package/lib/_utils/color/index.js +3 -4
- package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/lib/_utils/composable/use-adjusted-to.js +1 -2
- package/lib/_utils/composable/use-collection.js +3 -4
- package/lib/_utils/composable/use-deferred-true.js +1 -2
- package/lib/_utils/composable/use-houdini.js +1 -2
- package/lib/_utils/composable/use-lock-html-scroll.js +2 -2
- package/lib/_utils/composable/use-reactivated.js +1 -2
- package/lib/_utils/composable/use-resize.js +1 -2
- package/lib/_utils/css/color-to-class.js +1 -2
- package/lib/_utils/css/format-length.js +1 -2
- package/lib/_utils/cssr/create-key.js +1 -2
- package/lib/_utils/cssr/index.d.ts +1 -1
- package/lib/_utils/cssr/index.js +4 -4
- package/lib/_utils/debounce/index.d.ts +1 -0
- package/lib/_utils/debounce/index.js +13 -0
- package/lib/_utils/dom/is-document.js +1 -2
- package/lib/_utils/env/is-jsdom.js +1 -2
- package/lib/_utils/event/index.js +2 -3
- package/lib/_utils/inject/index.d.ts +1 -1
- package/lib/_utils/uzum/attribute.js +1 -2
- package/lib/_utils/uzum/prop.js +2 -3
- package/lib/_utils/uzum/warn.js +3 -4
- package/lib/_utils/vue/call.js +1 -2
- package/lib/_utils/vue/create-data-key.js +1 -2
- package/lib/_utils/vue/create-injection-key.js +1 -2
- package/lib/_utils/vue/create-ref-setter.js +1 -2
- package/lib/_utils/vue/flatten.js +1 -2
- package/lib/_utils/vue/get-first-slot-vnode.js +1 -2
- package/lib/_utils/vue/get-slot.js +1 -2
- package/lib/_utils/vue/get-v-node-children.js +1 -2
- package/lib/_utils/vue/is-node-v-show-false.js +1 -2
- package/lib/_utils/vue/keep.js +1 -2
- package/lib/_utils/vue/keysOf.js +1 -2
- package/lib/_utils/vue/merge-handlers.js +1 -2
- package/lib/_utils/vue/omit.js +1 -2
- package/lib/_utils/vue/render.d.ts +1 -1
- package/lib/_utils/vue/resolve-slot.js +5 -6
- package/lib/affix/src/Affix.d.ts +4 -4
- package/lib/affix/src/utils.js +2 -3
- package/lib/alert/src/Alert.d.ts +8 -120
- package/lib/anchor/src/AnchorAdapter.d.ts +4 -4
- package/lib/anchor/src/BaseAnchor.d.ts +2 -2
- package/lib/anchor/src/utils.js +1 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +130 -175
- package/lib/auto-complete/src/utils.js +1 -2
- package/lib/auto-complete/styles/light.d.ts +11 -5
- package/lib/auto-complete/styles/light.js +1 -2
- package/lib/avatar/src/Avatar.d.ts +3 -3
- package/lib/avatar-group/src/AvatarGroup.d.ts +6 -117
- package/lib/back-top/src/BackTop.d.ts +4 -4
- package/lib/badge/src/Badge.d.ts +7 -7
- package/lib/button/src/Button.d.ts +14 -14
- package/lib/calendar/src/Calendar.d.ts +3 -114
- package/lib/card/src/Card.d.ts +19 -130
- package/lib/card-list/index.d.ts +2 -0
- package/lib/card-list/index.js +9 -0
- package/lib/card-list/src/CardList.d.ts +259 -0
- package/lib/card-list/src/CardList.js +75 -0
- package/lib/card-list/src/CardListItem.d.ts +70 -0
- package/lib/card-list/src/CardListItem.js +117 -0
- package/lib/card-list/src/interface.d.ts +12 -0
- package/lib/card-list/src/interface.js +2 -0
- package/lib/card-list/src/styles/index.cssr.d.ts +2 -0
- package/lib/card-list/src/styles/index.cssr.js +106 -0
- package/lib/card-list/styles/dark.d.ts +3 -0
- package/lib/card-list/styles/dark.js +10 -0
- package/lib/card-list/styles/index.d.ts +3 -0
- package/lib/card-list/styles/index.js +10 -0
- package/lib/card-list/styles/light.d.ts +22 -0
- package/lib/card-list/styles/light.js +30 -0
- package/lib/carousel/src/Carousel.d.ts +23 -25
- package/lib/carousel/src/CarouselDots.d.ts +5 -5
- package/lib/carousel/src/utils/duplicatedLogic.js +6 -7
- package/lib/carousel/src/utils/event.js +1 -2
- package/lib/carousel/src/utils/index.js +3 -4
- package/lib/cascader/src/Cascader.d.ts +246 -231
- package/lib/cascader/src/CascaderMenu.d.ts +36 -129
- package/lib/cascader/src/CascaderOption.d.ts +34 -127
- package/lib/cascader/src/CascaderSelectMenu.d.ts +35 -128
- package/lib/cascader/src/CascaderSubmenu.d.ts +34 -127
- package/lib/cascader/src/utils.js +3 -4
- package/lib/cascader/styles/light.d.ts +22 -10
- package/lib/checkbox/src/Checkbox.d.ts +18 -129
- package/lib/checkbox/src/CheckboxGroup.d.ts +14 -14
- package/lib/code/src/Code.d.ts +1 -1
- package/lib/collapse/src/Collapse.d.ts +10 -121
- package/lib/collapse/src/CollapseItem.d.ts +3 -3
- package/lib/collapse/src/CollapseItemContent.d.ts +2 -2
- package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/lib/color-picker/src/ColorInput.d.ts +2 -2
- package/lib/color-picker/src/ColorInputUnit.d.ts +3 -114
- package/lib/color-picker/src/ColorPicker.d.ts +7 -7
- package/lib/color-picker/src/utils.js +6 -7
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/composables/use-theme-vars.js +1 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +10 -366
- package/lib/config-provider/src/config.js +5 -5
- package/lib/config-provider/src/internal-interface.d.ts +3 -1
- package/lib/countdown/src/Countdown.d.ts +4 -4
- package/lib/data-table/src/DataTable.d.ts +308 -255
- package/lib/data-table/src/DataTable.js +153 -5
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +59 -137
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +62 -140
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/lib/data-table/src/MainTable.d.ts +4 -1
- package/lib/data-table/src/MainTable.js +6 -4
- package/lib/data-table/src/TableParts/Body.d.ts +68 -142
- package/lib/data-table/src/TableParts/Body.js +27 -7
- package/lib/data-table/src/TableParts/Cell.d.ts +8 -2828
- package/lib/data-table/src/TableParts/Cell.js +65 -7
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
- package/lib/data-table/src/TableParts/Header.d.ts +60 -138
- package/lib/data-table/src/TableParts/Header.js +7 -5
- package/lib/data-table/src/interface.d.ts +135 -53
- package/lib/data-table/src/styles/index.cssr.js +25 -1
- package/lib/data-table/src/use-check.d.ts +1 -1
- package/lib/data-table/src/use-check.js +1 -2
- package/lib/data-table/src/use-expand.d.ts +1 -1
- package/lib/data-table/src/use-expand.js +1 -2
- package/lib/data-table/src/use-group-header.js +5 -2
- package/lib/data-table/src/use-mask.d.ts +10 -0
- package/lib/data-table/src/use-mask.js +63 -0
- package/lib/data-table/src/use-resizable.js +1 -2
- package/lib/data-table/src/use-scroll.js +1 -2
- package/lib/data-table/src/use-sorter.js +1 -2
- package/lib/data-table/src/use-table-data.js +1 -2
- package/lib/data-table/src/utils.d.ts +4 -0
- package/lib/data-table/src/utils.js +19 -15
- package/lib/data-table/styles/light.d.ts +39 -15
- package/lib/data-table/styles/light.js +4 -1
- package/lib/date-picker/src/DatePicker.d.ts +14 -125
- package/lib/date-picker/src/panel/date.d.ts +6 -129
- package/lib/date-picker/src/panel/daterange.d.ts +7 -118
- package/lib/date-picker/src/panel/datetime.d.ts +6 -117
- package/lib/date-picker/src/panel/datetimerange.d.ts +7 -118
- package/lib/date-picker/src/panel/panelMonth.d.ts +41 -299
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +6 -123
- package/lib/date-picker/src/panel/panelYear.d.ts +41 -299
- package/lib/date-picker/src/panel/panelYearContent.d.ts +6 -135
- package/lib/date-picker/src/panel/use-calendar.d.ts +3 -114
- package/lib/date-picker/src/panel/use-calendar.js +2 -2
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +8 -119
- package/lib/date-picker/src/panel/use-dual-calendar.js +2 -2
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -113
- package/lib/date-picker/src/panel/use-panel-common.js +2 -2
- package/lib/date-picker/src/utils.js +9 -10
- package/lib/date-picker/src/validation-utils.js +2 -3
- package/lib/date-picker/styles/_common.js +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +2 -2
- package/lib/descriptions/src/utils.js +2 -2
- package/lib/dialog/src/Dialog.d.ts +4 -115
- package/lib/dialog/src/Dialog.js +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +5 -5
- package/lib/dialog/src/DialogProvider.d.ts +40 -40
- package/lib/dialog/src/composables.js +2 -3
- package/lib/dialog/src/dialogProps.d.ts +2 -2
- package/lib/discrete/src/discrete.js +1 -2
- package/lib/discrete/src/discreteApp.js +1 -2
- package/lib/divider/src/Divider.d.ts +4 -4
- package/lib/drawer/src/Drawer.d.ts +21 -119
- package/lib/drawer/src/Drawer.js +4 -1
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +12 -114
- package/lib/drawer/src/DrawerBodyWrapper.js +6 -0
- package/lib/drawer/src/DrawerContent.d.ts +1 -112
- package/lib/drawer/src/styles/index.cssr.js +3 -2
- package/lib/drawer/styles/_common.js +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +31 -142
- package/lib/dropdown/src/DropdownGroup.d.ts +3 -2
- package/lib/dropdown/src/DropdownMenu.d.ts +3 -2
- package/lib/dropdown/src/DropdownOption.d.ts +4 -3
- package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/lib/dropdown/src/utils.js +4 -5
- package/lib/dynamic-input/src/DynamicInput.d.ts +3 -114
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -112
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -112
- package/lib/dynamic-tags/src/DynamicTags.d.ts +14 -125
- package/lib/ellipsis/src/Ellipsis.d.ts +4 -115
- package/lib/ellipsis/src/Ellipsis.js +3 -3
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +2 -2
- package/lib/empty/src/Empty.d.ts +109 -48
- package/lib/empty/src/Empty.js +25 -7
- package/lib/empty/src/styles/index.cssr.js +37 -10
- package/lib/empty/styles/light.d.ts +11 -5
- package/lib/empty/styles/light.js +17 -11
- package/lib/equation/src/Equation.d.ts +4 -3
- package/lib/flex/src/Flex.d.ts +13 -12
- package/lib/form/src/Form.d.ts +4 -4
- package/lib/form/src/Form.js +2 -2
- package/lib/form/src/FormItem.d.ts +23 -10
- package/lib/form/src/FormItem.js +19 -6
- package/lib/form/src/FormItemCol.d.ts +22 -9
- package/lib/form/src/FormItemGridItem.d.ts +24 -11
- package/lib/form/src/FormItemRow.d.ts +21 -8
- package/lib/form/src/utils.d.ts +3 -2
- package/lib/form/src/utils.js +20 -4
- package/lib/gradient-text/src/GradientText.d.ts +5 -5
- package/lib/grid/src/Grid.d.ts +18 -18
- package/lib/grid/src/GridItem.d.ts +2 -2
- package/lib/icon/src/Icon.d.ts +3 -3
- package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/lib/image/src/Image.d.ts +5 -5
- package/lib/image/src/ImageGroup.d.ts +1 -1
- package/lib/image/src/ImagePreview.d.ts +1 -1
- package/lib/input/src/Input.d.ts +79 -155
- package/lib/input/src/Input.js +54 -17
- package/lib/input/src/InputGroupLabel.d.ts +1 -1
- package/lib/input/src/use-clipboard.d.ts +9 -0
- package/lib/input/src/use-clipboard.js +50 -0
- package/lib/input/src/utils.js +3 -4
- package/lib/input-number/src/InputNumber.d.ts +14 -125
- package/lib/input-number/src/utils.js +5 -6
- package/lib/layout/src/Layout.d.ts +4 -226
- package/lib/layout/src/Layout.js +2 -2
- package/lib/layout/src/LayoutContent.d.ts +2 -113
- package/lib/layout/src/LayoutFooter.d.ts +1 -1
- package/lib/layout/src/LayoutHeader.d.ts +2 -2
- package/lib/layout/src/LayoutHeader.js +5 -1
- package/lib/layout/src/LayoutSider.d.ts +10 -121
- package/lib/layout/src/LayoutSider.js +3 -3
- package/lib/layout/src/ToggleSidebarButton.d.ts +15 -0
- package/lib/layout/src/ToggleSidebarButton.js +25 -0
- package/lib/layout/src/interface.d.ts +1 -1
- package/lib/layout/src/styles/layout-header.cssr.js +3 -0
- package/lib/layout/src/styles/layout-sider.cssr.js +64 -6
- package/lib/layout/src/utils/resolveTriggerComponent.d.ts +51 -0
- package/lib/layout/src/utils/resolveTriggerComponent.js +19 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +112 -163
- package/lib/legacy-transfer/src/TransferFilter.d.ts +12 -117
- package/lib/legacy-transfer/src/TransferList.d.ts +12 -117
- package/lib/legacy-transfer/src/TransferListItem.d.ts +13 -118
- package/lib/legacy-transfer/src/use-transfer-data.js +1 -2
- package/lib/legacy-transfer/styles/light.d.ts +11 -5
- package/lib/list/src/List.d.ts +6 -6
- package/lib/list/src/ListItem.d.ts +5 -5
- package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBar.js +2 -2
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -9
- package/lib/loading-bar/src/use-loading-bar.js +1 -2
- package/lib/locales/common/arDZ.js +9 -2
- package/lib/locales/common/deDE.js +9 -2
- package/lib/locales/common/enGB.js +9 -2
- package/lib/locales/common/enUS.d.ts +8 -1
- package/lib/locales/common/enUS.js +9 -2
- package/lib/locales/common/eo.js +9 -2
- package/lib/locales/common/esAR.js +9 -2
- package/lib/locales/common/faIR.js +9 -2
- package/lib/locales/common/frFR.js +9 -2
- package/lib/locales/common/idID.js +9 -2
- package/lib/locales/common/itIT.js +9 -2
- package/lib/locales/common/jaJP.js +9 -2
- package/lib/locales/common/koKR.js +9 -2
- package/lib/locales/common/nbNO.js +9 -2
- package/lib/locales/common/nlNL.js +9 -2
- package/lib/locales/common/plPL.js +9 -2
- package/lib/locales/common/ptBR.js +9 -2
- package/lib/locales/common/ruRU.js +9 -2
- package/lib/locales/common/skSK.js +9 -2
- package/lib/locales/common/svSE.js +9 -2
- package/lib/locales/common/thTH.js +9 -2
- package/lib/locales/common/trTR.js +9 -2
- package/lib/locales/common/ukUA.js +9 -2
- package/lib/locales/common/viVN.js +9 -2
- package/lib/locales/common/zhCN.js +9 -2
- package/lib/locales/common/zhTW.js +9 -2
- package/lib/locales/utils/index.js +1 -2
- package/lib/log/src/Log.d.ts +8 -120
- package/lib/mention/src/Mention.d.ts +140 -185
- package/lib/mention/src/utils.js +7 -8
- package/lib/mention/styles/light.d.ts +11 -5
- package/lib/menu/src/Menu.d.ts +16 -127
- package/lib/menu/src/MenuOption.d.ts +2 -113
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +2 -113
- package/lib/menu/src/use-menu-child.js +1 -2
- package/lib/menu/src/useCheckDeprecated.js +1 -2
- package/lib/menu/src/utils.js +3 -4
- package/lib/menu/styles/light.js +2 -2
- package/lib/message/src/Message.d.ts +1 -1
- package/lib/message/src/MessageEnvironment.d.ts +1 -1
- package/lib/message/src/MessageProvider.d.ts +5 -5
- package/lib/message/src/use-message.js +1 -2
- package/lib/modal/src/BodyWrapper.d.ts +8 -119
- package/lib/modal/src/Modal.d.ts +17 -17
- package/lib/modal/src/presetProps.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +5 -5
- package/lib/notification/src/NotificationContainer.d.ts +1 -112
- package/lib/notification/src/NotificationEnvironment.d.ts +4 -4
- package/lib/notification/src/NotificationProvider.d.ts +17 -17
- package/lib/notification/src/use-notification.js +1 -2
- package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
- package/lib/number-animation/src/utils.js +1 -2
- package/lib/page-header/styles/light.js +2 -2
- package/lib/pagination/src/Pagination.d.ts +263 -242
- package/lib/pagination/src/utils.js +1 -2
- package/lib/pagination/styles/light.d.ts +22 -10
- package/lib/popconfirm/src/Popconfirm.d.ts +29 -140
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/lib/popover/src/Popover.d.ts +30 -30
- package/lib/popover/src/PopoverBody.d.ts +19 -19
- package/lib/popselect/src/Popselect.d.ts +195 -240
- package/lib/popselect/src/PopselectPanel.d.ts +26 -125
- package/lib/popselect/styles/light.d.ts +11 -5
- package/lib/popselect/styles/light.js +1 -2
- package/lib/preset.d.ts +1 -1
- package/lib/progress/src/Line.d.ts +1 -1
- package/lib/progress/src/MultipleCircle.d.ts +2 -2
- package/lib/progress/src/Progress.d.ts +6 -6
- package/lib/radio/src/Radio.d.ts +10 -10
- package/lib/radio/src/RadioButton.d.ts +6 -6
- package/lib/rate/src/Rate.d.ts +1 -1
- package/lib/result/src/Result.d.ts +4 -4
- package/lib/select/src/Select.d.ts +141 -186
- package/lib/select/src/utils.js +6 -7
- package/lib/select/styles/light.d.ts +11 -5
- package/lib/select/styles/light.js +1 -2
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +9 -9
- package/lib/slider/src/utils.js +2 -3
- package/lib/space/src/Space.d.ts +5 -5
- package/lib/spin/src/Spin.d.ts +8 -8
- package/lib/styles.d.ts +1 -0
- package/lib/styles.js +153 -151
- package/lib/switch/src/Switch.d.ts +11 -11
- package/lib/table/src/Table.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +10 -22
- package/lib/tabs/src/TabPane.d.ts +9 -21
- package/lib/tabs/src/Tabs.d.ts +29 -30
- package/lib/tag/src/Tag.d.ts +11 -11
- package/lib/tag/src/common-props.d.ts +2 -2
- package/lib/themes/dark.js +148 -146
- package/lib/themes/light.js +148 -146
- package/lib/themes/utils.js +1 -2
- package/lib/time/src/Time.d.ts +2 -2
- package/lib/time-picker/src/Panel.d.ts +3 -114
- package/lib/time-picker/src/PanelCol.d.ts +4 -4
- package/lib/time-picker/src/TimePicker.d.ts +17 -128
- package/lib/time-picker/src/utils.js +6 -6
- package/lib/timeline/src/TimelineItem.d.ts +4 -4
- package/lib/toggle-button/src/ToggleButton.d.ts +12 -12
- package/lib/tooltip/src/Tooltip.d.ts +25 -136
- package/lib/transfer/src/Transfer.d.ts +112 -163
- package/lib/transfer/src/TransferFilter.d.ts +12 -117
- package/lib/transfer/src/TransferList.d.ts +12 -117
- package/lib/transfer/src/TransferListItem.d.ts +13 -118
- package/lib/transfer/src/use-transfer-data.js +1 -2
- package/lib/transfer/styles/light.d.ts +11 -5
- package/lib/tree/src/MotionWrapper.d.ts +2 -2
- package/lib/tree/src/Tree.d.ts +148 -199
- package/lib/tree/src/Tree.js +2 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +13 -118
- package/lib/tree/src/TreeNodeContent.d.ts +1 -1
- package/lib/tree/src/TreeNodeSwitcher.d.ts +3 -3
- package/lib/tree/src/dnd.js +2 -3
- package/lib/tree/src/keyboard.js +1 -2
- package/lib/tree/src/utils.js +5 -5
- package/lib/tree/styles/light.d.ts +11 -5
- package/lib/tree-select/src/TreeSelect.d.ts +269 -260
- package/lib/tree-select/src/utils.js +2 -3
- package/lib/tree-select/styles/light.d.ts +22 -10
- package/lib/typography/src/create-header.d.ts +5 -5
- package/lib/typography/src/headers.d.ts +18 -18
- package/lib/typography/src/p.d.ts +3 -3
- package/lib/typography/src/text.d.ts +6 -6
- package/lib/upload/src/Upload.d.ts +137 -137
- package/lib/upload/src/Upload.js +58 -209
- package/lib/upload/src/UploadFile.d.ts +17 -115
- package/lib/upload/src/UploadFile.js +55 -55
- package/lib/upload/src/UploadFileList.js +2 -2
- package/lib/upload/src/UploadProgress.d.ts +9 -114
- package/lib/upload/src/UploadTrigger.js +19 -6
- package/lib/upload/src/interface.d.ts +42 -0
- package/lib/upload/src/styles/index.cssr.js +159 -34
- package/lib/upload/src/useUpload.d.ts +2 -0
- package/lib/upload/src/useUpload.js +166 -0
- package/lib/upload/src/useUploadActionsRender.d.ts +26 -0
- package/lib/upload/src/useUploadActionsRender.js +88 -0
- package/lib/upload/src/useUploadInternals.d.ts +25 -0
- package/lib/upload/src/useUploadInternals.js +43 -0
- package/lib/upload/src/utils.d.ts +2 -1
- package/lib/upload/src/utils.js +13 -7
- package/lib/upload/styles/light.d.ts +12 -0
- package/lib/upload/styles/light.js +8 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/watermark/src/Watermark.d.ts +6 -6
- package/package.json +53 -50
- package/volar.d.ts +2 -1
- package/web-types.json +259 -9
|
@@ -33,52 +33,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
actions?: string[] | undefined;
|
|
34
34
|
panel?: boolean | undefined;
|
|
35
35
|
useAsQuickJump?: boolean | undefined;
|
|
36
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
36
37
|
readonly type?: import("../config").DatePickerType | undefined;
|
|
37
|
-
key?: string | number | symbol | undefined;
|
|
38
|
-
style?: unknown;
|
|
39
38
|
class?: unknown;
|
|
40
|
-
|
|
39
|
+
style?: unknown;
|
|
41
40
|
readonly dateFormat?: string | undefined;
|
|
41
|
+
key?: (string | number | symbol) | undefined;
|
|
42
42
|
ref_for?: boolean | undefined;
|
|
43
43
|
ref_key?: string | undefined;
|
|
44
|
-
onVnodeBeforeMount?: ((vnode: import("vue").VNode
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
[key: string]: any;
|
|
51
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
|
-
[key: string]: any;
|
|
53
|
-
}>) => void)[] | undefined;
|
|
54
|
-
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
61
|
-
[key: string]: any;
|
|
62
|
-
}>) => void)[] | undefined;
|
|
63
|
-
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
64
|
-
[key: string]: any;
|
|
65
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
|
-
[key: string]: any;
|
|
67
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
68
|
-
[key: string]: any;
|
|
69
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
70
|
-
[key: string]: any;
|
|
71
|
-
}>) => void)[] | undefined;
|
|
72
|
-
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
73
|
-
[key: string]: any;
|
|
74
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
75
|
-
[key: string]: any;
|
|
76
|
-
}>) => void)[] | undefined;
|
|
77
|
-
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
78
|
-
[key: string]: any;
|
|
79
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
80
|
-
[key: string]: any;
|
|
81
|
-
}>) => void)[] | undefined;
|
|
44
|
+
onVnodeBeforeMount?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
45
|
+
onVnodeMounted?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
46
|
+
onVnodeBeforeUpdate?: (((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]) | undefined;
|
|
47
|
+
onVnodeUpdated?: (((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]) | undefined;
|
|
48
|
+
onVnodeBeforeUnmount?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
49
|
+
onVnodeUnmounted?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
82
50
|
readonly themeClass?: string | undefined;
|
|
83
51
|
readonly onRender?: (() => void) | undefined;
|
|
84
52
|
readonly onTabOut?: Function | undefined;
|
|
@@ -99,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
67
|
$slots: Readonly<{
|
|
100
68
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
101
69
|
}>;
|
|
102
|
-
$root: import("vue").ComponentPublicInstance
|
|
103
|
-
$parent: import("vue").ComponentPublicInstance
|
|
70
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
71
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
104
72
|
$emit: (event: string, ...args: any[]) => void;
|
|
105
73
|
$el: any;
|
|
106
74
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -134,9 +102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
102
|
onRender: PropType<(() => void) | undefined>;
|
|
135
103
|
panel: BooleanConstructor;
|
|
136
104
|
}>>, {
|
|
137
|
-
renderItem: (item: import("../utils").YearItem, i: number, mergedClsPrefix: string) => import("vue").VNode
|
|
138
|
-
[key: string]: any;
|
|
139
|
-
}>;
|
|
105
|
+
renderItem: (item: import("../utils").YearItem, i: number, mergedClsPrefix: string) => import("vue").VNode;
|
|
140
106
|
handleDateClick: (dateItem: DateCommonItem) => void;
|
|
141
107
|
handleDateInputBlur: () => void;
|
|
142
108
|
handleDateInput: (value: string) => void;
|
|
@@ -151,124 +117,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
117
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
152
118
|
}>;
|
|
153
119
|
handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
|
|
154
|
-
justifyColumnsScrollState: (value?: number
|
|
120
|
+
justifyColumnsScrollState: (value?: number) => void;
|
|
155
121
|
calendarValue: import("vue").Ref<number>;
|
|
156
122
|
onUpdateCalendarValue: (value: number) => void;
|
|
157
123
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
158
124
|
yearVlRef: import("vue").Ref<import("vueuc").VirtualListInst | null>;
|
|
159
125
|
mergedTheme: import("vue").Ref<{
|
|
160
|
-
common:
|
|
161
|
-
scrollbarColor: string;
|
|
162
|
-
scrollbarColorHover: string;
|
|
163
|
-
scrollbarWidth: string;
|
|
164
|
-
scrollbarHeight: string;
|
|
165
|
-
scrollbarBorderRadius: string;
|
|
166
|
-
opacityDisabled: string;
|
|
167
|
-
brandPrimary50: string;
|
|
168
|
-
brandPrimary100: string;
|
|
169
|
-
brandPrimary200: string;
|
|
170
|
-
brandPrimary300: string;
|
|
171
|
-
brandPrimary400: string;
|
|
172
|
-
brandPrimary500: string;
|
|
173
|
-
brandPrimary550: string;
|
|
174
|
-
brandPrimary600: string;
|
|
175
|
-
brandSecondary500: string;
|
|
176
|
-
brandSecondary300: string;
|
|
177
|
-
brandSecondary600: string;
|
|
178
|
-
brandTertiary500: string;
|
|
179
|
-
brandTertiary300: string;
|
|
180
|
-
brandTertiary600: string;
|
|
181
|
-
brandQuaternary500: string;
|
|
182
|
-
brandQuaternary300: string;
|
|
183
|
-
brandQuaternary600: string;
|
|
184
|
-
brandQuinary500: string;
|
|
185
|
-
brandQuinary300: string;
|
|
186
|
-
brandQuinary600: string;
|
|
187
|
-
brandQuinary100: string;
|
|
188
|
-
surfacePrimary: string;
|
|
189
|
-
surfaceSecondary: string;
|
|
190
|
-
containerPrimary: string;
|
|
191
|
-
containerSecondary: string;
|
|
192
|
-
textPrimary: string;
|
|
193
|
-
textSecondary: string;
|
|
194
|
-
textTertiary: string;
|
|
195
|
-
textQuaternary: string;
|
|
196
|
-
textBrand: string;
|
|
197
|
-
elementsPrimary: string;
|
|
198
|
-
elementsSecondary: string;
|
|
199
|
-
elementsTertiary: string;
|
|
200
|
-
elementsQuaternary: string;
|
|
201
|
-
elementsQuinary: string;
|
|
202
|
-
elementsDarkQuinary: string;
|
|
203
|
-
elementsSenary: string;
|
|
204
|
-
elementsOnContainer: string;
|
|
205
|
-
transparencyPrimary: string;
|
|
206
|
-
transparencySecondary: string;
|
|
207
|
-
transparencyTertiary: string;
|
|
208
|
-
transparencyQuinary: string;
|
|
209
|
-
transparencyModal: string;
|
|
210
|
-
staticBlack: string;
|
|
211
|
-
staticDarkGrey: string;
|
|
212
|
-
staticWhite: string;
|
|
213
|
-
staticRed: string;
|
|
214
|
-
staticOrange: string;
|
|
215
|
-
staticGreen: string;
|
|
216
|
-
staticDeepBlue: string;
|
|
217
|
-
staticErrorAccent: string;
|
|
218
|
-
shadowDepth2: string;
|
|
219
|
-
shadowDepth: string;
|
|
220
|
-
fontFamily: string;
|
|
221
|
-
fontFamilyMono: string;
|
|
222
|
-
cubicBezierEaseInOut: string;
|
|
223
|
-
cubicBezierEaseOut: string;
|
|
224
|
-
cubicBezierEaseIn: string;
|
|
225
|
-
borderRadiusLarge: string;
|
|
226
|
-
borderRadius: string;
|
|
227
|
-
borderRadiusMedium: string;
|
|
228
|
-
borderRadiusSmall: string;
|
|
229
|
-
borderRadiusTiny: string;
|
|
230
|
-
heightMini: string;
|
|
231
|
-
heightTiny: string;
|
|
232
|
-
heightSmall: string;
|
|
233
|
-
heightMedium: string;
|
|
234
|
-
heightLarge: string;
|
|
235
|
-
heightHuge: string;
|
|
236
|
-
fontDisplayLarge: string;
|
|
237
|
-
fontDisplaySmall: string;
|
|
238
|
-
fontHeadingLarge: string;
|
|
239
|
-
fontHeadingMedium: string;
|
|
240
|
-
fontHeadingSmall: string;
|
|
241
|
-
fontTitleLarge: string;
|
|
242
|
-
fontTitleMedium: string;
|
|
243
|
-
fontTitleSmall: string;
|
|
244
|
-
fontBodyLarge: string;
|
|
245
|
-
fontBodyMedium: string;
|
|
246
|
-
fontBodySmall: string;
|
|
247
|
-
lineHeightDisplayLarge: string;
|
|
248
|
-
lineHeightDisplaySmall: string;
|
|
249
|
-
lineHeightHeadingLarge: string;
|
|
250
|
-
lineHeightHeadingMedium: string;
|
|
251
|
-
lineHeightHeadingSmall: string;
|
|
252
|
-
lineHeightTitleLarge: string;
|
|
253
|
-
lineHeightTitleMedium: string;
|
|
254
|
-
lineHeightTitleSmall: string;
|
|
255
|
-
lineHeightBodyLarge: string;
|
|
256
|
-
lineHeightBodyMedium: string;
|
|
257
|
-
lineHeightBodySmall: string;
|
|
258
|
-
fontWeight: string;
|
|
259
|
-
fontWeightStrong: string;
|
|
260
|
-
fontWeightBold: string;
|
|
261
|
-
iconSmall: string;
|
|
262
|
-
iconMedium: string;
|
|
263
|
-
iconLarge: string;
|
|
264
|
-
iconHuge: string;
|
|
265
|
-
closeSmall: string;
|
|
266
|
-
closeMedium: string;
|
|
267
|
-
closeLarge: string;
|
|
268
|
-
closeHuge: string;
|
|
269
|
-
closeBorderRadius: string;
|
|
270
|
-
name: "common";
|
|
271
|
-
};
|
|
126
|
+
common: import("../../..").ThemeCommonVars;
|
|
272
127
|
self: {
|
|
273
128
|
itemColor: string;
|
|
274
129
|
itemColorHover: string;
|
|
@@ -1280,7 +1135,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1280
1135
|
startMonthPlaceholder: string;
|
|
1281
1136
|
endMonthPlaceholder: string;
|
|
1282
1137
|
monthBeforeYear: boolean;
|
|
1283
|
-
firstDayOfWeek: 0 |
|
|
1138
|
+
firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1284
1139
|
today: string;
|
|
1285
1140
|
}>;
|
|
1286
1141
|
doConfirm: () => void;
|
|
@@ -1295,7 +1150,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1295
1150
|
cachePendingValue: () => void;
|
|
1296
1151
|
clearPendingValue: () => void;
|
|
1297
1152
|
restorePendingValue: () => void;
|
|
1298
|
-
getShortcutValue: (shortcut:
|
|
1153
|
+
getShortcutValue: (shortcut: import("../interface").Shortcuts[string]) => number | [number, number] | readonly [number, number];
|
|
1299
1154
|
handleShortcutMouseleave: () => void;
|
|
1300
1155
|
showMonthYearPanel: import("vue").Ref<boolean>;
|
|
1301
1156
|
handleOpenQuickSelectMonthPanel: () => void;
|
|
@@ -1321,8 +1176,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1321
1176
|
prevMonth: () => void;
|
|
1322
1177
|
handleNowClick: () => void;
|
|
1323
1178
|
handleConfirmClick: () => void;
|
|
1324
|
-
handleSingleShortcutMouseenter: (shortcut:
|
|
1325
|
-
handleSingleShortcutClick: (shortcut:
|
|
1179
|
+
handleSingleShortcutMouseenter: (shortcut: import("../interface").Shortcuts[string]) => void;
|
|
1180
|
+
handleSingleShortcutClick: (shortcut: import("../interface").Shortcuts[string]) => void;
|
|
1326
1181
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1327
1182
|
value: import("../interface").Value | null;
|
|
1328
1183
|
active: boolean;
|
|
@@ -1330,25 +1185,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1330
1185
|
panel: boolean;
|
|
1331
1186
|
useAsQuickJump: boolean;
|
|
1332
1187
|
}, {}, string, {}> & {
|
|
1333
|
-
beforeCreate?: ((
|
|
1334
|
-
created?: ((
|
|
1335
|
-
beforeMount?: ((
|
|
1336
|
-
mounted?: ((
|
|
1337
|
-
beforeUpdate?: ((
|
|
1338
|
-
updated?: ((
|
|
1339
|
-
activated?: ((
|
|
1340
|
-
deactivated?: ((
|
|
1341
|
-
beforeDestroy?: ((
|
|
1342
|
-
beforeUnmount?: ((
|
|
1343
|
-
destroyed?: ((
|
|
1344
|
-
unmounted?: ((
|
|
1345
|
-
renderTracked?: ((
|
|
1346
|
-
renderTriggered?: ((
|
|
1347
|
-
errorCaptured?: ((
|
|
1188
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1189
|
+
created?: (() => void) | (() => void)[];
|
|
1190
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1191
|
+
mounted?: (() => void) | (() => void)[];
|
|
1192
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1193
|
+
updated?: (() => void) | (() => void)[];
|
|
1194
|
+
activated?: (() => void) | (() => void)[];
|
|
1195
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1196
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1197
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1198
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1199
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1200
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1201
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1202
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1348
1203
|
};
|
|
1349
1204
|
$forceUpdate: () => void;
|
|
1350
1205
|
$nextTick: typeof import("vue").nextTick;
|
|
1351
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
|
1206
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1352
1207
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1353
1208
|
useAsQuickJump: BooleanConstructor;
|
|
1354
1209
|
actions: {
|
|
@@ -1380,9 +1235,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1380
1235
|
onRender: PropType<(() => void) | undefined>;
|
|
1381
1236
|
panel: BooleanConstructor;
|
|
1382
1237
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1383
|
-
renderItem: (item: import("../utils").YearItem, i: number, mergedClsPrefix: string) => import("vue").VNode
|
|
1384
|
-
[key: string]: any;
|
|
1385
|
-
}>;
|
|
1238
|
+
renderItem: (item: import("../utils").YearItem, i: number, mergedClsPrefix: string) => import("vue").VNode;
|
|
1386
1239
|
handleDateClick: (dateItem: DateCommonItem) => void;
|
|
1387
1240
|
handleDateInputBlur: () => void;
|
|
1388
1241
|
handleDateInput: (value: string) => void;
|
|
@@ -1397,124 +1250,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1397
1250
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
1398
1251
|
}>;
|
|
1399
1252
|
handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
|
|
1400
|
-
justifyColumnsScrollState: (value?: number
|
|
1253
|
+
justifyColumnsScrollState: (value?: number) => void;
|
|
1401
1254
|
calendarValue: import("vue").Ref<number>;
|
|
1402
1255
|
onUpdateCalendarValue: (value: number) => void;
|
|
1403
1256
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
1404
1257
|
yearVlRef: import("vue").Ref<import("vueuc").VirtualListInst | null>;
|
|
1405
1258
|
mergedTheme: import("vue").Ref<{
|
|
1406
|
-
common:
|
|
1407
|
-
scrollbarColor: string;
|
|
1408
|
-
scrollbarColorHover: string;
|
|
1409
|
-
scrollbarWidth: string;
|
|
1410
|
-
scrollbarHeight: string;
|
|
1411
|
-
scrollbarBorderRadius: string;
|
|
1412
|
-
opacityDisabled: string;
|
|
1413
|
-
brandPrimary50: string;
|
|
1414
|
-
brandPrimary100: string;
|
|
1415
|
-
brandPrimary200: string;
|
|
1416
|
-
brandPrimary300: string;
|
|
1417
|
-
brandPrimary400: string;
|
|
1418
|
-
brandPrimary500: string;
|
|
1419
|
-
brandPrimary550: string;
|
|
1420
|
-
brandPrimary600: string;
|
|
1421
|
-
brandSecondary500: string;
|
|
1422
|
-
brandSecondary300: string;
|
|
1423
|
-
brandSecondary600: string;
|
|
1424
|
-
brandTertiary500: string;
|
|
1425
|
-
brandTertiary300: string;
|
|
1426
|
-
brandTertiary600: string;
|
|
1427
|
-
brandQuaternary500: string;
|
|
1428
|
-
brandQuaternary300: string;
|
|
1429
|
-
brandQuaternary600: string;
|
|
1430
|
-
brandQuinary500: string;
|
|
1431
|
-
brandQuinary300: string;
|
|
1432
|
-
brandQuinary600: string;
|
|
1433
|
-
brandQuinary100: string;
|
|
1434
|
-
surfacePrimary: string;
|
|
1435
|
-
surfaceSecondary: string;
|
|
1436
|
-
containerPrimary: string;
|
|
1437
|
-
containerSecondary: string;
|
|
1438
|
-
textPrimary: string;
|
|
1439
|
-
textSecondary: string;
|
|
1440
|
-
textTertiary: string;
|
|
1441
|
-
textQuaternary: string;
|
|
1442
|
-
textBrand: string;
|
|
1443
|
-
elementsPrimary: string;
|
|
1444
|
-
elementsSecondary: string;
|
|
1445
|
-
elementsTertiary: string;
|
|
1446
|
-
elementsQuaternary: string;
|
|
1447
|
-
elementsQuinary: string;
|
|
1448
|
-
elementsDarkQuinary: string;
|
|
1449
|
-
elementsSenary: string;
|
|
1450
|
-
elementsOnContainer: string;
|
|
1451
|
-
transparencyPrimary: string;
|
|
1452
|
-
transparencySecondary: string;
|
|
1453
|
-
transparencyTertiary: string;
|
|
1454
|
-
transparencyQuinary: string;
|
|
1455
|
-
transparencyModal: string;
|
|
1456
|
-
staticBlack: string;
|
|
1457
|
-
staticDarkGrey: string;
|
|
1458
|
-
staticWhite: string;
|
|
1459
|
-
staticRed: string;
|
|
1460
|
-
staticOrange: string;
|
|
1461
|
-
staticGreen: string;
|
|
1462
|
-
staticDeepBlue: string;
|
|
1463
|
-
staticErrorAccent: string;
|
|
1464
|
-
shadowDepth2: string;
|
|
1465
|
-
shadowDepth: string;
|
|
1466
|
-
fontFamily: string;
|
|
1467
|
-
fontFamilyMono: string;
|
|
1468
|
-
cubicBezierEaseInOut: string;
|
|
1469
|
-
cubicBezierEaseOut: string;
|
|
1470
|
-
cubicBezierEaseIn: string;
|
|
1471
|
-
borderRadiusLarge: string;
|
|
1472
|
-
borderRadius: string;
|
|
1473
|
-
borderRadiusMedium: string;
|
|
1474
|
-
borderRadiusSmall: string;
|
|
1475
|
-
borderRadiusTiny: string;
|
|
1476
|
-
heightMini: string;
|
|
1477
|
-
heightTiny: string;
|
|
1478
|
-
heightSmall: string;
|
|
1479
|
-
heightMedium: string;
|
|
1480
|
-
heightLarge: string;
|
|
1481
|
-
heightHuge: string;
|
|
1482
|
-
fontDisplayLarge: string;
|
|
1483
|
-
fontDisplaySmall: string;
|
|
1484
|
-
fontHeadingLarge: string;
|
|
1485
|
-
fontHeadingMedium: string;
|
|
1486
|
-
fontHeadingSmall: string;
|
|
1487
|
-
fontTitleLarge: string;
|
|
1488
|
-
fontTitleMedium: string;
|
|
1489
|
-
fontTitleSmall: string;
|
|
1490
|
-
fontBodyLarge: string;
|
|
1491
|
-
fontBodyMedium: string;
|
|
1492
|
-
fontBodySmall: string;
|
|
1493
|
-
lineHeightDisplayLarge: string;
|
|
1494
|
-
lineHeightDisplaySmall: string;
|
|
1495
|
-
lineHeightHeadingLarge: string;
|
|
1496
|
-
lineHeightHeadingMedium: string;
|
|
1497
|
-
lineHeightHeadingSmall: string;
|
|
1498
|
-
lineHeightTitleLarge: string;
|
|
1499
|
-
lineHeightTitleMedium: string;
|
|
1500
|
-
lineHeightTitleSmall: string;
|
|
1501
|
-
lineHeightBodyLarge: string;
|
|
1502
|
-
lineHeightBodyMedium: string;
|
|
1503
|
-
lineHeightBodySmall: string;
|
|
1504
|
-
fontWeight: string;
|
|
1505
|
-
fontWeightStrong: string;
|
|
1506
|
-
fontWeightBold: string;
|
|
1507
|
-
iconSmall: string;
|
|
1508
|
-
iconMedium: string;
|
|
1509
|
-
iconLarge: string;
|
|
1510
|
-
iconHuge: string;
|
|
1511
|
-
closeSmall: string;
|
|
1512
|
-
closeMedium: string;
|
|
1513
|
-
closeLarge: string;
|
|
1514
|
-
closeHuge: string;
|
|
1515
|
-
closeBorderRadius: string;
|
|
1516
|
-
name: "common";
|
|
1517
|
-
};
|
|
1259
|
+
common: import("../../..").ThemeCommonVars;
|
|
1518
1260
|
self: {
|
|
1519
1261
|
itemColor: string;
|
|
1520
1262
|
itemColorHover: string;
|
|
@@ -2526,7 +2268,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2526
2268
|
startMonthPlaceholder: string;
|
|
2527
2269
|
endMonthPlaceholder: string;
|
|
2528
2270
|
monthBeforeYear: boolean;
|
|
2529
|
-
firstDayOfWeek: 0 |
|
|
2271
|
+
firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
2530
2272
|
today: string;
|
|
2531
2273
|
}>;
|
|
2532
2274
|
doConfirm: () => void;
|
|
@@ -2541,7 +2283,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2541
2283
|
cachePendingValue: () => void;
|
|
2542
2284
|
clearPendingValue: () => void;
|
|
2543
2285
|
restorePendingValue: () => void;
|
|
2544
|
-
getShortcutValue: (shortcut:
|
|
2286
|
+
getShortcutValue: (shortcut: import("../interface").Shortcuts[string]) => number | [number, number] | readonly [number, number];
|
|
2545
2287
|
handleShortcutMouseleave: () => void;
|
|
2546
2288
|
showMonthYearPanel: import("vue").Ref<boolean>;
|
|
2547
2289
|
handleOpenQuickSelectMonthPanel: () => void;
|
|
@@ -2567,8 +2309,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2567
2309
|
prevMonth: () => void;
|
|
2568
2310
|
handleNowClick: () => void;
|
|
2569
2311
|
handleConfirmClick: () => void;
|
|
2570
|
-
handleSingleShortcutMouseenter: (shortcut:
|
|
2571
|
-
handleSingleShortcutClick: (shortcut:
|
|
2312
|
+
handleSingleShortcutMouseenter: (shortcut: import("../interface").Shortcuts[string]) => void;
|
|
2313
|
+
handleSingleShortcutClick: (shortcut: import("../interface").Shortcuts[string]) => void;
|
|
2572
2314
|
}> & {} & import("vue").ComponentCustomProperties & {}) | null>;
|
|
2573
2315
|
handleHeaderClick: () => void;
|
|
2574
2316
|
handleUpdateValue: (value: PanelValue, doUpdate: boolean, item?: DateCommonItem) => void;
|
|
@@ -52,124 +52,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
53
53
|
}>;
|
|
54
54
|
handleQuickMonthClick: (dateItem: import("../utils").MonthItem | YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
|
|
55
|
-
justifyColumnsScrollState: (value?: number
|
|
55
|
+
justifyColumnsScrollState: (value?: number) => void;
|
|
56
56
|
calendarValue: import("vue").Ref<number>;
|
|
57
57
|
onUpdateCalendarValue: (value: number) => void;
|
|
58
58
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
59
59
|
yearVlRef: import("vue").Ref<import("vueuc").VirtualListInst | null>;
|
|
60
60
|
mergedTheme: import("vue").Ref<{
|
|
61
|
-
common:
|
|
62
|
-
scrollbarColor: string;
|
|
63
|
-
scrollbarColorHover: string;
|
|
64
|
-
scrollbarWidth: string;
|
|
65
|
-
scrollbarHeight: string;
|
|
66
|
-
scrollbarBorderRadius: string;
|
|
67
|
-
opacityDisabled: string;
|
|
68
|
-
brandPrimary50: string;
|
|
69
|
-
brandPrimary100: string;
|
|
70
|
-
brandPrimary200: string;
|
|
71
|
-
brandPrimary300: string;
|
|
72
|
-
brandPrimary400: string;
|
|
73
|
-
brandPrimary500: string;
|
|
74
|
-
brandPrimary550: string;
|
|
75
|
-
brandPrimary600: string;
|
|
76
|
-
brandSecondary500: string;
|
|
77
|
-
brandSecondary300: string;
|
|
78
|
-
brandSecondary600: string;
|
|
79
|
-
brandTertiary500: string;
|
|
80
|
-
brandTertiary300: string;
|
|
81
|
-
brandTertiary600: string;
|
|
82
|
-
brandQuaternary500: string;
|
|
83
|
-
brandQuaternary300: string;
|
|
84
|
-
brandQuaternary600: string;
|
|
85
|
-
brandQuinary500: string;
|
|
86
|
-
brandQuinary300: string;
|
|
87
|
-
brandQuinary600: string;
|
|
88
|
-
brandQuinary100: string;
|
|
89
|
-
surfacePrimary: string;
|
|
90
|
-
surfaceSecondary: string;
|
|
91
|
-
containerPrimary: string;
|
|
92
|
-
containerSecondary: string;
|
|
93
|
-
textPrimary: string;
|
|
94
|
-
textSecondary: string;
|
|
95
|
-
textTertiary: string;
|
|
96
|
-
textQuaternary: string;
|
|
97
|
-
textBrand: string;
|
|
98
|
-
elementsPrimary: string;
|
|
99
|
-
elementsSecondary: string;
|
|
100
|
-
elementsTertiary: string;
|
|
101
|
-
elementsQuaternary: string;
|
|
102
|
-
elementsQuinary: string;
|
|
103
|
-
elementsDarkQuinary: string;
|
|
104
|
-
elementsSenary: string;
|
|
105
|
-
elementsOnContainer: string;
|
|
106
|
-
transparencyPrimary: string;
|
|
107
|
-
transparencySecondary: string;
|
|
108
|
-
transparencyTertiary: string;
|
|
109
|
-
transparencyQuinary: string;
|
|
110
|
-
transparencyModal: string;
|
|
111
|
-
staticBlack: string;
|
|
112
|
-
staticDarkGrey: string;
|
|
113
|
-
staticWhite: string;
|
|
114
|
-
staticRed: string;
|
|
115
|
-
staticOrange: string;
|
|
116
|
-
staticGreen: string;
|
|
117
|
-
staticDeepBlue: string;
|
|
118
|
-
staticErrorAccent: string;
|
|
119
|
-
shadowDepth2: string;
|
|
120
|
-
shadowDepth: string;
|
|
121
|
-
fontFamily: string;
|
|
122
|
-
fontFamilyMono: string;
|
|
123
|
-
cubicBezierEaseInOut: string;
|
|
124
|
-
cubicBezierEaseOut: string;
|
|
125
|
-
cubicBezierEaseIn: string;
|
|
126
|
-
borderRadiusLarge: string;
|
|
127
|
-
borderRadius: string;
|
|
128
|
-
borderRadiusMedium: string;
|
|
129
|
-
borderRadiusSmall: string;
|
|
130
|
-
borderRadiusTiny: string;
|
|
131
|
-
heightMini: string;
|
|
132
|
-
heightTiny: string;
|
|
133
|
-
heightSmall: string;
|
|
134
|
-
heightMedium: string;
|
|
135
|
-
heightLarge: string;
|
|
136
|
-
heightHuge: string;
|
|
137
|
-
fontDisplayLarge: string;
|
|
138
|
-
fontDisplaySmall: string;
|
|
139
|
-
fontHeadingLarge: string;
|
|
140
|
-
fontHeadingMedium: string;
|
|
141
|
-
fontHeadingSmall: string;
|
|
142
|
-
fontTitleLarge: string;
|
|
143
|
-
fontTitleMedium: string;
|
|
144
|
-
fontTitleSmall: string;
|
|
145
|
-
fontBodyLarge: string;
|
|
146
|
-
fontBodyMedium: string;
|
|
147
|
-
fontBodySmall: string;
|
|
148
|
-
lineHeightDisplayLarge: string;
|
|
149
|
-
lineHeightDisplaySmall: string;
|
|
150
|
-
lineHeightHeadingLarge: string;
|
|
151
|
-
lineHeightHeadingMedium: string;
|
|
152
|
-
lineHeightHeadingSmall: string;
|
|
153
|
-
lineHeightTitleLarge: string;
|
|
154
|
-
lineHeightTitleMedium: string;
|
|
155
|
-
lineHeightTitleSmall: string;
|
|
156
|
-
lineHeightBodyLarge: string;
|
|
157
|
-
lineHeightBodyMedium: string;
|
|
158
|
-
lineHeightBodySmall: string;
|
|
159
|
-
fontWeight: string;
|
|
160
|
-
fontWeightStrong: string;
|
|
161
|
-
fontWeightBold: string;
|
|
162
|
-
iconSmall: string;
|
|
163
|
-
iconMedium: string;
|
|
164
|
-
iconLarge: string;
|
|
165
|
-
iconHuge: string;
|
|
166
|
-
closeSmall: string;
|
|
167
|
-
closeMedium: string;
|
|
168
|
-
closeLarge: string;
|
|
169
|
-
closeHuge: string;
|
|
170
|
-
closeBorderRadius: string;
|
|
171
|
-
name: "common";
|
|
172
|
-
};
|
|
61
|
+
common: import("../../..").ThemeCommonVars;
|
|
173
62
|
self: {
|
|
174
63
|
itemColor: string;
|
|
175
64
|
itemColorHover: string;
|
|
@@ -537,12 +426,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
537
426
|
paddingRoundLarge: string;
|
|
538
427
|
iconMarginTiny: string;
|
|
539
428
|
iconMarginSmall: string;
|
|
540
|
-
/**
|
|
541
|
-
* Month Panel
|
|
542
|
-
* Update picker value on:
|
|
543
|
-
* 1. item click
|
|
544
|
-
* 2. clear click
|
|
545
|
-
*/
|
|
546
429
|
iconMarginMedium: string;
|
|
547
430
|
iconMarginLarge: string;
|
|
548
431
|
iconSizeTiny: string;
|
|
@@ -776,12 +659,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
776
659
|
paddingRoundLarge: string;
|
|
777
660
|
iconMarginTiny: string;
|
|
778
661
|
iconMarginSmall: string;
|
|
779
|
-
/**
|
|
780
|
-
* Month Panel
|
|
781
|
-
* Update picker value on:
|
|
782
|
-
* 1. item click
|
|
783
|
-
* 2. clear click
|
|
784
|
-
*/
|
|
785
662
|
iconMarginMedium: string;
|
|
786
663
|
iconMarginLarge: string;
|
|
787
664
|
iconSizeTiny: string;
|
|
@@ -1080,12 +957,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1080
957
|
paddingRoundLarge: string;
|
|
1081
958
|
iconMarginTiny: string;
|
|
1082
959
|
iconMarginSmall: string;
|
|
1083
|
-
/**
|
|
1084
|
-
* Month Panel
|
|
1085
|
-
* Update picker value on:
|
|
1086
|
-
* 1. item click
|
|
1087
|
-
* 2. clear click
|
|
1088
|
-
*/
|
|
1089
960
|
iconMarginMedium: string;
|
|
1090
961
|
iconMarginLarge: string;
|
|
1091
962
|
iconSizeTiny: string;
|
|
@@ -1199,7 +1070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1199
1070
|
startMonthPlaceholder: string;
|
|
1200
1071
|
endMonthPlaceholder: string;
|
|
1201
1072
|
monthBeforeYear: boolean;
|
|
1202
|
-
firstDayOfWeek: 0 |
|
|
1073
|
+
firstDayOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1203
1074
|
today: string;
|
|
1204
1075
|
}>;
|
|
1205
1076
|
doConfirm: () => void;
|
|
@@ -1214,7 +1085,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1214
1085
|
cachePendingValue: () => void;
|
|
1215
1086
|
clearPendingValue: () => void;
|
|
1216
1087
|
restorePendingValue: () => void;
|
|
1217
|
-
getShortcutValue: (shortcut:
|
|
1088
|
+
getShortcutValue: (shortcut: import("../interface").Shortcuts[string]) => number | [number, number] | readonly [number, number];
|
|
1218
1089
|
handleShortcutMouseleave: () => void;
|
|
1219
1090
|
showMonthYearPanel: import("vue").Ref<boolean>;
|
|
1220
1091
|
handleOpenQuickSelectMonthPanel: () => void;
|
|
@@ -1240,8 +1111,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1240
1111
|
prevMonth: () => void;
|
|
1241
1112
|
handleNowClick: () => void;
|
|
1242
1113
|
handleConfirmClick: () => void;
|
|
1243
|
-
handleSingleShortcutMouseenter: (shortcut:
|
|
1244
|
-
handleSingleShortcutClick: (shortcut:
|
|
1114
|
+
handleSingleShortcutMouseenter: (shortcut: import("../interface").Shortcuts[string]) => void;
|
|
1115
|
+
handleSingleShortcutClick: (shortcut: import("../interface").Shortcuts[string]) => void;
|
|
1245
1116
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1246
1117
|
useAsQuickJump: BooleanConstructor;
|
|
1247
1118
|
actions: {
|