@sdata/web-vue 1.19.0 → 2.1.1
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/README.md +3 -7
- package/dist/sd.css +4083 -2512
- package/dist/sd.min.css +1 -1
- package/es/_components/feedback-icon.js +1 -1
- package/es/_components/icon-hover.js +9 -6
- package/es/_components/icon-hover.vue.d.ts +5 -3
- package/es/_components/icon-hover.vue_vue_type_script_lang.js +1 -0
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/input-label/style/index.css +27 -27
- package/es/_components/picker/input-range.js +1 -1
- package/es/_components/picker/input-range.vue.d.ts +6 -4
- package/es/_components/picker/input.js +1 -1
- package/es/_components/picker/input.vue.d.ts +6 -4
- package/es/_components/resize-trigger.js +1 -1
- package/es/_components/select-view/select-view.d.ts +3 -3
- package/es/_components/select-view/style/index.css +199 -199
- package/es/_components/transition/expand-transition.js +1 -1
- package/es/_components/virtual-list/virtual-list.js +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +8 -5
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +9 -16
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-input.d.ts +1 -1
- package/es/_hooks/use-pagination.d.ts +7 -4
- package/es/_hooks/use-popup-overflow-hidden.js +2 -1
- package/es/_hooks/use-scrollbar.d.ts +2 -3
- package/es/_hooks/use-scrollbar.js +4 -8
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_utils/color.d.ts +9 -0
- package/es/_utils/color.js +38 -2
- package/es/_utils/date.d.ts +1 -2
- package/es/_utils/date.js +74 -25
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/get-value-by-path.d.ts +2 -2
- package/es/_utils/global-config.d.ts +4 -0
- package/es/_utils/global-config.js +10 -2
- package/es/_utils/is-equal.js +1 -1
- package/es/_utils/is.d.ts +3 -3
- package/es/_utils/is.js +1 -1
- package/es/_utils/omit.d.ts +1 -1
- package/es/_utils/omit.js +1 -1
- package/es/_utils/pick.d.ts +1 -1
- package/es/_utils/pick.js +1 -2
- package/es/_utils/responsive-observe.js +1 -1
- package/es/_utils/throttle-by-raf.d.ts +2 -2
- package/es/_utils/types.d.ts +1 -1
- package/es/_utils/virtual-dropdown.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/asyncToGenerator.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/defineProperty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/extends.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectDestructuringEmpty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectSpread2.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutProperties.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutPropertiesLoose.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPrimitive.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPropertyKey.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/typeof.js +1 -1
- package/es/affix/affix.js +1 -1
- package/es/affix/affix.vue.d.ts +1 -1
- package/es/affix/affix.vue_vue_type_script_lang.js +1 -1
- package/es/affix/index.d.ts +3 -3
- package/es/alert/alert.js +1 -1
- package/es/alert/alert.vue.d.ts +5 -3
- package/es/alert/index.d.ts +10 -6
- package/es/alert/style/index.css +28 -28
- package/es/anchor/anchor-link.js +1 -1
- package/es/anchor/anchor.js +1 -1
- package/es/anchor/style/index.css +9 -9
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/auto-complete.js +25 -12
- package/es/auto-complete/index.d.ts +9 -9
- package/es/auto-complete/style/index.css +3 -3
- package/es/avatar/avatar.js +1 -1
- package/es/avatar/avatar.vue_vue_type_script_lang.js +1 -1
- package/es/avatar/style/index.css +15 -15
- package/es/back-top/back-top.js +1 -1
- package/es/back-top/style/index.css +4 -4
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/badge.js +1 -1
- package/es/badge/index.d.ts +3 -3
- package/es/badge/style/index.css +25 -25
- package/es/breadcrumb/style/index.css +12 -12
- package/es/button/button-group.js +1 -1
- package/es/button/button.js +1 -1
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/index.d.ts +6 -6
- package/es/button/style/index.css +37 -37
- package/es/calendar/components/body.js +5 -0
- package/es/calendar/components/body.vue.d.ts +100 -0
- package/es/calendar/components/body.vue_vue_type_script_setup_true_lang.js +158 -0
- package/es/calendar/components/cell.js +5 -0
- package/es/calendar/components/cell.vue.d.ts +220 -0
- package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +813 -0
- package/es/calendar/components/event.js +5 -0
- package/es/calendar/components/event.vue.d.ts +73 -0
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +291 -0
- package/es/calendar/components/header.js +5 -0
- package/es/calendar/components/header.vue.d.ts +34 -0
- package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +84 -0
- package/es/calendar/components/headings-bar.js +5 -0
- package/es/calendar/components/headings-bar.vue.d.ts +40 -0
- package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +201 -0
- package/es/calendar/components/index.js +5 -0
- package/es/calendar/components/index.vue.d.ts +616 -0
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +314 -0
- package/es/calendar/components/time-column.js +5 -0
- package/es/calendar/components/time-column.vue.d.ts +27 -0
- package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +66 -0
- package/es/calendar/context.d.ts +17 -0
- package/es/calendar/context.js +5 -0
- package/es/calendar/core/config.d.ts +126 -0
- package/es/calendar/core/config.js +522 -0
- package/es/calendar/core/events.d.ts +1 -0
- package/es/calendar/core/events.js +921 -0
- package/es/calendar/core/i18n.d.ts +1 -0
- package/es/calendar/core/i18n.js +72 -0
- package/es/calendar/core/index.d.ts +112 -0
- package/es/calendar/core/index.js +66 -0
- package/es/calendar/core/props-definitions.d.ts +263 -0
- package/es/calendar/core/props-definitions.js +70 -0
- package/es/calendar/core/view.d.ts +60 -0
- package/es/calendar/core/view.js +761 -0
- package/es/calendar/default-theme.scss +1012 -0
- package/es/calendar/hooks/use-calendar-theme.d.ts +4 -0
- package/es/calendar/hooks/use-calendar-theme.js +32 -0
- package/es/calendar/index.d.ts +836 -98
- package/es/calendar/index.js +3 -3
- package/es/calendar/index.scss +331 -0
- package/es/calendar/modules/drag-and-drop.d.ts +8 -0
- package/es/calendar/modules/drag-and-drop.js +442 -0
- package/es/calendar/style/body.scss +51 -0
- package/es/calendar/style/cell.scss +153 -0
- package/es/calendar/style/css.js +0 -1
- package/es/calendar/style/event.scss +69 -0
- package/es/calendar/style/header.scss +104 -0
- package/es/calendar/style/headings-bar.scss +94 -0
- package/es/calendar/style/index.css +1514 -264
- package/es/calendar/style/index.d.ts +1 -3
- package/es/calendar/style/index.js +0 -1
- package/es/calendar/style/index.scss +9 -496
- package/es/calendar/style/time-column.scss +109 -0
- package/es/calendar/style/token.scss +64 -60
- package/es/calendar/utils/conversions.d.ts +3 -0
- package/es/calendar/utils/conversions.js +31 -0
- package/es/calendar/utils/date.d.ts +26 -0
- package/es/calendar/utils/date.js +253 -0
- package/es/calendar/utils/special-hours-allow-events.d.ts +28 -0
- package/es/calendar/utils/special-hours-allow-events.js +230 -0
- package/es/card/card-grid.js +1 -1
- package/es/card/style/index.css +16 -16
- package/es/carousel/carousel-arrow.js +1 -1
- package/es/carousel/carousel-indicator.js +1 -1
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/carousel/carousel-item.js +1 -1
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/style/index.css +11 -11
- package/es/cascader/base-cascader-panel.js +4 -5
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-option.js +7 -9
- package/es/cascader/cascader-panel.vue.d.ts +1 -1
- package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/cascader/cascader.vue.d.ts +5 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/cascader/style/index.css +36 -36
- package/es/checkbox/checkbox.d.ts +5 -3
- package/es/checkbox/index.d.ts +10 -6
- package/es/checkbox/style/index.css +18 -18
- package/es/collapse/collapse-item.d.ts +5 -3
- package/es/collapse/collapse.js +1 -1
- package/es/collapse/index.d.ts +5 -3
- package/es/collapse/style/index.css +15 -15
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/color-picker.js +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/color-picker/palette.js +1 -1
- package/es/color-picker/panel.d.ts +1 -1
- package/es/color-picker/panel.js +2 -2
- package/es/color-picker/style/index.css +13 -13
- package/es/color-picker/utils.js +1 -1
- package/es/comment/comment.js +2 -2
- package/es/comment/style/index.css +5 -5
- package/es/components.d.ts +2 -2
- package/es/config-provider/config-provider.js +1 -1
- package/es/config-provider/config-provider.vue.d.ts +1 -1
- package/es/config-provider/context.d.ts +3 -0
- package/es/config-provider/index.d.ts +3 -3
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/config-provider/theme.js +1 -1
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/cropper/style/index.css +3 -3
- package/es/date-picker/context.d.ts +1 -1
- package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-range-header-value.d.ts +3 -3
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/index.d.ts +63 -61
- package/es/date-picker/interface.d.ts +1 -1
- package/es/date-picker/panels/body.js +1 -1
- package/es/date-picker/panels/date/index.js +2 -2
- package/es/date-picker/panels/date/index.vue.d.ts +8 -8
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/footer.js +1 -1
- package/es/date-picker/panels/footer.vue.d.ts +10 -10
- package/es/date-picker/panels/header.js +1 -1
- package/es/date-picker/panels/month/index.js +2 -2
- package/es/date-picker/panels/month/index.vue.d.ts +1 -1
- package/es/date-picker/panels/quarter/index.js +2 -2
- package/es/date-picker/panels/shortcuts.js +1 -1
- package/es/date-picker/panels/shortcuts.vue.d.ts +7 -7
- package/es/date-picker/panels/week/index.js +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +8 -8
- package/es/date-picker/panels/week-list.js +1 -1
- package/es/date-picker/panels/year/index.js +2 -2
- package/es/date-picker/picker-panel.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +35 -35
- package/es/date-picker/picker.js +2 -2
- package/es/date-picker/picker.vue.d.ts +57 -55
- package/es/date-picker/picker.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker-panel.js +1 -1
- package/es/date-picker/range-picker-panel.vue.d.ts +38 -38
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker.js +2 -2
- package/es/date-picker/range-picker.vue.d.ts +63 -61
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/style/index.css +72 -72
- package/es/descriptions/descriptions-item.js +1 -1
- package/es/descriptions/descriptions.d.ts +2 -2
- package/es/descriptions/descriptions.js +1 -1
- package/es/descriptions/index.d.ts +6 -6
- package/es/descriptions/style/index.css +10 -10
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/divider/style/index.css +4 -4
- package/es/drawer/drawer.js +9 -2
- package/es/drawer/drawer.vue.d.ts +2910 -13
- package/es/drawer/drawer.vue_vue_type_script_lang.js +26 -7
- package/es/drawer/index.d.ts +6557 -767
- package/es/drawer/index.js +2 -2
- package/es/drawer/style/index.css +12 -7
- package/es/drawer/style/index.scss +6 -0
- package/es/dropdown/dropdown-button.js +1 -1
- package/es/dropdown/dropdown-button.vue.d.ts +26 -23
- package/es/dropdown/dropdown-group.js +1 -1
- package/es/dropdown/dropdown-option.js +1 -1
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-panel.js +1 -1
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -3
- package/es/dropdown/dropdown-submenu.js +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +18 -15
- package/es/dropdown/dropdown.js +1 -1
- package/es/dropdown/dropdown.vue.d.ts +18 -15
- package/es/dropdown/index.d.ts +85 -73
- package/es/dropdown/interface.d.ts +2 -2
- package/es/dropdown/style/index.css +1 -1
- package/es/ellipsis/ellipsis.js +1 -1
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +2 -2
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.js +1 -1
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +1 -1
- package/es/empty/style/index.css +2 -2
- package/es/form/context.d.ts +7 -6
- package/es/form/form-item-label.js +1 -1
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item-message.js +1 -1
- package/es/form/form-item.js +1 -1
- package/es/form/form-item.vue.d.ts +35 -39
- package/es/form/form-item.vue_vue_type_script_lang.js +3 -3
- package/es/form/form.js +1 -1
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/index.d.ts +41 -45
- package/es/form/interface.d.ts +2 -2
- package/es/form/style/index.css +6 -6
- package/es/grid/grid-col.js +1 -1
- package/es/grid/grid-col.vue.d.ts +3 -7
- package/es/grid/grid-col.vue_vue_type_script_lang.js +1 -1
- package/es/grid/grid-item.js +1 -1
- package/es/grid/grid-item.vue_vue_type_script_lang.js +1 -1
- package/es/grid/grid-row.js +1 -1
- package/es/grid/grid-row.vue.d.ts +4 -4
- package/es/grid/grid.js +1 -1
- package/es/grid/hook/use-responsive-value.d.ts +7 -19
- package/es/grid/index.d.ts +6 -10
- package/es/grid/interface.d.ts +11 -18
- package/es/icon/icon-calendar/icon-calendar.js +1 -1
- package/es/icon/icon-caret-down/icon-caret-down.js +1 -1
- package/es/icon/icon-caret-left/icon-caret-left.js +1 -1
- package/es/icon/icon-caret-right/icon-caret-right.js +1 -1
- package/es/icon/icon-caret-up/icon-caret-up.js +1 -1
- package/es/icon/icon-check/icon-check.js +1 -1
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +1 -1
- package/es/icon/icon-clock-circle/icon-clock-circle.js +1 -1
- package/es/icon/icon-close/icon-close.js +1 -1
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +1 -1
- package/es/icon/icon-copy/icon-copy.js +1 -1
- package/es/icon/icon-delete/icon-delete.js +1 -1
- package/es/icon/icon-double-left/icon-double-left.js +1 -1
- package/es/icon/icon-double-right/icon-double-right.js +1 -1
- package/es/icon/icon-down/icon-down.js +1 -1
- package/es/icon/icon-drag-dot/icon-drag-dot.js +1 -1
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +1 -1
- package/es/icon/icon-edit/icon-edit.js +1 -1
- package/es/icon/icon-empty/icon-empty.js +1 -1
- package/es/icon/icon-exclamation/icon-exclamation.js +1 -1
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +1 -1
- package/es/icon/icon-eye/icon-eye.js +1 -1
- package/es/icon/icon-eye-invisible/icon-eye-invisible.js +1 -1
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +1 -1
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +1 -1
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +1 -1
- package/es/icon/icon-file/icon-file.js +1 -1
- package/es/icon/icon-file-audio/icon-file-audio.js +1 -1
- package/es/icon/icon-file-image/icon-file-image.js +1 -1
- package/es/icon/icon-file-pdf/icon-file-pdf.js +1 -1
- package/es/icon/icon-file-video/icon-file-video.js +1 -1
- package/es/icon/icon-filter/icon-filter.js +1 -1
- package/es/icon/icon-fullscreen/icon-fullscreen.js +1 -1
- package/es/icon/icon-image-close/icon-image-close.js +1 -1
- package/es/icon/icon-info/icon-info.js +1 -1
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +1 -1
- package/es/icon/icon-left/icon-left.js +1 -1
- package/es/icon/icon-link/icon-link.js +1 -1
- package/es/icon/icon-loading/icon-loading.js +1 -1
- package/es/icon/icon-menu-fold/icon-menu-fold.js +1 -1
- package/es/icon/icon-menu-unfold/icon-menu-unfold.js +1 -1
- package/es/icon/icon-minus/icon-minus.js +1 -1
- package/es/icon/icon-more/icon-more.js +1 -1
- package/es/icon/icon-oblique-line/icon-oblique-line.js +1 -1
- package/es/icon/icon-original-size/icon-original-size.js +1 -1
- package/es/icon/icon-pause/icon-pause.js +1 -1
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +1 -1
- package/es/icon/icon-plus/icon-plus.js +1 -1
- package/es/icon/icon-question-circle/icon-question-circle.js +1 -1
- package/es/icon/icon-right/icon-right.js +1 -1
- package/es/icon/icon-rotate-left/icon-rotate-left.js +1 -1
- package/es/icon/icon-rotate-right/icon-rotate-right.js +1 -1
- package/es/icon/icon-search/icon-search.js +1 -1
- package/es/icon/icon-star-fill/icon-star-fill.js +1 -1
- package/es/icon/icon-to-top/icon-to-top.js +1 -1
- package/es/icon/icon-up/icon-up.js +1 -1
- package/es/icon/icon-upload/icon-upload.js +1 -1
- package/es/icon/icon-zoom-in/icon-zoom-in.js +1 -1
- package/es/icon/icon-zoom-out/icon-zoom-out.js +1 -1
- package/es/icon-component/icon.js +1 -1
- package/es/icon.js +292 -292
- package/es/image/image-footer.js +1 -1
- package/es/image/image.js +2 -2
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/interface.d.ts +1 -1
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-arrow.js +1 -1
- package/es/image/preview-group.js +2 -2
- package/es/image/preview-group.vue.d.ts +26 -26
- package/es/image/preview-toolbar.js +1 -1
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview.js +1 -1
- package/es/image/preview.vue.d.ts +25 -25
- package/es/image/preview.vue_vue_type_script_lang.js +1 -1
- package/es/image/style/index.css +32 -32
- package/es/index.css +4083 -2512
- package/es/index.d.ts +8 -2
- package/es/index.js +11 -10
- package/es/index.scss +3 -1
- package/es/input/index.d.ts +13 -11
- package/es/input/input-group.js +1 -1
- package/es/input/input-password.js +1 -1
- package/es/input/input-password.vue.d.ts +7 -5
- package/es/input/input.d.ts +2 -2
- package/es/input/input.js +4 -5
- package/es/input/style/index.css +50 -50
- package/es/input-number/index.d.ts +6 -6
- package/es/input-number/input-number.d.ts +2 -2
- package/es/input-number/input-number.js +21 -20
- package/es/input-number/style/index.css +16 -16
- package/es/input-tag/index.d.ts +6 -6
- package/es/input-tag/input-tag.d.ts +2 -2
- package/es/input-tag/input-tag.js +11 -13
- package/es/input-tag/style/index.css +172 -172
- package/es/input-tag/utils.js +1 -1
- package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/utils.js +3 -3
- package/es/layout/content.js +1 -1
- package/es/layout/footer.js +1 -1
- package/es/layout/header.vue.d.ts +1 -1
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/layout/index.d.ts +21 -21
- package/es/layout/layout.js +1 -1
- package/es/layout/sider.js +1 -1
- package/es/layout/sider.vue.d.ts +16 -16
- package/es/layout/sider.vue_vue_type_script_lang.js +1 -1
- package/es/layout/style/index.css +12 -12
- package/es/link/index.d.ts +3 -3
- package/es/link/link.vue.d.ts +1 -1
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/link/style/index.css +23 -23
- package/es/list/index.d.ts +9 -9
- package/es/list/list-item-meta.js +1 -1
- package/es/list/list.d.ts +3 -3
- package/es/list/list.js +4 -4
- package/es/list/style/index.css +9 -9
- package/es/list/use-pagination.d.ts +7 -4
- package/es/locale/index.d.ts +1 -1
- package/es/locale/index.js +1 -1
- package/es/locale/interface.d.ts +7 -0
- package/es/locale/lang/ar-eg.js +7 -1
- package/es/locale/lang/de-de.js +7 -1
- package/es/locale/lang/en-us.js +7 -1
- package/es/locale/lang/es-es.js +7 -1
- package/es/locale/lang/fr-fr.js +7 -1
- package/es/locale/lang/id-id.js +7 -1
- package/es/locale/lang/it-it.js +7 -1
- package/es/locale/lang/ja-jp.js +7 -1
- package/es/locale/lang/km-kh.js +7 -1
- package/es/locale/lang/ko-kr.js +7 -1
- package/es/locale/lang/ms-my.js +7 -1
- package/es/locale/lang/nl-nl.js +7 -1
- package/es/locale/lang/pt-pt.js +7 -1
- package/es/locale/lang/ru-ru.js +7 -1
- package/es/locale/lang/th-th.js +7 -1
- package/es/locale/lang/vi-vn.js +7 -1
- package/es/locale/lang/zh-cn.js +7 -1
- package/es/locale/lang/zh-tw.js +7 -1
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/mention/mention.js +34 -20
- package/es/menu/base-menu.js +1 -1
- package/es/menu/indent.js +1 -1
- package/es/menu/interface.d.ts +1 -3
- package/es/menu/item-group.js +1 -1
- package/es/menu/item-group.vue.d.ts +48 -48
- package/es/menu/item.js +1 -1
- package/es/menu/menu.js +1 -1
- package/es/menu/style/index.css +62 -62
- package/es/menu/sub-menu-inline.js +1 -1
- package/es/menu/sub-menu-inline.vue.d.ts +48 -48
- package/es/menu/sub-menu-pop.js +1 -1
- package/es/menu/sub-menu-pop.vue.d.ts +59 -59
- package/es/menu/sub-menu.js +1 -1
- package/es/message/index.js +1 -1
- package/es/message/message-list.d.ts +1 -1
- package/es/message/message.js +1 -1
- package/es/message/message.vue.d.ts +5 -3
- package/es/message/style/index.css +26 -26
- package/es/modal/index.d.ts +6374 -572
- package/es/modal/index.js +2 -2
- package/es/modal/interface.d.ts +2 -2
- package/es/modal/modal.js +15 -4
- package/es/modal/modal.vue.d.ts +2911 -10
- package/es/modal/modal.vue_vue_type_script_lang.js +28 -5
- package/es/modal/style/index.css +28 -12
- package/es/modal/style/index.scss +23 -0
- package/es/notification/index.js +1 -1
- package/es/notification/notification.js +1 -1
- package/es/notification/notification.vue.d.ts +5 -3
- package/es/notification/style/index.css +26 -26
- package/es/page-header/index.d.ts +10 -6
- package/es/page-header/page-header.js +1 -1
- package/es/page-header/page-header.vue.d.ts +5 -3
- package/es/page-header/style/index.css +6 -6
- package/es/pagination/page-item-ellipsis.js +1 -1
- package/es/pagination/page-item-step.js +1 -1
- package/es/pagination/page-item.js +1 -1
- package/es/pagination/page-jumper.js +1 -1
- package/es/pagination/page-jumper.vue.d.ts +7 -7
- package/es/pagination/page-options.js +1 -1
- package/es/pagination/page-options.vue.d.ts +656 -470
- package/es/pagination/style/index.css +21 -21
- package/es/popconfirm/index.d.ts +36 -36
- package/es/popconfirm/popconfirm.js +1 -1
- package/es/popconfirm/popconfirm.vue.d.ts +17 -17
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
- package/es/popconfirm/style/index.css +11 -11
- package/es/popover/index.d.ts +899 -21
- package/es/popover/popover.js +7 -3
- package/es/popover/popover.vue.d.ts +451 -10
- package/es/popover/popover.vue_vue_type_script_lang.js +15 -3
- package/es/popover/style/index.css +7 -7
- package/es/popover/style/index.d.ts +1 -0
- package/es/progress/circle.js +1 -1
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/index.d.ts +7 -7
- package/es/progress/line.js +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.js +1 -1
- package/es/progress/progress.vue.d.ts +3 -3
- package/es/progress/steps.js +1 -1
- package/es/progress/style/index.css +32 -32
- package/es/qr-code/index.d.ts +294 -0
- package/es/qr-code/index.js +10 -0
- package/es/qr-code/qr-code-status.js +5 -0
- package/es/qr-code/qr-code-status.vue.d.ts +8 -0
- package/es/qr-code/qr-code-status.vue_vue_type_script_setup_true_lang.js +30 -0
- package/es/qr-code/qr-code.js +5 -0
- package/es/qr-code/qr-code.vue.d.ts +167 -0
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +313 -0
- package/es/qr-code/style/css.js +2 -0
- package/es/qr-code/style/index.css +106 -0
- package/es/qr-code/style/index.d.ts +2 -0
- package/es/qr-code/style/index.js +2 -0
- package/es/qr-code/style/index.scss +111 -0
- package/es/qr-code/style/token.scss +36 -0
- package/es/qr-code/types.d.ts +19 -0
- package/es/radio/index.d.ts +13 -9
- package/es/radio/radio.d.ts +6 -4
- package/es/radio/style/index.css +33 -33
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/rate/style/index.css +3 -3
- package/es/resize-box/index.d.ts +6 -6
- package/es/resize-box/resize-box.js +1 -1
- package/es/resize-box/resize-box.vue.d.ts +2 -2
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +1 -1
- package/es/resize-box/style/index.css +2 -2
- package/es/result/result.js +1 -1
- package/es/result/style/index.css +2 -2
- package/es/scrollbar/index.d.ts +6 -3
- package/es/scrollbar/interface.d.ts +1 -1
- package/es/scrollbar/scrollbar.js +2 -1
- package/es/scrollbar/scrollbar.vue.d.ts +2 -1
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +52 -2
- package/es/scrollbar/style/index.css +13 -13
- package/es/sd-vue.js +13 -12
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/secret/style/index.css +4 -4
- package/es/select/context.d.ts +1 -4
- package/es/select/hooks/use-options.d.ts +1 -4
- package/es/select/hooks/use-options.js +2 -23
- package/es/select/hooks/use-select.d.ts +1 -3
- package/es/select/hooks/use-select.js +2 -7
- package/es/select/index.d.ts +656 -475
- package/es/select/index.js +5 -13
- package/es/select/interface.d.ts +1 -1
- package/es/select/select-dropdown.js +3 -2
- package/es/select/select-dropdown.vue.d.ts +56 -54
- package/es/select/select-dropdown.vue_vue_type_script_lang.js +2 -3
- package/es/select/select.d.ts +264 -18
- package/es/select/select.js +50 -27
- package/es/select/style/index.css +14 -14
- package/es/select/utils.d.ts +1 -1
- package/es/select/utils.js +1 -1
- package/es/skeleton/line.js +1 -1
- package/es/skeleton/shape.js +1 -1
- package/es/skeleton/skeleton.js +1 -1
- package/es/skeleton/style/index.css +4 -4
- package/es/slider/index.d.ts +67 -67
- package/es/slider/slider-button.js +1 -1
- package/es/slider/slider-button.vue.d.ts +25 -25
- package/es/slider/slider-dots.js +1 -1
- package/es/slider/slider-input.js +1 -1
- package/es/slider/slider-input.vue.d.ts +7 -7
- package/es/slider/slider-marks.js +1 -1
- package/es/slider/slider-ticks.js +1 -1
- package/es/slider/slider.js +1 -1
- package/es/slider/slider.vue.d.ts +33 -33
- package/es/slider/style/index.css +18 -18
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +1 -0
- package/es/spin/style/index.css +9 -9
- package/es/split/split.js +1 -1
- package/es/split/split.vue_vue_type_script_lang.js +1 -1
- package/es/split/style/index.css +2 -2
- package/es/statistic/countdown.js +1 -1
- package/es/statistic/countdown.vue.d.ts +1 -1
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/index.d.ts +1 -1
- package/es/statistic/statistic.js +1 -1
- package/es/statistic/statistic.vue_vue_type_script_lang.js +4 -4
- package/es/statistic/style/index.css +4 -4
- package/es/steps/index.d.ts +4 -4
- package/es/steps/step.js +1 -1
- package/es/steps/step.vue.d.ts +1 -1
- package/es/steps/steps.js +1 -1
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/steps/style/index.css +79 -79
- package/es/style/color/colors.scss +1 -1
- package/es/style/theme/global.scss +8 -8
- package/es/style/theme/index.scss +4 -12
- package/es/style/theme/z-index.js +1 -2
- package/es/switch/style/index.css +30 -30
- package/es/switch/switch.js +1 -1
- package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/style/index.css +65 -65
- package/es/table/table-operation-td.d.ts +23 -15
- package/es/table/table-operation-td.js +11 -14
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.d.ts +1 -1
- package/es/table/table-th.js +19 -8
- package/es/table/table.d.ts +5 -5
- package/es/table/table.js +45 -48
- package/es/table/utils.js +1 -1
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/style/index.css +56 -56
- package/es/tabs/tab-pane.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_lang.js +1 -1
- package/es/tabs/tabs-nav-ink.js +1 -1
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.js +1 -1
- package/es/tabs/tabs-tab.vue.d.ts +5 -3
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +66 -29688
- package/es/tag/interface.d.ts +2 -0
- package/es/tag/style/index.css +134 -134
- package/es/tag/style/index.scss +33 -13
- package/es/tag/tag.js +2 -64
- package/es/tag/tag.vue.d.ts +53 -11936
- package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +368 -0
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/textarea/index.d.ts +16 -12
- package/es/textarea/style/index.css +28 -28
- package/es/textarea/textarea.js +1 -1
- package/es/textarea/textarea.vue.d.ts +7 -5
- package/es/textarea/textarea.vue_vue_type_script_lang.js +1 -1
- package/es/time-picker/hooks/use-time-list.js +1 -1
- package/es/time-picker/index.d.ts +79 -71
- package/es/time-picker/panel.js +1 -1
- package/es/time-picker/panel.vue.d.ts +7 -7
- package/es/time-picker/range-panel.d.ts +7 -7
- package/es/time-picker/range-panel.js +6 -7
- package/es/time-picker/style/index.css +11 -11
- package/es/time-picker/time-column.js +1 -1
- package/es/time-picker/time-picker.js +2 -2
- package/es/time-picker/time-picker.vue.d.ts +38 -34
- package/es/time-picker/utils/index.d.ts +1 -1
- package/es/timeline/item.js +1 -1
- package/es/timeline/item.vue_vue_type_script_lang.js +1 -1
- package/es/timeline/style/index.css +11 -11
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/style/index.css +3 -3
- package/es/tooltip/tooltip.js +1 -1
- package/es/tooltip/tooltip.vue.d.ts +11 -11
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/es/tour/index.d.ts +664 -0
- package/es/tour/index.js +10 -0
- package/es/tour/style/css.js +1 -0
- package/es/tour/style/index.css +226 -0
- package/es/tour/style/index.d.ts +1 -0
- package/es/tour/style/index.js +1 -0
- package/es/tour/style/index.scss +218 -0
- package/es/tour/style/token.scss +27 -0
- package/es/tour/tour.js +5 -0
- package/es/tour/tour.vue.d.ts +411 -0
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1219 -0
- package/es/tour/types.d.ts +143 -0
- package/es/transfer/index.d.ts +75 -57
- package/es/transfer/style/index.css +20 -20
- package/es/transfer/transfer-list-item.js +2 -5
- package/es/transfer/transfer-view.js +2 -3
- package/es/transfer/transfer-view.vue.d.ts +30 -21
- package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
- package/es/transfer/transfer.js +1 -1
- package/es/transfer/transfer.vue.d.ts +37 -28
- package/es/tree/base-node.js +1 -1
- package/es/tree/base-node.vue.d.ts +10 -6
- package/es/tree/expand-transition.js +1 -1
- package/es/tree/interface.d.ts +1 -1
- package/es/tree/node.js +1 -1
- package/es/tree/style/index.css +25 -25
- package/es/tree/transition-node-list.js +1 -1
- package/es/tree/transition-node-list.vue.d.ts +10 -6
- package/es/tree/tree.js +1 -1
- package/es/tree/tree.vue.d.ts +14 -11
- package/es/tree/tree.vue_vue_type_script_lang.js +2 -2
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/panel.js +9 -10
- package/es/tree-select/style/index.css +5 -5
- package/es/tree-select/tree-select.js +2 -2
- package/es/tree-select/tree-select.vue.d.ts +22 -22
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +1 -1
- package/es/trigger/context.d.ts +3 -3
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/interface.d.ts +3 -2
- package/es/trigger/style/index.css +5 -5
- package/es/trigger/trigger.d.ts +3 -3
- package/es/trigger/trigger.js +18 -17
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +4 -4
- package/es/typography/base.js +3 -3
- package/es/typography/edit-content.js +1 -1
- package/es/typography/edit-content.vue.d.ts +40 -34
- package/es/typography/interface.d.ts +1 -1
- package/es/typography/operations.js +1 -1
- package/es/typography/operations.vue.d.ts +25 -25
- package/es/typography/style/index.css +22 -22
- package/es/typography/typography.js +1 -1
- package/es/upload/index.d.ts +6 -6
- package/es/upload/interfaces.d.ts +3 -3
- package/es/upload/style/index.css +51 -51
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload-list.js +2 -5
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +6 -7
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/verification-code/verification-code.js +7 -6
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/watermark.js +1 -1
- package/json/vetur-attributes.json +125 -107
- package/json/vetur-tags.json +39 -36
- package/json/web-types.json +182 -163
- package/package.json +19 -15
- package/es/calendar/calendar.d.ts +0 -104
- package/es/calendar/calendar.js +0 -207
- package/es/calendar/header.d.ts +0 -104
- package/es/calendar/header.js +0 -131
- package/es/calendar/hooks/useCellClassName.d.ts +0 -19
- package/es/calendar/hooks/useCellClassName.js +0 -43
- package/es/calendar/month.d.ts +0 -83
- package/es/calendar/month.js +0 -149
- package/es/calendar/week.d.ts +0 -61
- package/es/calendar/week.js +0 -45
- package/es/calendar/year.d.ts +0 -69
- package/es/calendar/year.js +0 -101
- package/es/select/optgroup.js +0 -10
- package/es/select/optgroup.vue.d.ts +0 -13
- package/es/select/optgroup.vue_vue_type_script_lang.js +0 -23
- package/es/select/option.js +0 -51
- package/es/select/option.vue.d.ts +0 -299
- package/es/select/option.vue_vue_type_script_lang.js +0 -149
- package/es/tag/tag.vue_vue_type_script_lang.js +0 -264
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useFormItem } from "../_hooks/use-form-item.js";
|
|
2
|
-
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
4
|
import { isFunction, isNull, isObject, isUndefined } from "../_utils/is.js";
|
|
5
5
|
import resize_observer_default from "../_components/resize-observer.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { padStart } from "../../_utils/pad.js";
|
|
2
1
|
import { getColumnsFromFormat } from "../utils/index.js";
|
|
2
|
+
import { padStart } from "../../_utils/pad.js";
|
|
3
3
|
import { computed, toRefs } from "vue";
|
|
4
4
|
//#region components/time-picker/hooks/use-time-list.ts
|
|
5
5
|
function useTimeList(props) {
|
|
@@ -120,7 +120,7 @@ declare const TimePicker: {
|
|
|
120
120
|
onDisplayIndexChange?: undefined;
|
|
121
121
|
}>;
|
|
122
122
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
123
|
-
onPanelVisibleChange:
|
|
123
|
+
onPanelVisibleChange: (newVisible: boolean) => void;
|
|
124
124
|
onInputClear: (e: Event) => void;
|
|
125
125
|
onPanelSelect: (value: import("dayjs").Dayjs | Array<import("dayjs").Dayjs | undefined>) => void;
|
|
126
126
|
onPanelConfirm: (value: import("dayjs").Dayjs | import("dayjs").Dayjs[]) => void;
|
|
@@ -134,12 +134,12 @@ declare const TimePicker: {
|
|
|
134
134
|
'update:popupVisible': (_visible: boolean) => true;
|
|
135
135
|
}, import("vue").PublicProps, {
|
|
136
136
|
type: "time" | "time-range";
|
|
137
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
138
|
+
disabled: boolean;
|
|
137
139
|
error: boolean;
|
|
138
140
|
readonly: boolean;
|
|
139
141
|
popupVisible: boolean;
|
|
140
142
|
defaultPopupVisible: boolean;
|
|
141
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
142
|
-
disabled: boolean;
|
|
143
143
|
unmountOnClose: boolean;
|
|
144
144
|
allowClear: boolean;
|
|
145
145
|
format: string;
|
|
@@ -293,10 +293,10 @@ declare const TimePicker: {
|
|
|
293
293
|
};
|
|
294
294
|
}>> & Readonly<{
|
|
295
295
|
onHide?: (() => any) | undefined;
|
|
296
|
+
onShow?: (() => any) | undefined;
|
|
296
297
|
onResize?: (() => any) | undefined;
|
|
297
298
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
298
299
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
299
|
-
onShow?: (() => any) | undefined;
|
|
300
300
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
301
301
|
'update:popupVisible': (_visible: boolean) => true;
|
|
302
302
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -304,12 +304,12 @@ declare const TimePicker: {
|
|
|
304
304
|
hide: () => true;
|
|
305
305
|
resize: () => true;
|
|
306
306
|
}, import("vue").PublicProps, {
|
|
307
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
308
|
+
disabled: boolean;
|
|
307
309
|
autoFitPosition: boolean;
|
|
308
310
|
popupVisible: boolean;
|
|
309
311
|
defaultPopupVisible: boolean;
|
|
310
312
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
311
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
312
|
-
disabled: boolean;
|
|
313
313
|
popupOffset: number;
|
|
314
314
|
showArrow: boolean;
|
|
315
315
|
alignPoint: boolean;
|
|
@@ -484,17 +484,17 @@ declare const TimePicker: {
|
|
|
484
484
|
};
|
|
485
485
|
}>> & Readonly<{
|
|
486
486
|
onHide?: (() => any) | undefined;
|
|
487
|
+
onShow?: (() => any) | undefined;
|
|
487
488
|
onResize?: (() => any) | undefined;
|
|
488
489
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
489
490
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
490
|
-
onShow?: (() => any) | undefined;
|
|
491
491
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
492
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
493
|
+
disabled: boolean;
|
|
492
494
|
autoFitPosition: boolean;
|
|
493
495
|
popupVisible: boolean;
|
|
494
496
|
defaultPopupVisible: boolean;
|
|
495
497
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
496
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
497
|
-
disabled: boolean;
|
|
498
498
|
popupOffset: number;
|
|
499
499
|
showArrow: boolean;
|
|
500
500
|
alignPoint: boolean;
|
|
@@ -666,10 +666,10 @@ declare const TimePicker: {
|
|
|
666
666
|
};
|
|
667
667
|
}>> & Readonly<{
|
|
668
668
|
onHide?: (() => any) | undefined;
|
|
669
|
+
onShow?: (() => any) | undefined;
|
|
669
670
|
onResize?: (() => any) | undefined;
|
|
670
671
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
671
672
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
672
|
-
onShow?: (() => any) | undefined;
|
|
673
673
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
674
674
|
'update:popupVisible': (_visible: boolean) => true;
|
|
675
675
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -677,12 +677,12 @@ declare const TimePicker: {
|
|
|
677
677
|
hide: () => true;
|
|
678
678
|
resize: () => true;
|
|
679
679
|
}, string, {
|
|
680
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
681
|
+
disabled: boolean;
|
|
680
682
|
autoFitPosition: boolean;
|
|
681
683
|
popupVisible: boolean;
|
|
682
684
|
defaultPopupVisible: boolean;
|
|
683
685
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
684
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
685
|
-
disabled: boolean;
|
|
686
686
|
popupOffset: number;
|
|
687
687
|
showArrow: boolean;
|
|
688
688
|
alignPoint: boolean;
|
|
@@ -794,9 +794,9 @@ declare const TimePicker: {
|
|
|
794
794
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
795
795
|
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
796
796
|
}>, {
|
|
797
|
+
disabled: boolean;
|
|
797
798
|
error: boolean;
|
|
798
799
|
readonly: boolean;
|
|
799
|
-
disabled: boolean;
|
|
800
800
|
allowClear: boolean;
|
|
801
801
|
focused: boolean;
|
|
802
802
|
}, {}, {
|
|
@@ -814,7 +814,7 @@ declare const TimePicker: {
|
|
|
814
814
|
};
|
|
815
815
|
}>, {
|
|
816
816
|
prefixCls: string;
|
|
817
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
817
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
818
818
|
prefix: {
|
|
819
819
|
type: StringConstructor;
|
|
820
820
|
};
|
|
@@ -826,8 +826,10 @@ declare const TimePicker: {
|
|
|
826
826
|
type: BooleanConstructor;
|
|
827
827
|
default: boolean;
|
|
828
828
|
};
|
|
829
|
-
}>> & Readonly<{
|
|
830
|
-
|
|
829
|
+
}>> & Readonly<{
|
|
830
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
831
|
+
}>, {
|
|
832
|
+
size: "medium" | "large" | "small" | "mini";
|
|
831
833
|
disabled: boolean;
|
|
832
834
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
833
835
|
IconClose: {
|
|
@@ -1556,10 +1558,10 @@ declare const TimePicker: {
|
|
|
1556
1558
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
1557
1559
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
1558
1560
|
}>, {
|
|
1561
|
+
disabled: boolean | boolean[];
|
|
1559
1562
|
error: boolean;
|
|
1560
1563
|
readonly: boolean;
|
|
1561
1564
|
value: (import("dayjs").Dayjs | undefined)[];
|
|
1562
|
-
disabled: boolean | boolean[];
|
|
1563
1565
|
placeholder: string[];
|
|
1564
1566
|
allowClear: boolean;
|
|
1565
1567
|
focused: boolean;
|
|
@@ -1578,7 +1580,7 @@ declare const TimePicker: {
|
|
|
1578
1580
|
};
|
|
1579
1581
|
}>, {
|
|
1580
1582
|
prefixCls: string;
|
|
1581
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1583
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1582
1584
|
prefix: {
|
|
1583
1585
|
type: StringConstructor;
|
|
1584
1586
|
};
|
|
@@ -1590,8 +1592,10 @@ declare const TimePicker: {
|
|
|
1590
1592
|
type: BooleanConstructor;
|
|
1591
1593
|
default: boolean;
|
|
1592
1594
|
};
|
|
1593
|
-
}>> & Readonly<{
|
|
1594
|
-
|
|
1595
|
+
}>> & Readonly<{
|
|
1596
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1597
|
+
}>, {
|
|
1598
|
+
size: "medium" | "large" | "small" | "mini";
|
|
1595
1599
|
disabled: boolean;
|
|
1596
1600
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1597
1601
|
IconClose: {
|
|
@@ -2232,7 +2236,7 @@ declare const TimePicker: {
|
|
|
2232
2236
|
hideDisabledOptions: boolean;
|
|
2233
2237
|
}, {
|
|
2234
2238
|
prefixCls: string;
|
|
2235
|
-
t: (key: string, ...args:
|
|
2239
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
2236
2240
|
hours: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
2237
2241
|
minutes: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
2238
2242
|
seconds: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
@@ -2545,11 +2549,11 @@ declare const TimePicker: {
|
|
|
2545
2549
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2546
2550
|
click: (_ev: MouseEvent) => true;
|
|
2547
2551
|
}, import("vue").PublicProps, {
|
|
2548
|
-
autofocus: boolean;
|
|
2549
2552
|
disabled: boolean;
|
|
2553
|
+
autofocus: boolean;
|
|
2550
2554
|
loading: boolean;
|
|
2551
2555
|
long: boolean;
|
|
2552
|
-
htmlType: "
|
|
2556
|
+
htmlType: "button" | "reset" | "submit";
|
|
2553
2557
|
}, true, {}, {}, {
|
|
2554
2558
|
IconLoading: {
|
|
2555
2559
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2722,11 +2726,11 @@ declare const TimePicker: {
|
|
|
2722
2726
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2723
2727
|
handleClick: (ev: MouseEvent) => void;
|
|
2724
2728
|
}, {}, {}, {}, {
|
|
2725
|
-
autofocus: boolean;
|
|
2726
2729
|
disabled: boolean;
|
|
2730
|
+
autofocus: boolean;
|
|
2727
2731
|
loading: boolean;
|
|
2728
2732
|
long: boolean;
|
|
2729
|
-
htmlType: "
|
|
2733
|
+
htmlType: "button" | "reset" | "submit";
|
|
2730
2734
|
}>;
|
|
2731
2735
|
__isFragment?: never;
|
|
2732
2736
|
__isTeleport?: never;
|
|
@@ -2776,11 +2780,11 @@ declare const TimePicker: {
|
|
|
2776
2780
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2777
2781
|
click: (_ev: MouseEvent) => true;
|
|
2778
2782
|
}, string, {
|
|
2779
|
-
autofocus: boolean;
|
|
2780
2783
|
disabled: boolean;
|
|
2784
|
+
autofocus: boolean;
|
|
2781
2785
|
loading: boolean;
|
|
2782
2786
|
long: boolean;
|
|
2783
|
-
htmlType: "
|
|
2787
|
+
htmlType: "button" | "reset" | "submit";
|
|
2784
2788
|
}, {}, string, {}, {
|
|
2785
2789
|
IconLoading: {
|
|
2786
2790
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2992,7 +2996,7 @@ declare const TimePicker: {
|
|
|
2992
2996
|
hideDisabledOptions: boolean;
|
|
2993
2997
|
}, {
|
|
2994
2998
|
prefixCls: string;
|
|
2995
|
-
t: (key: string, ...args:
|
|
2999
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
2996
3000
|
hours: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
2997
3001
|
minutes: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
2998
3002
|
seconds: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
@@ -3305,11 +3309,11 @@ declare const TimePicker: {
|
|
|
3305
3309
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3306
3310
|
click: (_ev: MouseEvent) => true;
|
|
3307
3311
|
}, import("vue").PublicProps, {
|
|
3308
|
-
autofocus: boolean;
|
|
3309
3312
|
disabled: boolean;
|
|
3313
|
+
autofocus: boolean;
|
|
3310
3314
|
loading: boolean;
|
|
3311
3315
|
long: boolean;
|
|
3312
|
-
htmlType: "
|
|
3316
|
+
htmlType: "button" | "reset" | "submit";
|
|
3313
3317
|
}, true, {}, {}, {
|
|
3314
3318
|
IconLoading: {
|
|
3315
3319
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3482,11 +3486,11 @@ declare const TimePicker: {
|
|
|
3482
3486
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
3483
3487
|
handleClick: (ev: MouseEvent) => void;
|
|
3484
3488
|
}, {}, {}, {}, {
|
|
3485
|
-
autofocus: boolean;
|
|
3486
3489
|
disabled: boolean;
|
|
3490
|
+
autofocus: boolean;
|
|
3487
3491
|
loading: boolean;
|
|
3488
3492
|
long: boolean;
|
|
3489
|
-
htmlType: "
|
|
3493
|
+
htmlType: "button" | "reset" | "submit";
|
|
3490
3494
|
}>;
|
|
3491
3495
|
__isFragment?: never;
|
|
3492
3496
|
__isTeleport?: never;
|
|
@@ -3536,11 +3540,11 @@ declare const TimePicker: {
|
|
|
3536
3540
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3537
3541
|
click: (_ev: MouseEvent) => true;
|
|
3538
3542
|
}, string, {
|
|
3539
|
-
autofocus: boolean;
|
|
3540
3543
|
disabled: boolean;
|
|
3544
|
+
autofocus: boolean;
|
|
3541
3545
|
loading: boolean;
|
|
3542
3546
|
long: boolean;
|
|
3543
|
-
htmlType: "
|
|
3547
|
+
htmlType: "button" | "reset" | "submit";
|
|
3544
3548
|
}, {}, string, {}, {
|
|
3545
3549
|
IconLoading: {
|
|
3546
3550
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3951,19 +3955,19 @@ declare const TimePicker: {
|
|
|
3951
3955
|
onDisplayIndexChange?: undefined;
|
|
3952
3956
|
}>;
|
|
3953
3957
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
3954
|
-
onPanelVisibleChange:
|
|
3958
|
+
onPanelVisibleChange: (newVisible: boolean) => void;
|
|
3955
3959
|
onInputClear: (e: Event) => void;
|
|
3956
3960
|
onPanelSelect: (value: import("dayjs").Dayjs | Array<import("dayjs").Dayjs | undefined>) => void;
|
|
3957
3961
|
onPanelConfirm: (value: import("dayjs").Dayjs | import("dayjs").Dayjs[]) => void;
|
|
3958
3962
|
onPanelClick: () => void;
|
|
3959
3963
|
}, {}, {}, {}, {
|
|
3960
3964
|
type: "time" | "time-range";
|
|
3965
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
3966
|
+
disabled: boolean;
|
|
3961
3967
|
error: boolean;
|
|
3962
3968
|
readonly: boolean;
|
|
3963
3969
|
popupVisible: boolean;
|
|
3964
3970
|
defaultPopupVisible: boolean;
|
|
3965
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
3966
|
-
disabled: boolean;
|
|
3967
3971
|
unmountOnClose: boolean;
|
|
3968
3972
|
allowClear: boolean;
|
|
3969
3973
|
format: string;
|
|
@@ -4092,7 +4096,7 @@ declare const TimePicker: {
|
|
|
4092
4096
|
onDisplayIndexChange?: undefined;
|
|
4093
4097
|
}>;
|
|
4094
4098
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4095
|
-
onPanelVisibleChange:
|
|
4099
|
+
onPanelVisibleChange: (newVisible: boolean) => void;
|
|
4096
4100
|
onInputClear: (e: Event) => void;
|
|
4097
4101
|
onPanelSelect: (value: import("dayjs").Dayjs | Array<import("dayjs").Dayjs | undefined>) => void;
|
|
4098
4102
|
onPanelConfirm: (value: import("dayjs").Dayjs | import("dayjs").Dayjs[]) => void;
|
|
@@ -4106,12 +4110,12 @@ declare const TimePicker: {
|
|
|
4106
4110
|
'update:popupVisible': (_visible: boolean) => true;
|
|
4107
4111
|
}, string, {
|
|
4108
4112
|
type: "time" | "time-range";
|
|
4113
|
+
position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
|
|
4114
|
+
disabled: boolean;
|
|
4109
4115
|
error: boolean;
|
|
4110
4116
|
readonly: boolean;
|
|
4111
4117
|
popupVisible: boolean;
|
|
4112
4118
|
defaultPopupVisible: boolean;
|
|
4113
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
4114
|
-
disabled: boolean;
|
|
4115
4119
|
unmountOnClose: boolean;
|
|
4116
4120
|
allowClear: boolean;
|
|
4117
4121
|
format: string;
|
|
@@ -4265,10 +4269,10 @@ declare const TimePicker: {
|
|
|
4265
4269
|
};
|
|
4266
4270
|
}>> & Readonly<{
|
|
4267
4271
|
onHide?: (() => any) | undefined;
|
|
4272
|
+
onShow?: (() => any) | undefined;
|
|
4268
4273
|
onResize?: (() => any) | undefined;
|
|
4269
4274
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4270
4275
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4271
|
-
onShow?: (() => any) | undefined;
|
|
4272
4276
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4273
4277
|
'update:popupVisible': (_visible: boolean) => true;
|
|
4274
4278
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -4276,12 +4280,12 @@ declare const TimePicker: {
|
|
|
4276
4280
|
hide: () => true;
|
|
4277
4281
|
resize: () => true;
|
|
4278
4282
|
}, import("vue").PublicProps, {
|
|
4283
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
4284
|
+
disabled: boolean;
|
|
4279
4285
|
autoFitPosition: boolean;
|
|
4280
4286
|
popupVisible: boolean;
|
|
4281
4287
|
defaultPopupVisible: boolean;
|
|
4282
4288
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
4283
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
4284
|
-
disabled: boolean;
|
|
4285
4289
|
popupOffset: number;
|
|
4286
4290
|
showArrow: boolean;
|
|
4287
4291
|
alignPoint: boolean;
|
|
@@ -4456,17 +4460,17 @@ declare const TimePicker: {
|
|
|
4456
4460
|
};
|
|
4457
4461
|
}>> & Readonly<{
|
|
4458
4462
|
onHide?: (() => any) | undefined;
|
|
4463
|
+
onShow?: (() => any) | undefined;
|
|
4459
4464
|
onResize?: (() => any) | undefined;
|
|
4460
4465
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4461
4466
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4462
|
-
onShow?: (() => any) | undefined;
|
|
4463
4467
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
4468
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
4469
|
+
disabled: boolean;
|
|
4464
4470
|
autoFitPosition: boolean;
|
|
4465
4471
|
popupVisible: boolean;
|
|
4466
4472
|
defaultPopupVisible: boolean;
|
|
4467
4473
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
4468
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
4469
|
-
disabled: boolean;
|
|
4470
4474
|
popupOffset: number;
|
|
4471
4475
|
showArrow: boolean;
|
|
4472
4476
|
alignPoint: boolean;
|
|
@@ -4638,10 +4642,10 @@ declare const TimePicker: {
|
|
|
4638
4642
|
};
|
|
4639
4643
|
}>> & Readonly<{
|
|
4640
4644
|
onHide?: (() => any) | undefined;
|
|
4645
|
+
onShow?: (() => any) | undefined;
|
|
4641
4646
|
onResize?: (() => any) | undefined;
|
|
4642
4647
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4643
4648
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4644
|
-
onShow?: (() => any) | undefined;
|
|
4645
4649
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4646
4650
|
'update:popupVisible': (_visible: boolean) => true;
|
|
4647
4651
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -4649,12 +4653,12 @@ declare const TimePicker: {
|
|
|
4649
4653
|
hide: () => true;
|
|
4650
4654
|
resize: () => true;
|
|
4651
4655
|
}, string, {
|
|
4656
|
+
position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
|
|
4657
|
+
disabled: boolean;
|
|
4652
4658
|
autoFitPosition: boolean;
|
|
4653
4659
|
popupVisible: boolean;
|
|
4654
4660
|
defaultPopupVisible: boolean;
|
|
4655
4661
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
4656
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
4657
|
-
disabled: boolean;
|
|
4658
4662
|
popupOffset: number;
|
|
4659
4663
|
showArrow: boolean;
|
|
4660
4664
|
alignPoint: boolean;
|
|
@@ -4766,9 +4770,9 @@ declare const TimePicker: {
|
|
|
4766
4770
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4767
4771
|
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4768
4772
|
}>, {
|
|
4773
|
+
disabled: boolean;
|
|
4769
4774
|
error: boolean;
|
|
4770
4775
|
readonly: boolean;
|
|
4771
|
-
disabled: boolean;
|
|
4772
4776
|
allowClear: boolean;
|
|
4773
4777
|
focused: boolean;
|
|
4774
4778
|
}, {}, {
|
|
@@ -4786,7 +4790,7 @@ declare const TimePicker: {
|
|
|
4786
4790
|
};
|
|
4787
4791
|
}>, {
|
|
4788
4792
|
prefixCls: string;
|
|
4789
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
4793
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4790
4794
|
prefix: {
|
|
4791
4795
|
type: StringConstructor;
|
|
4792
4796
|
};
|
|
@@ -4798,8 +4802,10 @@ declare const TimePicker: {
|
|
|
4798
4802
|
type: BooleanConstructor;
|
|
4799
4803
|
default: boolean;
|
|
4800
4804
|
};
|
|
4801
|
-
}>> & Readonly<{
|
|
4802
|
-
|
|
4805
|
+
}>> & Readonly<{
|
|
4806
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
4807
|
+
}>, {
|
|
4808
|
+
size: "medium" | "large" | "small" | "mini";
|
|
4803
4809
|
disabled: boolean;
|
|
4804
4810
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4805
4811
|
IconClose: {
|
|
@@ -5528,10 +5534,10 @@ declare const TimePicker: {
|
|
|
5528
5534
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
5529
5535
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
5530
5536
|
}>, {
|
|
5537
|
+
disabled: boolean | boolean[];
|
|
5531
5538
|
error: boolean;
|
|
5532
5539
|
readonly: boolean;
|
|
5533
5540
|
value: (import("dayjs").Dayjs | undefined)[];
|
|
5534
|
-
disabled: boolean | boolean[];
|
|
5535
5541
|
placeholder: string[];
|
|
5536
5542
|
allowClear: boolean;
|
|
5537
5543
|
focused: boolean;
|
|
@@ -5550,7 +5556,7 @@ declare const TimePicker: {
|
|
|
5550
5556
|
};
|
|
5551
5557
|
}>, {
|
|
5552
5558
|
prefixCls: string;
|
|
5553
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
5559
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5554
5560
|
prefix: {
|
|
5555
5561
|
type: StringConstructor;
|
|
5556
5562
|
};
|
|
@@ -5562,8 +5568,10 @@ declare const TimePicker: {
|
|
|
5562
5568
|
type: BooleanConstructor;
|
|
5563
5569
|
default: boolean;
|
|
5564
5570
|
};
|
|
5565
|
-
}>> & Readonly<{
|
|
5566
|
-
|
|
5571
|
+
}>> & Readonly<{
|
|
5572
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
5573
|
+
}>, {
|
|
5574
|
+
size: "medium" | "large" | "small" | "mini";
|
|
5567
5575
|
disabled: boolean;
|
|
5568
5576
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5569
5577
|
IconClose: {
|
|
@@ -6204,7 +6212,7 @@ declare const TimePicker: {
|
|
|
6204
6212
|
hideDisabledOptions: boolean;
|
|
6205
6213
|
}, {
|
|
6206
6214
|
prefixCls: string;
|
|
6207
|
-
t: (key: string, ...args:
|
|
6215
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
6208
6216
|
hours: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
6209
6217
|
minutes: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
6210
6218
|
seconds: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
@@ -6517,11 +6525,11 @@ declare const TimePicker: {
|
|
|
6517
6525
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6518
6526
|
click: (_ev: MouseEvent) => true;
|
|
6519
6527
|
}, import("vue").PublicProps, {
|
|
6520
|
-
autofocus: boolean;
|
|
6521
6528
|
disabled: boolean;
|
|
6529
|
+
autofocus: boolean;
|
|
6522
6530
|
loading: boolean;
|
|
6523
6531
|
long: boolean;
|
|
6524
|
-
htmlType: "
|
|
6532
|
+
htmlType: "button" | "reset" | "submit";
|
|
6525
6533
|
}, true, {}, {}, {
|
|
6526
6534
|
IconLoading: {
|
|
6527
6535
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6694,11 +6702,11 @@ declare const TimePicker: {
|
|
|
6694
6702
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
6695
6703
|
handleClick: (ev: MouseEvent) => void;
|
|
6696
6704
|
}, {}, {}, {}, {
|
|
6697
|
-
autofocus: boolean;
|
|
6698
6705
|
disabled: boolean;
|
|
6706
|
+
autofocus: boolean;
|
|
6699
6707
|
loading: boolean;
|
|
6700
6708
|
long: boolean;
|
|
6701
|
-
htmlType: "
|
|
6709
|
+
htmlType: "button" | "reset" | "submit";
|
|
6702
6710
|
}>;
|
|
6703
6711
|
__isFragment?: never;
|
|
6704
6712
|
__isTeleport?: never;
|
|
@@ -6748,11 +6756,11 @@ declare const TimePicker: {
|
|
|
6748
6756
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6749
6757
|
click: (_ev: MouseEvent) => true;
|
|
6750
6758
|
}, string, {
|
|
6751
|
-
autofocus: boolean;
|
|
6752
6759
|
disabled: boolean;
|
|
6760
|
+
autofocus: boolean;
|
|
6753
6761
|
loading: boolean;
|
|
6754
6762
|
long: boolean;
|
|
6755
|
-
htmlType: "
|
|
6763
|
+
htmlType: "button" | "reset" | "submit";
|
|
6756
6764
|
}, {}, string, {}, {
|
|
6757
6765
|
IconLoading: {
|
|
6758
6766
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6964,7 +6972,7 @@ declare const TimePicker: {
|
|
|
6964
6972
|
hideDisabledOptions: boolean;
|
|
6965
6973
|
}, {
|
|
6966
6974
|
prefixCls: string;
|
|
6967
|
-
t: (key: string, ...args:
|
|
6975
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
6968
6976
|
hours: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
6969
6977
|
minutes: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
6970
6978
|
seconds: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
@@ -7277,11 +7285,11 @@ declare const TimePicker: {
|
|
|
7277
7285
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7278
7286
|
click: (_ev: MouseEvent) => true;
|
|
7279
7287
|
}, import("vue").PublicProps, {
|
|
7280
|
-
autofocus: boolean;
|
|
7281
7288
|
disabled: boolean;
|
|
7289
|
+
autofocus: boolean;
|
|
7282
7290
|
loading: boolean;
|
|
7283
7291
|
long: boolean;
|
|
7284
|
-
htmlType: "
|
|
7292
|
+
htmlType: "button" | "reset" | "submit";
|
|
7285
7293
|
}, true, {}, {}, {
|
|
7286
7294
|
IconLoading: {
|
|
7287
7295
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7454,11 +7462,11 @@ declare const TimePicker: {
|
|
|
7454
7462
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
7455
7463
|
handleClick: (ev: MouseEvent) => void;
|
|
7456
7464
|
}, {}, {}, {}, {
|
|
7457
|
-
autofocus: boolean;
|
|
7458
7465
|
disabled: boolean;
|
|
7466
|
+
autofocus: boolean;
|
|
7459
7467
|
loading: boolean;
|
|
7460
7468
|
long: boolean;
|
|
7461
|
-
htmlType: "
|
|
7469
|
+
htmlType: "button" | "reset" | "submit";
|
|
7462
7470
|
}>;
|
|
7463
7471
|
__isFragment?: never;
|
|
7464
7472
|
__isTeleport?: never;
|
|
@@ -7508,11 +7516,11 @@ declare const TimePicker: {
|
|
|
7508
7516
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7509
7517
|
click: (_ev: MouseEvent) => true;
|
|
7510
7518
|
}, string, {
|
|
7511
|
-
autofocus: boolean;
|
|
7512
7519
|
disabled: boolean;
|
|
7520
|
+
autofocus: boolean;
|
|
7513
7521
|
loading: boolean;
|
|
7514
7522
|
long: boolean;
|
|
7515
|
-
htmlType: "
|
|
7523
|
+
htmlType: "button" | "reset" | "submit";
|
|
7516
7524
|
}, {}, string, {}, {
|
|
7517
7525
|
IconLoading: {
|
|
7518
7526
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
package/es/time-picker/panel.js
CHANGED
|
@@ -93,6 +93,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
93
93
|
}, 8, ["disabled", "onClick"])], 2)) : createCommentVNode("", true)
|
|
94
94
|
], 64);
|
|
95
95
|
}
|
|
96
|
-
var panel_default =
|
|
96
|
+
var panel_default = /*#__PURE__*/ _plugin_vue_export_helper_default(panel_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
|
|
97
97
|
//#endregion
|
|
98
98
|
export { panel_default as default };
|
|
@@ -22,7 +22,7 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
22
22
|
hideDisabledOptions: boolean;
|
|
23
23
|
}, {
|
|
24
24
|
prefixCls: string;
|
|
25
|
-
t: (key: string, ...args:
|
|
25
|
+
t: (key: string, ...args: unknown[]) => string;
|
|
26
26
|
hours: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
27
27
|
minutes: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
28
28
|
seconds: import("vue").ComputedRef<import("./interface").TimeList>;
|
|
@@ -335,11 +335,11 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
335
335
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
336
336
|
click: (_ev: MouseEvent) => true;
|
|
337
337
|
}, import("vue").PublicProps, {
|
|
338
|
-
autofocus: boolean;
|
|
339
338
|
disabled: boolean;
|
|
339
|
+
autofocus: boolean;
|
|
340
340
|
loading: boolean;
|
|
341
341
|
long: boolean;
|
|
342
|
-
htmlType: "
|
|
342
|
+
htmlType: "button" | "reset" | "submit";
|
|
343
343
|
}, true, {}, {}, {
|
|
344
344
|
IconLoading: {
|
|
345
345
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -512,11 +512,11 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
512
512
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
513
513
|
handleClick: (ev: MouseEvent) => void;
|
|
514
514
|
}, {}, {}, {}, {
|
|
515
|
-
autofocus: boolean;
|
|
516
515
|
disabled: boolean;
|
|
516
|
+
autofocus: boolean;
|
|
517
517
|
loading: boolean;
|
|
518
518
|
long: boolean;
|
|
519
|
-
htmlType: "
|
|
519
|
+
htmlType: "button" | "reset" | "submit";
|
|
520
520
|
}>;
|
|
521
521
|
__isFragment?: never;
|
|
522
522
|
__isTeleport?: never;
|
|
@@ -566,11 +566,11 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
566
566
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
567
567
|
click: (_ev: MouseEvent) => true;
|
|
568
568
|
}, string, {
|
|
569
|
-
autofocus: boolean;
|
|
570
569
|
disabled: boolean;
|
|
570
|
+
autofocus: boolean;
|
|
571
571
|
loading: boolean;
|
|
572
572
|
long: boolean;
|
|
573
|
-
htmlType: "
|
|
573
|
+
htmlType: "button" | "reset" | "submit";
|
|
574
574
|
}, {}, string, {}, {
|
|
575
575
|
IconLoading: {
|
|
576
576
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|