@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
|
@@ -2,27 +2,27 @@ import type { App } from 'vue';
|
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
3
|
import _BasicCrudTable from './basic-crud-table.vue';
|
|
4
4
|
declare const BasicCrudTable: {
|
|
5
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./types").BasicCrudTableProps<import("
|
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./types").BasicCrudTableProps<import("..").TableData> & {
|
|
6
6
|
loading?: boolean;
|
|
7
|
-
toolbarModel?: import("
|
|
8
|
-
tableData?: import("
|
|
7
|
+
toolbarModel?: import("..").ToolbarModelValue;
|
|
8
|
+
tableData?: import("..").TableData[];
|
|
9
9
|
modalModel?: import("type-fest").UnknownRecord;
|
|
10
10
|
modalVisible?: boolean;
|
|
11
11
|
}> & Readonly<{
|
|
12
|
-
onSearch?: ((params: import("../index.ts").ToolbarModelValue) => any) | undefined;
|
|
13
|
-
onReset?: (() => any) | undefined;
|
|
14
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
15
|
-
onDelete?: ((row: import("../index.ts").TableData, context?: unknown) => any) | undefined;
|
|
16
12
|
onCreate?: (() => any) | undefined;
|
|
17
|
-
|
|
13
|
+
onDelete?: ((row: import("..").TableData, context?: unknown) => any) | undefined;
|
|
14
|
+
onEdit?: ((row: import("..").TableData, context?: unknown) => any) | undefined;
|
|
15
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
16
|
+
onModalClose?: (() => any) | undefined;
|
|
17
|
+
onModalSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
18
|
+
onReset?: (() => any) | undefined;
|
|
19
|
+
onSearch?: ((params: import("..").ToolbarModelValue) => any) | undefined;
|
|
20
|
+
onTableFetched?: ((rows: import("..").TableData[], result: import("./types").BasicCrudTableDataResult<import("..").TableData>) => any) | undefined;
|
|
18
21
|
"onUpdate:loading"?: ((value: boolean) => any) | undefined;
|
|
19
|
-
"onUpdate:toolbarModel"?: ((value: import("../index.ts").ToolbarModelValue) => any) | undefined;
|
|
20
|
-
"onUpdate:tableData"?: ((value: import("../index.ts").TableData[]) => any) | undefined;
|
|
21
22
|
"onUpdate:modalModel"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
22
23
|
"onUpdate:modalVisible"?: ((value: boolean) => any) | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
onModalClose?: (() => any) | undefined;
|
|
24
|
+
"onUpdate:tableData"?: ((value: import("..").TableData[]) => any) | undefined;
|
|
25
|
+
"onUpdate:toolbarModel"?: ((value: import("..").ToolbarModelValue) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
fetchTableData: (fetchParams?: import("type-fest").UnknownRecord) => Promise<void>;
|
|
28
28
|
search: () => Promise<void>;
|
|
@@ -30,29 +30,29 @@ declare const BasicCrudTable: {
|
|
|
30
30
|
resetToolbar: () => void;
|
|
31
31
|
resetTable: () => Promise<void>;
|
|
32
32
|
create: () => void;
|
|
33
|
-
edit: (row: import("
|
|
34
|
-
delete: (row: import("
|
|
35
|
-
tableData: import("vue").ComputedRef<import("
|
|
33
|
+
edit: (row: import("..").TableData, context?: unknown) => Promise<void>;
|
|
34
|
+
delete: (row: import("..").TableData, context?: unknown) => Promise<boolean>;
|
|
35
|
+
tableData: import("vue").ComputedRef<import("..").TableData[]>;
|
|
36
36
|
fetchData: import("vue").ComputedRef<unknown>;
|
|
37
37
|
isCreate: import("vue").ComputedRef<boolean>;
|
|
38
38
|
modalRef: import("vue").ShallowRef<({
|
|
39
39
|
$: import("vue").ComponentInternalInstance;
|
|
40
40
|
$data: {};
|
|
41
41
|
$props: {
|
|
42
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps
|
|
43
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps
|
|
44
|
-
readonly createApi?: (
|
|
45
|
-
readonly updateApi?: (
|
|
46
|
-
readonly detailApi?: (
|
|
47
|
-
readonly valueTransformer?: (
|
|
48
|
-
readonly beforeSubmit?: (
|
|
49
|
-
readonly visible?: boolean
|
|
50
|
-
readonly model?: import("type-fest").UnknownRecord
|
|
51
|
-
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
52
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
42
|
+
readonly modalProps?: import("./types").BasicCrudTableModalProps;
|
|
43
|
+
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
44
|
+
readonly createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
45
|
+
readonly updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
46
|
+
readonly detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
47
|
+
readonly valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
48
|
+
readonly beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
49
|
+
readonly visible?: boolean;
|
|
50
|
+
readonly model?: import("type-fest").UnknownRecord;
|
|
53
51
|
readonly onClose?: (() => any) | undefined;
|
|
54
|
-
readonly
|
|
52
|
+
readonly onError?: ((error: unknown) => any) | undefined;
|
|
53
|
+
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
55
54
|
readonly "onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
55
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
56
56
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
57
57
|
$attrs: import("vue").Attrs;
|
|
58
58
|
$refs: {
|
|
@@ -64,41 +64,41 @@ declare const BasicCrudTable: {
|
|
|
64
64
|
$root: import("vue").ComponentPublicInstance | null;
|
|
65
65
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
66
66
|
$host: Element | null;
|
|
67
|
-
$emit: ((event: "
|
|
67
|
+
$emit: ((event: "close") => void) & ((event: "error", error: unknown) => void) & ((event: "success", result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => void) & ((event: "update:model", value: import("type-fest").UnknownRecord) => void) & ((event: "update:visible", value: boolean) => void);
|
|
68
68
|
$el: any;
|
|
69
69
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
70
70
|
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
71
71
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
72
72
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
73
73
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
74
|
-
detailApi?: (row: import("
|
|
74
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
75
75
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
76
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
76
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
77
77
|
} & {
|
|
78
78
|
visible?: boolean;
|
|
79
79
|
model?: import("type-fest").UnknownRecord;
|
|
80
80
|
}> & Readonly<{
|
|
81
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
82
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
83
81
|
onClose?: (() => any) | undefined;
|
|
84
|
-
|
|
82
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
83
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
85
84
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
85
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
|
-
open: (row?: import("
|
|
87
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
88
88
|
type: import("vue").ComputedRef<"create" | "edit">;
|
|
89
89
|
formRef: import("vue").ShallowRef<({
|
|
90
90
|
$: import("vue").ComponentInternalInstance;
|
|
91
91
|
$data: {};
|
|
92
92
|
$props: {
|
|
93
|
-
readonly schemas: import("
|
|
94
|
-
readonly modelValue?: import("
|
|
95
|
-
readonly adapter?: import("
|
|
96
|
-
readonly model?: import("
|
|
97
|
-
readonly hideLabel?: boolean
|
|
98
|
-
readonly hideAsterisk?: boolean
|
|
99
|
-
readonly showColon?: boolean
|
|
100
|
-
readonly component?:
|
|
101
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
93
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
94
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
95
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
96
|
+
readonly model?: import("..").JsonFormModel;
|
|
97
|
+
readonly hideLabel?: boolean;
|
|
98
|
+
readonly hideAsterisk?: boolean;
|
|
99
|
+
readonly showColon?: boolean;
|
|
100
|
+
readonly component?: string | import("vue").Component;
|
|
101
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
102
102
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
103
103
|
$attrs: import("vue").Attrs;
|
|
104
104
|
$refs: {
|
|
@@ -110,82 +110,82 @@ declare const BasicCrudTable: {
|
|
|
110
110
|
$root: import("vue").ComponentPublicInstance | null;
|
|
111
111
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
112
112
|
$host: Element | null;
|
|
113
|
-
$emit: (event: "update:modelValue", value: import("
|
|
113
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
114
114
|
$el: any;
|
|
115
115
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
116
|
-
schemas: import("
|
|
117
|
-
modelValue?: import("
|
|
118
|
-
adapter?: import("
|
|
119
|
-
model?: import("
|
|
116
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
117
|
+
modelValue?: import("..").JsonFormModel;
|
|
118
|
+
adapter?: import("..").JsonFormAdapter;
|
|
119
|
+
model?: import("..").JsonFormModel;
|
|
120
120
|
hideLabel?: boolean;
|
|
121
121
|
hideAsterisk?: boolean;
|
|
122
122
|
showColon?: boolean;
|
|
123
123
|
component?: string | import("vue").Component;
|
|
124
124
|
}> & Readonly<{
|
|
125
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
125
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
126
126
|
}>, {
|
|
127
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
128
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
129
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
130
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
131
|
-
setFields: (data: Record<string, import("../form/interface
|
|
132
|
-
scrollToField: (field: string) => void | undefined;
|
|
127
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
128
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
129
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
130
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
131
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
132
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
133
133
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
134
|
-
"update:modelValue": (value: import("
|
|
134
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
135
135
|
}, string, {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
modelValue: import("..").JsonFormModel;
|
|
137
|
+
adapter: import("..").JsonFormAdapter;
|
|
138
|
+
model: import("..").JsonFormModel;
|
|
139
139
|
hideLabel: boolean;
|
|
140
140
|
hideAsterisk: boolean;
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
showColon: boolean;
|
|
142
|
+
component: string | import("vue").Component;
|
|
143
143
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
144
|
-
beforeCreate?: (() => void) | (() => void)
|
|
145
|
-
created?: (() => void) | (() => void)
|
|
146
|
-
beforeMount?: (() => void) | (() => void)
|
|
147
|
-
mounted?: (() => void) | (() => void)
|
|
148
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
149
|
-
updated?: (() => void) | (() => void)
|
|
150
|
-
activated?: (() => void) | (() => void)
|
|
151
|
-
deactivated?: (() => void) | (() => void)
|
|
152
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
153
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
154
|
-
destroyed?: (() => void) | (() => void)
|
|
155
|
-
unmounted?: (() => void) | (() => void)
|
|
156
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
157
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
158
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
144
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
145
|
+
created?: (() => void)[] | (() => void);
|
|
146
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
147
|
+
mounted?: (() => void)[] | (() => void);
|
|
148
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
149
|
+
updated?: (() => void)[] | (() => void);
|
|
150
|
+
activated?: (() => void)[] | (() => void);
|
|
151
|
+
deactivated?: (() => void)[] | (() => void);
|
|
152
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
153
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
154
|
+
destroyed?: (() => void)[] | (() => void);
|
|
155
|
+
unmounted?: (() => void)[] | (() => void);
|
|
156
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
157
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
158
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
159
159
|
};
|
|
160
160
|
$forceUpdate: () => void;
|
|
161
161
|
$nextTick: typeof import("vue").nextTick;
|
|
162
162
|
$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;
|
|
163
163
|
} & Readonly<{
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
164
|
+
modelValue: import("..").JsonFormModel;
|
|
165
|
+
adapter: import("..").JsonFormAdapter;
|
|
166
|
+
model: import("..").JsonFormModel;
|
|
167
167
|
hideLabel: boolean;
|
|
168
168
|
hideAsterisk: boolean;
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
showColon: boolean;
|
|
170
|
+
component: string | import("vue").Component;
|
|
171
171
|
}> & Omit<Readonly<{
|
|
172
|
-
schemas: import("
|
|
173
|
-
modelValue?: import("
|
|
174
|
-
adapter?: import("
|
|
175
|
-
model?: import("
|
|
172
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
173
|
+
modelValue?: import("..").JsonFormModel;
|
|
174
|
+
adapter?: import("..").JsonFormAdapter;
|
|
175
|
+
model?: import("..").JsonFormModel;
|
|
176
176
|
hideLabel?: boolean;
|
|
177
177
|
hideAsterisk?: boolean;
|
|
178
178
|
showColon?: boolean;
|
|
179
179
|
component?: string | import("vue").Component;
|
|
180
180
|
}> & Readonly<{
|
|
181
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
182
|
-
}>, "
|
|
183
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
184
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
185
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
186
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
187
|
-
setFields: (data: Record<string, import("../form/interface
|
|
188
|
-
scrollToField: (field: string) => void | undefined;
|
|
181
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
182
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
183
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
184
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
185
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
186
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
187
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
188
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
189
189
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
190
190
|
$slots: {
|
|
191
191
|
[x: string]: ((props: {
|
|
@@ -198,15 +198,15 @@ declare const BasicCrudTable: {
|
|
|
198
198
|
$: import("vue").ComponentInternalInstance;
|
|
199
199
|
$data: {};
|
|
200
200
|
$props: {
|
|
201
|
-
readonly schemas: import("
|
|
202
|
-
readonly modelValue?: import("
|
|
203
|
-
readonly adapter?: import("
|
|
204
|
-
readonly model?: import("
|
|
205
|
-
readonly hideLabel?: boolean
|
|
206
|
-
readonly hideAsterisk?: boolean
|
|
207
|
-
readonly showColon?: boolean
|
|
208
|
-
readonly component?:
|
|
209
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
201
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
202
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
203
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
204
|
+
readonly model?: import("..").JsonFormModel;
|
|
205
|
+
readonly hideLabel?: boolean;
|
|
206
|
+
readonly hideAsterisk?: boolean;
|
|
207
|
+
readonly showColon?: boolean;
|
|
208
|
+
readonly component?: string | import("vue").Component;
|
|
209
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
210
210
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
211
211
|
$attrs: import("vue").Attrs;
|
|
212
212
|
$refs: {
|
|
@@ -218,82 +218,82 @@ declare const BasicCrudTable: {
|
|
|
218
218
|
$root: import("vue").ComponentPublicInstance | null;
|
|
219
219
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
220
220
|
$host: Element | null;
|
|
221
|
-
$emit: (event: "update:modelValue", value: import("
|
|
221
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
222
222
|
$el: any;
|
|
223
223
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
224
|
-
schemas: import("
|
|
225
|
-
modelValue?: import("
|
|
226
|
-
adapter?: import("
|
|
227
|
-
model?: import("
|
|
224
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
225
|
+
modelValue?: import("..").JsonFormModel;
|
|
226
|
+
adapter?: import("..").JsonFormAdapter;
|
|
227
|
+
model?: import("..").JsonFormModel;
|
|
228
228
|
hideLabel?: boolean;
|
|
229
229
|
hideAsterisk?: boolean;
|
|
230
230
|
showColon?: boolean;
|
|
231
231
|
component?: string | import("vue").Component;
|
|
232
232
|
}> & Readonly<{
|
|
233
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
233
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
234
234
|
}>, {
|
|
235
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
236
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
237
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
238
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
239
|
-
setFields: (data: Record<string, import("../form/interface
|
|
240
|
-
scrollToField: (field: string) => void | undefined;
|
|
235
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
236
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
237
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
238
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
239
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
240
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
241
241
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
242
|
-
"update:modelValue": (value: import("
|
|
242
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
243
243
|
}, string, {
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
244
|
+
modelValue: import("..").JsonFormModel;
|
|
245
|
+
adapter: import("..").JsonFormAdapter;
|
|
246
|
+
model: import("..").JsonFormModel;
|
|
247
247
|
hideLabel: boolean;
|
|
248
248
|
hideAsterisk: boolean;
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
showColon: boolean;
|
|
250
|
+
component: string | import("vue").Component;
|
|
251
251
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
252
|
-
beforeCreate?: (() => void) | (() => void)
|
|
253
|
-
created?: (() => void) | (() => void)
|
|
254
|
-
beforeMount?: (() => void) | (() => void)
|
|
255
|
-
mounted?: (() => void) | (() => void)
|
|
256
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
257
|
-
updated?: (() => void) | (() => void)
|
|
258
|
-
activated?: (() => void) | (() => void)
|
|
259
|
-
deactivated?: (() => void) | (() => void)
|
|
260
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
261
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
262
|
-
destroyed?: (() => void) | (() => void)
|
|
263
|
-
unmounted?: (() => void) | (() => void)
|
|
264
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
265
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
266
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
252
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
253
|
+
created?: (() => void)[] | (() => void);
|
|
254
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
255
|
+
mounted?: (() => void)[] | (() => void);
|
|
256
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
257
|
+
updated?: (() => void)[] | (() => void);
|
|
258
|
+
activated?: (() => void)[] | (() => void);
|
|
259
|
+
deactivated?: (() => void)[] | (() => void);
|
|
260
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
261
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
262
|
+
destroyed?: (() => void)[] | (() => void);
|
|
263
|
+
unmounted?: (() => void)[] | (() => void);
|
|
264
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
265
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
266
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
267
267
|
};
|
|
268
268
|
$forceUpdate: () => void;
|
|
269
269
|
$nextTick: typeof import("vue").nextTick;
|
|
270
270
|
$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;
|
|
271
271
|
} & Readonly<{
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
272
|
+
modelValue: import("..").JsonFormModel;
|
|
273
|
+
adapter: import("..").JsonFormAdapter;
|
|
274
|
+
model: import("..").JsonFormModel;
|
|
275
275
|
hideLabel: boolean;
|
|
276
276
|
hideAsterisk: boolean;
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
showColon: boolean;
|
|
278
|
+
component: string | import("vue").Component;
|
|
279
279
|
}> & Omit<Readonly<{
|
|
280
|
-
schemas: import("
|
|
281
|
-
modelValue?: import("
|
|
282
|
-
adapter?: import("
|
|
283
|
-
model?: import("
|
|
280
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
281
|
+
modelValue?: import("..").JsonFormModel;
|
|
282
|
+
adapter?: import("..").JsonFormAdapter;
|
|
283
|
+
model?: import("..").JsonFormModel;
|
|
284
284
|
hideLabel?: boolean;
|
|
285
285
|
hideAsterisk?: boolean;
|
|
286
286
|
showColon?: boolean;
|
|
287
287
|
component?: string | import("vue").Component;
|
|
288
288
|
}> & Readonly<{
|
|
289
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
290
|
-
}>, "
|
|
291
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
292
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
293
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
294
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
295
|
-
setFields: (data: Record<string, import("../form/interface
|
|
296
|
-
scrollToField: (field: string) => void | undefined;
|
|
289
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
290
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
291
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
292
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
293
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
294
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
295
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
296
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
297
297
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
298
298
|
$slots: {
|
|
299
299
|
[x: string]: ((props: {
|
|
@@ -304,27 +304,27 @@ declare const BasicCrudTable: {
|
|
|
304
304
|
};
|
|
305
305
|
}) | undefined>;
|
|
306
306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
307
|
-
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any;
|
|
308
|
-
error: (error: unknown) => any;
|
|
309
307
|
close: () => any;
|
|
310
|
-
|
|
308
|
+
error: (error: unknown) => any;
|
|
309
|
+
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
311
310
|
"update:model": (value: import("type-fest").UnknownRecord) => any;
|
|
311
|
+
"update:visible": (value: boolean) => any;
|
|
312
312
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
313
|
-
beforeCreate?: (() => void) | (() => void)
|
|
314
|
-
created?: (() => void) | (() => void)
|
|
315
|
-
beforeMount?: (() => void) | (() => void)
|
|
316
|
-
mounted?: (() => void) | (() => void)
|
|
317
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
318
|
-
updated?: (() => void) | (() => void)
|
|
319
|
-
activated?: (() => void) | (() => void)
|
|
320
|
-
deactivated?: (() => void) | (() => void)
|
|
321
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
322
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
323
|
-
destroyed?: (() => void) | (() => void)
|
|
324
|
-
unmounted?: (() => void) | (() => void)
|
|
325
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
326
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
327
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
313
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
314
|
+
created?: (() => void)[] | (() => void);
|
|
315
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
316
|
+
mounted?: (() => void)[] | (() => void);
|
|
317
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
318
|
+
updated?: (() => void)[] | (() => void);
|
|
319
|
+
activated?: (() => void)[] | (() => void);
|
|
320
|
+
deactivated?: (() => void)[] | (() => void);
|
|
321
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
322
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
323
|
+
destroyed?: (() => void)[] | (() => void);
|
|
324
|
+
unmounted?: (() => void)[] | (() => void);
|
|
325
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
326
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
327
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
328
328
|
};
|
|
329
329
|
$forceUpdate: () => void;
|
|
330
330
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -334,34 +334,34 @@ declare const BasicCrudTable: {
|
|
|
334
334
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
335
335
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
336
336
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
337
|
-
detailApi?: (row: import("
|
|
337
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
338
338
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
339
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
339
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
340
340
|
} & {
|
|
341
341
|
visible?: boolean;
|
|
342
342
|
model?: import("type-fest").UnknownRecord;
|
|
343
343
|
}> & Readonly<{
|
|
344
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
345
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
346
344
|
onClose?: (() => any) | undefined;
|
|
347
|
-
|
|
345
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
346
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
348
347
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
349
|
-
|
|
350
|
-
|
|
348
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
349
|
+
}>, "formRef" | "open" | "type"> & {
|
|
350
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
351
351
|
type: "create" | "edit";
|
|
352
352
|
formRef: ({
|
|
353
353
|
$: import("vue").ComponentInternalInstance;
|
|
354
354
|
$data: {};
|
|
355
355
|
$props: {
|
|
356
|
-
readonly schemas: import("
|
|
357
|
-
readonly modelValue?: import("
|
|
358
|
-
readonly adapter?: import("
|
|
359
|
-
readonly model?: import("
|
|
360
|
-
readonly hideLabel?: boolean
|
|
361
|
-
readonly hideAsterisk?: boolean
|
|
362
|
-
readonly showColon?: boolean
|
|
363
|
-
readonly component?:
|
|
364
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
356
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
357
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
358
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
359
|
+
readonly model?: import("..").JsonFormModel;
|
|
360
|
+
readonly hideLabel?: boolean;
|
|
361
|
+
readonly hideAsterisk?: boolean;
|
|
362
|
+
readonly showColon?: boolean;
|
|
363
|
+
readonly component?: string | import("vue").Component;
|
|
364
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
365
365
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
366
366
|
$attrs: import("vue").Attrs;
|
|
367
367
|
$refs: {
|
|
@@ -373,82 +373,82 @@ declare const BasicCrudTable: {
|
|
|
373
373
|
$root: import("vue").ComponentPublicInstance | null;
|
|
374
374
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
375
375
|
$host: Element | null;
|
|
376
|
-
$emit: (event: "update:modelValue", value: import("
|
|
376
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
377
377
|
$el: any;
|
|
378
378
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
379
|
-
schemas: import("
|
|
380
|
-
modelValue?: import("
|
|
381
|
-
adapter?: import("
|
|
382
|
-
model?: import("
|
|
379
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
380
|
+
modelValue?: import("..").JsonFormModel;
|
|
381
|
+
adapter?: import("..").JsonFormAdapter;
|
|
382
|
+
model?: import("..").JsonFormModel;
|
|
383
383
|
hideLabel?: boolean;
|
|
384
384
|
hideAsterisk?: boolean;
|
|
385
385
|
showColon?: boolean;
|
|
386
386
|
component?: string | import("vue").Component;
|
|
387
387
|
}> & Readonly<{
|
|
388
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
388
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
389
389
|
}>, {
|
|
390
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
391
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
392
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
393
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
394
|
-
setFields: (data: Record<string, import("../form/interface
|
|
395
|
-
scrollToField: (field: string) => void | undefined;
|
|
390
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
391
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
392
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
393
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
394
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
395
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
396
396
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
397
|
-
"update:modelValue": (value: import("
|
|
397
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
398
398
|
}, string, {
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
399
|
+
modelValue: import("..").JsonFormModel;
|
|
400
|
+
adapter: import("..").JsonFormAdapter;
|
|
401
|
+
model: import("..").JsonFormModel;
|
|
402
402
|
hideLabel: boolean;
|
|
403
403
|
hideAsterisk: boolean;
|
|
404
|
-
|
|
405
|
-
|
|
404
|
+
showColon: boolean;
|
|
405
|
+
component: string | import("vue").Component;
|
|
406
406
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
407
|
-
beforeCreate?: (() => void) | (() => void)
|
|
408
|
-
created?: (() => void) | (() => void)
|
|
409
|
-
beforeMount?: (() => void) | (() => void)
|
|
410
|
-
mounted?: (() => void) | (() => void)
|
|
411
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
412
|
-
updated?: (() => void) | (() => void)
|
|
413
|
-
activated?: (() => void) | (() => void)
|
|
414
|
-
deactivated?: (() => void) | (() => void)
|
|
415
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
416
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
417
|
-
destroyed?: (() => void) | (() => void)
|
|
418
|
-
unmounted?: (() => void) | (() => void)
|
|
419
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
420
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
421
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
407
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
408
|
+
created?: (() => void)[] | (() => void);
|
|
409
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
410
|
+
mounted?: (() => void)[] | (() => void);
|
|
411
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
412
|
+
updated?: (() => void)[] | (() => void);
|
|
413
|
+
activated?: (() => void)[] | (() => void);
|
|
414
|
+
deactivated?: (() => void)[] | (() => void);
|
|
415
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
416
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
417
|
+
destroyed?: (() => void)[] | (() => void);
|
|
418
|
+
unmounted?: (() => void)[] | (() => void);
|
|
419
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
420
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
421
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
422
422
|
};
|
|
423
423
|
$forceUpdate: () => void;
|
|
424
424
|
$nextTick: typeof import("vue").nextTick;
|
|
425
425
|
$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;
|
|
426
426
|
} & Readonly<{
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
427
|
+
modelValue: import("..").JsonFormModel;
|
|
428
|
+
adapter: import("..").JsonFormAdapter;
|
|
429
|
+
model: import("..").JsonFormModel;
|
|
430
430
|
hideLabel: boolean;
|
|
431
431
|
hideAsterisk: boolean;
|
|
432
|
-
|
|
433
|
-
|
|
432
|
+
showColon: boolean;
|
|
433
|
+
component: string | import("vue").Component;
|
|
434
434
|
}> & Omit<Readonly<{
|
|
435
|
-
schemas: import("
|
|
436
|
-
modelValue?: import("
|
|
437
|
-
adapter?: import("
|
|
438
|
-
model?: import("
|
|
435
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
436
|
+
modelValue?: import("..").JsonFormModel;
|
|
437
|
+
adapter?: import("..").JsonFormAdapter;
|
|
438
|
+
model?: import("..").JsonFormModel;
|
|
439
439
|
hideLabel?: boolean;
|
|
440
440
|
hideAsterisk?: boolean;
|
|
441
441
|
showColon?: boolean;
|
|
442
442
|
component?: string | import("vue").Component;
|
|
443
443
|
}> & Readonly<{
|
|
444
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
445
|
-
}>, "
|
|
446
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
447
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
448
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
449
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
450
|
-
setFields: (data: Record<string, import("../form/interface
|
|
451
|
-
scrollToField: (field: string) => void | undefined;
|
|
444
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
445
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
446
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
447
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
448
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
449
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
450
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
451
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
452
452
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
453
453
|
$slots: {
|
|
454
454
|
[x: string]: ((props: {
|
|
@@ -466,20 +466,20 @@ declare const BasicCrudTable: {
|
|
|
466
466
|
$: import("vue").ComponentInternalInstance;
|
|
467
467
|
$data: {};
|
|
468
468
|
$props: {
|
|
469
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps
|
|
470
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps
|
|
471
|
-
readonly createApi?: (
|
|
472
|
-
readonly updateApi?: (
|
|
473
|
-
readonly detailApi?: (
|
|
474
|
-
readonly valueTransformer?: (
|
|
475
|
-
readonly beforeSubmit?: (
|
|
476
|
-
readonly visible?: boolean
|
|
477
|
-
readonly model?: import("type-fest").UnknownRecord
|
|
478
|
-
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
479
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
469
|
+
readonly modalProps?: import("./types").BasicCrudTableModalProps;
|
|
470
|
+
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
471
|
+
readonly createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
472
|
+
readonly updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
473
|
+
readonly detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
474
|
+
readonly valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
475
|
+
readonly beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
476
|
+
readonly visible?: boolean;
|
|
477
|
+
readonly model?: import("type-fest").UnknownRecord;
|
|
480
478
|
readonly onClose?: (() => any) | undefined;
|
|
481
|
-
readonly
|
|
479
|
+
readonly onError?: ((error: unknown) => any) | undefined;
|
|
480
|
+
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
482
481
|
readonly "onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
482
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
483
483
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
484
484
|
$attrs: import("vue").Attrs;
|
|
485
485
|
$refs: {
|
|
@@ -491,41 +491,41 @@ declare const BasicCrudTable: {
|
|
|
491
491
|
$root: import("vue").ComponentPublicInstance | null;
|
|
492
492
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
493
493
|
$host: Element | null;
|
|
494
|
-
$emit: ((event: "
|
|
494
|
+
$emit: ((event: "close") => void) & ((event: "error", error: unknown) => void) & ((event: "success", result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => void) & ((event: "update:model", value: import("type-fest").UnknownRecord) => void) & ((event: "update:visible", value: boolean) => void);
|
|
495
495
|
$el: any;
|
|
496
496
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
497
497
|
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
498
498
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
499
499
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
500
500
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
501
|
-
detailApi?: (row: import("
|
|
501
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
502
502
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
503
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
503
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
504
504
|
} & {
|
|
505
505
|
visible?: boolean;
|
|
506
506
|
model?: import("type-fest").UnknownRecord;
|
|
507
507
|
}> & Readonly<{
|
|
508
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
509
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
510
508
|
onClose?: (() => any) | undefined;
|
|
511
|
-
|
|
509
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
510
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
512
511
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
512
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
513
513
|
}>, {
|
|
514
|
-
open: (row?: import("
|
|
514
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
515
515
|
type: import("vue").ComputedRef<"create" | "edit">;
|
|
516
516
|
formRef: import("vue").ShallowRef<({
|
|
517
517
|
$: import("vue").ComponentInternalInstance;
|
|
518
518
|
$data: {};
|
|
519
519
|
$props: {
|
|
520
|
-
readonly schemas: import("
|
|
521
|
-
readonly modelValue?: import("
|
|
522
|
-
readonly adapter?: import("
|
|
523
|
-
readonly model?: import("
|
|
524
|
-
readonly hideLabel?: boolean
|
|
525
|
-
readonly hideAsterisk?: boolean
|
|
526
|
-
readonly showColon?: boolean
|
|
527
|
-
readonly component?:
|
|
528
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
520
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
521
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
522
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
523
|
+
readonly model?: import("..").JsonFormModel;
|
|
524
|
+
readonly hideLabel?: boolean;
|
|
525
|
+
readonly hideAsterisk?: boolean;
|
|
526
|
+
readonly showColon?: boolean;
|
|
527
|
+
readonly component?: string | import("vue").Component;
|
|
528
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
529
529
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
530
530
|
$attrs: import("vue").Attrs;
|
|
531
531
|
$refs: {
|
|
@@ -537,82 +537,82 @@ declare const BasicCrudTable: {
|
|
|
537
537
|
$root: import("vue").ComponentPublicInstance | null;
|
|
538
538
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
539
539
|
$host: Element | null;
|
|
540
|
-
$emit: (event: "update:modelValue", value: import("
|
|
540
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
541
541
|
$el: any;
|
|
542
542
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
543
|
-
schemas: import("
|
|
544
|
-
modelValue?: import("
|
|
545
|
-
adapter?: import("
|
|
546
|
-
model?: import("
|
|
543
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
544
|
+
modelValue?: import("..").JsonFormModel;
|
|
545
|
+
adapter?: import("..").JsonFormAdapter;
|
|
546
|
+
model?: import("..").JsonFormModel;
|
|
547
547
|
hideLabel?: boolean;
|
|
548
548
|
hideAsterisk?: boolean;
|
|
549
549
|
showColon?: boolean;
|
|
550
550
|
component?: string | import("vue").Component;
|
|
551
551
|
}> & Readonly<{
|
|
552
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
552
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
553
553
|
}>, {
|
|
554
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
555
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
556
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
557
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
558
|
-
setFields: (data: Record<string, import("../form/interface
|
|
559
|
-
scrollToField: (field: string) => void | undefined;
|
|
554
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
555
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
556
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
557
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
558
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
559
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
560
560
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
561
|
-
"update:modelValue": (value: import("
|
|
561
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
562
562
|
}, string, {
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
563
|
+
modelValue: import("..").JsonFormModel;
|
|
564
|
+
adapter: import("..").JsonFormAdapter;
|
|
565
|
+
model: import("..").JsonFormModel;
|
|
566
566
|
hideLabel: boolean;
|
|
567
567
|
hideAsterisk: boolean;
|
|
568
|
-
|
|
569
|
-
|
|
568
|
+
showColon: boolean;
|
|
569
|
+
component: string | import("vue").Component;
|
|
570
570
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
571
|
-
beforeCreate?: (() => void) | (() => void)
|
|
572
|
-
created?: (() => void) | (() => void)
|
|
573
|
-
beforeMount?: (() => void) | (() => void)
|
|
574
|
-
mounted?: (() => void) | (() => void)
|
|
575
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
576
|
-
updated?: (() => void) | (() => void)
|
|
577
|
-
activated?: (() => void) | (() => void)
|
|
578
|
-
deactivated?: (() => void) | (() => void)
|
|
579
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
580
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
581
|
-
destroyed?: (() => void) | (() => void)
|
|
582
|
-
unmounted?: (() => void) | (() => void)
|
|
583
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
584
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
585
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
571
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
572
|
+
created?: (() => void)[] | (() => void);
|
|
573
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
574
|
+
mounted?: (() => void)[] | (() => void);
|
|
575
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
576
|
+
updated?: (() => void)[] | (() => void);
|
|
577
|
+
activated?: (() => void)[] | (() => void);
|
|
578
|
+
deactivated?: (() => void)[] | (() => void);
|
|
579
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
580
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
581
|
+
destroyed?: (() => void)[] | (() => void);
|
|
582
|
+
unmounted?: (() => void)[] | (() => void);
|
|
583
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
584
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
585
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
586
586
|
};
|
|
587
587
|
$forceUpdate: () => void;
|
|
588
588
|
$nextTick: typeof import("vue").nextTick;
|
|
589
589
|
$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;
|
|
590
590
|
} & Readonly<{
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
591
|
+
modelValue: import("..").JsonFormModel;
|
|
592
|
+
adapter: import("..").JsonFormAdapter;
|
|
593
|
+
model: import("..").JsonFormModel;
|
|
594
594
|
hideLabel: boolean;
|
|
595
595
|
hideAsterisk: boolean;
|
|
596
|
-
|
|
597
|
-
|
|
596
|
+
showColon: boolean;
|
|
597
|
+
component: string | import("vue").Component;
|
|
598
598
|
}> & Omit<Readonly<{
|
|
599
|
-
schemas: import("
|
|
600
|
-
modelValue?: import("
|
|
601
|
-
adapter?: import("
|
|
602
|
-
model?: import("
|
|
599
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
600
|
+
modelValue?: import("..").JsonFormModel;
|
|
601
|
+
adapter?: import("..").JsonFormAdapter;
|
|
602
|
+
model?: import("..").JsonFormModel;
|
|
603
603
|
hideLabel?: boolean;
|
|
604
604
|
hideAsterisk?: boolean;
|
|
605
605
|
showColon?: boolean;
|
|
606
606
|
component?: string | import("vue").Component;
|
|
607
607
|
}> & Readonly<{
|
|
608
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
609
|
-
}>, "
|
|
610
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
611
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
612
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
613
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
614
|
-
setFields: (data: Record<string, import("../form/interface
|
|
615
|
-
scrollToField: (field: string) => void | undefined;
|
|
608
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
609
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
610
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
611
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
612
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
613
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
614
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
615
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
616
616
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
617
617
|
$slots: {
|
|
618
618
|
[x: string]: ((props: {
|
|
@@ -625,15 +625,15 @@ declare const BasicCrudTable: {
|
|
|
625
625
|
$: import("vue").ComponentInternalInstance;
|
|
626
626
|
$data: {};
|
|
627
627
|
$props: {
|
|
628
|
-
readonly schemas: import("
|
|
629
|
-
readonly modelValue?: import("
|
|
630
|
-
readonly adapter?: import("
|
|
631
|
-
readonly model?: import("
|
|
632
|
-
readonly hideLabel?: boolean
|
|
633
|
-
readonly hideAsterisk?: boolean
|
|
634
|
-
readonly showColon?: boolean
|
|
635
|
-
readonly component?:
|
|
636
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
628
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
629
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
630
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
631
|
+
readonly model?: import("..").JsonFormModel;
|
|
632
|
+
readonly hideLabel?: boolean;
|
|
633
|
+
readonly hideAsterisk?: boolean;
|
|
634
|
+
readonly showColon?: boolean;
|
|
635
|
+
readonly component?: string | import("vue").Component;
|
|
636
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
637
637
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
638
638
|
$attrs: import("vue").Attrs;
|
|
639
639
|
$refs: {
|
|
@@ -645,82 +645,82 @@ declare const BasicCrudTable: {
|
|
|
645
645
|
$root: import("vue").ComponentPublicInstance | null;
|
|
646
646
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
647
647
|
$host: Element | null;
|
|
648
|
-
$emit: (event: "update:modelValue", value: import("
|
|
648
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
649
649
|
$el: any;
|
|
650
650
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
651
|
-
schemas: import("
|
|
652
|
-
modelValue?: import("
|
|
653
|
-
adapter?: import("
|
|
654
|
-
model?: import("
|
|
651
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
652
|
+
modelValue?: import("..").JsonFormModel;
|
|
653
|
+
adapter?: import("..").JsonFormAdapter;
|
|
654
|
+
model?: import("..").JsonFormModel;
|
|
655
655
|
hideLabel?: boolean;
|
|
656
656
|
hideAsterisk?: boolean;
|
|
657
657
|
showColon?: boolean;
|
|
658
658
|
component?: string | import("vue").Component;
|
|
659
659
|
}> & Readonly<{
|
|
660
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
660
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
661
661
|
}>, {
|
|
662
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
663
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
664
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
665
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
666
|
-
setFields: (data: Record<string, import("../form/interface
|
|
667
|
-
scrollToField: (field: string) => void | undefined;
|
|
662
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
663
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
664
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
665
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
666
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
667
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
668
668
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
669
|
-
"update:modelValue": (value: import("
|
|
669
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
670
670
|
}, string, {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
671
|
+
modelValue: import("..").JsonFormModel;
|
|
672
|
+
adapter: import("..").JsonFormAdapter;
|
|
673
|
+
model: import("..").JsonFormModel;
|
|
674
674
|
hideLabel: boolean;
|
|
675
675
|
hideAsterisk: boolean;
|
|
676
|
-
|
|
677
|
-
|
|
676
|
+
showColon: boolean;
|
|
677
|
+
component: string | import("vue").Component;
|
|
678
678
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
679
|
-
beforeCreate?: (() => void) | (() => void)
|
|
680
|
-
created?: (() => void) | (() => void)
|
|
681
|
-
beforeMount?: (() => void) | (() => void)
|
|
682
|
-
mounted?: (() => void) | (() => void)
|
|
683
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
684
|
-
updated?: (() => void) | (() => void)
|
|
685
|
-
activated?: (() => void) | (() => void)
|
|
686
|
-
deactivated?: (() => void) | (() => void)
|
|
687
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
688
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
689
|
-
destroyed?: (() => void) | (() => void)
|
|
690
|
-
unmounted?: (() => void) | (() => void)
|
|
691
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
692
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
693
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
679
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
680
|
+
created?: (() => void)[] | (() => void);
|
|
681
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
682
|
+
mounted?: (() => void)[] | (() => void);
|
|
683
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
684
|
+
updated?: (() => void)[] | (() => void);
|
|
685
|
+
activated?: (() => void)[] | (() => void);
|
|
686
|
+
deactivated?: (() => void)[] | (() => void);
|
|
687
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
688
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
689
|
+
destroyed?: (() => void)[] | (() => void);
|
|
690
|
+
unmounted?: (() => void)[] | (() => void);
|
|
691
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
692
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
693
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
694
694
|
};
|
|
695
695
|
$forceUpdate: () => void;
|
|
696
696
|
$nextTick: typeof import("vue").nextTick;
|
|
697
697
|
$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;
|
|
698
698
|
} & Readonly<{
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
699
|
+
modelValue: import("..").JsonFormModel;
|
|
700
|
+
adapter: import("..").JsonFormAdapter;
|
|
701
|
+
model: import("..").JsonFormModel;
|
|
702
702
|
hideLabel: boolean;
|
|
703
703
|
hideAsterisk: boolean;
|
|
704
|
-
|
|
705
|
-
|
|
704
|
+
showColon: boolean;
|
|
705
|
+
component: string | import("vue").Component;
|
|
706
706
|
}> & Omit<Readonly<{
|
|
707
|
-
schemas: import("
|
|
708
|
-
modelValue?: import("
|
|
709
|
-
adapter?: import("
|
|
710
|
-
model?: import("
|
|
707
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
708
|
+
modelValue?: import("..").JsonFormModel;
|
|
709
|
+
adapter?: import("..").JsonFormAdapter;
|
|
710
|
+
model?: import("..").JsonFormModel;
|
|
711
711
|
hideLabel?: boolean;
|
|
712
712
|
hideAsterisk?: boolean;
|
|
713
713
|
showColon?: boolean;
|
|
714
714
|
component?: string | import("vue").Component;
|
|
715
715
|
}> & Readonly<{
|
|
716
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
717
|
-
}>, "
|
|
718
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
719
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
720
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
721
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
722
|
-
setFields: (data: Record<string, import("../form/interface
|
|
723
|
-
scrollToField: (field: string) => void | undefined;
|
|
716
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
717
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
718
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
719
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
720
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
721
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
722
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
723
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
724
724
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
725
725
|
$slots: {
|
|
726
726
|
[x: string]: ((props: {
|
|
@@ -731,27 +731,27 @@ declare const BasicCrudTable: {
|
|
|
731
731
|
};
|
|
732
732
|
}) | undefined>;
|
|
733
733
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
734
|
-
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any;
|
|
735
|
-
error: (error: unknown) => any;
|
|
736
734
|
close: () => any;
|
|
737
|
-
|
|
735
|
+
error: (error: unknown) => any;
|
|
736
|
+
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
738
737
|
"update:model": (value: import("type-fest").UnknownRecord) => any;
|
|
738
|
+
"update:visible": (value: boolean) => any;
|
|
739
739
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
740
|
-
beforeCreate?: (() => void) | (() => void)
|
|
741
|
-
created?: (() => void) | (() => void)
|
|
742
|
-
beforeMount?: (() => void) | (() => void)
|
|
743
|
-
mounted?: (() => void) | (() => void)
|
|
744
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
745
|
-
updated?: (() => void) | (() => void)
|
|
746
|
-
activated?: (() => void) | (() => void)
|
|
747
|
-
deactivated?: (() => void) | (() => void)
|
|
748
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
749
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
750
|
-
destroyed?: (() => void) | (() => void)
|
|
751
|
-
unmounted?: (() => void) | (() => void)
|
|
752
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
753
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
754
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
740
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
741
|
+
created?: (() => void)[] | (() => void);
|
|
742
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
743
|
+
mounted?: (() => void)[] | (() => void);
|
|
744
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
745
|
+
updated?: (() => void)[] | (() => void);
|
|
746
|
+
activated?: (() => void)[] | (() => void);
|
|
747
|
+
deactivated?: (() => void)[] | (() => void);
|
|
748
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
749
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
750
|
+
destroyed?: (() => void)[] | (() => void);
|
|
751
|
+
unmounted?: (() => void)[] | (() => void);
|
|
752
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
753
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
754
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
755
755
|
};
|
|
756
756
|
$forceUpdate: () => void;
|
|
757
757
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -761,34 +761,34 @@ declare const BasicCrudTable: {
|
|
|
761
761
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
762
762
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
763
763
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
764
|
-
detailApi?: (row: import("
|
|
764
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
765
765
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
766
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
766
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
767
767
|
} & {
|
|
768
768
|
visible?: boolean;
|
|
769
769
|
model?: import("type-fest").UnknownRecord;
|
|
770
770
|
}> & Readonly<{
|
|
771
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
772
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
773
771
|
onClose?: (() => any) | undefined;
|
|
774
|
-
|
|
772
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
773
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
775
774
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
776
|
-
|
|
777
|
-
|
|
775
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
776
|
+
}>, "formRef" | "open" | "type"> & {
|
|
777
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
778
778
|
type: "create" | "edit";
|
|
779
779
|
formRef: ({
|
|
780
780
|
$: import("vue").ComponentInternalInstance;
|
|
781
781
|
$data: {};
|
|
782
782
|
$props: {
|
|
783
|
-
readonly schemas: import("
|
|
784
|
-
readonly modelValue?: import("
|
|
785
|
-
readonly adapter?: import("
|
|
786
|
-
readonly model?: import("
|
|
787
|
-
readonly hideLabel?: boolean
|
|
788
|
-
readonly hideAsterisk?: boolean
|
|
789
|
-
readonly showColon?: boolean
|
|
790
|
-
readonly component?:
|
|
791
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
783
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
784
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
785
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
786
|
+
readonly model?: import("..").JsonFormModel;
|
|
787
|
+
readonly hideLabel?: boolean;
|
|
788
|
+
readonly hideAsterisk?: boolean;
|
|
789
|
+
readonly showColon?: boolean;
|
|
790
|
+
readonly component?: string | import("vue").Component;
|
|
791
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
792
792
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
793
793
|
$attrs: import("vue").Attrs;
|
|
794
794
|
$refs: {
|
|
@@ -800,82 +800,82 @@ declare const BasicCrudTable: {
|
|
|
800
800
|
$root: import("vue").ComponentPublicInstance | null;
|
|
801
801
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
802
802
|
$host: Element | null;
|
|
803
|
-
$emit: (event: "update:modelValue", value: import("
|
|
803
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
804
804
|
$el: any;
|
|
805
805
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
806
|
-
schemas: import("
|
|
807
|
-
modelValue?: import("
|
|
808
|
-
adapter?: import("
|
|
809
|
-
model?: import("
|
|
806
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
807
|
+
modelValue?: import("..").JsonFormModel;
|
|
808
|
+
adapter?: import("..").JsonFormAdapter;
|
|
809
|
+
model?: import("..").JsonFormModel;
|
|
810
810
|
hideLabel?: boolean;
|
|
811
811
|
hideAsterisk?: boolean;
|
|
812
812
|
showColon?: boolean;
|
|
813
813
|
component?: string | import("vue").Component;
|
|
814
814
|
}> & Readonly<{
|
|
815
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
815
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
816
816
|
}>, {
|
|
817
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
818
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
819
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
820
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
821
|
-
setFields: (data: Record<string, import("../form/interface
|
|
822
|
-
scrollToField: (field: string) => void | undefined;
|
|
817
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
818
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
819
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
820
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
821
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
822
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
823
823
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
824
|
-
"update:modelValue": (value: import("
|
|
824
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
825
825
|
}, string, {
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
826
|
+
modelValue: import("..").JsonFormModel;
|
|
827
|
+
adapter: import("..").JsonFormAdapter;
|
|
828
|
+
model: import("..").JsonFormModel;
|
|
829
829
|
hideLabel: boolean;
|
|
830
830
|
hideAsterisk: boolean;
|
|
831
|
-
|
|
832
|
-
|
|
831
|
+
showColon: boolean;
|
|
832
|
+
component: string | import("vue").Component;
|
|
833
833
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
834
|
-
beforeCreate?: (() => void) | (() => void)
|
|
835
|
-
created?: (() => void) | (() => void)
|
|
836
|
-
beforeMount?: (() => void) | (() => void)
|
|
837
|
-
mounted?: (() => void) | (() => void)
|
|
838
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
839
|
-
updated?: (() => void) | (() => void)
|
|
840
|
-
activated?: (() => void) | (() => void)
|
|
841
|
-
deactivated?: (() => void) | (() => void)
|
|
842
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
843
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
844
|
-
destroyed?: (() => void) | (() => void)
|
|
845
|
-
unmounted?: (() => void) | (() => void)
|
|
846
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
847
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
848
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
834
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
835
|
+
created?: (() => void)[] | (() => void);
|
|
836
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
837
|
+
mounted?: (() => void)[] | (() => void);
|
|
838
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
839
|
+
updated?: (() => void)[] | (() => void);
|
|
840
|
+
activated?: (() => void)[] | (() => void);
|
|
841
|
+
deactivated?: (() => void)[] | (() => void);
|
|
842
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
843
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
844
|
+
destroyed?: (() => void)[] | (() => void);
|
|
845
|
+
unmounted?: (() => void)[] | (() => void);
|
|
846
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
847
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
848
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
849
849
|
};
|
|
850
850
|
$forceUpdate: () => void;
|
|
851
851
|
$nextTick: typeof import("vue").nextTick;
|
|
852
852
|
$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;
|
|
853
853
|
} & Readonly<{
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
854
|
+
modelValue: import("..").JsonFormModel;
|
|
855
|
+
adapter: import("..").JsonFormAdapter;
|
|
856
|
+
model: import("..").JsonFormModel;
|
|
857
857
|
hideLabel: boolean;
|
|
858
858
|
hideAsterisk: boolean;
|
|
859
|
-
|
|
860
|
-
|
|
859
|
+
showColon: boolean;
|
|
860
|
+
component: string | import("vue").Component;
|
|
861
861
|
}> & Omit<Readonly<{
|
|
862
|
-
schemas: import("
|
|
863
|
-
modelValue?: import("
|
|
864
|
-
adapter?: import("
|
|
865
|
-
model?: import("
|
|
862
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
863
|
+
modelValue?: import("..").JsonFormModel;
|
|
864
|
+
adapter?: import("..").JsonFormAdapter;
|
|
865
|
+
model?: import("..").JsonFormModel;
|
|
866
866
|
hideLabel?: boolean;
|
|
867
867
|
hideAsterisk?: boolean;
|
|
868
868
|
showColon?: boolean;
|
|
869
869
|
component?: string | import("vue").Component;
|
|
870
870
|
}> & Readonly<{
|
|
871
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
872
|
-
}>, "
|
|
873
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
874
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
875
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
876
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
877
|
-
setFields: (data: Record<string, import("../form/interface
|
|
878
|
-
scrollToField: (field: string) => void | undefined;
|
|
871
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
872
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
873
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
874
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
875
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
876
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
877
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
878
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
879
879
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
880
880
|
$slots: {
|
|
881
881
|
[x: string]: ((props: {
|
|
@@ -891,20 +891,20 @@ declare const BasicCrudTable: {
|
|
|
891
891
|
};
|
|
892
892
|
}) | undefined>;
|
|
893
893
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
894
|
-
search: (params: import("../index.ts").ToolbarModelValue) => any;
|
|
895
|
-
reset: () => any;
|
|
896
|
-
error: (error: unknown) => any;
|
|
897
|
-
delete: (row: import("../index.ts").TableData, context?: unknown) => any;
|
|
898
894
|
create: () => any;
|
|
899
|
-
|
|
895
|
+
delete: (row: import("..").TableData, context?: unknown) => any;
|
|
896
|
+
edit: (row: import("..").TableData, context?: unknown) => any;
|
|
897
|
+
error: (error: unknown) => any;
|
|
898
|
+
modalClose: () => any;
|
|
899
|
+
modalSuccess: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
900
|
+
reset: () => any;
|
|
901
|
+
search: (params: import("..").ToolbarModelValue) => any;
|
|
902
|
+
tableFetched: (rows: import("..").TableData[], result: import("./types").BasicCrudTableDataResult<import("..").TableData>) => any;
|
|
900
903
|
"update:loading": (value: boolean) => any;
|
|
901
|
-
"update:toolbarModel": (value: import("../index.ts").ToolbarModelValue) => any;
|
|
902
|
-
"update:tableData": (value: import("../index.ts").TableData[]) => any;
|
|
903
904
|
"update:modalModel": (value: import("type-fest").UnknownRecord) => any;
|
|
904
905
|
"update:modalVisible": (value: boolean) => any;
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
modalClose: () => any;
|
|
906
|
+
"update:tableData": (value: import("..").TableData[]) => any;
|
|
907
|
+
"update:toolbarModel": (value: import("..").ToolbarModelValue) => any;
|
|
908
908
|
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
909
909
|
P: {};
|
|
910
910
|
B: {};
|
|
@@ -912,27 +912,27 @@ declare const BasicCrudTable: {
|
|
|
912
912
|
C: {};
|
|
913
913
|
M: {};
|
|
914
914
|
Defaults: {};
|
|
915
|
-
}, Readonly<import("./types").BasicCrudTableProps<import("
|
|
915
|
+
}, Readonly<import("./types").BasicCrudTableProps<import("..").TableData> & {
|
|
916
916
|
loading?: boolean;
|
|
917
|
-
toolbarModel?: import("
|
|
918
|
-
tableData?: import("
|
|
917
|
+
toolbarModel?: import("..").ToolbarModelValue;
|
|
918
|
+
tableData?: import("..").TableData[];
|
|
919
919
|
modalModel?: import("type-fest").UnknownRecord;
|
|
920
920
|
modalVisible?: boolean;
|
|
921
921
|
}> & Readonly<{
|
|
922
|
-
onSearch?: ((params: import("../index.ts").ToolbarModelValue) => any) | undefined;
|
|
923
|
-
onReset?: (() => any) | undefined;
|
|
924
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
925
|
-
onDelete?: ((row: import("../index.ts").TableData, context?: unknown) => any) | undefined;
|
|
926
922
|
onCreate?: (() => any) | undefined;
|
|
927
|
-
|
|
923
|
+
onDelete?: ((row: import("..").TableData, context?: unknown) => any) | undefined;
|
|
924
|
+
onEdit?: ((row: import("..").TableData, context?: unknown) => any) | undefined;
|
|
925
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
926
|
+
onModalClose?: (() => any) | undefined;
|
|
927
|
+
onModalSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
928
|
+
onReset?: (() => any) | undefined;
|
|
929
|
+
onSearch?: ((params: import("..").ToolbarModelValue) => any) | undefined;
|
|
930
|
+
onTableFetched?: ((rows: import("..").TableData[], result: import("./types").BasicCrudTableDataResult<import("..").TableData>) => any) | undefined;
|
|
928
931
|
"onUpdate:loading"?: ((value: boolean) => any) | undefined;
|
|
929
|
-
"onUpdate:toolbarModel"?: ((value: import("../index.ts").ToolbarModelValue) => any) | undefined;
|
|
930
|
-
"onUpdate:tableData"?: ((value: import("../index.ts").TableData[]) => any) | undefined;
|
|
931
932
|
"onUpdate:modalModel"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
932
933
|
"onUpdate:modalVisible"?: ((value: boolean) => any) | undefined;
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
onModalClose?: (() => any) | undefined;
|
|
934
|
+
"onUpdate:tableData"?: ((value: import("..").TableData[]) => any) | undefined;
|
|
935
|
+
"onUpdate:toolbarModel"?: ((value: import("..").ToolbarModelValue) => any) | undefined;
|
|
936
936
|
}>, {
|
|
937
937
|
fetchTableData: (fetchParams?: import("type-fest").UnknownRecord) => Promise<void>;
|
|
938
938
|
search: () => Promise<void>;
|
|
@@ -940,29 +940,29 @@ declare const BasicCrudTable: {
|
|
|
940
940
|
resetToolbar: () => void;
|
|
941
941
|
resetTable: () => Promise<void>;
|
|
942
942
|
create: () => void;
|
|
943
|
-
edit: (row: import("
|
|
944
|
-
delete: (row: import("
|
|
945
|
-
tableData: import("vue").ComputedRef<import("
|
|
943
|
+
edit: (row: import("..").TableData, context?: unknown) => Promise<void>;
|
|
944
|
+
delete: (row: import("..").TableData, context?: unknown) => Promise<boolean>;
|
|
945
|
+
tableData: import("vue").ComputedRef<import("..").TableData[]>;
|
|
946
946
|
fetchData: import("vue").ComputedRef<unknown>;
|
|
947
947
|
isCreate: import("vue").ComputedRef<boolean>;
|
|
948
948
|
modalRef: import("vue").ShallowRef<({
|
|
949
949
|
$: import("vue").ComponentInternalInstance;
|
|
950
950
|
$data: {};
|
|
951
951
|
$props: {
|
|
952
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps
|
|
953
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps
|
|
954
|
-
readonly createApi?: (
|
|
955
|
-
readonly updateApi?: (
|
|
956
|
-
readonly detailApi?: (
|
|
957
|
-
readonly valueTransformer?: (
|
|
958
|
-
readonly beforeSubmit?: (
|
|
959
|
-
readonly visible?: boolean
|
|
960
|
-
readonly model?: import("type-fest").UnknownRecord
|
|
961
|
-
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
962
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
952
|
+
readonly modalProps?: import("./types").BasicCrudTableModalProps;
|
|
953
|
+
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
954
|
+
readonly createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
955
|
+
readonly updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
956
|
+
readonly detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
957
|
+
readonly valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
958
|
+
readonly beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
959
|
+
readonly visible?: boolean;
|
|
960
|
+
readonly model?: import("type-fest").UnknownRecord;
|
|
963
961
|
readonly onClose?: (() => any) | undefined;
|
|
964
|
-
readonly
|
|
962
|
+
readonly onError?: ((error: unknown) => any) | undefined;
|
|
963
|
+
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
965
964
|
readonly "onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
965
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
966
966
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
967
967
|
$attrs: import("vue").Attrs;
|
|
968
968
|
$refs: {
|
|
@@ -974,41 +974,41 @@ declare const BasicCrudTable: {
|
|
|
974
974
|
$root: import("vue").ComponentPublicInstance | null;
|
|
975
975
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
976
976
|
$host: Element | null;
|
|
977
|
-
$emit: ((event: "
|
|
977
|
+
$emit: ((event: "close") => void) & ((event: "error", error: unknown) => void) & ((event: "success", result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => void) & ((event: "update:model", value: import("type-fest").UnknownRecord) => void) & ((event: "update:visible", value: boolean) => void);
|
|
978
978
|
$el: any;
|
|
979
979
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
980
980
|
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
981
981
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
982
982
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
983
983
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
984
|
-
detailApi?: (row: import("
|
|
984
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
985
985
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
986
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
986
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
987
987
|
} & {
|
|
988
988
|
visible?: boolean;
|
|
989
989
|
model?: import("type-fest").UnknownRecord;
|
|
990
990
|
}> & Readonly<{
|
|
991
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
992
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
993
991
|
onClose?: (() => any) | undefined;
|
|
994
|
-
|
|
992
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
993
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
995
994
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
995
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
996
996
|
}>, {
|
|
997
|
-
open: (row?: import("
|
|
997
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
998
998
|
type: import("vue").ComputedRef<"create" | "edit">;
|
|
999
999
|
formRef: import("vue").ShallowRef<({
|
|
1000
1000
|
$: import("vue").ComponentInternalInstance;
|
|
1001
1001
|
$data: {};
|
|
1002
1002
|
$props: {
|
|
1003
|
-
readonly schemas: import("
|
|
1004
|
-
readonly modelValue?: import("
|
|
1005
|
-
readonly adapter?: import("
|
|
1006
|
-
readonly model?: import("
|
|
1007
|
-
readonly hideLabel?: boolean
|
|
1008
|
-
readonly hideAsterisk?: boolean
|
|
1009
|
-
readonly showColon?: boolean
|
|
1010
|
-
readonly component?:
|
|
1011
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1003
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1004
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1005
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1006
|
+
readonly model?: import("..").JsonFormModel;
|
|
1007
|
+
readonly hideLabel?: boolean;
|
|
1008
|
+
readonly hideAsterisk?: boolean;
|
|
1009
|
+
readonly showColon?: boolean;
|
|
1010
|
+
readonly component?: string | import("vue").Component;
|
|
1011
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1012
1012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1013
1013
|
$attrs: import("vue").Attrs;
|
|
1014
1014
|
$refs: {
|
|
@@ -1020,82 +1020,82 @@ declare const BasicCrudTable: {
|
|
|
1020
1020
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1021
1021
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1022
1022
|
$host: Element | null;
|
|
1023
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1023
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1024
1024
|
$el: any;
|
|
1025
1025
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1026
|
-
schemas: import("
|
|
1027
|
-
modelValue?: import("
|
|
1028
|
-
adapter?: import("
|
|
1029
|
-
model?: import("
|
|
1026
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1027
|
+
modelValue?: import("..").JsonFormModel;
|
|
1028
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1029
|
+
model?: import("..").JsonFormModel;
|
|
1030
1030
|
hideLabel?: boolean;
|
|
1031
1031
|
hideAsterisk?: boolean;
|
|
1032
1032
|
showColon?: boolean;
|
|
1033
1033
|
component?: string | import("vue").Component;
|
|
1034
1034
|
}> & Readonly<{
|
|
1035
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1035
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1036
1036
|
}>, {
|
|
1037
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1038
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1039
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1040
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1041
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1042
|
-
scrollToField: (field: string) => void | undefined;
|
|
1037
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1038
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1039
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1040
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1041
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1042
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1043
1043
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1044
|
-
"update:modelValue": (value: import("
|
|
1044
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1045
1045
|
}, string, {
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1046
|
+
modelValue: import("..").JsonFormModel;
|
|
1047
|
+
adapter: import("..").JsonFormAdapter;
|
|
1048
|
+
model: import("..").JsonFormModel;
|
|
1049
1049
|
hideLabel: boolean;
|
|
1050
1050
|
hideAsterisk: boolean;
|
|
1051
|
-
|
|
1052
|
-
|
|
1051
|
+
showColon: boolean;
|
|
1052
|
+
component: string | import("vue").Component;
|
|
1053
1053
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1054
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1055
|
-
created?: (() => void) | (() => void)
|
|
1056
|
-
beforeMount?: (() => void) | (() => void)
|
|
1057
|
-
mounted?: (() => void) | (() => void)
|
|
1058
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1059
|
-
updated?: (() => void) | (() => void)
|
|
1060
|
-
activated?: (() => void) | (() => void)
|
|
1061
|
-
deactivated?: (() => void) | (() => void)
|
|
1062
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1063
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1064
|
-
destroyed?: (() => void) | (() => void)
|
|
1065
|
-
unmounted?: (() => void) | (() => void)
|
|
1066
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1067
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1068
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1054
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1055
|
+
created?: (() => void)[] | (() => void);
|
|
1056
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1057
|
+
mounted?: (() => void)[] | (() => void);
|
|
1058
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1059
|
+
updated?: (() => void)[] | (() => void);
|
|
1060
|
+
activated?: (() => void)[] | (() => void);
|
|
1061
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1062
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1063
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1064
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1065
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1066
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1067
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1068
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1069
1069
|
};
|
|
1070
1070
|
$forceUpdate: () => void;
|
|
1071
1071
|
$nextTick: typeof import("vue").nextTick;
|
|
1072
1072
|
$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;
|
|
1073
1073
|
} & Readonly<{
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1074
|
+
modelValue: import("..").JsonFormModel;
|
|
1075
|
+
adapter: import("..").JsonFormAdapter;
|
|
1076
|
+
model: import("..").JsonFormModel;
|
|
1077
1077
|
hideLabel: boolean;
|
|
1078
1078
|
hideAsterisk: boolean;
|
|
1079
|
-
|
|
1080
|
-
|
|
1079
|
+
showColon: boolean;
|
|
1080
|
+
component: string | import("vue").Component;
|
|
1081
1081
|
}> & Omit<Readonly<{
|
|
1082
|
-
schemas: import("
|
|
1083
|
-
modelValue?: import("
|
|
1084
|
-
adapter?: import("
|
|
1085
|
-
model?: import("
|
|
1082
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1083
|
+
modelValue?: import("..").JsonFormModel;
|
|
1084
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1085
|
+
model?: import("..").JsonFormModel;
|
|
1086
1086
|
hideLabel?: boolean;
|
|
1087
1087
|
hideAsterisk?: boolean;
|
|
1088
1088
|
showColon?: boolean;
|
|
1089
1089
|
component?: string | import("vue").Component;
|
|
1090
1090
|
}> & Readonly<{
|
|
1091
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1092
|
-
}>, "
|
|
1093
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1094
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1095
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1096
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1097
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1098
|
-
scrollToField: (field: string) => void | undefined;
|
|
1091
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1092
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1093
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1094
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1095
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1096
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1097
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1098
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1099
1099
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1100
1100
|
$slots: {
|
|
1101
1101
|
[x: string]: ((props: {
|
|
@@ -1108,15 +1108,15 @@ declare const BasicCrudTable: {
|
|
|
1108
1108
|
$: import("vue").ComponentInternalInstance;
|
|
1109
1109
|
$data: {};
|
|
1110
1110
|
$props: {
|
|
1111
|
-
readonly schemas: import("
|
|
1112
|
-
readonly modelValue?: import("
|
|
1113
|
-
readonly adapter?: import("
|
|
1114
|
-
readonly model?: import("
|
|
1115
|
-
readonly hideLabel?: boolean
|
|
1116
|
-
readonly hideAsterisk?: boolean
|
|
1117
|
-
readonly showColon?: boolean
|
|
1118
|
-
readonly component?:
|
|
1119
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1111
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1112
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1113
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1114
|
+
readonly model?: import("..").JsonFormModel;
|
|
1115
|
+
readonly hideLabel?: boolean;
|
|
1116
|
+
readonly hideAsterisk?: boolean;
|
|
1117
|
+
readonly showColon?: boolean;
|
|
1118
|
+
readonly component?: string | import("vue").Component;
|
|
1119
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1120
1120
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1121
1121
|
$attrs: import("vue").Attrs;
|
|
1122
1122
|
$refs: {
|
|
@@ -1128,82 +1128,82 @@ declare const BasicCrudTable: {
|
|
|
1128
1128
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1129
1129
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1130
1130
|
$host: Element | null;
|
|
1131
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1131
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1132
1132
|
$el: any;
|
|
1133
1133
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1134
|
-
schemas: import("
|
|
1135
|
-
modelValue?: import("
|
|
1136
|
-
adapter?: import("
|
|
1137
|
-
model?: import("
|
|
1134
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1135
|
+
modelValue?: import("..").JsonFormModel;
|
|
1136
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1137
|
+
model?: import("..").JsonFormModel;
|
|
1138
1138
|
hideLabel?: boolean;
|
|
1139
1139
|
hideAsterisk?: boolean;
|
|
1140
1140
|
showColon?: boolean;
|
|
1141
1141
|
component?: string | import("vue").Component;
|
|
1142
1142
|
}> & Readonly<{
|
|
1143
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1143
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1144
1144
|
}>, {
|
|
1145
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1146
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1147
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1148
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1149
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1150
|
-
scrollToField: (field: string) => void | undefined;
|
|
1145
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1146
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1147
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1148
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1149
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1150
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1151
1151
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1152
|
-
"update:modelValue": (value: import("
|
|
1152
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1153
1153
|
}, string, {
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1154
|
+
modelValue: import("..").JsonFormModel;
|
|
1155
|
+
adapter: import("..").JsonFormAdapter;
|
|
1156
|
+
model: import("..").JsonFormModel;
|
|
1157
1157
|
hideLabel: boolean;
|
|
1158
1158
|
hideAsterisk: boolean;
|
|
1159
|
-
|
|
1160
|
-
|
|
1159
|
+
showColon: boolean;
|
|
1160
|
+
component: string | import("vue").Component;
|
|
1161
1161
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1162
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1163
|
-
created?: (() => void) | (() => void)
|
|
1164
|
-
beforeMount?: (() => void) | (() => void)
|
|
1165
|
-
mounted?: (() => void) | (() => void)
|
|
1166
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1167
|
-
updated?: (() => void) | (() => void)
|
|
1168
|
-
activated?: (() => void) | (() => void)
|
|
1169
|
-
deactivated?: (() => void) | (() => void)
|
|
1170
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1171
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1172
|
-
destroyed?: (() => void) | (() => void)
|
|
1173
|
-
unmounted?: (() => void) | (() => void)
|
|
1174
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1175
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1176
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1162
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1163
|
+
created?: (() => void)[] | (() => void);
|
|
1164
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1165
|
+
mounted?: (() => void)[] | (() => void);
|
|
1166
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1167
|
+
updated?: (() => void)[] | (() => void);
|
|
1168
|
+
activated?: (() => void)[] | (() => void);
|
|
1169
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1170
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1171
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1172
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1173
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1174
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1175
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1176
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1177
1177
|
};
|
|
1178
1178
|
$forceUpdate: () => void;
|
|
1179
1179
|
$nextTick: typeof import("vue").nextTick;
|
|
1180
1180
|
$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;
|
|
1181
1181
|
} & Readonly<{
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1182
|
+
modelValue: import("..").JsonFormModel;
|
|
1183
|
+
adapter: import("..").JsonFormAdapter;
|
|
1184
|
+
model: import("..").JsonFormModel;
|
|
1185
1185
|
hideLabel: boolean;
|
|
1186
1186
|
hideAsterisk: boolean;
|
|
1187
|
-
|
|
1188
|
-
|
|
1187
|
+
showColon: boolean;
|
|
1188
|
+
component: string | import("vue").Component;
|
|
1189
1189
|
}> & Omit<Readonly<{
|
|
1190
|
-
schemas: import("
|
|
1191
|
-
modelValue?: import("
|
|
1192
|
-
adapter?: import("
|
|
1193
|
-
model?: import("
|
|
1190
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1191
|
+
modelValue?: import("..").JsonFormModel;
|
|
1192
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1193
|
+
model?: import("..").JsonFormModel;
|
|
1194
1194
|
hideLabel?: boolean;
|
|
1195
1195
|
hideAsterisk?: boolean;
|
|
1196
1196
|
showColon?: boolean;
|
|
1197
1197
|
component?: string | import("vue").Component;
|
|
1198
1198
|
}> & Readonly<{
|
|
1199
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1200
|
-
}>, "
|
|
1201
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1202
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1203
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1204
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1205
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1206
|
-
scrollToField: (field: string) => void | undefined;
|
|
1199
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1200
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1201
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1202
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1203
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1204
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1205
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1206
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1207
1207
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1208
1208
|
$slots: {
|
|
1209
1209
|
[x: string]: ((props: {
|
|
@@ -1214,27 +1214,27 @@ declare const BasicCrudTable: {
|
|
|
1214
1214
|
};
|
|
1215
1215
|
}) | undefined>;
|
|
1216
1216
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1217
|
-
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any;
|
|
1218
|
-
error: (error: unknown) => any;
|
|
1219
1217
|
close: () => any;
|
|
1220
|
-
|
|
1218
|
+
error: (error: unknown) => any;
|
|
1219
|
+
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
1221
1220
|
"update:model": (value: import("type-fest").UnknownRecord) => any;
|
|
1221
|
+
"update:visible": (value: boolean) => any;
|
|
1222
1222
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1223
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1224
|
-
created?: (() => void) | (() => void)
|
|
1225
|
-
beforeMount?: (() => void) | (() => void)
|
|
1226
|
-
mounted?: (() => void) | (() => void)
|
|
1227
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1228
|
-
updated?: (() => void) | (() => void)
|
|
1229
|
-
activated?: (() => void) | (() => void)
|
|
1230
|
-
deactivated?: (() => void) | (() => void)
|
|
1231
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1232
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1233
|
-
destroyed?: (() => void) | (() => void)
|
|
1234
|
-
unmounted?: (() => void) | (() => void)
|
|
1235
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1236
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1237
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1223
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1224
|
+
created?: (() => void)[] | (() => void);
|
|
1225
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1226
|
+
mounted?: (() => void)[] | (() => void);
|
|
1227
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1228
|
+
updated?: (() => void)[] | (() => void);
|
|
1229
|
+
activated?: (() => void)[] | (() => void);
|
|
1230
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1231
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1232
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1233
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1234
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1235
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1236
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1237
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1238
1238
|
};
|
|
1239
1239
|
$forceUpdate: () => void;
|
|
1240
1240
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -1244,34 +1244,34 @@ declare const BasicCrudTable: {
|
|
|
1244
1244
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
1245
1245
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1246
1246
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1247
|
-
detailApi?: (row: import("
|
|
1247
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
1248
1248
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
1249
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
1249
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
1250
1250
|
} & {
|
|
1251
1251
|
visible?: boolean;
|
|
1252
1252
|
model?: import("type-fest").UnknownRecord;
|
|
1253
1253
|
}> & Readonly<{
|
|
1254
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
1255
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
1256
1254
|
onClose?: (() => any) | undefined;
|
|
1257
|
-
|
|
1255
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
1256
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1258
1257
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1259
|
-
|
|
1260
|
-
|
|
1258
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1259
|
+
}>, "formRef" | "open" | "type"> & {
|
|
1260
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
1261
1261
|
type: "create" | "edit";
|
|
1262
1262
|
formRef: ({
|
|
1263
1263
|
$: import("vue").ComponentInternalInstance;
|
|
1264
1264
|
$data: {};
|
|
1265
1265
|
$props: {
|
|
1266
|
-
readonly schemas: import("
|
|
1267
|
-
readonly modelValue?: import("
|
|
1268
|
-
readonly adapter?: import("
|
|
1269
|
-
readonly model?: import("
|
|
1270
|
-
readonly hideLabel?: boolean
|
|
1271
|
-
readonly hideAsterisk?: boolean
|
|
1272
|
-
readonly showColon?: boolean
|
|
1273
|
-
readonly component?:
|
|
1274
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1266
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1267
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1268
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1269
|
+
readonly model?: import("..").JsonFormModel;
|
|
1270
|
+
readonly hideLabel?: boolean;
|
|
1271
|
+
readonly hideAsterisk?: boolean;
|
|
1272
|
+
readonly showColon?: boolean;
|
|
1273
|
+
readonly component?: string | import("vue").Component;
|
|
1274
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1275
1275
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1276
1276
|
$attrs: import("vue").Attrs;
|
|
1277
1277
|
$refs: {
|
|
@@ -1283,82 +1283,82 @@ declare const BasicCrudTable: {
|
|
|
1283
1283
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1284
1284
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1285
1285
|
$host: Element | null;
|
|
1286
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1286
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1287
1287
|
$el: any;
|
|
1288
1288
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1289
|
-
schemas: import("
|
|
1290
|
-
modelValue?: import("
|
|
1291
|
-
adapter?: import("
|
|
1292
|
-
model?: import("
|
|
1289
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1290
|
+
modelValue?: import("..").JsonFormModel;
|
|
1291
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1292
|
+
model?: import("..").JsonFormModel;
|
|
1293
1293
|
hideLabel?: boolean;
|
|
1294
1294
|
hideAsterisk?: boolean;
|
|
1295
1295
|
showColon?: boolean;
|
|
1296
1296
|
component?: string | import("vue").Component;
|
|
1297
1297
|
}> & Readonly<{
|
|
1298
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1298
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1299
1299
|
}>, {
|
|
1300
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1301
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1302
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1303
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1304
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1305
|
-
scrollToField: (field: string) => void | undefined;
|
|
1300
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1301
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1302
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1303
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1304
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1305
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1306
1306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1307
|
-
"update:modelValue": (value: import("
|
|
1307
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1308
1308
|
}, string, {
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1309
|
+
modelValue: import("..").JsonFormModel;
|
|
1310
|
+
adapter: import("..").JsonFormAdapter;
|
|
1311
|
+
model: import("..").JsonFormModel;
|
|
1312
1312
|
hideLabel: boolean;
|
|
1313
1313
|
hideAsterisk: boolean;
|
|
1314
|
-
|
|
1315
|
-
|
|
1314
|
+
showColon: boolean;
|
|
1315
|
+
component: string | import("vue").Component;
|
|
1316
1316
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1317
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1318
|
-
created?: (() => void) | (() => void)
|
|
1319
|
-
beforeMount?: (() => void) | (() => void)
|
|
1320
|
-
mounted?: (() => void) | (() => void)
|
|
1321
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1322
|
-
updated?: (() => void) | (() => void)
|
|
1323
|
-
activated?: (() => void) | (() => void)
|
|
1324
|
-
deactivated?: (() => void) | (() => void)
|
|
1325
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1326
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1327
|
-
destroyed?: (() => void) | (() => void)
|
|
1328
|
-
unmounted?: (() => void) | (() => void)
|
|
1329
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1330
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1331
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1317
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1318
|
+
created?: (() => void)[] | (() => void);
|
|
1319
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1320
|
+
mounted?: (() => void)[] | (() => void);
|
|
1321
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1322
|
+
updated?: (() => void)[] | (() => void);
|
|
1323
|
+
activated?: (() => void)[] | (() => void);
|
|
1324
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1325
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1326
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1327
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1328
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1329
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1330
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1331
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1332
1332
|
};
|
|
1333
1333
|
$forceUpdate: () => void;
|
|
1334
1334
|
$nextTick: typeof import("vue").nextTick;
|
|
1335
1335
|
$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;
|
|
1336
1336
|
} & Readonly<{
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1337
|
+
modelValue: import("..").JsonFormModel;
|
|
1338
|
+
adapter: import("..").JsonFormAdapter;
|
|
1339
|
+
model: import("..").JsonFormModel;
|
|
1340
1340
|
hideLabel: boolean;
|
|
1341
1341
|
hideAsterisk: boolean;
|
|
1342
|
-
|
|
1343
|
-
|
|
1342
|
+
showColon: boolean;
|
|
1343
|
+
component: string | import("vue").Component;
|
|
1344
1344
|
}> & Omit<Readonly<{
|
|
1345
|
-
schemas: import("
|
|
1346
|
-
modelValue?: import("
|
|
1347
|
-
adapter?: import("
|
|
1348
|
-
model?: import("
|
|
1345
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1346
|
+
modelValue?: import("..").JsonFormModel;
|
|
1347
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1348
|
+
model?: import("..").JsonFormModel;
|
|
1349
1349
|
hideLabel?: boolean;
|
|
1350
1350
|
hideAsterisk?: boolean;
|
|
1351
1351
|
showColon?: boolean;
|
|
1352
1352
|
component?: string | import("vue").Component;
|
|
1353
1353
|
}> & Readonly<{
|
|
1354
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1355
|
-
}>, "
|
|
1356
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1357
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1358
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1359
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1360
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1361
|
-
scrollToField: (field: string) => void | undefined;
|
|
1354
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1355
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1356
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1357
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1358
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1359
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1360
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1361
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1362
1362
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1363
1363
|
$slots: {
|
|
1364
1364
|
[x: string]: ((props: {
|
|
@@ -1376,20 +1376,20 @@ declare const BasicCrudTable: {
|
|
|
1376
1376
|
$: import("vue").ComponentInternalInstance;
|
|
1377
1377
|
$data: {};
|
|
1378
1378
|
$props: {
|
|
1379
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps
|
|
1380
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps
|
|
1381
|
-
readonly createApi?: (
|
|
1382
|
-
readonly updateApi?: (
|
|
1383
|
-
readonly detailApi?: (
|
|
1384
|
-
readonly valueTransformer?: (
|
|
1385
|
-
readonly beforeSubmit?: (
|
|
1386
|
-
readonly visible?: boolean
|
|
1387
|
-
readonly model?: import("type-fest").UnknownRecord
|
|
1388
|
-
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
1389
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
1379
|
+
readonly modalProps?: import("./types").BasicCrudTableModalProps;
|
|
1380
|
+
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
1381
|
+
readonly createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1382
|
+
readonly updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1383
|
+
readonly detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
1384
|
+
readonly valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
1385
|
+
readonly beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
1386
|
+
readonly visible?: boolean;
|
|
1387
|
+
readonly model?: import("type-fest").UnknownRecord;
|
|
1390
1388
|
readonly onClose?: (() => any) | undefined;
|
|
1391
|
-
readonly
|
|
1389
|
+
readonly onError?: ((error: unknown) => any) | undefined;
|
|
1390
|
+
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1392
1391
|
readonly "onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1392
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1393
1393
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1394
1394
|
$attrs: import("vue").Attrs;
|
|
1395
1395
|
$refs: {
|
|
@@ -1401,41 +1401,41 @@ declare const BasicCrudTable: {
|
|
|
1401
1401
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1402
1402
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1403
1403
|
$host: Element | null;
|
|
1404
|
-
$emit: ((event: "
|
|
1404
|
+
$emit: ((event: "close") => void) & ((event: "error", error: unknown) => void) & ((event: "success", result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => void) & ((event: "update:model", value: import("type-fest").UnknownRecord) => void) & ((event: "update:visible", value: boolean) => void);
|
|
1405
1405
|
$el: any;
|
|
1406
1406
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1407
1407
|
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
1408
1408
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
1409
1409
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1410
1410
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1411
|
-
detailApi?: (row: import("
|
|
1411
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
1412
1412
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
1413
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
1413
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
1414
1414
|
} & {
|
|
1415
1415
|
visible?: boolean;
|
|
1416
1416
|
model?: import("type-fest").UnknownRecord;
|
|
1417
1417
|
}> & Readonly<{
|
|
1418
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
1419
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
1420
1418
|
onClose?: (() => any) | undefined;
|
|
1421
|
-
|
|
1419
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
1420
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1422
1421
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1422
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1423
1423
|
}>, {
|
|
1424
|
-
open: (row?: import("
|
|
1424
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
1425
1425
|
type: import("vue").ComputedRef<"create" | "edit">;
|
|
1426
1426
|
formRef: import("vue").ShallowRef<({
|
|
1427
1427
|
$: import("vue").ComponentInternalInstance;
|
|
1428
1428
|
$data: {};
|
|
1429
1429
|
$props: {
|
|
1430
|
-
readonly schemas: import("
|
|
1431
|
-
readonly modelValue?: import("
|
|
1432
|
-
readonly adapter?: import("
|
|
1433
|
-
readonly model?: import("
|
|
1434
|
-
readonly hideLabel?: boolean
|
|
1435
|
-
readonly hideAsterisk?: boolean
|
|
1436
|
-
readonly showColon?: boolean
|
|
1437
|
-
readonly component?:
|
|
1438
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1430
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1431
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1432
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1433
|
+
readonly model?: import("..").JsonFormModel;
|
|
1434
|
+
readonly hideLabel?: boolean;
|
|
1435
|
+
readonly hideAsterisk?: boolean;
|
|
1436
|
+
readonly showColon?: boolean;
|
|
1437
|
+
readonly component?: string | import("vue").Component;
|
|
1438
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1439
1439
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1440
1440
|
$attrs: import("vue").Attrs;
|
|
1441
1441
|
$refs: {
|
|
@@ -1447,82 +1447,82 @@ declare const BasicCrudTable: {
|
|
|
1447
1447
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1448
1448
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1449
1449
|
$host: Element | null;
|
|
1450
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1450
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1451
1451
|
$el: any;
|
|
1452
1452
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1453
|
-
schemas: import("
|
|
1454
|
-
modelValue?: import("
|
|
1455
|
-
adapter?: import("
|
|
1456
|
-
model?: import("
|
|
1453
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1454
|
+
modelValue?: import("..").JsonFormModel;
|
|
1455
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1456
|
+
model?: import("..").JsonFormModel;
|
|
1457
1457
|
hideLabel?: boolean;
|
|
1458
1458
|
hideAsterisk?: boolean;
|
|
1459
1459
|
showColon?: boolean;
|
|
1460
1460
|
component?: string | import("vue").Component;
|
|
1461
1461
|
}> & Readonly<{
|
|
1462
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1462
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1463
1463
|
}>, {
|
|
1464
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1465
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1466
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1467
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1468
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1469
|
-
scrollToField: (field: string) => void | undefined;
|
|
1464
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1465
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1466
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1467
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1468
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1469
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1470
1470
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1471
|
-
"update:modelValue": (value: import("
|
|
1471
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1472
1472
|
}, string, {
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1473
|
+
modelValue: import("..").JsonFormModel;
|
|
1474
|
+
adapter: import("..").JsonFormAdapter;
|
|
1475
|
+
model: import("..").JsonFormModel;
|
|
1476
1476
|
hideLabel: boolean;
|
|
1477
1477
|
hideAsterisk: boolean;
|
|
1478
|
-
|
|
1479
|
-
|
|
1478
|
+
showColon: boolean;
|
|
1479
|
+
component: string | import("vue").Component;
|
|
1480
1480
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1481
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1482
|
-
created?: (() => void) | (() => void)
|
|
1483
|
-
beforeMount?: (() => void) | (() => void)
|
|
1484
|
-
mounted?: (() => void) | (() => void)
|
|
1485
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1486
|
-
updated?: (() => void) | (() => void)
|
|
1487
|
-
activated?: (() => void) | (() => void)
|
|
1488
|
-
deactivated?: (() => void) | (() => void)
|
|
1489
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1490
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1491
|
-
destroyed?: (() => void) | (() => void)
|
|
1492
|
-
unmounted?: (() => void) | (() => void)
|
|
1493
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1494
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1495
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1481
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1482
|
+
created?: (() => void)[] | (() => void);
|
|
1483
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1484
|
+
mounted?: (() => void)[] | (() => void);
|
|
1485
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1486
|
+
updated?: (() => void)[] | (() => void);
|
|
1487
|
+
activated?: (() => void)[] | (() => void);
|
|
1488
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1489
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1490
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1491
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1492
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1493
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1494
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1495
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1496
1496
|
};
|
|
1497
1497
|
$forceUpdate: () => void;
|
|
1498
1498
|
$nextTick: typeof import("vue").nextTick;
|
|
1499
1499
|
$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;
|
|
1500
1500
|
} & Readonly<{
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1501
|
+
modelValue: import("..").JsonFormModel;
|
|
1502
|
+
adapter: import("..").JsonFormAdapter;
|
|
1503
|
+
model: import("..").JsonFormModel;
|
|
1504
1504
|
hideLabel: boolean;
|
|
1505
1505
|
hideAsterisk: boolean;
|
|
1506
|
-
|
|
1507
|
-
|
|
1506
|
+
showColon: boolean;
|
|
1507
|
+
component: string | import("vue").Component;
|
|
1508
1508
|
}> & Omit<Readonly<{
|
|
1509
|
-
schemas: import("
|
|
1510
|
-
modelValue?: import("
|
|
1511
|
-
adapter?: import("
|
|
1512
|
-
model?: import("
|
|
1509
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1510
|
+
modelValue?: import("..").JsonFormModel;
|
|
1511
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1512
|
+
model?: import("..").JsonFormModel;
|
|
1513
1513
|
hideLabel?: boolean;
|
|
1514
1514
|
hideAsterisk?: boolean;
|
|
1515
1515
|
showColon?: boolean;
|
|
1516
1516
|
component?: string | import("vue").Component;
|
|
1517
1517
|
}> & Readonly<{
|
|
1518
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1519
|
-
}>, "
|
|
1520
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1521
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1522
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1523
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1524
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1525
|
-
scrollToField: (field: string) => void | undefined;
|
|
1518
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1519
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1520
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1521
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1522
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1523
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1524
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1525
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1526
1526
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1527
1527
|
$slots: {
|
|
1528
1528
|
[x: string]: ((props: {
|
|
@@ -1535,15 +1535,15 @@ declare const BasicCrudTable: {
|
|
|
1535
1535
|
$: import("vue").ComponentInternalInstance;
|
|
1536
1536
|
$data: {};
|
|
1537
1537
|
$props: {
|
|
1538
|
-
readonly schemas: import("
|
|
1539
|
-
readonly modelValue?: import("
|
|
1540
|
-
readonly adapter?: import("
|
|
1541
|
-
readonly model?: import("
|
|
1542
|
-
readonly hideLabel?: boolean
|
|
1543
|
-
readonly hideAsterisk?: boolean
|
|
1544
|
-
readonly showColon?: boolean
|
|
1545
|
-
readonly component?:
|
|
1546
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1538
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1539
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1540
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1541
|
+
readonly model?: import("..").JsonFormModel;
|
|
1542
|
+
readonly hideLabel?: boolean;
|
|
1543
|
+
readonly hideAsterisk?: boolean;
|
|
1544
|
+
readonly showColon?: boolean;
|
|
1545
|
+
readonly component?: string | import("vue").Component;
|
|
1546
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1547
1547
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1548
1548
|
$attrs: import("vue").Attrs;
|
|
1549
1549
|
$refs: {
|
|
@@ -1555,82 +1555,82 @@ declare const BasicCrudTable: {
|
|
|
1555
1555
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1556
1556
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1557
1557
|
$host: Element | null;
|
|
1558
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1558
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1559
1559
|
$el: any;
|
|
1560
1560
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1561
|
-
schemas: import("
|
|
1562
|
-
modelValue?: import("
|
|
1563
|
-
adapter?: import("
|
|
1564
|
-
model?: import("
|
|
1561
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1562
|
+
modelValue?: import("..").JsonFormModel;
|
|
1563
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1564
|
+
model?: import("..").JsonFormModel;
|
|
1565
1565
|
hideLabel?: boolean;
|
|
1566
1566
|
hideAsterisk?: boolean;
|
|
1567
1567
|
showColon?: boolean;
|
|
1568
1568
|
component?: string | import("vue").Component;
|
|
1569
1569
|
}> & Readonly<{
|
|
1570
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1570
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1571
1571
|
}>, {
|
|
1572
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1573
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1574
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1575
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1576
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1577
|
-
scrollToField: (field: string) => void | undefined;
|
|
1572
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1573
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1574
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1575
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1576
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1577
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1578
1578
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1579
|
-
"update:modelValue": (value: import("
|
|
1579
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1580
1580
|
}, string, {
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1581
|
+
modelValue: import("..").JsonFormModel;
|
|
1582
|
+
adapter: import("..").JsonFormAdapter;
|
|
1583
|
+
model: import("..").JsonFormModel;
|
|
1584
1584
|
hideLabel: boolean;
|
|
1585
1585
|
hideAsterisk: boolean;
|
|
1586
|
-
|
|
1587
|
-
|
|
1586
|
+
showColon: boolean;
|
|
1587
|
+
component: string | import("vue").Component;
|
|
1588
1588
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1589
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1590
|
-
created?: (() => void) | (() => void)
|
|
1591
|
-
beforeMount?: (() => void) | (() => void)
|
|
1592
|
-
mounted?: (() => void) | (() => void)
|
|
1593
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1594
|
-
updated?: (() => void) | (() => void)
|
|
1595
|
-
activated?: (() => void) | (() => void)
|
|
1596
|
-
deactivated?: (() => void) | (() => void)
|
|
1597
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1598
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1599
|
-
destroyed?: (() => void) | (() => void)
|
|
1600
|
-
unmounted?: (() => void) | (() => void)
|
|
1601
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1602
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1603
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1589
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1590
|
+
created?: (() => void)[] | (() => void);
|
|
1591
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1592
|
+
mounted?: (() => void)[] | (() => void);
|
|
1593
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1594
|
+
updated?: (() => void)[] | (() => void);
|
|
1595
|
+
activated?: (() => void)[] | (() => void);
|
|
1596
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1597
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1598
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1599
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1600
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1601
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1602
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1603
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1604
1604
|
};
|
|
1605
1605
|
$forceUpdate: () => void;
|
|
1606
1606
|
$nextTick: typeof import("vue").nextTick;
|
|
1607
1607
|
$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;
|
|
1608
1608
|
} & Readonly<{
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1609
|
+
modelValue: import("..").JsonFormModel;
|
|
1610
|
+
adapter: import("..").JsonFormAdapter;
|
|
1611
|
+
model: import("..").JsonFormModel;
|
|
1612
1612
|
hideLabel: boolean;
|
|
1613
1613
|
hideAsterisk: boolean;
|
|
1614
|
-
|
|
1615
|
-
|
|
1614
|
+
showColon: boolean;
|
|
1615
|
+
component: string | import("vue").Component;
|
|
1616
1616
|
}> & Omit<Readonly<{
|
|
1617
|
-
schemas: import("
|
|
1618
|
-
modelValue?: import("
|
|
1619
|
-
adapter?: import("
|
|
1620
|
-
model?: import("
|
|
1617
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1618
|
+
modelValue?: import("..").JsonFormModel;
|
|
1619
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1620
|
+
model?: import("..").JsonFormModel;
|
|
1621
1621
|
hideLabel?: boolean;
|
|
1622
1622
|
hideAsterisk?: boolean;
|
|
1623
1623
|
showColon?: boolean;
|
|
1624
1624
|
component?: string | import("vue").Component;
|
|
1625
1625
|
}> & Readonly<{
|
|
1626
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1627
|
-
}>, "
|
|
1628
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1629
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1630
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1631
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1632
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1633
|
-
scrollToField: (field: string) => void | undefined;
|
|
1626
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1627
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1628
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1629
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1630
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1631
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1632
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1633
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1634
1634
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1635
1635
|
$slots: {
|
|
1636
1636
|
[x: string]: ((props: {
|
|
@@ -1641,27 +1641,27 @@ declare const BasicCrudTable: {
|
|
|
1641
1641
|
};
|
|
1642
1642
|
}) | undefined>;
|
|
1643
1643
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1644
|
-
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any;
|
|
1645
|
-
error: (error: unknown) => any;
|
|
1646
1644
|
close: () => any;
|
|
1647
|
-
|
|
1645
|
+
error: (error: unknown) => any;
|
|
1646
|
+
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
1648
1647
|
"update:model": (value: import("type-fest").UnknownRecord) => any;
|
|
1648
|
+
"update:visible": (value: boolean) => any;
|
|
1649
1649
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1650
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1651
|
-
created?: (() => void) | (() => void)
|
|
1652
|
-
beforeMount?: (() => void) | (() => void)
|
|
1653
|
-
mounted?: (() => void) | (() => void)
|
|
1654
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1655
|
-
updated?: (() => void) | (() => void)
|
|
1656
|
-
activated?: (() => void) | (() => void)
|
|
1657
|
-
deactivated?: (() => void) | (() => void)
|
|
1658
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1659
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1660
|
-
destroyed?: (() => void) | (() => void)
|
|
1661
|
-
unmounted?: (() => void) | (() => void)
|
|
1662
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1663
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1664
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1650
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1651
|
+
created?: (() => void)[] | (() => void);
|
|
1652
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1653
|
+
mounted?: (() => void)[] | (() => void);
|
|
1654
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1655
|
+
updated?: (() => void)[] | (() => void);
|
|
1656
|
+
activated?: (() => void)[] | (() => void);
|
|
1657
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1658
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1659
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1660
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1661
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1662
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1663
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1664
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1665
1665
|
};
|
|
1666
1666
|
$forceUpdate: () => void;
|
|
1667
1667
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -1671,34 +1671,34 @@ declare const BasicCrudTable: {
|
|
|
1671
1671
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
1672
1672
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1673
1673
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1674
|
-
detailApi?: (row: import("
|
|
1674
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
1675
1675
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
1676
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
1676
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
1677
1677
|
} & {
|
|
1678
1678
|
visible?: boolean;
|
|
1679
1679
|
model?: import("type-fest").UnknownRecord;
|
|
1680
1680
|
}> & Readonly<{
|
|
1681
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
1682
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
1683
1681
|
onClose?: (() => any) | undefined;
|
|
1684
|
-
|
|
1682
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
1683
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1685
1684
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1686
|
-
|
|
1687
|
-
|
|
1685
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1686
|
+
}>, "formRef" | "open" | "type"> & {
|
|
1687
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
1688
1688
|
type: "create" | "edit";
|
|
1689
1689
|
formRef: ({
|
|
1690
1690
|
$: import("vue").ComponentInternalInstance;
|
|
1691
1691
|
$data: {};
|
|
1692
1692
|
$props: {
|
|
1693
|
-
readonly schemas: import("
|
|
1694
|
-
readonly modelValue?: import("
|
|
1695
|
-
readonly adapter?: import("
|
|
1696
|
-
readonly model?: import("
|
|
1697
|
-
readonly hideLabel?: boolean
|
|
1698
|
-
readonly hideAsterisk?: boolean
|
|
1699
|
-
readonly showColon?: boolean
|
|
1700
|
-
readonly component?:
|
|
1701
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1693
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1694
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1695
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1696
|
+
readonly model?: import("..").JsonFormModel;
|
|
1697
|
+
readonly hideLabel?: boolean;
|
|
1698
|
+
readonly hideAsterisk?: boolean;
|
|
1699
|
+
readonly showColon?: boolean;
|
|
1700
|
+
readonly component?: string | import("vue").Component;
|
|
1701
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1702
1702
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1703
1703
|
$attrs: import("vue").Attrs;
|
|
1704
1704
|
$refs: {
|
|
@@ -1710,82 +1710,82 @@ declare const BasicCrudTable: {
|
|
|
1710
1710
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1711
1711
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1712
1712
|
$host: Element | null;
|
|
1713
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1713
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1714
1714
|
$el: any;
|
|
1715
1715
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1716
|
-
schemas: import("
|
|
1717
|
-
modelValue?: import("
|
|
1718
|
-
adapter?: import("
|
|
1719
|
-
model?: import("
|
|
1716
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1717
|
+
modelValue?: import("..").JsonFormModel;
|
|
1718
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1719
|
+
model?: import("..").JsonFormModel;
|
|
1720
1720
|
hideLabel?: boolean;
|
|
1721
1721
|
hideAsterisk?: boolean;
|
|
1722
1722
|
showColon?: boolean;
|
|
1723
1723
|
component?: string | import("vue").Component;
|
|
1724
1724
|
}> & Readonly<{
|
|
1725
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1725
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1726
1726
|
}>, {
|
|
1727
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1728
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1729
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1730
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1731
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1732
|
-
scrollToField: (field: string) => void | undefined;
|
|
1727
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1728
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1729
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1730
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1731
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1732
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1733
1733
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1734
|
-
"update:modelValue": (value: import("
|
|
1734
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1735
1735
|
}, string, {
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1736
|
+
modelValue: import("..").JsonFormModel;
|
|
1737
|
+
adapter: import("..").JsonFormAdapter;
|
|
1738
|
+
model: import("..").JsonFormModel;
|
|
1739
1739
|
hideLabel: boolean;
|
|
1740
1740
|
hideAsterisk: boolean;
|
|
1741
|
-
|
|
1742
|
-
|
|
1741
|
+
showColon: boolean;
|
|
1742
|
+
component: string | import("vue").Component;
|
|
1743
1743
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1744
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1745
|
-
created?: (() => void) | (() => void)
|
|
1746
|
-
beforeMount?: (() => void) | (() => void)
|
|
1747
|
-
mounted?: (() => void) | (() => void)
|
|
1748
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1749
|
-
updated?: (() => void) | (() => void)
|
|
1750
|
-
activated?: (() => void) | (() => void)
|
|
1751
|
-
deactivated?: (() => void) | (() => void)
|
|
1752
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1753
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1754
|
-
destroyed?: (() => void) | (() => void)
|
|
1755
|
-
unmounted?: (() => void) | (() => void)
|
|
1756
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1757
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1758
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1744
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1745
|
+
created?: (() => void)[] | (() => void);
|
|
1746
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1747
|
+
mounted?: (() => void)[] | (() => void);
|
|
1748
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1749
|
+
updated?: (() => void)[] | (() => void);
|
|
1750
|
+
activated?: (() => void)[] | (() => void);
|
|
1751
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1752
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1753
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1754
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1755
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1756
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1757
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1758
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1759
1759
|
};
|
|
1760
1760
|
$forceUpdate: () => void;
|
|
1761
1761
|
$nextTick: typeof import("vue").nextTick;
|
|
1762
1762
|
$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;
|
|
1763
1763
|
} & Readonly<{
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1764
|
+
modelValue: import("..").JsonFormModel;
|
|
1765
|
+
adapter: import("..").JsonFormAdapter;
|
|
1766
|
+
model: import("..").JsonFormModel;
|
|
1767
1767
|
hideLabel: boolean;
|
|
1768
1768
|
hideAsterisk: boolean;
|
|
1769
|
-
|
|
1770
|
-
|
|
1769
|
+
showColon: boolean;
|
|
1770
|
+
component: string | import("vue").Component;
|
|
1771
1771
|
}> & Omit<Readonly<{
|
|
1772
|
-
schemas: import("
|
|
1773
|
-
modelValue?: import("
|
|
1774
|
-
adapter?: import("
|
|
1775
|
-
model?: import("
|
|
1772
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1773
|
+
modelValue?: import("..").JsonFormModel;
|
|
1774
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1775
|
+
model?: import("..").JsonFormModel;
|
|
1776
1776
|
hideLabel?: boolean;
|
|
1777
1777
|
hideAsterisk?: boolean;
|
|
1778
1778
|
showColon?: boolean;
|
|
1779
1779
|
component?: string | import("vue").Component;
|
|
1780
1780
|
}> & Readonly<{
|
|
1781
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1782
|
-
}>, "
|
|
1783
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1784
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1785
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1786
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1787
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1788
|
-
scrollToField: (field: string) => void | undefined;
|
|
1781
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1782
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1783
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1784
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1785
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1786
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1787
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1788
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1789
1789
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1790
1790
|
$slots: {
|
|
1791
1791
|
[x: string]: ((props: {
|
|
@@ -1804,27 +1804,27 @@ declare const BasicCrudTable: {
|
|
|
1804
1804
|
__isFragment?: never;
|
|
1805
1805
|
__isTeleport?: never;
|
|
1806
1806
|
__isSuspense?: never;
|
|
1807
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("./types").BasicCrudTableProps<import("
|
|
1807
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("./types").BasicCrudTableProps<import("..").TableData> & {
|
|
1808
1808
|
loading?: boolean;
|
|
1809
|
-
toolbarModel?: import("
|
|
1810
|
-
tableData?: import("
|
|
1809
|
+
toolbarModel?: import("..").ToolbarModelValue;
|
|
1810
|
+
tableData?: import("..").TableData[];
|
|
1811
1811
|
modalModel?: import("type-fest").UnknownRecord;
|
|
1812
1812
|
modalVisible?: boolean;
|
|
1813
1813
|
}> & Readonly<{
|
|
1814
|
-
onSearch?: ((params: import("../index.ts").ToolbarModelValue) => any) | undefined;
|
|
1815
|
-
onReset?: (() => any) | undefined;
|
|
1816
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
1817
|
-
onDelete?: ((row: import("../index.ts").TableData, context?: unknown) => any) | undefined;
|
|
1818
1814
|
onCreate?: (() => any) | undefined;
|
|
1819
|
-
|
|
1815
|
+
onDelete?: ((row: import("..").TableData, context?: unknown) => any) | undefined;
|
|
1816
|
+
onEdit?: ((row: import("..").TableData, context?: unknown) => any) | undefined;
|
|
1817
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
1818
|
+
onModalClose?: (() => any) | undefined;
|
|
1819
|
+
onModalSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1820
|
+
onReset?: (() => any) | undefined;
|
|
1821
|
+
onSearch?: ((params: import("..").ToolbarModelValue) => any) | undefined;
|
|
1822
|
+
onTableFetched?: ((rows: import("..").TableData[], result: import("./types").BasicCrudTableDataResult<import("..").TableData>) => any) | undefined;
|
|
1820
1823
|
"onUpdate:loading"?: ((value: boolean) => any) | undefined;
|
|
1821
|
-
"onUpdate:toolbarModel"?: ((value: import("../index.ts").ToolbarModelValue) => any) | undefined;
|
|
1822
|
-
"onUpdate:tableData"?: ((value: import("../index.ts").TableData[]) => any) | undefined;
|
|
1823
1824
|
"onUpdate:modalModel"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1824
1825
|
"onUpdate:modalVisible"?: ((value: boolean) => any) | undefined;
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
onModalClose?: (() => any) | undefined;
|
|
1826
|
+
"onUpdate:tableData"?: ((value: import("..").TableData[]) => any) | undefined;
|
|
1827
|
+
"onUpdate:toolbarModel"?: ((value: import("..").ToolbarModelValue) => any) | undefined;
|
|
1828
1828
|
}>, {
|
|
1829
1829
|
fetchTableData: (fetchParams?: import("type-fest").UnknownRecord) => Promise<void>;
|
|
1830
1830
|
search: () => Promise<void>;
|
|
@@ -1832,29 +1832,29 @@ declare const BasicCrudTable: {
|
|
|
1832
1832
|
resetToolbar: () => void;
|
|
1833
1833
|
resetTable: () => Promise<void>;
|
|
1834
1834
|
create: () => void;
|
|
1835
|
-
edit: (row: import("
|
|
1836
|
-
delete: (row: import("
|
|
1837
|
-
tableData: import("vue").ComputedRef<import("
|
|
1835
|
+
edit: (row: import("..").TableData, context?: unknown) => Promise<void>;
|
|
1836
|
+
delete: (row: import("..").TableData, context?: unknown) => Promise<boolean>;
|
|
1837
|
+
tableData: import("vue").ComputedRef<import("..").TableData[]>;
|
|
1838
1838
|
fetchData: import("vue").ComputedRef<unknown>;
|
|
1839
1839
|
isCreate: import("vue").ComputedRef<boolean>;
|
|
1840
1840
|
modalRef: import("vue").ShallowRef<({
|
|
1841
1841
|
$: import("vue").ComponentInternalInstance;
|
|
1842
1842
|
$data: {};
|
|
1843
1843
|
$props: {
|
|
1844
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps
|
|
1845
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps
|
|
1846
|
-
readonly createApi?: (
|
|
1847
|
-
readonly updateApi?: (
|
|
1848
|
-
readonly detailApi?: (
|
|
1849
|
-
readonly valueTransformer?: (
|
|
1850
|
-
readonly beforeSubmit?: (
|
|
1851
|
-
readonly visible?: boolean
|
|
1852
|
-
readonly model?: import("type-fest").UnknownRecord
|
|
1853
|
-
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
1854
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
1844
|
+
readonly modalProps?: import("./types").BasicCrudTableModalProps;
|
|
1845
|
+
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
1846
|
+
readonly createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1847
|
+
readonly updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1848
|
+
readonly detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
1849
|
+
readonly valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
1850
|
+
readonly beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
1851
|
+
readonly visible?: boolean;
|
|
1852
|
+
readonly model?: import("type-fest").UnknownRecord;
|
|
1855
1853
|
readonly onClose?: (() => any) | undefined;
|
|
1856
|
-
readonly
|
|
1854
|
+
readonly onError?: ((error: unknown) => any) | undefined;
|
|
1855
|
+
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1857
1856
|
readonly "onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1857
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1858
1858
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1859
1859
|
$attrs: import("vue").Attrs;
|
|
1860
1860
|
$refs: {
|
|
@@ -1866,41 +1866,41 @@ declare const BasicCrudTable: {
|
|
|
1866
1866
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1867
1867
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1868
1868
|
$host: Element | null;
|
|
1869
|
-
$emit: ((event: "
|
|
1869
|
+
$emit: ((event: "close") => void) & ((event: "error", error: unknown) => void) & ((event: "success", result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => void) & ((event: "update:model", value: import("type-fest").UnknownRecord) => void) & ((event: "update:visible", value: boolean) => void);
|
|
1870
1870
|
$el: any;
|
|
1871
1871
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1872
1872
|
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
1873
1873
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
1874
1874
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1875
1875
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
1876
|
-
detailApi?: (row: import("
|
|
1876
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
1877
1877
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
1878
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
1878
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
1879
1879
|
} & {
|
|
1880
1880
|
visible?: boolean;
|
|
1881
1881
|
model?: import("type-fest").UnknownRecord;
|
|
1882
1882
|
}> & Readonly<{
|
|
1883
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
1884
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
1885
1883
|
onClose?: (() => any) | undefined;
|
|
1886
|
-
|
|
1884
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
1885
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
1887
1886
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
1887
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1888
1888
|
}>, {
|
|
1889
|
-
open: (row?: import("
|
|
1889
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
1890
1890
|
type: import("vue").ComputedRef<"create" | "edit">;
|
|
1891
1891
|
formRef: import("vue").ShallowRef<({
|
|
1892
1892
|
$: import("vue").ComponentInternalInstance;
|
|
1893
1893
|
$data: {};
|
|
1894
1894
|
$props: {
|
|
1895
|
-
readonly schemas: import("
|
|
1896
|
-
readonly modelValue?: import("
|
|
1897
|
-
readonly adapter?: import("
|
|
1898
|
-
readonly model?: import("
|
|
1899
|
-
readonly hideLabel?: boolean
|
|
1900
|
-
readonly hideAsterisk?: boolean
|
|
1901
|
-
readonly showColon?: boolean
|
|
1902
|
-
readonly component?:
|
|
1903
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
1895
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1896
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
1897
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
1898
|
+
readonly model?: import("..").JsonFormModel;
|
|
1899
|
+
readonly hideLabel?: boolean;
|
|
1900
|
+
readonly hideAsterisk?: boolean;
|
|
1901
|
+
readonly showColon?: boolean;
|
|
1902
|
+
readonly component?: string | import("vue").Component;
|
|
1903
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1904
1904
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1905
1905
|
$attrs: import("vue").Attrs;
|
|
1906
1906
|
$refs: {
|
|
@@ -1912,82 +1912,82 @@ declare const BasicCrudTable: {
|
|
|
1912
1912
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1913
1913
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1914
1914
|
$host: Element | null;
|
|
1915
|
-
$emit: (event: "update:modelValue", value: import("
|
|
1915
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
1916
1916
|
$el: any;
|
|
1917
1917
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1918
|
-
schemas: import("
|
|
1919
|
-
modelValue?: import("
|
|
1920
|
-
adapter?: import("
|
|
1921
|
-
model?: import("
|
|
1918
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1919
|
+
modelValue?: import("..").JsonFormModel;
|
|
1920
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1921
|
+
model?: import("..").JsonFormModel;
|
|
1922
1922
|
hideLabel?: boolean;
|
|
1923
1923
|
hideAsterisk?: boolean;
|
|
1924
1924
|
showColon?: boolean;
|
|
1925
1925
|
component?: string | import("vue").Component;
|
|
1926
1926
|
}> & Readonly<{
|
|
1927
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1927
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1928
1928
|
}>, {
|
|
1929
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1930
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1931
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1932
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1933
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1934
|
-
scrollToField: (field: string) => void | undefined;
|
|
1929
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1930
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1931
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1932
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1933
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1934
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1935
1935
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1936
|
-
"update:modelValue": (value: import("
|
|
1936
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
1937
1937
|
}, string, {
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1938
|
+
modelValue: import("..").JsonFormModel;
|
|
1939
|
+
adapter: import("..").JsonFormAdapter;
|
|
1940
|
+
model: import("..").JsonFormModel;
|
|
1941
1941
|
hideLabel: boolean;
|
|
1942
1942
|
hideAsterisk: boolean;
|
|
1943
|
-
|
|
1944
|
-
|
|
1943
|
+
showColon: boolean;
|
|
1944
|
+
component: string | import("vue").Component;
|
|
1945
1945
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1946
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1947
|
-
created?: (() => void) | (() => void)
|
|
1948
|
-
beforeMount?: (() => void) | (() => void)
|
|
1949
|
-
mounted?: (() => void) | (() => void)
|
|
1950
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1951
|
-
updated?: (() => void) | (() => void)
|
|
1952
|
-
activated?: (() => void) | (() => void)
|
|
1953
|
-
deactivated?: (() => void) | (() => void)
|
|
1954
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1955
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1956
|
-
destroyed?: (() => void) | (() => void)
|
|
1957
|
-
unmounted?: (() => void) | (() => void)
|
|
1958
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1959
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1960
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1946
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1947
|
+
created?: (() => void)[] | (() => void);
|
|
1948
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1949
|
+
mounted?: (() => void)[] | (() => void);
|
|
1950
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1951
|
+
updated?: (() => void)[] | (() => void);
|
|
1952
|
+
activated?: (() => void)[] | (() => void);
|
|
1953
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1954
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1955
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1956
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1957
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1958
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1959
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1960
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1961
1961
|
};
|
|
1962
1962
|
$forceUpdate: () => void;
|
|
1963
1963
|
$nextTick: typeof import("vue").nextTick;
|
|
1964
1964
|
$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;
|
|
1965
1965
|
} & Readonly<{
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1966
|
+
modelValue: import("..").JsonFormModel;
|
|
1967
|
+
adapter: import("..").JsonFormAdapter;
|
|
1968
|
+
model: import("..").JsonFormModel;
|
|
1969
1969
|
hideLabel: boolean;
|
|
1970
1970
|
hideAsterisk: boolean;
|
|
1971
|
-
|
|
1972
|
-
|
|
1971
|
+
showColon: boolean;
|
|
1972
|
+
component: string | import("vue").Component;
|
|
1973
1973
|
}> & Omit<Readonly<{
|
|
1974
|
-
schemas: import("
|
|
1975
|
-
modelValue?: import("
|
|
1976
|
-
adapter?: import("
|
|
1977
|
-
model?: import("
|
|
1974
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
1975
|
+
modelValue?: import("..").JsonFormModel;
|
|
1976
|
+
adapter?: import("..").JsonFormAdapter;
|
|
1977
|
+
model?: import("..").JsonFormModel;
|
|
1978
1978
|
hideLabel?: boolean;
|
|
1979
1979
|
hideAsterisk?: boolean;
|
|
1980
1980
|
showColon?: boolean;
|
|
1981
1981
|
component?: string | import("vue").Component;
|
|
1982
1982
|
}> & Readonly<{
|
|
1983
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
1984
|
-
}>, "
|
|
1985
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
1986
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
1987
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
1988
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
1989
|
-
setFields: (data: Record<string, import("../form/interface
|
|
1990
|
-
scrollToField: (field: string) => void | undefined;
|
|
1983
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
1984
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
1985
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1986
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
1987
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1988
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
1989
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
1990
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
1991
1991
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1992
1992
|
$slots: {
|
|
1993
1993
|
[x: string]: ((props: {
|
|
@@ -2000,15 +2000,15 @@ declare const BasicCrudTable: {
|
|
|
2000
2000
|
$: import("vue").ComponentInternalInstance;
|
|
2001
2001
|
$data: {};
|
|
2002
2002
|
$props: {
|
|
2003
|
-
readonly schemas: import("
|
|
2004
|
-
readonly modelValue?: import("
|
|
2005
|
-
readonly adapter?: import("
|
|
2006
|
-
readonly model?: import("
|
|
2007
|
-
readonly hideLabel?: boolean
|
|
2008
|
-
readonly hideAsterisk?: boolean
|
|
2009
|
-
readonly showColon?: boolean
|
|
2010
|
-
readonly component?:
|
|
2011
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
2003
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2004
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
2005
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
2006
|
+
readonly model?: import("..").JsonFormModel;
|
|
2007
|
+
readonly hideLabel?: boolean;
|
|
2008
|
+
readonly hideAsterisk?: boolean;
|
|
2009
|
+
readonly showColon?: boolean;
|
|
2010
|
+
readonly component?: string | import("vue").Component;
|
|
2011
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2012
2012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2013
2013
|
$attrs: import("vue").Attrs;
|
|
2014
2014
|
$refs: {
|
|
@@ -2020,82 +2020,82 @@ declare const BasicCrudTable: {
|
|
|
2020
2020
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2021
2021
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2022
2022
|
$host: Element | null;
|
|
2023
|
-
$emit: (event: "update:modelValue", value: import("
|
|
2023
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
2024
2024
|
$el: any;
|
|
2025
2025
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2026
|
-
schemas: import("
|
|
2027
|
-
modelValue?: import("
|
|
2028
|
-
adapter?: import("
|
|
2029
|
-
model?: import("
|
|
2026
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2027
|
+
modelValue?: import("..").JsonFormModel;
|
|
2028
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2029
|
+
model?: import("..").JsonFormModel;
|
|
2030
2030
|
hideLabel?: boolean;
|
|
2031
2031
|
hideAsterisk?: boolean;
|
|
2032
2032
|
showColon?: boolean;
|
|
2033
2033
|
component?: string | import("vue").Component;
|
|
2034
2034
|
}> & Readonly<{
|
|
2035
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2035
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2036
2036
|
}>, {
|
|
2037
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2038
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2039
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2040
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2041
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2042
|
-
scrollToField: (field: string) => void | undefined;
|
|
2037
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2038
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2039
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2040
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2041
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2042
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2043
2043
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2044
|
-
"update:modelValue": (value: import("
|
|
2044
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
2045
2045
|
}, string, {
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2046
|
+
modelValue: import("..").JsonFormModel;
|
|
2047
|
+
adapter: import("..").JsonFormAdapter;
|
|
2048
|
+
model: import("..").JsonFormModel;
|
|
2049
2049
|
hideLabel: boolean;
|
|
2050
2050
|
hideAsterisk: boolean;
|
|
2051
|
-
|
|
2052
|
-
|
|
2051
|
+
showColon: boolean;
|
|
2052
|
+
component: string | import("vue").Component;
|
|
2053
2053
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2054
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2055
|
-
created?: (() => void) | (() => void)
|
|
2056
|
-
beforeMount?: (() => void) | (() => void)
|
|
2057
|
-
mounted?: (() => void) | (() => void)
|
|
2058
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2059
|
-
updated?: (() => void) | (() => void)
|
|
2060
|
-
activated?: (() => void) | (() => void)
|
|
2061
|
-
deactivated?: (() => void) | (() => void)
|
|
2062
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2063
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2064
|
-
destroyed?: (() => void) | (() => void)
|
|
2065
|
-
unmounted?: (() => void) | (() => void)
|
|
2066
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2067
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2068
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2054
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2055
|
+
created?: (() => void)[] | (() => void);
|
|
2056
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2057
|
+
mounted?: (() => void)[] | (() => void);
|
|
2058
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2059
|
+
updated?: (() => void)[] | (() => void);
|
|
2060
|
+
activated?: (() => void)[] | (() => void);
|
|
2061
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2062
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2063
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2064
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2065
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2066
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2067
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2068
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2069
2069
|
};
|
|
2070
2070
|
$forceUpdate: () => void;
|
|
2071
2071
|
$nextTick: typeof import("vue").nextTick;
|
|
2072
2072
|
$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;
|
|
2073
2073
|
} & Readonly<{
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2074
|
+
modelValue: import("..").JsonFormModel;
|
|
2075
|
+
adapter: import("..").JsonFormAdapter;
|
|
2076
|
+
model: import("..").JsonFormModel;
|
|
2077
2077
|
hideLabel: boolean;
|
|
2078
2078
|
hideAsterisk: boolean;
|
|
2079
|
-
|
|
2080
|
-
|
|
2079
|
+
showColon: boolean;
|
|
2080
|
+
component: string | import("vue").Component;
|
|
2081
2081
|
}> & Omit<Readonly<{
|
|
2082
|
-
schemas: import("
|
|
2083
|
-
modelValue?: import("
|
|
2084
|
-
adapter?: import("
|
|
2085
|
-
model?: import("
|
|
2082
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2083
|
+
modelValue?: import("..").JsonFormModel;
|
|
2084
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2085
|
+
model?: import("..").JsonFormModel;
|
|
2086
2086
|
hideLabel?: boolean;
|
|
2087
2087
|
hideAsterisk?: boolean;
|
|
2088
2088
|
showColon?: boolean;
|
|
2089
2089
|
component?: string | import("vue").Component;
|
|
2090
2090
|
}> & Readonly<{
|
|
2091
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2092
|
-
}>, "
|
|
2093
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2094
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2095
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2096
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2097
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2098
|
-
scrollToField: (field: string) => void | undefined;
|
|
2091
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2092
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
2093
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2094
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2095
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2096
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2097
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2098
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2099
2099
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2100
2100
|
$slots: {
|
|
2101
2101
|
[x: string]: ((props: {
|
|
@@ -2106,27 +2106,27 @@ declare const BasicCrudTable: {
|
|
|
2106
2106
|
};
|
|
2107
2107
|
}) | undefined>;
|
|
2108
2108
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2109
|
-
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any;
|
|
2110
|
-
error: (error: unknown) => any;
|
|
2111
2109
|
close: () => any;
|
|
2112
|
-
|
|
2110
|
+
error: (error: unknown) => any;
|
|
2111
|
+
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
2113
2112
|
"update:model": (value: import("type-fest").UnknownRecord) => any;
|
|
2113
|
+
"update:visible": (value: boolean) => any;
|
|
2114
2114
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2115
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2116
|
-
created?: (() => void) | (() => void)
|
|
2117
|
-
beforeMount?: (() => void) | (() => void)
|
|
2118
|
-
mounted?: (() => void) | (() => void)
|
|
2119
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2120
|
-
updated?: (() => void) | (() => void)
|
|
2121
|
-
activated?: (() => void) | (() => void)
|
|
2122
|
-
deactivated?: (() => void) | (() => void)
|
|
2123
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2124
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2125
|
-
destroyed?: (() => void) | (() => void)
|
|
2126
|
-
unmounted?: (() => void) | (() => void)
|
|
2127
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2128
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2129
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2115
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2116
|
+
created?: (() => void)[] | (() => void);
|
|
2117
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2118
|
+
mounted?: (() => void)[] | (() => void);
|
|
2119
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2120
|
+
updated?: (() => void)[] | (() => void);
|
|
2121
|
+
activated?: (() => void)[] | (() => void);
|
|
2122
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2123
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2124
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2125
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2126
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2127
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2128
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2129
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2130
2130
|
};
|
|
2131
2131
|
$forceUpdate: () => void;
|
|
2132
2132
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -2136,34 +2136,34 @@ declare const BasicCrudTable: {
|
|
|
2136
2136
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
2137
2137
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2138
2138
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2139
|
-
detailApi?: (row: import("
|
|
2139
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
2140
2140
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
2141
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
2141
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
2142
2142
|
} & {
|
|
2143
2143
|
visible?: boolean;
|
|
2144
2144
|
model?: import("type-fest").UnknownRecord;
|
|
2145
2145
|
}> & Readonly<{
|
|
2146
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
2147
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
2148
2146
|
onClose?: (() => any) | undefined;
|
|
2149
|
-
|
|
2147
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
2148
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
2150
2149
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
2151
|
-
|
|
2152
|
-
|
|
2150
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2151
|
+
}>, "formRef" | "open" | "type"> & {
|
|
2152
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
2153
2153
|
type: "create" | "edit";
|
|
2154
2154
|
formRef: ({
|
|
2155
2155
|
$: import("vue").ComponentInternalInstance;
|
|
2156
2156
|
$data: {};
|
|
2157
2157
|
$props: {
|
|
2158
|
-
readonly schemas: import("
|
|
2159
|
-
readonly modelValue?: import("
|
|
2160
|
-
readonly adapter?: import("
|
|
2161
|
-
readonly model?: import("
|
|
2162
|
-
readonly hideLabel?: boolean
|
|
2163
|
-
readonly hideAsterisk?: boolean
|
|
2164
|
-
readonly showColon?: boolean
|
|
2165
|
-
readonly component?:
|
|
2166
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
2158
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2159
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
2160
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
2161
|
+
readonly model?: import("..").JsonFormModel;
|
|
2162
|
+
readonly hideLabel?: boolean;
|
|
2163
|
+
readonly hideAsterisk?: boolean;
|
|
2164
|
+
readonly showColon?: boolean;
|
|
2165
|
+
readonly component?: string | import("vue").Component;
|
|
2166
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2167
2167
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2168
2168
|
$attrs: import("vue").Attrs;
|
|
2169
2169
|
$refs: {
|
|
@@ -2175,82 +2175,82 @@ declare const BasicCrudTable: {
|
|
|
2175
2175
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2176
2176
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2177
2177
|
$host: Element | null;
|
|
2178
|
-
$emit: (event: "update:modelValue", value: import("
|
|
2178
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
2179
2179
|
$el: any;
|
|
2180
2180
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2181
|
-
schemas: import("
|
|
2182
|
-
modelValue?: import("
|
|
2183
|
-
adapter?: import("
|
|
2184
|
-
model?: import("
|
|
2181
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2182
|
+
modelValue?: import("..").JsonFormModel;
|
|
2183
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2184
|
+
model?: import("..").JsonFormModel;
|
|
2185
2185
|
hideLabel?: boolean;
|
|
2186
2186
|
hideAsterisk?: boolean;
|
|
2187
2187
|
showColon?: boolean;
|
|
2188
2188
|
component?: string | import("vue").Component;
|
|
2189
2189
|
}> & Readonly<{
|
|
2190
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2190
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2191
2191
|
}>, {
|
|
2192
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2193
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2194
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2195
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2196
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2197
|
-
scrollToField: (field: string) => void | undefined;
|
|
2192
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2193
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2194
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2195
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2196
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2197
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2198
2198
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2199
|
-
"update:modelValue": (value: import("
|
|
2199
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
2200
2200
|
}, string, {
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2201
|
+
modelValue: import("..").JsonFormModel;
|
|
2202
|
+
adapter: import("..").JsonFormAdapter;
|
|
2203
|
+
model: import("..").JsonFormModel;
|
|
2204
2204
|
hideLabel: boolean;
|
|
2205
2205
|
hideAsterisk: boolean;
|
|
2206
|
-
|
|
2207
|
-
|
|
2206
|
+
showColon: boolean;
|
|
2207
|
+
component: string | import("vue").Component;
|
|
2208
2208
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2209
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2210
|
-
created?: (() => void) | (() => void)
|
|
2211
|
-
beforeMount?: (() => void) | (() => void)
|
|
2212
|
-
mounted?: (() => void) | (() => void)
|
|
2213
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2214
|
-
updated?: (() => void) | (() => void)
|
|
2215
|
-
activated?: (() => void) | (() => void)
|
|
2216
|
-
deactivated?: (() => void) | (() => void)
|
|
2217
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2218
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2219
|
-
destroyed?: (() => void) | (() => void)
|
|
2220
|
-
unmounted?: (() => void) | (() => void)
|
|
2221
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2222
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2223
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2209
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2210
|
+
created?: (() => void)[] | (() => void);
|
|
2211
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2212
|
+
mounted?: (() => void)[] | (() => void);
|
|
2213
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2214
|
+
updated?: (() => void)[] | (() => void);
|
|
2215
|
+
activated?: (() => void)[] | (() => void);
|
|
2216
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2217
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2218
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2219
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2220
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2221
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2222
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2223
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2224
2224
|
};
|
|
2225
2225
|
$forceUpdate: () => void;
|
|
2226
2226
|
$nextTick: typeof import("vue").nextTick;
|
|
2227
2227
|
$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;
|
|
2228
2228
|
} & Readonly<{
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2229
|
+
modelValue: import("..").JsonFormModel;
|
|
2230
|
+
adapter: import("..").JsonFormAdapter;
|
|
2231
|
+
model: import("..").JsonFormModel;
|
|
2232
2232
|
hideLabel: boolean;
|
|
2233
2233
|
hideAsterisk: boolean;
|
|
2234
|
-
|
|
2235
|
-
|
|
2234
|
+
showColon: boolean;
|
|
2235
|
+
component: string | import("vue").Component;
|
|
2236
2236
|
}> & Omit<Readonly<{
|
|
2237
|
-
schemas: import("
|
|
2238
|
-
modelValue?: import("
|
|
2239
|
-
adapter?: import("
|
|
2240
|
-
model?: import("
|
|
2237
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2238
|
+
modelValue?: import("..").JsonFormModel;
|
|
2239
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2240
|
+
model?: import("..").JsonFormModel;
|
|
2241
2241
|
hideLabel?: boolean;
|
|
2242
2242
|
hideAsterisk?: boolean;
|
|
2243
2243
|
showColon?: boolean;
|
|
2244
2244
|
component?: string | import("vue").Component;
|
|
2245
2245
|
}> & Readonly<{
|
|
2246
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2247
|
-
}>, "
|
|
2248
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2249
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2250
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2251
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2252
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2253
|
-
scrollToField: (field: string) => void | undefined;
|
|
2246
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2247
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
2248
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2249
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2250
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2251
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2252
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2253
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2254
2254
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2255
2255
|
$slots: {
|
|
2256
2256
|
[x: string]: ((props: {
|
|
@@ -2268,20 +2268,20 @@ declare const BasicCrudTable: {
|
|
|
2268
2268
|
$: import("vue").ComponentInternalInstance;
|
|
2269
2269
|
$data: {};
|
|
2270
2270
|
$props: {
|
|
2271
|
-
readonly modalProps?: import("./types").BasicCrudTableModalProps
|
|
2272
|
-
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps
|
|
2273
|
-
readonly createApi?: (
|
|
2274
|
-
readonly updateApi?: (
|
|
2275
|
-
readonly detailApi?: (
|
|
2276
|
-
readonly valueTransformer?: (
|
|
2277
|
-
readonly beforeSubmit?: (
|
|
2278
|
-
readonly visible?: boolean
|
|
2279
|
-
readonly model?: import("type-fest").UnknownRecord
|
|
2280
|
-
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
2281
|
-
readonly onError?: ((error: unknown) => any) | undefined;
|
|
2271
|
+
readonly modalProps?: import("./types").BasicCrudTableModalProps;
|
|
2272
|
+
readonly modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
2273
|
+
readonly createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2274
|
+
readonly updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2275
|
+
readonly detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
2276
|
+
readonly valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
2277
|
+
readonly beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
2278
|
+
readonly visible?: boolean;
|
|
2279
|
+
readonly model?: import("type-fest").UnknownRecord;
|
|
2282
2280
|
readonly onClose?: (() => any) | undefined;
|
|
2283
|
-
readonly
|
|
2281
|
+
readonly onError?: ((error: unknown) => any) | undefined;
|
|
2282
|
+
readonly onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
2284
2283
|
readonly "onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
2284
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2285
2285
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2286
2286
|
$attrs: import("vue").Attrs;
|
|
2287
2287
|
$refs: {
|
|
@@ -2293,41 +2293,41 @@ declare const BasicCrudTable: {
|
|
|
2293
2293
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2294
2294
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2295
2295
|
$host: Element | null;
|
|
2296
|
-
$emit: ((event: "
|
|
2296
|
+
$emit: ((event: "close") => void) & ((event: "error", error: unknown) => void) & ((event: "success", result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => void) & ((event: "update:model", value: import("type-fest").UnknownRecord) => void) & ((event: "update:visible", value: boolean) => void);
|
|
2297
2297
|
$el: any;
|
|
2298
2298
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2299
2299
|
modalProps?: import("./types").BasicCrudTableModalProps;
|
|
2300
2300
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
2301
2301
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2302
2302
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2303
|
-
detailApi?: (row: import("
|
|
2303
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
2304
2304
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
2305
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
2305
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
2306
2306
|
} & {
|
|
2307
2307
|
visible?: boolean;
|
|
2308
2308
|
model?: import("type-fest").UnknownRecord;
|
|
2309
2309
|
}> & Readonly<{
|
|
2310
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
2311
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
2312
2310
|
onClose?: (() => any) | undefined;
|
|
2313
|
-
|
|
2311
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
2312
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
2314
2313
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
2314
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2315
2315
|
}>, {
|
|
2316
|
-
open: (row?: import("
|
|
2316
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
2317
2317
|
type: import("vue").ComputedRef<"create" | "edit">;
|
|
2318
2318
|
formRef: import("vue").ShallowRef<({
|
|
2319
2319
|
$: import("vue").ComponentInternalInstance;
|
|
2320
2320
|
$data: {};
|
|
2321
2321
|
$props: {
|
|
2322
|
-
readonly schemas: import("
|
|
2323
|
-
readonly modelValue?: import("
|
|
2324
|
-
readonly adapter?: import("
|
|
2325
|
-
readonly model?: import("
|
|
2326
|
-
readonly hideLabel?: boolean
|
|
2327
|
-
readonly hideAsterisk?: boolean
|
|
2328
|
-
readonly showColon?: boolean
|
|
2329
|
-
readonly component?:
|
|
2330
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
2322
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2323
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
2324
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
2325
|
+
readonly model?: import("..").JsonFormModel;
|
|
2326
|
+
readonly hideLabel?: boolean;
|
|
2327
|
+
readonly hideAsterisk?: boolean;
|
|
2328
|
+
readonly showColon?: boolean;
|
|
2329
|
+
readonly component?: string | import("vue").Component;
|
|
2330
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2331
2331
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2332
2332
|
$attrs: import("vue").Attrs;
|
|
2333
2333
|
$refs: {
|
|
@@ -2339,82 +2339,82 @@ declare const BasicCrudTable: {
|
|
|
2339
2339
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2340
2340
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2341
2341
|
$host: Element | null;
|
|
2342
|
-
$emit: (event: "update:modelValue", value: import("
|
|
2342
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
2343
2343
|
$el: any;
|
|
2344
2344
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2345
|
-
schemas: import("
|
|
2346
|
-
modelValue?: import("
|
|
2347
|
-
adapter?: import("
|
|
2348
|
-
model?: import("
|
|
2345
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2346
|
+
modelValue?: import("..").JsonFormModel;
|
|
2347
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2348
|
+
model?: import("..").JsonFormModel;
|
|
2349
2349
|
hideLabel?: boolean;
|
|
2350
2350
|
hideAsterisk?: boolean;
|
|
2351
2351
|
showColon?: boolean;
|
|
2352
2352
|
component?: string | import("vue").Component;
|
|
2353
2353
|
}> & Readonly<{
|
|
2354
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2354
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2355
2355
|
}>, {
|
|
2356
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2357
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2358
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2359
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2360
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2361
|
-
scrollToField: (field: string) => void | undefined;
|
|
2356
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2357
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2358
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2359
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2360
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2361
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2362
2362
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2363
|
-
"update:modelValue": (value: import("
|
|
2363
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
2364
2364
|
}, string, {
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2365
|
+
modelValue: import("..").JsonFormModel;
|
|
2366
|
+
adapter: import("..").JsonFormAdapter;
|
|
2367
|
+
model: import("..").JsonFormModel;
|
|
2368
2368
|
hideLabel: boolean;
|
|
2369
2369
|
hideAsterisk: boolean;
|
|
2370
|
-
|
|
2371
|
-
|
|
2370
|
+
showColon: boolean;
|
|
2371
|
+
component: string | import("vue").Component;
|
|
2372
2372
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2373
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2374
|
-
created?: (() => void) | (() => void)
|
|
2375
|
-
beforeMount?: (() => void) | (() => void)
|
|
2376
|
-
mounted?: (() => void) | (() => void)
|
|
2377
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2378
|
-
updated?: (() => void) | (() => void)
|
|
2379
|
-
activated?: (() => void) | (() => void)
|
|
2380
|
-
deactivated?: (() => void) | (() => void)
|
|
2381
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2382
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2383
|
-
destroyed?: (() => void) | (() => void)
|
|
2384
|
-
unmounted?: (() => void) | (() => void)
|
|
2385
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2386
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2387
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2373
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2374
|
+
created?: (() => void)[] | (() => void);
|
|
2375
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2376
|
+
mounted?: (() => void)[] | (() => void);
|
|
2377
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2378
|
+
updated?: (() => void)[] | (() => void);
|
|
2379
|
+
activated?: (() => void)[] | (() => void);
|
|
2380
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2381
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2382
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2383
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2384
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2385
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2386
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2387
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2388
2388
|
};
|
|
2389
2389
|
$forceUpdate: () => void;
|
|
2390
2390
|
$nextTick: typeof import("vue").nextTick;
|
|
2391
2391
|
$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;
|
|
2392
2392
|
} & Readonly<{
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2393
|
+
modelValue: import("..").JsonFormModel;
|
|
2394
|
+
adapter: import("..").JsonFormAdapter;
|
|
2395
|
+
model: import("..").JsonFormModel;
|
|
2396
2396
|
hideLabel: boolean;
|
|
2397
2397
|
hideAsterisk: boolean;
|
|
2398
|
-
|
|
2399
|
-
|
|
2398
|
+
showColon: boolean;
|
|
2399
|
+
component: string | import("vue").Component;
|
|
2400
2400
|
}> & Omit<Readonly<{
|
|
2401
|
-
schemas: import("
|
|
2402
|
-
modelValue?: import("
|
|
2403
|
-
adapter?: import("
|
|
2404
|
-
model?: import("
|
|
2401
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2402
|
+
modelValue?: import("..").JsonFormModel;
|
|
2403
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2404
|
+
model?: import("..").JsonFormModel;
|
|
2405
2405
|
hideLabel?: boolean;
|
|
2406
2406
|
hideAsterisk?: boolean;
|
|
2407
2407
|
showColon?: boolean;
|
|
2408
2408
|
component?: string | import("vue").Component;
|
|
2409
2409
|
}> & Readonly<{
|
|
2410
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2411
|
-
}>, "
|
|
2412
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2413
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2414
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2415
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2416
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2417
|
-
scrollToField: (field: string) => void | undefined;
|
|
2410
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2411
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
2412
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2413
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2414
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2415
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2416
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2417
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2418
2418
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2419
2419
|
$slots: {
|
|
2420
2420
|
[x: string]: ((props: {
|
|
@@ -2427,15 +2427,15 @@ declare const BasicCrudTable: {
|
|
|
2427
2427
|
$: import("vue").ComponentInternalInstance;
|
|
2428
2428
|
$data: {};
|
|
2429
2429
|
$props: {
|
|
2430
|
-
readonly schemas: import("
|
|
2431
|
-
readonly modelValue?: import("
|
|
2432
|
-
readonly adapter?: import("
|
|
2433
|
-
readonly model?: import("
|
|
2434
|
-
readonly hideLabel?: boolean
|
|
2435
|
-
readonly hideAsterisk?: boolean
|
|
2436
|
-
readonly showColon?: boolean
|
|
2437
|
-
readonly component?:
|
|
2438
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
2430
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2431
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
2432
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
2433
|
+
readonly model?: import("..").JsonFormModel;
|
|
2434
|
+
readonly hideLabel?: boolean;
|
|
2435
|
+
readonly hideAsterisk?: boolean;
|
|
2436
|
+
readonly showColon?: boolean;
|
|
2437
|
+
readonly component?: string | import("vue").Component;
|
|
2438
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2439
2439
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2440
2440
|
$attrs: import("vue").Attrs;
|
|
2441
2441
|
$refs: {
|
|
@@ -2447,82 +2447,82 @@ declare const BasicCrudTable: {
|
|
|
2447
2447
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2448
2448
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2449
2449
|
$host: Element | null;
|
|
2450
|
-
$emit: (event: "update:modelValue", value: import("
|
|
2450
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
2451
2451
|
$el: any;
|
|
2452
2452
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2453
|
-
schemas: import("
|
|
2454
|
-
modelValue?: import("
|
|
2455
|
-
adapter?: import("
|
|
2456
|
-
model?: import("
|
|
2453
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2454
|
+
modelValue?: import("..").JsonFormModel;
|
|
2455
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2456
|
+
model?: import("..").JsonFormModel;
|
|
2457
2457
|
hideLabel?: boolean;
|
|
2458
2458
|
hideAsterisk?: boolean;
|
|
2459
2459
|
showColon?: boolean;
|
|
2460
2460
|
component?: string | import("vue").Component;
|
|
2461
2461
|
}> & Readonly<{
|
|
2462
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2462
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2463
2463
|
}>, {
|
|
2464
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2465
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2466
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2467
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2468
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2469
|
-
scrollToField: (field: string) => void | undefined;
|
|
2464
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2465
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2466
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2467
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2468
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2469
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2470
2470
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2471
|
-
"update:modelValue": (value: import("
|
|
2471
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
2472
2472
|
}, string, {
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2473
|
+
modelValue: import("..").JsonFormModel;
|
|
2474
|
+
adapter: import("..").JsonFormAdapter;
|
|
2475
|
+
model: import("..").JsonFormModel;
|
|
2476
2476
|
hideLabel: boolean;
|
|
2477
2477
|
hideAsterisk: boolean;
|
|
2478
|
-
|
|
2479
|
-
|
|
2478
|
+
showColon: boolean;
|
|
2479
|
+
component: string | import("vue").Component;
|
|
2480
2480
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2481
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2482
|
-
created?: (() => void) | (() => void)
|
|
2483
|
-
beforeMount?: (() => void) | (() => void)
|
|
2484
|
-
mounted?: (() => void) | (() => void)
|
|
2485
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2486
|
-
updated?: (() => void) | (() => void)
|
|
2487
|
-
activated?: (() => void) | (() => void)
|
|
2488
|
-
deactivated?: (() => void) | (() => void)
|
|
2489
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2490
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2491
|
-
destroyed?: (() => void) | (() => void)
|
|
2492
|
-
unmounted?: (() => void) | (() => void)
|
|
2493
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2494
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2495
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2481
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2482
|
+
created?: (() => void)[] | (() => void);
|
|
2483
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2484
|
+
mounted?: (() => void)[] | (() => void);
|
|
2485
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2486
|
+
updated?: (() => void)[] | (() => void);
|
|
2487
|
+
activated?: (() => void)[] | (() => void);
|
|
2488
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2489
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2490
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2491
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2492
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2493
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2494
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2495
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2496
2496
|
};
|
|
2497
2497
|
$forceUpdate: () => void;
|
|
2498
2498
|
$nextTick: typeof import("vue").nextTick;
|
|
2499
2499
|
$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;
|
|
2500
2500
|
} & Readonly<{
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2501
|
+
modelValue: import("..").JsonFormModel;
|
|
2502
|
+
adapter: import("..").JsonFormAdapter;
|
|
2503
|
+
model: import("..").JsonFormModel;
|
|
2504
2504
|
hideLabel: boolean;
|
|
2505
2505
|
hideAsterisk: boolean;
|
|
2506
|
-
|
|
2507
|
-
|
|
2506
|
+
showColon: boolean;
|
|
2507
|
+
component: string | import("vue").Component;
|
|
2508
2508
|
}> & Omit<Readonly<{
|
|
2509
|
-
schemas: import("
|
|
2510
|
-
modelValue?: import("
|
|
2511
|
-
adapter?: import("
|
|
2512
|
-
model?: import("
|
|
2509
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2510
|
+
modelValue?: import("..").JsonFormModel;
|
|
2511
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2512
|
+
model?: import("..").JsonFormModel;
|
|
2513
2513
|
hideLabel?: boolean;
|
|
2514
2514
|
hideAsterisk?: boolean;
|
|
2515
2515
|
showColon?: boolean;
|
|
2516
2516
|
component?: string | import("vue").Component;
|
|
2517
2517
|
}> & Readonly<{
|
|
2518
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2519
|
-
}>, "
|
|
2520
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2521
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2522
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2523
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2524
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2525
|
-
scrollToField: (field: string) => void | undefined;
|
|
2518
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2519
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
2520
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2521
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2522
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2523
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2524
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2525
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2526
2526
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2527
2527
|
$slots: {
|
|
2528
2528
|
[x: string]: ((props: {
|
|
@@ -2533,27 +2533,27 @@ declare const BasicCrudTable: {
|
|
|
2533
2533
|
};
|
|
2534
2534
|
}) | undefined>;
|
|
2535
2535
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2536
|
-
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any;
|
|
2537
|
-
error: (error: unknown) => any;
|
|
2538
2536
|
close: () => any;
|
|
2539
|
-
|
|
2537
|
+
error: (error: unknown) => any;
|
|
2538
|
+
success: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
2540
2539
|
"update:model": (value: import("type-fest").UnknownRecord) => any;
|
|
2540
|
+
"update:visible": (value: boolean) => any;
|
|
2541
2541
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2542
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2543
|
-
created?: (() => void) | (() => void)
|
|
2544
|
-
beforeMount?: (() => void) | (() => void)
|
|
2545
|
-
mounted?: (() => void) | (() => void)
|
|
2546
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2547
|
-
updated?: (() => void) | (() => void)
|
|
2548
|
-
activated?: (() => void) | (() => void)
|
|
2549
|
-
deactivated?: (() => void) | (() => void)
|
|
2550
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2551
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2552
|
-
destroyed?: (() => void) | (() => void)
|
|
2553
|
-
unmounted?: (() => void) | (() => void)
|
|
2554
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2555
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2556
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2542
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2543
|
+
created?: (() => void)[] | (() => void);
|
|
2544
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2545
|
+
mounted?: (() => void)[] | (() => void);
|
|
2546
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2547
|
+
updated?: (() => void)[] | (() => void);
|
|
2548
|
+
activated?: (() => void)[] | (() => void);
|
|
2549
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2550
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2551
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2552
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2553
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2554
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2555
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2556
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2557
2557
|
};
|
|
2558
2558
|
$forceUpdate: () => void;
|
|
2559
2559
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -2563,34 +2563,34 @@ declare const BasicCrudTable: {
|
|
|
2563
2563
|
modalFormProps?: import("./types").BasicCrudTableModalFormProps;
|
|
2564
2564
|
createApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2565
2565
|
updateApi?: (data: import("type-fest").UnknownRecord) => import("./types").MaybePromise<unknown>;
|
|
2566
|
-
detailApi?: (row: import("
|
|
2566
|
+
detailApi?: (row: import("..").TableData) => import("./types").MaybePromise<import("type-fest").UnknownRecord>;
|
|
2567
2567
|
valueTransformer?: (data: import("type-fest").UnknownRecord) => import("type-fest").UnknownRecord;
|
|
2568
|
-
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("
|
|
2568
|
+
beforeSubmit?: (context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => import("./types").MaybePromise<boolean | void>;
|
|
2569
2569
|
} & {
|
|
2570
2570
|
visible?: boolean;
|
|
2571
2571
|
model?: import("type-fest").UnknownRecord;
|
|
2572
2572
|
}> & Readonly<{
|
|
2573
|
-
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("../index.ts").TableData>) => any) | undefined;
|
|
2574
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
2575
2573
|
onClose?: (() => any) | undefined;
|
|
2576
|
-
|
|
2574
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
2575
|
+
onSuccess?: ((result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any) | undefined;
|
|
2577
2576
|
"onUpdate:model"?: ((value: import("type-fest").UnknownRecord) => any) | undefined;
|
|
2578
|
-
|
|
2579
|
-
|
|
2577
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2578
|
+
}>, "formRef" | "open" | "type"> & {
|
|
2579
|
+
open: (row?: import("..").TableData) => Promise<boolean>;
|
|
2580
2580
|
type: "create" | "edit";
|
|
2581
2581
|
formRef: ({
|
|
2582
2582
|
$: import("vue").ComponentInternalInstance;
|
|
2583
2583
|
$data: {};
|
|
2584
2584
|
$props: {
|
|
2585
|
-
readonly schemas: import("
|
|
2586
|
-
readonly modelValue?: import("
|
|
2587
|
-
readonly adapter?: import("
|
|
2588
|
-
readonly model?: import("
|
|
2589
|
-
readonly hideLabel?: boolean
|
|
2590
|
-
readonly hideAsterisk?: boolean
|
|
2591
|
-
readonly showColon?: boolean
|
|
2592
|
-
readonly component?:
|
|
2593
|
-
readonly "onUpdate:modelValue"?: ((value: import("
|
|
2585
|
+
readonly schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2586
|
+
readonly modelValue?: import("..").JsonFormModel;
|
|
2587
|
+
readonly adapter?: import("..").JsonFormAdapter;
|
|
2588
|
+
readonly model?: import("..").JsonFormModel;
|
|
2589
|
+
readonly hideLabel?: boolean;
|
|
2590
|
+
readonly hideAsterisk?: boolean;
|
|
2591
|
+
readonly showColon?: boolean;
|
|
2592
|
+
readonly component?: string | import("vue").Component;
|
|
2593
|
+
readonly "onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2594
2594
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2595
2595
|
$attrs: import("vue").Attrs;
|
|
2596
2596
|
$refs: {
|
|
@@ -2602,82 +2602,82 @@ declare const BasicCrudTable: {
|
|
|
2602
2602
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2603
2603
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2604
2604
|
$host: Element | null;
|
|
2605
|
-
$emit: (event: "update:modelValue", value: import("
|
|
2605
|
+
$emit: (event: "update:modelValue", value: import("..").JsonFormModel) => void;
|
|
2606
2606
|
$el: any;
|
|
2607
2607
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2608
|
-
schemas: import("
|
|
2609
|
-
modelValue?: import("
|
|
2610
|
-
adapter?: import("
|
|
2611
|
-
model?: import("
|
|
2608
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2609
|
+
modelValue?: import("..").JsonFormModel;
|
|
2610
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2611
|
+
model?: import("..").JsonFormModel;
|
|
2612
2612
|
hideLabel?: boolean;
|
|
2613
2613
|
hideAsterisk?: boolean;
|
|
2614
2614
|
showColon?: boolean;
|
|
2615
2615
|
component?: string | import("vue").Component;
|
|
2616
2616
|
}> & Readonly<{
|
|
2617
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2617
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2618
2618
|
}>, {
|
|
2619
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2620
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2621
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2622
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2623
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2624
|
-
scrollToField: (field: string) => void | undefined;
|
|
2619
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2620
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2621
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2622
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2623
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2624
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2625
2625
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2626
|
-
"update:modelValue": (value: import("
|
|
2626
|
+
"update:modelValue": (value: import("..").JsonFormModel) => any;
|
|
2627
2627
|
}, string, {
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2628
|
+
modelValue: import("..").JsonFormModel;
|
|
2629
|
+
adapter: import("..").JsonFormAdapter;
|
|
2630
|
+
model: import("..").JsonFormModel;
|
|
2631
2631
|
hideLabel: boolean;
|
|
2632
2632
|
hideAsterisk: boolean;
|
|
2633
|
-
|
|
2634
|
-
|
|
2633
|
+
showColon: boolean;
|
|
2634
|
+
component: string | import("vue").Component;
|
|
2635
2635
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2636
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2637
|
-
created?: (() => void) | (() => void)
|
|
2638
|
-
beforeMount?: (() => void) | (() => void)
|
|
2639
|
-
mounted?: (() => void) | (() => void)
|
|
2640
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2641
|
-
updated?: (() => void) | (() => void)
|
|
2642
|
-
activated?: (() => void) | (() => void)
|
|
2643
|
-
deactivated?: (() => void) | (() => void)
|
|
2644
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2645
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2646
|
-
destroyed?: (() => void) | (() => void)
|
|
2647
|
-
unmounted?: (() => void) | (() => void)
|
|
2648
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2649
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2650
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2636
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2637
|
+
created?: (() => void)[] | (() => void);
|
|
2638
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2639
|
+
mounted?: (() => void)[] | (() => void);
|
|
2640
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2641
|
+
updated?: (() => void)[] | (() => void);
|
|
2642
|
+
activated?: (() => void)[] | (() => void);
|
|
2643
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2644
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2645
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2646
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2647
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2648
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2649
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2650
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2651
2651
|
};
|
|
2652
2652
|
$forceUpdate: () => void;
|
|
2653
2653
|
$nextTick: typeof import("vue").nextTick;
|
|
2654
2654
|
$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;
|
|
2655
2655
|
} & Readonly<{
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2656
|
+
modelValue: import("..").JsonFormModel;
|
|
2657
|
+
adapter: import("..").JsonFormAdapter;
|
|
2658
|
+
model: import("..").JsonFormModel;
|
|
2659
2659
|
hideLabel: boolean;
|
|
2660
2660
|
hideAsterisk: boolean;
|
|
2661
|
-
|
|
2662
|
-
|
|
2661
|
+
showColon: boolean;
|
|
2662
|
+
component: string | import("vue").Component;
|
|
2663
2663
|
}> & Omit<Readonly<{
|
|
2664
|
-
schemas: import("
|
|
2665
|
-
modelValue?: import("
|
|
2666
|
-
adapter?: import("
|
|
2667
|
-
model?: import("
|
|
2664
|
+
schemas: import("..").JsonFormSchema<import("..").JsonFormComponentType<{}>, {}>[] | import("..").JsonFormA2UI_0_9_1ComponentNode[];
|
|
2665
|
+
modelValue?: import("..").JsonFormModel;
|
|
2666
|
+
adapter?: import("..").JsonFormAdapter;
|
|
2667
|
+
model?: import("..").JsonFormModel;
|
|
2668
2668
|
hideLabel?: boolean;
|
|
2669
2669
|
hideAsterisk?: boolean;
|
|
2670
2670
|
showColon?: boolean;
|
|
2671
2671
|
component?: string | import("vue").Component;
|
|
2672
2672
|
}> & Readonly<{
|
|
2673
|
-
"onUpdate:modelValue"?: ((value: import("
|
|
2674
|
-
}>, "
|
|
2675
|
-
validate: (callback?: ((errors: undefined | Record<string, import("
|
|
2676
|
-
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("
|
|
2677
|
-
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
2678
|
-
clearValidate: (field?: string | string[] | undefined) => void | undefined;
|
|
2679
|
-
setFields: (data: Record<string, import("../form/interface
|
|
2680
|
-
scrollToField: (field: string) => void | undefined;
|
|
2673
|
+
"onUpdate:modelValue"?: ((value: import("..").JsonFormModel) => any) | undefined;
|
|
2674
|
+
}>, "clearValidate" | "resetFields" | "scrollToField" | "setFields" | "validate" | "validateField" | ("adapter" | "component" | "hideAsterisk" | "hideLabel" | "model" | "modelValue" | "showColon")> & {
|
|
2675
|
+
validate: (...args: [callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2676
|
+
validateField: (...args: [field: string | string[], callback?: ((errors: undefined | Record<string, import("..").ValidatedError>) => void) | undefined]) => Promise<Record<string, import("..").ValidatedError> | undefined> | undefined;
|
|
2677
|
+
resetFields: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2678
|
+
clearValidate: (...args: [field?: string | string[] | undefined]) => void | undefined;
|
|
2679
|
+
setFields: (...args: [data: Record<string, import("../form/interface").FieldData>]) => void | undefined;
|
|
2680
|
+
scrollToField: (...args: [field: string]) => void | undefined;
|
|
2681
2681
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2682
2682
|
$slots: {
|
|
2683
2683
|
[x: string]: ((props: {
|
|
@@ -2693,20 +2693,20 @@ declare const BasicCrudTable: {
|
|
|
2693
2693
|
};
|
|
2694
2694
|
}) | undefined>;
|
|
2695
2695
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2696
|
-
search: (params: import("../index.ts").ToolbarModelValue) => any;
|
|
2697
|
-
reset: () => any;
|
|
2698
|
-
error: (error: unknown) => any;
|
|
2699
|
-
delete: (row: import("../index.ts").TableData, context?: unknown) => any;
|
|
2700
2696
|
create: () => any;
|
|
2701
|
-
|
|
2697
|
+
delete: (row: import("..").TableData, context?: unknown) => any;
|
|
2698
|
+
edit: (row: import("..").TableData, context?: unknown) => any;
|
|
2699
|
+
error: (error: unknown) => any;
|
|
2700
|
+
modalClose: () => any;
|
|
2701
|
+
modalSuccess: (result: unknown, context: import("./types").BasicCrudTableModalSubmitContext<import("..").TableData>) => any;
|
|
2702
|
+
reset: () => any;
|
|
2703
|
+
search: (params: import("..").ToolbarModelValue) => any;
|
|
2704
|
+
tableFetched: (rows: import("..").TableData[], result: import("./types").BasicCrudTableDataResult<import("..").TableData>) => any;
|
|
2702
2705
|
"update:loading": (value: boolean) => any;
|
|
2703
|
-
"update:toolbarModel": (value: import("../index.ts").ToolbarModelValue) => any;
|
|
2704
|
-
"update:tableData": (value: import("../index.ts").TableData[]) => any;
|
|
2705
2706
|
"update:modalModel": (value: import("type-fest").UnknownRecord) => any;
|
|
2706
2707
|
"update:modalVisible": (value: boolean) => any;
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
modalClose: () => any;
|
|
2708
|
+
"update:tableData": (value: import("..").TableData[]) => any;
|
|
2709
|
+
"update:toolbarModel": (value: import("..").ToolbarModelValue) => any;
|
|
2710
2710
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2711
2711
|
$slots: {
|
|
2712
2712
|
[key: `header__${string}`]: ((data: import("type-fest").UnknownRecord) => import("vue").VNode[]) | undefined;
|