@vunk/form 2.18.2 → 2.19.1
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/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +147 -173
- package/components/api-tables-select/src/index.vue.d.ts +390 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +56 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +314 -621
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +57 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +49 -112
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +148 -207
- package/components/cascader/src/index.vue.d.ts +335 -525
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +445 -1012
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +138 -107
- package/components/color-picker/src/index.vue.d.ts +305 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +131 -206
- package/components/date-picker/src/index.vue.d.ts +287 -1359
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +139 -207
- package/components/date-picker-range/src/index.vue.d.ts +896 -450
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1070
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +20 -50
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +28 -6366
- package/components/dialog-input-collection/src/index.vue.d.ts +66 -7629
- package/components/dialog-input-collection/src/layout.vue.d.ts +16 -72
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +214 -358
- package/components/download-plus/src/ctx.d.ts +20 -50
- package/components/download-plus/src/index.vue.d.ts +434 -1171
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +20 -50
- package/components/editable-text/src/index.vue.d.ts +62 -3257
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +42 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +219 -0
- package/components/el-slider/src/slider.d.ts +175 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +666 -1289
- package/components/esri-input-geojson/src/append.vue.d.ts +225 -1084
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +62 -158
- package/components/esri-input-geojson/src/default-view.vue.d.ts +12 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +1470 -789
- package/components/esri-input-geojson/src/viewer.vue.d.ts +424 -287
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +62 -77
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +10 -9
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +360 -2416
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +139 -229
- package/components/form-item/src/core.vue.d.ts +33 -1853
- package/components/form-item/src/ctx.d.ts +17 -47
- package/components/form-item/src/index.vue.d.ts +41 -103
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +102 -162
- package/components/form-item-renderer/src/core.vue.d.ts +12 -11
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +25 -73
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +19 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -3
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +12 -8
- package/components/forms-provider/src/view.vue.d.ts +17 -3
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +7 -6
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +20 -50
- package/components/information-collection/src/index.vue.d.ts +49 -112
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +5 -19
- package/components/information-tag/src/index.vue.d.ts +24 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +50 -151
- package/components/input/src/index.vue.d.ts +389 -947
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +2 -901
- package/components/input-array/src/index.vue.d.ts +45 -731
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +59 -1019
- package/components/input-collection/src/ctx.d.ts +19 -49
- package/components/input-collection/src/index.vue.d.ts +47 -110
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +447 -76
- package/components/input-file/src/template.vue.d.ts +2 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +48 -135
- package/components/input-link/src/index.vue.d.ts +835 -312
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -682
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +41 -143
- package/components/input-tag/src/index.vue.d.ts +322 -775
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +212 -111
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +299 -1279
- package/components/radio/src/option.vue.d.ts +28 -878
- package/components/radio/src/wraper.vue.d.ts +67 -198
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +5 -4
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +446 -1028
- package/components/select/src/ctx.d.ts +60 -215
- package/components/select/src/index.vue.d.ts +318 -593
- package/components/select/src/options.vue.d.ts +4 -3
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +154 -419
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +30 -109
- package/components/switch/src/index.vue.d.ts +90 -697
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +101 -172
- package/components/tables-select/src/ctx.d.ts +68 -99
- package/components/tables-select/src/index.vue.d.ts +233 -4988
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +5 -4
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +2 -2
- package/components/templates-default/src/index.vue.d.ts +7337 -145
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +59 -251
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +2184 -25
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +73 -404
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1272 -25
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +130 -212
- package/components/time-picker/src/index.vue.d.ts +283 -1371
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +106 -191
- package/components/upload/src/file.vue.d.ts +168 -745
- package/components/upload/src/index.vue.d.ts +647 -1888
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +233 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4566 -18366
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +21 -51
- package/components/upload-plus/src/index.vue.d.ts +53 -1657
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +143 -203
- package/components/van-cascader/src/index.vue.d.ts +332 -988
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +173 -254
- package/components/var-datetime-picker/src/ctx.d.ts +18 -48
- package/components/var-datetime-picker/src/index.vue.d.ts +628 -1090
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +15 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +100 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +224 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,902 +1,3 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
new (...args: any[]): any;
|
|
4
|
-
__isFragment?: never;
|
|
5
|
-
__isTeleport?: never;
|
|
6
|
-
__isSuspense?: never;
|
|
7
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
[x: symbol]: any;
|
|
10
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
11
|
-
install(app: import("vue").App): void;
|
|
12
|
-
};
|
|
13
|
-
Core: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
|
-
modelValue: {
|
|
15
|
-
type: import("vue").PropType<any[]>;
|
|
16
|
-
default: any;
|
|
17
|
-
};
|
|
18
|
-
splicable: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
labelActions: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
defaultItemValue: any;
|
|
27
|
-
source: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
default: () => {};
|
|
30
|
-
};
|
|
31
|
-
defaultModelValue: {
|
|
32
|
-
type: import("vue").PropType<any[]>;
|
|
33
|
-
default: any;
|
|
34
|
-
};
|
|
35
|
-
keepLastRow: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
buttonAdd: {
|
|
40
|
-
type: import("vue").PropType<"push" | "unshift">;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
required: {
|
|
44
|
-
readonly type: import("vue").PropType<boolean>;
|
|
45
|
-
readonly required: false;
|
|
46
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
|
-
__epPropKey: true;
|
|
48
|
-
} & {
|
|
49
|
-
readonly default: undefined;
|
|
50
|
-
};
|
|
51
|
-
formItemSize: {
|
|
52
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
53
|
-
default: "default" | "small" | "large";
|
|
54
|
-
};
|
|
55
|
-
formItemSlots: {
|
|
56
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
57
|
-
default: any;
|
|
58
|
-
};
|
|
59
|
-
elRef: {
|
|
60
|
-
type: import("vue").PropType<any>;
|
|
61
|
-
required: boolean;
|
|
62
|
-
};
|
|
63
|
-
inline: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
readonly: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: any;
|
|
70
|
-
};
|
|
71
|
-
formItemTip: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: any;
|
|
74
|
-
};
|
|
75
|
-
formItemTipClass: any;
|
|
76
|
-
labelTip: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: any;
|
|
79
|
-
};
|
|
80
|
-
information: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
prop: any;
|
|
85
|
-
label: StringConstructor;
|
|
86
|
-
labelWidth: {
|
|
87
|
-
readonly type: import("vue").PropType<string | number>;
|
|
88
|
-
readonly required: false;
|
|
89
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
|
-
__epPropKey: true;
|
|
91
|
-
} & {
|
|
92
|
-
readonly default: "";
|
|
93
|
-
};
|
|
94
|
-
labelPosition: {
|
|
95
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
96
|
-
readonly required: false;
|
|
97
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
-
__epPropKey: true;
|
|
99
|
-
} & {
|
|
100
|
-
readonly default: "";
|
|
101
|
-
};
|
|
102
|
-
rules: {
|
|
103
|
-
readonly type: import("vue").PropType<unknown>;
|
|
104
|
-
readonly required: false;
|
|
105
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
-
__epPropKey: true;
|
|
107
|
-
};
|
|
108
|
-
error: StringConstructor;
|
|
109
|
-
validateStatus: {
|
|
110
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
111
|
-
readonly required: false;
|
|
112
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
|
-
__epPropKey: true;
|
|
114
|
-
};
|
|
115
|
-
for: StringConstructor;
|
|
116
|
-
inlineMessage: {
|
|
117
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
118
|
-
readonly required: false;
|
|
119
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
|
-
__epPropKey: true;
|
|
121
|
-
} & {
|
|
122
|
-
readonly default: "";
|
|
123
|
-
};
|
|
124
|
-
showMessage: {
|
|
125
|
-
readonly type: import("vue").PropType<boolean>;
|
|
126
|
-
readonly required: false;
|
|
127
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
-
__epPropKey: true;
|
|
129
|
-
} & {
|
|
130
|
-
readonly default: true;
|
|
131
|
-
};
|
|
132
|
-
}>, {
|
|
133
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
134
|
-
modelValue: {
|
|
135
|
-
type: import("vue").PropType<any[]>;
|
|
136
|
-
default: any;
|
|
137
|
-
};
|
|
138
|
-
splicable: {
|
|
139
|
-
type: BooleanConstructor;
|
|
140
|
-
default: boolean;
|
|
141
|
-
};
|
|
142
|
-
labelActions: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
|
-
defaultItemValue: any;
|
|
147
|
-
source: {
|
|
148
|
-
type: ObjectConstructor;
|
|
149
|
-
default: () => {};
|
|
150
|
-
};
|
|
151
|
-
defaultModelValue: {
|
|
152
|
-
type: import("vue").PropType<any[]>;
|
|
153
|
-
default: any;
|
|
154
|
-
};
|
|
155
|
-
keepLastRow: {
|
|
156
|
-
type: BooleanConstructor;
|
|
157
|
-
default: boolean;
|
|
158
|
-
};
|
|
159
|
-
buttonAdd: {
|
|
160
|
-
type: import("vue").PropType<"push" | "unshift">;
|
|
161
|
-
default: string;
|
|
162
|
-
};
|
|
163
|
-
required: {
|
|
164
|
-
readonly type: import("vue").PropType<boolean>;
|
|
165
|
-
readonly required: false;
|
|
166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
-
__epPropKey: true;
|
|
168
|
-
} & {
|
|
169
|
-
readonly default: undefined;
|
|
170
|
-
};
|
|
171
|
-
formItemSize: {
|
|
172
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
173
|
-
default: "default" | "small" | "large";
|
|
174
|
-
};
|
|
175
|
-
formItemSlots: {
|
|
176
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
177
|
-
default: any;
|
|
178
|
-
};
|
|
179
|
-
elRef: {
|
|
180
|
-
type: import("vue").PropType<any>;
|
|
181
|
-
required: boolean;
|
|
182
|
-
};
|
|
183
|
-
inline: {
|
|
184
|
-
type: BooleanConstructor;
|
|
185
|
-
default: boolean;
|
|
186
|
-
};
|
|
187
|
-
readonly: {
|
|
188
|
-
type: BooleanConstructor;
|
|
189
|
-
default: any;
|
|
190
|
-
};
|
|
191
|
-
formItemTip: {
|
|
192
|
-
type: StringConstructor;
|
|
193
|
-
default: any;
|
|
194
|
-
};
|
|
195
|
-
formItemTipClass: any;
|
|
196
|
-
labelTip: {
|
|
197
|
-
type: StringConstructor;
|
|
198
|
-
default: any;
|
|
199
|
-
};
|
|
200
|
-
information: {
|
|
201
|
-
type: BooleanConstructor;
|
|
202
|
-
default: boolean;
|
|
203
|
-
};
|
|
204
|
-
prop: any;
|
|
205
|
-
label: StringConstructor;
|
|
206
|
-
labelWidth: {
|
|
207
|
-
readonly type: import("vue").PropType<string | number>;
|
|
208
|
-
readonly required: false;
|
|
209
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
-
__epPropKey: true;
|
|
211
|
-
} & {
|
|
212
|
-
readonly default: "";
|
|
213
|
-
};
|
|
214
|
-
labelPosition: {
|
|
215
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
216
|
-
readonly required: false;
|
|
217
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
-
__epPropKey: true;
|
|
219
|
-
} & {
|
|
220
|
-
readonly default: "";
|
|
221
|
-
};
|
|
222
|
-
rules: {
|
|
223
|
-
readonly type: import("vue").PropType<unknown>;
|
|
224
|
-
readonly required: false;
|
|
225
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
-
__epPropKey: true;
|
|
227
|
-
};
|
|
228
|
-
error: StringConstructor;
|
|
229
|
-
validateStatus: {
|
|
230
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
231
|
-
readonly required: false;
|
|
232
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
-
__epPropKey: true;
|
|
234
|
-
};
|
|
235
|
-
for: StringConstructor;
|
|
236
|
-
inlineMessage: {
|
|
237
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
238
|
-
readonly required: false;
|
|
239
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
-
__epPropKey: true;
|
|
241
|
-
} & {
|
|
242
|
-
readonly default: "";
|
|
243
|
-
};
|
|
244
|
-
showMessage: {
|
|
245
|
-
readonly type: import("vue").PropType<boolean>;
|
|
246
|
-
readonly required: false;
|
|
247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
-
__epPropKey: true;
|
|
249
|
-
} & {
|
|
250
|
-
readonly default: true;
|
|
251
|
-
};
|
|
252
|
-
}>> & Readonly<{
|
|
253
|
-
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
254
|
-
}> & {}>;
|
|
255
|
-
emit: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any) => void) & ((event: "update:modelValue", ...args: any[]) => void);
|
|
256
|
-
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
257
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
258
|
-
tr: import("@vunk/form/composables/element-plus").TranslateWithFallback;
|
|
259
|
-
addToFirst: () => void;
|
|
260
|
-
hasMinus: import("vue").ComputedRef<boolean>;
|
|
261
|
-
formData: import("vue").ComputedRef<any[] | import("@vunk/core").NormalObject>;
|
|
262
|
-
formItems: import("vue").ComputedRef<{
|
|
263
|
-
prop: any[];
|
|
264
|
-
formItemSlots: any;
|
|
265
|
-
}[]>;
|
|
266
|
-
handleMinus: (index: number) => void;
|
|
267
|
-
handleFormSetData: (e: import("@vunk/core").SetDataEvent) => void;
|
|
268
|
-
readonly VkfFormItem: {
|
|
269
|
-
new (...args: any[]): any;
|
|
270
|
-
__isFragment?: never;
|
|
271
|
-
__isTeleport?: never;
|
|
272
|
-
__isSuspense?: never;
|
|
273
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
274
|
-
[x: string]: any;
|
|
275
|
-
[x: symbol]: any;
|
|
276
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
277
|
-
install(app: import("vue").App): void;
|
|
278
|
-
};
|
|
279
|
-
readonly ElButton: ({
|
|
280
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
281
|
-
readonly size: {
|
|
282
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
283
|
-
readonly required: false;
|
|
284
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
-
__epPropKey: true;
|
|
286
|
-
};
|
|
287
|
-
readonly disabled: BooleanConstructor;
|
|
288
|
-
readonly type: {
|
|
289
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
290
|
-
readonly required: false;
|
|
291
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
292
|
-
__epPropKey: true;
|
|
293
|
-
} & {
|
|
294
|
-
readonly default: "";
|
|
295
|
-
};
|
|
296
|
-
readonly icon: {
|
|
297
|
-
readonly type: import("vue").PropType<unknown>;
|
|
298
|
-
readonly required: false;
|
|
299
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
|
-
__epPropKey: true;
|
|
301
|
-
};
|
|
302
|
-
readonly nativeType: {
|
|
303
|
-
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
304
|
-
readonly required: false;
|
|
305
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
|
-
__epPropKey: true;
|
|
307
|
-
} & {
|
|
308
|
-
readonly default: "button";
|
|
309
|
-
};
|
|
310
|
-
readonly loading: BooleanConstructor;
|
|
311
|
-
readonly loadingIcon: {
|
|
312
|
-
readonly type: import("vue").PropType<unknown>;
|
|
313
|
-
readonly required: false;
|
|
314
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
|
-
__epPropKey: true;
|
|
316
|
-
} & {
|
|
317
|
-
readonly default: () => any;
|
|
318
|
-
};
|
|
319
|
-
readonly plain: {
|
|
320
|
-
readonly type: import("vue").PropType<boolean>;
|
|
321
|
-
readonly required: false;
|
|
322
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
|
-
__epPropKey: true;
|
|
324
|
-
} & {
|
|
325
|
-
readonly default: undefined;
|
|
326
|
-
};
|
|
327
|
-
readonly text: {
|
|
328
|
-
readonly type: import("vue").PropType<boolean>;
|
|
329
|
-
readonly required: false;
|
|
330
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
|
-
__epPropKey: true;
|
|
332
|
-
} & {
|
|
333
|
-
readonly default: undefined;
|
|
334
|
-
};
|
|
335
|
-
readonly link: BooleanConstructor;
|
|
336
|
-
readonly bg: BooleanConstructor;
|
|
337
|
-
readonly autofocus: BooleanConstructor;
|
|
338
|
-
readonly round: {
|
|
339
|
-
readonly type: import("vue").PropType<boolean>;
|
|
340
|
-
readonly required: false;
|
|
341
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
-
__epPropKey: true;
|
|
343
|
-
} & {
|
|
344
|
-
readonly default: undefined;
|
|
345
|
-
};
|
|
346
|
-
readonly circle: BooleanConstructor;
|
|
347
|
-
readonly color: StringConstructor;
|
|
348
|
-
readonly dark: BooleanConstructor;
|
|
349
|
-
readonly autoInsertSpace: {
|
|
350
|
-
readonly type: import("vue").PropType<boolean>;
|
|
351
|
-
readonly required: false;
|
|
352
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
|
-
__epPropKey: true;
|
|
354
|
-
} & {
|
|
355
|
-
readonly default: undefined;
|
|
356
|
-
};
|
|
357
|
-
readonly tag: {
|
|
358
|
-
readonly type: import("vue").PropType<unknown>;
|
|
359
|
-
readonly required: false;
|
|
360
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
|
-
__epPropKey: true;
|
|
362
|
-
} & {
|
|
363
|
-
readonly default: "button";
|
|
364
|
-
};
|
|
365
|
-
}>> & {
|
|
366
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
367
|
-
}, {
|
|
368
|
-
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
369
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
370
|
-
type: import("vue").ComputedRef<string>;
|
|
371
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
372
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
373
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
374
|
-
click: (evt: MouseEvent) => void;
|
|
375
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
376
|
-
readonly link: boolean;
|
|
377
|
-
readonly circle: boolean;
|
|
378
|
-
readonly text: boolean;
|
|
379
|
-
readonly disabled: boolean;
|
|
380
|
-
readonly round: boolean;
|
|
381
|
-
readonly dark: boolean;
|
|
382
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
383
|
-
readonly bg: boolean;
|
|
384
|
-
readonly loading: boolean;
|
|
385
|
-
readonly autofocus: boolean;
|
|
386
|
-
readonly tag: unknown;
|
|
387
|
-
readonly plain: boolean;
|
|
388
|
-
readonly autoInsertSpace: boolean;
|
|
389
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
390
|
-
readonly loadingIcon: unknown;
|
|
391
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
392
|
-
P: {};
|
|
393
|
-
B: {};
|
|
394
|
-
D: {};
|
|
395
|
-
C: {};
|
|
396
|
-
M: {};
|
|
397
|
-
Defaults: {};
|
|
398
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
399
|
-
readonly size: {
|
|
400
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
401
|
-
readonly required: false;
|
|
402
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
403
|
-
__epPropKey: true;
|
|
404
|
-
};
|
|
405
|
-
readonly disabled: BooleanConstructor;
|
|
406
|
-
readonly type: {
|
|
407
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
408
|
-
readonly required: false;
|
|
409
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
-
__epPropKey: true;
|
|
411
|
-
} & {
|
|
412
|
-
readonly default: "";
|
|
413
|
-
};
|
|
414
|
-
readonly icon: {
|
|
415
|
-
readonly type: import("vue").PropType<unknown>;
|
|
416
|
-
readonly required: false;
|
|
417
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
|
-
__epPropKey: true;
|
|
419
|
-
};
|
|
420
|
-
readonly nativeType: {
|
|
421
|
-
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
422
|
-
readonly required: false;
|
|
423
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
424
|
-
__epPropKey: true;
|
|
425
|
-
} & {
|
|
426
|
-
readonly default: "button";
|
|
427
|
-
};
|
|
428
|
-
readonly loading: BooleanConstructor;
|
|
429
|
-
readonly loadingIcon: {
|
|
430
|
-
readonly type: import("vue").PropType<unknown>;
|
|
431
|
-
readonly required: false;
|
|
432
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
-
__epPropKey: true;
|
|
434
|
-
} & {
|
|
435
|
-
readonly default: () => any;
|
|
436
|
-
};
|
|
437
|
-
readonly plain: {
|
|
438
|
-
readonly type: import("vue").PropType<boolean>;
|
|
439
|
-
readonly required: false;
|
|
440
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
|
-
__epPropKey: true;
|
|
442
|
-
} & {
|
|
443
|
-
readonly default: undefined;
|
|
444
|
-
};
|
|
445
|
-
readonly text: {
|
|
446
|
-
readonly type: import("vue").PropType<boolean>;
|
|
447
|
-
readonly required: false;
|
|
448
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
-
__epPropKey: true;
|
|
450
|
-
} & {
|
|
451
|
-
readonly default: undefined;
|
|
452
|
-
};
|
|
453
|
-
readonly link: BooleanConstructor;
|
|
454
|
-
readonly bg: BooleanConstructor;
|
|
455
|
-
readonly autofocus: BooleanConstructor;
|
|
456
|
-
readonly round: {
|
|
457
|
-
readonly type: import("vue").PropType<boolean>;
|
|
458
|
-
readonly required: false;
|
|
459
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
460
|
-
__epPropKey: true;
|
|
461
|
-
} & {
|
|
462
|
-
readonly default: undefined;
|
|
463
|
-
};
|
|
464
|
-
readonly circle: BooleanConstructor;
|
|
465
|
-
readonly color: StringConstructor;
|
|
466
|
-
readonly dark: BooleanConstructor;
|
|
467
|
-
readonly autoInsertSpace: {
|
|
468
|
-
readonly type: import("vue").PropType<boolean>;
|
|
469
|
-
readonly required: false;
|
|
470
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
|
-
__epPropKey: true;
|
|
472
|
-
} & {
|
|
473
|
-
readonly default: undefined;
|
|
474
|
-
};
|
|
475
|
-
readonly tag: {
|
|
476
|
-
readonly type: import("vue").PropType<unknown>;
|
|
477
|
-
readonly required: false;
|
|
478
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
|
-
__epPropKey: true;
|
|
480
|
-
} & {
|
|
481
|
-
readonly default: "button";
|
|
482
|
-
};
|
|
483
|
-
}>> & {
|
|
484
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
485
|
-
}, {
|
|
486
|
-
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
487
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
488
|
-
type: import("vue").ComputedRef<string>;
|
|
489
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
490
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
491
|
-
}, {}, {}, {}, {
|
|
492
|
-
readonly link: boolean;
|
|
493
|
-
readonly circle: boolean;
|
|
494
|
-
readonly text: boolean;
|
|
495
|
-
readonly disabled: boolean;
|
|
496
|
-
readonly round: boolean;
|
|
497
|
-
readonly dark: boolean;
|
|
498
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
499
|
-
readonly bg: boolean;
|
|
500
|
-
readonly loading: boolean;
|
|
501
|
-
readonly autofocus: boolean;
|
|
502
|
-
readonly tag: unknown;
|
|
503
|
-
readonly plain: boolean;
|
|
504
|
-
readonly autoInsertSpace: boolean;
|
|
505
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
506
|
-
readonly loadingIcon: unknown;
|
|
507
|
-
}>;
|
|
508
|
-
__isFragment?: never;
|
|
509
|
-
__isTeleport?: never;
|
|
510
|
-
__isSuspense?: never;
|
|
511
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
512
|
-
readonly size: {
|
|
513
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
514
|
-
readonly required: false;
|
|
515
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
516
|
-
__epPropKey: true;
|
|
517
|
-
};
|
|
518
|
-
readonly disabled: BooleanConstructor;
|
|
519
|
-
readonly type: {
|
|
520
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
521
|
-
readonly required: false;
|
|
522
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
523
|
-
__epPropKey: true;
|
|
524
|
-
} & {
|
|
525
|
-
readonly default: "";
|
|
526
|
-
};
|
|
527
|
-
readonly icon: {
|
|
528
|
-
readonly type: import("vue").PropType<unknown>;
|
|
529
|
-
readonly required: false;
|
|
530
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
|
-
__epPropKey: true;
|
|
532
|
-
};
|
|
533
|
-
readonly nativeType: {
|
|
534
|
-
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
535
|
-
readonly required: false;
|
|
536
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
537
|
-
__epPropKey: true;
|
|
538
|
-
} & {
|
|
539
|
-
readonly default: "button";
|
|
540
|
-
};
|
|
541
|
-
readonly loading: BooleanConstructor;
|
|
542
|
-
readonly loadingIcon: {
|
|
543
|
-
readonly type: import("vue").PropType<unknown>;
|
|
544
|
-
readonly required: false;
|
|
545
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
546
|
-
__epPropKey: true;
|
|
547
|
-
} & {
|
|
548
|
-
readonly default: () => any;
|
|
549
|
-
};
|
|
550
|
-
readonly plain: {
|
|
551
|
-
readonly type: import("vue").PropType<boolean>;
|
|
552
|
-
readonly required: false;
|
|
553
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
554
|
-
__epPropKey: true;
|
|
555
|
-
} & {
|
|
556
|
-
readonly default: undefined;
|
|
557
|
-
};
|
|
558
|
-
readonly text: {
|
|
559
|
-
readonly type: import("vue").PropType<boolean>;
|
|
560
|
-
readonly required: false;
|
|
561
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
-
__epPropKey: true;
|
|
563
|
-
} & {
|
|
564
|
-
readonly default: undefined;
|
|
565
|
-
};
|
|
566
|
-
readonly link: BooleanConstructor;
|
|
567
|
-
readonly bg: BooleanConstructor;
|
|
568
|
-
readonly autofocus: BooleanConstructor;
|
|
569
|
-
readonly round: {
|
|
570
|
-
readonly type: import("vue").PropType<boolean>;
|
|
571
|
-
readonly required: false;
|
|
572
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
573
|
-
__epPropKey: true;
|
|
574
|
-
} & {
|
|
575
|
-
readonly default: undefined;
|
|
576
|
-
};
|
|
577
|
-
readonly circle: BooleanConstructor;
|
|
578
|
-
readonly color: StringConstructor;
|
|
579
|
-
readonly dark: BooleanConstructor;
|
|
580
|
-
readonly autoInsertSpace: {
|
|
581
|
-
readonly type: import("vue").PropType<boolean>;
|
|
582
|
-
readonly required: false;
|
|
583
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
|
-
__epPropKey: true;
|
|
585
|
-
} & {
|
|
586
|
-
readonly default: undefined;
|
|
587
|
-
};
|
|
588
|
-
readonly tag: {
|
|
589
|
-
readonly type: import("vue").PropType<unknown>;
|
|
590
|
-
readonly required: false;
|
|
591
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
|
-
__epPropKey: true;
|
|
593
|
-
} & {
|
|
594
|
-
readonly default: "button";
|
|
595
|
-
};
|
|
596
|
-
}>> & {
|
|
597
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
598
|
-
}, {
|
|
599
|
-
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
600
|
-
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
601
|
-
type: import("vue").ComputedRef<string>;
|
|
602
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
603
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
604
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
605
|
-
click: (evt: MouseEvent) => void;
|
|
606
|
-
}, string, {
|
|
607
|
-
readonly link: boolean;
|
|
608
|
-
readonly circle: boolean;
|
|
609
|
-
readonly text: boolean;
|
|
610
|
-
readonly disabled: boolean;
|
|
611
|
-
readonly round: boolean;
|
|
612
|
-
readonly dark: boolean;
|
|
613
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
614
|
-
readonly bg: boolean;
|
|
615
|
-
readonly loading: boolean;
|
|
616
|
-
readonly autofocus: boolean;
|
|
617
|
-
readonly tag: unknown;
|
|
618
|
-
readonly plain: boolean;
|
|
619
|
-
readonly autoInsertSpace: boolean;
|
|
620
|
-
readonly nativeType: "button" | "reset" | "submit";
|
|
621
|
-
readonly loadingIcon: unknown;
|
|
622
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
623
|
-
$slots: {
|
|
624
|
-
loading?(_: {}): any;
|
|
625
|
-
icon?(_: {}): any;
|
|
626
|
-
default?(_: {}): any;
|
|
627
|
-
};
|
|
628
|
-
}) & import("vue").Plugin) & {
|
|
629
|
-
ButtonGroup: {
|
|
630
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
631
|
-
readonly size: {
|
|
632
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
633
|
-
readonly required: false;
|
|
634
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
|
-
__epPropKey: true;
|
|
636
|
-
};
|
|
637
|
-
readonly type: {
|
|
638
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
639
|
-
readonly required: false;
|
|
640
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
|
-
__epPropKey: true;
|
|
642
|
-
} & {
|
|
643
|
-
readonly default: "";
|
|
644
|
-
};
|
|
645
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
646
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
647
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
648
|
-
P: {};
|
|
649
|
-
B: {};
|
|
650
|
-
D: {};
|
|
651
|
-
C: {};
|
|
652
|
-
M: {};
|
|
653
|
-
Defaults: {};
|
|
654
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
655
|
-
readonly size: {
|
|
656
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
657
|
-
readonly required: false;
|
|
658
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
|
-
__epPropKey: true;
|
|
660
|
-
};
|
|
661
|
-
readonly type: {
|
|
662
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
663
|
-
readonly required: false;
|
|
664
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
665
|
-
__epPropKey: true;
|
|
666
|
-
} & {
|
|
667
|
-
readonly default: "";
|
|
668
|
-
};
|
|
669
|
-
}>>, {}, {}, {}, {}, {
|
|
670
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
671
|
-
}>;
|
|
672
|
-
__isFragment?: never;
|
|
673
|
-
__isTeleport?: never;
|
|
674
|
-
__isSuspense?: never;
|
|
675
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
676
|
-
readonly size: {
|
|
677
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
678
|
-
readonly required: false;
|
|
679
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
680
|
-
__epPropKey: true;
|
|
681
|
-
};
|
|
682
|
-
readonly type: {
|
|
683
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
684
|
-
readonly required: false;
|
|
685
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
|
-
__epPropKey: true;
|
|
687
|
-
} & {
|
|
688
|
-
readonly default: "";
|
|
689
|
-
};
|
|
690
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
691
|
-
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
692
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
693
|
-
$slots: {
|
|
694
|
-
default?(_: {}): any;
|
|
695
|
-
};
|
|
696
|
-
});
|
|
697
|
-
};
|
|
698
|
-
readonly Plus: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
699
|
-
readonly VkfFormItemRenderer: {
|
|
700
|
-
new (...args: any[]): any;
|
|
701
|
-
__isFragment?: never;
|
|
702
|
-
__isTeleport?: never;
|
|
703
|
-
__isSuspense?: never;
|
|
704
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
705
|
-
[x: string]: any;
|
|
706
|
-
[x: symbol]: any;
|
|
707
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
708
|
-
install(app: import("vue").App): void;
|
|
709
|
-
};
|
|
710
|
-
readonly VkfTemplateInstancesProvider: {
|
|
711
|
-
new (...args: any[]): any;
|
|
712
|
-
__isFragment?: never;
|
|
713
|
-
__isTeleport?: never;
|
|
714
|
-
__isSuspense?: never;
|
|
715
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
716
|
-
[x: string]: any;
|
|
717
|
-
[x: symbol]: any;
|
|
718
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
719
|
-
install(app: import("vue").App): void;
|
|
720
|
-
};
|
|
721
|
-
readonly VkfTemplatesDefault: {
|
|
722
|
-
new (...args: any[]): any;
|
|
723
|
-
__isFragment?: never;
|
|
724
|
-
__isTeleport?: never;
|
|
725
|
-
__isSuspense?: never;
|
|
726
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
727
|
-
[x: string]: any;
|
|
728
|
-
[x: symbol]: any;
|
|
729
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
730
|
-
install(app: import("vue").App): void;
|
|
731
|
-
};
|
|
732
|
-
readonly VkfFieldset: {
|
|
733
|
-
new (...args: any[]): any;
|
|
734
|
-
__isFragment?: never;
|
|
735
|
-
__isTeleport?: never;
|
|
736
|
-
__isSuspense?: never;
|
|
737
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
738
|
-
[x: string]: any;
|
|
739
|
-
[x: symbol]: any;
|
|
740
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
741
|
-
install(app: import("vue").App): void;
|
|
742
|
-
};
|
|
743
|
-
readonly VkfRendererData: {
|
|
744
|
-
new (...args: any[]): any;
|
|
745
|
-
__isFragment?: never;
|
|
746
|
-
__isTeleport?: never;
|
|
747
|
-
__isSuspense?: never;
|
|
748
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
749
|
-
[x: string]: any;
|
|
750
|
-
[x: symbol]: any;
|
|
751
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
752
|
-
install(app: import("vue").App): void;
|
|
753
|
-
};
|
|
754
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
755
|
-
'update:modelValue': any;
|
|
756
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
757
|
-
modelValue: {
|
|
758
|
-
type: import("vue").PropType<any[]>;
|
|
759
|
-
default: any;
|
|
760
|
-
};
|
|
761
|
-
splicable: {
|
|
762
|
-
type: BooleanConstructor;
|
|
763
|
-
default: boolean;
|
|
764
|
-
};
|
|
765
|
-
labelActions: {
|
|
766
|
-
type: BooleanConstructor;
|
|
767
|
-
default: boolean;
|
|
768
|
-
};
|
|
769
|
-
defaultItemValue: any;
|
|
770
|
-
source: {
|
|
771
|
-
type: ObjectConstructor;
|
|
772
|
-
default: () => {};
|
|
773
|
-
};
|
|
774
|
-
defaultModelValue: {
|
|
775
|
-
type: import("vue").PropType<any[]>;
|
|
776
|
-
default: any;
|
|
777
|
-
};
|
|
778
|
-
keepLastRow: {
|
|
779
|
-
type: BooleanConstructor;
|
|
780
|
-
default: boolean;
|
|
781
|
-
};
|
|
782
|
-
buttonAdd: {
|
|
783
|
-
type: import("vue").PropType<"push" | "unshift">;
|
|
784
|
-
default: string;
|
|
785
|
-
};
|
|
786
|
-
required: {
|
|
787
|
-
readonly type: import("vue").PropType<boolean>;
|
|
788
|
-
readonly required: false;
|
|
789
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
790
|
-
__epPropKey: true;
|
|
791
|
-
} & {
|
|
792
|
-
readonly default: undefined;
|
|
793
|
-
};
|
|
794
|
-
formItemSize: {
|
|
795
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
796
|
-
default: "default" | "small" | "large";
|
|
797
|
-
};
|
|
798
|
-
formItemSlots: {
|
|
799
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
800
|
-
default: any;
|
|
801
|
-
};
|
|
802
|
-
elRef: {
|
|
803
|
-
type: import("vue").PropType<any>;
|
|
804
|
-
required: boolean;
|
|
805
|
-
};
|
|
806
|
-
inline: {
|
|
807
|
-
type: BooleanConstructor;
|
|
808
|
-
default: boolean;
|
|
809
|
-
};
|
|
810
|
-
readonly: {
|
|
811
|
-
type: BooleanConstructor;
|
|
812
|
-
default: any;
|
|
813
|
-
};
|
|
814
|
-
formItemTip: {
|
|
815
|
-
type: StringConstructor;
|
|
816
|
-
default: any;
|
|
817
|
-
};
|
|
818
|
-
formItemTipClass: any;
|
|
819
|
-
labelTip: {
|
|
820
|
-
type: StringConstructor;
|
|
821
|
-
default: any;
|
|
822
|
-
};
|
|
823
|
-
information: {
|
|
824
|
-
type: BooleanConstructor;
|
|
825
|
-
default: boolean;
|
|
826
|
-
};
|
|
827
|
-
prop: any;
|
|
828
|
-
label: StringConstructor;
|
|
829
|
-
labelWidth: {
|
|
830
|
-
readonly type: import("vue").PropType<string | number>;
|
|
831
|
-
readonly required: false;
|
|
832
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
-
__epPropKey: true;
|
|
834
|
-
} & {
|
|
835
|
-
readonly default: "";
|
|
836
|
-
};
|
|
837
|
-
labelPosition: {
|
|
838
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
839
|
-
readonly required: false;
|
|
840
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
841
|
-
__epPropKey: true;
|
|
842
|
-
} & {
|
|
843
|
-
readonly default: "";
|
|
844
|
-
};
|
|
845
|
-
rules: {
|
|
846
|
-
readonly type: import("vue").PropType<unknown>;
|
|
847
|
-
readonly required: false;
|
|
848
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
849
|
-
__epPropKey: true;
|
|
850
|
-
};
|
|
851
|
-
error: StringConstructor;
|
|
852
|
-
validateStatus: {
|
|
853
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
854
|
-
readonly required: false;
|
|
855
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
856
|
-
__epPropKey: true;
|
|
857
|
-
};
|
|
858
|
-
for: StringConstructor;
|
|
859
|
-
inlineMessage: {
|
|
860
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
861
|
-
readonly required: false;
|
|
862
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
863
|
-
__epPropKey: true;
|
|
864
|
-
} & {
|
|
865
|
-
readonly default: "";
|
|
866
|
-
};
|
|
867
|
-
showMessage: {
|
|
868
|
-
readonly type: import("vue").PropType<boolean>;
|
|
869
|
-
readonly required: false;
|
|
870
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
871
|
-
__epPropKey: true;
|
|
872
|
-
} & {
|
|
873
|
-
readonly default: true;
|
|
874
|
-
};
|
|
875
|
-
}>> & Readonly<{
|
|
876
|
-
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
877
|
-
}>, {
|
|
878
|
-
required: boolean;
|
|
879
|
-
formItemSize: "default" | "small" | "large";
|
|
880
|
-
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
881
|
-
inline: boolean;
|
|
882
|
-
readonly: boolean;
|
|
883
|
-
formItemTip: string;
|
|
884
|
-
formItemTipClass: any;
|
|
885
|
-
labelTip: string;
|
|
886
|
-
information: boolean;
|
|
887
|
-
prop: any;
|
|
888
|
-
defaultModelValue: any[];
|
|
889
|
-
labelWidth: string | number;
|
|
890
|
-
labelPosition: "" | "top" | "left" | "right";
|
|
891
|
-
inlineMessage: string | boolean;
|
|
892
|
-
showMessage: boolean;
|
|
893
|
-
modelValue: any[];
|
|
894
|
-
labelActions: boolean;
|
|
895
|
-
splicable: boolean;
|
|
896
|
-
defaultItemValue: any;
|
|
897
|
-
source: Record<string, any>;
|
|
898
|
-
keepLastRow: boolean;
|
|
899
|
-
buttonAdd: "push" | "unshift";
|
|
900
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
901
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
902
3
|
export default _default;
|