@sdata/web-vue 4.4.0 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sd.css +20 -5
- package/dist/sd.min.css +2 -2
- package/es/_utils/global-config.js +9 -5
- package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +5 -8
- package/es/anchor/utils.d.ts +1 -1
- package/es/anchor/utils.js +6 -1
- package/es/auto-complete/auto-complete.vue.d.ts +6 -6
- package/es/auto-complete/auto-complete.vue_vue_type_script_setup_true_lang.js +22 -6
- package/es/avatar/avatar-group.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/avatar/style/index.css +1 -1
- package/es/avatar/style/index.scss +2 -1
- package/es/badge/badge.vue_vue_type_script_setup_true_lang.js +59 -42
- package/es/basic-crud-table/basic-crud-modal.vue.d.ts +22 -22
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +66 -66
- package/es/basic-crud-table/index.d.ts +198 -198
- package/es/bloom-menu/bloom-menu.vue.d.ts +1 -1
- package/es/bloom-menu/bloom-menu.vue_vue_type_script_setup_true_lang.js +16 -3
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +32 -18
- package/es/breadcrumb/breadcrumb-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/calendar/core/config.js +4 -1
- package/es/calendar/core/events.js +22 -2
- package/es/calendar/default-theme.scss +1 -1
- package/es/calendar/style/index.css +2 -2
- package/es/carousel/carousel.vue.d.ts +5 -1
- package/es/carousel/carousel.vue_vue_type_script_setup_true_lang.js +55 -12
- package/es/carousel/index.d.ts +15 -3
- package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +6 -3
- package/es/checkbox/checkbox.vue.d.ts +2 -0
- package/es/checkbox/checkbox.vue_vue_type_script_setup_true_lang.js +12 -6
- package/es/checkbox/index.d.ts +6 -0
- package/es/color-picker/color-picker.vue_vue_type_script_setup_true_lang.js +13 -5
- package/es/color-picker/control-bar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/color-picker/hooks/use-control-block.d.ts +1 -1
- package/es/color-picker/hooks/use-control-block.js +6 -6
- package/es/color-picker/palette.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +7 -2
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +7 -6
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +7 -1
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +23 -8
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +16 -7
- package/es/date-picker/hooks/use-range-header-value.js +1 -1
- package/es/drawer/drawer.vue.d.ts +2 -2
- package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +5 -12
- package/es/drawer/index.d.ts +3 -3
- package/es/dropdown/dropdown-panel.vue.d.ts +0 -9
- package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +0 -4
- package/es/dropdown/dropdown.vue.d.ts +16 -3
- package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +24 -3
- package/es/dropdown/index.d.ts +25 -0
- package/es/dropdown/interface.d.ts +2 -0
- package/es/ellipsis/ellipsis.vue.d.ts +2 -0
- package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +37 -8
- package/es/ellipsis/index.d.ts +3 -0
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +3 -0
- package/es/empty/empty.vue_vue_type_script_setup_true_lang.js +1 -4
- package/es/file-previewer/file-previewer.vue.d.ts +0 -3
- package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +3 -6
- package/es/file-previewer/index.d.ts +0 -9
- package/es/form/context.d.ts +1 -2
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/form/form.vue.d.ts +3 -3
- package/es/form/form.vue_vue_type_script_setup_true_lang.js +5 -7
- package/es/form/index.d.ts +6 -6
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/grid/hook/use-responsive-state.js +15 -4
- package/es/grid/hook/use-responsive-value.js +3 -2
- package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-components.d.ts +1 -1
- package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/{icon-faceBook-circle-fill → icon-facebook-circle-fill}/index.d.ts +5 -5
- package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/icon/index.d.ts +1 -1
- package/es/icon.js +1162 -300
- package/es/image/image.vue_vue_type_script_setup_true_lang.js +5 -3
- package/es/image/preview.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/index.css +20 -5
- package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +25 -11
- package/es/input-mask/mask-engine.d.ts +4 -0
- package/es/input-mask/mask-engine.js +12 -1
- package/es/input-number/index.d.ts +15 -0
- package/es/input-number/input-number.vue.d.ts +9 -0
- package/es/input-number/input-number.vue_vue_type_script_setup_true_lang.js +47 -14
- package/es/json-form/index.d.ts +11 -11
- package/es/json-form/json-form-item.vue.d.ts +3 -6
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +14 -15
- package/es/json-form/json-form.vue.d.ts +7 -10
- package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +17 -16
- package/es/json-form/style/index.css +15 -0
- package/es/json-form/style/index.scss +21 -0
- package/es/json-form/types.d.ts +1 -0
- package/es/json-form/utils.d.ts +1 -1
- package/es/json-form/utils.js +20 -13
- package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/layout/hooks/use-has-sider.js +23 -2
- package/es/layout/interface.d.ts +1 -1
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/locale/interface.d.ts +7 -0
- package/es/locale/lang/en-us.js +5 -0
- package/es/locale/lang/zh-cn.js +5 -0
- package/es/mention/index.d.ts +15 -0
- package/es/mention/mention.vue.d.ts +10 -1
- package/es/mention/mention.vue_vue_type_script_setup_true_lang.js +16 -9
- package/es/message/index.js +1 -1
- package/es/modal/index.js +9 -1
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +15 -16
- package/es/model-selector/model-selector-input.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/model-selector/model-selector-item.vue_vue_type_script_setup_true_lang.js +27 -3
- package/es/model-selector/model-selector.vue_vue_type_script_setup_true_lang.js +15 -3
- package/es/notification/index.js +5 -2
- package/es/notification/notification-list.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/number-flow/number-flow.vue_vue_type_script_setup_true_lang.js +27 -8
- package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/pagination/page-item-ellipsis.vue.d.ts +9 -0
- package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +19 -3
- package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/pagination/pagination.vue_vue_type_script_setup_true_lang.js +10 -0
- package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +4 -11
- package/es/popover/index.d.ts +2 -0
- package/es/popover/popover.vue.d.ts +4 -2
- package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +10 -3
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/rate/rate.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +10 -10
- package/es/result/result.vue_vue_type_script_setup_true_lang.js +6 -4
- package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +16 -13
- package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +2 -0
- package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +20 -9
- package/es/slider/utils.js +1 -1
- package/es/spin/spin.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +3 -1
- package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +7 -0
- package/es/statistic/index.d.ts +0 -3
- package/es/statistic/statistic.vue.d.ts +0 -2
- package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +0 -5
- package/es/style/icon.scss +2 -2
- package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/table/table-td.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/table/table-th.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/tag/index.d.ts +8 -8
- package/es/tag/tag.vue.d.ts +4 -4
- package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -2
- package/es/timeline/timeline.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +14 -8
- package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +10 -3
- package/es/trigger/index.d.ts +0 -6
- package/es/trigger/interface.d.ts +1 -2
- package/es/trigger/trigger.vue.d.ts +0 -2
- package/es/trigger/trigger.vue_vue_type_script_setup_true_lang.js +0 -4
- package/es/typography/base.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/typography/interface.d.ts +0 -4
- package/es/typography/utils/getInnerText.js +11 -10
- package/es/upload/upload-list-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/upload/upload.vue_vue_type_script_setup_true_lang.js +7 -5
- package/es/upload/utils.d.ts +1 -2
- package/es/verification-code/index.d.ts +12 -3
- package/es/verification-code/verification-code.vue.d.ts +6 -1
- package/es/verification-code/verification-code.vue_vue_type_script_setup_true_lang.js +29 -5
- package/es/watermark/watermark.vue_vue_type_script_setup_true_lang.js +4 -2
- package/json/vetur-attributes.json +22 -10
- package/json/vetur-tags.json +10 -4
- package/json/web-types.json +43 -17
- package/package.json +1 -1
- /package/es/icon/{icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts → icon-facebook-circle-fill/icon-facebook-circle-fill.vue.d.ts} +0 -0
|
@@ -91,14 +91,14 @@ declare const BasicCrudTable: {
|
|
|
91
91
|
$data: {};
|
|
92
92
|
$props: {
|
|
93
93
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
94
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
94
95
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
95
96
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
96
97
|
readonly hideLabel?: boolean | undefined;
|
|
97
98
|
readonly hideAsterisk?: boolean | undefined;
|
|
98
99
|
readonly showColon?: boolean | undefined;
|
|
99
100
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
100
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
101
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
101
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
102
102
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
103
103
|
$attrs: import("vue").Attrs;
|
|
104
104
|
$refs: {
|
|
@@ -110,20 +110,19 @@ 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("../index.ts").JsonFormModel
|
|
113
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
114
114
|
$el: any;
|
|
115
115
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
116
116
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
117
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
117
118
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
118
119
|
model?: import("../index.ts").JsonFormModel;
|
|
119
120
|
hideLabel?: boolean;
|
|
120
121
|
hideAsterisk?: boolean;
|
|
121
122
|
showColon?: boolean;
|
|
122
123
|
component?: string | import("vue").Component;
|
|
123
|
-
} & {
|
|
124
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
125
124
|
}> & Readonly<{
|
|
126
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
125
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
127
126
|
}>, {
|
|
128
127
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
129
128
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -132,9 +131,10 @@ declare const BasicCrudTable: {
|
|
|
132
131
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
133
132
|
scrollToField: (field: string) => void | undefined;
|
|
134
133
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
135
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
134
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
136
135
|
}, string, {
|
|
137
136
|
component: string | import("vue").Component;
|
|
137
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
138
138
|
showColon: boolean;
|
|
139
139
|
hideLabel: boolean;
|
|
140
140
|
hideAsterisk: boolean;
|
|
@@ -162,6 +162,7 @@ declare const BasicCrudTable: {
|
|
|
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
164
|
component: string | import("vue").Component;
|
|
165
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
165
166
|
showColon: boolean;
|
|
166
167
|
hideLabel: boolean;
|
|
167
168
|
hideAsterisk: boolean;
|
|
@@ -169,17 +170,16 @@ declare const BasicCrudTable: {
|
|
|
169
170
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
170
171
|
}> & Omit<Readonly<{
|
|
171
172
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
173
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
172
174
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
173
175
|
model?: import("../index.ts").JsonFormModel;
|
|
174
176
|
hideLabel?: boolean;
|
|
175
177
|
hideAsterisk?: boolean;
|
|
176
178
|
showColon?: boolean;
|
|
177
179
|
component?: string | import("vue").Component;
|
|
178
|
-
} & {
|
|
179
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
180
180
|
}> & Readonly<{
|
|
181
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
182
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
181
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
182
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
183
183
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
184
184
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
185
185
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -199,14 +199,14 @@ declare const BasicCrudTable: {
|
|
|
199
199
|
$data: {};
|
|
200
200
|
$props: {
|
|
201
201
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
202
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
202
203
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
203
204
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
204
205
|
readonly hideLabel?: boolean | undefined;
|
|
205
206
|
readonly hideAsterisk?: boolean | undefined;
|
|
206
207
|
readonly showColon?: boolean | undefined;
|
|
207
208
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
208
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
209
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
209
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
210
210
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
211
211
|
$attrs: import("vue").Attrs;
|
|
212
212
|
$refs: {
|
|
@@ -218,20 +218,19 @@ 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("../index.ts").JsonFormModel
|
|
221
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
222
222
|
$el: any;
|
|
223
223
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
224
224
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
225
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
225
226
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
226
227
|
model?: import("../index.ts").JsonFormModel;
|
|
227
228
|
hideLabel?: boolean;
|
|
228
229
|
hideAsterisk?: boolean;
|
|
229
230
|
showColon?: boolean;
|
|
230
231
|
component?: string | import("vue").Component;
|
|
231
|
-
} & {
|
|
232
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
233
232
|
}> & Readonly<{
|
|
234
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
233
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
235
234
|
}>, {
|
|
236
235
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
237
236
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -240,9 +239,10 @@ declare const BasicCrudTable: {
|
|
|
240
239
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
241
240
|
scrollToField: (field: string) => void | undefined;
|
|
242
241
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
243
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
242
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
244
243
|
}, string, {
|
|
245
244
|
component: string | import("vue").Component;
|
|
245
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
246
246
|
showColon: boolean;
|
|
247
247
|
hideLabel: boolean;
|
|
248
248
|
hideAsterisk: boolean;
|
|
@@ -270,6 +270,7 @@ declare const BasicCrudTable: {
|
|
|
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
272
|
component: string | import("vue").Component;
|
|
273
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
273
274
|
showColon: boolean;
|
|
274
275
|
hideLabel: boolean;
|
|
275
276
|
hideAsterisk: boolean;
|
|
@@ -277,17 +278,16 @@ declare const BasicCrudTable: {
|
|
|
277
278
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
278
279
|
}> & Omit<Readonly<{
|
|
279
280
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
281
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
280
282
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
281
283
|
model?: import("../index.ts").JsonFormModel;
|
|
282
284
|
hideLabel?: boolean;
|
|
283
285
|
hideAsterisk?: boolean;
|
|
284
286
|
showColon?: boolean;
|
|
285
287
|
component?: string | import("vue").Component;
|
|
286
|
-
} & {
|
|
287
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
288
288
|
}> & Readonly<{
|
|
289
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
290
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
289
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
290
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
291
291
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
292
292
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
293
293
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -354,14 +354,14 @@ declare const BasicCrudTable: {
|
|
|
354
354
|
$data: {};
|
|
355
355
|
$props: {
|
|
356
356
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
357
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
357
358
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
358
359
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
359
360
|
readonly hideLabel?: boolean | undefined;
|
|
360
361
|
readonly hideAsterisk?: boolean | undefined;
|
|
361
362
|
readonly showColon?: boolean | undefined;
|
|
362
363
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
363
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
364
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
364
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
365
365
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
366
366
|
$attrs: import("vue").Attrs;
|
|
367
367
|
$refs: {
|
|
@@ -373,20 +373,19 @@ 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("../index.ts").JsonFormModel
|
|
376
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
377
377
|
$el: any;
|
|
378
378
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
379
379
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
380
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
380
381
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
381
382
|
model?: import("../index.ts").JsonFormModel;
|
|
382
383
|
hideLabel?: boolean;
|
|
383
384
|
hideAsterisk?: boolean;
|
|
384
385
|
showColon?: boolean;
|
|
385
386
|
component?: string | import("vue").Component;
|
|
386
|
-
} & {
|
|
387
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
388
387
|
}> & Readonly<{
|
|
389
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
388
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
390
389
|
}>, {
|
|
391
390
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
392
391
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -395,9 +394,10 @@ declare const BasicCrudTable: {
|
|
|
395
394
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
396
395
|
scrollToField: (field: string) => void | undefined;
|
|
397
396
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
398
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
397
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
399
398
|
}, string, {
|
|
400
399
|
component: string | import("vue").Component;
|
|
400
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
401
401
|
showColon: boolean;
|
|
402
402
|
hideLabel: boolean;
|
|
403
403
|
hideAsterisk: boolean;
|
|
@@ -425,6 +425,7 @@ declare const BasicCrudTable: {
|
|
|
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
427
|
component: string | import("vue").Component;
|
|
428
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
428
429
|
showColon: boolean;
|
|
429
430
|
hideLabel: boolean;
|
|
430
431
|
hideAsterisk: boolean;
|
|
@@ -432,17 +433,16 @@ declare const BasicCrudTable: {
|
|
|
432
433
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
433
434
|
}> & Omit<Readonly<{
|
|
434
435
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
436
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
435
437
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
436
438
|
model?: import("../index.ts").JsonFormModel;
|
|
437
439
|
hideLabel?: boolean;
|
|
438
440
|
hideAsterisk?: boolean;
|
|
439
441
|
showColon?: boolean;
|
|
440
442
|
component?: string | import("vue").Component;
|
|
441
|
-
} & {
|
|
442
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
443
443
|
}> & Readonly<{
|
|
444
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
445
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
444
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
445
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
446
446
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
447
447
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
448
448
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -518,14 +518,14 @@ declare const BasicCrudTable: {
|
|
|
518
518
|
$data: {};
|
|
519
519
|
$props: {
|
|
520
520
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
521
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
521
522
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
522
523
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
523
524
|
readonly hideLabel?: boolean | undefined;
|
|
524
525
|
readonly hideAsterisk?: boolean | undefined;
|
|
525
526
|
readonly showColon?: boolean | undefined;
|
|
526
527
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
527
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
528
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
528
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
529
529
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
530
530
|
$attrs: import("vue").Attrs;
|
|
531
531
|
$refs: {
|
|
@@ -537,20 +537,19 @@ 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("../index.ts").JsonFormModel
|
|
540
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
541
541
|
$el: any;
|
|
542
542
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
543
543
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
544
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
544
545
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
545
546
|
model?: import("../index.ts").JsonFormModel;
|
|
546
547
|
hideLabel?: boolean;
|
|
547
548
|
hideAsterisk?: boolean;
|
|
548
549
|
showColon?: boolean;
|
|
549
550
|
component?: string | import("vue").Component;
|
|
550
|
-
} & {
|
|
551
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
552
551
|
}> & Readonly<{
|
|
553
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
552
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
554
553
|
}>, {
|
|
555
554
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
556
555
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -559,9 +558,10 @@ declare const BasicCrudTable: {
|
|
|
559
558
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
560
559
|
scrollToField: (field: string) => void | undefined;
|
|
561
560
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
562
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
561
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
563
562
|
}, string, {
|
|
564
563
|
component: string | import("vue").Component;
|
|
564
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
565
565
|
showColon: boolean;
|
|
566
566
|
hideLabel: boolean;
|
|
567
567
|
hideAsterisk: boolean;
|
|
@@ -589,6 +589,7 @@ declare const BasicCrudTable: {
|
|
|
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
591
|
component: string | import("vue").Component;
|
|
592
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
592
593
|
showColon: boolean;
|
|
593
594
|
hideLabel: boolean;
|
|
594
595
|
hideAsterisk: boolean;
|
|
@@ -596,17 +597,16 @@ declare const BasicCrudTable: {
|
|
|
596
597
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
597
598
|
}> & Omit<Readonly<{
|
|
598
599
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
600
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
599
601
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
600
602
|
model?: import("../index.ts").JsonFormModel;
|
|
601
603
|
hideLabel?: boolean;
|
|
602
604
|
hideAsterisk?: boolean;
|
|
603
605
|
showColon?: boolean;
|
|
604
606
|
component?: string | import("vue").Component;
|
|
605
|
-
} & {
|
|
606
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
607
607
|
}> & Readonly<{
|
|
608
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
609
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
608
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
609
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
610
610
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
611
611
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
612
612
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -626,14 +626,14 @@ declare const BasicCrudTable: {
|
|
|
626
626
|
$data: {};
|
|
627
627
|
$props: {
|
|
628
628
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
629
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
629
630
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
630
631
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
631
632
|
readonly hideLabel?: boolean | undefined;
|
|
632
633
|
readonly hideAsterisk?: boolean | undefined;
|
|
633
634
|
readonly showColon?: boolean | undefined;
|
|
634
635
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
635
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
636
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
636
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
637
637
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
638
638
|
$attrs: import("vue").Attrs;
|
|
639
639
|
$refs: {
|
|
@@ -645,20 +645,19 @@ 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("../index.ts").JsonFormModel
|
|
648
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
649
649
|
$el: any;
|
|
650
650
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
651
651
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
652
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
652
653
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
653
654
|
model?: import("../index.ts").JsonFormModel;
|
|
654
655
|
hideLabel?: boolean;
|
|
655
656
|
hideAsterisk?: boolean;
|
|
656
657
|
showColon?: boolean;
|
|
657
658
|
component?: string | import("vue").Component;
|
|
658
|
-
} & {
|
|
659
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
660
659
|
}> & Readonly<{
|
|
661
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
660
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
662
661
|
}>, {
|
|
663
662
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
664
663
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -667,9 +666,10 @@ declare const BasicCrudTable: {
|
|
|
667
666
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
668
667
|
scrollToField: (field: string) => void | undefined;
|
|
669
668
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
670
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
669
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
671
670
|
}, string, {
|
|
672
671
|
component: string | import("vue").Component;
|
|
672
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
673
673
|
showColon: boolean;
|
|
674
674
|
hideLabel: boolean;
|
|
675
675
|
hideAsterisk: boolean;
|
|
@@ -697,6 +697,7 @@ declare const BasicCrudTable: {
|
|
|
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
699
|
component: string | import("vue").Component;
|
|
700
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
700
701
|
showColon: boolean;
|
|
701
702
|
hideLabel: boolean;
|
|
702
703
|
hideAsterisk: boolean;
|
|
@@ -704,17 +705,16 @@ declare const BasicCrudTable: {
|
|
|
704
705
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
705
706
|
}> & Omit<Readonly<{
|
|
706
707
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
708
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
707
709
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
708
710
|
model?: import("../index.ts").JsonFormModel;
|
|
709
711
|
hideLabel?: boolean;
|
|
710
712
|
hideAsterisk?: boolean;
|
|
711
713
|
showColon?: boolean;
|
|
712
714
|
component?: string | import("vue").Component;
|
|
713
|
-
} & {
|
|
714
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
715
715
|
}> & Readonly<{
|
|
716
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
717
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
716
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
717
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
718
718
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
719
719
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
720
720
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -781,14 +781,14 @@ declare const BasicCrudTable: {
|
|
|
781
781
|
$data: {};
|
|
782
782
|
$props: {
|
|
783
783
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
784
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
784
785
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
785
786
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
786
787
|
readonly hideLabel?: boolean | undefined;
|
|
787
788
|
readonly hideAsterisk?: boolean | undefined;
|
|
788
789
|
readonly showColon?: boolean | undefined;
|
|
789
790
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
790
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
791
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
791
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
792
792
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
793
793
|
$attrs: import("vue").Attrs;
|
|
794
794
|
$refs: {
|
|
@@ -800,20 +800,19 @@ 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("../index.ts").JsonFormModel
|
|
803
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
804
804
|
$el: any;
|
|
805
805
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
806
806
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
807
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
807
808
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
808
809
|
model?: import("../index.ts").JsonFormModel;
|
|
809
810
|
hideLabel?: boolean;
|
|
810
811
|
hideAsterisk?: boolean;
|
|
811
812
|
showColon?: boolean;
|
|
812
813
|
component?: string | import("vue").Component;
|
|
813
|
-
} & {
|
|
814
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
815
814
|
}> & Readonly<{
|
|
816
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
815
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
817
816
|
}>, {
|
|
818
817
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
819
818
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -822,9 +821,10 @@ declare const BasicCrudTable: {
|
|
|
822
821
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
823
822
|
scrollToField: (field: string) => void | undefined;
|
|
824
823
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
825
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
824
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
826
825
|
}, string, {
|
|
827
826
|
component: string | import("vue").Component;
|
|
827
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
828
828
|
showColon: boolean;
|
|
829
829
|
hideLabel: boolean;
|
|
830
830
|
hideAsterisk: boolean;
|
|
@@ -852,6 +852,7 @@ declare const BasicCrudTable: {
|
|
|
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
854
|
component: string | import("vue").Component;
|
|
855
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
855
856
|
showColon: boolean;
|
|
856
857
|
hideLabel: boolean;
|
|
857
858
|
hideAsterisk: boolean;
|
|
@@ -859,17 +860,16 @@ declare const BasicCrudTable: {
|
|
|
859
860
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
860
861
|
}> & Omit<Readonly<{
|
|
861
862
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
863
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
862
864
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
863
865
|
model?: import("../index.ts").JsonFormModel;
|
|
864
866
|
hideLabel?: boolean;
|
|
865
867
|
hideAsterisk?: boolean;
|
|
866
868
|
showColon?: boolean;
|
|
867
869
|
component?: string | import("vue").Component;
|
|
868
|
-
} & {
|
|
869
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
870
870
|
}> & Readonly<{
|
|
871
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
872
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
871
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
872
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
873
873
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
874
874
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
875
875
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1001,14 +1001,14 @@ declare const BasicCrudTable: {
|
|
|
1001
1001
|
$data: {};
|
|
1002
1002
|
$props: {
|
|
1003
1003
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1004
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1004
1005
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1005
1006
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1006
1007
|
readonly hideLabel?: boolean | undefined;
|
|
1007
1008
|
readonly hideAsterisk?: boolean | undefined;
|
|
1008
1009
|
readonly showColon?: boolean | undefined;
|
|
1009
1010
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1010
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1011
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1011
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1012
1012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1013
1013
|
$attrs: import("vue").Attrs;
|
|
1014
1014
|
$refs: {
|
|
@@ -1020,20 +1020,19 @@ 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("../index.ts").JsonFormModel
|
|
1023
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1024
1024
|
$el: any;
|
|
1025
1025
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1026
1026
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1027
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1027
1028
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1028
1029
|
model?: import("../index.ts").JsonFormModel;
|
|
1029
1030
|
hideLabel?: boolean;
|
|
1030
1031
|
hideAsterisk?: boolean;
|
|
1031
1032
|
showColon?: boolean;
|
|
1032
1033
|
component?: string | import("vue").Component;
|
|
1033
|
-
} & {
|
|
1034
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1035
1034
|
}> & Readonly<{
|
|
1036
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1035
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1037
1036
|
}>, {
|
|
1038
1037
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1039
1038
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1042,9 +1041,10 @@ declare const BasicCrudTable: {
|
|
|
1042
1041
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1043
1042
|
scrollToField: (field: string) => void | undefined;
|
|
1044
1043
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1045
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1044
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1046
1045
|
}, string, {
|
|
1047
1046
|
component: string | import("vue").Component;
|
|
1047
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1048
1048
|
showColon: boolean;
|
|
1049
1049
|
hideLabel: boolean;
|
|
1050
1050
|
hideAsterisk: boolean;
|
|
@@ -1072,6 +1072,7 @@ declare const BasicCrudTable: {
|
|
|
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
1074
|
component: string | import("vue").Component;
|
|
1075
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1075
1076
|
showColon: boolean;
|
|
1076
1077
|
hideLabel: boolean;
|
|
1077
1078
|
hideAsterisk: boolean;
|
|
@@ -1079,17 +1080,16 @@ declare const BasicCrudTable: {
|
|
|
1079
1080
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1080
1081
|
}> & Omit<Readonly<{
|
|
1081
1082
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1083
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1082
1084
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1083
1085
|
model?: import("../index.ts").JsonFormModel;
|
|
1084
1086
|
hideLabel?: boolean;
|
|
1085
1087
|
hideAsterisk?: boolean;
|
|
1086
1088
|
showColon?: boolean;
|
|
1087
1089
|
component?: string | import("vue").Component;
|
|
1088
|
-
} & {
|
|
1089
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1090
1090
|
}> & Readonly<{
|
|
1091
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1092
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1091
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1092
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1093
1093
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1094
1094
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1095
1095
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1109,14 +1109,14 @@ declare const BasicCrudTable: {
|
|
|
1109
1109
|
$data: {};
|
|
1110
1110
|
$props: {
|
|
1111
1111
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1112
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1112
1113
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1113
1114
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1114
1115
|
readonly hideLabel?: boolean | undefined;
|
|
1115
1116
|
readonly hideAsterisk?: boolean | undefined;
|
|
1116
1117
|
readonly showColon?: boolean | undefined;
|
|
1117
1118
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1118
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1119
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1119
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1120
1120
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1121
1121
|
$attrs: import("vue").Attrs;
|
|
1122
1122
|
$refs: {
|
|
@@ -1128,20 +1128,19 @@ 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("../index.ts").JsonFormModel
|
|
1131
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1132
1132
|
$el: any;
|
|
1133
1133
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1134
1134
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1135
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1135
1136
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1136
1137
|
model?: import("../index.ts").JsonFormModel;
|
|
1137
1138
|
hideLabel?: boolean;
|
|
1138
1139
|
hideAsterisk?: boolean;
|
|
1139
1140
|
showColon?: boolean;
|
|
1140
1141
|
component?: string | import("vue").Component;
|
|
1141
|
-
} & {
|
|
1142
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1143
1142
|
}> & Readonly<{
|
|
1144
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1143
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1145
1144
|
}>, {
|
|
1146
1145
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1147
1146
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1150,9 +1149,10 @@ declare const BasicCrudTable: {
|
|
|
1150
1149
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1151
1150
|
scrollToField: (field: string) => void | undefined;
|
|
1152
1151
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1153
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1152
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1154
1153
|
}, string, {
|
|
1155
1154
|
component: string | import("vue").Component;
|
|
1155
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1156
1156
|
showColon: boolean;
|
|
1157
1157
|
hideLabel: boolean;
|
|
1158
1158
|
hideAsterisk: boolean;
|
|
@@ -1180,6 +1180,7 @@ declare const BasicCrudTable: {
|
|
|
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
1182
|
component: string | import("vue").Component;
|
|
1183
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1183
1184
|
showColon: boolean;
|
|
1184
1185
|
hideLabel: boolean;
|
|
1185
1186
|
hideAsterisk: boolean;
|
|
@@ -1187,17 +1188,16 @@ declare const BasicCrudTable: {
|
|
|
1187
1188
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1188
1189
|
}> & Omit<Readonly<{
|
|
1189
1190
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1191
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1190
1192
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1191
1193
|
model?: import("../index.ts").JsonFormModel;
|
|
1192
1194
|
hideLabel?: boolean;
|
|
1193
1195
|
hideAsterisk?: boolean;
|
|
1194
1196
|
showColon?: boolean;
|
|
1195
1197
|
component?: string | import("vue").Component;
|
|
1196
|
-
} & {
|
|
1197
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1198
1198
|
}> & Readonly<{
|
|
1199
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1200
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1199
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1200
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1201
1201
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1202
1202
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1203
1203
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1264,14 +1264,14 @@ declare const BasicCrudTable: {
|
|
|
1264
1264
|
$data: {};
|
|
1265
1265
|
$props: {
|
|
1266
1266
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1267
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1267
1268
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1268
1269
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1269
1270
|
readonly hideLabel?: boolean | undefined;
|
|
1270
1271
|
readonly hideAsterisk?: boolean | undefined;
|
|
1271
1272
|
readonly showColon?: boolean | undefined;
|
|
1272
1273
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1273
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1274
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1274
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1275
1275
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1276
1276
|
$attrs: import("vue").Attrs;
|
|
1277
1277
|
$refs: {
|
|
@@ -1283,20 +1283,19 @@ 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("../index.ts").JsonFormModel
|
|
1286
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1287
1287
|
$el: any;
|
|
1288
1288
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1289
1289
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1290
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1290
1291
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1291
1292
|
model?: import("../index.ts").JsonFormModel;
|
|
1292
1293
|
hideLabel?: boolean;
|
|
1293
1294
|
hideAsterisk?: boolean;
|
|
1294
1295
|
showColon?: boolean;
|
|
1295
1296
|
component?: string | import("vue").Component;
|
|
1296
|
-
} & {
|
|
1297
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1298
1297
|
}> & Readonly<{
|
|
1299
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1298
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1300
1299
|
}>, {
|
|
1301
1300
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1302
1301
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1305,9 +1304,10 @@ declare const BasicCrudTable: {
|
|
|
1305
1304
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1306
1305
|
scrollToField: (field: string) => void | undefined;
|
|
1307
1306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1308
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1307
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1309
1308
|
}, string, {
|
|
1310
1309
|
component: string | import("vue").Component;
|
|
1310
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1311
1311
|
showColon: boolean;
|
|
1312
1312
|
hideLabel: boolean;
|
|
1313
1313
|
hideAsterisk: boolean;
|
|
@@ -1335,6 +1335,7 @@ declare const BasicCrudTable: {
|
|
|
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
1337
|
component: string | import("vue").Component;
|
|
1338
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1338
1339
|
showColon: boolean;
|
|
1339
1340
|
hideLabel: boolean;
|
|
1340
1341
|
hideAsterisk: boolean;
|
|
@@ -1342,17 +1343,16 @@ declare const BasicCrudTable: {
|
|
|
1342
1343
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1343
1344
|
}> & Omit<Readonly<{
|
|
1344
1345
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1346
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1345
1347
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1346
1348
|
model?: import("../index.ts").JsonFormModel;
|
|
1347
1349
|
hideLabel?: boolean;
|
|
1348
1350
|
hideAsterisk?: boolean;
|
|
1349
1351
|
showColon?: boolean;
|
|
1350
1352
|
component?: string | import("vue").Component;
|
|
1351
|
-
} & {
|
|
1352
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1353
1353
|
}> & Readonly<{
|
|
1354
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1355
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1354
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1355
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1356
1356
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1357
1357
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1358
1358
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1428,14 +1428,14 @@ declare const BasicCrudTable: {
|
|
|
1428
1428
|
$data: {};
|
|
1429
1429
|
$props: {
|
|
1430
1430
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1431
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1431
1432
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1432
1433
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1433
1434
|
readonly hideLabel?: boolean | undefined;
|
|
1434
1435
|
readonly hideAsterisk?: boolean | undefined;
|
|
1435
1436
|
readonly showColon?: boolean | undefined;
|
|
1436
1437
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1437
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1438
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1438
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1439
1439
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1440
1440
|
$attrs: import("vue").Attrs;
|
|
1441
1441
|
$refs: {
|
|
@@ -1447,20 +1447,19 @@ 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("../index.ts").JsonFormModel
|
|
1450
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1451
1451
|
$el: any;
|
|
1452
1452
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1453
1453
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1454
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1454
1455
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1455
1456
|
model?: import("../index.ts").JsonFormModel;
|
|
1456
1457
|
hideLabel?: boolean;
|
|
1457
1458
|
hideAsterisk?: boolean;
|
|
1458
1459
|
showColon?: boolean;
|
|
1459
1460
|
component?: string | import("vue").Component;
|
|
1460
|
-
} & {
|
|
1461
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1462
1461
|
}> & Readonly<{
|
|
1463
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1462
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1464
1463
|
}>, {
|
|
1465
1464
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1466
1465
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1469,9 +1468,10 @@ declare const BasicCrudTable: {
|
|
|
1469
1468
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1470
1469
|
scrollToField: (field: string) => void | undefined;
|
|
1471
1470
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1472
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1471
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1473
1472
|
}, string, {
|
|
1474
1473
|
component: string | import("vue").Component;
|
|
1474
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1475
1475
|
showColon: boolean;
|
|
1476
1476
|
hideLabel: boolean;
|
|
1477
1477
|
hideAsterisk: boolean;
|
|
@@ -1499,6 +1499,7 @@ declare const BasicCrudTable: {
|
|
|
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
1501
|
component: string | import("vue").Component;
|
|
1502
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1502
1503
|
showColon: boolean;
|
|
1503
1504
|
hideLabel: boolean;
|
|
1504
1505
|
hideAsterisk: boolean;
|
|
@@ -1506,17 +1507,16 @@ declare const BasicCrudTable: {
|
|
|
1506
1507
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1507
1508
|
}> & Omit<Readonly<{
|
|
1508
1509
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1510
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1509
1511
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1510
1512
|
model?: import("../index.ts").JsonFormModel;
|
|
1511
1513
|
hideLabel?: boolean;
|
|
1512
1514
|
hideAsterisk?: boolean;
|
|
1513
1515
|
showColon?: boolean;
|
|
1514
1516
|
component?: string | import("vue").Component;
|
|
1515
|
-
} & {
|
|
1516
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1517
1517
|
}> & Readonly<{
|
|
1518
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1519
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1518
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1519
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1520
1520
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1521
1521
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1522
1522
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1536,14 +1536,14 @@ declare const BasicCrudTable: {
|
|
|
1536
1536
|
$data: {};
|
|
1537
1537
|
$props: {
|
|
1538
1538
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1539
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1539
1540
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1540
1541
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1541
1542
|
readonly hideLabel?: boolean | undefined;
|
|
1542
1543
|
readonly hideAsterisk?: boolean | undefined;
|
|
1543
1544
|
readonly showColon?: boolean | undefined;
|
|
1544
1545
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1545
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1546
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1546
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1547
1547
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1548
1548
|
$attrs: import("vue").Attrs;
|
|
1549
1549
|
$refs: {
|
|
@@ -1555,20 +1555,19 @@ 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("../index.ts").JsonFormModel
|
|
1558
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1559
1559
|
$el: any;
|
|
1560
1560
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1561
1561
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1562
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1562
1563
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1563
1564
|
model?: import("../index.ts").JsonFormModel;
|
|
1564
1565
|
hideLabel?: boolean;
|
|
1565
1566
|
hideAsterisk?: boolean;
|
|
1566
1567
|
showColon?: boolean;
|
|
1567
1568
|
component?: string | import("vue").Component;
|
|
1568
|
-
} & {
|
|
1569
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1570
1569
|
}> & Readonly<{
|
|
1571
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1570
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1572
1571
|
}>, {
|
|
1573
1572
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1574
1573
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1577,9 +1576,10 @@ declare const BasicCrudTable: {
|
|
|
1577
1576
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1578
1577
|
scrollToField: (field: string) => void | undefined;
|
|
1579
1578
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1580
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1579
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1581
1580
|
}, string, {
|
|
1582
1581
|
component: string | import("vue").Component;
|
|
1582
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1583
1583
|
showColon: boolean;
|
|
1584
1584
|
hideLabel: boolean;
|
|
1585
1585
|
hideAsterisk: boolean;
|
|
@@ -1607,6 +1607,7 @@ declare const BasicCrudTable: {
|
|
|
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
1609
|
component: string | import("vue").Component;
|
|
1610
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1610
1611
|
showColon: boolean;
|
|
1611
1612
|
hideLabel: boolean;
|
|
1612
1613
|
hideAsterisk: boolean;
|
|
@@ -1614,17 +1615,16 @@ declare const BasicCrudTable: {
|
|
|
1614
1615
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1615
1616
|
}> & Omit<Readonly<{
|
|
1616
1617
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1618
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1617
1619
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1618
1620
|
model?: import("../index.ts").JsonFormModel;
|
|
1619
1621
|
hideLabel?: boolean;
|
|
1620
1622
|
hideAsterisk?: boolean;
|
|
1621
1623
|
showColon?: boolean;
|
|
1622
1624
|
component?: string | import("vue").Component;
|
|
1623
|
-
} & {
|
|
1624
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1625
1625
|
}> & Readonly<{
|
|
1626
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1627
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1626
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1627
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1628
1628
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1629
1629
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1630
1630
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1691,14 +1691,14 @@ declare const BasicCrudTable: {
|
|
|
1691
1691
|
$data: {};
|
|
1692
1692
|
$props: {
|
|
1693
1693
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1694
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1694
1695
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1695
1696
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1696
1697
|
readonly hideLabel?: boolean | undefined;
|
|
1697
1698
|
readonly hideAsterisk?: boolean | undefined;
|
|
1698
1699
|
readonly showColon?: boolean | undefined;
|
|
1699
1700
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1700
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1701
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1701
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1702
1702
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1703
1703
|
$attrs: import("vue").Attrs;
|
|
1704
1704
|
$refs: {
|
|
@@ -1710,20 +1710,19 @@ 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("../index.ts").JsonFormModel
|
|
1713
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1714
1714
|
$el: any;
|
|
1715
1715
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1716
1716
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1717
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1717
1718
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1718
1719
|
model?: import("../index.ts").JsonFormModel;
|
|
1719
1720
|
hideLabel?: boolean;
|
|
1720
1721
|
hideAsterisk?: boolean;
|
|
1721
1722
|
showColon?: boolean;
|
|
1722
1723
|
component?: string | import("vue").Component;
|
|
1723
|
-
} & {
|
|
1724
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1725
1724
|
}> & Readonly<{
|
|
1726
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1725
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1727
1726
|
}>, {
|
|
1728
1727
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1729
1728
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1732,9 +1731,10 @@ declare const BasicCrudTable: {
|
|
|
1732
1731
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1733
1732
|
scrollToField: (field: string) => void | undefined;
|
|
1734
1733
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1735
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1734
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1736
1735
|
}, string, {
|
|
1737
1736
|
component: string | import("vue").Component;
|
|
1737
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1738
1738
|
showColon: boolean;
|
|
1739
1739
|
hideLabel: boolean;
|
|
1740
1740
|
hideAsterisk: boolean;
|
|
@@ -1762,6 +1762,7 @@ declare const BasicCrudTable: {
|
|
|
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
1764
|
component: string | import("vue").Component;
|
|
1765
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1765
1766
|
showColon: boolean;
|
|
1766
1767
|
hideLabel: boolean;
|
|
1767
1768
|
hideAsterisk: boolean;
|
|
@@ -1769,17 +1770,16 @@ declare const BasicCrudTable: {
|
|
|
1769
1770
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1770
1771
|
}> & Omit<Readonly<{
|
|
1771
1772
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1773
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1772
1774
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1773
1775
|
model?: import("../index.ts").JsonFormModel;
|
|
1774
1776
|
hideLabel?: boolean;
|
|
1775
1777
|
hideAsterisk?: boolean;
|
|
1776
1778
|
showColon?: boolean;
|
|
1777
1779
|
component?: string | import("vue").Component;
|
|
1778
|
-
} & {
|
|
1779
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1780
1780
|
}> & Readonly<{
|
|
1781
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1782
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1781
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1782
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1783
1783
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1784
1784
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1785
1785
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -1893,14 +1893,14 @@ declare const BasicCrudTable: {
|
|
|
1893
1893
|
$data: {};
|
|
1894
1894
|
$props: {
|
|
1895
1895
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1896
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1896
1897
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
1897
1898
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
1898
1899
|
readonly hideLabel?: boolean | undefined;
|
|
1899
1900
|
readonly hideAsterisk?: boolean | undefined;
|
|
1900
1901
|
readonly showColon?: boolean | undefined;
|
|
1901
1902
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
1902
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1903
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
1903
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1904
1904
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1905
1905
|
$attrs: import("vue").Attrs;
|
|
1906
1906
|
$refs: {
|
|
@@ -1912,20 +1912,19 @@ 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("../index.ts").JsonFormModel
|
|
1915
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
1916
1916
|
$el: any;
|
|
1917
1917
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1918
1918
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1919
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1919
1920
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1920
1921
|
model?: import("../index.ts").JsonFormModel;
|
|
1921
1922
|
hideLabel?: boolean;
|
|
1922
1923
|
hideAsterisk?: boolean;
|
|
1923
1924
|
showColon?: boolean;
|
|
1924
1925
|
component?: string | import("vue").Component;
|
|
1925
|
-
} & {
|
|
1926
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1927
1926
|
}> & Readonly<{
|
|
1928
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1927
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1929
1928
|
}>, {
|
|
1930
1929
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1931
1930
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -1934,9 +1933,10 @@ declare const BasicCrudTable: {
|
|
|
1934
1933
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
1935
1934
|
scrollToField: (field: string) => void | undefined;
|
|
1936
1935
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1937
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
1936
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
1938
1937
|
}, string, {
|
|
1939
1938
|
component: string | import("vue").Component;
|
|
1939
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1940
1940
|
showColon: boolean;
|
|
1941
1941
|
hideLabel: boolean;
|
|
1942
1942
|
hideAsterisk: boolean;
|
|
@@ -1964,6 +1964,7 @@ declare const BasicCrudTable: {
|
|
|
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
1966
|
component: string | import("vue").Component;
|
|
1967
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
1967
1968
|
showColon: boolean;
|
|
1968
1969
|
hideLabel: boolean;
|
|
1969
1970
|
hideAsterisk: boolean;
|
|
@@ -1971,17 +1972,16 @@ declare const BasicCrudTable: {
|
|
|
1971
1972
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
1972
1973
|
}> & Omit<Readonly<{
|
|
1973
1974
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
1975
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
1974
1976
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
1975
1977
|
model?: import("../index.ts").JsonFormModel;
|
|
1976
1978
|
hideLabel?: boolean;
|
|
1977
1979
|
hideAsterisk?: boolean;
|
|
1978
1980
|
showColon?: boolean;
|
|
1979
1981
|
component?: string | import("vue").Component;
|
|
1980
|
-
} & {
|
|
1981
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
1982
1982
|
}> & Readonly<{
|
|
1983
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
1984
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1983
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
1984
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
1985
1985
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1986
1986
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
1987
1987
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -2001,14 +2001,14 @@ declare const BasicCrudTable: {
|
|
|
2001
2001
|
$data: {};
|
|
2002
2002
|
$props: {
|
|
2003
2003
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2004
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2004
2005
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
2005
2006
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
2006
2007
|
readonly hideLabel?: boolean | undefined;
|
|
2007
2008
|
readonly hideAsterisk?: boolean | undefined;
|
|
2008
2009
|
readonly showColon?: boolean | undefined;
|
|
2009
2010
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
2010
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2011
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
2011
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2012
2012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2013
2013
|
$attrs: import("vue").Attrs;
|
|
2014
2014
|
$refs: {
|
|
@@ -2020,20 +2020,19 @@ 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("../index.ts").JsonFormModel
|
|
2023
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
2024
2024
|
$el: any;
|
|
2025
2025
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2026
2026
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2027
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2027
2028
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2028
2029
|
model?: import("../index.ts").JsonFormModel;
|
|
2029
2030
|
hideLabel?: boolean;
|
|
2030
2031
|
hideAsterisk?: boolean;
|
|
2031
2032
|
showColon?: boolean;
|
|
2032
2033
|
component?: string | import("vue").Component;
|
|
2033
|
-
} & {
|
|
2034
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2035
2034
|
}> & Readonly<{
|
|
2036
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2035
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2037
2036
|
}>, {
|
|
2038
2037
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2039
2038
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -2042,9 +2041,10 @@ declare const BasicCrudTable: {
|
|
|
2042
2041
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
2043
2042
|
scrollToField: (field: string) => void | undefined;
|
|
2044
2043
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2045
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
2044
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
2046
2045
|
}, string, {
|
|
2047
2046
|
component: string | import("vue").Component;
|
|
2047
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2048
2048
|
showColon: boolean;
|
|
2049
2049
|
hideLabel: boolean;
|
|
2050
2050
|
hideAsterisk: boolean;
|
|
@@ -2072,6 +2072,7 @@ declare const BasicCrudTable: {
|
|
|
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
2074
|
component: string | import("vue").Component;
|
|
2075
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2075
2076
|
showColon: boolean;
|
|
2076
2077
|
hideLabel: boolean;
|
|
2077
2078
|
hideAsterisk: boolean;
|
|
@@ -2079,17 +2080,16 @@ declare const BasicCrudTable: {
|
|
|
2079
2080
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
2080
2081
|
}> & Omit<Readonly<{
|
|
2081
2082
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2083
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2082
2084
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2083
2085
|
model?: import("../index.ts").JsonFormModel;
|
|
2084
2086
|
hideLabel?: boolean;
|
|
2085
2087
|
hideAsterisk?: boolean;
|
|
2086
2088
|
showColon?: boolean;
|
|
2087
2089
|
component?: string | import("vue").Component;
|
|
2088
|
-
} & {
|
|
2089
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2090
2090
|
}> & Readonly<{
|
|
2091
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2092
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2091
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2092
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2093
2093
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2094
2094
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2095
2095
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -2156,14 +2156,14 @@ declare const BasicCrudTable: {
|
|
|
2156
2156
|
$data: {};
|
|
2157
2157
|
$props: {
|
|
2158
2158
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2159
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2159
2160
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
2160
2161
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
2161
2162
|
readonly hideLabel?: boolean | undefined;
|
|
2162
2163
|
readonly hideAsterisk?: boolean | undefined;
|
|
2163
2164
|
readonly showColon?: boolean | undefined;
|
|
2164
2165
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
2165
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2166
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
2166
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2167
2167
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2168
2168
|
$attrs: import("vue").Attrs;
|
|
2169
2169
|
$refs: {
|
|
@@ -2175,20 +2175,19 @@ 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("../index.ts").JsonFormModel
|
|
2178
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
2179
2179
|
$el: any;
|
|
2180
2180
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2181
2181
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2182
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2182
2183
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2183
2184
|
model?: import("../index.ts").JsonFormModel;
|
|
2184
2185
|
hideLabel?: boolean;
|
|
2185
2186
|
hideAsterisk?: boolean;
|
|
2186
2187
|
showColon?: boolean;
|
|
2187
2188
|
component?: string | import("vue").Component;
|
|
2188
|
-
} & {
|
|
2189
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2190
2189
|
}> & Readonly<{
|
|
2191
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2190
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2192
2191
|
}>, {
|
|
2193
2192
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2194
2193
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -2197,9 +2196,10 @@ declare const BasicCrudTable: {
|
|
|
2197
2196
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
2198
2197
|
scrollToField: (field: string) => void | undefined;
|
|
2199
2198
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2200
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
2199
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
2201
2200
|
}, string, {
|
|
2202
2201
|
component: string | import("vue").Component;
|
|
2202
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2203
2203
|
showColon: boolean;
|
|
2204
2204
|
hideLabel: boolean;
|
|
2205
2205
|
hideAsterisk: boolean;
|
|
@@ -2227,6 +2227,7 @@ declare const BasicCrudTable: {
|
|
|
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
2229
|
component: string | import("vue").Component;
|
|
2230
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2230
2231
|
showColon: boolean;
|
|
2231
2232
|
hideLabel: boolean;
|
|
2232
2233
|
hideAsterisk: boolean;
|
|
@@ -2234,17 +2235,16 @@ declare const BasicCrudTable: {
|
|
|
2234
2235
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
2235
2236
|
}> & Omit<Readonly<{
|
|
2236
2237
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2238
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2237
2239
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2238
2240
|
model?: import("../index.ts").JsonFormModel;
|
|
2239
2241
|
hideLabel?: boolean;
|
|
2240
2242
|
hideAsterisk?: boolean;
|
|
2241
2243
|
showColon?: boolean;
|
|
2242
2244
|
component?: string | import("vue").Component;
|
|
2243
|
-
} & {
|
|
2244
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2245
2245
|
}> & Readonly<{
|
|
2246
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2247
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2246
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2247
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2248
2248
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2249
2249
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2250
2250
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -2320,14 +2320,14 @@ declare const BasicCrudTable: {
|
|
|
2320
2320
|
$data: {};
|
|
2321
2321
|
$props: {
|
|
2322
2322
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2323
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2323
2324
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
2324
2325
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
2325
2326
|
readonly hideLabel?: boolean | undefined;
|
|
2326
2327
|
readonly hideAsterisk?: boolean | undefined;
|
|
2327
2328
|
readonly showColon?: boolean | undefined;
|
|
2328
2329
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
2329
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2330
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
2330
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2331
2331
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2332
2332
|
$attrs: import("vue").Attrs;
|
|
2333
2333
|
$refs: {
|
|
@@ -2339,20 +2339,19 @@ 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("../index.ts").JsonFormModel
|
|
2342
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
2343
2343
|
$el: any;
|
|
2344
2344
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2345
2345
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2346
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2346
2347
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2347
2348
|
model?: import("../index.ts").JsonFormModel;
|
|
2348
2349
|
hideLabel?: boolean;
|
|
2349
2350
|
hideAsterisk?: boolean;
|
|
2350
2351
|
showColon?: boolean;
|
|
2351
2352
|
component?: string | import("vue").Component;
|
|
2352
|
-
} & {
|
|
2353
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2354
2353
|
}> & Readonly<{
|
|
2355
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2354
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2356
2355
|
}>, {
|
|
2357
2356
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2358
2357
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -2361,9 +2360,10 @@ declare const BasicCrudTable: {
|
|
|
2361
2360
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
2362
2361
|
scrollToField: (field: string) => void | undefined;
|
|
2363
2362
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2364
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
2363
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
2365
2364
|
}, string, {
|
|
2366
2365
|
component: string | import("vue").Component;
|
|
2366
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2367
2367
|
showColon: boolean;
|
|
2368
2368
|
hideLabel: boolean;
|
|
2369
2369
|
hideAsterisk: boolean;
|
|
@@ -2391,6 +2391,7 @@ declare const BasicCrudTable: {
|
|
|
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
2393
|
component: string | import("vue").Component;
|
|
2394
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2394
2395
|
showColon: boolean;
|
|
2395
2396
|
hideLabel: boolean;
|
|
2396
2397
|
hideAsterisk: boolean;
|
|
@@ -2398,17 +2399,16 @@ declare const BasicCrudTable: {
|
|
|
2398
2399
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
2399
2400
|
}> & Omit<Readonly<{
|
|
2400
2401
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2402
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2401
2403
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2402
2404
|
model?: import("../index.ts").JsonFormModel;
|
|
2403
2405
|
hideLabel?: boolean;
|
|
2404
2406
|
hideAsterisk?: boolean;
|
|
2405
2407
|
showColon?: boolean;
|
|
2406
2408
|
component?: string | import("vue").Component;
|
|
2407
|
-
} & {
|
|
2408
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2409
2409
|
}> & Readonly<{
|
|
2410
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2411
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2410
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2411
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2412
2412
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2413
2413
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2414
2414
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -2428,14 +2428,14 @@ declare const BasicCrudTable: {
|
|
|
2428
2428
|
$data: {};
|
|
2429
2429
|
$props: {
|
|
2430
2430
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2431
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2431
2432
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
2432
2433
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
2433
2434
|
readonly hideLabel?: boolean | undefined;
|
|
2434
2435
|
readonly hideAsterisk?: boolean | undefined;
|
|
2435
2436
|
readonly showColon?: boolean | undefined;
|
|
2436
2437
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
2437
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2438
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
2438
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2439
2439
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2440
2440
|
$attrs: import("vue").Attrs;
|
|
2441
2441
|
$refs: {
|
|
@@ -2447,20 +2447,19 @@ 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("../index.ts").JsonFormModel
|
|
2450
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
2451
2451
|
$el: any;
|
|
2452
2452
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2453
2453
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2454
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2454
2455
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2455
2456
|
model?: import("../index.ts").JsonFormModel;
|
|
2456
2457
|
hideLabel?: boolean;
|
|
2457
2458
|
hideAsterisk?: boolean;
|
|
2458
2459
|
showColon?: boolean;
|
|
2459
2460
|
component?: string | import("vue").Component;
|
|
2460
|
-
} & {
|
|
2461
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2462
2461
|
}> & Readonly<{
|
|
2463
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2462
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2464
2463
|
}>, {
|
|
2465
2464
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2466
2465
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -2469,9 +2468,10 @@ declare const BasicCrudTable: {
|
|
|
2469
2468
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
2470
2469
|
scrollToField: (field: string) => void | undefined;
|
|
2471
2470
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2472
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
2471
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
2473
2472
|
}, string, {
|
|
2474
2473
|
component: string | import("vue").Component;
|
|
2474
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2475
2475
|
showColon: boolean;
|
|
2476
2476
|
hideLabel: boolean;
|
|
2477
2477
|
hideAsterisk: boolean;
|
|
@@ -2499,6 +2499,7 @@ declare const BasicCrudTable: {
|
|
|
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
2501
|
component: string | import("vue").Component;
|
|
2502
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2502
2503
|
showColon: boolean;
|
|
2503
2504
|
hideLabel: boolean;
|
|
2504
2505
|
hideAsterisk: boolean;
|
|
@@ -2506,17 +2507,16 @@ declare const BasicCrudTable: {
|
|
|
2506
2507
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
2507
2508
|
}> & Omit<Readonly<{
|
|
2508
2509
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2510
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2509
2511
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2510
2512
|
model?: import("../index.ts").JsonFormModel;
|
|
2511
2513
|
hideLabel?: boolean;
|
|
2512
2514
|
hideAsterisk?: boolean;
|
|
2513
2515
|
showColon?: boolean;
|
|
2514
2516
|
component?: string | import("vue").Component;
|
|
2515
|
-
} & {
|
|
2516
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2517
2517
|
}> & Readonly<{
|
|
2518
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2519
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2518
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2519
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2520
2520
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2521
2521
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2522
2522
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -2583,14 +2583,14 @@ declare const BasicCrudTable: {
|
|
|
2583
2583
|
$data: {};
|
|
2584
2584
|
$props: {
|
|
2585
2585
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2586
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2586
2587
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
2587
2588
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
2588
2589
|
readonly hideLabel?: boolean | undefined;
|
|
2589
2590
|
readonly hideAsterisk?: boolean | undefined;
|
|
2590
2591
|
readonly showColon?: boolean | undefined;
|
|
2591
2592
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
2592
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2593
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
2593
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2594
2594
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2595
2595
|
$attrs: import("vue").Attrs;
|
|
2596
2596
|
$refs: {
|
|
@@ -2602,20 +2602,19 @@ 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("../index.ts").JsonFormModel
|
|
2605
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
2606
2606
|
$el: any;
|
|
2607
2607
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
2608
2608
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2609
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2609
2610
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2610
2611
|
model?: import("../index.ts").JsonFormModel;
|
|
2611
2612
|
hideLabel?: boolean;
|
|
2612
2613
|
hideAsterisk?: boolean;
|
|
2613
2614
|
showColon?: boolean;
|
|
2614
2615
|
component?: string | import("vue").Component;
|
|
2615
|
-
} & {
|
|
2616
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2617
2616
|
}> & Readonly<{
|
|
2618
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2617
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2619
2618
|
}>, {
|
|
2620
2619
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2621
2620
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -2624,9 +2623,10 @@ declare const BasicCrudTable: {
|
|
|
2624
2623
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
2625
2624
|
scrollToField: (field: string) => void | undefined;
|
|
2626
2625
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2627
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
2626
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
2628
2627
|
}, string, {
|
|
2629
2628
|
component: string | import("vue").Component;
|
|
2629
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2630
2630
|
showColon: boolean;
|
|
2631
2631
|
hideLabel: boolean;
|
|
2632
2632
|
hideAsterisk: boolean;
|
|
@@ -2654,6 +2654,7 @@ declare const BasicCrudTable: {
|
|
|
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
2656
|
component: string | import("vue").Component;
|
|
2657
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
2657
2658
|
showColon: boolean;
|
|
2658
2659
|
hideLabel: boolean;
|
|
2659
2660
|
hideAsterisk: boolean;
|
|
@@ -2661,17 +2662,16 @@ declare const BasicCrudTable: {
|
|
|
2661
2662
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
2662
2663
|
}> & Omit<Readonly<{
|
|
2663
2664
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
2665
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
2664
2666
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
2665
2667
|
model?: import("../index.ts").JsonFormModel;
|
|
2666
2668
|
hideLabel?: boolean;
|
|
2667
2669
|
hideAsterisk?: boolean;
|
|
2668
2670
|
showColon?: boolean;
|
|
2669
2671
|
component?: string | import("vue").Component;
|
|
2670
|
-
} & {
|
|
2671
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
2672
2672
|
}> & Readonly<{
|
|
2673
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
2674
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2673
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
2674
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
2675
2675
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2676
2676
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
2677
2677
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|