@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
package/es/input/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare const Input: {
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
size: import("vue").PropType<import("
|
|
14
|
+
size: import("vue").PropType<import("..").Size>;
|
|
15
15
|
allowClear: {
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
|
@@ -21,7 +21,7 @@ declare const Input: {
|
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
23
|
readonly: {
|
|
24
|
-
type: (
|
|
24
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
error: {
|
|
@@ -52,7 +52,7 @@ declare const Input: {
|
|
|
52
52
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
53
53
|
inputAttrs: ObjectConstructor;
|
|
54
54
|
type: {
|
|
55
|
-
type: import("vue").PropType<
|
|
55
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
fitWidthFallback: {
|
|
@@ -62,32 +62,31 @@ declare const Input: {
|
|
|
62
62
|
prepend: StringConstructor;
|
|
63
63
|
append: StringConstructor;
|
|
64
64
|
}>> & Readonly<{
|
|
65
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
66
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
67
65
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
68
66
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
67
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
68
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
69
69
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
70
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
71
70
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
71
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
74
74
|
focus: () => void | undefined;
|
|
75
75
|
blur: () => void | undefined;
|
|
76
76
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
-
clear: (_event: MouseEvent) => void;
|
|
78
|
-
focus: (_event: FocusEvent) => void;
|
|
79
77
|
blur: (_event: FocusEvent) => void;
|
|
80
78
|
change: (_value: string, _event: Event) => void;
|
|
79
|
+
clear: (_event: MouseEvent) => void;
|
|
80
|
+
focus: (_event: FocusEvent) => void;
|
|
81
81
|
input: (_value: string, _event: Event) => void;
|
|
82
|
-
"update:modelValue": (_value: string) => void;
|
|
83
82
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
83
|
+
"update:modelValue": (_value: string) => void;
|
|
84
84
|
}, import("vue").PublicProps, {
|
|
85
|
-
type: "text" | "password";
|
|
86
|
-
disabled: boolean;
|
|
87
|
-
error: boolean;
|
|
88
|
-
readonly: string | boolean;
|
|
89
85
|
defaultValue: string;
|
|
90
86
|
allowClear: boolean;
|
|
87
|
+
disabled: boolean;
|
|
88
|
+
readonly: string | boolean;
|
|
89
|
+
error: boolean;
|
|
91
90
|
fitWidth: boolean;
|
|
92
91
|
maxWFull: boolean;
|
|
93
92
|
maxLength: number | {
|
|
@@ -95,6 +94,7 @@ declare const Input: {
|
|
|
95
94
|
errorOnly?: boolean;
|
|
96
95
|
};
|
|
97
96
|
showWordLimit: boolean;
|
|
97
|
+
type: "password" | "text";
|
|
98
98
|
fitWidthFallback: string;
|
|
99
99
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
100
100
|
P: {};
|
|
@@ -109,7 +109,7 @@ declare const Input: {
|
|
|
109
109
|
type: StringConstructor;
|
|
110
110
|
default: string;
|
|
111
111
|
};
|
|
112
|
-
size: import("vue").PropType<import("
|
|
112
|
+
size: import("vue").PropType<import("..").Size>;
|
|
113
113
|
allowClear: {
|
|
114
114
|
type: BooleanConstructor;
|
|
115
115
|
default: boolean;
|
|
@@ -119,7 +119,7 @@ declare const Input: {
|
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
121
|
readonly: {
|
|
122
|
-
type: (
|
|
122
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
error: {
|
|
@@ -150,7 +150,7 @@ declare const Input: {
|
|
|
150
150
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
151
151
|
inputAttrs: ObjectConstructor;
|
|
152
152
|
type: {
|
|
153
|
-
type: import("vue").PropType<
|
|
153
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
154
154
|
default: string;
|
|
155
155
|
};
|
|
156
156
|
fitWidthFallback: {
|
|
@@ -160,24 +160,23 @@ declare const Input: {
|
|
|
160
160
|
prepend: StringConstructor;
|
|
161
161
|
append: StringConstructor;
|
|
162
162
|
}>> & Readonly<{
|
|
163
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
164
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
165
163
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
166
164
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
165
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
166
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
167
167
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
168
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
169
168
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
169
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
171
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
172
172
|
focus: () => void | undefined;
|
|
173
173
|
blur: () => void | undefined;
|
|
174
174
|
}, {}, {}, {}, {
|
|
175
|
-
type: "text" | "password";
|
|
176
|
-
disabled: boolean;
|
|
177
|
-
error: boolean;
|
|
178
|
-
readonly: string | boolean;
|
|
179
175
|
defaultValue: string;
|
|
180
176
|
allowClear: boolean;
|
|
177
|
+
disabled: boolean;
|
|
178
|
+
readonly: string | boolean;
|
|
179
|
+
error: boolean;
|
|
181
180
|
fitWidth: boolean;
|
|
182
181
|
maxWFull: boolean;
|
|
183
182
|
maxLength: number | {
|
|
@@ -185,6 +184,7 @@ declare const Input: {
|
|
|
185
184
|
errorOnly?: boolean;
|
|
186
185
|
};
|
|
187
186
|
showWordLimit: boolean;
|
|
187
|
+
type: "password" | "text";
|
|
188
188
|
fitWidthFallback: string;
|
|
189
189
|
}>;
|
|
190
190
|
__isFragment?: never;
|
|
@@ -196,7 +196,7 @@ declare const Input: {
|
|
|
196
196
|
type: StringConstructor;
|
|
197
197
|
default: string;
|
|
198
198
|
};
|
|
199
|
-
size: import("vue").PropType<import("
|
|
199
|
+
size: import("vue").PropType<import("..").Size>;
|
|
200
200
|
allowClear: {
|
|
201
201
|
type: BooleanConstructor;
|
|
202
202
|
default: boolean;
|
|
@@ -206,7 +206,7 @@ declare const Input: {
|
|
|
206
206
|
default: boolean;
|
|
207
207
|
};
|
|
208
208
|
readonly: {
|
|
209
|
-
type: (
|
|
209
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
210
210
|
default: boolean;
|
|
211
211
|
};
|
|
212
212
|
error: {
|
|
@@ -237,7 +237,7 @@ declare const Input: {
|
|
|
237
237
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
238
238
|
inputAttrs: ObjectConstructor;
|
|
239
239
|
type: {
|
|
240
|
-
type: import("vue").PropType<
|
|
240
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
241
241
|
default: string;
|
|
242
242
|
};
|
|
243
243
|
fitWidthFallback: {
|
|
@@ -247,32 +247,31 @@ declare const Input: {
|
|
|
247
247
|
prepend: StringConstructor;
|
|
248
248
|
append: StringConstructor;
|
|
249
249
|
}>> & Readonly<{
|
|
250
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
251
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
252
250
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
253
251
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
252
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
253
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
254
254
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
255
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
256
255
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
256
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
257
257
|
}>, {
|
|
258
258
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
259
259
|
focus: () => void | undefined;
|
|
260
260
|
blur: () => void | undefined;
|
|
261
261
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
262
|
-
clear: (_event: MouseEvent) => void;
|
|
263
|
-
focus: (_event: FocusEvent) => void;
|
|
264
262
|
blur: (_event: FocusEvent) => void;
|
|
265
263
|
change: (_value: string, _event: Event) => void;
|
|
264
|
+
clear: (_event: MouseEvent) => void;
|
|
265
|
+
focus: (_event: FocusEvent) => void;
|
|
266
266
|
input: (_value: string, _event: Event) => void;
|
|
267
|
-
"update:modelValue": (_value: string) => void;
|
|
268
267
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
268
|
+
"update:modelValue": (_value: string) => void;
|
|
269
269
|
}, string, {
|
|
270
|
-
type: "text" | "password";
|
|
271
|
-
disabled: boolean;
|
|
272
|
-
error: boolean;
|
|
273
|
-
readonly: string | boolean;
|
|
274
270
|
defaultValue: string;
|
|
275
271
|
allowClear: boolean;
|
|
272
|
+
disabled: boolean;
|
|
273
|
+
readonly: string | boolean;
|
|
274
|
+
error: boolean;
|
|
276
275
|
fitWidth: boolean;
|
|
277
276
|
maxWFull: boolean;
|
|
278
277
|
maxLength: number | {
|
|
@@ -280,6 +279,7 @@ declare const Input: {
|
|
|
280
279
|
errorOnly?: boolean;
|
|
281
280
|
};
|
|
282
281
|
showWordLimit: boolean;
|
|
282
|
+
type: "password" | "text";
|
|
283
283
|
fitWidthFallback: string;
|
|
284
284
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
285
285
|
$slots: {
|
|
@@ -306,9 +306,9 @@ declare const Input: {
|
|
|
306
306
|
type: BooleanConstructor;
|
|
307
307
|
default: boolean;
|
|
308
308
|
};
|
|
309
|
-
size: import("vue").PropType<import("
|
|
309
|
+
size: import("vue").PropType<import("..").Size>;
|
|
310
310
|
buttonText: StringConstructor;
|
|
311
|
-
buttonProps: import("vue").PropType<import("
|
|
311
|
+
buttonProps: import("vue").PropType<import("..").ButtonProps>;
|
|
312
312
|
fitWidth: {
|
|
313
313
|
type: BooleanConstructor;
|
|
314
314
|
default: boolean;
|
|
@@ -324,12 +324,11 @@ declare const Input: {
|
|
|
324
324
|
$: import("vue").ComponentInternalInstance;
|
|
325
325
|
$data: {};
|
|
326
326
|
$props: Partial<{
|
|
327
|
-
type: "text" | "password";
|
|
328
|
-
disabled: boolean;
|
|
329
|
-
error: boolean;
|
|
330
|
-
readonly: string | boolean;
|
|
331
327
|
defaultValue: string;
|
|
332
328
|
allowClear: boolean;
|
|
329
|
+
disabled: boolean;
|
|
330
|
+
readonly: string | boolean;
|
|
331
|
+
error: boolean;
|
|
333
332
|
fitWidth: boolean;
|
|
334
333
|
maxWFull: boolean;
|
|
335
334
|
maxLength: number | {
|
|
@@ -337,14 +336,17 @@ declare const Input: {
|
|
|
337
336
|
errorOnly?: boolean;
|
|
338
337
|
};
|
|
339
338
|
showWordLimit: boolean;
|
|
339
|
+
type: "password" | "text";
|
|
340
340
|
fitWidthFallback: string;
|
|
341
341
|
}> & Omit<{
|
|
342
|
-
readonly
|
|
343
|
-
readonly disabled: boolean;
|
|
344
|
-
readonly error: boolean;
|
|
345
|
-
readonly readonly: string | boolean;
|
|
342
|
+
readonly modelValue?: string | undefined;
|
|
346
343
|
readonly defaultValue: string;
|
|
344
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
347
345
|
readonly allowClear: boolean;
|
|
346
|
+
readonly disabled: boolean;
|
|
347
|
+
readonly readonly: string | boolean;
|
|
348
|
+
readonly error: boolean;
|
|
349
|
+
readonly placeholder?: string | undefined;
|
|
348
350
|
readonly fitWidth: boolean;
|
|
349
351
|
readonly maxWFull: boolean;
|
|
350
352
|
readonly maxLength: number | {
|
|
@@ -352,23 +354,21 @@ declare const Input: {
|
|
|
352
354
|
errorOnly?: boolean;
|
|
353
355
|
};
|
|
354
356
|
readonly showWordLimit: boolean;
|
|
355
|
-
readonly
|
|
356
|
-
readonly
|
|
357
|
-
readonly modelValue?: string | undefined;
|
|
358
|
-
readonly placeholder?: string | undefined;
|
|
357
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
358
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
359
359
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
360
|
+
readonly type: "password" | "text";
|
|
361
|
+
readonly fitWidthFallback: string;
|
|
360
362
|
readonly prepend?: string | undefined;
|
|
361
363
|
readonly append?: string | undefined;
|
|
362
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
363
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
364
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
365
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
366
364
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
367
365
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
366
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
367
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
368
368
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
369
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
370
369
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
371
|
-
|
|
370
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
371
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
372
372
|
$attrs: import("vue").Attrs;
|
|
373
373
|
$refs: {
|
|
374
374
|
[x: string]: unknown;
|
|
@@ -379,7 +379,7 @@ declare const Input: {
|
|
|
379
379
|
$root: import("vue").ComponentPublicInstance | null;
|
|
380
380
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
381
381
|
$host: Element | null;
|
|
382
|
-
$emit: ((event: "
|
|
382
|
+
$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);
|
|
383
383
|
$el: any;
|
|
384
384
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
385
385
|
modelValue: StringConstructor;
|
|
@@ -387,7 +387,7 @@ declare const Input: {
|
|
|
387
387
|
type: StringConstructor;
|
|
388
388
|
default: string;
|
|
389
389
|
};
|
|
390
|
-
size: import("vue").PropType<import("
|
|
390
|
+
size: import("vue").PropType<import("..").Size>;
|
|
391
391
|
allowClear: {
|
|
392
392
|
type: BooleanConstructor;
|
|
393
393
|
default: boolean;
|
|
@@ -397,7 +397,7 @@ declare const Input: {
|
|
|
397
397
|
default: boolean;
|
|
398
398
|
};
|
|
399
399
|
readonly: {
|
|
400
|
-
type: (
|
|
400
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
401
401
|
default: boolean;
|
|
402
402
|
};
|
|
403
403
|
error: {
|
|
@@ -428,7 +428,7 @@ declare const Input: {
|
|
|
428
428
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
429
429
|
inputAttrs: ObjectConstructor;
|
|
430
430
|
type: {
|
|
431
|
-
type: import("vue").PropType<
|
|
431
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
432
432
|
default: string;
|
|
433
433
|
};
|
|
434
434
|
fitWidthFallback: {
|
|
@@ -438,32 +438,31 @@ declare const Input: {
|
|
|
438
438
|
prepend: StringConstructor;
|
|
439
439
|
append: StringConstructor;
|
|
440
440
|
}>> & Readonly<{
|
|
441
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
442
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
443
441
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
444
442
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
443
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
444
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
445
445
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
446
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
447
446
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
447
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
448
448
|
}>, {
|
|
449
449
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
450
450
|
focus: () => void | undefined;
|
|
451
451
|
blur: () => void | undefined;
|
|
452
452
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
453
|
-
clear: (_event: MouseEvent) => void;
|
|
454
|
-
focus: (_event: FocusEvent) => void;
|
|
455
453
|
blur: (_event: FocusEvent) => void;
|
|
456
454
|
change: (_value: string, _event: Event) => void;
|
|
455
|
+
clear: (_event: MouseEvent) => void;
|
|
456
|
+
focus: (_event: FocusEvent) => void;
|
|
457
457
|
input: (_value: string, _event: Event) => void;
|
|
458
|
-
"update:modelValue": (_value: string) => void;
|
|
459
458
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
459
|
+
"update:modelValue": (_value: string) => void;
|
|
460
460
|
}, string, {
|
|
461
|
-
type: "text" | "password";
|
|
462
|
-
disabled: boolean;
|
|
463
|
-
error: boolean;
|
|
464
|
-
readonly: string | boolean;
|
|
465
461
|
defaultValue: string;
|
|
466
462
|
allowClear: boolean;
|
|
463
|
+
disabled: boolean;
|
|
464
|
+
readonly: string | boolean;
|
|
465
|
+
error: boolean;
|
|
467
466
|
fitWidth: boolean;
|
|
468
467
|
maxWFull: boolean;
|
|
469
468
|
maxLength: number | {
|
|
@@ -471,34 +470,34 @@ declare const Input: {
|
|
|
471
470
|
errorOnly?: boolean;
|
|
472
471
|
};
|
|
473
472
|
showWordLimit: boolean;
|
|
473
|
+
type: "password" | "text";
|
|
474
474
|
fitWidthFallback: string;
|
|
475
475
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
476
|
-
beforeCreate?: (() => void) | (() => void)
|
|
477
|
-
created?: (() => void) | (() => void)
|
|
478
|
-
beforeMount?: (() => void) | (() => void)
|
|
479
|
-
mounted?: (() => void) | (() => void)
|
|
480
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
481
|
-
updated?: (() => void) | (() => void)
|
|
482
|
-
activated?: (() => void) | (() => void)
|
|
483
|
-
deactivated?: (() => void) | (() => void)
|
|
484
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
485
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
486
|
-
destroyed?: (() => void) | (() => void)
|
|
487
|
-
unmounted?: (() => void) | (() => void)
|
|
488
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
489
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
490
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
476
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
477
|
+
created?: (() => void)[] | (() => void);
|
|
478
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
479
|
+
mounted?: (() => void)[] | (() => void);
|
|
480
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
481
|
+
updated?: (() => void)[] | (() => void);
|
|
482
|
+
activated?: (() => void)[] | (() => void);
|
|
483
|
+
deactivated?: (() => void)[] | (() => void);
|
|
484
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
485
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
486
|
+
destroyed?: (() => void)[] | (() => void);
|
|
487
|
+
unmounted?: (() => void)[] | (() => void);
|
|
488
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
489
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
490
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
491
491
|
};
|
|
492
492
|
$forceUpdate: () => void;
|
|
493
493
|
$nextTick: typeof import("vue").nextTick;
|
|
494
494
|
$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;
|
|
495
495
|
} & Readonly<{
|
|
496
|
-
type: "text" | "password";
|
|
497
|
-
disabled: boolean;
|
|
498
|
-
error: boolean;
|
|
499
|
-
readonly: string | boolean;
|
|
500
496
|
defaultValue: string;
|
|
501
497
|
allowClear: boolean;
|
|
498
|
+
disabled: boolean;
|
|
499
|
+
readonly: string | boolean;
|
|
500
|
+
error: boolean;
|
|
502
501
|
fitWidth: boolean;
|
|
503
502
|
maxWFull: boolean;
|
|
504
503
|
maxLength: number | {
|
|
@@ -506,6 +505,7 @@ declare const Input: {
|
|
|
506
505
|
errorOnly?: boolean;
|
|
507
506
|
};
|
|
508
507
|
showWordLimit: boolean;
|
|
508
|
+
type: "password" | "text";
|
|
509
509
|
fitWidthFallback: string;
|
|
510
510
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
511
511
|
modelValue: StringConstructor;
|
|
@@ -513,7 +513,7 @@ declare const Input: {
|
|
|
513
513
|
type: StringConstructor;
|
|
514
514
|
default: string;
|
|
515
515
|
};
|
|
516
|
-
size: import("vue").PropType<import("
|
|
516
|
+
size: import("vue").PropType<import("..").Size>;
|
|
517
517
|
allowClear: {
|
|
518
518
|
type: BooleanConstructor;
|
|
519
519
|
default: boolean;
|
|
@@ -523,7 +523,7 @@ declare const Input: {
|
|
|
523
523
|
default: boolean;
|
|
524
524
|
};
|
|
525
525
|
readonly: {
|
|
526
|
-
type: (
|
|
526
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
527
527
|
default: boolean;
|
|
528
528
|
};
|
|
529
529
|
error: {
|
|
@@ -554,7 +554,7 @@ declare const Input: {
|
|
|
554
554
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
555
555
|
inputAttrs: ObjectConstructor;
|
|
556
556
|
type: {
|
|
557
|
-
type: import("vue").PropType<
|
|
557
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
558
558
|
default: string;
|
|
559
559
|
};
|
|
560
560
|
fitWidthFallback: {
|
|
@@ -564,14 +564,14 @@ declare const Input: {
|
|
|
564
564
|
prepend: StringConstructor;
|
|
565
565
|
append: StringConstructor;
|
|
566
566
|
}>> & Readonly<{
|
|
567
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
568
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
569
567
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
570
568
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
569
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
570
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
571
571
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
572
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
573
572
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
574
|
-
|
|
573
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
574
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
575
575
|
inputRef: HTMLInputElement | undefined;
|
|
576
576
|
focus: () => void | undefined;
|
|
577
577
|
blur: () => void | undefined;
|
|
@@ -589,12 +589,11 @@ declare const Input: {
|
|
|
589
589
|
$: import("vue").ComponentInternalInstance;
|
|
590
590
|
$data: {};
|
|
591
591
|
$props: Partial<{
|
|
592
|
-
type: "text" | "password";
|
|
593
|
-
disabled: boolean;
|
|
594
|
-
error: boolean;
|
|
595
|
-
readonly: string | boolean;
|
|
596
592
|
defaultValue: string;
|
|
597
593
|
allowClear: boolean;
|
|
594
|
+
disabled: boolean;
|
|
595
|
+
readonly: string | boolean;
|
|
596
|
+
error: boolean;
|
|
598
597
|
fitWidth: boolean;
|
|
599
598
|
maxWFull: boolean;
|
|
600
599
|
maxLength: number | {
|
|
@@ -602,14 +601,17 @@ declare const Input: {
|
|
|
602
601
|
errorOnly?: boolean;
|
|
603
602
|
};
|
|
604
603
|
showWordLimit: boolean;
|
|
604
|
+
type: "password" | "text";
|
|
605
605
|
fitWidthFallback: string;
|
|
606
606
|
}> & Omit<{
|
|
607
|
-
readonly
|
|
608
|
-
readonly disabled: boolean;
|
|
609
|
-
readonly error: boolean;
|
|
610
|
-
readonly readonly: string | boolean;
|
|
607
|
+
readonly modelValue?: string | undefined;
|
|
611
608
|
readonly defaultValue: string;
|
|
609
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
612
610
|
readonly allowClear: boolean;
|
|
611
|
+
readonly disabled: boolean;
|
|
612
|
+
readonly readonly: string | boolean;
|
|
613
|
+
readonly error: boolean;
|
|
614
|
+
readonly placeholder?: string | undefined;
|
|
613
615
|
readonly fitWidth: boolean;
|
|
614
616
|
readonly maxWFull: boolean;
|
|
615
617
|
readonly maxLength: number | {
|
|
@@ -617,23 +619,21 @@ declare const Input: {
|
|
|
617
619
|
errorOnly?: boolean;
|
|
618
620
|
};
|
|
619
621
|
readonly showWordLimit: boolean;
|
|
620
|
-
readonly
|
|
621
|
-
readonly
|
|
622
|
-
readonly modelValue?: string | undefined;
|
|
623
|
-
readonly placeholder?: string | undefined;
|
|
622
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
623
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
624
624
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
625
|
+
readonly type: "password" | "text";
|
|
626
|
+
readonly fitWidthFallback: string;
|
|
625
627
|
readonly prepend?: string | undefined;
|
|
626
628
|
readonly append?: string | undefined;
|
|
627
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
628
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
629
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
630
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
631
629
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
632
630
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
631
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
632
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
633
633
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
634
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
635
634
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
636
|
-
|
|
635
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
636
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
637
637
|
$attrs: import("vue").Attrs;
|
|
638
638
|
$refs: {
|
|
639
639
|
[x: string]: unknown;
|
|
@@ -644,7 +644,7 @@ declare const Input: {
|
|
|
644
644
|
$root: import("vue").ComponentPublicInstance | null;
|
|
645
645
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
646
646
|
$host: Element | null;
|
|
647
|
-
$emit: ((event: "
|
|
647
|
+
$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);
|
|
648
648
|
$el: any;
|
|
649
649
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
650
650
|
modelValue: StringConstructor;
|
|
@@ -652,7 +652,7 @@ declare const Input: {
|
|
|
652
652
|
type: StringConstructor;
|
|
653
653
|
default: string;
|
|
654
654
|
};
|
|
655
|
-
size: import("vue").PropType<import("
|
|
655
|
+
size: import("vue").PropType<import("..").Size>;
|
|
656
656
|
allowClear: {
|
|
657
657
|
type: BooleanConstructor;
|
|
658
658
|
default: boolean;
|
|
@@ -662,7 +662,7 @@ declare const Input: {
|
|
|
662
662
|
default: boolean;
|
|
663
663
|
};
|
|
664
664
|
readonly: {
|
|
665
|
-
type: (
|
|
665
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
666
666
|
default: boolean;
|
|
667
667
|
};
|
|
668
668
|
error: {
|
|
@@ -693,7 +693,7 @@ declare const Input: {
|
|
|
693
693
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
694
694
|
inputAttrs: ObjectConstructor;
|
|
695
695
|
type: {
|
|
696
|
-
type: import("vue").PropType<
|
|
696
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
697
697
|
default: string;
|
|
698
698
|
};
|
|
699
699
|
fitWidthFallback: {
|
|
@@ -703,32 +703,31 @@ declare const Input: {
|
|
|
703
703
|
prepend: StringConstructor;
|
|
704
704
|
append: StringConstructor;
|
|
705
705
|
}>> & Readonly<{
|
|
706
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
707
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
708
706
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
709
707
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
708
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
709
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
710
710
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
711
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
712
711
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
712
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
713
713
|
}>, {
|
|
714
714
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
715
715
|
focus: () => void | undefined;
|
|
716
716
|
blur: () => void | undefined;
|
|
717
717
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
718
|
-
clear: (_event: MouseEvent) => void;
|
|
719
|
-
focus: (_event: FocusEvent) => void;
|
|
720
718
|
blur: (_event: FocusEvent) => void;
|
|
721
719
|
change: (_value: string, _event: Event) => void;
|
|
720
|
+
clear: (_event: MouseEvent) => void;
|
|
721
|
+
focus: (_event: FocusEvent) => void;
|
|
722
722
|
input: (_value: string, _event: Event) => void;
|
|
723
|
-
"update:modelValue": (_value: string) => void;
|
|
724
723
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
724
|
+
"update:modelValue": (_value: string) => void;
|
|
725
725
|
}, string, {
|
|
726
|
-
type: "text" | "password";
|
|
727
|
-
disabled: boolean;
|
|
728
|
-
error: boolean;
|
|
729
|
-
readonly: string | boolean;
|
|
730
726
|
defaultValue: string;
|
|
731
727
|
allowClear: boolean;
|
|
728
|
+
disabled: boolean;
|
|
729
|
+
readonly: string | boolean;
|
|
730
|
+
error: boolean;
|
|
732
731
|
fitWidth: boolean;
|
|
733
732
|
maxWFull: boolean;
|
|
734
733
|
maxLength: number | {
|
|
@@ -736,34 +735,34 @@ declare const Input: {
|
|
|
736
735
|
errorOnly?: boolean;
|
|
737
736
|
};
|
|
738
737
|
showWordLimit: boolean;
|
|
738
|
+
type: "password" | "text";
|
|
739
739
|
fitWidthFallback: string;
|
|
740
740
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
741
|
-
beforeCreate?: (() => void) | (() => void)
|
|
742
|
-
created?: (() => void) | (() => void)
|
|
743
|
-
beforeMount?: (() => void) | (() => void)
|
|
744
|
-
mounted?: (() => void) | (() => void)
|
|
745
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
746
|
-
updated?: (() => void) | (() => void)
|
|
747
|
-
activated?: (() => void) | (() => void)
|
|
748
|
-
deactivated?: (() => void) | (() => void)
|
|
749
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
750
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
751
|
-
destroyed?: (() => void) | (() => void)
|
|
752
|
-
unmounted?: (() => void) | (() => void)
|
|
753
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
754
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
755
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
741
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
742
|
+
created?: (() => void)[] | (() => void);
|
|
743
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
744
|
+
mounted?: (() => void)[] | (() => void);
|
|
745
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
746
|
+
updated?: (() => void)[] | (() => void);
|
|
747
|
+
activated?: (() => void)[] | (() => void);
|
|
748
|
+
deactivated?: (() => void)[] | (() => void);
|
|
749
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
750
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
751
|
+
destroyed?: (() => void)[] | (() => void);
|
|
752
|
+
unmounted?: (() => void)[] | (() => void);
|
|
753
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
754
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
755
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
756
756
|
};
|
|
757
757
|
$forceUpdate: () => void;
|
|
758
758
|
$nextTick: typeof import("vue").nextTick;
|
|
759
759
|
$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;
|
|
760
760
|
} & Readonly<{
|
|
761
|
-
type: "text" | "password";
|
|
762
|
-
disabled: boolean;
|
|
763
|
-
error: boolean;
|
|
764
|
-
readonly: string | boolean;
|
|
765
761
|
defaultValue: string;
|
|
766
762
|
allowClear: boolean;
|
|
763
|
+
disabled: boolean;
|
|
764
|
+
readonly: string | boolean;
|
|
765
|
+
error: boolean;
|
|
767
766
|
fitWidth: boolean;
|
|
768
767
|
maxWFull: boolean;
|
|
769
768
|
maxLength: number | {
|
|
@@ -771,6 +770,7 @@ declare const Input: {
|
|
|
771
770
|
errorOnly?: boolean;
|
|
772
771
|
};
|
|
773
772
|
showWordLimit: boolean;
|
|
773
|
+
type: "password" | "text";
|
|
774
774
|
fitWidthFallback: string;
|
|
775
775
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
776
776
|
modelValue: StringConstructor;
|
|
@@ -778,7 +778,7 @@ declare const Input: {
|
|
|
778
778
|
type: StringConstructor;
|
|
779
779
|
default: string;
|
|
780
780
|
};
|
|
781
|
-
size: import("vue").PropType<import("
|
|
781
|
+
size: import("vue").PropType<import("..").Size>;
|
|
782
782
|
allowClear: {
|
|
783
783
|
type: BooleanConstructor;
|
|
784
784
|
default: boolean;
|
|
@@ -788,7 +788,7 @@ declare const Input: {
|
|
|
788
788
|
default: boolean;
|
|
789
789
|
};
|
|
790
790
|
readonly: {
|
|
791
|
-
type: (
|
|
791
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
792
792
|
default: boolean;
|
|
793
793
|
};
|
|
794
794
|
error: {
|
|
@@ -819,7 +819,7 @@ declare const Input: {
|
|
|
819
819
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
820
820
|
inputAttrs: ObjectConstructor;
|
|
821
821
|
type: {
|
|
822
|
-
type: import("vue").PropType<
|
|
822
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
823
823
|
default: string;
|
|
824
824
|
};
|
|
825
825
|
fitWidthFallback: {
|
|
@@ -829,14 +829,14 @@ declare const Input: {
|
|
|
829
829
|
prepend: StringConstructor;
|
|
830
830
|
append: StringConstructor;
|
|
831
831
|
}>> & Readonly<{
|
|
832
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
833
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
834
832
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
835
833
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
834
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
835
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
836
836
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
837
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
838
837
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
839
|
-
|
|
838
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
839
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
840
840
|
inputRef: HTMLInputElement | undefined;
|
|
841
841
|
focus: () => void | undefined;
|
|
842
842
|
blur: () => void | undefined;
|
|
@@ -856,11 +856,11 @@ declare const Input: {
|
|
|
856
856
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
857
857
|
search: (value: string, event: MouseEvent) => any;
|
|
858
858
|
}, import("vue").PublicProps, {
|
|
859
|
-
|
|
859
|
+
searchButton: boolean;
|
|
860
860
|
loading: boolean;
|
|
861
|
+
disabled: boolean;
|
|
861
862
|
fitWidth: boolean;
|
|
862
863
|
maxWFull: boolean;
|
|
863
|
-
searchButton: boolean;
|
|
864
864
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
865
865
|
P: {};
|
|
866
866
|
B: {};
|
|
@@ -881,9 +881,9 @@ declare const Input: {
|
|
|
881
881
|
type: BooleanConstructor;
|
|
882
882
|
default: boolean;
|
|
883
883
|
};
|
|
884
|
-
size: import("vue").PropType<import("
|
|
884
|
+
size: import("vue").PropType<import("..").Size>;
|
|
885
885
|
buttonText: StringConstructor;
|
|
886
|
-
buttonProps: import("vue").PropType<import("
|
|
886
|
+
buttonProps: import("vue").PropType<import("..").ButtonProps>;
|
|
887
887
|
fitWidth: {
|
|
888
888
|
type: BooleanConstructor;
|
|
889
889
|
default: boolean;
|
|
@@ -899,12 +899,11 @@ declare const Input: {
|
|
|
899
899
|
$: import("vue").ComponentInternalInstance;
|
|
900
900
|
$data: {};
|
|
901
901
|
$props: Partial<{
|
|
902
|
-
type: "text" | "password";
|
|
903
|
-
disabled: boolean;
|
|
904
|
-
error: boolean;
|
|
905
|
-
readonly: string | boolean;
|
|
906
902
|
defaultValue: string;
|
|
907
903
|
allowClear: boolean;
|
|
904
|
+
disabled: boolean;
|
|
905
|
+
readonly: string | boolean;
|
|
906
|
+
error: boolean;
|
|
908
907
|
fitWidth: boolean;
|
|
909
908
|
maxWFull: boolean;
|
|
910
909
|
maxLength: number | {
|
|
@@ -912,14 +911,17 @@ declare const Input: {
|
|
|
912
911
|
errorOnly?: boolean;
|
|
913
912
|
};
|
|
914
913
|
showWordLimit: boolean;
|
|
914
|
+
type: "password" | "text";
|
|
915
915
|
fitWidthFallback: string;
|
|
916
916
|
}> & Omit<{
|
|
917
|
-
readonly
|
|
918
|
-
readonly disabled: boolean;
|
|
919
|
-
readonly error: boolean;
|
|
920
|
-
readonly readonly: string | boolean;
|
|
917
|
+
readonly modelValue?: string | undefined;
|
|
921
918
|
readonly defaultValue: string;
|
|
919
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
922
920
|
readonly allowClear: boolean;
|
|
921
|
+
readonly disabled: boolean;
|
|
922
|
+
readonly readonly: string | boolean;
|
|
923
|
+
readonly error: boolean;
|
|
924
|
+
readonly placeholder?: string | undefined;
|
|
923
925
|
readonly fitWidth: boolean;
|
|
924
926
|
readonly maxWFull: boolean;
|
|
925
927
|
readonly maxLength: number | {
|
|
@@ -927,23 +929,21 @@ declare const Input: {
|
|
|
927
929
|
errorOnly?: boolean;
|
|
928
930
|
};
|
|
929
931
|
readonly showWordLimit: boolean;
|
|
930
|
-
readonly
|
|
931
|
-
readonly
|
|
932
|
-
readonly modelValue?: string | undefined;
|
|
933
|
-
readonly placeholder?: string | undefined;
|
|
932
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
933
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
934
934
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
935
|
+
readonly type: "password" | "text";
|
|
936
|
+
readonly fitWidthFallback: string;
|
|
935
937
|
readonly prepend?: string | undefined;
|
|
936
938
|
readonly append?: string | undefined;
|
|
937
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
938
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
939
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
940
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
941
939
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
942
940
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
941
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
942
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
943
943
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
944
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
945
944
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
946
|
-
|
|
945
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
946
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
947
947
|
$attrs: import("vue").Attrs;
|
|
948
948
|
$refs: {
|
|
949
949
|
[x: string]: unknown;
|
|
@@ -954,7 +954,7 @@ declare const Input: {
|
|
|
954
954
|
$root: import("vue").ComponentPublicInstance | null;
|
|
955
955
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
956
956
|
$host: Element | null;
|
|
957
|
-
$emit: ((event: "
|
|
957
|
+
$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);
|
|
958
958
|
$el: any;
|
|
959
959
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
960
960
|
modelValue: StringConstructor;
|
|
@@ -962,7 +962,7 @@ declare const Input: {
|
|
|
962
962
|
type: StringConstructor;
|
|
963
963
|
default: string;
|
|
964
964
|
};
|
|
965
|
-
size: import("vue").PropType<import("
|
|
965
|
+
size: import("vue").PropType<import("..").Size>;
|
|
966
966
|
allowClear: {
|
|
967
967
|
type: BooleanConstructor;
|
|
968
968
|
default: boolean;
|
|
@@ -972,7 +972,7 @@ declare const Input: {
|
|
|
972
972
|
default: boolean;
|
|
973
973
|
};
|
|
974
974
|
readonly: {
|
|
975
|
-
type: (
|
|
975
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
976
976
|
default: boolean;
|
|
977
977
|
};
|
|
978
978
|
error: {
|
|
@@ -1003,7 +1003,7 @@ declare const Input: {
|
|
|
1003
1003
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1004
1004
|
inputAttrs: ObjectConstructor;
|
|
1005
1005
|
type: {
|
|
1006
|
-
type: import("vue").PropType<
|
|
1006
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1007
1007
|
default: string;
|
|
1008
1008
|
};
|
|
1009
1009
|
fitWidthFallback: {
|
|
@@ -1013,32 +1013,31 @@ declare const Input: {
|
|
|
1013
1013
|
prepend: StringConstructor;
|
|
1014
1014
|
append: StringConstructor;
|
|
1015
1015
|
}>> & Readonly<{
|
|
1016
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1017
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1018
1016
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1019
1017
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1018
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1019
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1020
1020
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1021
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1022
1021
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1022
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1023
1023
|
}>, {
|
|
1024
1024
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1025
1025
|
focus: () => void | undefined;
|
|
1026
1026
|
blur: () => void | undefined;
|
|
1027
1027
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1028
|
-
clear: (_event: MouseEvent) => void;
|
|
1029
|
-
focus: (_event: FocusEvent) => void;
|
|
1030
1028
|
blur: (_event: FocusEvent) => void;
|
|
1031
1029
|
change: (_value: string, _event: Event) => void;
|
|
1030
|
+
clear: (_event: MouseEvent) => void;
|
|
1031
|
+
focus: (_event: FocusEvent) => void;
|
|
1032
1032
|
input: (_value: string, _event: Event) => void;
|
|
1033
|
-
"update:modelValue": (_value: string) => void;
|
|
1034
1033
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1034
|
+
"update:modelValue": (_value: string) => void;
|
|
1035
1035
|
}, string, {
|
|
1036
|
-
type: "text" | "password";
|
|
1037
|
-
disabled: boolean;
|
|
1038
|
-
error: boolean;
|
|
1039
|
-
readonly: string | boolean;
|
|
1040
1036
|
defaultValue: string;
|
|
1041
1037
|
allowClear: boolean;
|
|
1038
|
+
disabled: boolean;
|
|
1039
|
+
readonly: string | boolean;
|
|
1040
|
+
error: boolean;
|
|
1042
1041
|
fitWidth: boolean;
|
|
1043
1042
|
maxWFull: boolean;
|
|
1044
1043
|
maxLength: number | {
|
|
@@ -1046,34 +1045,34 @@ declare const Input: {
|
|
|
1046
1045
|
errorOnly?: boolean;
|
|
1047
1046
|
};
|
|
1048
1047
|
showWordLimit: boolean;
|
|
1048
|
+
type: "password" | "text";
|
|
1049
1049
|
fitWidthFallback: string;
|
|
1050
1050
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1051
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1052
|
-
created?: (() => void) | (() => void)
|
|
1053
|
-
beforeMount?: (() => void) | (() => void)
|
|
1054
|
-
mounted?: (() => void) | (() => void)
|
|
1055
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1056
|
-
updated?: (() => void) | (() => void)
|
|
1057
|
-
activated?: (() => void) | (() => void)
|
|
1058
|
-
deactivated?: (() => void) | (() => void)
|
|
1059
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1060
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1061
|
-
destroyed?: (() => void) | (() => void)
|
|
1062
|
-
unmounted?: (() => void) | (() => void)
|
|
1063
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1064
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1065
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1051
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1052
|
+
created?: (() => void)[] | (() => void);
|
|
1053
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1054
|
+
mounted?: (() => void)[] | (() => void);
|
|
1055
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1056
|
+
updated?: (() => void)[] | (() => void);
|
|
1057
|
+
activated?: (() => void)[] | (() => void);
|
|
1058
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1059
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1060
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1061
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1062
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1063
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1064
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1065
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1066
1066
|
};
|
|
1067
1067
|
$forceUpdate: () => void;
|
|
1068
1068
|
$nextTick: typeof import("vue").nextTick;
|
|
1069
1069
|
$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;
|
|
1070
1070
|
} & Readonly<{
|
|
1071
|
-
type: "text" | "password";
|
|
1072
|
-
disabled: boolean;
|
|
1073
|
-
error: boolean;
|
|
1074
|
-
readonly: string | boolean;
|
|
1075
1071
|
defaultValue: string;
|
|
1076
1072
|
allowClear: boolean;
|
|
1073
|
+
disabled: boolean;
|
|
1074
|
+
readonly: string | boolean;
|
|
1075
|
+
error: boolean;
|
|
1077
1076
|
fitWidth: boolean;
|
|
1078
1077
|
maxWFull: boolean;
|
|
1079
1078
|
maxLength: number | {
|
|
@@ -1081,6 +1080,7 @@ declare const Input: {
|
|
|
1081
1080
|
errorOnly?: boolean;
|
|
1082
1081
|
};
|
|
1083
1082
|
showWordLimit: boolean;
|
|
1083
|
+
type: "password" | "text";
|
|
1084
1084
|
fitWidthFallback: string;
|
|
1085
1085
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1086
1086
|
modelValue: StringConstructor;
|
|
@@ -1088,7 +1088,7 @@ declare const Input: {
|
|
|
1088
1088
|
type: StringConstructor;
|
|
1089
1089
|
default: string;
|
|
1090
1090
|
};
|
|
1091
|
-
size: import("vue").PropType<import("
|
|
1091
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1092
1092
|
allowClear: {
|
|
1093
1093
|
type: BooleanConstructor;
|
|
1094
1094
|
default: boolean;
|
|
@@ -1098,7 +1098,7 @@ declare const Input: {
|
|
|
1098
1098
|
default: boolean;
|
|
1099
1099
|
};
|
|
1100
1100
|
readonly: {
|
|
1101
|
-
type: (
|
|
1101
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1102
1102
|
default: boolean;
|
|
1103
1103
|
};
|
|
1104
1104
|
error: {
|
|
@@ -1129,7 +1129,7 @@ declare const Input: {
|
|
|
1129
1129
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1130
1130
|
inputAttrs: ObjectConstructor;
|
|
1131
1131
|
type: {
|
|
1132
|
-
type: import("vue").PropType<
|
|
1132
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1133
1133
|
default: string;
|
|
1134
1134
|
};
|
|
1135
1135
|
fitWidthFallback: {
|
|
@@ -1139,14 +1139,14 @@ declare const Input: {
|
|
|
1139
1139
|
prepend: StringConstructor;
|
|
1140
1140
|
append: StringConstructor;
|
|
1141
1141
|
}>> & Readonly<{
|
|
1142
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1143
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1144
1142
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1145
1143
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1144
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1145
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1146
1146
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1147
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1148
1147
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1149
|
-
|
|
1148
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1149
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1150
1150
|
inputRef: HTMLInputElement | undefined;
|
|
1151
1151
|
focus: () => void | undefined;
|
|
1152
1152
|
blur: () => void | undefined;
|
|
@@ -1164,12 +1164,11 @@ declare const Input: {
|
|
|
1164
1164
|
$: import("vue").ComponentInternalInstance;
|
|
1165
1165
|
$data: {};
|
|
1166
1166
|
$props: Partial<{
|
|
1167
|
-
type: "text" | "password";
|
|
1168
|
-
disabled: boolean;
|
|
1169
|
-
error: boolean;
|
|
1170
|
-
readonly: string | boolean;
|
|
1171
1167
|
defaultValue: string;
|
|
1172
1168
|
allowClear: boolean;
|
|
1169
|
+
disabled: boolean;
|
|
1170
|
+
readonly: string | boolean;
|
|
1171
|
+
error: boolean;
|
|
1173
1172
|
fitWidth: boolean;
|
|
1174
1173
|
maxWFull: boolean;
|
|
1175
1174
|
maxLength: number | {
|
|
@@ -1177,14 +1176,17 @@ declare const Input: {
|
|
|
1177
1176
|
errorOnly?: boolean;
|
|
1178
1177
|
};
|
|
1179
1178
|
showWordLimit: boolean;
|
|
1179
|
+
type: "password" | "text";
|
|
1180
1180
|
fitWidthFallback: string;
|
|
1181
1181
|
}> & Omit<{
|
|
1182
|
-
readonly
|
|
1183
|
-
readonly disabled: boolean;
|
|
1184
|
-
readonly error: boolean;
|
|
1185
|
-
readonly readonly: string | boolean;
|
|
1182
|
+
readonly modelValue?: string | undefined;
|
|
1186
1183
|
readonly defaultValue: string;
|
|
1184
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1187
1185
|
readonly allowClear: boolean;
|
|
1186
|
+
readonly disabled: boolean;
|
|
1187
|
+
readonly readonly: string | boolean;
|
|
1188
|
+
readonly error: boolean;
|
|
1189
|
+
readonly placeholder?: string | undefined;
|
|
1188
1190
|
readonly fitWidth: boolean;
|
|
1189
1191
|
readonly maxWFull: boolean;
|
|
1190
1192
|
readonly maxLength: number | {
|
|
@@ -1192,23 +1194,21 @@ declare const Input: {
|
|
|
1192
1194
|
errorOnly?: boolean;
|
|
1193
1195
|
};
|
|
1194
1196
|
readonly showWordLimit: boolean;
|
|
1195
|
-
readonly
|
|
1196
|
-
readonly
|
|
1197
|
-
readonly modelValue?: string | undefined;
|
|
1198
|
-
readonly placeholder?: string | undefined;
|
|
1197
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1198
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1199
1199
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
1200
|
+
readonly type: "password" | "text";
|
|
1201
|
+
readonly fitWidthFallback: string;
|
|
1200
1202
|
readonly prepend?: string | undefined;
|
|
1201
1203
|
readonly append?: string | undefined;
|
|
1202
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1203
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1204
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1205
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1206
1204
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1207
1205
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1206
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1207
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1208
1208
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1209
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1210
1209
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1211
|
-
|
|
1210
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1211
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
1212
1212
|
$attrs: import("vue").Attrs;
|
|
1213
1213
|
$refs: {
|
|
1214
1214
|
[x: string]: unknown;
|
|
@@ -1219,7 +1219,7 @@ declare const Input: {
|
|
|
1219
1219
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1220
1220
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1221
1221
|
$host: Element | null;
|
|
1222
|
-
$emit: ((event: "
|
|
1222
|
+
$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);
|
|
1223
1223
|
$el: any;
|
|
1224
1224
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1225
1225
|
modelValue: StringConstructor;
|
|
@@ -1227,7 +1227,7 @@ declare const Input: {
|
|
|
1227
1227
|
type: StringConstructor;
|
|
1228
1228
|
default: string;
|
|
1229
1229
|
};
|
|
1230
|
-
size: import("vue").PropType<import("
|
|
1230
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1231
1231
|
allowClear: {
|
|
1232
1232
|
type: BooleanConstructor;
|
|
1233
1233
|
default: boolean;
|
|
@@ -1237,7 +1237,7 @@ declare const Input: {
|
|
|
1237
1237
|
default: boolean;
|
|
1238
1238
|
};
|
|
1239
1239
|
readonly: {
|
|
1240
|
-
type: (
|
|
1240
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1241
1241
|
default: boolean;
|
|
1242
1242
|
};
|
|
1243
1243
|
error: {
|
|
@@ -1268,7 +1268,7 @@ declare const Input: {
|
|
|
1268
1268
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1269
1269
|
inputAttrs: ObjectConstructor;
|
|
1270
1270
|
type: {
|
|
1271
|
-
type: import("vue").PropType<
|
|
1271
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1272
1272
|
default: string;
|
|
1273
1273
|
};
|
|
1274
1274
|
fitWidthFallback: {
|
|
@@ -1278,32 +1278,31 @@ declare const Input: {
|
|
|
1278
1278
|
prepend: StringConstructor;
|
|
1279
1279
|
append: StringConstructor;
|
|
1280
1280
|
}>> & Readonly<{
|
|
1281
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1282
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1283
1281
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1284
1282
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1283
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1284
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1285
1285
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1286
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1287
1286
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1287
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1288
1288
|
}>, {
|
|
1289
1289
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1290
1290
|
focus: () => void | undefined;
|
|
1291
1291
|
blur: () => void | undefined;
|
|
1292
1292
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1293
|
-
clear: (_event: MouseEvent) => void;
|
|
1294
|
-
focus: (_event: FocusEvent) => void;
|
|
1295
1293
|
blur: (_event: FocusEvent) => void;
|
|
1296
1294
|
change: (_value: string, _event: Event) => void;
|
|
1295
|
+
clear: (_event: MouseEvent) => void;
|
|
1296
|
+
focus: (_event: FocusEvent) => void;
|
|
1297
1297
|
input: (_value: string, _event: Event) => void;
|
|
1298
|
-
"update:modelValue": (_value: string) => void;
|
|
1299
1298
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1299
|
+
"update:modelValue": (_value: string) => void;
|
|
1300
1300
|
}, string, {
|
|
1301
|
-
type: "text" | "password";
|
|
1302
|
-
disabled: boolean;
|
|
1303
|
-
error: boolean;
|
|
1304
|
-
readonly: string | boolean;
|
|
1305
1301
|
defaultValue: string;
|
|
1306
1302
|
allowClear: boolean;
|
|
1303
|
+
disabled: boolean;
|
|
1304
|
+
readonly: string | boolean;
|
|
1305
|
+
error: boolean;
|
|
1307
1306
|
fitWidth: boolean;
|
|
1308
1307
|
maxWFull: boolean;
|
|
1309
1308
|
maxLength: number | {
|
|
@@ -1311,34 +1310,34 @@ declare const Input: {
|
|
|
1311
1310
|
errorOnly?: boolean;
|
|
1312
1311
|
};
|
|
1313
1312
|
showWordLimit: boolean;
|
|
1313
|
+
type: "password" | "text";
|
|
1314
1314
|
fitWidthFallback: string;
|
|
1315
1315
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1316
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1317
|
-
created?: (() => void) | (() => void)
|
|
1318
|
-
beforeMount?: (() => void) | (() => void)
|
|
1319
|
-
mounted?: (() => void) | (() => void)
|
|
1320
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1321
|
-
updated?: (() => void) | (() => void)
|
|
1322
|
-
activated?: (() => void) | (() => void)
|
|
1323
|
-
deactivated?: (() => void) | (() => void)
|
|
1324
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1325
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1326
|
-
destroyed?: (() => void) | (() => void)
|
|
1327
|
-
unmounted?: (() => void) | (() => void)
|
|
1328
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1329
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1330
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1316
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1317
|
+
created?: (() => void)[] | (() => void);
|
|
1318
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1319
|
+
mounted?: (() => void)[] | (() => void);
|
|
1320
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1321
|
+
updated?: (() => void)[] | (() => void);
|
|
1322
|
+
activated?: (() => void)[] | (() => void);
|
|
1323
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1324
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1325
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1326
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1327
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1328
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1329
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1330
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1331
1331
|
};
|
|
1332
1332
|
$forceUpdate: () => void;
|
|
1333
1333
|
$nextTick: typeof import("vue").nextTick;
|
|
1334
1334
|
$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;
|
|
1335
1335
|
} & Readonly<{
|
|
1336
|
-
type: "text" | "password";
|
|
1337
|
-
disabled: boolean;
|
|
1338
|
-
error: boolean;
|
|
1339
|
-
readonly: string | boolean;
|
|
1340
1336
|
defaultValue: string;
|
|
1341
1337
|
allowClear: boolean;
|
|
1338
|
+
disabled: boolean;
|
|
1339
|
+
readonly: string | boolean;
|
|
1340
|
+
error: boolean;
|
|
1342
1341
|
fitWidth: boolean;
|
|
1343
1342
|
maxWFull: boolean;
|
|
1344
1343
|
maxLength: number | {
|
|
@@ -1346,6 +1345,7 @@ declare const Input: {
|
|
|
1346
1345
|
errorOnly?: boolean;
|
|
1347
1346
|
};
|
|
1348
1347
|
showWordLimit: boolean;
|
|
1348
|
+
type: "password" | "text";
|
|
1349
1349
|
fitWidthFallback: string;
|
|
1350
1350
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1351
1351
|
modelValue: StringConstructor;
|
|
@@ -1353,7 +1353,7 @@ declare const Input: {
|
|
|
1353
1353
|
type: StringConstructor;
|
|
1354
1354
|
default: string;
|
|
1355
1355
|
};
|
|
1356
|
-
size: import("vue").PropType<import("
|
|
1356
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1357
1357
|
allowClear: {
|
|
1358
1358
|
type: BooleanConstructor;
|
|
1359
1359
|
default: boolean;
|
|
@@ -1363,7 +1363,7 @@ declare const Input: {
|
|
|
1363
1363
|
default: boolean;
|
|
1364
1364
|
};
|
|
1365
1365
|
readonly: {
|
|
1366
|
-
type: (
|
|
1366
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1367
1367
|
default: boolean;
|
|
1368
1368
|
};
|
|
1369
1369
|
error: {
|
|
@@ -1394,7 +1394,7 @@ declare const Input: {
|
|
|
1394
1394
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1395
1395
|
inputAttrs: ObjectConstructor;
|
|
1396
1396
|
type: {
|
|
1397
|
-
type: import("vue").PropType<
|
|
1397
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1398
1398
|
default: string;
|
|
1399
1399
|
};
|
|
1400
1400
|
fitWidthFallback: {
|
|
@@ -1404,14 +1404,14 @@ declare const Input: {
|
|
|
1404
1404
|
prepend: StringConstructor;
|
|
1405
1405
|
append: StringConstructor;
|
|
1406
1406
|
}>> & Readonly<{
|
|
1407
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1408
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1409
1407
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1410
1408
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1409
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1410
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1411
1411
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1412
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1413
1412
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1414
|
-
|
|
1413
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1414
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1415
1415
|
inputRef: HTMLInputElement | undefined;
|
|
1416
1416
|
focus: () => void | undefined;
|
|
1417
1417
|
blur: () => void | undefined;
|
|
@@ -1429,11 +1429,11 @@ declare const Input: {
|
|
|
1429
1429
|
focus: () => void;
|
|
1430
1430
|
blur: () => void;
|
|
1431
1431
|
}, {}, {}, {}, {
|
|
1432
|
-
|
|
1432
|
+
searchButton: boolean;
|
|
1433
1433
|
loading: boolean;
|
|
1434
|
+
disabled: boolean;
|
|
1434
1435
|
fitWidth: boolean;
|
|
1435
1436
|
maxWFull: boolean;
|
|
1436
|
-
searchButton: boolean;
|
|
1437
1437
|
}>;
|
|
1438
1438
|
__isFragment?: never;
|
|
1439
1439
|
__isTeleport?: never;
|
|
@@ -1451,9 +1451,9 @@ declare const Input: {
|
|
|
1451
1451
|
type: BooleanConstructor;
|
|
1452
1452
|
default: boolean;
|
|
1453
1453
|
};
|
|
1454
|
-
size: import("vue").PropType<import("
|
|
1454
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1455
1455
|
buttonText: StringConstructor;
|
|
1456
|
-
buttonProps: import("vue").PropType<import("
|
|
1456
|
+
buttonProps: import("vue").PropType<import("..").ButtonProps>;
|
|
1457
1457
|
fitWidth: {
|
|
1458
1458
|
type: BooleanConstructor;
|
|
1459
1459
|
default: boolean;
|
|
@@ -1469,12 +1469,11 @@ declare const Input: {
|
|
|
1469
1469
|
$: import("vue").ComponentInternalInstance;
|
|
1470
1470
|
$data: {};
|
|
1471
1471
|
$props: Partial<{
|
|
1472
|
-
type: "text" | "password";
|
|
1473
|
-
disabled: boolean;
|
|
1474
|
-
error: boolean;
|
|
1475
|
-
readonly: string | boolean;
|
|
1476
1472
|
defaultValue: string;
|
|
1477
1473
|
allowClear: boolean;
|
|
1474
|
+
disabled: boolean;
|
|
1475
|
+
readonly: string | boolean;
|
|
1476
|
+
error: boolean;
|
|
1478
1477
|
fitWidth: boolean;
|
|
1479
1478
|
maxWFull: boolean;
|
|
1480
1479
|
maxLength: number | {
|
|
@@ -1482,14 +1481,17 @@ declare const Input: {
|
|
|
1482
1481
|
errorOnly?: boolean;
|
|
1483
1482
|
};
|
|
1484
1483
|
showWordLimit: boolean;
|
|
1484
|
+
type: "password" | "text";
|
|
1485
1485
|
fitWidthFallback: string;
|
|
1486
1486
|
}> & Omit<{
|
|
1487
|
-
readonly
|
|
1488
|
-
readonly disabled: boolean;
|
|
1489
|
-
readonly error: boolean;
|
|
1490
|
-
readonly readonly: string | boolean;
|
|
1487
|
+
readonly modelValue?: string | undefined;
|
|
1491
1488
|
readonly defaultValue: string;
|
|
1489
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1492
1490
|
readonly allowClear: boolean;
|
|
1491
|
+
readonly disabled: boolean;
|
|
1492
|
+
readonly readonly: string | boolean;
|
|
1493
|
+
readonly error: boolean;
|
|
1494
|
+
readonly placeholder?: string | undefined;
|
|
1493
1495
|
readonly fitWidth: boolean;
|
|
1494
1496
|
readonly maxWFull: boolean;
|
|
1495
1497
|
readonly maxLength: number | {
|
|
@@ -1497,23 +1499,21 @@ declare const Input: {
|
|
|
1497
1499
|
errorOnly?: boolean;
|
|
1498
1500
|
};
|
|
1499
1501
|
readonly showWordLimit: boolean;
|
|
1500
|
-
readonly
|
|
1501
|
-
readonly
|
|
1502
|
-
readonly modelValue?: string | undefined;
|
|
1503
|
-
readonly placeholder?: string | undefined;
|
|
1502
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1503
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1504
1504
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
1505
|
+
readonly type: "password" | "text";
|
|
1506
|
+
readonly fitWidthFallback: string;
|
|
1505
1507
|
readonly prepend?: string | undefined;
|
|
1506
1508
|
readonly append?: string | undefined;
|
|
1507
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1508
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1509
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1510
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1511
1509
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1512
1510
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1511
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1512
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1513
1513
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1514
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1515
1514
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1516
|
-
|
|
1515
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1516
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
1517
1517
|
$attrs: import("vue").Attrs;
|
|
1518
1518
|
$refs: {
|
|
1519
1519
|
[x: string]: unknown;
|
|
@@ -1524,7 +1524,7 @@ declare const Input: {
|
|
|
1524
1524
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1525
1525
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1526
1526
|
$host: Element | null;
|
|
1527
|
-
$emit: ((event: "
|
|
1527
|
+
$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);
|
|
1528
1528
|
$el: any;
|
|
1529
1529
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1530
1530
|
modelValue: StringConstructor;
|
|
@@ -1532,7 +1532,7 @@ declare const Input: {
|
|
|
1532
1532
|
type: StringConstructor;
|
|
1533
1533
|
default: string;
|
|
1534
1534
|
};
|
|
1535
|
-
size: import("vue").PropType<import("
|
|
1535
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1536
1536
|
allowClear: {
|
|
1537
1537
|
type: BooleanConstructor;
|
|
1538
1538
|
default: boolean;
|
|
@@ -1542,7 +1542,7 @@ declare const Input: {
|
|
|
1542
1542
|
default: boolean;
|
|
1543
1543
|
};
|
|
1544
1544
|
readonly: {
|
|
1545
|
-
type: (
|
|
1545
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1546
1546
|
default: boolean;
|
|
1547
1547
|
};
|
|
1548
1548
|
error: {
|
|
@@ -1573,7 +1573,7 @@ declare const Input: {
|
|
|
1573
1573
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1574
1574
|
inputAttrs: ObjectConstructor;
|
|
1575
1575
|
type: {
|
|
1576
|
-
type: import("vue").PropType<
|
|
1576
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1577
1577
|
default: string;
|
|
1578
1578
|
};
|
|
1579
1579
|
fitWidthFallback: {
|
|
@@ -1583,32 +1583,31 @@ declare const Input: {
|
|
|
1583
1583
|
prepend: StringConstructor;
|
|
1584
1584
|
append: StringConstructor;
|
|
1585
1585
|
}>> & Readonly<{
|
|
1586
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1587
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1588
1586
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1589
1587
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1588
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1589
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1590
1590
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1591
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1592
1591
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1592
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1593
1593
|
}>, {
|
|
1594
1594
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1595
1595
|
focus: () => void | undefined;
|
|
1596
1596
|
blur: () => void | undefined;
|
|
1597
1597
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1598
|
-
clear: (_event: MouseEvent) => void;
|
|
1599
|
-
focus: (_event: FocusEvent) => void;
|
|
1600
1598
|
blur: (_event: FocusEvent) => void;
|
|
1601
1599
|
change: (_value: string, _event: Event) => void;
|
|
1600
|
+
clear: (_event: MouseEvent) => void;
|
|
1601
|
+
focus: (_event: FocusEvent) => void;
|
|
1602
1602
|
input: (_value: string, _event: Event) => void;
|
|
1603
|
-
"update:modelValue": (_value: string) => void;
|
|
1604
1603
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1604
|
+
"update:modelValue": (_value: string) => void;
|
|
1605
1605
|
}, string, {
|
|
1606
|
-
type: "text" | "password";
|
|
1607
|
-
disabled: boolean;
|
|
1608
|
-
error: boolean;
|
|
1609
|
-
readonly: string | boolean;
|
|
1610
1606
|
defaultValue: string;
|
|
1611
1607
|
allowClear: boolean;
|
|
1608
|
+
disabled: boolean;
|
|
1609
|
+
readonly: string | boolean;
|
|
1610
|
+
error: boolean;
|
|
1612
1611
|
fitWidth: boolean;
|
|
1613
1612
|
maxWFull: boolean;
|
|
1614
1613
|
maxLength: number | {
|
|
@@ -1616,34 +1615,34 @@ declare const Input: {
|
|
|
1616
1615
|
errorOnly?: boolean;
|
|
1617
1616
|
};
|
|
1618
1617
|
showWordLimit: boolean;
|
|
1618
|
+
type: "password" | "text";
|
|
1619
1619
|
fitWidthFallback: string;
|
|
1620
1620
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1621
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1622
|
-
created?: (() => void) | (() => void)
|
|
1623
|
-
beforeMount?: (() => void) | (() => void)
|
|
1624
|
-
mounted?: (() => void) | (() => void)
|
|
1625
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1626
|
-
updated?: (() => void) | (() => void)
|
|
1627
|
-
activated?: (() => void) | (() => void)
|
|
1628
|
-
deactivated?: (() => void) | (() => void)
|
|
1629
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1630
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1631
|
-
destroyed?: (() => void) | (() => void)
|
|
1632
|
-
unmounted?: (() => void) | (() => void)
|
|
1633
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1634
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1635
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1621
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1622
|
+
created?: (() => void)[] | (() => void);
|
|
1623
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1624
|
+
mounted?: (() => void)[] | (() => void);
|
|
1625
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1626
|
+
updated?: (() => void)[] | (() => void);
|
|
1627
|
+
activated?: (() => void)[] | (() => void);
|
|
1628
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1629
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1630
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1631
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1632
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1633
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1634
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1635
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1636
1636
|
};
|
|
1637
1637
|
$forceUpdate: () => void;
|
|
1638
1638
|
$nextTick: typeof import("vue").nextTick;
|
|
1639
1639
|
$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;
|
|
1640
1640
|
} & Readonly<{
|
|
1641
|
-
type: "text" | "password";
|
|
1642
|
-
disabled: boolean;
|
|
1643
|
-
error: boolean;
|
|
1644
|
-
readonly: string | boolean;
|
|
1645
1641
|
defaultValue: string;
|
|
1646
1642
|
allowClear: boolean;
|
|
1643
|
+
disabled: boolean;
|
|
1644
|
+
readonly: string | boolean;
|
|
1645
|
+
error: boolean;
|
|
1647
1646
|
fitWidth: boolean;
|
|
1648
1647
|
maxWFull: boolean;
|
|
1649
1648
|
maxLength: number | {
|
|
@@ -1651,6 +1650,7 @@ declare const Input: {
|
|
|
1651
1650
|
errorOnly?: boolean;
|
|
1652
1651
|
};
|
|
1653
1652
|
showWordLimit: boolean;
|
|
1653
|
+
type: "password" | "text";
|
|
1654
1654
|
fitWidthFallback: string;
|
|
1655
1655
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1656
1656
|
modelValue: StringConstructor;
|
|
@@ -1658,7 +1658,7 @@ declare const Input: {
|
|
|
1658
1658
|
type: StringConstructor;
|
|
1659
1659
|
default: string;
|
|
1660
1660
|
};
|
|
1661
|
-
size: import("vue").PropType<import("
|
|
1661
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1662
1662
|
allowClear: {
|
|
1663
1663
|
type: BooleanConstructor;
|
|
1664
1664
|
default: boolean;
|
|
@@ -1668,7 +1668,7 @@ declare const Input: {
|
|
|
1668
1668
|
default: boolean;
|
|
1669
1669
|
};
|
|
1670
1670
|
readonly: {
|
|
1671
|
-
type: (
|
|
1671
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1672
1672
|
default: boolean;
|
|
1673
1673
|
};
|
|
1674
1674
|
error: {
|
|
@@ -1699,7 +1699,7 @@ declare const Input: {
|
|
|
1699
1699
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1700
1700
|
inputAttrs: ObjectConstructor;
|
|
1701
1701
|
type: {
|
|
1702
|
-
type: import("vue").PropType<
|
|
1702
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1703
1703
|
default: string;
|
|
1704
1704
|
};
|
|
1705
1705
|
fitWidthFallback: {
|
|
@@ -1709,14 +1709,14 @@ declare const Input: {
|
|
|
1709
1709
|
prepend: StringConstructor;
|
|
1710
1710
|
append: StringConstructor;
|
|
1711
1711
|
}>> & Readonly<{
|
|
1712
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1713
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1714
1712
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1715
1713
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1714
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1715
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1716
1716
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1717
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1718
1717
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1719
|
-
|
|
1718
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1719
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1720
1720
|
inputRef: HTMLInputElement | undefined;
|
|
1721
1721
|
focus: () => void | undefined;
|
|
1722
1722
|
blur: () => void | undefined;
|
|
@@ -1734,12 +1734,11 @@ declare const Input: {
|
|
|
1734
1734
|
$: import("vue").ComponentInternalInstance;
|
|
1735
1735
|
$data: {};
|
|
1736
1736
|
$props: Partial<{
|
|
1737
|
-
type: "text" | "password";
|
|
1738
|
-
disabled: boolean;
|
|
1739
|
-
error: boolean;
|
|
1740
|
-
readonly: string | boolean;
|
|
1741
1737
|
defaultValue: string;
|
|
1742
1738
|
allowClear: boolean;
|
|
1739
|
+
disabled: boolean;
|
|
1740
|
+
readonly: string | boolean;
|
|
1741
|
+
error: boolean;
|
|
1743
1742
|
fitWidth: boolean;
|
|
1744
1743
|
maxWFull: boolean;
|
|
1745
1744
|
maxLength: number | {
|
|
@@ -1747,14 +1746,17 @@ declare const Input: {
|
|
|
1747
1746
|
errorOnly?: boolean;
|
|
1748
1747
|
};
|
|
1749
1748
|
showWordLimit: boolean;
|
|
1749
|
+
type: "password" | "text";
|
|
1750
1750
|
fitWidthFallback: string;
|
|
1751
1751
|
}> & Omit<{
|
|
1752
|
-
readonly
|
|
1753
|
-
readonly disabled: boolean;
|
|
1754
|
-
readonly error: boolean;
|
|
1755
|
-
readonly readonly: string | boolean;
|
|
1752
|
+
readonly modelValue?: string | undefined;
|
|
1756
1753
|
readonly defaultValue: string;
|
|
1754
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1757
1755
|
readonly allowClear: boolean;
|
|
1756
|
+
readonly disabled: boolean;
|
|
1757
|
+
readonly readonly: string | boolean;
|
|
1758
|
+
readonly error: boolean;
|
|
1759
|
+
readonly placeholder?: string | undefined;
|
|
1758
1760
|
readonly fitWidth: boolean;
|
|
1759
1761
|
readonly maxWFull: boolean;
|
|
1760
1762
|
readonly maxLength: number | {
|
|
@@ -1762,23 +1764,21 @@ declare const Input: {
|
|
|
1762
1764
|
errorOnly?: boolean;
|
|
1763
1765
|
};
|
|
1764
1766
|
readonly showWordLimit: boolean;
|
|
1765
|
-
readonly
|
|
1766
|
-
readonly
|
|
1767
|
-
readonly modelValue?: string | undefined;
|
|
1768
|
-
readonly placeholder?: string | undefined;
|
|
1767
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1768
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1769
1769
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
1770
|
+
readonly type: "password" | "text";
|
|
1771
|
+
readonly fitWidthFallback: string;
|
|
1770
1772
|
readonly prepend?: string | undefined;
|
|
1771
1773
|
readonly append?: string | undefined;
|
|
1772
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1773
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1774
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1775
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1776
1774
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1777
1775
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1776
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1777
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1778
1778
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1779
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1780
1779
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1781
|
-
|
|
1780
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1781
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
1782
1782
|
$attrs: import("vue").Attrs;
|
|
1783
1783
|
$refs: {
|
|
1784
1784
|
[x: string]: unknown;
|
|
@@ -1789,7 +1789,7 @@ declare const Input: {
|
|
|
1789
1789
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1790
1790
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1791
1791
|
$host: Element | null;
|
|
1792
|
-
$emit: ((event: "
|
|
1792
|
+
$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);
|
|
1793
1793
|
$el: any;
|
|
1794
1794
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1795
1795
|
modelValue: StringConstructor;
|
|
@@ -1797,7 +1797,7 @@ declare const Input: {
|
|
|
1797
1797
|
type: StringConstructor;
|
|
1798
1798
|
default: string;
|
|
1799
1799
|
};
|
|
1800
|
-
size: import("vue").PropType<import("
|
|
1800
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1801
1801
|
allowClear: {
|
|
1802
1802
|
type: BooleanConstructor;
|
|
1803
1803
|
default: boolean;
|
|
@@ -1807,7 +1807,7 @@ declare const Input: {
|
|
|
1807
1807
|
default: boolean;
|
|
1808
1808
|
};
|
|
1809
1809
|
readonly: {
|
|
1810
|
-
type: (
|
|
1810
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1811
1811
|
default: boolean;
|
|
1812
1812
|
};
|
|
1813
1813
|
error: {
|
|
@@ -1838,7 +1838,7 @@ declare const Input: {
|
|
|
1838
1838
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1839
1839
|
inputAttrs: ObjectConstructor;
|
|
1840
1840
|
type: {
|
|
1841
|
-
type: import("vue").PropType<
|
|
1841
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1842
1842
|
default: string;
|
|
1843
1843
|
};
|
|
1844
1844
|
fitWidthFallback: {
|
|
@@ -1848,32 +1848,31 @@ declare const Input: {
|
|
|
1848
1848
|
prepend: StringConstructor;
|
|
1849
1849
|
append: StringConstructor;
|
|
1850
1850
|
}>> & Readonly<{
|
|
1851
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1852
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1853
1851
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1854
1852
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1853
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1854
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1855
1855
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1856
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1857
1856
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1857
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1858
1858
|
}>, {
|
|
1859
1859
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1860
1860
|
focus: () => void | undefined;
|
|
1861
1861
|
blur: () => void | undefined;
|
|
1862
1862
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1863
|
-
clear: (_event: MouseEvent) => void;
|
|
1864
|
-
focus: (_event: FocusEvent) => void;
|
|
1865
1863
|
blur: (_event: FocusEvent) => void;
|
|
1866
1864
|
change: (_value: string, _event: Event) => void;
|
|
1865
|
+
clear: (_event: MouseEvent) => void;
|
|
1866
|
+
focus: (_event: FocusEvent) => void;
|
|
1867
1867
|
input: (_value: string, _event: Event) => void;
|
|
1868
|
-
"update:modelValue": (_value: string) => void;
|
|
1869
1868
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1869
|
+
"update:modelValue": (_value: string) => void;
|
|
1870
1870
|
}, string, {
|
|
1871
|
-
type: "text" | "password";
|
|
1872
|
-
disabled: boolean;
|
|
1873
|
-
error: boolean;
|
|
1874
|
-
readonly: string | boolean;
|
|
1875
1871
|
defaultValue: string;
|
|
1876
1872
|
allowClear: boolean;
|
|
1873
|
+
disabled: boolean;
|
|
1874
|
+
readonly: string | boolean;
|
|
1875
|
+
error: boolean;
|
|
1877
1876
|
fitWidth: boolean;
|
|
1878
1877
|
maxWFull: boolean;
|
|
1879
1878
|
maxLength: number | {
|
|
@@ -1881,34 +1880,34 @@ declare const Input: {
|
|
|
1881
1880
|
errorOnly?: boolean;
|
|
1882
1881
|
};
|
|
1883
1882
|
showWordLimit: boolean;
|
|
1883
|
+
type: "password" | "text";
|
|
1884
1884
|
fitWidthFallback: string;
|
|
1885
1885
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1886
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1887
|
-
created?: (() => void) | (() => void)
|
|
1888
|
-
beforeMount?: (() => void) | (() => void)
|
|
1889
|
-
mounted?: (() => void) | (() => void)
|
|
1890
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1891
|
-
updated?: (() => void) | (() => void)
|
|
1892
|
-
activated?: (() => void) | (() => void)
|
|
1893
|
-
deactivated?: (() => void) | (() => void)
|
|
1894
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1895
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1896
|
-
destroyed?: (() => void) | (() => void)
|
|
1897
|
-
unmounted?: (() => void) | (() => void)
|
|
1898
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1899
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1900
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1886
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1887
|
+
created?: (() => void)[] | (() => void);
|
|
1888
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1889
|
+
mounted?: (() => void)[] | (() => void);
|
|
1890
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1891
|
+
updated?: (() => void)[] | (() => void);
|
|
1892
|
+
activated?: (() => void)[] | (() => void);
|
|
1893
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1894
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1895
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1896
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1897
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1898
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1899
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1900
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1901
1901
|
};
|
|
1902
1902
|
$forceUpdate: () => void;
|
|
1903
1903
|
$nextTick: typeof import("vue").nextTick;
|
|
1904
1904
|
$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;
|
|
1905
1905
|
} & Readonly<{
|
|
1906
|
-
type: "text" | "password";
|
|
1907
|
-
disabled: boolean;
|
|
1908
|
-
error: boolean;
|
|
1909
|
-
readonly: string | boolean;
|
|
1910
1906
|
defaultValue: string;
|
|
1911
1907
|
allowClear: boolean;
|
|
1908
|
+
disabled: boolean;
|
|
1909
|
+
readonly: string | boolean;
|
|
1910
|
+
error: boolean;
|
|
1912
1911
|
fitWidth: boolean;
|
|
1913
1912
|
maxWFull: boolean;
|
|
1914
1913
|
maxLength: number | {
|
|
@@ -1916,6 +1915,7 @@ declare const Input: {
|
|
|
1916
1915
|
errorOnly?: boolean;
|
|
1917
1916
|
};
|
|
1918
1917
|
showWordLimit: boolean;
|
|
1918
|
+
type: "password" | "text";
|
|
1919
1919
|
fitWidthFallback: string;
|
|
1920
1920
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1921
1921
|
modelValue: StringConstructor;
|
|
@@ -1923,7 +1923,7 @@ declare const Input: {
|
|
|
1923
1923
|
type: StringConstructor;
|
|
1924
1924
|
default: string;
|
|
1925
1925
|
};
|
|
1926
|
-
size: import("vue").PropType<import("
|
|
1926
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1927
1927
|
allowClear: {
|
|
1928
1928
|
type: BooleanConstructor;
|
|
1929
1929
|
default: boolean;
|
|
@@ -1933,7 +1933,7 @@ declare const Input: {
|
|
|
1933
1933
|
default: boolean;
|
|
1934
1934
|
};
|
|
1935
1935
|
readonly: {
|
|
1936
|
-
type: (
|
|
1936
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1937
1937
|
default: boolean;
|
|
1938
1938
|
};
|
|
1939
1939
|
error: {
|
|
@@ -1964,7 +1964,7 @@ declare const Input: {
|
|
|
1964
1964
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1965
1965
|
inputAttrs: ObjectConstructor;
|
|
1966
1966
|
type: {
|
|
1967
|
-
type: import("vue").PropType<
|
|
1967
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1968
1968
|
default: string;
|
|
1969
1969
|
};
|
|
1970
1970
|
fitWidthFallback: {
|
|
@@ -1974,14 +1974,14 @@ declare const Input: {
|
|
|
1974
1974
|
prepend: StringConstructor;
|
|
1975
1975
|
append: StringConstructor;
|
|
1976
1976
|
}>> & Readonly<{
|
|
1977
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1978
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1979
1977
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1980
1978
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1979
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1980
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1981
1981
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1982
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1983
1982
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1984
|
-
|
|
1983
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1984
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1985
1985
|
inputRef: HTMLInputElement | undefined;
|
|
1986
1986
|
focus: () => void | undefined;
|
|
1987
1987
|
blur: () => void | undefined;
|
|
@@ -2001,11 +2001,11 @@ declare const Input: {
|
|
|
2001
2001
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2002
2002
|
search: (value: string, event: MouseEvent) => any;
|
|
2003
2003
|
}, string, {
|
|
2004
|
-
|
|
2004
|
+
searchButton: boolean;
|
|
2005
2005
|
loading: boolean;
|
|
2006
|
+
disabled: boolean;
|
|
2006
2007
|
fitWidth: boolean;
|
|
2007
2008
|
maxWFull: boolean;
|
|
2008
|
-
searchButton: boolean;
|
|
2009
2009
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2010
2010
|
$slots: {
|
|
2011
2011
|
prepend?: (props: {}) => any;
|
|
@@ -2046,20 +2046,20 @@ declare const Input: {
|
|
|
2046
2046
|
default: boolean;
|
|
2047
2047
|
};
|
|
2048
2048
|
}>> & Readonly<{
|
|
2049
|
-
"onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
2050
2049
|
"onUpdate:visibility"?: ((_visible: boolean) => any) | undefined;
|
|
2050
|
+
"onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
2051
2051
|
}>, {
|
|
2052
2052
|
focus: () => void;
|
|
2053
2053
|
blur: () => void;
|
|
2054
2054
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2055
|
-
"visibility-change": (_visible: boolean) => any;
|
|
2056
2055
|
"update:visibility": (_visible: boolean) => any;
|
|
2056
|
+
"visibility-change": (_visible: boolean) => any;
|
|
2057
2057
|
}, import("vue").PublicProps, {
|
|
2058
|
-
fitWidth: boolean;
|
|
2059
|
-
maxWFull: boolean;
|
|
2060
2058
|
visibility: boolean;
|
|
2061
2059
|
defaultVisibility: boolean;
|
|
2062
2060
|
invisibleButton: boolean;
|
|
2061
|
+
fitWidth: boolean;
|
|
2062
|
+
maxWFull: boolean;
|
|
2063
2063
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2064
2064
|
P: {};
|
|
2065
2065
|
B: {};
|
|
@@ -2089,17 +2089,17 @@ declare const Input: {
|
|
|
2089
2089
|
default: boolean;
|
|
2090
2090
|
};
|
|
2091
2091
|
}>> & Readonly<{
|
|
2092
|
-
"onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
2093
2092
|
"onUpdate:visibility"?: ((_visible: boolean) => any) | undefined;
|
|
2093
|
+
"onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
2094
2094
|
}>, {
|
|
2095
2095
|
focus: () => void;
|
|
2096
2096
|
blur: () => void;
|
|
2097
2097
|
}, {}, {}, {}, {
|
|
2098
|
-
fitWidth: boolean;
|
|
2099
|
-
maxWFull: boolean;
|
|
2100
2098
|
visibility: boolean;
|
|
2101
2099
|
defaultVisibility: boolean;
|
|
2102
2100
|
invisibleButton: boolean;
|
|
2101
|
+
fitWidth: boolean;
|
|
2102
|
+
maxWFull: boolean;
|
|
2103
2103
|
}>;
|
|
2104
2104
|
__isFragment?: never;
|
|
2105
2105
|
__isTeleport?: never;
|
|
@@ -2126,20 +2126,20 @@ declare const Input: {
|
|
|
2126
2126
|
default: boolean;
|
|
2127
2127
|
};
|
|
2128
2128
|
}>> & Readonly<{
|
|
2129
|
-
"onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
2130
2129
|
"onUpdate:visibility"?: ((_visible: boolean) => any) | undefined;
|
|
2130
|
+
"onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
2131
2131
|
}>, {
|
|
2132
2132
|
focus: () => void;
|
|
2133
2133
|
blur: () => void;
|
|
2134
2134
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2135
|
-
"visibility-change": (_visible: boolean) => any;
|
|
2136
2135
|
"update:visibility": (_visible: boolean) => any;
|
|
2136
|
+
"visibility-change": (_visible: boolean) => any;
|
|
2137
2137
|
}, string, {
|
|
2138
|
-
fitWidth: boolean;
|
|
2139
|
-
maxWFull: boolean;
|
|
2140
2138
|
visibility: boolean;
|
|
2141
2139
|
defaultVisibility: boolean;
|
|
2142
2140
|
invisibleButton: boolean;
|
|
2141
|
+
fitWidth: boolean;
|
|
2142
|
+
maxWFull: boolean;
|
|
2143
2143
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2144
2144
|
$slots: {
|
|
2145
2145
|
prepend?: (props: {}) => any;
|