@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
|
@@ -1,935 +0,0 @@
|
|
|
1
|
-
import type { UnknownRecord } from 'type-fest';
|
|
2
|
-
import type { VNode } from 'vue';
|
|
3
|
-
import { nextTick } from 'vue';
|
|
4
|
-
import type { TableData } from '../table';
|
|
5
|
-
import type { ToolbarModelValue } from '../toolbar';
|
|
6
|
-
import type { BasicCrudTableActionSlotProps, BasicCrudTableDataResult, BasicCrudTableModalSubmitContext, BasicCrudTableProps } from './types';
|
|
7
|
-
type __VLS_Slots = {
|
|
8
|
-
[key: `header__${string}`]: ((data: UnknownRecord) => VNode[]) | undefined;
|
|
9
|
-
[key: `toolbar__${string}`]: ((data: UnknownRecord) => VNode[]) | undefined;
|
|
10
|
-
[key: `table__${string}`]: ((data: BasicCrudTableActionSlotProps) => VNode[]) | undefined;
|
|
11
|
-
[key: `modal__${string}`]: ((data: UnknownRecord) => VNode[]) | undefined;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_Props = BasicCrudTableProps<TableData>;
|
|
14
|
-
declare function handleFetchData(fetchParams?: UnknownRecord): Promise<void>;
|
|
15
|
-
declare function handleSearch(): Promise<void>;
|
|
16
|
-
declare function handleReset(): Promise<void>;
|
|
17
|
-
declare function resetToolbar(): void;
|
|
18
|
-
declare function reset(): Promise<void>;
|
|
19
|
-
declare function handleCreate(): void;
|
|
20
|
-
declare function handleEdit(row: TableData, context?: unknown): Promise<void>;
|
|
21
|
-
declare function executeDelete(row: TableData, context?: unknown): Promise<boolean>;
|
|
22
|
-
type __VLS_ModelProps = {
|
|
23
|
-
'loading'?: boolean;
|
|
24
|
-
'toolbarModel'?: ToolbarModelValue;
|
|
25
|
-
'tableData'?: TableData[];
|
|
26
|
-
'modalModel'?: UnknownRecord;
|
|
27
|
-
'modalVisible'?: boolean;
|
|
28
|
-
};
|
|
29
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
30
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
31
|
-
fetchTableData: typeof handleFetchData;
|
|
32
|
-
search: typeof handleSearch;
|
|
33
|
-
reset: typeof reset;
|
|
34
|
-
resetToolbar: typeof resetToolbar;
|
|
35
|
-
resetTable: typeof handleReset;
|
|
36
|
-
create: typeof handleCreate;
|
|
37
|
-
edit: typeof handleEdit;
|
|
38
|
-
delete: typeof executeDelete;
|
|
39
|
-
tableData: import("vue").ComputedRef<TableData[]>;
|
|
40
|
-
fetchData: import("vue").ComputedRef<unknown>;
|
|
41
|
-
isCreate: import("vue").ComputedRef<boolean>;
|
|
42
|
-
modalRef: import("vue").ShallowRef<({
|
|
43
|
-
$: import("vue").ComponentInternalInstance;
|
|
44
|
-
$data: {};
|
|
45
|
-
$props: {
|
|
46
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps | undefined;
|
|
47
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps | undefined;
|
|
48
|
-
readonly createApi?: ((data: UnknownRecord) => import("./types").MaybePromise<unknown>) | undefined;
|
|
49
|
-
readonly updateApi?: ((data: UnknownRecord) => import("./types").MaybePromise<unknown>) | undefined;
|
|
50
|
-
readonly detailApi?: ((row: TableData) => import("./types").MaybePromise<UnknownRecord>) | undefined;
|
|
51
|
-
readonly valueTransformer?: ((data: UnknownRecord) => UnknownRecord) | undefined;
|
|
52
|
-
readonly beforeSubmit?: ((context: BasicCrudTableModalSubmitContext<TableData>) => import("./types").MaybePromise<boolean | void>) | undefined;
|
|
53
|
-
readonly visible?: boolean | undefined;
|
|
54
|
-
readonly model?: UnknownRecord | undefined;
|
|
55
|
-
readonly onSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
56
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
57
|
-
readonly onClose?: (() => any) | undefined;
|
|
58
|
-
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
59
|
-
readonly "onUpdate:model"?: ((value: UnknownRecord) => any) | undefined;
|
|
60
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
61
|
-
$attrs: import("vue").Attrs;
|
|
62
|
-
$refs: {
|
|
63
|
-
[x: string]: unknown;
|
|
64
|
-
};
|
|
65
|
-
$slots: Readonly<{
|
|
66
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
67
|
-
}>;
|
|
68
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
69
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
70
|
-
$host: Element | null;
|
|
71
|
-
$emit: ((event: "success", result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => void) & ((event: "error", error: unknown) => void) & ((event: "close") => void) & ((event: "update:visible", value: boolean) => void) & ((event: "update:model", value: UnknownRecord) => void);
|
|
72
|
-
$el: any;
|
|
73
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
74
|
-
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
75
|
-
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
76
|
-
createApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
77
|
-
updateApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
78
|
-
detailApi?: (row: TableData) => import("./types").MaybePromise<UnknownRecord>;
|
|
79
|
-
valueTransformer?: (data: UnknownRecord) => UnknownRecord;
|
|
80
|
-
beforeSubmit?: (context: BasicCrudTableModalSubmitContext<TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
81
|
-
} & {
|
|
82
|
-
visible?: boolean;
|
|
83
|
-
model?: UnknownRecord;
|
|
84
|
-
}> & Readonly<{
|
|
85
|
-
onSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
86
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
87
|
-
onClose?: (() => any) | undefined;
|
|
88
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
89
|
-
"onUpdate:model"?: ((value: UnknownRecord) => any) | undefined;
|
|
90
|
-
}>, {
|
|
91
|
-
open: (row?: TableData) => Promise<boolean>;
|
|
92
|
-
type: import("vue").ComputedRef<"create" | "edit">;
|
|
93
|
-
formRef: import("vue").ShallowRef<({
|
|
94
|
-
$: import("vue").ComponentInternalInstance;
|
|
95
|
-
$data: {};
|
|
96
|
-
$props: {
|
|
97
|
-
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
98
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
99
|
-
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
100
|
-
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
101
|
-
readonly hideLabel?: boolean | undefined;
|
|
102
|
-
readonly hideAsterisk?: boolean | undefined;
|
|
103
|
-
readonly showColon?: boolean | undefined;
|
|
104
|
-
readonly component?: (string | import("vue").Component) | undefined;
|
|
105
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
106
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
107
|
-
$attrs: import("vue").Attrs;
|
|
108
|
-
$refs: {
|
|
109
|
-
[x: string]: unknown;
|
|
110
|
-
};
|
|
111
|
-
$slots: Readonly<{
|
|
112
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
113
|
-
}>;
|
|
114
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
115
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
116
|
-
$host: Element | null;
|
|
117
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
118
|
-
$el: any;
|
|
119
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
120
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
121
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
122
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
123
|
-
model?: import("../index.ts").JsonFormModel;
|
|
124
|
-
hideLabel?: boolean;
|
|
125
|
-
hideAsterisk?: boolean;
|
|
126
|
-
showColon?: boolean;
|
|
127
|
-
component?: string | import("vue").Component;
|
|
128
|
-
}> & Readonly<{
|
|
129
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
130
|
-
}>, {
|
|
131
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
132
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
133
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
134
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
135
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
136
|
-
scrollToField: (field: string) => void | undefined;
|
|
137
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
138
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
139
|
-
}, string, {
|
|
140
|
-
component: string | import("vue").Component;
|
|
141
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
142
|
-
showColon: boolean;
|
|
143
|
-
hideLabel: boolean;
|
|
144
|
-
hideAsterisk: boolean;
|
|
145
|
-
model: import("../index.ts").JsonFormModel;
|
|
146
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
147
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
148
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
149
|
-
created?: (() => void) | (() => void)[];
|
|
150
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
151
|
-
mounted?: (() => void) | (() => void)[];
|
|
152
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
153
|
-
updated?: (() => void) | (() => void)[];
|
|
154
|
-
activated?: (() => void) | (() => void)[];
|
|
155
|
-
deactivated?: (() => void) | (() => void)[];
|
|
156
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
157
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
158
|
-
destroyed?: (() => void) | (() => void)[];
|
|
159
|
-
unmounted?: (() => void) | (() => void)[];
|
|
160
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
161
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
162
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
163
|
-
};
|
|
164
|
-
$forceUpdate: () => void;
|
|
165
|
-
$nextTick: typeof nextTick;
|
|
166
|
-
$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;
|
|
167
|
-
} & Readonly<{
|
|
168
|
-
component: string | import("vue").Component;
|
|
169
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
170
|
-
showColon: boolean;
|
|
171
|
-
hideLabel: boolean;
|
|
172
|
-
hideAsterisk: boolean;
|
|
173
|
-
model: import("../index.ts").JsonFormModel;
|
|
174
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
175
|
-
}> & Omit<Readonly<{
|
|
176
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
177
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
178
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
179
|
-
model?: import("../index.ts").JsonFormModel;
|
|
180
|
-
hideLabel?: boolean;
|
|
181
|
-
hideAsterisk?: boolean;
|
|
182
|
-
showColon?: boolean;
|
|
183
|
-
component?: string | import("vue").Component;
|
|
184
|
-
}> & Readonly<{
|
|
185
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
186
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
187
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
188
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
189
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
190
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
191
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
192
|
-
scrollToField: (field: string) => void | undefined;
|
|
193
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
194
|
-
$slots: {
|
|
195
|
-
[x: string]: ((props: {
|
|
196
|
-
[x: string]: unknown;
|
|
197
|
-
}) => any) | undefined;
|
|
198
|
-
} & {
|
|
199
|
-
default?: (props: {}) => any;
|
|
200
|
-
};
|
|
201
|
-
}) | undefined, ({
|
|
202
|
-
$: import("vue").ComponentInternalInstance;
|
|
203
|
-
$data: {};
|
|
204
|
-
$props: {
|
|
205
|
-
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
206
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
207
|
-
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
208
|
-
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
209
|
-
readonly hideLabel?: boolean | undefined;
|
|
210
|
-
readonly hideAsterisk?: boolean | undefined;
|
|
211
|
-
readonly showColon?: boolean | undefined;
|
|
212
|
-
readonly component?: (string | import("vue").Component) | undefined;
|
|
213
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
214
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
215
|
-
$attrs: import("vue").Attrs;
|
|
216
|
-
$refs: {
|
|
217
|
-
[x: string]: unknown;
|
|
218
|
-
};
|
|
219
|
-
$slots: Readonly<{
|
|
220
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
221
|
-
}>;
|
|
222
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
223
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
224
|
-
$host: Element | null;
|
|
225
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
226
|
-
$el: any;
|
|
227
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
228
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
229
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
230
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
231
|
-
model?: import("../index.ts").JsonFormModel;
|
|
232
|
-
hideLabel?: boolean;
|
|
233
|
-
hideAsterisk?: boolean;
|
|
234
|
-
showColon?: boolean;
|
|
235
|
-
component?: string | import("vue").Component;
|
|
236
|
-
}> & Readonly<{
|
|
237
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
238
|
-
}>, {
|
|
239
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
240
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
241
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
242
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
243
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
244
|
-
scrollToField: (field: string) => void | undefined;
|
|
245
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
246
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
247
|
-
}, string, {
|
|
248
|
-
component: string | import("vue").Component;
|
|
249
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
250
|
-
showColon: boolean;
|
|
251
|
-
hideLabel: boolean;
|
|
252
|
-
hideAsterisk: boolean;
|
|
253
|
-
model: import("../index.ts").JsonFormModel;
|
|
254
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
255
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
256
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
257
|
-
created?: (() => void) | (() => void)[];
|
|
258
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
259
|
-
mounted?: (() => void) | (() => void)[];
|
|
260
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
261
|
-
updated?: (() => void) | (() => void)[];
|
|
262
|
-
activated?: (() => void) | (() => void)[];
|
|
263
|
-
deactivated?: (() => void) | (() => void)[];
|
|
264
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
265
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
266
|
-
destroyed?: (() => void) | (() => void)[];
|
|
267
|
-
unmounted?: (() => void) | (() => void)[];
|
|
268
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
269
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
270
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
271
|
-
};
|
|
272
|
-
$forceUpdate: () => void;
|
|
273
|
-
$nextTick: typeof nextTick;
|
|
274
|
-
$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;
|
|
275
|
-
} & Readonly<{
|
|
276
|
-
component: string | import("vue").Component;
|
|
277
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
278
|
-
showColon: boolean;
|
|
279
|
-
hideLabel: boolean;
|
|
280
|
-
hideAsterisk: boolean;
|
|
281
|
-
model: import("../index.ts").JsonFormModel;
|
|
282
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
283
|
-
}> & Omit<Readonly<{
|
|
284
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
285
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
286
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
287
|
-
model?: import("../index.ts").JsonFormModel;
|
|
288
|
-
hideLabel?: boolean;
|
|
289
|
-
hideAsterisk?: boolean;
|
|
290
|
-
showColon?: boolean;
|
|
291
|
-
component?: string | import("vue").Component;
|
|
292
|
-
}> & Readonly<{
|
|
293
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
294
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
295
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
296
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
297
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
298
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
299
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
300
|
-
scrollToField: (field: string) => void | undefined;
|
|
301
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
302
|
-
$slots: {
|
|
303
|
-
[x: string]: ((props: {
|
|
304
|
-
[x: string]: unknown;
|
|
305
|
-
}) => any) | undefined;
|
|
306
|
-
} & {
|
|
307
|
-
default?: (props: {}) => any;
|
|
308
|
-
};
|
|
309
|
-
}) | undefined>;
|
|
310
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
311
|
-
success: (result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any;
|
|
312
|
-
error: (error: unknown) => any;
|
|
313
|
-
close: () => any;
|
|
314
|
-
"update:visible": (value: boolean) => any;
|
|
315
|
-
"update:model": (value: UnknownRecord) => any;
|
|
316
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
317
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
318
|
-
created?: (() => void) | (() => void)[];
|
|
319
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
320
|
-
mounted?: (() => void) | (() => void)[];
|
|
321
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
322
|
-
updated?: (() => void) | (() => void)[];
|
|
323
|
-
activated?: (() => void) | (() => void)[];
|
|
324
|
-
deactivated?: (() => void) | (() => void)[];
|
|
325
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
326
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
327
|
-
destroyed?: (() => void) | (() => void)[];
|
|
328
|
-
unmounted?: (() => void) | (() => void)[];
|
|
329
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
330
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
331
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
332
|
-
};
|
|
333
|
-
$forceUpdate: () => void;
|
|
334
|
-
$nextTick: typeof nextTick;
|
|
335
|
-
$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;
|
|
336
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
337
|
-
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
338
|
-
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
339
|
-
createApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
340
|
-
updateApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
341
|
-
detailApi?: (row: TableData) => import("./types").MaybePromise<UnknownRecord>;
|
|
342
|
-
valueTransformer?: (data: UnknownRecord) => UnknownRecord;
|
|
343
|
-
beforeSubmit?: (context: BasicCrudTableModalSubmitContext<TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
344
|
-
} & {
|
|
345
|
-
visible?: boolean;
|
|
346
|
-
model?: UnknownRecord;
|
|
347
|
-
}> & Readonly<{
|
|
348
|
-
onSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
349
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
350
|
-
onClose?: (() => any) | undefined;
|
|
351
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
352
|
-
"onUpdate:model"?: ((value: UnknownRecord) => any) | undefined;
|
|
353
|
-
}>, "type" | "open" | "formRef"> & {
|
|
354
|
-
open: (row?: TableData) => Promise<boolean>;
|
|
355
|
-
type: "create" | "edit";
|
|
356
|
-
formRef: ({
|
|
357
|
-
$: import("vue").ComponentInternalInstance;
|
|
358
|
-
$data: {};
|
|
359
|
-
$props: {
|
|
360
|
-
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
361
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
362
|
-
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
363
|
-
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
364
|
-
readonly hideLabel?: boolean | undefined;
|
|
365
|
-
readonly hideAsterisk?: boolean | undefined;
|
|
366
|
-
readonly showColon?: boolean | undefined;
|
|
367
|
-
readonly component?: (string | import("vue").Component) | undefined;
|
|
368
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
369
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
370
|
-
$attrs: import("vue").Attrs;
|
|
371
|
-
$refs: {
|
|
372
|
-
[x: string]: unknown;
|
|
373
|
-
};
|
|
374
|
-
$slots: Readonly<{
|
|
375
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
376
|
-
}>;
|
|
377
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
378
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
379
|
-
$host: Element | null;
|
|
380
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
381
|
-
$el: any;
|
|
382
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
383
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
384
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
385
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
386
|
-
model?: import("../index.ts").JsonFormModel;
|
|
387
|
-
hideLabel?: boolean;
|
|
388
|
-
hideAsterisk?: boolean;
|
|
389
|
-
showColon?: boolean;
|
|
390
|
-
component?: string | import("vue").Component;
|
|
391
|
-
}> & Readonly<{
|
|
392
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
393
|
-
}>, {
|
|
394
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
395
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
396
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
397
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
398
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
399
|
-
scrollToField: (field: string) => void | undefined;
|
|
400
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
401
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
402
|
-
}, string, {
|
|
403
|
-
component: string | import("vue").Component;
|
|
404
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
405
|
-
showColon: boolean;
|
|
406
|
-
hideLabel: boolean;
|
|
407
|
-
hideAsterisk: boolean;
|
|
408
|
-
model: import("../index.ts").JsonFormModel;
|
|
409
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
410
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
411
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
412
|
-
created?: (() => void) | (() => void)[];
|
|
413
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
414
|
-
mounted?: (() => void) | (() => void)[];
|
|
415
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
416
|
-
updated?: (() => void) | (() => void)[];
|
|
417
|
-
activated?: (() => void) | (() => void)[];
|
|
418
|
-
deactivated?: (() => void) | (() => void)[];
|
|
419
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
420
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
421
|
-
destroyed?: (() => void) | (() => void)[];
|
|
422
|
-
unmounted?: (() => void) | (() => void)[];
|
|
423
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
424
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
425
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
426
|
-
};
|
|
427
|
-
$forceUpdate: () => void;
|
|
428
|
-
$nextTick: typeof nextTick;
|
|
429
|
-
$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;
|
|
430
|
-
} & Readonly<{
|
|
431
|
-
component: string | import("vue").Component;
|
|
432
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
433
|
-
showColon: boolean;
|
|
434
|
-
hideLabel: boolean;
|
|
435
|
-
hideAsterisk: boolean;
|
|
436
|
-
model: import("../index.ts").JsonFormModel;
|
|
437
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
438
|
-
}> & Omit<Readonly<{
|
|
439
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
440
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
441
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
442
|
-
model?: import("../index.ts").JsonFormModel;
|
|
443
|
-
hideLabel?: boolean;
|
|
444
|
-
hideAsterisk?: boolean;
|
|
445
|
-
showColon?: boolean;
|
|
446
|
-
component?: string | import("vue").Component;
|
|
447
|
-
}> & Readonly<{
|
|
448
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
449
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
450
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
451
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
452
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
453
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
454
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
455
|
-
scrollToField: (field: string) => void | undefined;
|
|
456
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
457
|
-
$slots: {
|
|
458
|
-
[x: string]: ((props: {
|
|
459
|
-
[x: string]: unknown;
|
|
460
|
-
}) => any) | undefined;
|
|
461
|
-
} & {
|
|
462
|
-
default?: (props: {}) => any;
|
|
463
|
-
};
|
|
464
|
-
}) | undefined;
|
|
465
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
466
|
-
$slots: {
|
|
467
|
-
[name: string]: ((props: UnknownRecord) => VNode[]) | undefined;
|
|
468
|
-
};
|
|
469
|
-
}) | undefined, ({
|
|
470
|
-
$: import("vue").ComponentInternalInstance;
|
|
471
|
-
$data: {};
|
|
472
|
-
$props: {
|
|
473
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps | undefined;
|
|
474
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps | undefined;
|
|
475
|
-
readonly createApi?: ((data: UnknownRecord) => import("./types").MaybePromise<unknown>) | undefined;
|
|
476
|
-
readonly updateApi?: ((data: UnknownRecord) => import("./types").MaybePromise<unknown>) | undefined;
|
|
477
|
-
readonly detailApi?: ((row: TableData) => import("./types").MaybePromise<UnknownRecord>) | undefined;
|
|
478
|
-
readonly valueTransformer?: ((data: UnknownRecord) => UnknownRecord) | undefined;
|
|
479
|
-
readonly beforeSubmit?: ((context: BasicCrudTableModalSubmitContext<TableData>) => import("./types").MaybePromise<boolean | void>) | undefined;
|
|
480
|
-
readonly visible?: boolean | undefined;
|
|
481
|
-
readonly model?: UnknownRecord | undefined;
|
|
482
|
-
readonly onSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
483
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
484
|
-
readonly onClose?: (() => any) | undefined;
|
|
485
|
-
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
486
|
-
readonly "onUpdate:model"?: ((value: UnknownRecord) => any) | undefined;
|
|
487
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
488
|
-
$attrs: import("vue").Attrs;
|
|
489
|
-
$refs: {
|
|
490
|
-
[x: string]: unknown;
|
|
491
|
-
};
|
|
492
|
-
$slots: Readonly<{
|
|
493
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
494
|
-
}>;
|
|
495
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
496
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
497
|
-
$host: Element | null;
|
|
498
|
-
$emit: ((event: "success", result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => void) & ((event: "error", error: unknown) => void) & ((event: "close") => void) & ((event: "update:visible", value: boolean) => void) & ((event: "update:model", value: UnknownRecord) => void);
|
|
499
|
-
$el: any;
|
|
500
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
501
|
-
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
502
|
-
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
503
|
-
createApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
504
|
-
updateApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
505
|
-
detailApi?: (row: TableData) => import("./types").MaybePromise<UnknownRecord>;
|
|
506
|
-
valueTransformer?: (data: UnknownRecord) => UnknownRecord;
|
|
507
|
-
beforeSubmit?: (context: BasicCrudTableModalSubmitContext<TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
508
|
-
} & {
|
|
509
|
-
visible?: boolean;
|
|
510
|
-
model?: UnknownRecord;
|
|
511
|
-
}> & Readonly<{
|
|
512
|
-
onSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
513
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
514
|
-
onClose?: (() => any) | undefined;
|
|
515
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
516
|
-
"onUpdate:model"?: ((value: UnknownRecord) => any) | undefined;
|
|
517
|
-
}>, {
|
|
518
|
-
open: (row?: TableData) => Promise<boolean>;
|
|
519
|
-
type: import("vue").ComputedRef<"create" | "edit">;
|
|
520
|
-
formRef: import("vue").ShallowRef<({
|
|
521
|
-
$: import("vue").ComponentInternalInstance;
|
|
522
|
-
$data: {};
|
|
523
|
-
$props: {
|
|
524
|
-
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
525
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
526
|
-
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
527
|
-
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
528
|
-
readonly hideLabel?: boolean | undefined;
|
|
529
|
-
readonly hideAsterisk?: boolean | undefined;
|
|
530
|
-
readonly showColon?: boolean | undefined;
|
|
531
|
-
readonly component?: (string | import("vue").Component) | undefined;
|
|
532
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
533
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
534
|
-
$attrs: import("vue").Attrs;
|
|
535
|
-
$refs: {
|
|
536
|
-
[x: string]: unknown;
|
|
537
|
-
};
|
|
538
|
-
$slots: Readonly<{
|
|
539
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
540
|
-
}>;
|
|
541
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
542
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
543
|
-
$host: Element | null;
|
|
544
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
545
|
-
$el: any;
|
|
546
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
547
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
548
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
549
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
550
|
-
model?: import("../index.ts").JsonFormModel;
|
|
551
|
-
hideLabel?: boolean;
|
|
552
|
-
hideAsterisk?: boolean;
|
|
553
|
-
showColon?: boolean;
|
|
554
|
-
component?: string | import("vue").Component;
|
|
555
|
-
}> & Readonly<{
|
|
556
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
557
|
-
}>, {
|
|
558
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
559
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
560
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
561
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
562
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
563
|
-
scrollToField: (field: string) => void | undefined;
|
|
564
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
565
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
566
|
-
}, string, {
|
|
567
|
-
component: string | import("vue").Component;
|
|
568
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
569
|
-
showColon: boolean;
|
|
570
|
-
hideLabel: boolean;
|
|
571
|
-
hideAsterisk: boolean;
|
|
572
|
-
model: import("../index.ts").JsonFormModel;
|
|
573
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
574
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
575
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
576
|
-
created?: (() => void) | (() => void)[];
|
|
577
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
578
|
-
mounted?: (() => void) | (() => void)[];
|
|
579
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
580
|
-
updated?: (() => void) | (() => void)[];
|
|
581
|
-
activated?: (() => void) | (() => void)[];
|
|
582
|
-
deactivated?: (() => void) | (() => void)[];
|
|
583
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
584
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
585
|
-
destroyed?: (() => void) | (() => void)[];
|
|
586
|
-
unmounted?: (() => void) | (() => void)[];
|
|
587
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
588
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
589
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
590
|
-
};
|
|
591
|
-
$forceUpdate: () => void;
|
|
592
|
-
$nextTick: typeof nextTick;
|
|
593
|
-
$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;
|
|
594
|
-
} & Readonly<{
|
|
595
|
-
component: string | import("vue").Component;
|
|
596
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
597
|
-
showColon: boolean;
|
|
598
|
-
hideLabel: boolean;
|
|
599
|
-
hideAsterisk: boolean;
|
|
600
|
-
model: import("../index.ts").JsonFormModel;
|
|
601
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
602
|
-
}> & Omit<Readonly<{
|
|
603
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
604
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
605
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
606
|
-
model?: import("../index.ts").JsonFormModel;
|
|
607
|
-
hideLabel?: boolean;
|
|
608
|
-
hideAsterisk?: boolean;
|
|
609
|
-
showColon?: boolean;
|
|
610
|
-
component?: string | import("vue").Component;
|
|
611
|
-
}> & Readonly<{
|
|
612
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
613
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
614
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
615
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
616
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
617
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
618
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
619
|
-
scrollToField: (field: string) => void | undefined;
|
|
620
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
621
|
-
$slots: {
|
|
622
|
-
[x: string]: ((props: {
|
|
623
|
-
[x: string]: unknown;
|
|
624
|
-
}) => any) | undefined;
|
|
625
|
-
} & {
|
|
626
|
-
default?: (props: {}) => any;
|
|
627
|
-
};
|
|
628
|
-
}) | undefined, ({
|
|
629
|
-
$: import("vue").ComponentInternalInstance;
|
|
630
|
-
$data: {};
|
|
631
|
-
$props: {
|
|
632
|
-
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
633
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
634
|
-
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
635
|
-
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
636
|
-
readonly hideLabel?: boolean | undefined;
|
|
637
|
-
readonly hideAsterisk?: boolean | undefined;
|
|
638
|
-
readonly showColon?: boolean | undefined;
|
|
639
|
-
readonly component?: (string | import("vue").Component) | undefined;
|
|
640
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
641
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
642
|
-
$attrs: import("vue").Attrs;
|
|
643
|
-
$refs: {
|
|
644
|
-
[x: string]: unknown;
|
|
645
|
-
};
|
|
646
|
-
$slots: Readonly<{
|
|
647
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
648
|
-
}>;
|
|
649
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
650
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
651
|
-
$host: Element | null;
|
|
652
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
653
|
-
$el: any;
|
|
654
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
655
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
656
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
657
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
658
|
-
model?: import("../index.ts").JsonFormModel;
|
|
659
|
-
hideLabel?: boolean;
|
|
660
|
-
hideAsterisk?: boolean;
|
|
661
|
-
showColon?: boolean;
|
|
662
|
-
component?: string | import("vue").Component;
|
|
663
|
-
}> & Readonly<{
|
|
664
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
665
|
-
}>, {
|
|
666
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
667
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
668
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
669
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
670
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
671
|
-
scrollToField: (field: string) => void | undefined;
|
|
672
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
673
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
674
|
-
}, string, {
|
|
675
|
-
component: string | import("vue").Component;
|
|
676
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
677
|
-
showColon: boolean;
|
|
678
|
-
hideLabel: boolean;
|
|
679
|
-
hideAsterisk: boolean;
|
|
680
|
-
model: import("../index.ts").JsonFormModel;
|
|
681
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
682
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
683
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
684
|
-
created?: (() => void) | (() => void)[];
|
|
685
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
686
|
-
mounted?: (() => void) | (() => void)[];
|
|
687
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
688
|
-
updated?: (() => void) | (() => void)[];
|
|
689
|
-
activated?: (() => void) | (() => void)[];
|
|
690
|
-
deactivated?: (() => void) | (() => void)[];
|
|
691
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
692
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
693
|
-
destroyed?: (() => void) | (() => void)[];
|
|
694
|
-
unmounted?: (() => void) | (() => void)[];
|
|
695
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
696
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
697
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
698
|
-
};
|
|
699
|
-
$forceUpdate: () => void;
|
|
700
|
-
$nextTick: typeof nextTick;
|
|
701
|
-
$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;
|
|
702
|
-
} & Readonly<{
|
|
703
|
-
component: string | import("vue").Component;
|
|
704
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
705
|
-
showColon: boolean;
|
|
706
|
-
hideLabel: boolean;
|
|
707
|
-
hideAsterisk: boolean;
|
|
708
|
-
model: import("../index.ts").JsonFormModel;
|
|
709
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
710
|
-
}> & Omit<Readonly<{
|
|
711
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
712
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
713
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
714
|
-
model?: import("../index.ts").JsonFormModel;
|
|
715
|
-
hideLabel?: boolean;
|
|
716
|
-
hideAsterisk?: boolean;
|
|
717
|
-
showColon?: boolean;
|
|
718
|
-
component?: string | import("vue").Component;
|
|
719
|
-
}> & Readonly<{
|
|
720
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
721
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
722
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
723
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
724
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
725
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
726
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
727
|
-
scrollToField: (field: string) => void | undefined;
|
|
728
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
729
|
-
$slots: {
|
|
730
|
-
[x: string]: ((props: {
|
|
731
|
-
[x: string]: unknown;
|
|
732
|
-
}) => any) | undefined;
|
|
733
|
-
} & {
|
|
734
|
-
default?: (props: {}) => any;
|
|
735
|
-
};
|
|
736
|
-
}) | undefined>;
|
|
737
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
738
|
-
success: (result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any;
|
|
739
|
-
error: (error: unknown) => any;
|
|
740
|
-
close: () => any;
|
|
741
|
-
"update:visible": (value: boolean) => any;
|
|
742
|
-
"update:model": (value: UnknownRecord) => any;
|
|
743
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
744
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
745
|
-
created?: (() => void) | (() => void)[];
|
|
746
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
747
|
-
mounted?: (() => void) | (() => void)[];
|
|
748
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
749
|
-
updated?: (() => void) | (() => void)[];
|
|
750
|
-
activated?: (() => void) | (() => void)[];
|
|
751
|
-
deactivated?: (() => void) | (() => void)[];
|
|
752
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
753
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
754
|
-
destroyed?: (() => void) | (() => void)[];
|
|
755
|
-
unmounted?: (() => void) | (() => void)[];
|
|
756
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
757
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
758
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
759
|
-
};
|
|
760
|
-
$forceUpdate: () => void;
|
|
761
|
-
$nextTick: typeof nextTick;
|
|
762
|
-
$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;
|
|
763
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
764
|
-
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
765
|
-
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
766
|
-
createApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
767
|
-
updateApi?: (data: UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
768
|
-
detailApi?: (row: TableData) => import("./types").MaybePromise<UnknownRecord>;
|
|
769
|
-
valueTransformer?: (data: UnknownRecord) => UnknownRecord;
|
|
770
|
-
beforeSubmit?: (context: BasicCrudTableModalSubmitContext<TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
771
|
-
} & {
|
|
772
|
-
visible?: boolean;
|
|
773
|
-
model?: UnknownRecord;
|
|
774
|
-
}> & Readonly<{
|
|
775
|
-
onSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
776
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
777
|
-
onClose?: (() => any) | undefined;
|
|
778
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
779
|
-
"onUpdate:model"?: ((value: UnknownRecord) => any) | undefined;
|
|
780
|
-
}>, "type" | "open" | "formRef"> & {
|
|
781
|
-
open: (row?: TableData) => Promise<boolean>;
|
|
782
|
-
type: "create" | "edit";
|
|
783
|
-
formRef: ({
|
|
784
|
-
$: import("vue").ComponentInternalInstance;
|
|
785
|
-
$data: {};
|
|
786
|
-
$props: {
|
|
787
|
-
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
788
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
789
|
-
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
790
|
-
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
791
|
-
readonly hideLabel?: boolean | undefined;
|
|
792
|
-
readonly hideAsterisk?: boolean | undefined;
|
|
793
|
-
readonly showColon?: boolean | undefined;
|
|
794
|
-
readonly component?: (string | import("vue").Component) | undefined;
|
|
795
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
796
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
797
|
-
$attrs: import("vue").Attrs;
|
|
798
|
-
$refs: {
|
|
799
|
-
[x: string]: unknown;
|
|
800
|
-
};
|
|
801
|
-
$slots: Readonly<{
|
|
802
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
803
|
-
}>;
|
|
804
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
805
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
806
|
-
$host: Element | null;
|
|
807
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
808
|
-
$el: any;
|
|
809
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
810
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
811
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
812
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
813
|
-
model?: import("../index.ts").JsonFormModel;
|
|
814
|
-
hideLabel?: boolean;
|
|
815
|
-
hideAsterisk?: boolean;
|
|
816
|
-
showColon?: boolean;
|
|
817
|
-
component?: string | import("vue").Component;
|
|
818
|
-
}> & Readonly<{
|
|
819
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
820
|
-
}>, {
|
|
821
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
822
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
823
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
824
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
825
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
826
|
-
scrollToField: (field: string) => void | undefined;
|
|
827
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
828
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
829
|
-
}, string, {
|
|
830
|
-
component: string | import("vue").Component;
|
|
831
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
832
|
-
showColon: boolean;
|
|
833
|
-
hideLabel: boolean;
|
|
834
|
-
hideAsterisk: boolean;
|
|
835
|
-
model: import("../index.ts").JsonFormModel;
|
|
836
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
837
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
838
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
839
|
-
created?: (() => void) | (() => void)[];
|
|
840
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
841
|
-
mounted?: (() => void) | (() => void)[];
|
|
842
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
843
|
-
updated?: (() => void) | (() => void)[];
|
|
844
|
-
activated?: (() => void) | (() => void)[];
|
|
845
|
-
deactivated?: (() => void) | (() => void)[];
|
|
846
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
847
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
848
|
-
destroyed?: (() => void) | (() => void)[];
|
|
849
|
-
unmounted?: (() => void) | (() => void)[];
|
|
850
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
851
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
852
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
853
|
-
};
|
|
854
|
-
$forceUpdate: () => void;
|
|
855
|
-
$nextTick: typeof nextTick;
|
|
856
|
-
$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;
|
|
857
|
-
} & Readonly<{
|
|
858
|
-
component: string | import("vue").Component;
|
|
859
|
-
modelValue: import("../index.ts").JsonFormModel;
|
|
860
|
-
showColon: boolean;
|
|
861
|
-
hideLabel: boolean;
|
|
862
|
-
hideAsterisk: boolean;
|
|
863
|
-
model: import("../index.ts").JsonFormModel;
|
|
864
|
-
adapter: import("../index.ts").JsonFormAdapter;
|
|
865
|
-
}> & Omit<Readonly<{
|
|
866
|
-
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
867
|
-
modelValue?: import("../index.ts").JsonFormModel;
|
|
868
|
-
adapter?: import("../index.ts").JsonFormAdapter;
|
|
869
|
-
model?: import("../index.ts").JsonFormModel;
|
|
870
|
-
hideLabel?: boolean;
|
|
871
|
-
hideAsterisk?: boolean;
|
|
872
|
-
showColon?: boolean;
|
|
873
|
-
component?: string | import("vue").Component;
|
|
874
|
-
}> & Readonly<{
|
|
875
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
876
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
877
|
-
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
878
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
879
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
880
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
881
|
-
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
882
|
-
scrollToField: (field: string) => void | undefined;
|
|
883
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
884
|
-
$slots: {
|
|
885
|
-
[x: string]: ((props: {
|
|
886
|
-
[x: string]: unknown;
|
|
887
|
-
}) => any) | undefined;
|
|
888
|
-
} & {
|
|
889
|
-
default?: (props: {}) => any;
|
|
890
|
-
};
|
|
891
|
-
}) | undefined;
|
|
892
|
-
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
893
|
-
$slots: {
|
|
894
|
-
[name: string]: ((props: UnknownRecord) => VNode[]) | undefined;
|
|
895
|
-
};
|
|
896
|
-
}) | undefined>;
|
|
897
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
898
|
-
search: (params: ToolbarModelValue) => any;
|
|
899
|
-
reset: () => any;
|
|
900
|
-
error: (error: unknown) => any;
|
|
901
|
-
delete: (row: TableData, context?: unknown) => any;
|
|
902
|
-
create: () => any;
|
|
903
|
-
edit: (row: TableData, context?: unknown) => any;
|
|
904
|
-
"update:loading": (value: boolean) => any;
|
|
905
|
-
"update:toolbarModel": (value: ToolbarModelValue) => any;
|
|
906
|
-
"update:tableData": (value: TableData[]) => any;
|
|
907
|
-
"update:modalModel": (value: UnknownRecord) => any;
|
|
908
|
-
"update:modalVisible": (value: boolean) => any;
|
|
909
|
-
tableFetched: (rows: TableData[], result: BasicCrudTableDataResult<TableData>) => any;
|
|
910
|
-
modalSuccess: (result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any;
|
|
911
|
-
modalClose: () => any;
|
|
912
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
913
|
-
onSearch?: ((params: ToolbarModelValue) => any) | undefined;
|
|
914
|
-
onReset?: (() => any) | undefined;
|
|
915
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
916
|
-
onDelete?: ((row: TableData, context?: unknown) => any) | undefined;
|
|
917
|
-
onCreate?: (() => any) | undefined;
|
|
918
|
-
onEdit?: ((row: TableData, context?: unknown) => any) | undefined;
|
|
919
|
-
"onUpdate:loading"?: ((value: boolean) => any) | undefined;
|
|
920
|
-
"onUpdate:toolbarModel"?: ((value: ToolbarModelValue) => any) | undefined;
|
|
921
|
-
"onUpdate:tableData"?: ((value: TableData[]) => any) | undefined;
|
|
922
|
-
"onUpdate:modalModel"?: ((value: UnknownRecord) => any) | undefined;
|
|
923
|
-
"onUpdate:modalVisible"?: ((value: boolean) => any) | undefined;
|
|
924
|
-
onTableFetched?: ((rows: TableData[], result: BasicCrudTableDataResult<TableData>) => any) | undefined;
|
|
925
|
-
onModalSuccess?: ((result: unknown, context: BasicCrudTableModalSubmitContext<TableData>) => any) | undefined;
|
|
926
|
-
onModalClose?: (() => any) | undefined;
|
|
927
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
928
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
929
|
-
declare const _default: typeof __VLS_export;
|
|
930
|
-
export default _default;
|
|
931
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
932
|
-
new (): {
|
|
933
|
-
$slots: S;
|
|
934
|
-
};
|
|
935
|
-
};
|