@sdata/web-vue 4.5.1 → 4.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_components/{icon-hover.vue.d.ts → icon-hover.vue.d.vue.ts} +1 -1
- package/es/_components/input-label/{input-label.vue.d.ts → input-label.vue.d.vue.ts} +12 -10
- package/es/_components/picker/{input-range.vue.d.ts → input-range.vue.d.vue.ts} +12 -12
- package/es/_components/picker/{input.vue.d.ts → input.vue.d.vue.ts} +7 -7
- package/es/_components/{resize-trigger.vue.d.ts → resize-trigger.vue.d.vue.ts} +2 -2
- package/es/_components/select-view/{select-view.vue.d.ts → select-view.vue.d.vue.ts} +15 -13
- package/es/_components/virtual-list/{virtual-list.vue.d.ts → virtual-list.vue.d.vue.ts} +45 -33
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/color.d.ts +5 -5
- package/es/_utils/constant.d.ts +8 -8
- package/es/_utils/date.d.ts +8 -8
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/dom.d.ts +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/_utils/throttle-by-raf.d.ts +1 -1
- package/es/_utils/vue-utils.d.ts +4 -4
- package/es/affix/{affix.vue.d.ts → affix.vue.d.vue.ts} +2 -1
- package/es/alert/{alert.vue.d.ts → alert.vue.d.vue.ts} +7 -7
- package/es/alert/index.d.ts +17 -17
- package/es/anchor/{anchor.vue.d.ts → anchor.vue.d.vue.ts} +5 -5
- package/es/anchor/index.d.ts +15 -15
- package/es/anchor/utils.d.ts +2 -2
- package/es/auto-complete/{auto-complete.vue.d.ts → auto-complete.vue.d.vue.ts} +134 -132
- package/es/auto-complete/index.d.ts +392 -392
- package/es/avatar/index.d.ts +29 -29
- package/es/back-top/index.d.ts +3 -3
- package/es/badge/{badge.vue.d.ts → badge.vue.d.vue.ts} +2 -2
- package/es/basic-crud-table/{basic-crud-modal.vue.d.ts → basic-crud-modal.vue.d.vue.ts} +98 -98
- package/es/basic-crud-table/basic-crud-table.vue.d.vue.ts +935 -0
- package/es/basic-crud-table/index.d.ts +1394 -1394
- package/es/border-beam/index.d.ts +3 -3
- package/es/breadcrumb/index.d.ts +6 -6
- package/es/button/{button.vue.d.ts → button.vue.d.vue.ts} +5 -5
- package/es/button/constants.d.ts +1 -1
- package/es/button/index.d.ts +39 -39
- package/es/calendar/components/{index.vue.d.ts → index.vue.d.vue.ts} +68 -68
- package/es/calendar/core/config.d.ts +52 -68
- package/es/calendar/core/events.d.ts +1 -1
- package/es/calendar/core/i18n.d.ts +1 -1
- package/es/calendar/core/index.d.ts +4 -4
- package/es/calendar/core/props-definitions.d.ts +178 -263
- package/es/calendar/core/view.d.ts +11 -5
- package/es/calendar/index.d.ts +141 -141
- package/es/calendar/modules/drag-and-drop.d.ts +1 -1
- package/es/calendar/utils/conversions.d.ts +3 -3
- package/es/calendar/utils/date.d.ts +44 -22
- package/es/calendar/utils/special-hours-allow-events.d.ts +16 -16
- package/es/card/{card-meta.vue.d.ts → card-meta.vue.d.vue.ts} +1 -1
- package/es/card/index.d.ts +18 -18
- package/es/carousel/{carousel.vue.d.ts → carousel.vue.d.vue.ts} +14 -11
- package/es/carousel/index.d.ts +24 -24
- package/es/cascader/{cascader-panel.vue.d.ts → cascader-panel.vue.d.vue.ts} +4 -4
- package/es/cascader/{cascader.vue.d.ts → cascader.vue.d.vue.ts} +29 -29
- package/es/cascader/hooks/use-selected-path.d.ts +1 -1
- package/es/checkbox/index.d.ts +15 -15
- package/es/clamp/index.d.ts +46 -46
- package/es/collapse/{collapse.vue.d.ts → collapse.vue.d.vue.ts} +4 -4
- package/es/collapse/index.d.ts +10 -10
- package/es/color-picker/{color-picker.vue.d.ts → color-picker.vue.d.vue.ts} +23 -23
- package/es/color-picker/{control-bar.vue.d.ts → control-bar.vue.d.vue.ts} +2 -2
- package/es/color-picker/index.d.ts +64 -64
- package/es/color-picker/utils.d.ts +8 -8
- package/es/comment/{comment.vue.d.ts → comment.vue.d.vue.ts} +8 -8
- package/es/comment/index.d.ts +15 -15
- package/es/config-provider/index.d.ts +57 -57
- package/es/cropper/index.d.ts +44 -44
- package/es/date-picker/hooks/use-format.d.ts +2 -2
- package/es/date-picker/hooks/use-is-disabled-date.d.ts +1 -1
- package/es/date-picker/index.d.ts +343 -343
- package/es/date-picker/panels/date/{index.vue.d.ts → index.vue.d.vue.ts} +12 -12
- package/es/date-picker/panels/{shortcuts.vue.d.ts → shortcuts.vue.d.vue.ts} +2 -2
- package/es/date-picker/{picker-panel.vue.d.ts → picker-panel.vue.d.vue.ts} +23 -23
- package/es/date-picker/{picker.vue.d.ts → picker.vue.d.vue.ts} +214 -214
- package/es/date-picker/{range-picker-panel.vue.d.ts → range-picker-panel.vue.d.vue.ts} +34 -34
- package/es/date-picker/{range-picker.vue.d.ts → range-picker.vue.d.vue.ts} +256 -256
- package/es/descriptions/{descriptions.vue.d.ts → descriptions.vue.d.vue.ts} +8 -8
- package/es/descriptions/index.d.ts +39 -39
- package/es/divider/index.d.ts +9 -9
- package/es/drawer/{drawer.vue.d.ts → drawer.vue.d.vue.ts} +23 -23
- package/es/drawer/index.d.ts +79 -78
- package/es/drawer/utils.d.ts +1 -1
- package/es/dropdown/{dropdown-button.vue.d.ts → dropdown-button.vue.d.vue.ts} +9 -9
- package/es/dropdown/{dropdown-option.vue.d.ts → dropdown-option.vue.d.vue.ts} +3 -3
- package/es/dropdown/{dropdown-submenu.vue.d.ts → dropdown-submenu.vue.d.vue.ts} +10 -10
- package/es/dropdown/{dropdown.vue.d.ts → dropdown.vue.d.vue.ts} +7 -7
- package/es/dropdown/index.d.ts +86 -86
- package/es/ellipsis/{ellipsis.vue.d.ts → ellipsis.vue.d.vue.ts} +3 -3
- package/es/ellipsis/index.d.ts +12 -12
- package/es/ellipsis/{performant-ellipsis.vue.d.ts → performant-ellipsis.vue.d.vue.ts} +3 -3
- package/es/file-previewer/index.d.ts +18 -102
- package/es/form/{form-item.vue.d.ts → form-item.vue.d.vue.ts} +11 -11
- package/es/form/{form.vue.d.ts → form.vue.d.vue.ts} +6 -6
- package/es/form/index.d.ts +41 -41
- package/es/form/interface.d.ts +2 -2
- package/es/form/utils.d.ts +1 -1
- package/es/grid/{grid-col.vue.d.ts → grid-col.vue.d.vue.ts} +2 -2
- package/es/grid/{grid-row.vue.d.ts → grid-row.vue.d.vue.ts} +8 -8
- package/es/grid/index.d.ts +24 -24
- package/es/icon/sd-vue-icon.d.ts +2 -1
- package/es/icon-component/{icon-font.vue.d.ts → icon-font.vue.d.vue.ts} +2 -2
- package/es/icon-component/{icon.vue.d.ts → icon.vue.d.vue.ts} +2 -2
- package/es/icon-component/index.d.ts +5 -4
- package/es/image/{image.vue.d.ts → image.vue.d.vue.ts} +11 -11
- package/es/image/{preview.vue.d.ts → preview.vue.d.vue.ts} +7 -5
- package/es/input/index.d.ts +407 -407
- package/es/input/{input-password.vue.d.ts → input-password.vue.d.vue.ts} +8 -6
- package/es/input/{input-search.vue.d.ts → input-search.vue.d.vue.ts} +118 -116
- package/es/input/{input.vue.d.ts → input.vue.d.vue.ts} +18 -16
- package/es/input-mask/index.d.ts +35 -35
- package/es/input-number/index.d.ts +388 -388
- package/es/input-number/{input-number.vue.d.ts → input-number.vue.d.vue.ts} +132 -130
- package/es/input-tag/index.d.ts +55 -55
- package/es/input-tag/{input-tag.vue.d.ts → input-tag.vue.d.vue.ts} +25 -23
- package/es/json-form/index.d.ts +33 -33
- package/es/json-form/{json-form.vue.d.ts → json-form.vue.d.vue.ts} +17 -10
- package/es/json-form/types.d.ts +28 -28
- package/es/kv-list/constants.d.ts +1 -1
- package/es/kv-list/index.d.ts +9 -283
- package/es/layout/index.d.ts +41 -41
- package/es/layout/{sider.vue.d.ts → sider.vue.d.vue.ts} +15 -15
- package/es/link/index.d.ts +18 -18
- package/es/link/{link.vue.d.ts → link.vue.d.vue.ts} +5 -5
- package/es/list/index.d.ts +663 -663
- package/es/list/{list.vue.d.ts → list.vue.d.vue.ts} +168 -167
- package/es/mention/index.d.ts +678 -678
- package/es/mention/{mention.vue.d.ts → mention.vue.d.vue.ts} +235 -233
- package/es/menu/{base-menu.vue.d.ts → base-menu.vue.d.vue.ts} +24 -24
- package/es/menu/hooks/use-menu-data-collector.d.ts +2 -2
- package/es/menu/{item.vue.d.ts → item.vue.d.vue.ts} +3 -2
- package/es/menu/{menu.vue.d.ts → menu.vue.d.vue.ts} +8 -8
- package/es/message/index.d.ts +2 -2
- package/es/message/interface.d.ts +1 -1
- package/es/message/{message.vue.d.ts → message.vue.d.vue.ts} +4 -4
- package/es/modal/index.d.ts +82 -80
- package/es/modal/{modal.vue.d.ts → modal.vue.d.vue.ts} +25 -25
- package/es/model-selector/index.d.ts +6 -6
- package/es/model-selector/model-selector-trigger-element.vue.d.vue.ts +7 -0
- package/es/model-selector/types.d.ts +1 -1
- package/es/notification/index.d.ts +2 -2
- package/es/notification/interface.d.ts +1 -1
- package/es/notification/{notification-list.vue.d.ts → notification-list.vue.d.vue.ts} +3 -3
- package/es/notification/{notification.vue.d.ts → notification.vue.d.vue.ts} +3 -3
- package/es/number-flow/index.d.ts +5 -5
- package/es/pagination/index.d.ts +14 -14
- package/es/pagination/interface.d.ts +1 -1
- package/es/popconfirm/index.d.ts +31 -31
- package/es/popconfirm/{popconfirm.vue.d.ts → popconfirm.vue.d.vue.ts} +6 -6
- package/es/popover/index.d.ts +26 -26
- package/es/popover/{popover.vue.d.ts → popover.vue.d.vue.ts} +5 -5
- package/es/progress/{circle.vue.d.ts → circle.vue.d.vue.ts} +3 -3
- package/es/progress/index.d.ts +15 -15
- package/es/progress/{line.vue.d.ts → line.vue.d.vue.ts} +9 -9
- package/es/progress/{progress.vue.d.ts → progress.vue.d.vue.ts} +5 -5
- package/es/qr-code/index.d.ts +39 -39
- package/es/qr-code/{qr-code.vue.d.ts → qr-code.vue.d.vue.ts} +12 -12
- package/es/radio/context.d.ts +1 -1
- package/es/radio/index.d.ts +33 -33
- package/es/rate/index.d.ts +23 -23
- package/es/rate/{rate.vue.d.ts → rate.vue.d.vue.ts} +9 -9
- package/es/resize-box/index.d.ts +23 -23
- package/es/resize-box/{resize-box.vue.d.ts → resize-box.vue.d.vue.ts} +11 -11
- package/es/result/index.d.ts +3 -3
- package/es/result/{result.vue.d.ts → result.vue.d.vue.ts} +1 -1
- package/es/result/utils.d.ts +1 -1
- package/es/rich-text-editor/index.d.ts +29 -29
- package/es/rich-text-editor/{rich-text-editor.vue.d.ts → rich-text-editor.vue.d.vue.ts} +49 -30
- package/es/scrollbar/index.d.ts +33 -33
- package/es/scrollbar/{scrollbar.vue.d.ts → scrollbar.vue.d.vue.ts} +19 -19
- package/es/select/hooks/use-options.d.ts +9 -9
- package/es/select/hooks/use-select.d.ts +11 -11
- package/es/select/index.d.ts +147 -147
- package/es/select/{select.vue.d.ts → select.vue.d.vue.ts} +49 -49
- package/es/select/utils.d.ts +4 -4
- package/es/sender/index.d.ts +14 -14
- package/es/sender/{sender-switch.vue.d.ts → sender-switch.vue.d.vue.ts} +2 -2
- package/es/skeleton/index.d.ts +4 -4
- package/es/skeleton/{shape.vue.d.ts → shape.vue.d.vue.ts} +3 -3
- package/es/slider/index.d.ts +21 -21
- package/es/slider/{slider-button.vue.d.ts → slider-button.vue.d.vue.ts} +5 -5
- package/es/space/index.d.ts +9 -9
- package/es/split/index.d.ts +34 -34
- package/es/split/{split.vue.d.ts → split.vue.d.vue.ts} +17 -17
- package/es/statistic/index.d.ts +15 -15
- package/es/steps/index.d.ts +20 -20
- package/es/steps/interface.d.ts +2 -2
- package/es/steps/{step.vue.d.ts → step.vue.d.vue.ts} +2 -2
- package/es/steps/{steps.vue.d.ts → steps.vue.d.vue.ts} +4 -4
- package/es/style/color/palette-dark.d.ts +4 -1
- package/es/style/color/palette.d.ts +4 -1
- package/es/switch/index.d.ts +29 -29
- package/es/switch/{switch.vue.d.ts → switch.vue.d.vue.ts} +15 -15
- package/es/table/hooks/use-drag.d.ts +1 -1
- package/es/table/hooks/use-expand.d.ts +3 -3
- package/es/table/hooks/use-row-selection.d.ts +4 -4
- package/es/table/hooks/use-sorter.d.ts +3 -3
- package/es/table/index.d.ts +181 -181
- package/es/table/interface.d.ts +1 -1
- package/es/table/{table-column.vue.d.ts → table-column.vue.d.vue.ts} +8 -8
- package/es/table/{table-td.vue.d.ts → table-td.vue.d.vue.ts} +5 -5
- package/es/table/{table.vue.d.ts → table.vue.d.vue.ts} +51 -51
- package/es/table/utils.d.ts +1 -1
- package/es/tabs/index.d.ts +58 -58
- package/es/tabs/{tabs-nav-ink.vue.d.ts → tabs-nav-ink.vue.d.vue.ts} +2 -1
- package/es/tabs/{tabs-nav.vue.d.ts → tabs-nav.vue.d.vue.ts} +3 -3
- package/es/tabs/{tabs.vue.d.ts → tabs.vue.d.vue.ts} +19 -19
- package/es/tabs/utils.d.ts +1 -1
- package/es/tag/index.d.ts +39 -39
- package/es/tag/interface.d.ts +1 -1
- package/es/tag/{tag.vue.d.ts → tag.vue.d.vue.ts} +14 -14
- package/es/tag-group/index.d.ts +3 -3
- package/es/tag-group/{tag-group.vue.d.ts → tag-group.vue.d.vue.ts} +1 -1
- package/es/textarea/index.d.ts +25 -25
- package/es/textarea/{textarea.vue.d.ts → textarea.vue.d.vue.ts} +10 -10
- package/es/theme-provider/index.d.ts +12 -12
- package/es/time-picker/hooks/use-time-state.d.ts +4 -4
- package/es/time-picker/index.d.ts +60 -60
- package/es/time-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +14 -14
- package/es/time-picker/{range-panel.vue.d.ts → range-panel.vue.d.vue.ts} +6 -6
- package/es/time-picker/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +2 -2
- package/es/time-picker/{time-picker.vue.d.ts → time-picker.vue.d.vue.ts} +22 -22
- package/es/timeline/index.d.ts +9 -9
- package/es/toolbar/index.d.ts +5 -5
- package/es/tooltip/index.d.ts +14 -14
- package/es/tour/index.d.ts +23 -23
- package/es/transfer/index.d.ts +23 -23
- package/es/transfer/{transfer-list-item.vue.d.ts → transfer-list-item.vue.d.vue.ts} +4 -4
- package/es/transfer/{transfer-view.vue.d.ts → transfer-view.vue.d.vue.ts} +7 -5
- package/es/tree/hooks/use-draggable.d.ts +1 -1
- package/es/tree/hooks/use-tree-data.d.ts +40 -40
- package/es/tree/{node.vue.d.ts → node.vue.d.vue.ts} +2 -2
- package/es/tree/{tree.vue.d.ts → tree.vue.d.vue.ts} +93 -93
- package/es/tree-select/{panel.vue.d.ts → panel.vue.d.vue.ts} +4 -4
- package/es/tree-select/{tree-select.vue.d.ts → tree-select.vue.d.vue.ts} +52 -52
- package/es/trigger/index.d.ts +40 -40
- package/es/typography/{base.vue.d.ts → base.vue.d.vue.ts} +17 -17
- package/es/typography/index.d.ts +9 -9
- package/es/typography/{paragraph.vue.d.ts → paragraph.vue.d.vue.ts} +3 -3
- package/es/typography/{text.vue.d.ts → text.vue.d.vue.ts} +2 -2
- package/es/upload/index.d.ts +41 -41
- package/es/upload/{upload.vue.d.ts → upload.vue.d.vue.ts} +24 -20
- package/es/upload/utils.d.ts +1 -1
- package/es/verification-code/index.d.ts +20 -20
- package/es/verification-code/{verification-code.vue.d.ts → verification-code.vue.d.vue.ts} +7 -7
- package/es/watermark/hooks/use-theme.d.ts +2 -2
- package/es/watermark/index.d.ts +9 -9
- package/json/web-types.json +1 -1
- package/package.json +2 -2
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +0 -935
- package/es/model-selector/model-selector-trigger-element.vue.d.ts +0 -7
- package/es/_components/auto-tooltip/{auto-tooltip.vue.d.ts → auto-tooltip.vue.d.vue.ts} +0 -0
- package/es/_components/{client-only.vue.d.ts → client-only.vue.d.vue.ts} +0 -0
- package/es/_components/{feedback-icon.vue.d.ts → feedback-icon.vue.d.vue.ts} +0 -0
- package/es/_components/{resize-observer.vue.d.ts → resize-observer.vue.d.vue.ts} +0 -0
- package/es/_components/transition/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
- package/es/anchor/{anchor-link.vue.d.ts → anchor-link.vue.d.vue.ts} +0 -0
- package/es/avatar/{avatar-group.vue.d.ts → avatar-group.vue.d.vue.ts} +0 -0
- package/es/avatar/{avatar.vue.d.ts → avatar.vue.d.vue.ts} +2 -2
- package/es/back-top/{back-top.vue.d.ts → back-top.vue.d.vue.ts} +1 -1
- package/es/bloom-menu/{bloom-menu.vue.d.ts → bloom-menu.vue.d.vue.ts} +2 -2
- package/es/border-beam/{border-beam.vue.d.ts → border-beam.vue.d.vue.ts} +1 -1
- package/es/breadcrumb/{breadcrumb-item.vue.d.ts → breadcrumb-item.vue.d.vue.ts} +0 -0
- package/es/breadcrumb/{breadcrumb.vue.d.ts → breadcrumb.vue.d.vue.ts} +0 -0
- package/es/button/{button-group.vue.d.ts → button-group.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{body.vue.d.ts → body.vue.d.vue.ts} +19 -19
- package/es/calendar/components/{cell.vue.d.ts → cell.vue.d.vue.ts} +35 -35
- package/es/calendar/components/{event.vue.d.ts → event.vue.d.vue.ts} +4 -4
- package/es/calendar/components/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{headings-bar.vue.d.ts → headings-bar.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +0 -0
- package/es/card/{card-actions.vue.d.ts → card-actions.vue.d.vue.ts} +0 -0
- package/es/card/{card-grid.vue.d.ts → card-grid.vue.d.vue.ts} +0 -0
- package/es/card/{card.vue.d.ts → card.vue.d.vue.ts} +3 -3
- package/es/carousel/{carousel-arrow.vue.d.ts → carousel-arrow.vue.d.vue.ts} +3 -3
- package/es/carousel/{carousel-indicator.vue.d.ts → carousel-indicator.vue.d.vue.ts} +2 -2
- package/es/carousel/{carousel-item.vue.d.ts → carousel-item.vue.d.vue.ts} +0 -0
- package/es/cascader/{base-cascader-panel.vue.d.ts → base-cascader-panel.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-column.vue.d.ts → cascader-column.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-option.vue.d.ts → cascader-option.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-search-panel.vue.d.ts → cascader-search-panel.vue.d.vue.ts} +1 -1
- package/es/checkbox/{checkbox-group.vue.d.ts → checkbox-group.vue.d.vue.ts} +2 -2
- package/es/checkbox/{checkbox.vue.d.ts → checkbox.vue.d.vue.ts} +2 -2
- package/es/checkbox/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
- package/es/collapse/{collapse-item.vue.d.ts → collapse-item.vue.d.vue.ts} +0 -0
- package/es/color-picker/{gradient-thumb.vue.d.ts → gradient-thumb.vue.d.vue.ts} +0 -0
- package/es/color-picker/{palette.vue.d.ts → palette.vue.d.vue.ts} +0 -0
- package/es/color-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +3 -3
- package/es/config-provider/{config-provider.vue.d.ts → config-provider.vue.d.vue.ts} +5 -5
- package/es/config-provider/{theme-provider.vue.d.ts → theme-provider.vue.d.vue.ts} +1 -1
- package/es/copy/{copy.vue.d.ts → copy.vue.d.vue.ts} +0 -0
- package/es/cropper/{cropper.vue.d.ts → cropper.vue.d.vue.ts} +17 -17
- package/es/date-picker/panels/{body.vue.d.ts → body.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/{footer.vue.d.ts → footer.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/month/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/quarter/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/week/{index.vue.d.ts → index.vue.d.vue.ts} +3 -3
- package/es/date-picker/panels/{week-list.vue.d.ts → week-list.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/year/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/pickers/{date-picker.vue.d.ts → date-picker.vue.d.vue.ts} +3 -3
- package/es/date-picker/pickers/{month-picker.vue.d.ts → month-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{quarter-picker.vue.d.ts → quarter-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{week-picker.vue.d.ts → week-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{year-picker.vue.d.ts → year-picker.vue.d.vue.ts} +0 -0
- package/es/descriptions/{descriptions-item.vue.d.ts → descriptions-item.vue.d.vue.ts} +0 -0
- package/es/divider/{divider.vue.d.ts → divider.vue.d.vue.ts} +0 -0
- package/es/dropdown/{dropdown-group.vue.d.ts → dropdown-group.vue.d.vue.ts} +0 -0
- package/es/dropdown/{dropdown-panel.vue.d.ts → dropdown-panel.vue.d.vue.ts} +3 -3
- package/es/empty/{empty.vue.d.ts → empty.vue.d.vue.ts} +0 -0
- package/es/file-previewer/{file-previewer.vue.d.ts → file-previewer.vue.d.vue.ts} +4 -4
- package/es/form/{form-item-label.vue.d.ts → form-item-label.vue.d.vue.ts} +1 -1
- package/es/form/{form-item-message.vue.d.ts → form-item-message.vue.d.vue.ts} +0 -0
- package/es/grid/{grid-item.vue.d.ts → grid-item.vue.d.vue.ts} +0 -0
- package/es/grid/{grid.vue.d.ts → grid.vue.d.vue.ts} +1 -1
- package/es/icon/icon-align-center/{icon-align-center.vue.d.ts → icon-align-center.vue.d.vue.ts} +0 -0
- package/es/icon/icon-align-left/{icon-align-left.vue.d.ts → icon-align-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-align-right/{icon-align-right.vue.d.ts → icon-align-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-alipay-circle/{icon-alipay-circle.vue.d.ts → icon-alipay-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-apps/{icon-apps.vue.d.ts → icon-apps.vue.d.vue.ts} +0 -0
- package/es/icon/icon-archive/{icon-archive.vue.d.ts → icon-archive.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-down/{icon-arrow-down.vue.d.ts → icon-arrow-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-fall/{icon-arrow-fall.vue.d.ts → icon-arrow-fall.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-left/{icon-arrow-left.vue.d.ts → icon-arrow-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-right/{icon-arrow-right.vue.d.ts → icon-arrow-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-rise/{icon-arrow-rise.vue.d.ts → icon-arrow-rise.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-up/{icon-arrow-up.vue.d.ts → icon-arrow-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-at/{icon-at.vue.d.ts → icon-at.vue.d.vue.ts} +0 -0
- package/es/icon/icon-attachment/{icon-attachment.vue.d.ts → icon-attachment.vue.d.vue.ts} +0 -0
- package/es/icon/icon-backward/{icon-backward.vue.d.ts → icon-backward.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bar-chart/{icon-bar-chart.vue.d.ts → icon-bar-chart.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bg-colors/{icon-bg-colors.vue.d.ts → icon-bg-colors.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bold/{icon-bold.vue.d.ts → icon-bold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-book/{icon-book.vue.d.ts → icon-book.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bookmark/{icon-bookmark.vue.d.ts → icon-bookmark.vue.d.vue.ts} +0 -0
- package/es/icon/icon-branch/{icon-branch.vue.d.ts → icon-branch.vue.d.vue.ts} +0 -0
- package/es/icon/icon-brush/{icon-brush.vue.d.ts → icon-brush.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bug/{icon-bug.vue.d.ts → icon-bug.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bulb/{icon-bulb.vue.d.ts → icon-bulb.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bytedance-color/{icon-bytedance-color.vue.d.ts → icon-bytedance-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-calendar/{icon-calendar.vue.d.ts → icon-calendar.vue.d.vue.ts} +0 -0
- package/es/icon/icon-calendar-clock/{icon-calendar-clock.vue.d.ts → icon-calendar-clock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-camera/{icon-camera.vue.d.ts → icon-camera.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-down/{icon-caret-down.vue.d.ts → icon-caret-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-left/{icon-caret-left.vue.d.ts → icon-caret-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-right/{icon-caret-right.vue.d.ts → icon-caret-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-up/{icon-caret-up.vue.d.ts → icon-caret-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-circle/{icon-check-circle.vue.d.ts → icon-check-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-circle-fill/{icon-check-circle-fill.vue.d.ts → icon-check-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-square/{icon-check-square.vue.d.ts → icon-check-square.vue.d.vue.ts} +0 -0
- package/es/icon/icon-chinese-fill/{icon-chinese-fill.vue.d.ts → icon-chinese-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-clock-circle/{icon-clock-circle.vue.d.ts → icon-clock-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close/{icon-close.vue.d.ts → icon-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close-circle/{icon-close-circle.vue.d.ts → icon-close-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close-circle-fill/{icon-close-circle-fill.vue.d.ts → icon-close-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-cloud/{icon-cloud.vue.d.ts → icon-cloud.vue.d.vue.ts} +0 -0
- package/es/icon/icon-cloud-download/{icon-cloud-download.vue.d.ts → icon-cloud-download.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code/{icon-code.vue.d.ts → icon-code.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-block/{icon-code-block.vue.d.ts → icon-code-block.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-sandbox/{icon-code-sandbox.vue.d.ts → icon-code-sandbox.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-square/{icon-code-square.vue.d.ts → icon-code-square.vue.d.vue.ts} +0 -0
- package/es/icon/icon-codepen/{icon-codepen.vue.d.ts → icon-codepen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-command/{icon-command.vue.d.ts → icon-command.vue.d.vue.ts} +0 -0
- package/es/icon/icon-common/{icon-common.vue.d.ts → icon-common.vue.d.vue.ts} +0 -0
- package/es/icon/icon-compass/{icon-compass.vue.d.ts → icon-compass.vue.d.vue.ts} +0 -0
- package/es/icon/icon-computer/{icon-computer.vue.d.ts → icon-computer.vue.d.vue.ts} +0 -0
- package/es/icon/icon-copy/{icon-copy.vue.d.ts → icon-copy.vue.d.vue.ts} +0 -0
- package/es/icon/icon-copyright/{icon-copyright.vue.d.ts → icon-copyright.vue.d.vue.ts} +0 -0
- package/es/icon/icon-customer-service/{icon-customer-service.vue.d.ts → icon-customer-service.vue.d.vue.ts} +0 -0
- package/es/icon/icon-dashboard/{icon-dashboard.vue.d.ts → icon-dashboard.vue.d.vue.ts} +0 -0
- package/es/icon/icon-delete/{icon-delete.vue.d.ts → icon-delete.vue.d.vue.ts} +0 -0
- package/es/icon/icon-desktop/{icon-desktop.vue.d.ts → icon-desktop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-dice/{icon-dice.vue.d.ts → icon-dice.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-down/{icon-double-down.vue.d.ts → icon-double-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-left/{icon-double-left.vue.d.ts → icon-double-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-right/{icon-double-right.vue.d.ts → icon-double-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-up/{icon-double-up.vue.d.ts → icon-double-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-down/{icon-down.vue.d.ts → icon-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-down-circle/{icon-down-circle.vue.d.ts → icon-down-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-download/{icon-download.vue.d.ts → icon-download.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-arrow/{icon-drag-arrow.vue.d.ts → icon-drag-arrow.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-dot/{icon-drag-dot.vue.d.ts → icon-drag-dot.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-dot-vertical/{icon-drag-dot-vertical.vue.d.ts → icon-drag-dot-vertical.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drive-file/{icon-drive-file.vue.d.ts → icon-drive-file.vue.d.vue.ts} +0 -0
- package/es/icon/icon-ear/{icon-ear.vue.d.ts → icon-ear.vue.d.vue.ts} +0 -0
- package/es/icon/icon-edit/{icon-edit.vue.d.ts → icon-edit.vue.d.vue.ts} +0 -0
- package/es/icon/icon-email/{icon-email.vue.d.ts → icon-email.vue.d.vue.ts} +0 -0
- package/es/icon/icon-empty/{icon-empty.vue.d.ts → icon-empty.vue.d.vue.ts} +0 -0
- package/es/icon/icon-english-fill/{icon-english-fill.vue.d.ts → icon-english-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eraser/{icon-eraser.vue.d.ts → icon-eraser.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation/{icon-exclamation.vue.d.ts → icon-exclamation.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-circle/{icon-exclamation-circle.vue.d.ts → icon-exclamation-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-circle-fill/{icon-exclamation-circle-fill.vue.d.ts → icon-exclamation-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-polygon-fill/{icon-exclamation-polygon-fill.vue.d.ts → icon-exclamation-polygon-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-expand/{icon-expand.vue.d.ts → icon-expand.vue.d.vue.ts} +0 -0
- package/es/icon/icon-experiment/{icon-experiment.vue.d.ts → icon-experiment.vue.d.vue.ts} +0 -0
- package/es/icon/icon-export/{icon-export.vue.d.ts → icon-export.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eye/{icon-eye.vue.d.ts → icon-eye.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eye-invisible/{icon-eye-invisible.vue.d.ts → icon-eye-invisible.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-frown-fill/{icon-face-frown-fill.vue.d.ts → icon-face-frown-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-meh-fill/{icon-face-meh-fill.vue.d.ts → icon-face-meh-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-smile-fill/{icon-face-smile-fill.vue.d.ts → icon-face-smile-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook/{icon-facebook.vue.d.ts → icon-facebook.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook-circle-fill/{icon-facebook-circle-fill.vue.d.ts → icon-facebook-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook-square-fill/{icon-facebook-square-fill.vue.d.ts → icon-facebook-square-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file/{icon-file.vue.d.ts → icon-file.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-audio/{icon-file-audio.vue.d.ts → icon-file-audio.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-image/{icon-file-image.vue.d.ts → icon-file-image.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-pdf/{icon-file-pdf.vue.d.ts → icon-file-pdf.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-video/{icon-file-video.vue.d.ts → icon-file-video.vue.d.vue.ts} +0 -0
- package/es/icon/icon-filter/{icon-filter.vue.d.ts → icon-filter.vue.d.vue.ts} +0 -0
- package/es/icon/icon-find-replace/{icon-find-replace.vue.d.ts → icon-find-replace.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fire/{icon-fire.vue.d.ts → icon-fire.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder/{icon-folder.vue.d.ts → icon-folder.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder-add/{icon-folder-add.vue.d.ts → icon-folder-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder-delete/{icon-folder-delete.vue.d.ts → icon-folder-delete.vue.d.vue.ts} +0 -0
- package/es/icon/icon-font-colors/{icon-font-colors.vue.d.ts → icon-font-colors.vue.d.vue.ts} +0 -0
- package/es/icon/icon-formula/{icon-formula.vue.d.ts → icon-formula.vue.d.vue.ts} +0 -0
- package/es/icon/icon-forward/{icon-forward.vue.d.ts → icon-forward.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fullscreen/{icon-fullscreen.vue.d.ts → icon-fullscreen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fullscreen-exit/{icon-fullscreen-exit.vue.d.ts → icon-fullscreen-exit.vue.d.vue.ts} +0 -0
- package/es/icon/icon-gift/{icon-gift.vue.d.ts → icon-gift.vue.d.vue.ts} +0 -0
- package/es/icon/icon-github/{icon-github.vue.d.ts → icon-github.vue.d.vue.ts} +0 -0
- package/es/icon/icon-gitlab/{icon-gitlab.vue.d.ts → icon-gitlab.vue.d.vue.ts} +0 -0
- package/es/icon/icon-google/{icon-google.vue.d.ts → icon-google.vue.d.vue.ts} +0 -0
- package/es/icon/icon-google-circle-fill/{icon-google-circle-fill.vue.d.ts → icon-google-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h1/{icon-h1.vue.d.ts → icon-h1.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h2/{icon-h2.vue.d.ts → icon-h2.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h3/{icon-h3.vue.d.ts → icon-h3.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h4/{icon-h4.vue.d.ts → icon-h4.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h5/{icon-h5.vue.d.ts → icon-h5.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h6/{icon-h6.vue.d.ts → icon-h6.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h7/{icon-h7.vue.d.ts → icon-h7.vue.d.vue.ts} +0 -0
- package/es/icon/icon-heart/{icon-heart.vue.d.ts → icon-heart.vue.d.vue.ts} +0 -0
- package/es/icon/icon-heart-fill/{icon-heart-fill.vue.d.ts → icon-heart-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-highlight/{icon-highlight.vue.d.ts → icon-highlight.vue.d.vue.ts} +0 -0
- package/es/icon/icon-history/{icon-history.vue.d.ts → icon-history.vue.d.vue.ts} +0 -0
- package/es/icon/icon-home/{icon-home.vue.d.ts → icon-home.vue.d.vue.ts} +0 -0
- package/es/icon/icon-idcard/{icon-idcard.vue.d.ts → icon-idcard.vue.d.vue.ts} +0 -0
- package/es/icon/icon-image/{icon-image.vue.d.ts → icon-image.vue.d.vue.ts} +0 -0
- package/es/icon/icon-image-close/{icon-image-close.vue.d.ts → icon-image-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-import/{icon-import.vue.d.ts → icon-import.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info/{icon-info.vue.d.ts → icon-info.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info-circle/{icon-info-circle.vue.d.ts → icon-info-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info-circle-fill/{icon-info-circle-fill.vue.d.ts → icon-info-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-interaction/{icon-interaction.vue.d.ts → icon-interaction.vue.d.vue.ts} +0 -0
- package/es/icon/icon-italic/{icon-italic.vue.d.ts → icon-italic.vue.d.vue.ts} +0 -0
- package/es/icon/icon-language/{icon-language.vue.d.ts → icon-language.vue.d.vue.ts} +0 -0
- package/es/icon/icon-lark-color/{icon-lark-color.vue.d.ts → icon-lark-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-launch/{icon-launch.vue.d.ts → icon-launch.vue.d.vue.ts} +0 -0
- package/es/icon/icon-layers/{icon-layers.vue.d.ts → icon-layers.vue.d.vue.ts} +0 -0
- package/es/icon/icon-layout/{icon-layout.vue.d.ts → icon-layout.vue.d.vue.ts} +0 -0
- package/es/icon/icon-left/{icon-left.vue.d.ts → icon-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-left-circle/{icon-left-circle.vue.d.ts → icon-left-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-line-height/{icon-line-height.vue.d.ts → icon-line-height.vue.d.vue.ts} +0 -0
- package/es/icon/icon-link/{icon-link.vue.d.ts → icon-link.vue.d.vue.ts} +0 -0
- package/es/icon/icon-list/{icon-list.vue.d.ts → icon-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-live-broadcast/{icon-live-broadcast.vue.d.ts → icon-live-broadcast.vue.d.vue.ts} +0 -0
- package/es/icon/icon-loading/{icon-loading.vue.d.ts → icon-loading.vue.d.vue.ts} +0 -0
- package/es/icon/icon-location/{icon-location.vue.d.ts → icon-location.vue.d.vue.ts} +0 -0
- package/es/icon/icon-lock/{icon-lock.vue.d.ts → icon-lock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-loop/{icon-loop.vue.d.ts → icon-loop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-man/{icon-man.vue.d.ts → icon-man.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu/{icon-menu.vue.d.ts → icon-menu.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu-fold/{icon-menu-fold.vue.d.ts → icon-menu-fold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu-unfold/{icon-menu-unfold.vue.d.ts → icon-menu-unfold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-message/{icon-message.vue.d.ts → icon-message.vue.d.vue.ts} +0 -0
- package/es/icon/icon-message-banned/{icon-message-banned.vue.d.ts → icon-message-banned.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mind-mapping/{icon-mind-mapping.vue.d.ts → icon-mind-mapping.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus/{icon-minus.vue.d.ts → icon-minus.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus-circle/{icon-minus-circle.vue.d.ts → icon-minus-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus-circle-fill/{icon-minus-circle-fill.vue.d.ts → icon-minus-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mobile/{icon-mobile.vue.d.ts → icon-mobile.vue.d.vue.ts} +0 -0
- package/es/icon/icon-moon/{icon-moon.vue.d.ts → icon-moon.vue.d.vue.ts} +0 -0
- package/es/icon/icon-moon-fill/{icon-moon-fill.vue.d.ts → icon-moon-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-more/{icon-more.vue.d.ts → icon-more.vue.d.vue.ts} +0 -0
- package/es/icon/icon-more-vertical/{icon-more-vertical.vue.d.ts → icon-more-vertical.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mosaic/{icon-mosaic.vue.d.ts → icon-mosaic.vue.d.vue.ts} +0 -0
- package/es/icon/icon-music/{icon-music.vue.d.ts → icon-music.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mute/{icon-mute.vue.d.ts → icon-mute.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mute-fill/{icon-mute-fill.vue.d.ts → icon-mute-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-nav/{icon-nav.vue.d.ts → icon-nav.vue.d.vue.ts} +0 -0
- package/es/icon/icon-notification/{icon-notification.vue.d.ts → icon-notification.vue.d.vue.ts} +0 -0
- package/es/icon/icon-notification-close/{icon-notification-close.vue.d.ts → icon-notification-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-oblique-line/{icon-oblique-line.vue.d.ts → icon-oblique-line.vue.d.vue.ts} +0 -0
- package/es/icon/icon-ordered-list/{icon-ordered-list.vue.d.ts → icon-ordered-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-original-size/{icon-original-size.vue.d.ts → icon-original-size.vue.d.vue.ts} +0 -0
- package/es/icon/icon-palette/{icon-palette.vue.d.ts → icon-palette.vue.d.vue.ts} +0 -0
- package/es/icon/icon-paste/{icon-paste.vue.d.ts → icon-paste.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause/{icon-pause.vue.d.ts → icon-pause.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause-circle/{icon-pause-circle.vue.d.ts → icon-pause-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause-circle-fill/{icon-pause-circle-fill.vue.d.ts → icon-pause-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pen/{icon-pen.vue.d.ts → icon-pen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pen-fill/{icon-pen-fill.vue.d.ts → icon-pen-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-phone/{icon-phone.vue.d.ts → icon-phone.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-arrow/{icon-play-arrow.vue.d.ts → icon-play-arrow.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-arrow-fill/{icon-play-arrow-fill.vue.d.ts → icon-play-arrow-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-circle/{icon-play-circle.vue.d.ts → icon-play-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-circle-fill/{icon-play-circle-fill.vue.d.ts → icon-play-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus/{icon-plus.vue.d.ts → icon-plus.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus-circle/{icon-plus-circle.vue.d.ts → icon-plus-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus-circle-fill/{icon-plus-circle-fill.vue.d.ts → icon-plus-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-poweroff/{icon-poweroff.vue.d.ts → icon-poweroff.vue.d.vue.ts} +0 -0
- package/es/icon/icon-printer/{icon-printer.vue.d.ts → icon-printer.vue.d.vue.ts} +0 -0
- package/es/icon/icon-public/{icon-public.vue.d.ts → icon-public.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pushpin/{icon-pushpin.vue.d.ts → icon-pushpin.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq/{icon-qq.vue.d.ts → icon-qq.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq-circle-fill/{icon-qq-circle-fill.vue.d.ts → icon-qq-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq-zone/{icon-qq-zone.vue.d.ts → icon-qq-zone.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qrcode/{icon-qrcode.vue.d.ts → icon-qrcode.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question/{icon-question.vue.d.ts → icon-question.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question-circle/{icon-question-circle.vue.d.ts → icon-question-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question-circle-fill/{icon-question-circle-fill.vue.d.ts → icon-question-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-quote/{icon-quote.vue.d.ts → icon-quote.vue.d.vue.ts} +0 -0
- package/es/icon/icon-record/{icon-record.vue.d.ts → icon-record.vue.d.vue.ts} +0 -0
- package/es/icon/icon-record-stop/{icon-record-stop.vue.d.ts → icon-record-stop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-redo/{icon-redo.vue.d.ts → icon-redo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-refresh/{icon-refresh.vue.d.ts → icon-refresh.vue.d.vue.ts} +0 -0
- package/es/icon/icon-relation/{icon-relation.vue.d.ts → icon-relation.vue.d.vue.ts} +0 -0
- package/es/icon/icon-reply/{icon-reply.vue.d.ts → icon-reply.vue.d.vue.ts} +0 -0
- package/es/icon/icon-right/{icon-right.vue.d.ts → icon-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-right-circle/{icon-right-circle.vue.d.ts → icon-right-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-robot/{icon-robot.vue.d.ts → icon-robot.vue.d.vue.ts} +0 -0
- package/es/icon/icon-robot-add/{icon-robot-add.vue.d.ts → icon-robot-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-rotate-left/{icon-rotate-left.vue.d.ts → icon-rotate-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-rotate-right/{icon-rotate-right.vue.d.ts → icon-rotate-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-safe/{icon-safe.vue.d.ts → icon-safe.vue.d.vue.ts} +0 -0
- package/es/icon/icon-save/{icon-save.vue.d.ts → icon-save.vue.d.vue.ts} +0 -0
- package/es/icon/icon-scan/{icon-scan.vue.d.ts → icon-scan.vue.d.vue.ts} +0 -0
- package/es/icon/icon-schedule/{icon-schedule.vue.d.ts → icon-schedule.vue.d.vue.ts} +0 -0
- package/es/icon/icon-scissor/{icon-scissor.vue.d.ts → icon-scissor.vue.d.vue.ts} +0 -0
- package/es/icon/icon-search/{icon-search.vue.d.ts → icon-search.vue.d.vue.ts} +0 -0
- package/es/icon/icon-select-all/{icon-select-all.vue.d.ts → icon-select-all.vue.d.vue.ts} +0 -0
- package/es/icon/icon-send/{icon-send.vue.d.ts → icon-send.vue.d.vue.ts} +0 -0
- package/es/icon/icon-settings/{icon-settings.vue.d.ts → icon-settings.vue.d.vue.ts} +0 -0
- package/es/icon/icon-shake/{icon-shake.vue.d.ts → icon-shake.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-alt/{icon-share-alt.vue.d.ts → icon-share-alt.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-external/{icon-share-external.vue.d.ts → icon-share-external.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-internal/{icon-share-internal.vue.d.ts → icon-share-internal.vue.d.vue.ts} +0 -0
- package/es/icon/icon-shrink/{icon-shrink.vue.d.ts → icon-shrink.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skin/{icon-skin.vue.d.ts → icon-skin.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-next/{icon-skip-next.vue.d.ts → icon-skip-next.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-next-fill/{icon-skip-next-fill.vue.d.ts → icon-skip-next-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-previous/{icon-skip-previous.vue.d.ts → icon-skip-previous.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-previous-fill/{icon-skip-previous-fill.vue.d.ts → icon-skip-previous-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort/{icon-sort.vue.d.ts → icon-sort.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort-ascending/{icon-sort-ascending.vue.d.ts → icon-sort-ascending.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort-descending/{icon-sort-descending.vue.d.ts → icon-sort-descending.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sound/{icon-sound.vue.d.ts → icon-sound.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sound-fill/{icon-sound-fill.vue.d.ts → icon-sound-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-stamp/{icon-stamp.vue.d.ts → icon-stamp.vue.d.vue.ts} +0 -0
- package/es/icon/icon-star/{icon-star.vue.d.ts → icon-star.vue.d.vue.ts} +0 -0
- package/es/icon/icon-star-fill/{icon-star-fill.vue.d.ts → icon-star-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-stop/{icon-stop.vue.d.ts → icon-stop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-storage/{icon-storage.vue.d.ts → icon-storage.vue.d.vue.ts} +0 -0
- package/es/icon/icon-strikethrough/{icon-strikethrough.vue.d.ts → icon-strikethrough.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribe/{icon-subscribe.vue.d.ts → icon-subscribe.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribe-add/{icon-subscribe-add.vue.d.ts → icon-subscribe-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribed/{icon-subscribed.vue.d.ts → icon-subscribed.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sun/{icon-sun.vue.d.ts → icon-sun.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sun-fill/{icon-sun-fill.vue.d.ts → icon-sun-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-swap/{icon-swap.vue.d.ts → icon-swap.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sync/{icon-sync.vue.d.ts → icon-sync.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tag/{icon-tag.vue.d.ts → icon-tag.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tags/{icon-tags.vue.d.ts → icon-tags.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-down/{icon-thumb-down.vue.d.ts → icon-thumb-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-down-fill/{icon-thumb-down-fill.vue.d.ts → icon-thumb-down-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-up/{icon-thumb-up.vue.d.ts → icon-thumb-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-up-fill/{icon-thumb-up-fill.vue.d.ts → icon-thumb-up-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thunderbolt/{icon-thunderbolt.vue.d.ts → icon-thunderbolt.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tiktok-color/{icon-tiktok-color.vue.d.ts → icon-tiktok-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-bottom/{icon-to-bottom.vue.d.ts → icon-to-bottom.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-left/{icon-to-left.vue.d.ts → icon-to-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-right/{icon-to-right.vue.d.ts → icon-to-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-top/{icon-to-top.vue.d.ts → icon-to-top.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tool/{icon-tool.vue.d.ts → icon-tool.vue.d.vue.ts} +0 -0
- package/es/icon/icon-translate/{icon-translate.vue.d.ts → icon-translate.vue.d.vue.ts} +0 -0
- package/es/icon/icon-trophy/{icon-trophy.vue.d.ts → icon-trophy.vue.d.vue.ts} +0 -0
- package/es/icon/icon-twitter/{icon-twitter.vue.d.ts → icon-twitter.vue.d.vue.ts} +0 -0
- package/es/icon/icon-twitter-circle-fill/{icon-twitter-circle-fill.vue.d.ts → icon-twitter-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-underline/{icon-underline.vue.d.ts → icon-underline.vue.d.vue.ts} +0 -0
- package/es/icon/icon-undo/{icon-undo.vue.d.ts → icon-undo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-unlock/{icon-unlock.vue.d.ts → icon-unlock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-unordered-list/{icon-unordered-list.vue.d.ts → icon-unordered-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-up/{icon-up.vue.d.ts → icon-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-up-circle/{icon-up-circle.vue.d.ts → icon-up-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-upload/{icon-upload.vue.d.ts → icon-upload.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user/{icon-user.vue.d.ts → icon-user.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user-add/{icon-user-add.vue.d.ts → icon-user-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user-group/{icon-user-group.vue.d.ts → icon-user-group.vue.d.vue.ts} +0 -0
- package/es/icon/icon-video-camera/{icon-video-camera.vue.d.ts → icon-video-camera.vue.d.vue.ts} +0 -0
- package/es/icon/icon-voice/{icon-voice.vue.d.ts → icon-voice.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wechat/{icon-wechat.vue.d.ts → icon-wechat.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wechatpay/{icon-wechatpay.vue.d.ts → icon-wechatpay.vue.d.vue.ts} +0 -0
- package/es/icon/icon-weibo/{icon-weibo.vue.d.ts → icon-weibo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-weibo-circle-fill/{icon-weibo-circle-fill.vue.d.ts → icon-weibo-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wifi/{icon-wifi.vue.d.ts → icon-wifi.vue.d.vue.ts} +0 -0
- package/es/icon/icon-woman/{icon-woman.vue.d.ts → icon-woman.vue.d.vue.ts} +0 -0
- package/es/icon/icon-xigua-color/{icon-xigua-color.vue.d.ts → icon-xigua-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-zoom-in/{icon-zoom-in.vue.d.ts → icon-zoom-in.vue.d.vue.ts} +0 -0
- package/es/icon/icon-zoom-out/{icon-zoom-out.vue.d.ts → icon-zoom-out.vue.d.vue.ts} +0 -0
- package/es/image/{image-footer.vue.d.ts → image-footer.vue.d.vue.ts} +0 -0
- package/es/image/{preview-action.vue.d.ts → preview-action.vue.d.vue.ts} +0 -0
- package/es/image/{preview-arrow.vue.d.ts → preview-arrow.vue.d.vue.ts} +0 -0
- package/es/image/{preview-group.vue.d.ts → preview-group.vue.d.vue.ts} +5 -5
- package/es/image/{preview-toolbar.vue.d.ts → preview-toolbar.vue.d.vue.ts} +0 -0
- package/es/input/{input-group.vue.d.ts → input-group.vue.d.vue.ts} +0 -0
- package/es/input-mask/{input-mask.vue.d.ts → input-mask.vue.d.vue.ts} +13 -13
- package/es/json-form/{json-form-component.vue.d.ts → json-form-component.vue.d.vue.ts} +0 -0
- package/es/json-form/{json-form-item.vue.d.ts → json-form-item.vue.d.vue.ts} +1 -1
- package/es/kv-list/{kv-list-row.vue.d.ts → kv-list-row.vue.d.vue.ts} +2 -2
- package/es/kv-list/{kv-list.vue.d.ts → kv-list.vue.d.vue.ts} +2 -2
- package/es/layout/{content.vue.d.ts → content.vue.d.vue.ts} +0 -0
- package/es/layout/{footer.vue.d.ts → footer.vue.d.vue.ts} +0 -0
- package/es/layout/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/layout/{layout.vue.d.ts → layout.vue.d.vue.ts} +0 -0
- package/es/list/{list-item-meta.vue.d.ts → list-item-meta.vue.d.vue.ts} +0 -0
- package/es/list/{list-item.vue.d.ts → list-item.vue.d.vue.ts} +0 -0
- package/es/menu/{indent.vue.d.ts → indent.vue.d.vue.ts} +0 -0
- package/es/menu/{item-group.vue.d.ts → item-group.vue.d.vue.ts} +0 -0
- package/es/menu/{overflow-wrap.vue.d.ts → overflow-wrap.vue.d.vue.ts} +0 -0
- package/es/menu/{sub-menu-inline.vue.d.ts → sub-menu-inline.vue.d.vue.ts} +0 -0
- package/es/menu/{sub-menu-pop.vue.d.ts → sub-menu-pop.vue.d.vue.ts} +1 -1
- package/es/menu/{sub-menu.vue.d.ts → sub-menu.vue.d.vue.ts} +2 -2
- package/es/message/{message-list.vue.d.ts → message-list.vue.d.vue.ts} +3 -3
- package/es/model-selector/{model-selector-content.vue.d.ts → model-selector-content.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-dialog.vue.d.ts → model-selector-dialog.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-empty.vue.d.ts → model-selector-empty.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-group.vue.d.ts → model-selector-group.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-input.vue.d.ts → model-selector-input.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-item.vue.d.ts → model-selector-item.vue.d.vue.ts} +2 -2
- package/es/model-selector/{model-selector-list.vue.d.ts → model-selector-list.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-logo-group.vue.d.ts → model-selector-logo-group.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-logo.vue.d.ts → model-selector-logo.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-name.vue.d.ts → model-selector-name.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-separator.vue.d.ts → model-selector-separator.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-shortcut.vue.d.ts → model-selector-shortcut.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-trigger.vue.d.ts → model-selector-trigger.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector.vue.d.ts → model-selector.vue.d.vue.ts} +0 -0
- package/es/number-flow/{number-flow-group.vue.d.ts → number-flow-group.vue.d.vue.ts} +0 -0
- package/es/number-flow/{number-flow.vue.d.ts → number-flow.vue.d.vue.ts} +2 -2
- package/es/page-header/{page-header.vue.d.ts → page-header.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-item-ellipsis.vue.d.ts → page-item-ellipsis.vue.d.vue.ts} +1 -1
- package/es/pagination/{page-item-step.vue.d.ts → page-item-step.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-item.vue.d.ts → page-item.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-jumper.vue.d.ts → page-jumper.vue.d.vue.ts} +1 -1
- package/es/pagination/{page-options.vue.d.ts → page-options.vue.d.vue.ts} +0 -0
- package/es/pagination/{pagination.vue.d.ts → pagination.vue.d.vue.ts} +4 -4
- package/es/progress/{steps.vue.d.ts → steps.vue.d.vue.ts} +2 -2
- package/es/qr-code/{qr-code-status.vue.d.ts → qr-code-status.vue.d.vue.ts} +0 -0
- package/es/radio/{radio-group.vue.d.ts → radio-group.vue.d.vue.ts} +3 -3
- package/es/radio/{radio.vue.d.ts → radio.vue.d.vue.ts} +3 -3
- package/es/regex-vis/{regex-vis.vue.d.ts → regex-vis.vue.d.vue.ts} +2 -2
- package/es/result/{403.vue.d.ts → 403.vue.d.vue.ts} +0 -0
- package/es/result/{404.vue.d.ts → 404.vue.d.vue.ts} +0 -0
- package/es/result/{500.vue.d.ts → 500.vue.d.vue.ts} +0 -0
- package/es/rich-text-editor/{rich-text-node-renderer.vue.d.ts → rich-text-node-renderer.vue.d.vue.ts} +2 -2
- package/es/secret/{secret.vue.d.ts → secret.vue.d.vue.ts} +0 -0
- package/es/select/{select-dropdown.vue.d.ts → select-dropdown.vue.d.vue.ts} +3 -3
- package/es/selectable-card/{selectable-card.vue.d.ts → selectable-card.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-header.vue.d.ts → sender-header.vue.d.vue.ts} +3 -3
- package/es/sender/{sender-recording-icon.vue.d.ts → sender-recording-icon.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-skill-tag.vue.d.ts → sender-skill-tag.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-stop-loading-icon.vue.d.ts → sender-stop-loading-icon.vue.d.vue.ts} +0 -0
- package/es/skeleton/{line.vue.d.ts → line.vue.d.vue.ts} +1 -1
- package/es/skeleton/{skeleton.vue.d.ts → skeleton.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-dots.vue.d.ts → slider-dots.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-input.vue.d.ts → slider-input.vue.d.vue.ts} +3 -3
- package/es/slider/{slider-marks.vue.d.ts → slider-marks.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-ticks.vue.d.ts → slider-ticks.vue.d.vue.ts} +0 -0
- package/es/slider/{slider.vue.d.ts → slider.vue.d.vue.ts} +6 -6
- package/es/space/{space.vue.d.ts → space.vue.d.vue.ts} +0 -0
- package/es/spin/{dot-loading.vue.d.ts → dot-loading.vue.d.vue.ts} +0 -0
- package/es/spin/{spin.vue.d.ts → spin.vue.d.vue.ts} +0 -0
- package/es/statistic/{countdown.vue.d.ts → countdown.vue.d.vue.ts} +2 -2
- package/es/statistic/{statistic.vue.d.ts → statistic.vue.d.vue.ts} +3 -3
- package/es/table/{table-operation-td.vue.d.ts → table-operation-td.vue.d.vue.ts} +2 -2
- package/es/table/{table-operation-th.vue.d.ts → table-operation-th.vue.d.vue.ts} +1 -1
- package/es/table/{table-tbody.vue.d.ts → table-tbody.vue.d.vue.ts} +0 -0
- package/es/table/{table-th.vue.d.ts → table-th.vue.d.vue.ts} +1 -1
- package/es/table/{table-thead.vue.d.ts → table-thead.vue.d.vue.ts} +0 -0
- package/es/table/{table-tr.vue.d.ts → table-tr.vue.d.vue.ts} +0 -0
- package/es/tabs/{tab-pane.vue.d.ts → tab-pane.vue.d.vue.ts} +0 -0
- package/es/tabs/{tabs-button.vue.d.ts → tabs-button.vue.d.vue.ts} +1 -1
- package/es/tabs/{tabs-tab.vue.d.ts → tabs-tab.vue.d.vue.ts} +0 -0
- package/es/thinking-orb/{thinking-orb.vue.d.ts → thinking-orb.vue.d.vue.ts} +0 -0
- package/es/timeline/{item.vue.d.ts → item.vue.d.vue.ts} +1 -1
- package/es/timeline/{timeline.vue.d.ts → timeline.vue.d.vue.ts} +0 -0
- package/es/toolbar/{toolbar.vue.d.ts → toolbar.vue.d.vue.ts} +2 -2
- package/es/tooltip/{tooltip.vue.d.ts → tooltip.vue.d.vue.ts} +5 -5
- package/es/tour/{tour.vue.d.ts → tour.vue.d.vue.ts} +7 -7
- package/es/transfer/{transfer.vue.d.ts → transfer.vue.d.vue.ts} +8 -8
- package/es/tree/{base-node.vue.d.ts → base-node.vue.d.vue.ts} +4 -4
- package/es/tree/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
- package/es/tree/{node-switcher.vue.d.ts → node-switcher.vue.d.vue.ts} +0 -0
- package/es/tree/{transition-node-list.vue.d.ts → transition-node-list.vue.d.vue.ts} +0 -0
- package/es/trigger/{trigger.vue.d.ts → trigger.vue.d.vue.ts} +6 -6
- package/es/typography/{edit-content.vue.d.ts → edit-content.vue.d.vue.ts} +2 -2
- package/es/typography/{operations.vue.d.ts → operations.vue.d.vue.ts} +4 -4
- package/es/typography/{title.vue.d.ts → title.vue.d.vue.ts} +0 -0
- package/es/typography/{typography-content.vue.d.ts → typography-content.vue.d.vue.ts} +0 -0
- package/es/typography/{typography-operations.vue.d.ts → typography-operations.vue.d.vue.ts} +0 -0
- package/es/typography/{typography.vue.d.ts → typography.vue.d.vue.ts} +0 -0
- package/es/typography/utils/{inner-text-renderer.vue.d.ts → inner-text-renderer.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-button.vue.d.ts → upload-button.vue.d.vue.ts} +3 -3
- package/es/upload/{upload-list-item.vue.d.ts → upload-list-item.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-list.vue.d.ts → upload-list.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-picture-item.vue.d.ts → upload-picture-item.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-progress.vue.d.ts → upload-progress.vue.d.vue.ts} +0 -0
- package/es/watermark/{watermark.vue.d.ts → watermark.vue.d.vue.ts} +3 -3
|
@@ -57,7 +57,7 @@ declare var __VLS_10: {
|
|
|
57
57
|
default: () => never[];
|
|
58
58
|
};
|
|
59
59
|
shortcutsPosition: {
|
|
60
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
60
|
+
type: PropType<import("./interface").RangePickerProps['shortcutsPosition']>;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
63
|
format: {
|
|
@@ -75,7 +75,7 @@ declare var __VLS_10: {
|
|
|
75
75
|
type: PropType<import("./interface").RangeDisabledTime>;
|
|
76
76
|
};
|
|
77
77
|
timePickerProps: {
|
|
78
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
78
|
+
type: PropType<import("./interface").RangePickerProps['timePickerProps']>;
|
|
79
79
|
};
|
|
80
80
|
hideTrigger: {
|
|
81
81
|
type: BooleanConstructor;
|
|
@@ -99,10 +99,10 @@ declare var __VLS_10: {
|
|
|
99
99
|
type: BooleanConstructor;
|
|
100
100
|
};
|
|
101
101
|
startHeaderMode: {
|
|
102
|
-
type: PropType<
|
|
102
|
+
type: PropType<'year' | 'month'>;
|
|
103
103
|
};
|
|
104
104
|
endHeaderMode: {
|
|
105
|
-
type: PropType<
|
|
105
|
+
type: PropType<'year' | 'month'>;
|
|
106
106
|
};
|
|
107
107
|
abbreviation: {
|
|
108
108
|
type: BooleanConstructor;
|
|
@@ -120,45 +120,45 @@ declare var __VLS_10: {
|
|
|
120
120
|
type: PropType<Dayjs>;
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{
|
|
123
|
-
onConfirm?: (() => any) | undefined;
|
|
124
123
|
"onCell-click"?: ((_date: Dayjs) => any) | undefined;
|
|
125
124
|
"onCell-mouse-enter"?: ((_date: Dayjs) => any) | undefined;
|
|
126
|
-
|
|
125
|
+
onConfirm?: (() => any) | undefined;
|
|
126
|
+
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
127
|
+
"onEnd-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
127
128
|
"onShortcut-click"?: ((_value: Dayjs[], _shortcut: ShortcutType) => any) | undefined;
|
|
128
129
|
"onShortcut-mouse-enter"?: ((_value: Dayjs[]) => any) | undefined;
|
|
129
130
|
"onShortcut-mouse-leave"?: ((_value: Dayjs[]) => any) | undefined;
|
|
130
131
|
"onStart-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
131
|
-
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
132
132
|
"onStart-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
133
|
-
"
|
|
133
|
+
"onTime-picker-select"?: ((_time: Dayjs, _type: "end" | "start") => any) | undefined;
|
|
134
134
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
135
|
-
confirm: () => any;
|
|
136
135
|
"cell-click": (_date: Dayjs) => any;
|
|
137
136
|
"cell-mouse-enter": (_date: Dayjs) => any;
|
|
138
|
-
|
|
137
|
+
confirm: () => any;
|
|
138
|
+
"end-header-label-click": (_type: "month" | "year") => any;
|
|
139
|
+
"end-header-select": (_date: Dayjs) => any;
|
|
139
140
|
"shortcut-click": (_value: Dayjs[], _shortcut: ShortcutType) => any;
|
|
140
141
|
"shortcut-mouse-enter": (_value: Dayjs[]) => any;
|
|
141
142
|
"shortcut-mouse-leave": (_value: Dayjs[]) => any;
|
|
142
143
|
"start-header-label-click": (_type: "month" | "year") => any;
|
|
143
|
-
"end-header-label-click": (_type: "month" | "year") => any;
|
|
144
144
|
"start-header-select": (_date: Dayjs) => any;
|
|
145
|
-
"
|
|
145
|
+
"time-picker-select": (_time: Dayjs, _type: "end" | "start") => any;
|
|
146
146
|
}, import("vue").PublicProps, {
|
|
147
|
-
value: (Dayjs | undefined)[];
|
|
148
|
-
visible: boolean;
|
|
149
|
-
disabled: boolean[];
|
|
150
147
|
mode: import("./interface").Mode;
|
|
148
|
+
value: (Dayjs | undefined)[];
|
|
151
149
|
showTime: boolean;
|
|
152
|
-
hideNotInViewDates: boolean;
|
|
153
|
-
dayStartOfWeek: WeekStart;
|
|
154
150
|
showConfirmBtn: boolean;
|
|
155
|
-
confirmBtnDisabled: boolean;
|
|
156
|
-
abbreviation: boolean;
|
|
157
151
|
shortcuts: ShortcutType[];
|
|
158
|
-
shortcutsPosition: "
|
|
152
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
153
|
+
dayStartOfWeek: WeekStart;
|
|
159
154
|
hideTrigger: boolean;
|
|
160
155
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
161
156
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
157
|
+
confirmBtnDisabled: boolean;
|
|
158
|
+
disabled: boolean[];
|
|
159
|
+
visible: boolean;
|
|
160
|
+
abbreviation: boolean;
|
|
161
|
+
hideNotInViewDates: boolean;
|
|
162
162
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
163
163
|
P: {};
|
|
164
164
|
B: {};
|
|
@@ -196,7 +196,7 @@ declare var __VLS_10: {
|
|
|
196
196
|
default: () => never[];
|
|
197
197
|
};
|
|
198
198
|
shortcutsPosition: {
|
|
199
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
199
|
+
type: PropType<import("./interface").RangePickerProps['shortcutsPosition']>;
|
|
200
200
|
default: string;
|
|
201
201
|
};
|
|
202
202
|
format: {
|
|
@@ -214,7 +214,7 @@ declare var __VLS_10: {
|
|
|
214
214
|
type: PropType<import("./interface").RangeDisabledTime>;
|
|
215
215
|
};
|
|
216
216
|
timePickerProps: {
|
|
217
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
217
|
+
type: PropType<import("./interface").RangePickerProps['timePickerProps']>;
|
|
218
218
|
};
|
|
219
219
|
hideTrigger: {
|
|
220
220
|
type: BooleanConstructor;
|
|
@@ -238,10 +238,10 @@ declare var __VLS_10: {
|
|
|
238
238
|
type: BooleanConstructor;
|
|
239
239
|
};
|
|
240
240
|
startHeaderMode: {
|
|
241
|
-
type: PropType<
|
|
241
|
+
type: PropType<'year' | 'month'>;
|
|
242
242
|
};
|
|
243
243
|
endHeaderMode: {
|
|
244
|
-
type: PropType<
|
|
244
|
+
type: PropType<'year' | 'month'>;
|
|
245
245
|
};
|
|
246
246
|
abbreviation: {
|
|
247
247
|
type: BooleanConstructor;
|
|
@@ -259,33 +259,33 @@ declare var __VLS_10: {
|
|
|
259
259
|
type: PropType<Dayjs>;
|
|
260
260
|
};
|
|
261
261
|
}>> & Readonly<{
|
|
262
|
-
onConfirm?: (() => any) | undefined;
|
|
263
262
|
"onCell-click"?: ((_date: Dayjs) => any) | undefined;
|
|
264
263
|
"onCell-mouse-enter"?: ((_date: Dayjs) => any) | undefined;
|
|
265
|
-
|
|
264
|
+
onConfirm?: (() => any) | undefined;
|
|
265
|
+
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
266
|
+
"onEnd-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
266
267
|
"onShortcut-click"?: ((_value: Dayjs[], _shortcut: ShortcutType) => any) | undefined;
|
|
267
268
|
"onShortcut-mouse-enter"?: ((_value: Dayjs[]) => any) | undefined;
|
|
268
269
|
"onShortcut-mouse-leave"?: ((_value: Dayjs[]) => any) | undefined;
|
|
269
270
|
"onStart-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
270
|
-
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
271
271
|
"onStart-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
272
|
-
"
|
|
272
|
+
"onTime-picker-select"?: ((_time: Dayjs, _type: "end" | "start") => any) | undefined;
|
|
273
273
|
}>, {}, {}, {}, {}, {
|
|
274
|
-
value: (Dayjs | undefined)[];
|
|
275
|
-
visible: boolean;
|
|
276
|
-
disabled: boolean[];
|
|
277
274
|
mode: import("./interface").Mode;
|
|
275
|
+
value: (Dayjs | undefined)[];
|
|
278
276
|
showTime: boolean;
|
|
279
|
-
hideNotInViewDates: boolean;
|
|
280
|
-
dayStartOfWeek: WeekStart;
|
|
281
277
|
showConfirmBtn: boolean;
|
|
282
|
-
confirmBtnDisabled: boolean;
|
|
283
|
-
abbreviation: boolean;
|
|
284
278
|
shortcuts: ShortcutType[];
|
|
285
|
-
shortcutsPosition: "
|
|
279
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
280
|
+
dayStartOfWeek: WeekStart;
|
|
286
281
|
hideTrigger: boolean;
|
|
287
282
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
288
283
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
284
|
+
confirmBtnDisabled: boolean;
|
|
285
|
+
disabled: boolean[];
|
|
286
|
+
visible: boolean;
|
|
287
|
+
abbreviation: boolean;
|
|
288
|
+
hideNotInViewDates: boolean;
|
|
289
289
|
}>;
|
|
290
290
|
__isFragment?: never;
|
|
291
291
|
__isTeleport?: never;
|
|
@@ -320,7 +320,7 @@ declare var __VLS_10: {
|
|
|
320
320
|
default: () => never[];
|
|
321
321
|
};
|
|
322
322
|
shortcutsPosition: {
|
|
323
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
323
|
+
type: PropType<import("./interface").RangePickerProps['shortcutsPosition']>;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
326
|
format: {
|
|
@@ -338,7 +338,7 @@ declare var __VLS_10: {
|
|
|
338
338
|
type: PropType<import("./interface").RangeDisabledTime>;
|
|
339
339
|
};
|
|
340
340
|
timePickerProps: {
|
|
341
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
341
|
+
type: PropType<import("./interface").RangePickerProps['timePickerProps']>;
|
|
342
342
|
};
|
|
343
343
|
hideTrigger: {
|
|
344
344
|
type: BooleanConstructor;
|
|
@@ -362,10 +362,10 @@ declare var __VLS_10: {
|
|
|
362
362
|
type: BooleanConstructor;
|
|
363
363
|
};
|
|
364
364
|
startHeaderMode: {
|
|
365
|
-
type: PropType<
|
|
365
|
+
type: PropType<'year' | 'month'>;
|
|
366
366
|
};
|
|
367
367
|
endHeaderMode: {
|
|
368
|
-
type: PropType<
|
|
368
|
+
type: PropType<'year' | 'month'>;
|
|
369
369
|
};
|
|
370
370
|
abbreviation: {
|
|
371
371
|
type: BooleanConstructor;
|
|
@@ -383,101 +383,113 @@ declare var __VLS_10: {
|
|
|
383
383
|
type: PropType<Dayjs>;
|
|
384
384
|
};
|
|
385
385
|
}>> & Readonly<{
|
|
386
|
-
onConfirm?: (() => any) | undefined;
|
|
387
386
|
"onCell-click"?: ((_date: Dayjs) => any) | undefined;
|
|
388
387
|
"onCell-mouse-enter"?: ((_date: Dayjs) => any) | undefined;
|
|
389
|
-
|
|
388
|
+
onConfirm?: (() => any) | undefined;
|
|
389
|
+
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
390
|
+
"onEnd-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
390
391
|
"onShortcut-click"?: ((_value: Dayjs[], _shortcut: ShortcutType) => any) | undefined;
|
|
391
392
|
"onShortcut-mouse-enter"?: ((_value: Dayjs[]) => any) | undefined;
|
|
392
393
|
"onShortcut-mouse-leave"?: ((_value: Dayjs[]) => any) | undefined;
|
|
393
394
|
"onStart-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
394
|
-
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
395
395
|
"onStart-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
396
|
-
"
|
|
396
|
+
"onTime-picker-select"?: ((_time: Dayjs, _type: "end" | "start") => any) | undefined;
|
|
397
397
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
398
|
-
confirm: () => any;
|
|
399
398
|
"cell-click": (_date: Dayjs) => any;
|
|
400
399
|
"cell-mouse-enter": (_date: Dayjs) => any;
|
|
401
|
-
|
|
400
|
+
confirm: () => any;
|
|
401
|
+
"end-header-label-click": (_type: "month" | "year") => any;
|
|
402
|
+
"end-header-select": (_date: Dayjs) => any;
|
|
402
403
|
"shortcut-click": (_value: Dayjs[], _shortcut: ShortcutType) => any;
|
|
403
404
|
"shortcut-mouse-enter": (_value: Dayjs[]) => any;
|
|
404
405
|
"shortcut-mouse-leave": (_value: Dayjs[]) => any;
|
|
405
406
|
"start-header-label-click": (_type: "month" | "year") => any;
|
|
406
|
-
"end-header-label-click": (_type: "month" | "year") => any;
|
|
407
407
|
"start-header-select": (_date: Dayjs) => any;
|
|
408
|
-
"
|
|
408
|
+
"time-picker-select": (_time: Dayjs, _type: "end" | "start") => any;
|
|
409
409
|
}, string, {
|
|
410
|
-
value: (Dayjs | undefined)[];
|
|
411
|
-
visible: boolean;
|
|
412
|
-
disabled: boolean[];
|
|
413
410
|
mode: import("./interface").Mode;
|
|
411
|
+
value: (Dayjs | undefined)[];
|
|
414
412
|
showTime: boolean;
|
|
415
|
-
hideNotInViewDates: boolean;
|
|
416
|
-
dayStartOfWeek: WeekStart;
|
|
417
413
|
showConfirmBtn: boolean;
|
|
418
|
-
confirmBtnDisabled: boolean;
|
|
419
|
-
abbreviation: boolean;
|
|
420
414
|
shortcuts: ShortcutType[];
|
|
421
|
-
shortcutsPosition: "
|
|
415
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
416
|
+
dayStartOfWeek: WeekStart;
|
|
422
417
|
hideTrigger: boolean;
|
|
423
418
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
424
419
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
420
|
+
confirmBtnDisabled: boolean;
|
|
421
|
+
disabled: boolean[];
|
|
422
|
+
visible: boolean;
|
|
423
|
+
abbreviation: boolean;
|
|
424
|
+
hideNotInViewDates: boolean;
|
|
425
425
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
426
426
|
$slots: {
|
|
427
427
|
cell?: (props: {
|
|
428
|
-
type: string;
|
|
429
428
|
date: Date;
|
|
429
|
+
type: string;
|
|
430
430
|
}) => any;
|
|
431
431
|
} & {
|
|
432
432
|
cell?: (props: {
|
|
433
|
-
type: string;
|
|
434
433
|
date: Date;
|
|
434
|
+
type: string;
|
|
435
435
|
}) => any;
|
|
436
436
|
} & {
|
|
437
437
|
cell?: (props: {
|
|
438
|
-
type: string;
|
|
439
438
|
date: Date;
|
|
439
|
+
type: string;
|
|
440
440
|
}) => any;
|
|
441
441
|
} & {
|
|
442
442
|
cell?: (props: {
|
|
443
|
-
type: string;
|
|
444
443
|
date: Date;
|
|
444
|
+
type: string;
|
|
445
445
|
}) => any;
|
|
446
446
|
} & {
|
|
447
447
|
cell?: (props: {
|
|
448
|
-
type: string;
|
|
449
448
|
date: Date;
|
|
449
|
+
type: string;
|
|
450
450
|
}) => any;
|
|
451
451
|
} & {
|
|
452
452
|
cell?: (props: {
|
|
453
|
-
type: string;
|
|
454
453
|
date: Date;
|
|
454
|
+
type: string;
|
|
455
455
|
}) => any;
|
|
456
456
|
} & {
|
|
457
457
|
cell?: (props: {
|
|
458
|
-
type: string;
|
|
459
458
|
date: Date;
|
|
459
|
+
type: string;
|
|
460
460
|
}) => any;
|
|
461
461
|
} & {
|
|
462
462
|
cell?: (props: {
|
|
463
|
-
type: string;
|
|
464
463
|
date: Date;
|
|
464
|
+
type: string;
|
|
465
465
|
}) => any;
|
|
466
466
|
} & {
|
|
467
467
|
cell?: (props: {
|
|
468
|
-
type: string;
|
|
469
468
|
date: Date;
|
|
469
|
+
type: string;
|
|
470
470
|
}) => any;
|
|
471
471
|
} & {
|
|
472
472
|
cell?: (props: {
|
|
473
|
-
type: string;
|
|
474
473
|
date: Date;
|
|
474
|
+
type: string;
|
|
475
475
|
}) => any;
|
|
476
476
|
} & {
|
|
477
477
|
extra?: (props: {}) => any;
|
|
478
478
|
};
|
|
479
479
|
});
|
|
480
480
|
props: {
|
|
481
|
+
mode: "date" | "month" | "quarter" | "week" | "year";
|
|
482
|
+
dayStartOfWeek: WeekStart;
|
|
483
|
+
showTime: boolean;
|
|
484
|
+
disabledDate?: ((current: Date, type: 'start' | 'end') => boolean) | undefined;
|
|
485
|
+
disabledTime?: ((current: Date, type: 'start' | 'end') => DisabledTimeProps) | undefined;
|
|
486
|
+
hideTrigger: boolean;
|
|
487
|
+
shortcuts: ShortcutType[];
|
|
488
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
489
|
+
hideNotInViewDates: boolean;
|
|
490
|
+
utcOffset?: number | undefined;
|
|
491
|
+
timezone?: string | undefined;
|
|
492
|
+
abbreviation: boolean;
|
|
481
493
|
prefixCls: string;
|
|
482
494
|
now: Dayjs;
|
|
483
495
|
format: string;
|
|
@@ -486,34 +498,34 @@ declare var __VLS_10: {
|
|
|
486
498
|
confirmBtnDisabled: boolean | undefined;
|
|
487
499
|
timePickerValue: Dayjs[];
|
|
488
500
|
timePickerProps: {
|
|
489
|
-
|
|
501
|
+
fitWidth?: boolean;
|
|
502
|
+
maxWFull?: boolean;
|
|
503
|
+
disableConfirm?: boolean | undefined;
|
|
504
|
+
use12Hours?: boolean | undefined;
|
|
505
|
+
step?: {
|
|
506
|
+
hour?: number;
|
|
507
|
+
minute?: number;
|
|
508
|
+
second?: number;
|
|
509
|
+
};
|
|
510
|
+
disabledHours?: () => number[];
|
|
511
|
+
disabledMinutes?: (selectedHour?: number) => number[];
|
|
512
|
+
disabledSeconds?: (selectedHour?: number, selectedMinute?: number) => number[];
|
|
513
|
+
hideDisabledOptions?: boolean | undefined;
|
|
490
514
|
type?: "time" | "time-range" | undefined;
|
|
491
|
-
|
|
492
|
-
|
|
515
|
+
modelValue?: import("..").TimeValue | import("..").TimeValue[];
|
|
516
|
+
placeholder?: string | string[];
|
|
493
517
|
disabled?: boolean | undefined;
|
|
494
|
-
|
|
518
|
+
allowClear?: boolean | undefined;
|
|
495
519
|
readonly?: boolean | undefined;
|
|
520
|
+
error?: boolean | undefined;
|
|
521
|
+
size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
522
|
+
position?: "bl" | "bottom" | "br" | "tl" | "top" | "tr" | undefined;
|
|
496
523
|
popupVisible?: boolean | undefined;
|
|
497
524
|
defaultPopupVisible?: boolean | undefined;
|
|
525
|
+
triggerProps?: Record<string, unknown>;
|
|
498
526
|
unmountOnClose?: boolean | undefined;
|
|
499
|
-
modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
|
|
500
|
-
placeholder?: string | string[] | undefined;
|
|
501
|
-
allowClear?: boolean | undefined;
|
|
502
|
-
fitWidth?: boolean | undefined;
|
|
503
|
-
maxWFull?: boolean | undefined;
|
|
504
|
-
triggerProps?: Record<string, unknown> | undefined;
|
|
505
527
|
format: string;
|
|
506
|
-
|
|
507
|
-
disabledMinutes?: ((selectedHour?: number) => number[]) | undefined;
|
|
508
|
-
disabledSeconds?: ((selectedHour?: number, selectedMinute?: number) => number[]) | undefined;
|
|
509
|
-
use12Hours?: boolean | undefined;
|
|
510
|
-
disableConfirm?: boolean | undefined;
|
|
511
|
-
step?: {
|
|
512
|
-
hour?: number;
|
|
513
|
-
minute?: number;
|
|
514
|
-
second?: number;
|
|
515
|
-
} | undefined;
|
|
516
|
-
hideDisabledOptions?: boolean | undefined;
|
|
528
|
+
visible: boolean;
|
|
517
529
|
};
|
|
518
530
|
startHeaderProps: {
|
|
519
531
|
headerValue: Dayjs;
|
|
@@ -582,12 +594,12 @@ declare var __VLS_10: {
|
|
|
582
594
|
};
|
|
583
595
|
startOf: {
|
|
584
596
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
585
|
-
(unit: import("dayjs").OpUnitType
|
|
597
|
+
(unit: "isoWeek" | import("dayjs").OpUnitType): Dayjs;
|
|
586
598
|
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): Dayjs;
|
|
587
599
|
};
|
|
588
600
|
endOf: {
|
|
589
601
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
590
|
-
(unit: import("dayjs").OpUnitType
|
|
602
|
+
(unit: "isoWeek" | import("dayjs").OpUnitType): Dayjs;
|
|
591
603
|
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): Dayjs;
|
|
592
604
|
};
|
|
593
605
|
format: (template?: string) => string;
|
|
@@ -605,24 +617,24 @@ declare var __VLS_10: {
|
|
|
605
617
|
};
|
|
606
618
|
isBefore: {
|
|
607
619
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
608
|
-
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType
|
|
620
|
+
(date?: import("dayjs").ConfigType, unit?: "isoWeek" | import("dayjs").OpUnitType): boolean;
|
|
609
621
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
610
622
|
};
|
|
611
623
|
isSame: {
|
|
612
624
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
613
|
-
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType
|
|
625
|
+
(date?: import("dayjs").ConfigType, unit?: "isoWeek" | import("dayjs").OpUnitType): boolean;
|
|
614
626
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
615
627
|
};
|
|
616
628
|
isAfter: {
|
|
617
629
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
618
|
-
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType
|
|
630
|
+
(date?: import("dayjs").ConfigType, unit?: "isoWeek" | import("dayjs").OpUnitType): boolean;
|
|
619
631
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
620
632
|
};
|
|
621
633
|
locale: {
|
|
622
634
|
(): string;
|
|
623
635
|
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
624
636
|
};
|
|
625
|
-
isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?:
|
|
637
|
+
isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: '()' | '[]' | '[)' | '(]') => boolean;
|
|
626
638
|
isoWeekYear: () => number;
|
|
627
639
|
isoWeek: {
|
|
628
640
|
(): number;
|
|
@@ -637,7 +649,7 @@ declare var __VLS_10: {
|
|
|
637
649
|
(quarter: number): Dayjs;
|
|
638
650
|
};
|
|
639
651
|
tz: (timezone?: string, keepLocalTime?: boolean) => Dayjs;
|
|
640
|
-
offsetName: (type?:
|
|
652
|
+
offsetName: (type?: 'short' | 'long') => string | undefined;
|
|
641
653
|
utc: (keepLocalTime?: boolean) => Dayjs;
|
|
642
654
|
local: () => Dayjs;
|
|
643
655
|
isUTC: () => boolean;
|
|
@@ -662,22 +674,10 @@ declare var __VLS_10: {
|
|
|
662
674
|
onEndHeaderLabelClick: typeof onEndPanelHeaderLabelClick;
|
|
663
675
|
onStartHeaderSelect: typeof onStartPanelHeaderSelect;
|
|
664
676
|
onEndHeaderSelect: typeof onEndPanelHeaderSelect;
|
|
665
|
-
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
666
|
-
showTime: boolean;
|
|
667
|
-
disabledDate?: ((current: Date, type: "start" | "end") => boolean) | undefined;
|
|
668
|
-
disabledTime?: ((current: Date, type: "start" | "end") => DisabledTimeProps) | undefined;
|
|
669
|
-
utcOffset?: number | undefined;
|
|
670
|
-
timezone?: string | undefined;
|
|
671
|
-
hideNotInViewDates: boolean;
|
|
672
|
-
dayStartOfWeek: WeekStart;
|
|
673
|
-
abbreviation: boolean;
|
|
674
|
-
shortcuts: ShortcutType[];
|
|
675
|
-
shortcutsPosition: "left" | "right" | "bottom";
|
|
676
|
-
hideTrigger: boolean;
|
|
677
677
|
};
|
|
678
678
|
}, __VLS_50: {}, __VLS_53: {
|
|
679
|
-
type: string;
|
|
680
679
|
date: Date;
|
|
680
|
+
type: string;
|
|
681
681
|
}, __VLS_55: {
|
|
682
682
|
component: {
|
|
683
683
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -710,7 +710,7 @@ declare var __VLS_10: {
|
|
|
710
710
|
default: () => never[];
|
|
711
711
|
};
|
|
712
712
|
shortcutsPosition: {
|
|
713
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
713
|
+
type: PropType<import("./interface").RangePickerProps['shortcutsPosition']>;
|
|
714
714
|
default: string;
|
|
715
715
|
};
|
|
716
716
|
format: {
|
|
@@ -728,7 +728,7 @@ declare var __VLS_10: {
|
|
|
728
728
|
type: PropType<import("./interface").RangeDisabledTime>;
|
|
729
729
|
};
|
|
730
730
|
timePickerProps: {
|
|
731
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
731
|
+
type: PropType<import("./interface").RangePickerProps['timePickerProps']>;
|
|
732
732
|
};
|
|
733
733
|
hideTrigger: {
|
|
734
734
|
type: BooleanConstructor;
|
|
@@ -752,10 +752,10 @@ declare var __VLS_10: {
|
|
|
752
752
|
type: BooleanConstructor;
|
|
753
753
|
};
|
|
754
754
|
startHeaderMode: {
|
|
755
|
-
type: PropType<
|
|
755
|
+
type: PropType<'year' | 'month'>;
|
|
756
756
|
};
|
|
757
757
|
endHeaderMode: {
|
|
758
|
-
type: PropType<
|
|
758
|
+
type: PropType<'year' | 'month'>;
|
|
759
759
|
};
|
|
760
760
|
abbreviation: {
|
|
761
761
|
type: BooleanConstructor;
|
|
@@ -773,45 +773,45 @@ declare var __VLS_10: {
|
|
|
773
773
|
type: PropType<Dayjs>;
|
|
774
774
|
};
|
|
775
775
|
}>> & Readonly<{
|
|
776
|
-
onConfirm?: (() => any) | undefined;
|
|
777
776
|
"onCell-click"?: ((_date: Dayjs) => any) | undefined;
|
|
778
777
|
"onCell-mouse-enter"?: ((_date: Dayjs) => any) | undefined;
|
|
779
|
-
|
|
778
|
+
onConfirm?: (() => any) | undefined;
|
|
779
|
+
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
780
|
+
"onEnd-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
780
781
|
"onShortcut-click"?: ((_value: Dayjs[], _shortcut: ShortcutType) => any) | undefined;
|
|
781
782
|
"onShortcut-mouse-enter"?: ((_value: Dayjs[]) => any) | undefined;
|
|
782
783
|
"onShortcut-mouse-leave"?: ((_value: Dayjs[]) => any) | undefined;
|
|
783
784
|
"onStart-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
784
|
-
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
785
785
|
"onStart-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
786
|
-
"
|
|
786
|
+
"onTime-picker-select"?: ((_time: Dayjs, _type: "end" | "start") => any) | undefined;
|
|
787
787
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
788
|
-
confirm: () => any;
|
|
789
788
|
"cell-click": (_date: Dayjs) => any;
|
|
790
789
|
"cell-mouse-enter": (_date: Dayjs) => any;
|
|
791
|
-
|
|
790
|
+
confirm: () => any;
|
|
791
|
+
"end-header-label-click": (_type: "month" | "year") => any;
|
|
792
|
+
"end-header-select": (_date: Dayjs) => any;
|
|
792
793
|
"shortcut-click": (_value: Dayjs[], _shortcut: ShortcutType) => any;
|
|
793
794
|
"shortcut-mouse-enter": (_value: Dayjs[]) => any;
|
|
794
795
|
"shortcut-mouse-leave": (_value: Dayjs[]) => any;
|
|
795
796
|
"start-header-label-click": (_type: "month" | "year") => any;
|
|
796
|
-
"end-header-label-click": (_type: "month" | "year") => any;
|
|
797
797
|
"start-header-select": (_date: Dayjs) => any;
|
|
798
|
-
"
|
|
798
|
+
"time-picker-select": (_time: Dayjs, _type: "end" | "start") => any;
|
|
799
799
|
}, import("vue").PublicProps, {
|
|
800
|
-
value: (Dayjs | undefined)[];
|
|
801
|
-
visible: boolean;
|
|
802
|
-
disabled: boolean[];
|
|
803
800
|
mode: import("./interface").Mode;
|
|
801
|
+
value: (Dayjs | undefined)[];
|
|
804
802
|
showTime: boolean;
|
|
805
|
-
hideNotInViewDates: boolean;
|
|
806
|
-
dayStartOfWeek: WeekStart;
|
|
807
803
|
showConfirmBtn: boolean;
|
|
808
|
-
confirmBtnDisabled: boolean;
|
|
809
|
-
abbreviation: boolean;
|
|
810
804
|
shortcuts: ShortcutType[];
|
|
811
|
-
shortcutsPosition: "
|
|
805
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
806
|
+
dayStartOfWeek: WeekStart;
|
|
812
807
|
hideTrigger: boolean;
|
|
813
808
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
814
809
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
810
|
+
confirmBtnDisabled: boolean;
|
|
811
|
+
disabled: boolean[];
|
|
812
|
+
visible: boolean;
|
|
813
|
+
abbreviation: boolean;
|
|
814
|
+
hideNotInViewDates: boolean;
|
|
815
815
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
816
816
|
P: {};
|
|
817
817
|
B: {};
|
|
@@ -849,7 +849,7 @@ declare var __VLS_10: {
|
|
|
849
849
|
default: () => never[];
|
|
850
850
|
};
|
|
851
851
|
shortcutsPosition: {
|
|
852
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
852
|
+
type: PropType<import("./interface").RangePickerProps['shortcutsPosition']>;
|
|
853
853
|
default: string;
|
|
854
854
|
};
|
|
855
855
|
format: {
|
|
@@ -867,7 +867,7 @@ declare var __VLS_10: {
|
|
|
867
867
|
type: PropType<import("./interface").RangeDisabledTime>;
|
|
868
868
|
};
|
|
869
869
|
timePickerProps: {
|
|
870
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
870
|
+
type: PropType<import("./interface").RangePickerProps['timePickerProps']>;
|
|
871
871
|
};
|
|
872
872
|
hideTrigger: {
|
|
873
873
|
type: BooleanConstructor;
|
|
@@ -891,10 +891,10 @@ declare var __VLS_10: {
|
|
|
891
891
|
type: BooleanConstructor;
|
|
892
892
|
};
|
|
893
893
|
startHeaderMode: {
|
|
894
|
-
type: PropType<
|
|
894
|
+
type: PropType<'year' | 'month'>;
|
|
895
895
|
};
|
|
896
896
|
endHeaderMode: {
|
|
897
|
-
type: PropType<
|
|
897
|
+
type: PropType<'year' | 'month'>;
|
|
898
898
|
};
|
|
899
899
|
abbreviation: {
|
|
900
900
|
type: BooleanConstructor;
|
|
@@ -912,33 +912,33 @@ declare var __VLS_10: {
|
|
|
912
912
|
type: PropType<Dayjs>;
|
|
913
913
|
};
|
|
914
914
|
}>> & Readonly<{
|
|
915
|
-
onConfirm?: (() => any) | undefined;
|
|
916
915
|
"onCell-click"?: ((_date: Dayjs) => any) | undefined;
|
|
917
916
|
"onCell-mouse-enter"?: ((_date: Dayjs) => any) | undefined;
|
|
918
|
-
|
|
917
|
+
onConfirm?: (() => any) | undefined;
|
|
918
|
+
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
919
|
+
"onEnd-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
919
920
|
"onShortcut-click"?: ((_value: Dayjs[], _shortcut: ShortcutType) => any) | undefined;
|
|
920
921
|
"onShortcut-mouse-enter"?: ((_value: Dayjs[]) => any) | undefined;
|
|
921
922
|
"onShortcut-mouse-leave"?: ((_value: Dayjs[]) => any) | undefined;
|
|
922
923
|
"onStart-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
923
|
-
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
924
924
|
"onStart-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
925
|
-
"
|
|
925
|
+
"onTime-picker-select"?: ((_time: Dayjs, _type: "end" | "start") => any) | undefined;
|
|
926
926
|
}>, {}, {}, {}, {}, {
|
|
927
|
-
value: (Dayjs | undefined)[];
|
|
928
|
-
visible: boolean;
|
|
929
|
-
disabled: boolean[];
|
|
930
927
|
mode: import("./interface").Mode;
|
|
928
|
+
value: (Dayjs | undefined)[];
|
|
931
929
|
showTime: boolean;
|
|
932
|
-
hideNotInViewDates: boolean;
|
|
933
|
-
dayStartOfWeek: WeekStart;
|
|
934
930
|
showConfirmBtn: boolean;
|
|
935
|
-
confirmBtnDisabled: boolean;
|
|
936
|
-
abbreviation: boolean;
|
|
937
931
|
shortcuts: ShortcutType[];
|
|
938
|
-
shortcutsPosition: "
|
|
932
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
933
|
+
dayStartOfWeek: WeekStart;
|
|
939
934
|
hideTrigger: boolean;
|
|
940
935
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
941
936
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
937
|
+
confirmBtnDisabled: boolean;
|
|
938
|
+
disabled: boolean[];
|
|
939
|
+
visible: boolean;
|
|
940
|
+
abbreviation: boolean;
|
|
941
|
+
hideNotInViewDates: boolean;
|
|
942
942
|
}>;
|
|
943
943
|
__isFragment?: never;
|
|
944
944
|
__isTeleport?: never;
|
|
@@ -973,7 +973,7 @@ declare var __VLS_10: {
|
|
|
973
973
|
default: () => never[];
|
|
974
974
|
};
|
|
975
975
|
shortcutsPosition: {
|
|
976
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
976
|
+
type: PropType<import("./interface").RangePickerProps['shortcutsPosition']>;
|
|
977
977
|
default: string;
|
|
978
978
|
};
|
|
979
979
|
format: {
|
|
@@ -991,7 +991,7 @@ declare var __VLS_10: {
|
|
|
991
991
|
type: PropType<import("./interface").RangeDisabledTime>;
|
|
992
992
|
};
|
|
993
993
|
timePickerProps: {
|
|
994
|
-
type: PropType<import("./interface").RangePickerProps[
|
|
994
|
+
type: PropType<import("./interface").RangePickerProps['timePickerProps']>;
|
|
995
995
|
};
|
|
996
996
|
hideTrigger: {
|
|
997
997
|
type: BooleanConstructor;
|
|
@@ -1015,10 +1015,10 @@ declare var __VLS_10: {
|
|
|
1015
1015
|
type: BooleanConstructor;
|
|
1016
1016
|
};
|
|
1017
1017
|
startHeaderMode: {
|
|
1018
|
-
type: PropType<
|
|
1018
|
+
type: PropType<'year' | 'month'>;
|
|
1019
1019
|
};
|
|
1020
1020
|
endHeaderMode: {
|
|
1021
|
-
type: PropType<
|
|
1021
|
+
type: PropType<'year' | 'month'>;
|
|
1022
1022
|
};
|
|
1023
1023
|
abbreviation: {
|
|
1024
1024
|
type: BooleanConstructor;
|
|
@@ -1036,101 +1036,113 @@ declare var __VLS_10: {
|
|
|
1036
1036
|
type: PropType<Dayjs>;
|
|
1037
1037
|
};
|
|
1038
1038
|
}>> & Readonly<{
|
|
1039
|
-
onConfirm?: (() => any) | undefined;
|
|
1040
1039
|
"onCell-click"?: ((_date: Dayjs) => any) | undefined;
|
|
1041
1040
|
"onCell-mouse-enter"?: ((_date: Dayjs) => any) | undefined;
|
|
1042
|
-
|
|
1041
|
+
onConfirm?: (() => any) | undefined;
|
|
1042
|
+
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
1043
|
+
"onEnd-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
1043
1044
|
"onShortcut-click"?: ((_value: Dayjs[], _shortcut: ShortcutType) => any) | undefined;
|
|
1044
1045
|
"onShortcut-mouse-enter"?: ((_value: Dayjs[]) => any) | undefined;
|
|
1045
1046
|
"onShortcut-mouse-leave"?: ((_value: Dayjs[]) => any) | undefined;
|
|
1046
1047
|
"onStart-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
1047
|
-
"onEnd-header-label-click"?: ((_type: "month" | "year") => any) | undefined;
|
|
1048
1048
|
"onStart-header-select"?: ((_date: Dayjs) => any) | undefined;
|
|
1049
|
-
"
|
|
1049
|
+
"onTime-picker-select"?: ((_time: Dayjs, _type: "end" | "start") => any) | undefined;
|
|
1050
1050
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1051
|
-
confirm: () => any;
|
|
1052
1051
|
"cell-click": (_date: Dayjs) => any;
|
|
1053
1052
|
"cell-mouse-enter": (_date: Dayjs) => any;
|
|
1054
|
-
|
|
1053
|
+
confirm: () => any;
|
|
1054
|
+
"end-header-label-click": (_type: "month" | "year") => any;
|
|
1055
|
+
"end-header-select": (_date: Dayjs) => any;
|
|
1055
1056
|
"shortcut-click": (_value: Dayjs[], _shortcut: ShortcutType) => any;
|
|
1056
1057
|
"shortcut-mouse-enter": (_value: Dayjs[]) => any;
|
|
1057
1058
|
"shortcut-mouse-leave": (_value: Dayjs[]) => any;
|
|
1058
1059
|
"start-header-label-click": (_type: "month" | "year") => any;
|
|
1059
|
-
"end-header-label-click": (_type: "month" | "year") => any;
|
|
1060
1060
|
"start-header-select": (_date: Dayjs) => any;
|
|
1061
|
-
"
|
|
1061
|
+
"time-picker-select": (_time: Dayjs, _type: "end" | "start") => any;
|
|
1062
1062
|
}, string, {
|
|
1063
|
-
value: (Dayjs | undefined)[];
|
|
1064
|
-
visible: boolean;
|
|
1065
|
-
disabled: boolean[];
|
|
1066
1063
|
mode: import("./interface").Mode;
|
|
1064
|
+
value: (Dayjs | undefined)[];
|
|
1067
1065
|
showTime: boolean;
|
|
1068
|
-
hideNotInViewDates: boolean;
|
|
1069
|
-
dayStartOfWeek: WeekStart;
|
|
1070
1066
|
showConfirmBtn: boolean;
|
|
1071
|
-
confirmBtnDisabled: boolean;
|
|
1072
|
-
abbreviation: boolean;
|
|
1073
1067
|
shortcuts: ShortcutType[];
|
|
1074
|
-
shortcutsPosition: "
|
|
1068
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
1069
|
+
dayStartOfWeek: WeekStart;
|
|
1075
1070
|
hideTrigger: boolean;
|
|
1076
1071
|
startHeaderProps: import("./interface").StartHeaderProps;
|
|
1077
1072
|
endHeaderProps: import("./interface").StartHeaderProps;
|
|
1073
|
+
confirmBtnDisabled: boolean;
|
|
1074
|
+
disabled: boolean[];
|
|
1075
|
+
visible: boolean;
|
|
1076
|
+
abbreviation: boolean;
|
|
1077
|
+
hideNotInViewDates: boolean;
|
|
1078
1078
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1079
1079
|
$slots: {
|
|
1080
1080
|
cell?: (props: {
|
|
1081
|
-
type: string;
|
|
1082
1081
|
date: Date;
|
|
1082
|
+
type: string;
|
|
1083
1083
|
}) => any;
|
|
1084
1084
|
} & {
|
|
1085
1085
|
cell?: (props: {
|
|
1086
|
-
type: string;
|
|
1087
1086
|
date: Date;
|
|
1087
|
+
type: string;
|
|
1088
1088
|
}) => any;
|
|
1089
1089
|
} & {
|
|
1090
1090
|
cell?: (props: {
|
|
1091
|
-
type: string;
|
|
1092
1091
|
date: Date;
|
|
1092
|
+
type: string;
|
|
1093
1093
|
}) => any;
|
|
1094
1094
|
} & {
|
|
1095
1095
|
cell?: (props: {
|
|
1096
|
-
type: string;
|
|
1097
1096
|
date: Date;
|
|
1097
|
+
type: string;
|
|
1098
1098
|
}) => any;
|
|
1099
1099
|
} & {
|
|
1100
1100
|
cell?: (props: {
|
|
1101
|
-
type: string;
|
|
1102
1101
|
date: Date;
|
|
1102
|
+
type: string;
|
|
1103
1103
|
}) => any;
|
|
1104
1104
|
} & {
|
|
1105
1105
|
cell?: (props: {
|
|
1106
|
-
type: string;
|
|
1107
1106
|
date: Date;
|
|
1107
|
+
type: string;
|
|
1108
1108
|
}) => any;
|
|
1109
1109
|
} & {
|
|
1110
1110
|
cell?: (props: {
|
|
1111
|
-
type: string;
|
|
1112
1111
|
date: Date;
|
|
1112
|
+
type: string;
|
|
1113
1113
|
}) => any;
|
|
1114
1114
|
} & {
|
|
1115
1115
|
cell?: (props: {
|
|
1116
|
-
type: string;
|
|
1117
1116
|
date: Date;
|
|
1117
|
+
type: string;
|
|
1118
1118
|
}) => any;
|
|
1119
1119
|
} & {
|
|
1120
1120
|
cell?: (props: {
|
|
1121
|
-
type: string;
|
|
1122
1121
|
date: Date;
|
|
1122
|
+
type: string;
|
|
1123
1123
|
}) => any;
|
|
1124
1124
|
} & {
|
|
1125
1125
|
cell?: (props: {
|
|
1126
|
-
type: string;
|
|
1127
1126
|
date: Date;
|
|
1127
|
+
type: string;
|
|
1128
1128
|
}) => any;
|
|
1129
1129
|
} & {
|
|
1130
1130
|
extra?: (props: {}) => any;
|
|
1131
1131
|
};
|
|
1132
1132
|
});
|
|
1133
1133
|
props: {
|
|
1134
|
+
mode: "date" | "month" | "quarter" | "week" | "year";
|
|
1135
|
+
dayStartOfWeek: WeekStart;
|
|
1136
|
+
showTime: boolean;
|
|
1137
|
+
disabledDate?: ((current: Date, type: 'start' | 'end') => boolean) | undefined;
|
|
1138
|
+
disabledTime?: ((current: Date, type: 'start' | 'end') => DisabledTimeProps) | undefined;
|
|
1139
|
+
hideTrigger: boolean;
|
|
1140
|
+
shortcuts: ShortcutType[];
|
|
1141
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
1142
|
+
hideNotInViewDates: boolean;
|
|
1143
|
+
utcOffset?: number | undefined;
|
|
1144
|
+
timezone?: string | undefined;
|
|
1145
|
+
abbreviation: boolean;
|
|
1134
1146
|
prefixCls: string;
|
|
1135
1147
|
now: Dayjs;
|
|
1136
1148
|
format: string;
|
|
@@ -1139,34 +1151,34 @@ declare var __VLS_10: {
|
|
|
1139
1151
|
confirmBtnDisabled: boolean | undefined;
|
|
1140
1152
|
timePickerValue: Dayjs[];
|
|
1141
1153
|
timePickerProps: {
|
|
1142
|
-
|
|
1154
|
+
fitWidth?: boolean;
|
|
1155
|
+
maxWFull?: boolean;
|
|
1156
|
+
disableConfirm?: boolean | undefined;
|
|
1157
|
+
use12Hours?: boolean | undefined;
|
|
1158
|
+
step?: {
|
|
1159
|
+
hour?: number;
|
|
1160
|
+
minute?: number;
|
|
1161
|
+
second?: number;
|
|
1162
|
+
};
|
|
1163
|
+
disabledHours?: () => number[];
|
|
1164
|
+
disabledMinutes?: (selectedHour?: number) => number[];
|
|
1165
|
+
disabledSeconds?: (selectedHour?: number, selectedMinute?: number) => number[];
|
|
1166
|
+
hideDisabledOptions?: boolean | undefined;
|
|
1143
1167
|
type?: "time" | "time-range" | undefined;
|
|
1144
|
-
|
|
1145
|
-
|
|
1168
|
+
modelValue?: import("..").TimeValue | import("..").TimeValue[];
|
|
1169
|
+
placeholder?: string | string[];
|
|
1146
1170
|
disabled?: boolean | undefined;
|
|
1147
|
-
|
|
1171
|
+
allowClear?: boolean | undefined;
|
|
1148
1172
|
readonly?: boolean | undefined;
|
|
1173
|
+
error?: boolean | undefined;
|
|
1174
|
+
size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1175
|
+
position?: "bl" | "bottom" | "br" | "tl" | "top" | "tr" | undefined;
|
|
1149
1176
|
popupVisible?: boolean | undefined;
|
|
1150
1177
|
defaultPopupVisible?: boolean | undefined;
|
|
1178
|
+
triggerProps?: Record<string, unknown>;
|
|
1151
1179
|
unmountOnClose?: boolean | undefined;
|
|
1152
|
-
modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
|
|
1153
|
-
placeholder?: string | string[] | undefined;
|
|
1154
|
-
allowClear?: boolean | undefined;
|
|
1155
|
-
fitWidth?: boolean | undefined;
|
|
1156
|
-
maxWFull?: boolean | undefined;
|
|
1157
|
-
triggerProps?: Record<string, unknown> | undefined;
|
|
1158
1180
|
format: string;
|
|
1159
|
-
|
|
1160
|
-
disabledMinutes?: ((selectedHour?: number) => number[]) | undefined;
|
|
1161
|
-
disabledSeconds?: ((selectedHour?: number, selectedMinute?: number) => number[]) | undefined;
|
|
1162
|
-
use12Hours?: boolean | undefined;
|
|
1163
|
-
disableConfirm?: boolean | undefined;
|
|
1164
|
-
step?: {
|
|
1165
|
-
hour?: number;
|
|
1166
|
-
minute?: number;
|
|
1167
|
-
second?: number;
|
|
1168
|
-
} | undefined;
|
|
1169
|
-
hideDisabledOptions?: boolean | undefined;
|
|
1181
|
+
visible: boolean;
|
|
1170
1182
|
};
|
|
1171
1183
|
startHeaderProps: {
|
|
1172
1184
|
headerValue: Dayjs;
|
|
@@ -1235,12 +1247,12 @@ declare var __VLS_10: {
|
|
|
1235
1247
|
};
|
|
1236
1248
|
startOf: {
|
|
1237
1249
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1238
|
-
(unit: import("dayjs").OpUnitType
|
|
1250
|
+
(unit: "isoWeek" | import("dayjs").OpUnitType): Dayjs;
|
|
1239
1251
|
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): Dayjs;
|
|
1240
1252
|
};
|
|
1241
1253
|
endOf: {
|
|
1242
1254
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1243
|
-
(unit: import("dayjs").OpUnitType
|
|
1255
|
+
(unit: "isoWeek" | import("dayjs").OpUnitType): Dayjs;
|
|
1244
1256
|
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): Dayjs;
|
|
1245
1257
|
};
|
|
1246
1258
|
format: (template?: string) => string;
|
|
@@ -1258,24 +1270,24 @@ declare var __VLS_10: {
|
|
|
1258
1270
|
};
|
|
1259
1271
|
isBefore: {
|
|
1260
1272
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1261
|
-
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType
|
|
1273
|
+
(date?: import("dayjs").ConfigType, unit?: "isoWeek" | import("dayjs").OpUnitType): boolean;
|
|
1262
1274
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1263
1275
|
};
|
|
1264
1276
|
isSame: {
|
|
1265
1277
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1266
|
-
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType
|
|
1278
|
+
(date?: import("dayjs").ConfigType, unit?: "isoWeek" | import("dayjs").OpUnitType): boolean;
|
|
1267
1279
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1268
1280
|
};
|
|
1269
1281
|
isAfter: {
|
|
1270
1282
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1271
|
-
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType
|
|
1283
|
+
(date?: import("dayjs").ConfigType, unit?: "isoWeek" | import("dayjs").OpUnitType): boolean;
|
|
1272
1284
|
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1273
1285
|
};
|
|
1274
1286
|
locale: {
|
|
1275
1287
|
(): string;
|
|
1276
1288
|
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
1277
1289
|
};
|
|
1278
|
-
isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?:
|
|
1290
|
+
isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: '()' | '[]' | '[)' | '(]') => boolean;
|
|
1279
1291
|
isoWeekYear: () => number;
|
|
1280
1292
|
isoWeek: {
|
|
1281
1293
|
(): number;
|
|
@@ -1290,7 +1302,7 @@ declare var __VLS_10: {
|
|
|
1290
1302
|
(quarter: number): Dayjs;
|
|
1291
1303
|
};
|
|
1292
1304
|
tz: (timezone?: string, keepLocalTime?: boolean) => Dayjs;
|
|
1293
|
-
offsetName: (type?:
|
|
1305
|
+
offsetName: (type?: 'short' | 'long') => string | undefined;
|
|
1294
1306
|
utc: (keepLocalTime?: boolean) => Dayjs;
|
|
1295
1307
|
local: () => Dayjs;
|
|
1296
1308
|
isUTC: () => boolean;
|
|
@@ -1315,22 +1327,10 @@ declare var __VLS_10: {
|
|
|
1315
1327
|
onEndHeaderLabelClick: typeof onEndPanelHeaderLabelClick;
|
|
1316
1328
|
onStartHeaderSelect: typeof onStartPanelHeaderSelect;
|
|
1317
1329
|
onEndHeaderSelect: typeof onEndPanelHeaderSelect;
|
|
1318
|
-
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
1319
|
-
showTime: boolean;
|
|
1320
|
-
disabledDate?: ((current: Date, type: "start" | "end") => boolean) | undefined;
|
|
1321
|
-
disabledTime?: ((current: Date, type: "start" | "end") => DisabledTimeProps) | undefined;
|
|
1322
|
-
utcOffset?: number | undefined;
|
|
1323
|
-
timezone?: string | undefined;
|
|
1324
|
-
hideNotInViewDates: boolean;
|
|
1325
|
-
dayStartOfWeek: WeekStart;
|
|
1326
|
-
abbreviation: boolean;
|
|
1327
|
-
shortcuts: ShortcutType[];
|
|
1328
|
-
shortcutsPosition: "left" | "right" | "bottom";
|
|
1329
|
-
hideTrigger: boolean;
|
|
1330
1330
|
};
|
|
1331
1331
|
}, __VLS_64: {}, __VLS_67: {
|
|
1332
|
-
type: string;
|
|
1333
1332
|
date: Date;
|
|
1333
|
+
type: string;
|
|
1334
1334
|
};
|
|
1335
1335
|
type __VLS_Slots = {} & {
|
|
1336
1336
|
trigger?: (props: typeof __VLS_10) => any;
|
|
@@ -1357,7 +1357,7 @@ type __VLS_Slots = {} & {
|
|
|
1357
1357
|
};
|
|
1358
1358
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1359
1359
|
mode: {
|
|
1360
|
-
type: PropType<
|
|
1360
|
+
type: PropType<'date' | 'year' | 'quarter' | 'month' | 'week'>;
|
|
1361
1361
|
default: string;
|
|
1362
1362
|
};
|
|
1363
1363
|
modelValue: {
|
|
@@ -1384,7 +1384,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1384
1384
|
type: StringConstructor;
|
|
1385
1385
|
};
|
|
1386
1386
|
valueFormat: {
|
|
1387
|
-
type: PropType<
|
|
1387
|
+
type: PropType<'timestamp' | 'Date' | string>;
|
|
1388
1388
|
};
|
|
1389
1389
|
showTime: {
|
|
1390
1390
|
type: BooleanConstructor;
|
|
@@ -1408,10 +1408,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1408
1408
|
default: boolean;
|
|
1409
1409
|
};
|
|
1410
1410
|
disabledDate: {
|
|
1411
|
-
type: PropType<(current: Date, type:
|
|
1411
|
+
type: PropType<(current: Date, type: 'start' | 'end') => boolean>;
|
|
1412
1412
|
};
|
|
1413
1413
|
disabledTime: {
|
|
1414
|
-
type: PropType<(current: Date, type:
|
|
1414
|
+
type: PropType<(current: Date, type: 'start' | 'end') => DisabledTimeProps>;
|
|
1415
1415
|
};
|
|
1416
1416
|
separator: {
|
|
1417
1417
|
type: StringConstructor;
|
|
@@ -1442,7 +1442,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1442
1442
|
default: boolean;
|
|
1443
1443
|
};
|
|
1444
1444
|
readonly: {
|
|
1445
|
-
type: (
|
|
1445
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1446
1446
|
};
|
|
1447
1447
|
error: {
|
|
1448
1448
|
type: BooleanConstructor;
|
|
@@ -1455,11 +1455,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1455
1455
|
default: () => never[];
|
|
1456
1456
|
};
|
|
1457
1457
|
shortcutsPosition: {
|
|
1458
|
-
type: PropType<
|
|
1458
|
+
type: PropType<'left' | 'bottom' | 'right'>;
|
|
1459
1459
|
default: string;
|
|
1460
1460
|
};
|
|
1461
1461
|
position: {
|
|
1462
|
-
type: PropType<
|
|
1462
|
+
type: PropType<'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br'>;
|
|
1463
1463
|
default: string;
|
|
1464
1464
|
};
|
|
1465
1465
|
popupVisible: {
|
|
@@ -1503,19 +1503,19 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1503
1503
|
default: boolean;
|
|
1504
1504
|
};
|
|
1505
1505
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1506
|
-
clear: () => any;
|
|
1507
1506
|
change: (value: (CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any;
|
|
1508
|
-
|
|
1509
|
-
"update:popupVisible": (visible: boolean) => any;
|
|
1510
|
-
"update:modelValue": (value: (CalendarValue | undefined)[] | undefined) => any;
|
|
1511
|
-
"popup-visible-change": (visible: boolean) => any;
|
|
1507
|
+
clear: () => any;
|
|
1512
1508
|
ok: (value: CalendarValue[], date: Date[], dateString: string[]) => any;
|
|
1513
|
-
"select-shortcut": (shortcut: ShortcutType) => any;
|
|
1514
1509
|
"picker-value-change": (value: CalendarValue[], date: Date[], dateString: string[]) => any;
|
|
1510
|
+
"popup-visible-change": (visible: boolean) => any;
|
|
1511
|
+
select: (value: (CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any;
|
|
1512
|
+
"select-shortcut": (shortcut: ShortcutType) => any;
|
|
1513
|
+
"update:modelValue": (value: (CalendarValue | undefined)[] | undefined) => any;
|
|
1515
1514
|
"update:pickerValue": (value: CalendarValue[]) => any;
|
|
1515
|
+
"update:popupVisible": (visible: boolean) => any;
|
|
1516
1516
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1517
1517
|
mode: {
|
|
1518
|
-
type: PropType<
|
|
1518
|
+
type: PropType<'date' | 'year' | 'quarter' | 'month' | 'week'>;
|
|
1519
1519
|
default: string;
|
|
1520
1520
|
};
|
|
1521
1521
|
modelValue: {
|
|
@@ -1542,7 +1542,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1542
1542
|
type: StringConstructor;
|
|
1543
1543
|
};
|
|
1544
1544
|
valueFormat: {
|
|
1545
|
-
type: PropType<
|
|
1545
|
+
type: PropType<'timestamp' | 'Date' | string>;
|
|
1546
1546
|
};
|
|
1547
1547
|
showTime: {
|
|
1548
1548
|
type: BooleanConstructor;
|
|
@@ -1566,10 +1566,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1566
1566
|
default: boolean;
|
|
1567
1567
|
};
|
|
1568
1568
|
disabledDate: {
|
|
1569
|
-
type: PropType<(current: Date, type:
|
|
1569
|
+
type: PropType<(current: Date, type: 'start' | 'end') => boolean>;
|
|
1570
1570
|
};
|
|
1571
1571
|
disabledTime: {
|
|
1572
|
-
type: PropType<(current: Date, type:
|
|
1572
|
+
type: PropType<(current: Date, type: 'start' | 'end') => DisabledTimeProps>;
|
|
1573
1573
|
};
|
|
1574
1574
|
separator: {
|
|
1575
1575
|
type: StringConstructor;
|
|
@@ -1600,7 +1600,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1600
1600
|
default: boolean;
|
|
1601
1601
|
};
|
|
1602
1602
|
readonly: {
|
|
1603
|
-
type: (
|
|
1603
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1604
1604
|
};
|
|
1605
1605
|
error: {
|
|
1606
1606
|
type: BooleanConstructor;
|
|
@@ -1613,11 +1613,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1613
1613
|
default: () => never[];
|
|
1614
1614
|
};
|
|
1615
1615
|
shortcutsPosition: {
|
|
1616
|
-
type: PropType<
|
|
1616
|
+
type: PropType<'left' | 'bottom' | 'right'>;
|
|
1617
1617
|
default: string;
|
|
1618
1618
|
};
|
|
1619
1619
|
position: {
|
|
1620
|
-
type: PropType<
|
|
1620
|
+
type: PropType<'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br'>;
|
|
1621
1621
|
default: string;
|
|
1622
1622
|
};
|
|
1623
1623
|
popupVisible: {
|
|
@@ -1661,41 +1661,41 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1661
1661
|
default: boolean;
|
|
1662
1662
|
};
|
|
1663
1663
|
}>> & Readonly<{
|
|
1664
|
-
onClear?: (() => any) | undefined;
|
|
1665
1664
|
onChange?: ((value: (CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
|
|
1666
|
-
|
|
1667
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1668
|
-
"onUpdate:modelValue"?: ((value: (CalendarValue | undefined)[] | undefined) => any) | undefined;
|
|
1669
|
-
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
1665
|
+
onClear?: (() => any) | undefined;
|
|
1670
1666
|
onOk?: ((value: CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
|
|
1671
|
-
"onSelect-shortcut"?: ((shortcut: ShortcutType) => any) | undefined;
|
|
1672
1667
|
"onPicker-value-change"?: ((value: CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
|
|
1668
|
+
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
1669
|
+
onSelect?: ((value: (CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any) | undefined;
|
|
1670
|
+
"onSelect-shortcut"?: ((shortcut: ShortcutType) => any) | undefined;
|
|
1671
|
+
"onUpdate:modelValue"?: ((value: (CalendarValue | undefined)[] | undefined) => any) | undefined;
|
|
1673
1672
|
"onUpdate:pickerValue"?: ((value: CalendarValue[]) => any) | undefined;
|
|
1673
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1674
1674
|
}>, {
|
|
1675
|
-
|
|
1675
|
+
mode: "date" | "month" | "quarter" | "week" | "year";
|
|
1676
1676
|
disabled: boolean | boolean[];
|
|
1677
|
+
dayStartOfWeek: WeekStart;
|
|
1678
|
+
showTime: boolean;
|
|
1679
|
+
inputProps: Record<string, any>[];
|
|
1680
|
+
fitWidth: boolean;
|
|
1681
|
+
maxWFull: boolean;
|
|
1682
|
+
exchangeTime: boolean;
|
|
1683
|
+
fixedTime: boolean;
|
|
1684
|
+
clearRangeOnReselect: boolean;
|
|
1685
|
+
hideTrigger: boolean;
|
|
1686
|
+
allowClear: boolean;
|
|
1677
1687
|
error: boolean;
|
|
1688
|
+
shortcuts: ShortcutType[];
|
|
1689
|
+
shortcutsPosition: "bottom" | "left" | "right";
|
|
1690
|
+
position: "bl" | "bottom" | "br" | "tl" | "top" | "tr";
|
|
1678
1691
|
popupVisible: boolean;
|
|
1679
1692
|
defaultPopupVisible: boolean;
|
|
1680
1693
|
unmountOnClose: boolean;
|
|
1681
|
-
allowClear: boolean;
|
|
1682
|
-
fitWidth: boolean;
|
|
1683
|
-
maxWFull: boolean;
|
|
1684
|
-
disabledInput: boolean;
|
|
1685
|
-
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
1686
|
-
showTime: boolean;
|
|
1687
1694
|
hideNotInViewDates: boolean;
|
|
1688
|
-
|
|
1695
|
+
previewShortcut: boolean;
|
|
1689
1696
|
showConfirmBtn: boolean;
|
|
1697
|
+
disabledInput: boolean;
|
|
1690
1698
|
abbreviation: boolean;
|
|
1691
|
-
shortcuts: ShortcutType[];
|
|
1692
|
-
shortcutsPosition: "left" | "right" | "bottom";
|
|
1693
|
-
hideTrigger: boolean;
|
|
1694
|
-
inputProps: Record<string, any>[];
|
|
1695
|
-
previewShortcut: boolean;
|
|
1696
|
-
exchangeTime: boolean;
|
|
1697
|
-
fixedTime: boolean;
|
|
1698
|
-
clearRangeOnReselect: boolean;
|
|
1699
1699
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1700
1700
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
1701
1701
|
declare const _default: typeof __VLS_export;
|