@sdata/web-vue 4.5.1 → 4.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_components/{icon-hover.vue.d.ts → icon-hover.vue.d.vue.ts} +1 -1
- package/es/_components/input-label/{input-label.vue.d.ts → input-label.vue.d.vue.ts} +12 -10
- package/es/_components/picker/{input-range.vue.d.ts → input-range.vue.d.vue.ts} +12 -12
- package/es/_components/picker/{input.vue.d.ts → input.vue.d.vue.ts} +7 -7
- package/es/_components/{resize-trigger.vue.d.ts → resize-trigger.vue.d.vue.ts} +2 -2
- package/es/_components/select-view/{select-view.vue.d.ts → select-view.vue.d.vue.ts} +15 -13
- package/es/_components/virtual-list/{virtual-list.vue.d.ts → virtual-list.vue.d.vue.ts} +45 -33
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/color.d.ts +5 -5
- package/es/_utils/constant.d.ts +8 -8
- package/es/_utils/date.d.ts +8 -8
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/dom.d.ts +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/_utils/throttle-by-raf.d.ts +1 -1
- package/es/_utils/vue-utils.d.ts +4 -4
- package/es/affix/{affix.vue.d.ts → affix.vue.d.vue.ts} +2 -1
- package/es/alert/{alert.vue.d.ts → alert.vue.d.vue.ts} +7 -7
- package/es/alert/index.d.ts +17 -17
- package/es/anchor/{anchor.vue.d.ts → anchor.vue.d.vue.ts} +5 -5
- package/es/anchor/index.d.ts +15 -15
- package/es/anchor/utils.d.ts +2 -2
- package/es/auto-complete/{auto-complete.vue.d.ts → auto-complete.vue.d.vue.ts} +134 -132
- package/es/auto-complete/index.d.ts +392 -392
- package/es/avatar/index.d.ts +29 -29
- package/es/back-top/index.d.ts +3 -3
- package/es/badge/{badge.vue.d.ts → badge.vue.d.vue.ts} +2 -2
- package/es/basic-crud-table/{basic-crud-modal.vue.d.ts → basic-crud-modal.vue.d.vue.ts} +98 -98
- package/es/basic-crud-table/basic-crud-table.vue.d.vue.ts +935 -0
- package/es/basic-crud-table/index.d.ts +1394 -1394
- package/es/border-beam/index.d.ts +3 -3
- package/es/breadcrumb/index.d.ts +6 -6
- package/es/button/{button.vue.d.ts → button.vue.d.vue.ts} +5 -5
- package/es/button/constants.d.ts +1 -1
- package/es/button/index.d.ts +39 -39
- package/es/calendar/components/{index.vue.d.ts → index.vue.d.vue.ts} +68 -68
- package/es/calendar/core/config.d.ts +52 -68
- package/es/calendar/core/events.d.ts +1 -1
- package/es/calendar/core/i18n.d.ts +1 -1
- package/es/calendar/core/index.d.ts +4 -4
- package/es/calendar/core/props-definitions.d.ts +178 -263
- package/es/calendar/core/view.d.ts +11 -5
- package/es/calendar/index.d.ts +141 -141
- package/es/calendar/modules/drag-and-drop.d.ts +1 -1
- package/es/calendar/utils/conversions.d.ts +3 -3
- package/es/calendar/utils/date.d.ts +44 -22
- package/es/calendar/utils/special-hours-allow-events.d.ts +16 -16
- package/es/card/{card-meta.vue.d.ts → card-meta.vue.d.vue.ts} +1 -1
- package/es/card/index.d.ts +18 -18
- package/es/carousel/{carousel.vue.d.ts → carousel.vue.d.vue.ts} +14 -11
- package/es/carousel/index.d.ts +24 -24
- package/es/cascader/{cascader-panel.vue.d.ts → cascader-panel.vue.d.vue.ts} +4 -4
- package/es/cascader/{cascader.vue.d.ts → cascader.vue.d.vue.ts} +29 -29
- package/es/cascader/hooks/use-selected-path.d.ts +1 -1
- package/es/checkbox/index.d.ts +15 -15
- package/es/clamp/index.d.ts +46 -46
- package/es/collapse/{collapse.vue.d.ts → collapse.vue.d.vue.ts} +4 -4
- package/es/collapse/index.d.ts +10 -10
- package/es/color-picker/{color-picker.vue.d.ts → color-picker.vue.d.vue.ts} +23 -23
- package/es/color-picker/{control-bar.vue.d.ts → control-bar.vue.d.vue.ts} +2 -2
- package/es/color-picker/index.d.ts +64 -64
- package/es/color-picker/utils.d.ts +8 -8
- package/es/comment/{comment.vue.d.ts → comment.vue.d.vue.ts} +8 -8
- package/es/comment/index.d.ts +15 -15
- package/es/config-provider/index.d.ts +57 -57
- package/es/cropper/index.d.ts +44 -44
- package/es/date-picker/hooks/use-format.d.ts +2 -2
- package/es/date-picker/hooks/use-is-disabled-date.d.ts +1 -1
- package/es/date-picker/index.d.ts +343 -343
- package/es/date-picker/panels/date/{index.vue.d.ts → index.vue.d.vue.ts} +12 -12
- package/es/date-picker/panels/{shortcuts.vue.d.ts → shortcuts.vue.d.vue.ts} +2 -2
- package/es/date-picker/{picker-panel.vue.d.ts → picker-panel.vue.d.vue.ts} +23 -23
- package/es/date-picker/{picker.vue.d.ts → picker.vue.d.vue.ts} +214 -214
- package/es/date-picker/{range-picker-panel.vue.d.ts → range-picker-panel.vue.d.vue.ts} +34 -34
- package/es/date-picker/{range-picker.vue.d.ts → range-picker.vue.d.vue.ts} +256 -256
- package/es/descriptions/{descriptions.vue.d.ts → descriptions.vue.d.vue.ts} +8 -8
- package/es/descriptions/index.d.ts +39 -39
- package/es/divider/index.d.ts +9 -9
- package/es/drawer/{drawer.vue.d.ts → drawer.vue.d.vue.ts} +23 -23
- package/es/drawer/index.d.ts +79 -78
- package/es/drawer/utils.d.ts +1 -1
- package/es/dropdown/{dropdown-button.vue.d.ts → dropdown-button.vue.d.vue.ts} +9 -9
- package/es/dropdown/{dropdown-option.vue.d.ts → dropdown-option.vue.d.vue.ts} +3 -3
- package/es/dropdown/{dropdown-submenu.vue.d.ts → dropdown-submenu.vue.d.vue.ts} +10 -10
- package/es/dropdown/{dropdown.vue.d.ts → dropdown.vue.d.vue.ts} +7 -7
- package/es/dropdown/index.d.ts +86 -86
- package/es/ellipsis/{ellipsis.vue.d.ts → ellipsis.vue.d.vue.ts} +3 -3
- package/es/ellipsis/index.d.ts +12 -12
- package/es/ellipsis/{performant-ellipsis.vue.d.ts → performant-ellipsis.vue.d.vue.ts} +3 -3
- package/es/file-previewer/index.d.ts +18 -102
- package/es/form/{form-item.vue.d.ts → form-item.vue.d.vue.ts} +11 -11
- package/es/form/{form.vue.d.ts → form.vue.d.vue.ts} +6 -6
- package/es/form/index.d.ts +41 -41
- package/es/form/interface.d.ts +2 -2
- package/es/form/utils.d.ts +1 -1
- package/es/grid/{grid-col.vue.d.ts → grid-col.vue.d.vue.ts} +2 -2
- package/es/grid/{grid-row.vue.d.ts → grid-row.vue.d.vue.ts} +8 -8
- package/es/grid/index.d.ts +24 -24
- package/es/icon/sd-vue-icon.d.ts +2 -1
- package/es/icon-component/{icon-font.vue.d.ts → icon-font.vue.d.vue.ts} +2 -2
- package/es/icon-component/{icon.vue.d.ts → icon.vue.d.vue.ts} +2 -2
- package/es/icon-component/index.d.ts +5 -4
- package/es/image/{image.vue.d.ts → image.vue.d.vue.ts} +11 -11
- package/es/image/{preview.vue.d.ts → preview.vue.d.vue.ts} +7 -5
- package/es/input/index.d.ts +407 -407
- package/es/input/{input-password.vue.d.ts → input-password.vue.d.vue.ts} +8 -6
- package/es/input/{input-search.vue.d.ts → input-search.vue.d.vue.ts} +118 -116
- package/es/input/{input.vue.d.ts → input.vue.d.vue.ts} +18 -16
- package/es/input-mask/index.d.ts +35 -35
- package/es/input-number/index.d.ts +388 -388
- package/es/input-number/{input-number.vue.d.ts → input-number.vue.d.vue.ts} +132 -130
- package/es/input-tag/index.d.ts +55 -55
- package/es/input-tag/{input-tag.vue.d.ts → input-tag.vue.d.vue.ts} +25 -23
- package/es/json-form/index.d.ts +33 -33
- package/es/json-form/{json-form.vue.d.ts → json-form.vue.d.vue.ts} +17 -10
- package/es/json-form/types.d.ts +28 -28
- package/es/kv-list/constants.d.ts +1 -1
- package/es/kv-list/index.d.ts +9 -283
- package/es/layout/index.d.ts +41 -41
- package/es/layout/{sider.vue.d.ts → sider.vue.d.vue.ts} +15 -15
- package/es/link/index.d.ts +18 -18
- package/es/link/{link.vue.d.ts → link.vue.d.vue.ts} +5 -5
- package/es/list/index.d.ts +663 -663
- package/es/list/{list.vue.d.ts → list.vue.d.vue.ts} +168 -167
- package/es/mention/index.d.ts +678 -678
- package/es/mention/{mention.vue.d.ts → mention.vue.d.vue.ts} +235 -233
- package/es/menu/{base-menu.vue.d.ts → base-menu.vue.d.vue.ts} +24 -24
- package/es/menu/hooks/use-menu-data-collector.d.ts +2 -2
- package/es/menu/{item.vue.d.ts → item.vue.d.vue.ts} +3 -2
- package/es/menu/{menu.vue.d.ts → menu.vue.d.vue.ts} +8 -8
- package/es/message/index.d.ts +2 -2
- package/es/message/interface.d.ts +1 -1
- package/es/message/{message.vue.d.ts → message.vue.d.vue.ts} +4 -4
- package/es/modal/index.d.ts +82 -80
- package/es/modal/{modal.vue.d.ts → modal.vue.d.vue.ts} +25 -25
- package/es/model-selector/index.d.ts +6 -6
- package/es/model-selector/model-selector-trigger-element.vue.d.vue.ts +7 -0
- package/es/model-selector/types.d.ts +1 -1
- package/es/notification/index.d.ts +2 -2
- package/es/notification/interface.d.ts +1 -1
- package/es/notification/{notification-list.vue.d.ts → notification-list.vue.d.vue.ts} +3 -3
- package/es/notification/{notification.vue.d.ts → notification.vue.d.vue.ts} +3 -3
- package/es/number-flow/index.d.ts +5 -5
- package/es/pagination/index.d.ts +14 -14
- package/es/pagination/interface.d.ts +1 -1
- package/es/popconfirm/index.d.ts +31 -31
- package/es/popconfirm/{popconfirm.vue.d.ts → popconfirm.vue.d.vue.ts} +6 -6
- package/es/popover/index.d.ts +26 -26
- package/es/popover/{popover.vue.d.ts → popover.vue.d.vue.ts} +5 -5
- package/es/progress/{circle.vue.d.ts → circle.vue.d.vue.ts} +3 -3
- package/es/progress/index.d.ts +15 -15
- package/es/progress/{line.vue.d.ts → line.vue.d.vue.ts} +9 -9
- package/es/progress/{progress.vue.d.ts → progress.vue.d.vue.ts} +5 -5
- package/es/qr-code/index.d.ts +39 -39
- package/es/qr-code/{qr-code.vue.d.ts → qr-code.vue.d.vue.ts} +12 -12
- package/es/radio/context.d.ts +1 -1
- package/es/radio/index.d.ts +33 -33
- package/es/rate/index.d.ts +23 -23
- package/es/rate/{rate.vue.d.ts → rate.vue.d.vue.ts} +9 -9
- package/es/resize-box/index.d.ts +23 -23
- package/es/resize-box/{resize-box.vue.d.ts → resize-box.vue.d.vue.ts} +11 -11
- package/es/result/index.d.ts +3 -3
- package/es/result/{result.vue.d.ts → result.vue.d.vue.ts} +1 -1
- package/es/result/utils.d.ts +1 -1
- package/es/rich-text-editor/index.d.ts +29 -29
- package/es/rich-text-editor/{rich-text-editor.vue.d.ts → rich-text-editor.vue.d.vue.ts} +49 -30
- package/es/scrollbar/index.d.ts +33 -33
- package/es/scrollbar/{scrollbar.vue.d.ts → scrollbar.vue.d.vue.ts} +19 -19
- package/es/select/hooks/use-options.d.ts +9 -9
- package/es/select/hooks/use-select.d.ts +11 -11
- package/es/select/index.d.ts +147 -147
- package/es/select/{select.vue.d.ts → select.vue.d.vue.ts} +49 -49
- package/es/select/utils.d.ts +4 -4
- package/es/sender/index.d.ts +14 -14
- package/es/sender/{sender-switch.vue.d.ts → sender-switch.vue.d.vue.ts} +2 -2
- package/es/skeleton/index.d.ts +4 -4
- package/es/skeleton/{shape.vue.d.ts → shape.vue.d.vue.ts} +3 -3
- package/es/slider/index.d.ts +21 -21
- package/es/slider/{slider-button.vue.d.ts → slider-button.vue.d.vue.ts} +5 -5
- package/es/space/index.d.ts +9 -9
- package/es/split/index.d.ts +34 -34
- package/es/split/{split.vue.d.ts → split.vue.d.vue.ts} +17 -17
- package/es/statistic/index.d.ts +15 -15
- package/es/steps/index.d.ts +20 -20
- package/es/steps/interface.d.ts +2 -2
- package/es/steps/{step.vue.d.ts → step.vue.d.vue.ts} +2 -2
- package/es/steps/{steps.vue.d.ts → steps.vue.d.vue.ts} +4 -4
- package/es/style/color/palette-dark.d.ts +4 -1
- package/es/style/color/palette.d.ts +4 -1
- package/es/switch/index.d.ts +29 -29
- package/es/switch/{switch.vue.d.ts → switch.vue.d.vue.ts} +15 -15
- package/es/table/hooks/use-drag.d.ts +1 -1
- package/es/table/hooks/use-expand.d.ts +3 -3
- package/es/table/hooks/use-row-selection.d.ts +4 -4
- package/es/table/hooks/use-sorter.d.ts +3 -3
- package/es/table/index.d.ts +181 -181
- package/es/table/interface.d.ts +1 -1
- package/es/table/{table-column.vue.d.ts → table-column.vue.d.vue.ts} +8 -8
- package/es/table/{table-td.vue.d.ts → table-td.vue.d.vue.ts} +5 -5
- package/es/table/{table.vue.d.ts → table.vue.d.vue.ts} +51 -51
- package/es/table/utils.d.ts +1 -1
- package/es/tabs/index.d.ts +58 -58
- package/es/tabs/{tabs-nav-ink.vue.d.ts → tabs-nav-ink.vue.d.vue.ts} +2 -1
- package/es/tabs/{tabs-nav.vue.d.ts → tabs-nav.vue.d.vue.ts} +3 -3
- package/es/tabs/{tabs.vue.d.ts → tabs.vue.d.vue.ts} +19 -19
- package/es/tabs/utils.d.ts +1 -1
- package/es/tag/index.d.ts +39 -39
- package/es/tag/interface.d.ts +1 -1
- package/es/tag/{tag.vue.d.ts → tag.vue.d.vue.ts} +14 -14
- package/es/tag-group/index.d.ts +3 -3
- package/es/tag-group/{tag-group.vue.d.ts → tag-group.vue.d.vue.ts} +1 -1
- package/es/textarea/index.d.ts +25 -25
- package/es/textarea/{textarea.vue.d.ts → textarea.vue.d.vue.ts} +10 -10
- package/es/theme-provider/index.d.ts +12 -12
- package/es/time-picker/hooks/use-time-state.d.ts +4 -4
- package/es/time-picker/index.d.ts +60 -60
- package/es/time-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +14 -14
- package/es/time-picker/{range-panel.vue.d.ts → range-panel.vue.d.vue.ts} +6 -6
- package/es/time-picker/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +2 -2
- package/es/time-picker/{time-picker.vue.d.ts → time-picker.vue.d.vue.ts} +22 -22
- package/es/timeline/index.d.ts +9 -9
- package/es/toolbar/index.d.ts +5 -5
- package/es/tooltip/index.d.ts +14 -14
- package/es/tour/index.d.ts +23 -23
- package/es/transfer/index.d.ts +23 -23
- package/es/transfer/{transfer-list-item.vue.d.ts → transfer-list-item.vue.d.vue.ts} +4 -4
- package/es/transfer/{transfer-view.vue.d.ts → transfer-view.vue.d.vue.ts} +7 -5
- package/es/tree/hooks/use-draggable.d.ts +1 -1
- package/es/tree/hooks/use-tree-data.d.ts +40 -40
- package/es/tree/{node.vue.d.ts → node.vue.d.vue.ts} +2 -2
- package/es/tree/{tree.vue.d.ts → tree.vue.d.vue.ts} +93 -93
- package/es/tree-select/{panel.vue.d.ts → panel.vue.d.vue.ts} +4 -4
- package/es/tree-select/{tree-select.vue.d.ts → tree-select.vue.d.vue.ts} +52 -52
- package/es/trigger/index.d.ts +40 -40
- package/es/typography/{base.vue.d.ts → base.vue.d.vue.ts} +17 -17
- package/es/typography/index.d.ts +9 -9
- package/es/typography/{paragraph.vue.d.ts → paragraph.vue.d.vue.ts} +3 -3
- package/es/typography/{text.vue.d.ts → text.vue.d.vue.ts} +2 -2
- package/es/upload/index.d.ts +41 -41
- package/es/upload/{upload.vue.d.ts → upload.vue.d.vue.ts} +24 -20
- package/es/upload/utils.d.ts +1 -1
- package/es/verification-code/index.d.ts +20 -20
- package/es/verification-code/{verification-code.vue.d.ts → verification-code.vue.d.vue.ts} +7 -7
- package/es/watermark/hooks/use-theme.d.ts +2 -2
- package/es/watermark/index.d.ts +9 -9
- package/json/web-types.json +1 -1
- package/package.json +2 -2
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +0 -935
- package/es/model-selector/model-selector-trigger-element.vue.d.ts +0 -7
- package/es/_components/auto-tooltip/{auto-tooltip.vue.d.ts → auto-tooltip.vue.d.vue.ts} +0 -0
- package/es/_components/{client-only.vue.d.ts → client-only.vue.d.vue.ts} +0 -0
- package/es/_components/{feedback-icon.vue.d.ts → feedback-icon.vue.d.vue.ts} +0 -0
- package/es/_components/{resize-observer.vue.d.ts → resize-observer.vue.d.vue.ts} +0 -0
- package/es/_components/transition/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
- package/es/anchor/{anchor-link.vue.d.ts → anchor-link.vue.d.vue.ts} +0 -0
- package/es/avatar/{avatar-group.vue.d.ts → avatar-group.vue.d.vue.ts} +0 -0
- package/es/avatar/{avatar.vue.d.ts → avatar.vue.d.vue.ts} +2 -2
- package/es/back-top/{back-top.vue.d.ts → back-top.vue.d.vue.ts} +1 -1
- package/es/bloom-menu/{bloom-menu.vue.d.ts → bloom-menu.vue.d.vue.ts} +2 -2
- package/es/border-beam/{border-beam.vue.d.ts → border-beam.vue.d.vue.ts} +1 -1
- package/es/breadcrumb/{breadcrumb-item.vue.d.ts → breadcrumb-item.vue.d.vue.ts} +0 -0
- package/es/breadcrumb/{breadcrumb.vue.d.ts → breadcrumb.vue.d.vue.ts} +0 -0
- package/es/button/{button-group.vue.d.ts → button-group.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{body.vue.d.ts → body.vue.d.vue.ts} +19 -19
- package/es/calendar/components/{cell.vue.d.ts → cell.vue.d.vue.ts} +35 -35
- package/es/calendar/components/{event.vue.d.ts → event.vue.d.vue.ts} +4 -4
- package/es/calendar/components/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{headings-bar.vue.d.ts → headings-bar.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +0 -0
- package/es/card/{card-actions.vue.d.ts → card-actions.vue.d.vue.ts} +0 -0
- package/es/card/{card-grid.vue.d.ts → card-grid.vue.d.vue.ts} +0 -0
- package/es/card/{card.vue.d.ts → card.vue.d.vue.ts} +3 -3
- package/es/carousel/{carousel-arrow.vue.d.ts → carousel-arrow.vue.d.vue.ts} +3 -3
- package/es/carousel/{carousel-indicator.vue.d.ts → carousel-indicator.vue.d.vue.ts} +2 -2
- package/es/carousel/{carousel-item.vue.d.ts → carousel-item.vue.d.vue.ts} +0 -0
- package/es/cascader/{base-cascader-panel.vue.d.ts → base-cascader-panel.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-column.vue.d.ts → cascader-column.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-option.vue.d.ts → cascader-option.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-search-panel.vue.d.ts → cascader-search-panel.vue.d.vue.ts} +1 -1
- package/es/checkbox/{checkbox-group.vue.d.ts → checkbox-group.vue.d.vue.ts} +2 -2
- package/es/checkbox/{checkbox.vue.d.ts → checkbox.vue.d.vue.ts} +2 -2
- package/es/checkbox/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
- package/es/collapse/{collapse-item.vue.d.ts → collapse-item.vue.d.vue.ts} +0 -0
- package/es/color-picker/{gradient-thumb.vue.d.ts → gradient-thumb.vue.d.vue.ts} +0 -0
- package/es/color-picker/{palette.vue.d.ts → palette.vue.d.vue.ts} +0 -0
- package/es/color-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +3 -3
- package/es/config-provider/{config-provider.vue.d.ts → config-provider.vue.d.vue.ts} +5 -5
- package/es/config-provider/{theme-provider.vue.d.ts → theme-provider.vue.d.vue.ts} +1 -1
- package/es/copy/{copy.vue.d.ts → copy.vue.d.vue.ts} +0 -0
- package/es/cropper/{cropper.vue.d.ts → cropper.vue.d.vue.ts} +17 -17
- package/es/date-picker/panels/{body.vue.d.ts → body.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/{footer.vue.d.ts → footer.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/month/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/quarter/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/week/{index.vue.d.ts → index.vue.d.vue.ts} +3 -3
- package/es/date-picker/panels/{week-list.vue.d.ts → week-list.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/year/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/pickers/{date-picker.vue.d.ts → date-picker.vue.d.vue.ts} +3 -3
- package/es/date-picker/pickers/{month-picker.vue.d.ts → month-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{quarter-picker.vue.d.ts → quarter-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{week-picker.vue.d.ts → week-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{year-picker.vue.d.ts → year-picker.vue.d.vue.ts} +0 -0
- package/es/descriptions/{descriptions-item.vue.d.ts → descriptions-item.vue.d.vue.ts} +0 -0
- package/es/divider/{divider.vue.d.ts → divider.vue.d.vue.ts} +0 -0
- package/es/dropdown/{dropdown-group.vue.d.ts → dropdown-group.vue.d.vue.ts} +0 -0
- package/es/dropdown/{dropdown-panel.vue.d.ts → dropdown-panel.vue.d.vue.ts} +3 -3
- package/es/empty/{empty.vue.d.ts → empty.vue.d.vue.ts} +0 -0
- package/es/file-previewer/{file-previewer.vue.d.ts → file-previewer.vue.d.vue.ts} +4 -4
- package/es/form/{form-item-label.vue.d.ts → form-item-label.vue.d.vue.ts} +1 -1
- package/es/form/{form-item-message.vue.d.ts → form-item-message.vue.d.vue.ts} +0 -0
- package/es/grid/{grid-item.vue.d.ts → grid-item.vue.d.vue.ts} +0 -0
- package/es/grid/{grid.vue.d.ts → grid.vue.d.vue.ts} +1 -1
- package/es/icon/icon-align-center/{icon-align-center.vue.d.ts → icon-align-center.vue.d.vue.ts} +0 -0
- package/es/icon/icon-align-left/{icon-align-left.vue.d.ts → icon-align-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-align-right/{icon-align-right.vue.d.ts → icon-align-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-alipay-circle/{icon-alipay-circle.vue.d.ts → icon-alipay-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-apps/{icon-apps.vue.d.ts → icon-apps.vue.d.vue.ts} +0 -0
- package/es/icon/icon-archive/{icon-archive.vue.d.ts → icon-archive.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-down/{icon-arrow-down.vue.d.ts → icon-arrow-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-fall/{icon-arrow-fall.vue.d.ts → icon-arrow-fall.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-left/{icon-arrow-left.vue.d.ts → icon-arrow-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-right/{icon-arrow-right.vue.d.ts → icon-arrow-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-rise/{icon-arrow-rise.vue.d.ts → icon-arrow-rise.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-up/{icon-arrow-up.vue.d.ts → icon-arrow-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-at/{icon-at.vue.d.ts → icon-at.vue.d.vue.ts} +0 -0
- package/es/icon/icon-attachment/{icon-attachment.vue.d.ts → icon-attachment.vue.d.vue.ts} +0 -0
- package/es/icon/icon-backward/{icon-backward.vue.d.ts → icon-backward.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bar-chart/{icon-bar-chart.vue.d.ts → icon-bar-chart.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bg-colors/{icon-bg-colors.vue.d.ts → icon-bg-colors.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bold/{icon-bold.vue.d.ts → icon-bold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-book/{icon-book.vue.d.ts → icon-book.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bookmark/{icon-bookmark.vue.d.ts → icon-bookmark.vue.d.vue.ts} +0 -0
- package/es/icon/icon-branch/{icon-branch.vue.d.ts → icon-branch.vue.d.vue.ts} +0 -0
- package/es/icon/icon-brush/{icon-brush.vue.d.ts → icon-brush.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bug/{icon-bug.vue.d.ts → icon-bug.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bulb/{icon-bulb.vue.d.ts → icon-bulb.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bytedance-color/{icon-bytedance-color.vue.d.ts → icon-bytedance-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-calendar/{icon-calendar.vue.d.ts → icon-calendar.vue.d.vue.ts} +0 -0
- package/es/icon/icon-calendar-clock/{icon-calendar-clock.vue.d.ts → icon-calendar-clock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-camera/{icon-camera.vue.d.ts → icon-camera.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-down/{icon-caret-down.vue.d.ts → icon-caret-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-left/{icon-caret-left.vue.d.ts → icon-caret-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-right/{icon-caret-right.vue.d.ts → icon-caret-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-up/{icon-caret-up.vue.d.ts → icon-caret-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-circle/{icon-check-circle.vue.d.ts → icon-check-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-circle-fill/{icon-check-circle-fill.vue.d.ts → icon-check-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-square/{icon-check-square.vue.d.ts → icon-check-square.vue.d.vue.ts} +0 -0
- package/es/icon/icon-chinese-fill/{icon-chinese-fill.vue.d.ts → icon-chinese-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-clock-circle/{icon-clock-circle.vue.d.ts → icon-clock-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close/{icon-close.vue.d.ts → icon-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close-circle/{icon-close-circle.vue.d.ts → icon-close-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close-circle-fill/{icon-close-circle-fill.vue.d.ts → icon-close-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-cloud/{icon-cloud.vue.d.ts → icon-cloud.vue.d.vue.ts} +0 -0
- package/es/icon/icon-cloud-download/{icon-cloud-download.vue.d.ts → icon-cloud-download.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code/{icon-code.vue.d.ts → icon-code.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-block/{icon-code-block.vue.d.ts → icon-code-block.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-sandbox/{icon-code-sandbox.vue.d.ts → icon-code-sandbox.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-square/{icon-code-square.vue.d.ts → icon-code-square.vue.d.vue.ts} +0 -0
- package/es/icon/icon-codepen/{icon-codepen.vue.d.ts → icon-codepen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-command/{icon-command.vue.d.ts → icon-command.vue.d.vue.ts} +0 -0
- package/es/icon/icon-common/{icon-common.vue.d.ts → icon-common.vue.d.vue.ts} +0 -0
- package/es/icon/icon-compass/{icon-compass.vue.d.ts → icon-compass.vue.d.vue.ts} +0 -0
- package/es/icon/icon-computer/{icon-computer.vue.d.ts → icon-computer.vue.d.vue.ts} +0 -0
- package/es/icon/icon-copy/{icon-copy.vue.d.ts → icon-copy.vue.d.vue.ts} +0 -0
- package/es/icon/icon-copyright/{icon-copyright.vue.d.ts → icon-copyright.vue.d.vue.ts} +0 -0
- package/es/icon/icon-customer-service/{icon-customer-service.vue.d.ts → icon-customer-service.vue.d.vue.ts} +0 -0
- package/es/icon/icon-dashboard/{icon-dashboard.vue.d.ts → icon-dashboard.vue.d.vue.ts} +0 -0
- package/es/icon/icon-delete/{icon-delete.vue.d.ts → icon-delete.vue.d.vue.ts} +0 -0
- package/es/icon/icon-desktop/{icon-desktop.vue.d.ts → icon-desktop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-dice/{icon-dice.vue.d.ts → icon-dice.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-down/{icon-double-down.vue.d.ts → icon-double-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-left/{icon-double-left.vue.d.ts → icon-double-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-right/{icon-double-right.vue.d.ts → icon-double-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-up/{icon-double-up.vue.d.ts → icon-double-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-down/{icon-down.vue.d.ts → icon-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-down-circle/{icon-down-circle.vue.d.ts → icon-down-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-download/{icon-download.vue.d.ts → icon-download.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-arrow/{icon-drag-arrow.vue.d.ts → icon-drag-arrow.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-dot/{icon-drag-dot.vue.d.ts → icon-drag-dot.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-dot-vertical/{icon-drag-dot-vertical.vue.d.ts → icon-drag-dot-vertical.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drive-file/{icon-drive-file.vue.d.ts → icon-drive-file.vue.d.vue.ts} +0 -0
- package/es/icon/icon-ear/{icon-ear.vue.d.ts → icon-ear.vue.d.vue.ts} +0 -0
- package/es/icon/icon-edit/{icon-edit.vue.d.ts → icon-edit.vue.d.vue.ts} +0 -0
- package/es/icon/icon-email/{icon-email.vue.d.ts → icon-email.vue.d.vue.ts} +0 -0
- package/es/icon/icon-empty/{icon-empty.vue.d.ts → icon-empty.vue.d.vue.ts} +0 -0
- package/es/icon/icon-english-fill/{icon-english-fill.vue.d.ts → icon-english-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eraser/{icon-eraser.vue.d.ts → icon-eraser.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation/{icon-exclamation.vue.d.ts → icon-exclamation.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-circle/{icon-exclamation-circle.vue.d.ts → icon-exclamation-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-circle-fill/{icon-exclamation-circle-fill.vue.d.ts → icon-exclamation-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-polygon-fill/{icon-exclamation-polygon-fill.vue.d.ts → icon-exclamation-polygon-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-expand/{icon-expand.vue.d.ts → icon-expand.vue.d.vue.ts} +0 -0
- package/es/icon/icon-experiment/{icon-experiment.vue.d.ts → icon-experiment.vue.d.vue.ts} +0 -0
- package/es/icon/icon-export/{icon-export.vue.d.ts → icon-export.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eye/{icon-eye.vue.d.ts → icon-eye.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eye-invisible/{icon-eye-invisible.vue.d.ts → icon-eye-invisible.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-frown-fill/{icon-face-frown-fill.vue.d.ts → icon-face-frown-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-meh-fill/{icon-face-meh-fill.vue.d.ts → icon-face-meh-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-smile-fill/{icon-face-smile-fill.vue.d.ts → icon-face-smile-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook/{icon-facebook.vue.d.ts → icon-facebook.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook-circle-fill/{icon-facebook-circle-fill.vue.d.ts → icon-facebook-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook-square-fill/{icon-facebook-square-fill.vue.d.ts → icon-facebook-square-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file/{icon-file.vue.d.ts → icon-file.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-audio/{icon-file-audio.vue.d.ts → icon-file-audio.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-image/{icon-file-image.vue.d.ts → icon-file-image.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-pdf/{icon-file-pdf.vue.d.ts → icon-file-pdf.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-video/{icon-file-video.vue.d.ts → icon-file-video.vue.d.vue.ts} +0 -0
- package/es/icon/icon-filter/{icon-filter.vue.d.ts → icon-filter.vue.d.vue.ts} +0 -0
- package/es/icon/icon-find-replace/{icon-find-replace.vue.d.ts → icon-find-replace.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fire/{icon-fire.vue.d.ts → icon-fire.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder/{icon-folder.vue.d.ts → icon-folder.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder-add/{icon-folder-add.vue.d.ts → icon-folder-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder-delete/{icon-folder-delete.vue.d.ts → icon-folder-delete.vue.d.vue.ts} +0 -0
- package/es/icon/icon-font-colors/{icon-font-colors.vue.d.ts → icon-font-colors.vue.d.vue.ts} +0 -0
- package/es/icon/icon-formula/{icon-formula.vue.d.ts → icon-formula.vue.d.vue.ts} +0 -0
- package/es/icon/icon-forward/{icon-forward.vue.d.ts → icon-forward.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fullscreen/{icon-fullscreen.vue.d.ts → icon-fullscreen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fullscreen-exit/{icon-fullscreen-exit.vue.d.ts → icon-fullscreen-exit.vue.d.vue.ts} +0 -0
- package/es/icon/icon-gift/{icon-gift.vue.d.ts → icon-gift.vue.d.vue.ts} +0 -0
- package/es/icon/icon-github/{icon-github.vue.d.ts → icon-github.vue.d.vue.ts} +0 -0
- package/es/icon/icon-gitlab/{icon-gitlab.vue.d.ts → icon-gitlab.vue.d.vue.ts} +0 -0
- package/es/icon/icon-google/{icon-google.vue.d.ts → icon-google.vue.d.vue.ts} +0 -0
- package/es/icon/icon-google-circle-fill/{icon-google-circle-fill.vue.d.ts → icon-google-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h1/{icon-h1.vue.d.ts → icon-h1.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h2/{icon-h2.vue.d.ts → icon-h2.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h3/{icon-h3.vue.d.ts → icon-h3.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h4/{icon-h4.vue.d.ts → icon-h4.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h5/{icon-h5.vue.d.ts → icon-h5.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h6/{icon-h6.vue.d.ts → icon-h6.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h7/{icon-h7.vue.d.ts → icon-h7.vue.d.vue.ts} +0 -0
- package/es/icon/icon-heart/{icon-heart.vue.d.ts → icon-heart.vue.d.vue.ts} +0 -0
- package/es/icon/icon-heart-fill/{icon-heart-fill.vue.d.ts → icon-heart-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-highlight/{icon-highlight.vue.d.ts → icon-highlight.vue.d.vue.ts} +0 -0
- package/es/icon/icon-history/{icon-history.vue.d.ts → icon-history.vue.d.vue.ts} +0 -0
- package/es/icon/icon-home/{icon-home.vue.d.ts → icon-home.vue.d.vue.ts} +0 -0
- package/es/icon/icon-idcard/{icon-idcard.vue.d.ts → icon-idcard.vue.d.vue.ts} +0 -0
- package/es/icon/icon-image/{icon-image.vue.d.ts → icon-image.vue.d.vue.ts} +0 -0
- package/es/icon/icon-image-close/{icon-image-close.vue.d.ts → icon-image-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-import/{icon-import.vue.d.ts → icon-import.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info/{icon-info.vue.d.ts → icon-info.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info-circle/{icon-info-circle.vue.d.ts → icon-info-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info-circle-fill/{icon-info-circle-fill.vue.d.ts → icon-info-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-interaction/{icon-interaction.vue.d.ts → icon-interaction.vue.d.vue.ts} +0 -0
- package/es/icon/icon-italic/{icon-italic.vue.d.ts → icon-italic.vue.d.vue.ts} +0 -0
- package/es/icon/icon-language/{icon-language.vue.d.ts → icon-language.vue.d.vue.ts} +0 -0
- package/es/icon/icon-lark-color/{icon-lark-color.vue.d.ts → icon-lark-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-launch/{icon-launch.vue.d.ts → icon-launch.vue.d.vue.ts} +0 -0
- package/es/icon/icon-layers/{icon-layers.vue.d.ts → icon-layers.vue.d.vue.ts} +0 -0
- package/es/icon/icon-layout/{icon-layout.vue.d.ts → icon-layout.vue.d.vue.ts} +0 -0
- package/es/icon/icon-left/{icon-left.vue.d.ts → icon-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-left-circle/{icon-left-circle.vue.d.ts → icon-left-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-line-height/{icon-line-height.vue.d.ts → icon-line-height.vue.d.vue.ts} +0 -0
- package/es/icon/icon-link/{icon-link.vue.d.ts → icon-link.vue.d.vue.ts} +0 -0
- package/es/icon/icon-list/{icon-list.vue.d.ts → icon-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-live-broadcast/{icon-live-broadcast.vue.d.ts → icon-live-broadcast.vue.d.vue.ts} +0 -0
- package/es/icon/icon-loading/{icon-loading.vue.d.ts → icon-loading.vue.d.vue.ts} +0 -0
- package/es/icon/icon-location/{icon-location.vue.d.ts → icon-location.vue.d.vue.ts} +0 -0
- package/es/icon/icon-lock/{icon-lock.vue.d.ts → icon-lock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-loop/{icon-loop.vue.d.ts → icon-loop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-man/{icon-man.vue.d.ts → icon-man.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu/{icon-menu.vue.d.ts → icon-menu.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu-fold/{icon-menu-fold.vue.d.ts → icon-menu-fold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu-unfold/{icon-menu-unfold.vue.d.ts → icon-menu-unfold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-message/{icon-message.vue.d.ts → icon-message.vue.d.vue.ts} +0 -0
- package/es/icon/icon-message-banned/{icon-message-banned.vue.d.ts → icon-message-banned.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mind-mapping/{icon-mind-mapping.vue.d.ts → icon-mind-mapping.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus/{icon-minus.vue.d.ts → icon-minus.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus-circle/{icon-minus-circle.vue.d.ts → icon-minus-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus-circle-fill/{icon-minus-circle-fill.vue.d.ts → icon-minus-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mobile/{icon-mobile.vue.d.ts → icon-mobile.vue.d.vue.ts} +0 -0
- package/es/icon/icon-moon/{icon-moon.vue.d.ts → icon-moon.vue.d.vue.ts} +0 -0
- package/es/icon/icon-moon-fill/{icon-moon-fill.vue.d.ts → icon-moon-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-more/{icon-more.vue.d.ts → icon-more.vue.d.vue.ts} +0 -0
- package/es/icon/icon-more-vertical/{icon-more-vertical.vue.d.ts → icon-more-vertical.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mosaic/{icon-mosaic.vue.d.ts → icon-mosaic.vue.d.vue.ts} +0 -0
- package/es/icon/icon-music/{icon-music.vue.d.ts → icon-music.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mute/{icon-mute.vue.d.ts → icon-mute.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mute-fill/{icon-mute-fill.vue.d.ts → icon-mute-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-nav/{icon-nav.vue.d.ts → icon-nav.vue.d.vue.ts} +0 -0
- package/es/icon/icon-notification/{icon-notification.vue.d.ts → icon-notification.vue.d.vue.ts} +0 -0
- package/es/icon/icon-notification-close/{icon-notification-close.vue.d.ts → icon-notification-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-oblique-line/{icon-oblique-line.vue.d.ts → icon-oblique-line.vue.d.vue.ts} +0 -0
- package/es/icon/icon-ordered-list/{icon-ordered-list.vue.d.ts → icon-ordered-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-original-size/{icon-original-size.vue.d.ts → icon-original-size.vue.d.vue.ts} +0 -0
- package/es/icon/icon-palette/{icon-palette.vue.d.ts → icon-palette.vue.d.vue.ts} +0 -0
- package/es/icon/icon-paste/{icon-paste.vue.d.ts → icon-paste.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause/{icon-pause.vue.d.ts → icon-pause.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause-circle/{icon-pause-circle.vue.d.ts → icon-pause-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause-circle-fill/{icon-pause-circle-fill.vue.d.ts → icon-pause-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pen/{icon-pen.vue.d.ts → icon-pen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pen-fill/{icon-pen-fill.vue.d.ts → icon-pen-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-phone/{icon-phone.vue.d.ts → icon-phone.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-arrow/{icon-play-arrow.vue.d.ts → icon-play-arrow.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-arrow-fill/{icon-play-arrow-fill.vue.d.ts → icon-play-arrow-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-circle/{icon-play-circle.vue.d.ts → icon-play-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-circle-fill/{icon-play-circle-fill.vue.d.ts → icon-play-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus/{icon-plus.vue.d.ts → icon-plus.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus-circle/{icon-plus-circle.vue.d.ts → icon-plus-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus-circle-fill/{icon-plus-circle-fill.vue.d.ts → icon-plus-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-poweroff/{icon-poweroff.vue.d.ts → icon-poweroff.vue.d.vue.ts} +0 -0
- package/es/icon/icon-printer/{icon-printer.vue.d.ts → icon-printer.vue.d.vue.ts} +0 -0
- package/es/icon/icon-public/{icon-public.vue.d.ts → icon-public.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pushpin/{icon-pushpin.vue.d.ts → icon-pushpin.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq/{icon-qq.vue.d.ts → icon-qq.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq-circle-fill/{icon-qq-circle-fill.vue.d.ts → icon-qq-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq-zone/{icon-qq-zone.vue.d.ts → icon-qq-zone.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qrcode/{icon-qrcode.vue.d.ts → icon-qrcode.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question/{icon-question.vue.d.ts → icon-question.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question-circle/{icon-question-circle.vue.d.ts → icon-question-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question-circle-fill/{icon-question-circle-fill.vue.d.ts → icon-question-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-quote/{icon-quote.vue.d.ts → icon-quote.vue.d.vue.ts} +0 -0
- package/es/icon/icon-record/{icon-record.vue.d.ts → icon-record.vue.d.vue.ts} +0 -0
- package/es/icon/icon-record-stop/{icon-record-stop.vue.d.ts → icon-record-stop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-redo/{icon-redo.vue.d.ts → icon-redo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-refresh/{icon-refresh.vue.d.ts → icon-refresh.vue.d.vue.ts} +0 -0
- package/es/icon/icon-relation/{icon-relation.vue.d.ts → icon-relation.vue.d.vue.ts} +0 -0
- package/es/icon/icon-reply/{icon-reply.vue.d.ts → icon-reply.vue.d.vue.ts} +0 -0
- package/es/icon/icon-right/{icon-right.vue.d.ts → icon-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-right-circle/{icon-right-circle.vue.d.ts → icon-right-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-robot/{icon-robot.vue.d.ts → icon-robot.vue.d.vue.ts} +0 -0
- package/es/icon/icon-robot-add/{icon-robot-add.vue.d.ts → icon-robot-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-rotate-left/{icon-rotate-left.vue.d.ts → icon-rotate-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-rotate-right/{icon-rotate-right.vue.d.ts → icon-rotate-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-safe/{icon-safe.vue.d.ts → icon-safe.vue.d.vue.ts} +0 -0
- package/es/icon/icon-save/{icon-save.vue.d.ts → icon-save.vue.d.vue.ts} +0 -0
- package/es/icon/icon-scan/{icon-scan.vue.d.ts → icon-scan.vue.d.vue.ts} +0 -0
- package/es/icon/icon-schedule/{icon-schedule.vue.d.ts → icon-schedule.vue.d.vue.ts} +0 -0
- package/es/icon/icon-scissor/{icon-scissor.vue.d.ts → icon-scissor.vue.d.vue.ts} +0 -0
- package/es/icon/icon-search/{icon-search.vue.d.ts → icon-search.vue.d.vue.ts} +0 -0
- package/es/icon/icon-select-all/{icon-select-all.vue.d.ts → icon-select-all.vue.d.vue.ts} +0 -0
- package/es/icon/icon-send/{icon-send.vue.d.ts → icon-send.vue.d.vue.ts} +0 -0
- package/es/icon/icon-settings/{icon-settings.vue.d.ts → icon-settings.vue.d.vue.ts} +0 -0
- package/es/icon/icon-shake/{icon-shake.vue.d.ts → icon-shake.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-alt/{icon-share-alt.vue.d.ts → icon-share-alt.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-external/{icon-share-external.vue.d.ts → icon-share-external.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-internal/{icon-share-internal.vue.d.ts → icon-share-internal.vue.d.vue.ts} +0 -0
- package/es/icon/icon-shrink/{icon-shrink.vue.d.ts → icon-shrink.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skin/{icon-skin.vue.d.ts → icon-skin.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-next/{icon-skip-next.vue.d.ts → icon-skip-next.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-next-fill/{icon-skip-next-fill.vue.d.ts → icon-skip-next-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-previous/{icon-skip-previous.vue.d.ts → icon-skip-previous.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-previous-fill/{icon-skip-previous-fill.vue.d.ts → icon-skip-previous-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort/{icon-sort.vue.d.ts → icon-sort.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort-ascending/{icon-sort-ascending.vue.d.ts → icon-sort-ascending.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort-descending/{icon-sort-descending.vue.d.ts → icon-sort-descending.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sound/{icon-sound.vue.d.ts → icon-sound.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sound-fill/{icon-sound-fill.vue.d.ts → icon-sound-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-stamp/{icon-stamp.vue.d.ts → icon-stamp.vue.d.vue.ts} +0 -0
- package/es/icon/icon-star/{icon-star.vue.d.ts → icon-star.vue.d.vue.ts} +0 -0
- package/es/icon/icon-star-fill/{icon-star-fill.vue.d.ts → icon-star-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-stop/{icon-stop.vue.d.ts → icon-stop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-storage/{icon-storage.vue.d.ts → icon-storage.vue.d.vue.ts} +0 -0
- package/es/icon/icon-strikethrough/{icon-strikethrough.vue.d.ts → icon-strikethrough.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribe/{icon-subscribe.vue.d.ts → icon-subscribe.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribe-add/{icon-subscribe-add.vue.d.ts → icon-subscribe-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribed/{icon-subscribed.vue.d.ts → icon-subscribed.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sun/{icon-sun.vue.d.ts → icon-sun.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sun-fill/{icon-sun-fill.vue.d.ts → icon-sun-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-swap/{icon-swap.vue.d.ts → icon-swap.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sync/{icon-sync.vue.d.ts → icon-sync.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tag/{icon-tag.vue.d.ts → icon-tag.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tags/{icon-tags.vue.d.ts → icon-tags.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-down/{icon-thumb-down.vue.d.ts → icon-thumb-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-down-fill/{icon-thumb-down-fill.vue.d.ts → icon-thumb-down-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-up/{icon-thumb-up.vue.d.ts → icon-thumb-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-up-fill/{icon-thumb-up-fill.vue.d.ts → icon-thumb-up-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thunderbolt/{icon-thunderbolt.vue.d.ts → icon-thunderbolt.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tiktok-color/{icon-tiktok-color.vue.d.ts → icon-tiktok-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-bottom/{icon-to-bottom.vue.d.ts → icon-to-bottom.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-left/{icon-to-left.vue.d.ts → icon-to-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-right/{icon-to-right.vue.d.ts → icon-to-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-top/{icon-to-top.vue.d.ts → icon-to-top.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tool/{icon-tool.vue.d.ts → icon-tool.vue.d.vue.ts} +0 -0
- package/es/icon/icon-translate/{icon-translate.vue.d.ts → icon-translate.vue.d.vue.ts} +0 -0
- package/es/icon/icon-trophy/{icon-trophy.vue.d.ts → icon-trophy.vue.d.vue.ts} +0 -0
- package/es/icon/icon-twitter/{icon-twitter.vue.d.ts → icon-twitter.vue.d.vue.ts} +0 -0
- package/es/icon/icon-twitter-circle-fill/{icon-twitter-circle-fill.vue.d.ts → icon-twitter-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-underline/{icon-underline.vue.d.ts → icon-underline.vue.d.vue.ts} +0 -0
- package/es/icon/icon-undo/{icon-undo.vue.d.ts → icon-undo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-unlock/{icon-unlock.vue.d.ts → icon-unlock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-unordered-list/{icon-unordered-list.vue.d.ts → icon-unordered-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-up/{icon-up.vue.d.ts → icon-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-up-circle/{icon-up-circle.vue.d.ts → icon-up-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-upload/{icon-upload.vue.d.ts → icon-upload.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user/{icon-user.vue.d.ts → icon-user.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user-add/{icon-user-add.vue.d.ts → icon-user-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user-group/{icon-user-group.vue.d.ts → icon-user-group.vue.d.vue.ts} +0 -0
- package/es/icon/icon-video-camera/{icon-video-camera.vue.d.ts → icon-video-camera.vue.d.vue.ts} +0 -0
- package/es/icon/icon-voice/{icon-voice.vue.d.ts → icon-voice.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wechat/{icon-wechat.vue.d.ts → icon-wechat.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wechatpay/{icon-wechatpay.vue.d.ts → icon-wechatpay.vue.d.vue.ts} +0 -0
- package/es/icon/icon-weibo/{icon-weibo.vue.d.ts → icon-weibo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-weibo-circle-fill/{icon-weibo-circle-fill.vue.d.ts → icon-weibo-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wifi/{icon-wifi.vue.d.ts → icon-wifi.vue.d.vue.ts} +0 -0
- package/es/icon/icon-woman/{icon-woman.vue.d.ts → icon-woman.vue.d.vue.ts} +0 -0
- package/es/icon/icon-xigua-color/{icon-xigua-color.vue.d.ts → icon-xigua-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-zoom-in/{icon-zoom-in.vue.d.ts → icon-zoom-in.vue.d.vue.ts} +0 -0
- package/es/icon/icon-zoom-out/{icon-zoom-out.vue.d.ts → icon-zoom-out.vue.d.vue.ts} +0 -0
- package/es/image/{image-footer.vue.d.ts → image-footer.vue.d.vue.ts} +0 -0
- package/es/image/{preview-action.vue.d.ts → preview-action.vue.d.vue.ts} +0 -0
- package/es/image/{preview-arrow.vue.d.ts → preview-arrow.vue.d.vue.ts} +0 -0
- package/es/image/{preview-group.vue.d.ts → preview-group.vue.d.vue.ts} +5 -5
- package/es/image/{preview-toolbar.vue.d.ts → preview-toolbar.vue.d.vue.ts} +0 -0
- package/es/input/{input-group.vue.d.ts → input-group.vue.d.vue.ts} +0 -0
- package/es/input-mask/{input-mask.vue.d.ts → input-mask.vue.d.vue.ts} +13 -13
- package/es/json-form/{json-form-component.vue.d.ts → json-form-component.vue.d.vue.ts} +0 -0
- package/es/json-form/{json-form-item.vue.d.ts → json-form-item.vue.d.vue.ts} +1 -1
- package/es/kv-list/{kv-list-row.vue.d.ts → kv-list-row.vue.d.vue.ts} +2 -2
- package/es/kv-list/{kv-list.vue.d.ts → kv-list.vue.d.vue.ts} +2 -2
- package/es/layout/{content.vue.d.ts → content.vue.d.vue.ts} +0 -0
- package/es/layout/{footer.vue.d.ts → footer.vue.d.vue.ts} +0 -0
- package/es/layout/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/layout/{layout.vue.d.ts → layout.vue.d.vue.ts} +0 -0
- package/es/list/{list-item-meta.vue.d.ts → list-item-meta.vue.d.vue.ts} +0 -0
- package/es/list/{list-item.vue.d.ts → list-item.vue.d.vue.ts} +0 -0
- package/es/menu/{indent.vue.d.ts → indent.vue.d.vue.ts} +0 -0
- package/es/menu/{item-group.vue.d.ts → item-group.vue.d.vue.ts} +0 -0
- package/es/menu/{overflow-wrap.vue.d.ts → overflow-wrap.vue.d.vue.ts} +0 -0
- package/es/menu/{sub-menu-inline.vue.d.ts → sub-menu-inline.vue.d.vue.ts} +0 -0
- package/es/menu/{sub-menu-pop.vue.d.ts → sub-menu-pop.vue.d.vue.ts} +1 -1
- package/es/menu/{sub-menu.vue.d.ts → sub-menu.vue.d.vue.ts} +2 -2
- package/es/message/{message-list.vue.d.ts → message-list.vue.d.vue.ts} +3 -3
- package/es/model-selector/{model-selector-content.vue.d.ts → model-selector-content.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-dialog.vue.d.ts → model-selector-dialog.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-empty.vue.d.ts → model-selector-empty.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-group.vue.d.ts → model-selector-group.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-input.vue.d.ts → model-selector-input.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-item.vue.d.ts → model-selector-item.vue.d.vue.ts} +2 -2
- package/es/model-selector/{model-selector-list.vue.d.ts → model-selector-list.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-logo-group.vue.d.ts → model-selector-logo-group.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-logo.vue.d.ts → model-selector-logo.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-name.vue.d.ts → model-selector-name.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-separator.vue.d.ts → model-selector-separator.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-shortcut.vue.d.ts → model-selector-shortcut.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-trigger.vue.d.ts → model-selector-trigger.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector.vue.d.ts → model-selector.vue.d.vue.ts} +0 -0
- package/es/number-flow/{number-flow-group.vue.d.ts → number-flow-group.vue.d.vue.ts} +0 -0
- package/es/number-flow/{number-flow.vue.d.ts → number-flow.vue.d.vue.ts} +2 -2
- package/es/page-header/{page-header.vue.d.ts → page-header.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-item-ellipsis.vue.d.ts → page-item-ellipsis.vue.d.vue.ts} +1 -1
- package/es/pagination/{page-item-step.vue.d.ts → page-item-step.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-item.vue.d.ts → page-item.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-jumper.vue.d.ts → page-jumper.vue.d.vue.ts} +1 -1
- package/es/pagination/{page-options.vue.d.ts → page-options.vue.d.vue.ts} +0 -0
- package/es/pagination/{pagination.vue.d.ts → pagination.vue.d.vue.ts} +4 -4
- package/es/progress/{steps.vue.d.ts → steps.vue.d.vue.ts} +2 -2
- package/es/qr-code/{qr-code-status.vue.d.ts → qr-code-status.vue.d.vue.ts} +0 -0
- package/es/radio/{radio-group.vue.d.ts → radio-group.vue.d.vue.ts} +3 -3
- package/es/radio/{radio.vue.d.ts → radio.vue.d.vue.ts} +3 -3
- package/es/regex-vis/{regex-vis.vue.d.ts → regex-vis.vue.d.vue.ts} +2 -2
- package/es/result/{403.vue.d.ts → 403.vue.d.vue.ts} +0 -0
- package/es/result/{404.vue.d.ts → 404.vue.d.vue.ts} +0 -0
- package/es/result/{500.vue.d.ts → 500.vue.d.vue.ts} +0 -0
- package/es/rich-text-editor/{rich-text-node-renderer.vue.d.ts → rich-text-node-renderer.vue.d.vue.ts} +2 -2
- package/es/secret/{secret.vue.d.ts → secret.vue.d.vue.ts} +0 -0
- package/es/select/{select-dropdown.vue.d.ts → select-dropdown.vue.d.vue.ts} +3 -3
- package/es/selectable-card/{selectable-card.vue.d.ts → selectable-card.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-header.vue.d.ts → sender-header.vue.d.vue.ts} +3 -3
- package/es/sender/{sender-recording-icon.vue.d.ts → sender-recording-icon.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-skill-tag.vue.d.ts → sender-skill-tag.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-stop-loading-icon.vue.d.ts → sender-stop-loading-icon.vue.d.vue.ts} +0 -0
- package/es/skeleton/{line.vue.d.ts → line.vue.d.vue.ts} +1 -1
- package/es/skeleton/{skeleton.vue.d.ts → skeleton.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-dots.vue.d.ts → slider-dots.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-input.vue.d.ts → slider-input.vue.d.vue.ts} +3 -3
- package/es/slider/{slider-marks.vue.d.ts → slider-marks.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-ticks.vue.d.ts → slider-ticks.vue.d.vue.ts} +0 -0
- package/es/slider/{slider.vue.d.ts → slider.vue.d.vue.ts} +6 -6
- package/es/space/{space.vue.d.ts → space.vue.d.vue.ts} +0 -0
- package/es/spin/{dot-loading.vue.d.ts → dot-loading.vue.d.vue.ts} +0 -0
- package/es/spin/{spin.vue.d.ts → spin.vue.d.vue.ts} +0 -0
- package/es/statistic/{countdown.vue.d.ts → countdown.vue.d.vue.ts} +2 -2
- package/es/statistic/{statistic.vue.d.ts → statistic.vue.d.vue.ts} +3 -3
- package/es/table/{table-operation-td.vue.d.ts → table-operation-td.vue.d.vue.ts} +2 -2
- package/es/table/{table-operation-th.vue.d.ts → table-operation-th.vue.d.vue.ts} +1 -1
- package/es/table/{table-tbody.vue.d.ts → table-tbody.vue.d.vue.ts} +0 -0
- package/es/table/{table-th.vue.d.ts → table-th.vue.d.vue.ts} +1 -1
- package/es/table/{table-thead.vue.d.ts → table-thead.vue.d.vue.ts} +0 -0
- package/es/table/{table-tr.vue.d.ts → table-tr.vue.d.vue.ts} +0 -0
- package/es/tabs/{tab-pane.vue.d.ts → tab-pane.vue.d.vue.ts} +0 -0
- package/es/tabs/{tabs-button.vue.d.ts → tabs-button.vue.d.vue.ts} +1 -1
- package/es/tabs/{tabs-tab.vue.d.ts → tabs-tab.vue.d.vue.ts} +0 -0
- package/es/thinking-orb/{thinking-orb.vue.d.ts → thinking-orb.vue.d.vue.ts} +0 -0
- package/es/timeline/{item.vue.d.ts → item.vue.d.vue.ts} +1 -1
- package/es/timeline/{timeline.vue.d.ts → timeline.vue.d.vue.ts} +0 -0
- package/es/toolbar/{toolbar.vue.d.ts → toolbar.vue.d.vue.ts} +2 -2
- package/es/tooltip/{tooltip.vue.d.ts → tooltip.vue.d.vue.ts} +5 -5
- package/es/tour/{tour.vue.d.ts → tour.vue.d.vue.ts} +7 -7
- package/es/transfer/{transfer.vue.d.ts → transfer.vue.d.vue.ts} +8 -8
- package/es/tree/{base-node.vue.d.ts → base-node.vue.d.vue.ts} +4 -4
- package/es/tree/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
- package/es/tree/{node-switcher.vue.d.ts → node-switcher.vue.d.vue.ts} +0 -0
- package/es/tree/{transition-node-list.vue.d.ts → transition-node-list.vue.d.vue.ts} +0 -0
- package/es/trigger/{trigger.vue.d.ts → trigger.vue.d.vue.ts} +6 -6
- package/es/typography/{edit-content.vue.d.ts → edit-content.vue.d.vue.ts} +2 -2
- package/es/typography/{operations.vue.d.ts → operations.vue.d.vue.ts} +4 -4
- package/es/typography/{title.vue.d.ts → title.vue.d.vue.ts} +0 -0
- package/es/typography/{typography-content.vue.d.ts → typography-content.vue.d.vue.ts} +0 -0
- package/es/typography/{typography-operations.vue.d.ts → typography-operations.vue.d.vue.ts} +0 -0
- package/es/typography/{typography.vue.d.ts → typography.vue.d.vue.ts} +0 -0
- package/es/typography/utils/{inner-text-renderer.vue.d.ts → inner-text-renderer.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-button.vue.d.ts → upload-button.vue.d.vue.ts} +3 -3
- package/es/upload/{upload-list-item.vue.d.ts → upload-list-item.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-list.vue.d.ts → upload-list.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-picture-item.vue.d.ts → upload-picture-item.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-progress.vue.d.ts → upload-progress.vue.d.vue.ts} +0 -0
- package/es/watermark/{watermark.vue.d.ts → watermark.vue.d.vue.ts} +3 -3
|
@@ -11,7 +11,7 @@ declare const InputNumber: {
|
|
|
11
11
|
modelValue: import("vue").PropType<string | number>;
|
|
12
12
|
defaultValue: import("vue").PropType<string | number>;
|
|
13
13
|
mode: {
|
|
14
|
-
type: import("vue").PropType<
|
|
14
|
+
type: import("vue").PropType<'embed' | 'button'>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
precision: NumberConstructor;
|
|
@@ -54,25 +54,25 @@ declare const InputNumber: {
|
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
|
-
size: import("vue").PropType<import("
|
|
57
|
+
size: import("vue").PropType<import("..").Size>;
|
|
58
58
|
allowClear: {
|
|
59
59
|
type: BooleanConstructor;
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
62
|
modelEvent: {
|
|
63
|
-
type: import("vue").PropType<
|
|
63
|
+
type: import("vue").PropType<'change' | 'input'>;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
readonly: {
|
|
67
|
-
type: (
|
|
67
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
68
68
|
default: boolean;
|
|
69
69
|
};
|
|
70
70
|
inputAttrs: ObjectConstructor;
|
|
71
71
|
}>> & Readonly<{
|
|
72
|
-
onClear?: ((_event: Event) => any) | undefined;
|
|
73
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
74
72
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
75
73
|
onChange?: ((_value: string | number | null | undefined, _event: Event) => any) | undefined;
|
|
74
|
+
onClear?: ((_event: Event) => any) | undefined;
|
|
75
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
76
76
|
onInput?: ((_value: string | number | null | undefined, _inputValue: string, _event: Event) => any) | undefined;
|
|
77
77
|
onKeydown?: ((_event: KeyboardEvent) => any) | undefined;
|
|
78
78
|
"onUpdate:modelValue"?: ((_value: string | number | null | undefined) => any) | undefined;
|
|
@@ -81,12 +81,11 @@ declare const InputNumber: {
|
|
|
81
81
|
$: import("vue").ComponentInternalInstance;
|
|
82
82
|
$data: {};
|
|
83
83
|
$props: Partial<{
|
|
84
|
-
type: "text" | "password";
|
|
85
|
-
disabled: boolean;
|
|
86
|
-
error: boolean;
|
|
87
|
-
readonly: string | boolean;
|
|
88
84
|
defaultValue: string;
|
|
89
85
|
allowClear: boolean;
|
|
86
|
+
disabled: boolean;
|
|
87
|
+
readonly: string | boolean;
|
|
88
|
+
error: boolean;
|
|
90
89
|
fitWidth: boolean;
|
|
91
90
|
maxWFull: boolean;
|
|
92
91
|
maxLength: number | {
|
|
@@ -94,14 +93,17 @@ declare const InputNumber: {
|
|
|
94
93
|
errorOnly?: boolean;
|
|
95
94
|
};
|
|
96
95
|
showWordLimit: boolean;
|
|
96
|
+
type: "password" | "text";
|
|
97
97
|
fitWidthFallback: string;
|
|
98
98
|
}> & Omit<{
|
|
99
|
-
readonly
|
|
100
|
-
readonly disabled: boolean;
|
|
101
|
-
readonly error: boolean;
|
|
102
|
-
readonly readonly: string | boolean;
|
|
99
|
+
readonly modelValue?: string | undefined;
|
|
103
100
|
readonly defaultValue: string;
|
|
101
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
104
102
|
readonly allowClear: boolean;
|
|
103
|
+
readonly disabled: boolean;
|
|
104
|
+
readonly readonly: string | boolean;
|
|
105
|
+
readonly error: boolean;
|
|
106
|
+
readonly placeholder?: string | undefined;
|
|
105
107
|
readonly fitWidth: boolean;
|
|
106
108
|
readonly maxWFull: boolean;
|
|
107
109
|
readonly maxLength: number | {
|
|
@@ -109,23 +111,21 @@ declare const InputNumber: {
|
|
|
109
111
|
errorOnly?: boolean;
|
|
110
112
|
};
|
|
111
113
|
readonly showWordLimit: boolean;
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly modelValue?: string | undefined;
|
|
115
|
-
readonly placeholder?: string | undefined;
|
|
114
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
115
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
116
116
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
117
|
+
readonly type: "password" | "text";
|
|
118
|
+
readonly fitWidthFallback: string;
|
|
117
119
|
readonly prepend?: string | undefined;
|
|
118
120
|
readonly append?: string | undefined;
|
|
119
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
120
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
121
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
122
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
123
121
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
124
122
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
123
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
124
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
125
125
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
126
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
127
126
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
128
|
-
|
|
127
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
128
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
129
129
|
$attrs: import("vue").Attrs;
|
|
130
130
|
$refs: {
|
|
131
131
|
[x: string]: unknown;
|
|
@@ -136,7 +136,7 @@ declare const InputNumber: {
|
|
|
136
136
|
$root: import("vue").ComponentPublicInstance | null;
|
|
137
137
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
138
138
|
$host: Element | null;
|
|
139
|
-
$emit: ((event: "
|
|
139
|
+
$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);
|
|
140
140
|
$el: any;
|
|
141
141
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
142
142
|
modelValue: StringConstructor;
|
|
@@ -144,7 +144,7 @@ declare const InputNumber: {
|
|
|
144
144
|
type: StringConstructor;
|
|
145
145
|
default: string;
|
|
146
146
|
};
|
|
147
|
-
size: import("vue").PropType<import("
|
|
147
|
+
size: import("vue").PropType<import("..").Size>;
|
|
148
148
|
allowClear: {
|
|
149
149
|
type: BooleanConstructor;
|
|
150
150
|
default: boolean;
|
|
@@ -154,7 +154,7 @@ declare const InputNumber: {
|
|
|
154
154
|
default: boolean;
|
|
155
155
|
};
|
|
156
156
|
readonly: {
|
|
157
|
-
type: (
|
|
157
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
158
158
|
default: boolean;
|
|
159
159
|
};
|
|
160
160
|
error: {
|
|
@@ -185,7 +185,7 @@ declare const InputNumber: {
|
|
|
185
185
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
186
186
|
inputAttrs: ObjectConstructor;
|
|
187
187
|
type: {
|
|
188
|
-
type: import("vue").PropType<
|
|
188
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
189
189
|
default: string;
|
|
190
190
|
};
|
|
191
191
|
fitWidthFallback: {
|
|
@@ -195,32 +195,31 @@ declare const InputNumber: {
|
|
|
195
195
|
prepend: StringConstructor;
|
|
196
196
|
append: StringConstructor;
|
|
197
197
|
}>> & Readonly<{
|
|
198
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
199
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
200
198
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
201
199
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
200
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
201
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
202
202
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
203
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
204
203
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
204
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
205
205
|
}>, {
|
|
206
206
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
207
207
|
focus: () => void | undefined;
|
|
208
208
|
blur: () => void | undefined;
|
|
209
209
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
210
|
-
clear: (_event: MouseEvent) => void;
|
|
211
|
-
focus: (_event: FocusEvent) => void;
|
|
212
210
|
blur: (_event: FocusEvent) => void;
|
|
213
211
|
change: (_value: string, _event: Event) => void;
|
|
212
|
+
clear: (_event: MouseEvent) => void;
|
|
213
|
+
focus: (_event: FocusEvent) => void;
|
|
214
214
|
input: (_value: string, _event: Event) => void;
|
|
215
|
-
"update:modelValue": (_value: string) => void;
|
|
216
215
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
216
|
+
"update:modelValue": (_value: string) => void;
|
|
217
217
|
}, string, {
|
|
218
|
-
type: "text" | "password";
|
|
219
|
-
disabled: boolean;
|
|
220
|
-
error: boolean;
|
|
221
|
-
readonly: string | boolean;
|
|
222
218
|
defaultValue: string;
|
|
223
219
|
allowClear: boolean;
|
|
220
|
+
disabled: boolean;
|
|
221
|
+
readonly: string | boolean;
|
|
222
|
+
error: boolean;
|
|
224
223
|
fitWidth: boolean;
|
|
225
224
|
maxWFull: boolean;
|
|
226
225
|
maxLength: number | {
|
|
@@ -228,34 +227,34 @@ declare const InputNumber: {
|
|
|
228
227
|
errorOnly?: boolean;
|
|
229
228
|
};
|
|
230
229
|
showWordLimit: boolean;
|
|
230
|
+
type: "password" | "text";
|
|
231
231
|
fitWidthFallback: string;
|
|
232
232
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
233
|
-
beforeCreate?: (() => void) | (() => void)
|
|
234
|
-
created?: (() => void) | (() => void)
|
|
235
|
-
beforeMount?: (() => void) | (() => void)
|
|
236
|
-
mounted?: (() => void) | (() => void)
|
|
237
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
238
|
-
updated?: (() => void) | (() => void)
|
|
239
|
-
activated?: (() => void) | (() => void)
|
|
240
|
-
deactivated?: (() => void) | (() => void)
|
|
241
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
242
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
243
|
-
destroyed?: (() => void) | (() => void)
|
|
244
|
-
unmounted?: (() => void) | (() => void)
|
|
245
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
246
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
247
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
233
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
234
|
+
created?: (() => void)[] | (() => void);
|
|
235
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
236
|
+
mounted?: (() => void)[] | (() => void);
|
|
237
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
238
|
+
updated?: (() => void)[] | (() => void);
|
|
239
|
+
activated?: (() => void)[] | (() => void);
|
|
240
|
+
deactivated?: (() => void)[] | (() => void);
|
|
241
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
242
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
243
|
+
destroyed?: (() => void)[] | (() => void);
|
|
244
|
+
unmounted?: (() => void)[] | (() => void);
|
|
245
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
246
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
247
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
248
248
|
};
|
|
249
249
|
$forceUpdate: () => void;
|
|
250
250
|
$nextTick: typeof import("vue").nextTick;
|
|
251
251
|
$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;
|
|
252
252
|
} & Readonly<{
|
|
253
|
-
type: "text" | "password";
|
|
254
|
-
disabled: boolean;
|
|
255
|
-
error: boolean;
|
|
256
|
-
readonly: string | boolean;
|
|
257
253
|
defaultValue: string;
|
|
258
254
|
allowClear: boolean;
|
|
255
|
+
disabled: boolean;
|
|
256
|
+
readonly: string | boolean;
|
|
257
|
+
error: boolean;
|
|
259
258
|
fitWidth: boolean;
|
|
260
259
|
maxWFull: boolean;
|
|
261
260
|
maxLength: number | {
|
|
@@ -263,6 +262,7 @@ declare const InputNumber: {
|
|
|
263
262
|
errorOnly?: boolean;
|
|
264
263
|
};
|
|
265
264
|
showWordLimit: boolean;
|
|
265
|
+
type: "password" | "text";
|
|
266
266
|
fitWidthFallback: string;
|
|
267
267
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
268
268
|
modelValue: StringConstructor;
|
|
@@ -270,7 +270,7 @@ declare const InputNumber: {
|
|
|
270
270
|
type: StringConstructor;
|
|
271
271
|
default: string;
|
|
272
272
|
};
|
|
273
|
-
size: import("vue").PropType<import("
|
|
273
|
+
size: import("vue").PropType<import("..").Size>;
|
|
274
274
|
allowClear: {
|
|
275
275
|
type: BooleanConstructor;
|
|
276
276
|
default: boolean;
|
|
@@ -280,7 +280,7 @@ declare const InputNumber: {
|
|
|
280
280
|
default: boolean;
|
|
281
281
|
};
|
|
282
282
|
readonly: {
|
|
283
|
-
type: (
|
|
283
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
284
284
|
default: boolean;
|
|
285
285
|
};
|
|
286
286
|
error: {
|
|
@@ -311,7 +311,7 @@ declare const InputNumber: {
|
|
|
311
311
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
312
312
|
inputAttrs: ObjectConstructor;
|
|
313
313
|
type: {
|
|
314
|
-
type: import("vue").PropType<
|
|
314
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
315
315
|
default: string;
|
|
316
316
|
};
|
|
317
317
|
fitWidthFallback: {
|
|
@@ -321,14 +321,14 @@ declare const InputNumber: {
|
|
|
321
321
|
prepend: StringConstructor;
|
|
322
322
|
append: StringConstructor;
|
|
323
323
|
}>> & Readonly<{
|
|
324
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
325
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
326
324
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
327
325
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
326
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
327
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
328
328
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
329
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
330
329
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
331
|
-
|
|
330
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
331
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
332
332
|
inputRef: HTMLInputElement | undefined;
|
|
333
333
|
focus: () => void | undefined;
|
|
334
334
|
blur: () => void | undefined;
|
|
@@ -346,12 +346,11 @@ declare const InputNumber: {
|
|
|
346
346
|
$: import("vue").ComponentInternalInstance;
|
|
347
347
|
$data: {};
|
|
348
348
|
$props: Partial<{
|
|
349
|
-
type: "text" | "password";
|
|
350
|
-
disabled: boolean;
|
|
351
|
-
error: boolean;
|
|
352
|
-
readonly: string | boolean;
|
|
353
349
|
defaultValue: string;
|
|
354
350
|
allowClear: boolean;
|
|
351
|
+
disabled: boolean;
|
|
352
|
+
readonly: string | boolean;
|
|
353
|
+
error: boolean;
|
|
355
354
|
fitWidth: boolean;
|
|
356
355
|
maxWFull: boolean;
|
|
357
356
|
maxLength: number | {
|
|
@@ -359,14 +358,17 @@ declare const InputNumber: {
|
|
|
359
358
|
errorOnly?: boolean;
|
|
360
359
|
};
|
|
361
360
|
showWordLimit: boolean;
|
|
361
|
+
type: "password" | "text";
|
|
362
362
|
fitWidthFallback: string;
|
|
363
363
|
}> & Omit<{
|
|
364
|
-
readonly
|
|
365
|
-
readonly disabled: boolean;
|
|
366
|
-
readonly error: boolean;
|
|
367
|
-
readonly readonly: string | boolean;
|
|
364
|
+
readonly modelValue?: string | undefined;
|
|
368
365
|
readonly defaultValue: string;
|
|
366
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
369
367
|
readonly allowClear: boolean;
|
|
368
|
+
readonly disabled: boolean;
|
|
369
|
+
readonly readonly: string | boolean;
|
|
370
|
+
readonly error: boolean;
|
|
371
|
+
readonly placeholder?: string | undefined;
|
|
370
372
|
readonly fitWidth: boolean;
|
|
371
373
|
readonly maxWFull: boolean;
|
|
372
374
|
readonly maxLength: number | {
|
|
@@ -374,23 +376,21 @@ declare const InputNumber: {
|
|
|
374
376
|
errorOnly?: boolean;
|
|
375
377
|
};
|
|
376
378
|
readonly showWordLimit: boolean;
|
|
377
|
-
readonly
|
|
378
|
-
readonly
|
|
379
|
-
readonly modelValue?: string | undefined;
|
|
380
|
-
readonly placeholder?: string | undefined;
|
|
379
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
380
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
381
381
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
382
|
+
readonly type: "password" | "text";
|
|
383
|
+
readonly fitWidthFallback: string;
|
|
382
384
|
readonly prepend?: string | undefined;
|
|
383
385
|
readonly append?: string | undefined;
|
|
384
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
385
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
386
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
387
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
388
386
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
389
387
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
388
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
389
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
390
390
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
391
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
392
391
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
393
|
-
|
|
392
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
393
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
394
394
|
$attrs: import("vue").Attrs;
|
|
395
395
|
$refs: {
|
|
396
396
|
[x: string]: unknown;
|
|
@@ -401,7 +401,7 @@ declare const InputNumber: {
|
|
|
401
401
|
$root: import("vue").ComponentPublicInstance | null;
|
|
402
402
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
403
403
|
$host: Element | null;
|
|
404
|
-
$emit: ((event: "
|
|
404
|
+
$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);
|
|
405
405
|
$el: any;
|
|
406
406
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
407
407
|
modelValue: StringConstructor;
|
|
@@ -409,7 +409,7 @@ declare const InputNumber: {
|
|
|
409
409
|
type: StringConstructor;
|
|
410
410
|
default: string;
|
|
411
411
|
};
|
|
412
|
-
size: import("vue").PropType<import("
|
|
412
|
+
size: import("vue").PropType<import("..").Size>;
|
|
413
413
|
allowClear: {
|
|
414
414
|
type: BooleanConstructor;
|
|
415
415
|
default: boolean;
|
|
@@ -419,7 +419,7 @@ declare const InputNumber: {
|
|
|
419
419
|
default: boolean;
|
|
420
420
|
};
|
|
421
421
|
readonly: {
|
|
422
|
-
type: (
|
|
422
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
423
423
|
default: boolean;
|
|
424
424
|
};
|
|
425
425
|
error: {
|
|
@@ -450,7 +450,7 @@ declare const InputNumber: {
|
|
|
450
450
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
451
451
|
inputAttrs: ObjectConstructor;
|
|
452
452
|
type: {
|
|
453
|
-
type: import("vue").PropType<
|
|
453
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
454
454
|
default: string;
|
|
455
455
|
};
|
|
456
456
|
fitWidthFallback: {
|
|
@@ -460,32 +460,31 @@ declare const InputNumber: {
|
|
|
460
460
|
prepend: StringConstructor;
|
|
461
461
|
append: StringConstructor;
|
|
462
462
|
}>> & Readonly<{
|
|
463
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
464
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
465
463
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
466
464
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
465
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
466
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
467
467
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
468
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
469
468
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
469
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
470
470
|
}>, {
|
|
471
471
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
472
472
|
focus: () => void | undefined;
|
|
473
473
|
blur: () => void | undefined;
|
|
474
474
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
475
|
-
clear: (_event: MouseEvent) => void;
|
|
476
|
-
focus: (_event: FocusEvent) => void;
|
|
477
475
|
blur: (_event: FocusEvent) => void;
|
|
478
476
|
change: (_value: string, _event: Event) => void;
|
|
477
|
+
clear: (_event: MouseEvent) => void;
|
|
478
|
+
focus: (_event: FocusEvent) => void;
|
|
479
479
|
input: (_value: string, _event: Event) => void;
|
|
480
|
-
"update:modelValue": (_value: string) => void;
|
|
481
480
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
481
|
+
"update:modelValue": (_value: string) => void;
|
|
482
482
|
}, string, {
|
|
483
|
-
type: "text" | "password";
|
|
484
|
-
disabled: boolean;
|
|
485
|
-
error: boolean;
|
|
486
|
-
readonly: string | boolean;
|
|
487
483
|
defaultValue: string;
|
|
488
484
|
allowClear: boolean;
|
|
485
|
+
disabled: boolean;
|
|
486
|
+
readonly: string | boolean;
|
|
487
|
+
error: boolean;
|
|
489
488
|
fitWidth: boolean;
|
|
490
489
|
maxWFull: boolean;
|
|
491
490
|
maxLength: number | {
|
|
@@ -493,34 +492,34 @@ declare const InputNumber: {
|
|
|
493
492
|
errorOnly?: boolean;
|
|
494
493
|
};
|
|
495
494
|
showWordLimit: boolean;
|
|
495
|
+
type: "password" | "text";
|
|
496
496
|
fitWidthFallback: string;
|
|
497
497
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
498
|
-
beforeCreate?: (() => void) | (() => void)
|
|
499
|
-
created?: (() => void) | (() => void)
|
|
500
|
-
beforeMount?: (() => void) | (() => void)
|
|
501
|
-
mounted?: (() => void) | (() => void)
|
|
502
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
503
|
-
updated?: (() => void) | (() => void)
|
|
504
|
-
activated?: (() => void) | (() => void)
|
|
505
|
-
deactivated?: (() => void) | (() => void)
|
|
506
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
507
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
508
|
-
destroyed?: (() => void) | (() => void)
|
|
509
|
-
unmounted?: (() => void) | (() => void)
|
|
510
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
511
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
512
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
498
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
499
|
+
created?: (() => void)[] | (() => void);
|
|
500
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
501
|
+
mounted?: (() => void)[] | (() => void);
|
|
502
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
503
|
+
updated?: (() => void)[] | (() => void);
|
|
504
|
+
activated?: (() => void)[] | (() => void);
|
|
505
|
+
deactivated?: (() => void)[] | (() => void);
|
|
506
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
507
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
508
|
+
destroyed?: (() => void)[] | (() => void);
|
|
509
|
+
unmounted?: (() => void)[] | (() => void);
|
|
510
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
511
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
512
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
513
513
|
};
|
|
514
514
|
$forceUpdate: () => void;
|
|
515
515
|
$nextTick: typeof import("vue").nextTick;
|
|
516
516
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
517
517
|
} & Readonly<{
|
|
518
|
-
type: "text" | "password";
|
|
519
|
-
disabled: boolean;
|
|
520
|
-
error: boolean;
|
|
521
|
-
readonly: string | boolean;
|
|
522
518
|
defaultValue: string;
|
|
523
519
|
allowClear: boolean;
|
|
520
|
+
disabled: boolean;
|
|
521
|
+
readonly: string | boolean;
|
|
522
|
+
error: boolean;
|
|
524
523
|
fitWidth: boolean;
|
|
525
524
|
maxWFull: boolean;
|
|
526
525
|
maxLength: number | {
|
|
@@ -528,6 +527,7 @@ declare const InputNumber: {
|
|
|
528
527
|
errorOnly?: boolean;
|
|
529
528
|
};
|
|
530
529
|
showWordLimit: boolean;
|
|
530
|
+
type: "password" | "text";
|
|
531
531
|
fitWidthFallback: string;
|
|
532
532
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
533
533
|
modelValue: StringConstructor;
|
|
@@ -535,7 +535,7 @@ declare const InputNumber: {
|
|
|
535
535
|
type: StringConstructor;
|
|
536
536
|
default: string;
|
|
537
537
|
};
|
|
538
|
-
size: import("vue").PropType<import("
|
|
538
|
+
size: import("vue").PropType<import("..").Size>;
|
|
539
539
|
allowClear: {
|
|
540
540
|
type: BooleanConstructor;
|
|
541
541
|
default: boolean;
|
|
@@ -545,7 +545,7 @@ declare const InputNumber: {
|
|
|
545
545
|
default: boolean;
|
|
546
546
|
};
|
|
547
547
|
readonly: {
|
|
548
|
-
type: (
|
|
548
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
error: {
|
|
@@ -576,7 +576,7 @@ declare const InputNumber: {
|
|
|
576
576
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
577
577
|
inputAttrs: ObjectConstructor;
|
|
578
578
|
type: {
|
|
579
|
-
type: import("vue").PropType<
|
|
579
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
580
580
|
default: string;
|
|
581
581
|
};
|
|
582
582
|
fitWidthFallback: {
|
|
@@ -586,14 +586,14 @@ declare const InputNumber: {
|
|
|
586
586
|
prepend: StringConstructor;
|
|
587
587
|
append: StringConstructor;
|
|
588
588
|
}>> & Readonly<{
|
|
589
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
590
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
591
589
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
592
590
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
591
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
592
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
593
593
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
594
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
595
594
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
596
|
-
|
|
595
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
596
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
597
597
|
inputRef: HTMLInputElement | undefined;
|
|
598
598
|
focus: () => void | undefined;
|
|
599
599
|
blur: () => void | undefined;
|
|
@@ -611,27 +611,27 @@ declare const InputNumber: {
|
|
|
611
611
|
focus: () => void | undefined;
|
|
612
612
|
blur: () => void | undefined;
|
|
613
613
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
614
|
-
clear: (_event: Event) => void;
|
|
615
|
-
focus: (_event: FocusEvent) => void;
|
|
616
614
|
blur: (_event: FocusEvent) => void;
|
|
617
615
|
change: (_value: string | number | null | undefined, _event: Event) => void;
|
|
616
|
+
clear: (_event: Event) => void;
|
|
617
|
+
focus: (_event: FocusEvent) => void;
|
|
618
618
|
input: (_value: string | number | null | undefined, _inputValue: string, _event: Event) => void;
|
|
619
619
|
keydown: (_event: KeyboardEvent) => void;
|
|
620
620
|
"update:modelValue": (_value: string | number | null | undefined) => void;
|
|
621
621
|
}, import("vue").PublicProps, {
|
|
622
|
+
mode: "button" | "embed";
|
|
623
|
+
step: number;
|
|
622
624
|
disabled: boolean;
|
|
623
625
|
error: boolean;
|
|
624
|
-
readonly: string | boolean;
|
|
625
|
-
allowClear: boolean;
|
|
626
|
-
fitWidth: boolean;
|
|
627
|
-
maxWFull: boolean;
|
|
628
626
|
max: number;
|
|
629
|
-
mode: "embed" | "button";
|
|
630
|
-
step: number;
|
|
631
627
|
min: number;
|
|
628
|
+
fitWidth: boolean;
|
|
629
|
+
maxWFull: boolean;
|
|
632
630
|
hideButton: boolean;
|
|
633
631
|
stringMode: boolean;
|
|
632
|
+
allowClear: boolean;
|
|
634
633
|
modelEvent: "change" | "input";
|
|
634
|
+
readonly: string | boolean;
|
|
635
635
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
636
636
|
P: {};
|
|
637
637
|
B: {};
|
|
@@ -643,7 +643,7 @@ declare const InputNumber: {
|
|
|
643
643
|
modelValue: import("vue").PropType<string | number>;
|
|
644
644
|
defaultValue: import("vue").PropType<string | number>;
|
|
645
645
|
mode: {
|
|
646
|
-
type: import("vue").PropType<
|
|
646
|
+
type: import("vue").PropType<'embed' | 'button'>;
|
|
647
647
|
default: string;
|
|
648
648
|
};
|
|
649
649
|
precision: NumberConstructor;
|
|
@@ -686,25 +686,25 @@ declare const InputNumber: {
|
|
|
686
686
|
type: BooleanConstructor;
|
|
687
687
|
default: boolean;
|
|
688
688
|
};
|
|
689
|
-
size: import("vue").PropType<import("
|
|
689
|
+
size: import("vue").PropType<import("..").Size>;
|
|
690
690
|
allowClear: {
|
|
691
691
|
type: BooleanConstructor;
|
|
692
692
|
default: boolean;
|
|
693
693
|
};
|
|
694
694
|
modelEvent: {
|
|
695
|
-
type: import("vue").PropType<
|
|
695
|
+
type: import("vue").PropType<'change' | 'input'>;
|
|
696
696
|
default: string;
|
|
697
697
|
};
|
|
698
698
|
readonly: {
|
|
699
|
-
type: (
|
|
699
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
700
700
|
default: boolean;
|
|
701
701
|
};
|
|
702
702
|
inputAttrs: ObjectConstructor;
|
|
703
703
|
}>> & Readonly<{
|
|
704
|
-
onClear?: ((_event: Event) => any) | undefined;
|
|
705
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
706
704
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
707
705
|
onChange?: ((_value: string | number | null | undefined, _event: Event) => any) | undefined;
|
|
706
|
+
onClear?: ((_event: Event) => any) | undefined;
|
|
707
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
708
708
|
onInput?: ((_value: string | number | null | undefined, _inputValue: string, _event: Event) => any) | undefined;
|
|
709
709
|
onKeydown?: ((_event: KeyboardEvent) => any) | undefined;
|
|
710
710
|
"onUpdate:modelValue"?: ((_value: string | number | null | undefined) => any) | undefined;
|
|
@@ -713,12 +713,11 @@ declare const InputNumber: {
|
|
|
713
713
|
$: import("vue").ComponentInternalInstance;
|
|
714
714
|
$data: {};
|
|
715
715
|
$props: Partial<{
|
|
716
|
-
type: "text" | "password";
|
|
717
|
-
disabled: boolean;
|
|
718
|
-
error: boolean;
|
|
719
|
-
readonly: string | boolean;
|
|
720
716
|
defaultValue: string;
|
|
721
717
|
allowClear: boolean;
|
|
718
|
+
disabled: boolean;
|
|
719
|
+
readonly: string | boolean;
|
|
720
|
+
error: boolean;
|
|
722
721
|
fitWidth: boolean;
|
|
723
722
|
maxWFull: boolean;
|
|
724
723
|
maxLength: number | {
|
|
@@ -726,14 +725,17 @@ declare const InputNumber: {
|
|
|
726
725
|
errorOnly?: boolean;
|
|
727
726
|
};
|
|
728
727
|
showWordLimit: boolean;
|
|
728
|
+
type: "password" | "text";
|
|
729
729
|
fitWidthFallback: string;
|
|
730
730
|
}> & Omit<{
|
|
731
|
-
readonly
|
|
732
|
-
readonly disabled: boolean;
|
|
733
|
-
readonly error: boolean;
|
|
734
|
-
readonly readonly: string | boolean;
|
|
731
|
+
readonly modelValue?: string | undefined;
|
|
735
732
|
readonly defaultValue: string;
|
|
733
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
736
734
|
readonly allowClear: boolean;
|
|
735
|
+
readonly disabled: boolean;
|
|
736
|
+
readonly readonly: string | boolean;
|
|
737
|
+
readonly error: boolean;
|
|
738
|
+
readonly placeholder?: string | undefined;
|
|
737
739
|
readonly fitWidth: boolean;
|
|
738
740
|
readonly maxWFull: boolean;
|
|
739
741
|
readonly maxLength: number | {
|
|
@@ -741,23 +743,21 @@ declare const InputNumber: {
|
|
|
741
743
|
errorOnly?: boolean;
|
|
742
744
|
};
|
|
743
745
|
readonly showWordLimit: boolean;
|
|
744
|
-
readonly
|
|
745
|
-
readonly
|
|
746
|
-
readonly modelValue?: string | undefined;
|
|
747
|
-
readonly placeholder?: string | undefined;
|
|
746
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
747
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
748
748
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
749
|
+
readonly type: "password" | "text";
|
|
750
|
+
readonly fitWidthFallback: string;
|
|
749
751
|
readonly prepend?: string | undefined;
|
|
750
752
|
readonly append?: string | undefined;
|
|
751
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
752
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
753
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
754
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
755
753
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
756
754
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
755
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
756
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
757
757
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
758
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
759
758
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
760
|
-
|
|
759
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
760
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
761
761
|
$attrs: import("vue").Attrs;
|
|
762
762
|
$refs: {
|
|
763
763
|
[x: string]: unknown;
|
|
@@ -768,7 +768,7 @@ declare const InputNumber: {
|
|
|
768
768
|
$root: import("vue").ComponentPublicInstance | null;
|
|
769
769
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
770
770
|
$host: Element | null;
|
|
771
|
-
$emit: ((event: "
|
|
771
|
+
$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);
|
|
772
772
|
$el: any;
|
|
773
773
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
774
774
|
modelValue: StringConstructor;
|
|
@@ -776,7 +776,7 @@ declare const InputNumber: {
|
|
|
776
776
|
type: StringConstructor;
|
|
777
777
|
default: string;
|
|
778
778
|
};
|
|
779
|
-
size: import("vue").PropType<import("
|
|
779
|
+
size: import("vue").PropType<import("..").Size>;
|
|
780
780
|
allowClear: {
|
|
781
781
|
type: BooleanConstructor;
|
|
782
782
|
default: boolean;
|
|
@@ -786,7 +786,7 @@ declare const InputNumber: {
|
|
|
786
786
|
default: boolean;
|
|
787
787
|
};
|
|
788
788
|
readonly: {
|
|
789
|
-
type: (
|
|
789
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
790
790
|
default: boolean;
|
|
791
791
|
};
|
|
792
792
|
error: {
|
|
@@ -817,7 +817,7 @@ declare const InputNumber: {
|
|
|
817
817
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
818
818
|
inputAttrs: ObjectConstructor;
|
|
819
819
|
type: {
|
|
820
|
-
type: import("vue").PropType<
|
|
820
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
821
821
|
default: string;
|
|
822
822
|
};
|
|
823
823
|
fitWidthFallback: {
|
|
@@ -827,32 +827,31 @@ declare const InputNumber: {
|
|
|
827
827
|
prepend: StringConstructor;
|
|
828
828
|
append: StringConstructor;
|
|
829
829
|
}>> & Readonly<{
|
|
830
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
831
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
832
830
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
833
831
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
832
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
833
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
834
834
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
835
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
836
835
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
836
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
837
837
|
}>, {
|
|
838
838
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
839
839
|
focus: () => void | undefined;
|
|
840
840
|
blur: () => void | undefined;
|
|
841
841
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
842
|
-
clear: (_event: MouseEvent) => void;
|
|
843
|
-
focus: (_event: FocusEvent) => void;
|
|
844
842
|
blur: (_event: FocusEvent) => void;
|
|
845
843
|
change: (_value: string, _event: Event) => void;
|
|
844
|
+
clear: (_event: MouseEvent) => void;
|
|
845
|
+
focus: (_event: FocusEvent) => void;
|
|
846
846
|
input: (_value: string, _event: Event) => void;
|
|
847
|
-
"update:modelValue": (_value: string) => void;
|
|
848
847
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
848
|
+
"update:modelValue": (_value: string) => void;
|
|
849
849
|
}, string, {
|
|
850
|
-
type: "text" | "password";
|
|
851
|
-
disabled: boolean;
|
|
852
|
-
error: boolean;
|
|
853
|
-
readonly: string | boolean;
|
|
854
850
|
defaultValue: string;
|
|
855
851
|
allowClear: boolean;
|
|
852
|
+
disabled: boolean;
|
|
853
|
+
readonly: string | boolean;
|
|
854
|
+
error: boolean;
|
|
856
855
|
fitWidth: boolean;
|
|
857
856
|
maxWFull: boolean;
|
|
858
857
|
maxLength: number | {
|
|
@@ -860,34 +859,34 @@ declare const InputNumber: {
|
|
|
860
859
|
errorOnly?: boolean;
|
|
861
860
|
};
|
|
862
861
|
showWordLimit: boolean;
|
|
862
|
+
type: "password" | "text";
|
|
863
863
|
fitWidthFallback: string;
|
|
864
864
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
865
|
-
beforeCreate?: (() => void) | (() => void)
|
|
866
|
-
created?: (() => void) | (() => void)
|
|
867
|
-
beforeMount?: (() => void) | (() => void)
|
|
868
|
-
mounted?: (() => void) | (() => void)
|
|
869
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
870
|
-
updated?: (() => void) | (() => void)
|
|
871
|
-
activated?: (() => void) | (() => void)
|
|
872
|
-
deactivated?: (() => void) | (() => void)
|
|
873
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
874
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
875
|
-
destroyed?: (() => void) | (() => void)
|
|
876
|
-
unmounted?: (() => void) | (() => void)
|
|
877
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
878
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
879
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
865
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
866
|
+
created?: (() => void)[] | (() => void);
|
|
867
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
868
|
+
mounted?: (() => void)[] | (() => void);
|
|
869
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
870
|
+
updated?: (() => void)[] | (() => void);
|
|
871
|
+
activated?: (() => void)[] | (() => void);
|
|
872
|
+
deactivated?: (() => void)[] | (() => void);
|
|
873
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
874
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
875
|
+
destroyed?: (() => void)[] | (() => void);
|
|
876
|
+
unmounted?: (() => void)[] | (() => void);
|
|
877
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
878
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
879
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
880
880
|
};
|
|
881
881
|
$forceUpdate: () => void;
|
|
882
882
|
$nextTick: typeof import("vue").nextTick;
|
|
883
883
|
$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;
|
|
884
884
|
} & Readonly<{
|
|
885
|
-
type: "text" | "password";
|
|
886
|
-
disabled: boolean;
|
|
887
|
-
error: boolean;
|
|
888
|
-
readonly: string | boolean;
|
|
889
885
|
defaultValue: string;
|
|
890
886
|
allowClear: boolean;
|
|
887
|
+
disabled: boolean;
|
|
888
|
+
readonly: string | boolean;
|
|
889
|
+
error: boolean;
|
|
891
890
|
fitWidth: boolean;
|
|
892
891
|
maxWFull: boolean;
|
|
893
892
|
maxLength: number | {
|
|
@@ -895,6 +894,7 @@ declare const InputNumber: {
|
|
|
895
894
|
errorOnly?: boolean;
|
|
896
895
|
};
|
|
897
896
|
showWordLimit: boolean;
|
|
897
|
+
type: "password" | "text";
|
|
898
898
|
fitWidthFallback: string;
|
|
899
899
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
900
900
|
modelValue: StringConstructor;
|
|
@@ -902,7 +902,7 @@ declare const InputNumber: {
|
|
|
902
902
|
type: StringConstructor;
|
|
903
903
|
default: string;
|
|
904
904
|
};
|
|
905
|
-
size: import("vue").PropType<import("
|
|
905
|
+
size: import("vue").PropType<import("..").Size>;
|
|
906
906
|
allowClear: {
|
|
907
907
|
type: BooleanConstructor;
|
|
908
908
|
default: boolean;
|
|
@@ -912,7 +912,7 @@ declare const InputNumber: {
|
|
|
912
912
|
default: boolean;
|
|
913
913
|
};
|
|
914
914
|
readonly: {
|
|
915
|
-
type: (
|
|
915
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
916
916
|
default: boolean;
|
|
917
917
|
};
|
|
918
918
|
error: {
|
|
@@ -943,7 +943,7 @@ declare const InputNumber: {
|
|
|
943
943
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
944
944
|
inputAttrs: ObjectConstructor;
|
|
945
945
|
type: {
|
|
946
|
-
type: import("vue").PropType<
|
|
946
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
947
947
|
default: string;
|
|
948
948
|
};
|
|
949
949
|
fitWidthFallback: {
|
|
@@ -953,14 +953,14 @@ declare const InputNumber: {
|
|
|
953
953
|
prepend: StringConstructor;
|
|
954
954
|
append: StringConstructor;
|
|
955
955
|
}>> & Readonly<{
|
|
956
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
957
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
958
956
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
959
957
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
958
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
959
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
960
960
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
961
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
962
961
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
963
|
-
|
|
962
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
963
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
964
964
|
inputRef: HTMLInputElement | undefined;
|
|
965
965
|
focus: () => void | undefined;
|
|
966
966
|
blur: () => void | undefined;
|
|
@@ -978,12 +978,11 @@ declare const InputNumber: {
|
|
|
978
978
|
$: import("vue").ComponentInternalInstance;
|
|
979
979
|
$data: {};
|
|
980
980
|
$props: Partial<{
|
|
981
|
-
type: "text" | "password";
|
|
982
|
-
disabled: boolean;
|
|
983
|
-
error: boolean;
|
|
984
|
-
readonly: string | boolean;
|
|
985
981
|
defaultValue: string;
|
|
986
982
|
allowClear: boolean;
|
|
983
|
+
disabled: boolean;
|
|
984
|
+
readonly: string | boolean;
|
|
985
|
+
error: boolean;
|
|
987
986
|
fitWidth: boolean;
|
|
988
987
|
maxWFull: boolean;
|
|
989
988
|
maxLength: number | {
|
|
@@ -991,14 +990,17 @@ declare const InputNumber: {
|
|
|
991
990
|
errorOnly?: boolean;
|
|
992
991
|
};
|
|
993
992
|
showWordLimit: boolean;
|
|
993
|
+
type: "password" | "text";
|
|
994
994
|
fitWidthFallback: string;
|
|
995
995
|
}> & Omit<{
|
|
996
|
-
readonly
|
|
997
|
-
readonly disabled: boolean;
|
|
998
|
-
readonly error: boolean;
|
|
999
|
-
readonly readonly: string | boolean;
|
|
996
|
+
readonly modelValue?: string | undefined;
|
|
1000
997
|
readonly defaultValue: string;
|
|
998
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1001
999
|
readonly allowClear: boolean;
|
|
1000
|
+
readonly disabled: boolean;
|
|
1001
|
+
readonly readonly: string | boolean;
|
|
1002
|
+
readonly error: boolean;
|
|
1003
|
+
readonly placeholder?: string | undefined;
|
|
1002
1004
|
readonly fitWidth: boolean;
|
|
1003
1005
|
readonly maxWFull: boolean;
|
|
1004
1006
|
readonly maxLength: number | {
|
|
@@ -1006,23 +1008,21 @@ declare const InputNumber: {
|
|
|
1006
1008
|
errorOnly?: boolean;
|
|
1007
1009
|
};
|
|
1008
1010
|
readonly showWordLimit: boolean;
|
|
1009
|
-
readonly
|
|
1010
|
-
readonly
|
|
1011
|
-
readonly modelValue?: string | undefined;
|
|
1012
|
-
readonly placeholder?: string | undefined;
|
|
1011
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1012
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1013
1013
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
1014
|
+
readonly type: "password" | "text";
|
|
1015
|
+
readonly fitWidthFallback: string;
|
|
1014
1016
|
readonly prepend?: string | undefined;
|
|
1015
1017
|
readonly append?: string | undefined;
|
|
1016
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1017
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1018
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1019
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1020
1018
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1021
1019
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1020
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1021
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1022
1022
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1023
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1024
1023
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1025
|
-
|
|
1024
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1025
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
1026
1026
|
$attrs: import("vue").Attrs;
|
|
1027
1027
|
$refs: {
|
|
1028
1028
|
[x: string]: unknown;
|
|
@@ -1033,7 +1033,7 @@ declare const InputNumber: {
|
|
|
1033
1033
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1034
1034
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1035
1035
|
$host: Element | null;
|
|
1036
|
-
$emit: ((event: "
|
|
1036
|
+
$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);
|
|
1037
1037
|
$el: any;
|
|
1038
1038
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1039
1039
|
modelValue: StringConstructor;
|
|
@@ -1041,7 +1041,7 @@ declare const InputNumber: {
|
|
|
1041
1041
|
type: StringConstructor;
|
|
1042
1042
|
default: string;
|
|
1043
1043
|
};
|
|
1044
|
-
size: import("vue").PropType<import("
|
|
1044
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1045
1045
|
allowClear: {
|
|
1046
1046
|
type: BooleanConstructor;
|
|
1047
1047
|
default: boolean;
|
|
@@ -1051,7 +1051,7 @@ declare const InputNumber: {
|
|
|
1051
1051
|
default: boolean;
|
|
1052
1052
|
};
|
|
1053
1053
|
readonly: {
|
|
1054
|
-
type: (
|
|
1054
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1055
1055
|
default: boolean;
|
|
1056
1056
|
};
|
|
1057
1057
|
error: {
|
|
@@ -1082,7 +1082,7 @@ declare const InputNumber: {
|
|
|
1082
1082
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1083
1083
|
inputAttrs: ObjectConstructor;
|
|
1084
1084
|
type: {
|
|
1085
|
-
type: import("vue").PropType<
|
|
1085
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1086
1086
|
default: string;
|
|
1087
1087
|
};
|
|
1088
1088
|
fitWidthFallback: {
|
|
@@ -1092,32 +1092,31 @@ declare const InputNumber: {
|
|
|
1092
1092
|
prepend: StringConstructor;
|
|
1093
1093
|
append: StringConstructor;
|
|
1094
1094
|
}>> & Readonly<{
|
|
1095
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1096
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1097
1095
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1098
1096
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1097
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1098
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1099
1099
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1100
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1101
1100
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1101
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1102
1102
|
}>, {
|
|
1103
1103
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1104
1104
|
focus: () => void | undefined;
|
|
1105
1105
|
blur: () => void | undefined;
|
|
1106
1106
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1107
|
-
clear: (_event: MouseEvent) => void;
|
|
1108
|
-
focus: (_event: FocusEvent) => void;
|
|
1109
1107
|
blur: (_event: FocusEvent) => void;
|
|
1110
1108
|
change: (_value: string, _event: Event) => void;
|
|
1109
|
+
clear: (_event: MouseEvent) => void;
|
|
1110
|
+
focus: (_event: FocusEvent) => void;
|
|
1111
1111
|
input: (_value: string, _event: Event) => void;
|
|
1112
|
-
"update:modelValue": (_value: string) => void;
|
|
1113
1112
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1113
|
+
"update:modelValue": (_value: string) => void;
|
|
1114
1114
|
}, string, {
|
|
1115
|
-
type: "text" | "password";
|
|
1116
|
-
disabled: boolean;
|
|
1117
|
-
error: boolean;
|
|
1118
|
-
readonly: string | boolean;
|
|
1119
1115
|
defaultValue: string;
|
|
1120
1116
|
allowClear: boolean;
|
|
1117
|
+
disabled: boolean;
|
|
1118
|
+
readonly: string | boolean;
|
|
1119
|
+
error: boolean;
|
|
1121
1120
|
fitWidth: boolean;
|
|
1122
1121
|
maxWFull: boolean;
|
|
1123
1122
|
maxLength: number | {
|
|
@@ -1125,34 +1124,34 @@ declare const InputNumber: {
|
|
|
1125
1124
|
errorOnly?: boolean;
|
|
1126
1125
|
};
|
|
1127
1126
|
showWordLimit: boolean;
|
|
1127
|
+
type: "password" | "text";
|
|
1128
1128
|
fitWidthFallback: string;
|
|
1129
1129
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1130
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1131
|
-
created?: (() => void) | (() => void)
|
|
1132
|
-
beforeMount?: (() => void) | (() => void)
|
|
1133
|
-
mounted?: (() => void) | (() => void)
|
|
1134
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1135
|
-
updated?: (() => void) | (() => void)
|
|
1136
|
-
activated?: (() => void) | (() => void)
|
|
1137
|
-
deactivated?: (() => void) | (() => void)
|
|
1138
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1139
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1140
|
-
destroyed?: (() => void) | (() => void)
|
|
1141
|
-
unmounted?: (() => void) | (() => void)
|
|
1142
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1143
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1144
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1130
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1131
|
+
created?: (() => void)[] | (() => void);
|
|
1132
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1133
|
+
mounted?: (() => void)[] | (() => void);
|
|
1134
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1135
|
+
updated?: (() => void)[] | (() => void);
|
|
1136
|
+
activated?: (() => void)[] | (() => void);
|
|
1137
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1138
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1139
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1140
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1141
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1142
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1143
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1144
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1145
1145
|
};
|
|
1146
1146
|
$forceUpdate: () => void;
|
|
1147
1147
|
$nextTick: typeof import("vue").nextTick;
|
|
1148
1148
|
$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;
|
|
1149
1149
|
} & Readonly<{
|
|
1150
|
-
type: "text" | "password";
|
|
1151
|
-
disabled: boolean;
|
|
1152
|
-
error: boolean;
|
|
1153
|
-
readonly: string | boolean;
|
|
1154
1150
|
defaultValue: string;
|
|
1155
1151
|
allowClear: boolean;
|
|
1152
|
+
disabled: boolean;
|
|
1153
|
+
readonly: string | boolean;
|
|
1154
|
+
error: boolean;
|
|
1156
1155
|
fitWidth: boolean;
|
|
1157
1156
|
maxWFull: boolean;
|
|
1158
1157
|
maxLength: number | {
|
|
@@ -1160,6 +1159,7 @@ declare const InputNumber: {
|
|
|
1160
1159
|
errorOnly?: boolean;
|
|
1161
1160
|
};
|
|
1162
1161
|
showWordLimit: boolean;
|
|
1162
|
+
type: "password" | "text";
|
|
1163
1163
|
fitWidthFallback: string;
|
|
1164
1164
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1165
1165
|
modelValue: StringConstructor;
|
|
@@ -1167,7 +1167,7 @@ declare const InputNumber: {
|
|
|
1167
1167
|
type: StringConstructor;
|
|
1168
1168
|
default: string;
|
|
1169
1169
|
};
|
|
1170
|
-
size: import("vue").PropType<import("
|
|
1170
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1171
1171
|
allowClear: {
|
|
1172
1172
|
type: BooleanConstructor;
|
|
1173
1173
|
default: boolean;
|
|
@@ -1177,7 +1177,7 @@ declare const InputNumber: {
|
|
|
1177
1177
|
default: boolean;
|
|
1178
1178
|
};
|
|
1179
1179
|
readonly: {
|
|
1180
|
-
type: (
|
|
1180
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1181
1181
|
default: boolean;
|
|
1182
1182
|
};
|
|
1183
1183
|
error: {
|
|
@@ -1208,7 +1208,7 @@ declare const InputNumber: {
|
|
|
1208
1208
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1209
1209
|
inputAttrs: ObjectConstructor;
|
|
1210
1210
|
type: {
|
|
1211
|
-
type: import("vue").PropType<
|
|
1211
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1212
1212
|
default: string;
|
|
1213
1213
|
};
|
|
1214
1214
|
fitWidthFallback: {
|
|
@@ -1218,14 +1218,14 @@ declare const InputNumber: {
|
|
|
1218
1218
|
prepend: StringConstructor;
|
|
1219
1219
|
append: StringConstructor;
|
|
1220
1220
|
}>> & Readonly<{
|
|
1221
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1222
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1223
1221
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1224
1222
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1223
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1224
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1225
1225
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1226
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1227
1226
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1228
|
-
|
|
1227
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1228
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1229
1229
|
inputRef: HTMLInputElement | undefined;
|
|
1230
1230
|
focus: () => void | undefined;
|
|
1231
1231
|
blur: () => void | undefined;
|
|
@@ -1243,19 +1243,19 @@ declare const InputNumber: {
|
|
|
1243
1243
|
focus: () => void | undefined;
|
|
1244
1244
|
blur: () => void | undefined;
|
|
1245
1245
|
}, {}, {}, {}, {
|
|
1246
|
+
mode: "button" | "embed";
|
|
1247
|
+
step: number;
|
|
1246
1248
|
disabled: boolean;
|
|
1247
1249
|
error: boolean;
|
|
1248
|
-
readonly: string | boolean;
|
|
1249
|
-
allowClear: boolean;
|
|
1250
|
-
fitWidth: boolean;
|
|
1251
|
-
maxWFull: boolean;
|
|
1252
1250
|
max: number;
|
|
1253
|
-
mode: "embed" | "button";
|
|
1254
|
-
step: number;
|
|
1255
1251
|
min: number;
|
|
1252
|
+
fitWidth: boolean;
|
|
1253
|
+
maxWFull: boolean;
|
|
1256
1254
|
hideButton: boolean;
|
|
1257
1255
|
stringMode: boolean;
|
|
1256
|
+
allowClear: boolean;
|
|
1258
1257
|
modelEvent: "change" | "input";
|
|
1258
|
+
readonly: string | boolean;
|
|
1259
1259
|
}>;
|
|
1260
1260
|
__isFragment?: never;
|
|
1261
1261
|
__isTeleport?: never;
|
|
@@ -1264,7 +1264,7 @@ declare const InputNumber: {
|
|
|
1264
1264
|
modelValue: import("vue").PropType<string | number>;
|
|
1265
1265
|
defaultValue: import("vue").PropType<string | number>;
|
|
1266
1266
|
mode: {
|
|
1267
|
-
type: import("vue").PropType<
|
|
1267
|
+
type: import("vue").PropType<'embed' | 'button'>;
|
|
1268
1268
|
default: string;
|
|
1269
1269
|
};
|
|
1270
1270
|
precision: NumberConstructor;
|
|
@@ -1307,25 +1307,25 @@ declare const InputNumber: {
|
|
|
1307
1307
|
type: BooleanConstructor;
|
|
1308
1308
|
default: boolean;
|
|
1309
1309
|
};
|
|
1310
|
-
size: import("vue").PropType<import("
|
|
1310
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1311
1311
|
allowClear: {
|
|
1312
1312
|
type: BooleanConstructor;
|
|
1313
1313
|
default: boolean;
|
|
1314
1314
|
};
|
|
1315
1315
|
modelEvent: {
|
|
1316
|
-
type: import("vue").PropType<
|
|
1316
|
+
type: import("vue").PropType<'change' | 'input'>;
|
|
1317
1317
|
default: string;
|
|
1318
1318
|
};
|
|
1319
1319
|
readonly: {
|
|
1320
|
-
type: (
|
|
1320
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1321
1321
|
default: boolean;
|
|
1322
1322
|
};
|
|
1323
1323
|
inputAttrs: ObjectConstructor;
|
|
1324
1324
|
}>> & Readonly<{
|
|
1325
|
-
onClear?: ((_event: Event) => any) | undefined;
|
|
1326
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1327
1325
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1328
1326
|
onChange?: ((_value: string | number | null | undefined, _event: Event) => any) | undefined;
|
|
1327
|
+
onClear?: ((_event: Event) => any) | undefined;
|
|
1328
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1329
1329
|
onInput?: ((_value: string | number | null | undefined, _inputValue: string, _event: Event) => any) | undefined;
|
|
1330
1330
|
onKeydown?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1331
1331
|
"onUpdate:modelValue"?: ((_value: string | number | null | undefined) => any) | undefined;
|
|
@@ -1334,12 +1334,11 @@ declare const InputNumber: {
|
|
|
1334
1334
|
$: import("vue").ComponentInternalInstance;
|
|
1335
1335
|
$data: {};
|
|
1336
1336
|
$props: Partial<{
|
|
1337
|
-
type: "text" | "password";
|
|
1338
|
-
disabled: boolean;
|
|
1339
|
-
error: boolean;
|
|
1340
|
-
readonly: string | boolean;
|
|
1341
1337
|
defaultValue: string;
|
|
1342
1338
|
allowClear: boolean;
|
|
1339
|
+
disabled: boolean;
|
|
1340
|
+
readonly: string | boolean;
|
|
1341
|
+
error: boolean;
|
|
1343
1342
|
fitWidth: boolean;
|
|
1344
1343
|
maxWFull: boolean;
|
|
1345
1344
|
maxLength: number | {
|
|
@@ -1347,14 +1346,17 @@ declare const InputNumber: {
|
|
|
1347
1346
|
errorOnly?: boolean;
|
|
1348
1347
|
};
|
|
1349
1348
|
showWordLimit: boolean;
|
|
1349
|
+
type: "password" | "text";
|
|
1350
1350
|
fitWidthFallback: string;
|
|
1351
1351
|
}> & Omit<{
|
|
1352
|
-
readonly
|
|
1353
|
-
readonly disabled: boolean;
|
|
1354
|
-
readonly error: boolean;
|
|
1355
|
-
readonly readonly: string | boolean;
|
|
1352
|
+
readonly modelValue?: string | undefined;
|
|
1356
1353
|
readonly defaultValue: string;
|
|
1354
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1357
1355
|
readonly allowClear: boolean;
|
|
1356
|
+
readonly disabled: boolean;
|
|
1357
|
+
readonly readonly: string | boolean;
|
|
1358
|
+
readonly error: boolean;
|
|
1359
|
+
readonly placeholder?: string | undefined;
|
|
1358
1360
|
readonly fitWidth: boolean;
|
|
1359
1361
|
readonly maxWFull: boolean;
|
|
1360
1362
|
readonly maxLength: number | {
|
|
@@ -1362,23 +1364,21 @@ declare const InputNumber: {
|
|
|
1362
1364
|
errorOnly?: boolean;
|
|
1363
1365
|
};
|
|
1364
1366
|
readonly showWordLimit: boolean;
|
|
1365
|
-
readonly
|
|
1366
|
-
readonly
|
|
1367
|
-
readonly modelValue?: string | undefined;
|
|
1368
|
-
readonly placeholder?: string | undefined;
|
|
1367
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1368
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1369
1369
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
1370
|
+
readonly type: "password" | "text";
|
|
1371
|
+
readonly fitWidthFallback: string;
|
|
1370
1372
|
readonly prepend?: string | undefined;
|
|
1371
1373
|
readonly append?: string | undefined;
|
|
1372
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1373
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1374
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1375
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1376
1374
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1377
1375
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1376
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1377
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1378
1378
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1379
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1380
1379
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1381
|
-
|
|
1380
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1381
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
1382
1382
|
$attrs: import("vue").Attrs;
|
|
1383
1383
|
$refs: {
|
|
1384
1384
|
[x: string]: unknown;
|
|
@@ -1389,7 +1389,7 @@ declare const InputNumber: {
|
|
|
1389
1389
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1390
1390
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1391
1391
|
$host: Element | null;
|
|
1392
|
-
$emit: ((event: "
|
|
1392
|
+
$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);
|
|
1393
1393
|
$el: any;
|
|
1394
1394
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1395
1395
|
modelValue: StringConstructor;
|
|
@@ -1397,7 +1397,7 @@ declare const InputNumber: {
|
|
|
1397
1397
|
type: StringConstructor;
|
|
1398
1398
|
default: string;
|
|
1399
1399
|
};
|
|
1400
|
-
size: import("vue").PropType<import("
|
|
1400
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1401
1401
|
allowClear: {
|
|
1402
1402
|
type: BooleanConstructor;
|
|
1403
1403
|
default: boolean;
|
|
@@ -1407,7 +1407,7 @@ declare const InputNumber: {
|
|
|
1407
1407
|
default: boolean;
|
|
1408
1408
|
};
|
|
1409
1409
|
readonly: {
|
|
1410
|
-
type: (
|
|
1410
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1411
1411
|
default: boolean;
|
|
1412
1412
|
};
|
|
1413
1413
|
error: {
|
|
@@ -1438,7 +1438,7 @@ declare const InputNumber: {
|
|
|
1438
1438
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1439
1439
|
inputAttrs: ObjectConstructor;
|
|
1440
1440
|
type: {
|
|
1441
|
-
type: import("vue").PropType<
|
|
1441
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1442
1442
|
default: string;
|
|
1443
1443
|
};
|
|
1444
1444
|
fitWidthFallback: {
|
|
@@ -1448,32 +1448,31 @@ declare const InputNumber: {
|
|
|
1448
1448
|
prepend: StringConstructor;
|
|
1449
1449
|
append: StringConstructor;
|
|
1450
1450
|
}>> & Readonly<{
|
|
1451
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1452
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1453
1451
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1454
1452
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1453
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1454
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1455
1455
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1456
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1457
1456
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1457
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1458
1458
|
}>, {
|
|
1459
1459
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1460
1460
|
focus: () => void | undefined;
|
|
1461
1461
|
blur: () => void | undefined;
|
|
1462
1462
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1463
|
-
clear: (_event: MouseEvent) => void;
|
|
1464
|
-
focus: (_event: FocusEvent) => void;
|
|
1465
1463
|
blur: (_event: FocusEvent) => void;
|
|
1466
1464
|
change: (_value: string, _event: Event) => void;
|
|
1465
|
+
clear: (_event: MouseEvent) => void;
|
|
1466
|
+
focus: (_event: FocusEvent) => void;
|
|
1467
1467
|
input: (_value: string, _event: Event) => void;
|
|
1468
|
-
"update:modelValue": (_value: string) => void;
|
|
1469
1468
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1469
|
+
"update:modelValue": (_value: string) => void;
|
|
1470
1470
|
}, string, {
|
|
1471
|
-
type: "text" | "password";
|
|
1472
|
-
disabled: boolean;
|
|
1473
|
-
error: boolean;
|
|
1474
|
-
readonly: string | boolean;
|
|
1475
1471
|
defaultValue: string;
|
|
1476
1472
|
allowClear: boolean;
|
|
1473
|
+
disabled: boolean;
|
|
1474
|
+
readonly: string | boolean;
|
|
1475
|
+
error: boolean;
|
|
1477
1476
|
fitWidth: boolean;
|
|
1478
1477
|
maxWFull: boolean;
|
|
1479
1478
|
maxLength: number | {
|
|
@@ -1481,34 +1480,34 @@ declare const InputNumber: {
|
|
|
1481
1480
|
errorOnly?: boolean;
|
|
1482
1481
|
};
|
|
1483
1482
|
showWordLimit: boolean;
|
|
1483
|
+
type: "password" | "text";
|
|
1484
1484
|
fitWidthFallback: string;
|
|
1485
1485
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1486
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1487
|
-
created?: (() => void) | (() => void)
|
|
1488
|
-
beforeMount?: (() => void) | (() => void)
|
|
1489
|
-
mounted?: (() => void) | (() => void)
|
|
1490
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1491
|
-
updated?: (() => void) | (() => void)
|
|
1492
|
-
activated?: (() => void) | (() => void)
|
|
1493
|
-
deactivated?: (() => void) | (() => void)
|
|
1494
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1495
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1496
|
-
destroyed?: (() => void) | (() => void)
|
|
1497
|
-
unmounted?: (() => void) | (() => void)
|
|
1498
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1499
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1500
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1486
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1487
|
+
created?: (() => void)[] | (() => void);
|
|
1488
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1489
|
+
mounted?: (() => void)[] | (() => void);
|
|
1490
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1491
|
+
updated?: (() => void)[] | (() => void);
|
|
1492
|
+
activated?: (() => void)[] | (() => void);
|
|
1493
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1494
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1495
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1496
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1497
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1498
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1499
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1500
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1501
1501
|
};
|
|
1502
1502
|
$forceUpdate: () => void;
|
|
1503
1503
|
$nextTick: typeof import("vue").nextTick;
|
|
1504
1504
|
$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;
|
|
1505
1505
|
} & Readonly<{
|
|
1506
|
-
type: "text" | "password";
|
|
1507
|
-
disabled: boolean;
|
|
1508
|
-
error: boolean;
|
|
1509
|
-
readonly: string | boolean;
|
|
1510
1506
|
defaultValue: string;
|
|
1511
1507
|
allowClear: boolean;
|
|
1508
|
+
disabled: boolean;
|
|
1509
|
+
readonly: string | boolean;
|
|
1510
|
+
error: boolean;
|
|
1512
1511
|
fitWidth: boolean;
|
|
1513
1512
|
maxWFull: boolean;
|
|
1514
1513
|
maxLength: number | {
|
|
@@ -1516,6 +1515,7 @@ declare const InputNumber: {
|
|
|
1516
1515
|
errorOnly?: boolean;
|
|
1517
1516
|
};
|
|
1518
1517
|
showWordLimit: boolean;
|
|
1518
|
+
type: "password" | "text";
|
|
1519
1519
|
fitWidthFallback: string;
|
|
1520
1520
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1521
1521
|
modelValue: StringConstructor;
|
|
@@ -1523,7 +1523,7 @@ declare const InputNumber: {
|
|
|
1523
1523
|
type: StringConstructor;
|
|
1524
1524
|
default: string;
|
|
1525
1525
|
};
|
|
1526
|
-
size: import("vue").PropType<import("
|
|
1526
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1527
1527
|
allowClear: {
|
|
1528
1528
|
type: BooleanConstructor;
|
|
1529
1529
|
default: boolean;
|
|
@@ -1533,7 +1533,7 @@ declare const InputNumber: {
|
|
|
1533
1533
|
default: boolean;
|
|
1534
1534
|
};
|
|
1535
1535
|
readonly: {
|
|
1536
|
-
type: (
|
|
1536
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1537
1537
|
default: boolean;
|
|
1538
1538
|
};
|
|
1539
1539
|
error: {
|
|
@@ -1564,7 +1564,7 @@ declare const InputNumber: {
|
|
|
1564
1564
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1565
1565
|
inputAttrs: ObjectConstructor;
|
|
1566
1566
|
type: {
|
|
1567
|
-
type: import("vue").PropType<
|
|
1567
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1568
1568
|
default: string;
|
|
1569
1569
|
};
|
|
1570
1570
|
fitWidthFallback: {
|
|
@@ -1574,14 +1574,14 @@ declare const InputNumber: {
|
|
|
1574
1574
|
prepend: StringConstructor;
|
|
1575
1575
|
append: StringConstructor;
|
|
1576
1576
|
}>> & Readonly<{
|
|
1577
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1578
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1579
1577
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1580
1578
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1579
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1580
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1581
1581
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1582
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1583
1582
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1584
|
-
|
|
1583
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1584
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1585
1585
|
inputRef: HTMLInputElement | undefined;
|
|
1586
1586
|
focus: () => void | undefined;
|
|
1587
1587
|
blur: () => void | undefined;
|
|
@@ -1599,12 +1599,11 @@ declare const InputNumber: {
|
|
|
1599
1599
|
$: import("vue").ComponentInternalInstance;
|
|
1600
1600
|
$data: {};
|
|
1601
1601
|
$props: Partial<{
|
|
1602
|
-
type: "text" | "password";
|
|
1603
|
-
disabled: boolean;
|
|
1604
|
-
error: boolean;
|
|
1605
|
-
readonly: string | boolean;
|
|
1606
1602
|
defaultValue: string;
|
|
1607
1603
|
allowClear: boolean;
|
|
1604
|
+
disabled: boolean;
|
|
1605
|
+
readonly: string | boolean;
|
|
1606
|
+
error: boolean;
|
|
1608
1607
|
fitWidth: boolean;
|
|
1609
1608
|
maxWFull: boolean;
|
|
1610
1609
|
maxLength: number | {
|
|
@@ -1612,14 +1611,17 @@ declare const InputNumber: {
|
|
|
1612
1611
|
errorOnly?: boolean;
|
|
1613
1612
|
};
|
|
1614
1613
|
showWordLimit: boolean;
|
|
1614
|
+
type: "password" | "text";
|
|
1615
1615
|
fitWidthFallback: string;
|
|
1616
1616
|
}> & Omit<{
|
|
1617
|
-
readonly
|
|
1618
|
-
readonly disabled: boolean;
|
|
1619
|
-
readonly error: boolean;
|
|
1620
|
-
readonly readonly: string | boolean;
|
|
1617
|
+
readonly modelValue?: string | undefined;
|
|
1621
1618
|
readonly defaultValue: string;
|
|
1619
|
+
readonly size?: "large" | "medium" | "mini" | "small" | undefined;
|
|
1622
1620
|
readonly allowClear: boolean;
|
|
1621
|
+
readonly disabled: boolean;
|
|
1622
|
+
readonly readonly: string | boolean;
|
|
1623
|
+
readonly error: boolean;
|
|
1624
|
+
readonly placeholder?: string | undefined;
|
|
1623
1625
|
readonly fitWidth: boolean;
|
|
1624
1626
|
readonly maxWFull: boolean;
|
|
1625
1627
|
readonly maxLength: number | {
|
|
@@ -1627,23 +1629,21 @@ declare const InputNumber: {
|
|
|
1627
1629
|
errorOnly?: boolean;
|
|
1628
1630
|
};
|
|
1629
1631
|
readonly showWordLimit: boolean;
|
|
1630
|
-
readonly
|
|
1631
|
-
readonly
|
|
1632
|
-
readonly modelValue?: string | undefined;
|
|
1633
|
-
readonly placeholder?: string | undefined;
|
|
1632
|
+
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1633
|
+
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1634
1634
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
1635
|
+
readonly type: "password" | "text";
|
|
1636
|
+
readonly fitWidthFallback: string;
|
|
1635
1637
|
readonly prepend?: string | undefined;
|
|
1636
1638
|
readonly append?: string | undefined;
|
|
1637
|
-
readonly wordLength?: ((value: string) => number) | undefined;
|
|
1638
|
-
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
1639
|
-
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1640
|
-
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1641
1639
|
readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1642
1640
|
readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1641
|
+
readonly onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1642
|
+
readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1643
1643
|
readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1644
|
-
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1645
1644
|
readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1646
|
-
|
|
1645
|
+
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1646
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
|
|
1647
1647
|
$attrs: import("vue").Attrs;
|
|
1648
1648
|
$refs: {
|
|
1649
1649
|
[x: string]: unknown;
|
|
@@ -1654,7 +1654,7 @@ declare const InputNumber: {
|
|
|
1654
1654
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1655
1655
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1656
1656
|
$host: Element | null;
|
|
1657
|
-
$emit: ((event: "
|
|
1657
|
+
$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);
|
|
1658
1658
|
$el: any;
|
|
1659
1659
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1660
1660
|
modelValue: StringConstructor;
|
|
@@ -1662,7 +1662,7 @@ declare const InputNumber: {
|
|
|
1662
1662
|
type: StringConstructor;
|
|
1663
1663
|
default: string;
|
|
1664
1664
|
};
|
|
1665
|
-
size: import("vue").PropType<import("
|
|
1665
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1666
1666
|
allowClear: {
|
|
1667
1667
|
type: BooleanConstructor;
|
|
1668
1668
|
default: boolean;
|
|
@@ -1672,7 +1672,7 @@ declare const InputNumber: {
|
|
|
1672
1672
|
default: boolean;
|
|
1673
1673
|
};
|
|
1674
1674
|
readonly: {
|
|
1675
|
-
type: (
|
|
1675
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1676
1676
|
default: boolean;
|
|
1677
1677
|
};
|
|
1678
1678
|
error: {
|
|
@@ -1703,7 +1703,7 @@ declare const InputNumber: {
|
|
|
1703
1703
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1704
1704
|
inputAttrs: ObjectConstructor;
|
|
1705
1705
|
type: {
|
|
1706
|
-
type: import("vue").PropType<
|
|
1706
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1707
1707
|
default: string;
|
|
1708
1708
|
};
|
|
1709
1709
|
fitWidthFallback: {
|
|
@@ -1713,32 +1713,31 @@ declare const InputNumber: {
|
|
|
1713
1713
|
prepend: StringConstructor;
|
|
1714
1714
|
append: StringConstructor;
|
|
1715
1715
|
}>> & Readonly<{
|
|
1716
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1717
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1718
1716
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1719
1717
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1718
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1719
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1720
1720
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1721
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1722
1721
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1722
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1723
1723
|
}>, {
|
|
1724
1724
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1725
1725
|
focus: () => void | undefined;
|
|
1726
1726
|
blur: () => void | undefined;
|
|
1727
1727
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1728
|
-
clear: (_event: MouseEvent) => void;
|
|
1729
|
-
focus: (_event: FocusEvent) => void;
|
|
1730
1728
|
blur: (_event: FocusEvent) => void;
|
|
1731
1729
|
change: (_value: string, _event: Event) => void;
|
|
1730
|
+
clear: (_event: MouseEvent) => void;
|
|
1731
|
+
focus: (_event: FocusEvent) => void;
|
|
1732
1732
|
input: (_value: string, _event: Event) => void;
|
|
1733
|
-
"update:modelValue": (_value: string) => void;
|
|
1734
1733
|
pressEnter: (_event: KeyboardEvent) => void;
|
|
1734
|
+
"update:modelValue": (_value: string) => void;
|
|
1735
1735
|
}, string, {
|
|
1736
|
-
type: "text" | "password";
|
|
1737
|
-
disabled: boolean;
|
|
1738
|
-
error: boolean;
|
|
1739
|
-
readonly: string | boolean;
|
|
1740
1736
|
defaultValue: string;
|
|
1741
1737
|
allowClear: boolean;
|
|
1738
|
+
disabled: boolean;
|
|
1739
|
+
readonly: string | boolean;
|
|
1740
|
+
error: boolean;
|
|
1742
1741
|
fitWidth: boolean;
|
|
1743
1742
|
maxWFull: boolean;
|
|
1744
1743
|
maxLength: number | {
|
|
@@ -1746,34 +1745,34 @@ declare const InputNumber: {
|
|
|
1746
1745
|
errorOnly?: boolean;
|
|
1747
1746
|
};
|
|
1748
1747
|
showWordLimit: boolean;
|
|
1748
|
+
type: "password" | "text";
|
|
1749
1749
|
fitWidthFallback: string;
|
|
1750
1750
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1751
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1752
|
-
created?: (() => void) | (() => void)
|
|
1753
|
-
beforeMount?: (() => void) | (() => void)
|
|
1754
|
-
mounted?: (() => void) | (() => void)
|
|
1755
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1756
|
-
updated?: (() => void) | (() => void)
|
|
1757
|
-
activated?: (() => void) | (() => void)
|
|
1758
|
-
deactivated?: (() => void) | (() => void)
|
|
1759
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1760
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1761
|
-
destroyed?: (() => void) | (() => void)
|
|
1762
|
-
unmounted?: (() => void) | (() => void)
|
|
1763
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1764
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1765
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1751
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1752
|
+
created?: (() => void)[] | (() => void);
|
|
1753
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1754
|
+
mounted?: (() => void)[] | (() => void);
|
|
1755
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1756
|
+
updated?: (() => void)[] | (() => void);
|
|
1757
|
+
activated?: (() => void)[] | (() => void);
|
|
1758
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1759
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1760
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1761
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1762
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1763
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1764
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1765
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1766
1766
|
};
|
|
1767
1767
|
$forceUpdate: () => void;
|
|
1768
1768
|
$nextTick: typeof import("vue").nextTick;
|
|
1769
1769
|
$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;
|
|
1770
1770
|
} & Readonly<{
|
|
1771
|
-
type: "text" | "password";
|
|
1772
|
-
disabled: boolean;
|
|
1773
|
-
error: boolean;
|
|
1774
|
-
readonly: string | boolean;
|
|
1775
1771
|
defaultValue: string;
|
|
1776
1772
|
allowClear: boolean;
|
|
1773
|
+
disabled: boolean;
|
|
1774
|
+
readonly: string | boolean;
|
|
1775
|
+
error: boolean;
|
|
1777
1776
|
fitWidth: boolean;
|
|
1778
1777
|
maxWFull: boolean;
|
|
1779
1778
|
maxLength: number | {
|
|
@@ -1781,6 +1780,7 @@ declare const InputNumber: {
|
|
|
1781
1780
|
errorOnly?: boolean;
|
|
1782
1781
|
};
|
|
1783
1782
|
showWordLimit: boolean;
|
|
1783
|
+
type: "password" | "text";
|
|
1784
1784
|
fitWidthFallback: string;
|
|
1785
1785
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1786
1786
|
modelValue: StringConstructor;
|
|
@@ -1788,7 +1788,7 @@ declare const InputNumber: {
|
|
|
1788
1788
|
type: StringConstructor;
|
|
1789
1789
|
default: string;
|
|
1790
1790
|
};
|
|
1791
|
-
size: import("vue").PropType<import("
|
|
1791
|
+
size: import("vue").PropType<import("..").Size>;
|
|
1792
1792
|
allowClear: {
|
|
1793
1793
|
type: BooleanConstructor;
|
|
1794
1794
|
default: boolean;
|
|
@@ -1798,7 +1798,7 @@ declare const InputNumber: {
|
|
|
1798
1798
|
default: boolean;
|
|
1799
1799
|
};
|
|
1800
1800
|
readonly: {
|
|
1801
|
-
type: (
|
|
1801
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1802
1802
|
default: boolean;
|
|
1803
1803
|
};
|
|
1804
1804
|
error: {
|
|
@@ -1829,7 +1829,7 @@ declare const InputNumber: {
|
|
|
1829
1829
|
wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
|
|
1830
1830
|
inputAttrs: ObjectConstructor;
|
|
1831
1831
|
type: {
|
|
1832
|
-
type: import("vue").PropType<
|
|
1832
|
+
type: import("vue").PropType<'text' | 'password'>;
|
|
1833
1833
|
default: string;
|
|
1834
1834
|
};
|
|
1835
1835
|
fitWidthFallback: {
|
|
@@ -1839,14 +1839,14 @@ declare const InputNumber: {
|
|
|
1839
1839
|
prepend: StringConstructor;
|
|
1840
1840
|
append: StringConstructor;
|
|
1841
1841
|
}>> & Readonly<{
|
|
1842
|
-
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1843
|
-
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1844
1842
|
onBlur?: ((_event: FocusEvent) => any) | undefined;
|
|
1845
1843
|
onChange?: ((_value: string, _event: Event) => any) | undefined;
|
|
1844
|
+
onClear?: ((_event: MouseEvent) => any) | undefined;
|
|
1845
|
+
onFocus?: ((_event: FocusEvent) => any) | undefined;
|
|
1846
1846
|
onInput?: ((_value: string, _event: Event) => any) | undefined;
|
|
1847
|
-
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1848
1847
|
onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
|
|
1849
|
-
|
|
1848
|
+
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1849
|
+
}>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
|
|
1850
1850
|
inputRef: HTMLInputElement | undefined;
|
|
1851
1851
|
focus: () => void | undefined;
|
|
1852
1852
|
blur: () => void | undefined;
|
|
@@ -1864,27 +1864,27 @@ declare const InputNumber: {
|
|
|
1864
1864
|
focus: () => void | undefined;
|
|
1865
1865
|
blur: () => void | undefined;
|
|
1866
1866
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1867
|
-
clear: (_event: Event) => void;
|
|
1868
|
-
focus: (_event: FocusEvent) => void;
|
|
1869
1867
|
blur: (_event: FocusEvent) => void;
|
|
1870
1868
|
change: (_value: string | number | null | undefined, _event: Event) => void;
|
|
1869
|
+
clear: (_event: Event) => void;
|
|
1870
|
+
focus: (_event: FocusEvent) => void;
|
|
1871
1871
|
input: (_value: string | number | null | undefined, _inputValue: string, _event: Event) => void;
|
|
1872
1872
|
keydown: (_event: KeyboardEvent) => void;
|
|
1873
1873
|
"update:modelValue": (_value: string | number | null | undefined) => void;
|
|
1874
1874
|
}, string, {
|
|
1875
|
+
mode: "button" | "embed";
|
|
1876
|
+
step: number;
|
|
1875
1877
|
disabled: boolean;
|
|
1876
1878
|
error: boolean;
|
|
1877
|
-
readonly: string | boolean;
|
|
1878
|
-
allowClear: boolean;
|
|
1879
|
-
fitWidth: boolean;
|
|
1880
|
-
maxWFull: boolean;
|
|
1881
1879
|
max: number;
|
|
1882
|
-
mode: "embed" | "button";
|
|
1883
|
-
step: number;
|
|
1884
1880
|
min: number;
|
|
1881
|
+
fitWidth: boolean;
|
|
1882
|
+
maxWFull: boolean;
|
|
1885
1883
|
hideButton: boolean;
|
|
1886
1884
|
stringMode: boolean;
|
|
1885
|
+
allowClear: boolean;
|
|
1887
1886
|
modelEvent: "change" | "input";
|
|
1887
|
+
readonly: string | boolean;
|
|
1888
1888
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1889
1889
|
$slots: {
|
|
1890
1890
|
prepend?: (props: {}) => any;
|