@sdata/web-vue 4.4.1 → 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/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 +3 -0
- 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/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/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-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.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
|
@@ -95,14 +95,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
95
95
|
$data: {};
|
|
96
96
|
$props: {
|
|
97
97
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
98
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
98
99
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
99
100
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
100
101
|
readonly hideLabel?: boolean | undefined;
|
|
101
102
|
readonly hideAsterisk?: boolean | undefined;
|
|
102
103
|
readonly showColon?: boolean | undefined;
|
|
103
104
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
104
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
105
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
105
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
106
106
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
107
107
|
$attrs: import("vue").Attrs;
|
|
108
108
|
$refs: {
|
|
@@ -114,20 +114,19 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
114
114
|
$root: import("vue").ComponentPublicInstance | null;
|
|
115
115
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
116
116
|
$host: Element | null;
|
|
117
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel
|
|
117
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
118
118
|
$el: any;
|
|
119
119
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
120
120
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
121
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
121
122
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
122
123
|
model?: import("../index.ts").JsonFormModel;
|
|
123
124
|
hideLabel?: boolean;
|
|
124
125
|
hideAsterisk?: boolean;
|
|
125
126
|
showColon?: boolean;
|
|
126
127
|
component?: string | import("vue").Component;
|
|
127
|
-
} & {
|
|
128
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
129
128
|
}> & Readonly<{
|
|
130
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
129
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
131
130
|
}>, {
|
|
132
131
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
133
132
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -136,9 +135,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
136
135
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
137
136
|
scrollToField: (field: string) => void | undefined;
|
|
138
137
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
139
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
138
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
140
139
|
}, string, {
|
|
141
140
|
component: string | import("vue").Component;
|
|
141
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
142
142
|
showColon: boolean;
|
|
143
143
|
hideLabel: boolean;
|
|
144
144
|
hideAsterisk: boolean;
|
|
@@ -166,6 +166,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
166
166
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
167
167
|
} & Readonly<{
|
|
168
168
|
component: string | import("vue").Component;
|
|
169
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
169
170
|
showColon: boolean;
|
|
170
171
|
hideLabel: boolean;
|
|
171
172
|
hideAsterisk: boolean;
|
|
@@ -173,17 +174,16 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
173
174
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
174
175
|
}> & Omit<Readonly<{
|
|
175
176
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
177
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
176
178
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
177
179
|
model?: import("../index.ts").JsonFormModel;
|
|
178
180
|
hideLabel?: boolean;
|
|
179
181
|
hideAsterisk?: boolean;
|
|
180
182
|
showColon?: boolean;
|
|
181
183
|
component?: string | import("vue").Component;
|
|
182
|
-
} & {
|
|
183
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
184
184
|
}> & Readonly<{
|
|
185
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
186
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
185
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
186
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
187
187
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
188
188
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
189
189
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -203,14 +203,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
203
203
|
$data: {};
|
|
204
204
|
$props: {
|
|
205
205
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
206
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
206
207
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
207
208
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
208
209
|
readonly hideLabel?: boolean | undefined;
|
|
209
210
|
readonly hideAsterisk?: boolean | undefined;
|
|
210
211
|
readonly showColon?: boolean | undefined;
|
|
211
212
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
212
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
213
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
213
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
214
214
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
215
215
|
$attrs: import("vue").Attrs;
|
|
216
216
|
$refs: {
|
|
@@ -222,20 +222,19 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
222
222
|
$root: import("vue").ComponentPublicInstance | null;
|
|
223
223
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
224
224
|
$host: Element | null;
|
|
225
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel
|
|
225
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
226
226
|
$el: any;
|
|
227
227
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
228
228
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
229
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
229
230
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
230
231
|
model?: import("../index.ts").JsonFormModel;
|
|
231
232
|
hideLabel?: boolean;
|
|
232
233
|
hideAsterisk?: boolean;
|
|
233
234
|
showColon?: boolean;
|
|
234
235
|
component?: string | import("vue").Component;
|
|
235
|
-
} & {
|
|
236
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
237
236
|
}> & Readonly<{
|
|
238
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
237
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
239
238
|
}>, {
|
|
240
239
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
241
240
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -244,9 +243,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
244
243
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
245
244
|
scrollToField: (field: string) => void | undefined;
|
|
246
245
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
247
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
246
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
248
247
|
}, string, {
|
|
249
248
|
component: string | import("vue").Component;
|
|
249
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
250
250
|
showColon: boolean;
|
|
251
251
|
hideLabel: boolean;
|
|
252
252
|
hideAsterisk: boolean;
|
|
@@ -274,6 +274,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
274
274
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
275
275
|
} & Readonly<{
|
|
276
276
|
component: string | import("vue").Component;
|
|
277
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
277
278
|
showColon: boolean;
|
|
278
279
|
hideLabel: boolean;
|
|
279
280
|
hideAsterisk: boolean;
|
|
@@ -281,17 +282,16 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
281
282
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
282
283
|
}> & Omit<Readonly<{
|
|
283
284
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
285
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
284
286
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
285
287
|
model?: import("../index.ts").JsonFormModel;
|
|
286
288
|
hideLabel?: boolean;
|
|
287
289
|
hideAsterisk?: boolean;
|
|
288
290
|
showColon?: boolean;
|
|
289
291
|
component?: string | import("vue").Component;
|
|
290
|
-
} & {
|
|
291
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
292
292
|
}> & Readonly<{
|
|
293
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
294
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
293
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
294
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
295
295
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
296
296
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
297
297
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -358,14 +358,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
358
358
|
$data: {};
|
|
359
359
|
$props: {
|
|
360
360
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
361
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
361
362
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
362
363
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
363
364
|
readonly hideLabel?: boolean | undefined;
|
|
364
365
|
readonly hideAsterisk?: boolean | undefined;
|
|
365
366
|
readonly showColon?: boolean | undefined;
|
|
366
367
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
367
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
368
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
368
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
369
369
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
370
370
|
$attrs: import("vue").Attrs;
|
|
371
371
|
$refs: {
|
|
@@ -377,20 +377,19 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
377
377
|
$root: import("vue").ComponentPublicInstance | null;
|
|
378
378
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
379
379
|
$host: Element | null;
|
|
380
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel
|
|
380
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
381
381
|
$el: any;
|
|
382
382
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
383
383
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
384
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
384
385
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
385
386
|
model?: import("../index.ts").JsonFormModel;
|
|
386
387
|
hideLabel?: boolean;
|
|
387
388
|
hideAsterisk?: boolean;
|
|
388
389
|
showColon?: boolean;
|
|
389
390
|
component?: string | import("vue").Component;
|
|
390
|
-
} & {
|
|
391
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
392
391
|
}> & Readonly<{
|
|
393
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
392
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
394
393
|
}>, {
|
|
395
394
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
396
395
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -399,9 +398,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
399
398
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
400
399
|
scrollToField: (field: string) => void | undefined;
|
|
401
400
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
402
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
401
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
403
402
|
}, string, {
|
|
404
403
|
component: string | import("vue").Component;
|
|
404
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
405
405
|
showColon: boolean;
|
|
406
406
|
hideLabel: boolean;
|
|
407
407
|
hideAsterisk: boolean;
|
|
@@ -429,6 +429,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
429
429
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
430
430
|
} & Readonly<{
|
|
431
431
|
component: string | import("vue").Component;
|
|
432
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
432
433
|
showColon: boolean;
|
|
433
434
|
hideLabel: boolean;
|
|
434
435
|
hideAsterisk: boolean;
|
|
@@ -436,17 +437,16 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
436
437
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
437
438
|
}> & Omit<Readonly<{
|
|
438
439
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
440
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
439
441
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
440
442
|
model?: import("../index.ts").JsonFormModel;
|
|
441
443
|
hideLabel?: boolean;
|
|
442
444
|
hideAsterisk?: boolean;
|
|
443
445
|
showColon?: boolean;
|
|
444
446
|
component?: string | import("vue").Component;
|
|
445
|
-
} & {
|
|
446
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
447
447
|
}> & Readonly<{
|
|
448
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
449
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
448
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
449
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
450
450
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
451
451
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
452
452
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -522,14 +522,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
522
522
|
$data: {};
|
|
523
523
|
$props: {
|
|
524
524
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
525
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
525
526
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
526
527
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
527
528
|
readonly hideLabel?: boolean | undefined;
|
|
528
529
|
readonly hideAsterisk?: boolean | undefined;
|
|
529
530
|
readonly showColon?: boolean | undefined;
|
|
530
531
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
531
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
532
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
532
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
533
533
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
534
534
|
$attrs: import("vue").Attrs;
|
|
535
535
|
$refs: {
|
|
@@ -541,20 +541,19 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
541
541
|
$root: import("vue").ComponentPublicInstance | null;
|
|
542
542
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
543
543
|
$host: Element | null;
|
|
544
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel
|
|
544
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
545
545
|
$el: any;
|
|
546
546
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
547
547
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
548
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
548
549
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
549
550
|
model?: import("../index.ts").JsonFormModel;
|
|
550
551
|
hideLabel?: boolean;
|
|
551
552
|
hideAsterisk?: boolean;
|
|
552
553
|
showColon?: boolean;
|
|
553
554
|
component?: string | import("vue").Component;
|
|
554
|
-
} & {
|
|
555
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
556
555
|
}> & Readonly<{
|
|
557
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
556
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
558
557
|
}>, {
|
|
559
558
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
560
559
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -563,9 +562,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
563
562
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
564
563
|
scrollToField: (field: string) => void | undefined;
|
|
565
564
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
566
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
565
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
567
566
|
}, string, {
|
|
568
567
|
component: string | import("vue").Component;
|
|
568
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
569
569
|
showColon: boolean;
|
|
570
570
|
hideLabel: boolean;
|
|
571
571
|
hideAsterisk: boolean;
|
|
@@ -593,6 +593,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
593
593
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
594
594
|
} & Readonly<{
|
|
595
595
|
component: string | import("vue").Component;
|
|
596
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
596
597
|
showColon: boolean;
|
|
597
598
|
hideLabel: boolean;
|
|
598
599
|
hideAsterisk: boolean;
|
|
@@ -600,17 +601,16 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
600
601
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
601
602
|
}> & Omit<Readonly<{
|
|
602
603
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
604
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
603
605
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
604
606
|
model?: import("../index.ts").JsonFormModel;
|
|
605
607
|
hideLabel?: boolean;
|
|
606
608
|
hideAsterisk?: boolean;
|
|
607
609
|
showColon?: boolean;
|
|
608
610
|
component?: string | import("vue").Component;
|
|
609
|
-
} & {
|
|
610
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
611
611
|
}> & Readonly<{
|
|
612
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
613
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
612
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
613
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
614
614
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
615
615
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
616
616
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -630,14 +630,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
630
630
|
$data: {};
|
|
631
631
|
$props: {
|
|
632
632
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
633
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
633
634
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
634
635
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
635
636
|
readonly hideLabel?: boolean | undefined;
|
|
636
637
|
readonly hideAsterisk?: boolean | undefined;
|
|
637
638
|
readonly showColon?: boolean | undefined;
|
|
638
639
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
639
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
640
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
640
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
641
641
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
642
642
|
$attrs: import("vue").Attrs;
|
|
643
643
|
$refs: {
|
|
@@ -649,20 +649,19 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
649
649
|
$root: import("vue").ComponentPublicInstance | null;
|
|
650
650
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
651
651
|
$host: Element | null;
|
|
652
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel
|
|
652
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
653
653
|
$el: any;
|
|
654
654
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
655
655
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
656
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
656
657
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
657
658
|
model?: import("../index.ts").JsonFormModel;
|
|
658
659
|
hideLabel?: boolean;
|
|
659
660
|
hideAsterisk?: boolean;
|
|
660
661
|
showColon?: boolean;
|
|
661
662
|
component?: string | import("vue").Component;
|
|
662
|
-
} & {
|
|
663
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
664
663
|
}> & Readonly<{
|
|
665
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
664
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
666
665
|
}>, {
|
|
667
666
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
668
667
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -671,9 +670,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
671
670
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
672
671
|
scrollToField: (field: string) => void | undefined;
|
|
673
672
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
674
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
673
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
675
674
|
}, string, {
|
|
676
675
|
component: string | import("vue").Component;
|
|
676
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
677
677
|
showColon: boolean;
|
|
678
678
|
hideLabel: boolean;
|
|
679
679
|
hideAsterisk: boolean;
|
|
@@ -701,6 +701,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
701
701
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
702
702
|
} & Readonly<{
|
|
703
703
|
component: string | import("vue").Component;
|
|
704
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
704
705
|
showColon: boolean;
|
|
705
706
|
hideLabel: boolean;
|
|
706
707
|
hideAsterisk: boolean;
|
|
@@ -708,17 +709,16 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
708
709
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
709
710
|
}> & Omit<Readonly<{
|
|
710
711
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
712
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
711
713
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
712
714
|
model?: import("../index.ts").JsonFormModel;
|
|
713
715
|
hideLabel?: boolean;
|
|
714
716
|
hideAsterisk?: boolean;
|
|
715
717
|
showColon?: boolean;
|
|
716
718
|
component?: string | import("vue").Component;
|
|
717
|
-
} & {
|
|
718
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
719
719
|
}> & Readonly<{
|
|
720
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
721
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
720
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
721
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
722
722
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
723
723
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
724
724
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|
|
@@ -785,14 +785,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
785
785
|
$data: {};
|
|
786
786
|
$props: {
|
|
787
787
|
readonly schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
788
|
+
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
788
789
|
readonly adapter?: import("../index.ts").JsonFormAdapter | undefined;
|
|
789
790
|
readonly model?: import("../index.ts").JsonFormModel | undefined;
|
|
790
791
|
readonly hideLabel?: boolean | undefined;
|
|
791
792
|
readonly hideAsterisk?: boolean | undefined;
|
|
792
793
|
readonly showColon?: boolean | undefined;
|
|
793
794
|
readonly component?: (string | import("vue").Component) | undefined;
|
|
794
|
-
readonly modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
795
|
-
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel | undefined) => any) | undefined;
|
|
795
|
+
readonly "onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
796
796
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
797
797
|
$attrs: import("vue").Attrs;
|
|
798
798
|
$refs: {
|
|
@@ -804,20 +804,19 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
804
804
|
$root: import("vue").ComponentPublicInstance | null;
|
|
805
805
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
806
806
|
$host: Element | null;
|
|
807
|
-
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel
|
|
807
|
+
$emit: (event: "update:modelValue", value: import("../index.ts").JsonFormModel) => void;
|
|
808
808
|
$el: any;
|
|
809
809
|
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
810
810
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
811
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
811
812
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
812
813
|
model?: import("../index.ts").JsonFormModel;
|
|
813
814
|
hideLabel?: boolean;
|
|
814
815
|
hideAsterisk?: boolean;
|
|
815
816
|
showColon?: boolean;
|
|
816
817
|
component?: string | import("vue").Component;
|
|
817
|
-
} & {
|
|
818
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
819
818
|
}> & Readonly<{
|
|
820
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
819
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
821
820
|
}>, {
|
|
822
821
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
823
822
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
@@ -826,9 +825,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
826
825
|
setFields: (data: Record<string, import("../form/interface.ts").FieldData>) => void | undefined;
|
|
827
826
|
scrollToField: (field: string) => void | undefined;
|
|
828
827
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
829
|
-
"update:modelValue": (value: import("../index.ts").JsonFormModel
|
|
828
|
+
"update:modelValue": (value: import("../index.ts").JsonFormModel) => any;
|
|
830
829
|
}, string, {
|
|
831
830
|
component: string | import("vue").Component;
|
|
831
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
832
832
|
showColon: boolean;
|
|
833
833
|
hideLabel: boolean;
|
|
834
834
|
hideAsterisk: boolean;
|
|
@@ -856,6 +856,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
856
856
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
857
857
|
} & Readonly<{
|
|
858
858
|
component: string | import("vue").Component;
|
|
859
|
+
modelValue: import("../index.ts").JsonFormModel;
|
|
859
860
|
showColon: boolean;
|
|
860
861
|
hideLabel: boolean;
|
|
861
862
|
hideAsterisk: boolean;
|
|
@@ -863,17 +864,16 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
863
864
|
adapter: import("../index.ts").JsonFormAdapter;
|
|
864
865
|
}> & Omit<Readonly<{
|
|
865
866
|
schemas: import("../index.ts").JsonFormA2UI_0_9_1ComponentNode[] | import("../index.ts").JsonFormSchema<import("../index.ts").JsonFormComponentType<{}>, {}>[];
|
|
867
|
+
modelValue?: import("../index.ts").JsonFormModel;
|
|
866
868
|
adapter?: import("../index.ts").JsonFormAdapter;
|
|
867
869
|
model?: import("../index.ts").JsonFormModel;
|
|
868
870
|
hideLabel?: boolean;
|
|
869
871
|
hideAsterisk?: boolean;
|
|
870
872
|
showColon?: boolean;
|
|
871
873
|
component?: string | import("vue").Component;
|
|
872
|
-
} & {
|
|
873
|
-
modelValue?: import("../index.ts").JsonFormModel | undefined;
|
|
874
874
|
}> & Readonly<{
|
|
875
|
-
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel
|
|
876
|
-
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
875
|
+
"onUpdate:modelValue"?: ((value: import("../index.ts").JsonFormModel) => any) | undefined;
|
|
876
|
+
}>, "validate" | "validateField" | "resetFields" | "clearValidate" | "setFields" | "scrollToField" | ("component" | "modelValue" | "showColon" | "hideLabel" | "hideAsterisk" | "model" | "adapter")> & {
|
|
877
877
|
validate: (callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
878
878
|
validateField: (field: string | string[], callback?: ((errors: undefined | Record<string, import("../index.ts").ValidatedError>) => void) | undefined) => Promise<Record<string, import("../index.ts").ValidatedError> | undefined> | undefined;
|
|
879
879
|
resetFields: (field?: string | string[] | undefined) => void | undefined;
|