@sdata/web-vue 4.5.1 → 4.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_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
|
@@ -2,23 +2,25 @@ import { nextTick } from 'vue';
|
|
|
2
2
|
import type { ComponentPublicInstance, PropType } from 'vue';
|
|
3
3
|
import type { FloatingOptions } from '../_utils/floating';
|
|
4
4
|
import type { FilterOption, SelectOptionData, SelectOptionGroup } from '../select/interface';
|
|
5
|
+
declare const focus: () => void | undefined;
|
|
6
|
+
declare const blur: () => void | undefined;
|
|
5
7
|
declare var __VLS_15: {
|
|
6
8
|
data: {
|
|
7
9
|
[x: string]: unknown;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
tagProps?: Record<string, unknown>;
|
|
8
12
|
raw: {
|
|
9
13
|
[x: string]: unknown;
|
|
10
|
-
value?: import("../select/interface").SelectOptionValue
|
|
11
|
-
label?: string
|
|
12
|
-
disabled?: boolean
|
|
13
|
-
tagProps?: Record<string, unknown
|
|
14
|
+
value?: import("../select/interface").SelectOptionValue;
|
|
15
|
+
label?: string;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
tagProps?: Record<string, unknown>;
|
|
14
18
|
};
|
|
15
19
|
key: string;
|
|
16
|
-
index?: number
|
|
17
|
-
origin:
|
|
20
|
+
index?: number;
|
|
21
|
+
origin: 'options' | 'extraOptions';
|
|
18
22
|
value: import("../select/interface").SelectOptionValue;
|
|
19
23
|
label: string;
|
|
20
|
-
disabled?: boolean | undefined;
|
|
21
|
-
tagProps?: Record<string, unknown> | undefined;
|
|
22
24
|
} | undefined;
|
|
23
25
|
}, __VLS_81: {}, __VLS_84: {};
|
|
24
26
|
type __VLS_Slots = {} & {
|
|
@@ -51,7 +53,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
51
53
|
default: boolean;
|
|
52
54
|
};
|
|
53
55
|
type: {
|
|
54
|
-
type: PropType<
|
|
56
|
+
type: PropType<'input' | 'textarea'>;
|
|
55
57
|
default: string;
|
|
56
58
|
};
|
|
57
59
|
disabled: {
|
|
@@ -59,7 +61,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
59
61
|
default: boolean;
|
|
60
62
|
};
|
|
61
63
|
readonly: {
|
|
62
|
-
type: (
|
|
64
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
63
65
|
default: boolean;
|
|
64
66
|
};
|
|
65
67
|
allowClear: {
|
|
@@ -80,12 +82,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
80
82
|
$: import("vue").ComponentInternalInstance;
|
|
81
83
|
$data: {};
|
|
82
84
|
$props: Partial<{
|
|
83
|
-
type: "text" | "password";
|
|
84
|
-
disabled: boolean;
|
|
85
|
-
error: boolean;
|
|
86
|
-
readonly: string | boolean;
|
|
87
85
|
defaultValue: string;
|
|
88
86
|
allowClear: boolean;
|
|
87
|
+
disabled: boolean;
|
|
88
|
+
readonly: string | boolean;
|
|
89
|
+
error: boolean;
|
|
89
90
|
fitWidth: boolean;
|
|
90
91
|
maxWFull: boolean;
|
|
91
92
|
maxLength: number | {
|
|
@@ -93,14 +94,17 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
93
94
|
errorOnly?: boolean;
|
|
94
95
|
};
|
|
95
96
|
showWordLimit: boolean;
|
|
97
|
+
type: "password" | "text";
|
|
96
98
|
fitWidthFallback: string;
|
|
97
99
|
}> & Omit<{
|
|
98
|
-
readonly
|
|
99
|
-
readonly disabled: boolean;
|
|
100
|
-
readonly error: boolean;
|
|
101
|
-
readonly readonly: string | boolean;
|
|
100
|
+
readonly modelValue?: string | undefined;
|
|
102
101
|
readonly defaultValue: string;
|
|
102
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
103
103
|
readonly allowClear: boolean;
|
|
104
|
+
readonly disabled: boolean;
|
|
105
|
+
readonly readonly: string | boolean;
|
|
106
|
+
readonly error: boolean;
|
|
107
|
+
readonly placeholder?: string | undefined;
|
|
104
108
|
readonly fitWidth: boolean;
|
|
105
109
|
readonly maxWFull: boolean;
|
|
106
110
|
readonly maxLength: number | {
|
|
@@ -108,23 +112,21 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
108
112
|
errorOnly?: boolean;
|
|
109
113
|
};
|
|
110
114
|
readonly showWordLimit: boolean;
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly modelValue?: string | undefined;
|
|
114
|
-
readonly placeholder?: string | undefined;
|
|
115
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
116
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
115
117
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
118
|
+
readonly type: "password" | "text";
|
|
119
|
+
readonly fitWidthFallback: string;
|
|
116
120
|
readonly prepend?: string | undefined;
|
|
117
121
|
readonly append?: string | undefined;
|
|
118
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
119
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
120
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
121
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
122
122
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
123
123
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
124
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
125
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
124
126
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
125
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
126
127
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
127
|
-
|
|
128
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
129
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
128
130
|
$attrs: import("vue").Attrs;
|
|
129
131
|
$refs: {
|
|
130
132
|
[x: string]: unknown;
|
|
@@ -135,7 +137,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
135
137
|
$root: ComponentPublicInstance | null;
|
|
136
138
|
$parent: ComponentPublicInstance | null;
|
|
137
139
|
$host: Element | null;
|
|
138
|
-
$emit: ((event: "
|
|
140
|
+
$emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
|
|
139
141
|
$el: any;
|
|
140
142
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
141
143
|
modelValue: StringConstructor;
|
|
@@ -143,7 +145,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
143
145
|
type: StringConstructor;
|
|
144
146
|
default: string;
|
|
145
147
|
};
|
|
146
|
-
size: PropType<import("
|
|
148
|
+
size: PropType<import("..").Size>;
|
|
147
149
|
allowClear: {
|
|
148
150
|
type: BooleanConstructor;
|
|
149
151
|
default: boolean;
|
|
@@ -153,7 +155,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
153
155
|
default: boolean;
|
|
154
156
|
};
|
|
155
157
|
readonly: {
|
|
156
|
-
type: (
|
|
158
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
157
159
|
default: boolean;
|
|
158
160
|
};
|
|
159
161
|
error: {
|
|
@@ -184,7 +186,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
184
186
|
wordSlice: PropType<(value: string, maxLength: number) => string>;
|
|
185
187
|
inputAttrs: ObjectConstructor;
|
|
186
188
|
type: {
|
|
187
|
-
type: PropType<
|
|
189
|
+
type: PropType<'text' | 'password'>;
|
|
188
190
|
default: string;
|
|
189
191
|
};
|
|
190
192
|
fitWidthFallback: {
|
|
@@ -194,32 +196,31 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
194
196
|
prepend: StringConstructor;
|
|
195
197
|
append: StringConstructor;
|
|
196
198
|
}>> & Readonly<{
|
|
197
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
198
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
199
199
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
200
200
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
201
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
202
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
201
203
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
202
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
203
204
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
205
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
204
206
|
}>, {
|
|
205
207
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
206
208
|
focus: () => void | undefined;
|
|
207
209
|
blur: () => void | undefined;
|
|
208
210
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
209
|
-
clear: (_event: MouseEvent) => void;
|
|
210
|
-
focus: (_event: FocusEvent) => void;
|
|
211
211
|
blur: (_event: FocusEvent) => void;
|
|
212
212
|
change: (_value: string, _event: Event) => void;
|
|
213
|
+
clear: (_event: MouseEvent) => void;
|
|
214
|
+
focus: (_event: FocusEvent) => void;
|
|
213
215
|
input: (_value: string, _event: Event) => void;
|
|
214
|
-
"update:modelValue": (_value: string) => void;
|
|
215
216
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
217
|
+
"update:modelValue": (_value: string) => void;
|
|
216
218
|
}, string, {
|
|
217
|
-
type: "text" | "password";
|
|
218
|
-
disabled: boolean;
|
|
219
|
-
error: boolean;
|
|
220
|
-
readonly: string | boolean;
|
|
221
219
|
defaultValue: string;
|
|
222
220
|
allowClear: boolean;
|
|
221
|
+
disabled: boolean;
|
|
222
|
+
readonly: string | boolean;
|
|
223
|
+
error: boolean;
|
|
223
224
|
fitWidth: boolean;
|
|
224
225
|
maxWFull: boolean;
|
|
225
226
|
maxLength: number | {
|
|
@@ -227,34 +228,34 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
227
228
|
errorOnly?: boolean;
|
|
228
229
|
};
|
|
229
230
|
showWordLimit: boolean;
|
|
231
|
+
type: "password" | "text";
|
|
230
232
|
fitWidthFallback: string;
|
|
231
233
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
232
|
-
beforeCreate?: (() => void) | (() => void)
|
|
233
|
-
created?: (() => void) | (() => void)
|
|
234
|
-
beforeMount?: (() => void) | (() => void)
|
|
235
|
-
mounted?: (() => void) | (() => void)
|
|
236
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
237
|
-
updated?: (() => void) | (() => void)
|
|
238
|
-
activated?: (() => void) | (() => void)
|
|
239
|
-
deactivated?: (() => void) | (() => void)
|
|
240
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
241
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
242
|
-
destroyed?: (() => void) | (() => void)
|
|
243
|
-
unmounted?: (() => void) | (() => void)
|
|
244
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
245
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
246
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)
|
|
234
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
235
|
+
created?: (() => void)[] | (() => void);
|
|
236
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
237
|
+
mounted?: (() => void)[] | (() => void);
|
|
238
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
239
|
+
updated?: (() => void)[] | (() => void);
|
|
240
|
+
activated?: (() => void)[] | (() => void);
|
|
241
|
+
deactivated?: (() => void)[] | (() => void);
|
|
242
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
243
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
244
|
+
destroyed?: (() => void)[] | (() => void);
|
|
245
|
+
unmounted?: (() => void)[] | (() => void);
|
|
246
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
247
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
248
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void);
|
|
247
249
|
};
|
|
248
250
|
$forceUpdate: () => void;
|
|
249
251
|
$nextTick: typeof nextTick;
|
|
250
252
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
251
253
|
} & Readonly<{
|
|
252
|
-
type: "text" | "password";
|
|
253
|
-
disabled: boolean;
|
|
254
|
-
error: boolean;
|
|
255
|
-
readonly: string | boolean;
|
|
256
254
|
defaultValue: string;
|
|
257
255
|
allowClear: boolean;
|
|
256
|
+
disabled: boolean;
|
|
257
|
+
readonly: string | boolean;
|
|
258
|
+
error: boolean;
|
|
258
259
|
fitWidth: boolean;
|
|
259
260
|
maxWFull: boolean;
|
|
260
261
|
maxLength: number | {
|
|
@@ -262,6 +263,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
262
263
|
errorOnly?: boolean;
|
|
263
264
|
};
|
|
264
265
|
showWordLimit: boolean;
|
|
266
|
+
type: "password" | "text";
|
|
265
267
|
fitWidthFallback: string;
|
|
266
268
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
267
269
|
modelValue: StringConstructor;
|
|
@@ -269,7 +271,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
269
271
|
type: StringConstructor;
|
|
270
272
|
default: string;
|
|
271
273
|
};
|
|
272
|
-
size: PropType<import("
|
|
274
|
+
size: PropType<import("..").Size>;
|
|
273
275
|
allowClear: {
|
|
274
276
|
type: BooleanConstructor;
|
|
275
277
|
default: boolean;
|
|
@@ -279,7 +281,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
279
281
|
default: boolean;
|
|
280
282
|
};
|
|
281
283
|
readonly: {
|
|
282
|
-
type: (
|
|
284
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
283
285
|
default: boolean;
|
|
284
286
|
};
|
|
285
287
|
error: {
|
|
@@ -310,7 +312,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
310
312
|
wordSlice: PropType<(value: string, maxLength: number) => string>;
|
|
311
313
|
inputAttrs: ObjectConstructor;
|
|
312
314
|
type: {
|
|
313
|
-
type: PropType<
|
|
315
|
+
type: PropType<'text' | 'password'>;
|
|
314
316
|
default: string;
|
|
315
317
|
};
|
|
316
318
|
fitWidthFallback: {
|
|
@@ -320,14 +322,14 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
320
322
|
prepend: StringConstructor;
|
|
321
323
|
append: StringConstructor;
|
|
322
324
|
}>> & Readonly<{
|
|
323
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
324
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
325
325
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
326
326
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
327
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
328
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
327
329
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
328
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
329
330
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
330
|
-
|
|
331
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
332
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
331
333
|
inputRef: HTMLInputElement | undefined;
|
|
332
334
|
focus: () => void | undefined;
|
|
333
335
|
blur: () => void | undefined;
|
|
@@ -345,51 +347,51 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
345
347
|
$: import("vue").ComponentInternalInstance;
|
|
346
348
|
$data: {};
|
|
347
349
|
$props: Partial<{
|
|
348
|
-
disabled: boolean;
|
|
349
|
-
error: boolean;
|
|
350
|
-
readonly: string | boolean;
|
|
351
350
|
defaultValue: string;
|
|
352
|
-
allowClear: boolean;
|
|
353
351
|
fitWidth: boolean;
|
|
354
352
|
maxWFull: boolean;
|
|
353
|
+
disabled: boolean;
|
|
354
|
+
readonly: string | boolean;
|
|
355
|
+
error: boolean;
|
|
355
356
|
maxLength: number | {
|
|
356
357
|
length: number;
|
|
357
358
|
errorOnly?: boolean;
|
|
358
359
|
};
|
|
359
360
|
showWordLimit: boolean;
|
|
361
|
+
allowClear: boolean;
|
|
360
362
|
autoSize: boolean | {
|
|
361
363
|
minRows?: number;
|
|
362
364
|
maxRows?: number;
|
|
363
365
|
};
|
|
364
366
|
}> & Omit<{
|
|
365
|
-
readonly
|
|
366
|
-
readonly error: boolean;
|
|
367
|
-
readonly readonly: string | boolean;
|
|
367
|
+
readonly modelValue?: string | undefined;
|
|
368
368
|
readonly defaultValue: string;
|
|
369
|
-
readonly
|
|
369
|
+
readonly placeholder?: string | undefined;
|
|
370
370
|
readonly fitWidth: boolean;
|
|
371
371
|
readonly maxWFull: boolean;
|
|
372
|
+
readonly disabled: boolean;
|
|
373
|
+
readonly readonly: string | boolean;
|
|
374
|
+
readonly error: boolean;
|
|
372
375
|
readonly maxLength: number | {
|
|
373
376
|
length: number;
|
|
374
377
|
errorOnly?: boolean;
|
|
375
378
|
};
|
|
376
379
|
readonly showWordLimit: boolean;
|
|
380
|
+
readonly allowClear: boolean;
|
|
377
381
|
readonly autoSize: boolean | {
|
|
378
382
|
minRows?: number;
|
|
379
383
|
maxRows?: number;
|
|
380
384
|
};
|
|
381
|
-
readonly modelValue?: string | undefined;
|
|
382
|
-
readonly placeholder?: string | undefined;
|
|
383
385
|
readonly wordLength?: ((value: string) => number) | undefined;
|
|
384
386
|
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
385
387
|
readonly textareaAttrs?: Record<string, any> | undefined;
|
|
386
|
-
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
387
|
-
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
388
388
|
readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
389
389
|
readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
390
|
+
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
391
|
+
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
390
392
|
readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
391
393
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
392
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
394
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
|
|
393
395
|
$attrs: import("vue").Attrs;
|
|
394
396
|
$refs: {
|
|
395
397
|
[x: string]: unknown;
|
|
@@ -400,7 +402,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
400
402
|
$root: ComponentPublicInstance | null;
|
|
401
403
|
$parent: ComponentPublicInstance | null;
|
|
402
404
|
$host: Element | null;
|
|
403
|
-
$emit: ((event: "
|
|
405
|
+
$emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
|
|
404
406
|
$el: any;
|
|
405
407
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
406
408
|
modelValue: StringConstructor;
|
|
@@ -422,7 +424,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
422
424
|
default: boolean;
|
|
423
425
|
};
|
|
424
426
|
readonly: {
|
|
425
|
-
type: (
|
|
427
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
426
428
|
default: boolean;
|
|
427
429
|
};
|
|
428
430
|
error: {
|
|
@@ -461,72 +463,72 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
461
463
|
type: PropType<Record<string, any>>;
|
|
462
464
|
};
|
|
463
465
|
}>> & Readonly<{
|
|
464
|
-
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
465
|
-
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
466
466
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
467
467
|
onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
468
|
+
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
469
|
+
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
468
470
|
onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
469
471
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
470
472
|
}>, {
|
|
471
473
|
focus: () => void;
|
|
472
474
|
blur: () => void;
|
|
473
475
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
474
|
-
clear: (_ev: MouseEvent) => any;
|
|
475
|
-
focus: (_ev: FocusEvent) => any;
|
|
476
476
|
blur: (_ev: FocusEvent) => any;
|
|
477
477
|
change: (_value: string, _ev: Event) => any;
|
|
478
|
+
clear: (_ev: MouseEvent) => any;
|
|
479
|
+
focus: (_ev: FocusEvent) => any;
|
|
478
480
|
input: (_value: string, _ev: Event) => any;
|
|
479
481
|
"update:modelValue": (_value: string) => any;
|
|
480
482
|
}, string, {
|
|
481
|
-
disabled: boolean;
|
|
482
|
-
error: boolean;
|
|
483
|
-
readonly: string | boolean;
|
|
484
483
|
defaultValue: string;
|
|
485
|
-
allowClear: boolean;
|
|
486
484
|
fitWidth: boolean;
|
|
487
485
|
maxWFull: boolean;
|
|
486
|
+
disabled: boolean;
|
|
487
|
+
readonly: string | boolean;
|
|
488
|
+
error: boolean;
|
|
488
489
|
maxLength: number | {
|
|
489
490
|
length: number;
|
|
490
491
|
errorOnly?: boolean;
|
|
491
492
|
};
|
|
492
493
|
showWordLimit: boolean;
|
|
494
|
+
allowClear: boolean;
|
|
493
495
|
autoSize: boolean | {
|
|
494
496
|
minRows?: number;
|
|
495
497
|
maxRows?: number;
|
|
496
498
|
};
|
|
497
499
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
498
|
-
beforeCreate?: (() => void) | (() => void)
|
|
499
|
-
created?: (() => void) | (() => void)
|
|
500
|
-
beforeMount?: (() => void) | (() => void)
|
|
501
|
-
mounted?: (() => void) | (() => void)
|
|
502
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
503
|
-
updated?: (() => void) | (() => void)
|
|
504
|
-
activated?: (() => void) | (() => void)
|
|
505
|
-
deactivated?: (() => void) | (() => void)
|
|
506
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
507
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
508
|
-
destroyed?: (() => void) | (() => void)
|
|
509
|
-
unmounted?: (() => void) | (() => void)
|
|
510
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
511
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
512
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)
|
|
500
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
501
|
+
created?: (() => void)[] | (() => void);
|
|
502
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
503
|
+
mounted?: (() => void)[] | (() => void);
|
|
504
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
505
|
+
updated?: (() => void)[] | (() => void);
|
|
506
|
+
activated?: (() => void)[] | (() => void);
|
|
507
|
+
deactivated?: (() => void)[] | (() => void);
|
|
508
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
509
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
510
|
+
destroyed?: (() => void)[] | (() => void);
|
|
511
|
+
unmounted?: (() => void)[] | (() => void);
|
|
512
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
513
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
514
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void);
|
|
513
515
|
};
|
|
514
516
|
$forceUpdate: () => void;
|
|
515
517
|
$nextTick: typeof nextTick;
|
|
516
518
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
517
519
|
} & Readonly<{
|
|
518
|
-
disabled: boolean;
|
|
519
|
-
error: boolean;
|
|
520
|
-
readonly: string | boolean;
|
|
521
520
|
defaultValue: string;
|
|
522
|
-
allowClear: boolean;
|
|
523
521
|
fitWidth: boolean;
|
|
524
522
|
maxWFull: boolean;
|
|
523
|
+
disabled: boolean;
|
|
524
|
+
readonly: string | boolean;
|
|
525
|
+
error: boolean;
|
|
525
526
|
maxLength: number | {
|
|
526
527
|
length: number;
|
|
527
528
|
errorOnly?: boolean;
|
|
528
529
|
};
|
|
529
530
|
showWordLimit: boolean;
|
|
531
|
+
allowClear: boolean;
|
|
530
532
|
autoSize: boolean | {
|
|
531
533
|
minRows?: number;
|
|
532
534
|
maxRows?: number;
|
|
@@ -551,7 +553,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
551
553
|
default: boolean;
|
|
552
554
|
};
|
|
553
555
|
readonly: {
|
|
554
|
-
type: (
|
|
556
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
555
557
|
default: boolean;
|
|
556
558
|
};
|
|
557
559
|
error: {
|
|
@@ -590,13 +592,13 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
590
592
|
type: PropType<Record<string, any>>;
|
|
591
593
|
};
|
|
592
594
|
}>> & Readonly<{
|
|
593
|
-
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
594
|
-
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
595
595
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
596
596
|
onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
597
|
+
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
598
|
+
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
597
599
|
onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
598
600
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
599
|
-
}>, "
|
|
601
|
+
}>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
|
|
600
602
|
focus: () => void;
|
|
601
603
|
blur: () => void;
|
|
602
604
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -607,12 +609,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
607
609
|
$: import("vue").ComponentInternalInstance;
|
|
608
610
|
$data: {};
|
|
609
611
|
$props: Partial<{
|
|
610
|
-
type: "text" | "password";
|
|
611
|
-
disabled: boolean;
|
|
612
|
-
error: boolean;
|
|
613
|
-
readonly: string | boolean;
|
|
614
612
|
defaultValue: string;
|
|
615
613
|
allowClear: boolean;
|
|
614
|
+
disabled: boolean;
|
|
615
|
+
readonly: string | boolean;
|
|
616
|
+
error: boolean;
|
|
616
617
|
fitWidth: boolean;
|
|
617
618
|
maxWFull: boolean;
|
|
618
619
|
maxLength: number | {
|
|
@@ -620,14 +621,17 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
620
621
|
errorOnly?: boolean;
|
|
621
622
|
};
|
|
622
623
|
showWordLimit: boolean;
|
|
624
|
+
type: "password" | "text";
|
|
623
625
|
fitWidthFallback: string;
|
|
624
626
|
}> & Omit<{
|
|
625
|
-
readonly
|
|
626
|
-
readonly disabled: boolean;
|
|
627
|
-
readonly error: boolean;
|
|
628
|
-
readonly readonly: string | boolean;
|
|
627
|
+
readonly modelValue?: string | undefined;
|
|
629
628
|
readonly defaultValue: string;
|
|
629
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
630
630
|
readonly allowClear: boolean;
|
|
631
|
+
readonly disabled: boolean;
|
|
632
|
+
readonly readonly: string | boolean;
|
|
633
|
+
readonly error: boolean;
|
|
634
|
+
readonly placeholder?: string | undefined;
|
|
631
635
|
readonly fitWidth: boolean;
|
|
632
636
|
readonly maxWFull: boolean;
|
|
633
637
|
readonly maxLength: number | {
|
|
@@ -635,23 +639,21 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
635
639
|
errorOnly?: boolean;
|
|
636
640
|
};
|
|
637
641
|
readonly showWordLimit: boolean;
|
|
638
|
-
readonly
|
|
639
|
-
readonly
|
|
640
|
-
readonly modelValue?: string | undefined;
|
|
641
|
-
readonly placeholder?: string | undefined;
|
|
642
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
643
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
642
644
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
645
|
+
readonly type: "password" | "text";
|
|
646
|
+
readonly fitWidthFallback: string;
|
|
643
647
|
readonly prepend?: string | undefined;
|
|
644
648
|
readonly append?: string | undefined;
|
|
645
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
646
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
647
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
648
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
649
649
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
650
650
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
651
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
652
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
651
653
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
652
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
653
654
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
654
|
-
|
|
655
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
656
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
655
657
|
$attrs: import("vue").Attrs;
|
|
656
658
|
$refs: {
|
|
657
659
|
[x: string]: unknown;
|
|
@@ -662,7 +664,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
662
664
|
$root: ComponentPublicInstance | null;
|
|
663
665
|
$parent: ComponentPublicInstance | null;
|
|
664
666
|
$host: Element | null;
|
|
665
|
-
$emit: ((event: "
|
|
667
|
+
$emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
|
|
666
668
|
$el: any;
|
|
667
669
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
668
670
|
modelValue: StringConstructor;
|
|
@@ -670,7 +672,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
670
672
|
type: StringConstructor;
|
|
671
673
|
default: string;
|
|
672
674
|
};
|
|
673
|
-
size: PropType<import("
|
|
675
|
+
size: PropType<import("..").Size>;
|
|
674
676
|
allowClear: {
|
|
675
677
|
type: BooleanConstructor;
|
|
676
678
|
default: boolean;
|
|
@@ -680,7 +682,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
680
682
|
default: boolean;
|
|
681
683
|
};
|
|
682
684
|
readonly: {
|
|
683
|
-
type: (
|
|
685
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
684
686
|
default: boolean;
|
|
685
687
|
};
|
|
686
688
|
error: {
|
|
@@ -711,7 +713,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
711
713
|
wordSlice: PropType<(value: string, maxLength: number) => string>;
|
|
712
714
|
inputAttrs: ObjectConstructor;
|
|
713
715
|
type: {
|
|
714
|
-
type: PropType<
|
|
716
|
+
type: PropType<'text' | 'password'>;
|
|
715
717
|
default: string;
|
|
716
718
|
};
|
|
717
719
|
fitWidthFallback: {
|
|
@@ -721,32 +723,31 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
721
723
|
prepend: StringConstructor;
|
|
722
724
|
append: StringConstructor;
|
|
723
725
|
}>> & Readonly<{
|
|
724
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
725
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
726
726
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
727
727
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
728
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
729
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
728
730
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
729
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
730
731
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
732
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
731
733
|
}>, {
|
|
732
734
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
733
735
|
focus: () => void | undefined;
|
|
734
736
|
blur: () => void | undefined;
|
|
735
737
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
736
|
-
clear: (_event: MouseEvent) => void;
|
|
737
|
-
focus: (_event: FocusEvent) => void;
|
|
738
738
|
blur: (_event: FocusEvent) => void;
|
|
739
739
|
change: (_value: string, _event: Event) => void;
|
|
740
|
+
clear: (_event: MouseEvent) => void;
|
|
741
|
+
focus: (_event: FocusEvent) => void;
|
|
740
742
|
input: (_value: string, _event: Event) => void;
|
|
741
|
-
"update:modelValue": (_value: string) => void;
|
|
742
743
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
744
|
+
"update:modelValue": (_value: string) => void;
|
|
743
745
|
}, string, {
|
|
744
|
-
type: "text" | "password";
|
|
745
|
-
disabled: boolean;
|
|
746
|
-
error: boolean;
|
|
747
|
-
readonly: string | boolean;
|
|
748
746
|
defaultValue: string;
|
|
749
747
|
allowClear: boolean;
|
|
748
|
+
disabled: boolean;
|
|
749
|
+
readonly: string | boolean;
|
|
750
|
+
error: boolean;
|
|
750
751
|
fitWidth: boolean;
|
|
751
752
|
maxWFull: boolean;
|
|
752
753
|
maxLength: number | {
|
|
@@ -754,34 +755,34 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
754
755
|
errorOnly?: boolean;
|
|
755
756
|
};
|
|
756
757
|
showWordLimit: boolean;
|
|
758
|
+
type: "password" | "text";
|
|
757
759
|
fitWidthFallback: string;
|
|
758
760
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
759
|
-
beforeCreate?: (() => void) | (() => void)
|
|
760
|
-
created?: (() => void) | (() => void)
|
|
761
|
-
beforeMount?: (() => void) | (() => void)
|
|
762
|
-
mounted?: (() => void) | (() => void)
|
|
763
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
764
|
-
updated?: (() => void) | (() => void)
|
|
765
|
-
activated?: (() => void) | (() => void)
|
|
766
|
-
deactivated?: (() => void) | (() => void)
|
|
767
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
768
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
769
|
-
destroyed?: (() => void) | (() => void)
|
|
770
|
-
unmounted?: (() => void) | (() => void)
|
|
771
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
772
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
773
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)
|
|
761
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
762
|
+
created?: (() => void)[] | (() => void);
|
|
763
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
764
|
+
mounted?: (() => void)[] | (() => void);
|
|
765
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
766
|
+
updated?: (() => void)[] | (() => void);
|
|
767
|
+
activated?: (() => void)[] | (() => void);
|
|
768
|
+
deactivated?: (() => void)[] | (() => void);
|
|
769
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
770
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
771
|
+
destroyed?: (() => void)[] | (() => void);
|
|
772
|
+
unmounted?: (() => void)[] | (() => void);
|
|
773
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
774
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
775
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void);
|
|
774
776
|
};
|
|
775
777
|
$forceUpdate: () => void;
|
|
776
778
|
$nextTick: typeof nextTick;
|
|
777
779
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
778
780
|
} & Readonly<{
|
|
779
|
-
type: "text" | "password";
|
|
780
|
-
disabled: boolean;
|
|
781
|
-
error: boolean;
|
|
782
|
-
readonly: string | boolean;
|
|
783
781
|
defaultValue: string;
|
|
784
782
|
allowClear: boolean;
|
|
783
|
+
disabled: boolean;
|
|
784
|
+
readonly: string | boolean;
|
|
785
|
+
error: boolean;
|
|
785
786
|
fitWidth: boolean;
|
|
786
787
|
maxWFull: boolean;
|
|
787
788
|
maxLength: number | {
|
|
@@ -789,6 +790,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
789
790
|
errorOnly?: boolean;
|
|
790
791
|
};
|
|
791
792
|
showWordLimit: boolean;
|
|
793
|
+
type: "password" | "text";
|
|
792
794
|
fitWidthFallback: string;
|
|
793
795
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
794
796
|
modelValue: StringConstructor;
|
|
@@ -796,7 +798,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
796
798
|
type: StringConstructor;
|
|
797
799
|
default: string;
|
|
798
800
|
};
|
|
799
|
-
size: PropType<import("
|
|
801
|
+
size: PropType<import("..").Size>;
|
|
800
802
|
allowClear: {
|
|
801
803
|
type: BooleanConstructor;
|
|
802
804
|
default: boolean;
|
|
@@ -806,7 +808,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
806
808
|
default: boolean;
|
|
807
809
|
};
|
|
808
810
|
readonly: {
|
|
809
|
-
type: (
|
|
811
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
810
812
|
default: boolean;
|
|
811
813
|
};
|
|
812
814
|
error: {
|
|
@@ -837,7 +839,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
837
839
|
wordSlice: PropType<(value: string, maxLength: number) => string>;
|
|
838
840
|
inputAttrs: ObjectConstructor;
|
|
839
841
|
type: {
|
|
840
|
-
type: PropType<
|
|
842
|
+
type: PropType<'text' | 'password'>;
|
|
841
843
|
default: string;
|
|
842
844
|
};
|
|
843
845
|
fitWidthFallback: {
|
|
@@ -847,14 +849,14 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
847
849
|
prepend: StringConstructor;
|
|
848
850
|
append: StringConstructor;
|
|
849
851
|
}>> & Readonly<{
|
|
850
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
851
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
852
852
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
853
853
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
854
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
855
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
854
856
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
855
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
856
857
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
857
|
-
|
|
858
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
859
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
858
860
|
inputRef: HTMLInputElement | undefined;
|
|
859
861
|
focus: () => void | undefined;
|
|
860
862
|
blur: () => void | undefined;
|
|
@@ -872,51 +874,51 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
872
874
|
$: import("vue").ComponentInternalInstance;
|
|
873
875
|
$data: {};
|
|
874
876
|
$props: Partial<{
|
|
875
|
-
disabled: boolean;
|
|
876
|
-
error: boolean;
|
|
877
|
-
readonly: string | boolean;
|
|
878
877
|
defaultValue: string;
|
|
879
|
-
allowClear: boolean;
|
|
880
878
|
fitWidth: boolean;
|
|
881
879
|
maxWFull: boolean;
|
|
880
|
+
disabled: boolean;
|
|
881
|
+
readonly: string | boolean;
|
|
882
|
+
error: boolean;
|
|
882
883
|
maxLength: number | {
|
|
883
884
|
length: number;
|
|
884
885
|
errorOnly?: boolean;
|
|
885
886
|
};
|
|
886
887
|
showWordLimit: boolean;
|
|
888
|
+
allowClear: boolean;
|
|
887
889
|
autoSize: boolean | {
|
|
888
890
|
minRows?: number;
|
|
889
891
|
maxRows?: number;
|
|
890
892
|
};
|
|
891
893
|
}> & Omit<{
|
|
892
|
-
readonly
|
|
893
|
-
readonly error: boolean;
|
|
894
|
-
readonly readonly: string | boolean;
|
|
894
|
+
readonly modelValue?: string | undefined;
|
|
895
895
|
readonly defaultValue: string;
|
|
896
|
-
readonly
|
|
896
|
+
readonly placeholder?: string | undefined;
|
|
897
897
|
readonly fitWidth: boolean;
|
|
898
898
|
readonly maxWFull: boolean;
|
|
899
|
+
readonly disabled: boolean;
|
|
900
|
+
readonly readonly: string | boolean;
|
|
901
|
+
readonly error: boolean;
|
|
899
902
|
readonly maxLength: number | {
|
|
900
903
|
length: number;
|
|
901
904
|
errorOnly?: boolean;
|
|
902
905
|
};
|
|
903
906
|
readonly showWordLimit: boolean;
|
|
907
|
+
readonly allowClear: boolean;
|
|
904
908
|
readonly autoSize: boolean | {
|
|
905
909
|
minRows?: number;
|
|
906
910
|
maxRows?: number;
|
|
907
911
|
};
|
|
908
|
-
readonly modelValue?: string | undefined;
|
|
909
|
-
readonly placeholder?: string | undefined;
|
|
910
912
|
readonly wordLength?: ((value: string) => number) | undefined;
|
|
911
913
|
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
912
914
|
readonly textareaAttrs?: Record<string, any> | undefined;
|
|
913
|
-
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
914
|
-
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
915
915
|
readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
916
916
|
readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
917
|
+
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
918
|
+
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
917
919
|
readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
918
920
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
919
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
921
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
|
|
920
922
|
$attrs: import("vue").Attrs;
|
|
921
923
|
$refs: {
|
|
922
924
|
[x: string]: unknown;
|
|
@@ -927,7 +929,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
927
929
|
$root: ComponentPublicInstance | null;
|
|
928
930
|
$parent: ComponentPublicInstance | null;
|
|
929
931
|
$host: Element | null;
|
|
930
|
-
$emit: ((event: "
|
|
932
|
+
$emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
|
|
931
933
|
$el: any;
|
|
932
934
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
933
935
|
modelValue: StringConstructor;
|
|
@@ -949,7 +951,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
949
951
|
default: boolean;
|
|
950
952
|
};
|
|
951
953
|
readonly: {
|
|
952
|
-
type: (
|
|
954
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
953
955
|
default: boolean;
|
|
954
956
|
};
|
|
955
957
|
error: {
|
|
@@ -988,72 +990,72 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
988
990
|
type: PropType<Record<string, any>>;
|
|
989
991
|
};
|
|
990
992
|
}>> & Readonly<{
|
|
991
|
-
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
992
|
-
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
993
993
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
994
994
|
onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
995
|
+
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
996
|
+
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
995
997
|
onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
996
998
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
997
999
|
}>, {
|
|
998
1000
|
focus: () => void;
|
|
999
1001
|
blur: () => void;
|
|
1000
1002
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1001
|
-
clear: (_ev: MouseEvent) => any;
|
|
1002
|
-
focus: (_ev: FocusEvent) => any;
|
|
1003
1003
|
blur: (_ev: FocusEvent) => any;
|
|
1004
1004
|
change: (_value: string, _ev: Event) => any;
|
|
1005
|
+
clear: (_ev: MouseEvent) => any;
|
|
1006
|
+
focus: (_ev: FocusEvent) => any;
|
|
1005
1007
|
input: (_value: string, _ev: Event) => any;
|
|
1006
1008
|
"update:modelValue": (_value: string) => any;
|
|
1007
1009
|
}, string, {
|
|
1008
|
-
disabled: boolean;
|
|
1009
|
-
error: boolean;
|
|
1010
|
-
readonly: string | boolean;
|
|
1011
1010
|
defaultValue: string;
|
|
1012
|
-
allowClear: boolean;
|
|
1013
1011
|
fitWidth: boolean;
|
|
1014
1012
|
maxWFull: boolean;
|
|
1013
|
+
disabled: boolean;
|
|
1014
|
+
readonly: string | boolean;
|
|
1015
|
+
error: boolean;
|
|
1015
1016
|
maxLength: number | {
|
|
1016
1017
|
length: number;
|
|
1017
1018
|
errorOnly?: boolean;
|
|
1018
1019
|
};
|
|
1019
1020
|
showWordLimit: boolean;
|
|
1021
|
+
allowClear: boolean;
|
|
1020
1022
|
autoSize: boolean | {
|
|
1021
1023
|
minRows?: number;
|
|
1022
1024
|
maxRows?: number;
|
|
1023
1025
|
};
|
|
1024
1026
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1025
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1026
|
-
created?: (() => void) | (() => void)
|
|
1027
|
-
beforeMount?: (() => void) | (() => void)
|
|
1028
|
-
mounted?: (() => void) | (() => void)
|
|
1029
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1030
|
-
updated?: (() => void) | (() => void)
|
|
1031
|
-
activated?: (() => void) | (() => void)
|
|
1032
|
-
deactivated?: (() => void) | (() => void)
|
|
1033
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1034
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1035
|
-
destroyed?: (() => void) | (() => void)
|
|
1036
|
-
unmounted?: (() => void) | (() => void)
|
|
1037
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1038
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1039
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1027
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1028
|
+
created?: (() => void)[] | (() => void);
|
|
1029
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1030
|
+
mounted?: (() => void)[] | (() => void);
|
|
1031
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1032
|
+
updated?: (() => void)[] | (() => void);
|
|
1033
|
+
activated?: (() => void)[] | (() => void);
|
|
1034
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1035
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1036
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1037
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1038
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1039
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1040
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1041
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1040
1042
|
};
|
|
1041
1043
|
$forceUpdate: () => void;
|
|
1042
1044
|
$nextTick: typeof nextTick;
|
|
1043
1045
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1044
1046
|
} & Readonly<{
|
|
1045
|
-
disabled: boolean;
|
|
1046
|
-
error: boolean;
|
|
1047
|
-
readonly: string | boolean;
|
|
1048
1047
|
defaultValue: string;
|
|
1049
|
-
allowClear: boolean;
|
|
1050
1048
|
fitWidth: boolean;
|
|
1051
1049
|
maxWFull: boolean;
|
|
1050
|
+
disabled: boolean;
|
|
1051
|
+
readonly: string | boolean;
|
|
1052
|
+
error: boolean;
|
|
1052
1053
|
maxLength: number | {
|
|
1053
1054
|
length: number;
|
|
1054
1055
|
errorOnly?: boolean;
|
|
1055
1056
|
};
|
|
1056
1057
|
showWordLimit: boolean;
|
|
1058
|
+
allowClear: boolean;
|
|
1057
1059
|
autoSize: boolean | {
|
|
1058
1060
|
minRows?: number;
|
|
1059
1061
|
maxRows?: number;
|
|
@@ -1078,7 +1080,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1078
1080
|
default: boolean;
|
|
1079
1081
|
};
|
|
1080
1082
|
readonly: {
|
|
1081
|
-
type: (
|
|
1083
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1082
1084
|
default: boolean;
|
|
1083
1085
|
};
|
|
1084
1086
|
error: {
|
|
@@ -1117,13 +1119,13 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1117
1119
|
type: PropType<Record<string, any>>;
|
|
1118
1120
|
};
|
|
1119
1121
|
}>> & Readonly<{
|
|
1120
|
-
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
1121
|
-
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
1122
1122
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
1123
1123
|
onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
1124
|
+
onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
1125
|
+
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
1124
1126
|
onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
1125
1127
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1126
|
-
}>, "
|
|
1128
|
+
}>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
|
|
1127
1129
|
focus: () => void;
|
|
1128
1130
|
blur: () => void;
|
|
1129
1131
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -1131,14 +1133,14 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1131
1133
|
suffix?: (props: {}) => any;
|
|
1132
1134
|
};
|
|
1133
1135
|
}) | undefined>;
|
|
1134
|
-
focus:
|
|
1135
|
-
blur:
|
|
1136
|
+
focus: typeof focus;
|
|
1137
|
+
blur: typeof blur;
|
|
1136
1138
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1137
|
-
search: (_value: string, _prefix: string) => void;
|
|
1138
|
-
clear: (_event: Event) => void;
|
|
1139
|
-
focus: (_event: FocusEvent) => void;
|
|
1140
1139
|
blur: (_event: FocusEvent) => void;
|
|
1141
1140
|
change: (_value: string) => void;
|
|
1141
|
+
clear: (_event: Event) => void;
|
|
1142
|
+
focus: (_event: FocusEvent) => void;
|
|
1143
|
+
search: (_value: string, _prefix: string) => void;
|
|
1142
1144
|
select: (_value: string | number | Record<string, any> | undefined) => void;
|
|
1143
1145
|
"update:modelValue": (_value: string) => void;
|
|
1144
1146
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1164,7 +1166,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1164
1166
|
default: boolean;
|
|
1165
1167
|
};
|
|
1166
1168
|
type: {
|
|
1167
|
-
type: PropType<
|
|
1169
|
+
type: PropType<'input' | 'textarea'>;
|
|
1168
1170
|
default: string;
|
|
1169
1171
|
};
|
|
1170
1172
|
disabled: {
|
|
@@ -1172,7 +1174,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1172
1174
|
default: boolean;
|
|
1173
1175
|
};
|
|
1174
1176
|
readonly: {
|
|
1175
|
-
type: (
|
|
1177
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1176
1178
|
default: boolean;
|
|
1177
1179
|
};
|
|
1178
1180
|
allowClear: {
|
|
@@ -1189,25 +1191,25 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1189
1191
|
};
|
|
1190
1192
|
floatingOptions: PropType<FloatingOptions>;
|
|
1191
1193
|
}>> & Readonly<{
|
|
1192
|
-
onSearch?: ((_value: string, _prefix: string) => any) | undefined;
|
|
1193
|
-
onClear?: ((_event: Event) => any) | undefined;
|
|
1194
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1195
1194
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1196
1195
|
onChange?: ((_value: string) => any) | undefined;
|
|
1196
|
+
onClear?: ((_event: Event) => any) | undefined;
|
|
1197
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1198
|
+
onSearch?: ((_value: string, _prefix: string) => any) | undefined;
|
|
1197
1199
|
onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
1198
1200
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1199
1201
|
}>, {
|
|
1200
|
-
|
|
1202
|
+
defaultValue: string;
|
|
1203
|
+
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
1204
|
+
prefix: string | string[];
|
|
1201
1205
|
split: string;
|
|
1206
|
+
filterOption: FilterOption;
|
|
1207
|
+
type: "input" | "textarea";
|
|
1202
1208
|
disabled: boolean;
|
|
1203
1209
|
readonly: string | boolean;
|
|
1204
|
-
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
1205
|
-
prefix: string | string[];
|
|
1206
|
-
defaultValue: string;
|
|
1207
1210
|
allowClear: boolean;
|
|
1208
1211
|
fitWidth: boolean;
|
|
1209
1212
|
maxWFull: boolean;
|
|
1210
|
-
filterOption: FilterOption;
|
|
1211
1213
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1212
1214
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
1213
1215
|
declare const _default: typeof __VLS_export;
|