@vunk/form 1.4.4 → 1.4.6
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/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -113,7 +113,7 @@ export declare const props: {
|
|
|
113
113
|
label: StringConstructor;
|
|
114
114
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
115
115
|
prop: {
|
|
116
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
116
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
117
117
|
readonly required: false;
|
|
118
118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
119
|
__epPropKey: true;
|
|
@@ -126,7 +126,7 @@ export declare const props: {
|
|
|
126
126
|
};
|
|
127
127
|
error: StringConstructor;
|
|
128
128
|
validateStatus: {
|
|
129
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
129
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
130
130
|
readonly required: false;
|
|
131
131
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
132
|
__epPropKey: true;
|
|
@@ -137,7 +137,7 @@ export declare const props: {
|
|
|
137
137
|
ariaLabel: StringConstructor;
|
|
138
138
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
139
139
|
size: {
|
|
140
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
140
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
141
141
|
readonly required: false;
|
|
142
142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
143
|
__epPropKey: true;
|
|
@@ -145,12 +145,18 @@ export declare const props: {
|
|
|
145
145
|
disabled: BooleanConstructor;
|
|
146
146
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
147
147
|
resize: {
|
|
148
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
148
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
149
149
|
readonly required: false;
|
|
150
150
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
151
|
__epPropKey: true;
|
|
152
152
|
};
|
|
153
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
153
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
154
|
+
minRows?: number;
|
|
155
|
+
maxRows?: number;
|
|
156
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
157
|
+
minRows?: number;
|
|
158
|
+
maxRows?: number;
|
|
159
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
154
160
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
155
161
|
formatter: {
|
|
156
162
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -176,17 +182,17 @@ export declare const props: {
|
|
|
176
182
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
183
|
__epPropKey: true;
|
|
178
184
|
};
|
|
179
|
-
clearable:
|
|
180
|
-
showPassword:
|
|
181
|
-
showWordLimit:
|
|
185
|
+
clearable: BooleanConstructor;
|
|
186
|
+
showPassword: BooleanConstructor;
|
|
187
|
+
showWordLimit: BooleanConstructor;
|
|
182
188
|
suffixIcon: {
|
|
183
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
189
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
184
190
|
readonly required: false;
|
|
185
191
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
192
|
__epPropKey: true;
|
|
187
193
|
};
|
|
188
194
|
prefixIcon: {
|
|
189
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
195
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
190
196
|
readonly required: false;
|
|
191
197
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
198
|
__epPropKey: true;
|
|
@@ -194,10 +200,10 @@ export declare const props: {
|
|
|
194
200
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
195
201
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
196
202
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
197
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
198
|
-
autofocus:
|
|
203
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
204
|
+
autofocus: BooleanConstructor;
|
|
199
205
|
};
|
|
200
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"visibleElements", keyof T2> | Extract<"multiple", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"
|
|
206
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"visibleElements", keyof T2> | Extract<"multiple", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"form", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"rows", keyof T2> | Extract<"view", keyof T2> | Extract<"viewComponent", keyof T2> | Extract<"viewComponentAttrs", keyof T2> | Extract<"viewModelActiveFillSymbol", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"viewModelActiveLineSymbol", keyof T2> | Extract<"viewModelActivePointSymbol", keyof T2> | Extract<"skipSave", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"flying", keyof T2> | Extract<"layerIndex", keyof T2> | Extract<"inputSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "visibleElements" | "multiple" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "form" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "rows" | "view" | "viewComponent" | "viewComponentAttrs" | "viewModelActiveFillSymbol" | "editTypes" | "viewModelActiveLineSymbol" | "viewModelActivePointSymbol" | "skipSave" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "flying" | "layerIndex" | "inputSlots", keyof T2>, KE> : Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "visibleElements" | "multiple" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "form" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "rows" | "view" | "viewComponent" | "viewComponentAttrs" | "viewModelActiveFillSymbol" | "editTypes" | "viewModelActiveLineSymbol" | "viewModelActivePointSymbol" | "skipSave" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "flying" | "layerIndex" | "inputSlots", keyof T2>]: { [k in Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "visibleElements" | "multiple" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "form" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "rows" | "view" | "viewComponent" | "viewComponentAttrs" | "viewModelActiveFillSymbol" | "editTypes" | "viewModelActiveLineSymbol" | "viewModelActivePointSymbol" | "skipSave" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "flying" | "layerIndex" | "inputSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
201
207
|
export declare const emits: {
|
|
202
208
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<Geometry, {
|
|
203
209
|
[name: string]: any;
|
|
@@ -220,4 +226,4 @@ export declare const emits: {
|
|
|
220
226
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
221
227
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
222
228
|
};
|
|
223
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "update:modelValue" | "
|
|
229
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear" | "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit", KE> : "clear" | "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit"]: { [k in "clear" | "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
label: StringConstructor;
|
|
114
114
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
115
115
|
prop: {
|
|
116
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
116
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
117
117
|
readonly required: false;
|
|
118
118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
119
|
__epPropKey: true;
|
|
@@ -126,7 +126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
126
|
};
|
|
127
127
|
error: StringConstructor;
|
|
128
128
|
validateStatus: {
|
|
129
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
129
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
130
130
|
readonly required: false;
|
|
131
131
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
132
|
__epPropKey: true;
|
|
@@ -137,7 +137,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
137
137
|
ariaLabel: StringConstructor;
|
|
138
138
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
139
139
|
size: {
|
|
140
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
140
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
141
141
|
readonly required: false;
|
|
142
142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
143
|
__epPropKey: true;
|
|
@@ -145,12 +145,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
145
145
|
disabled: BooleanConstructor;
|
|
146
146
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
147
147
|
resize: {
|
|
148
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
148
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
149
149
|
readonly required: false;
|
|
150
150
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
151
|
__epPropKey: true;
|
|
152
152
|
};
|
|
153
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
153
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
154
|
+
minRows?: number;
|
|
155
|
+
maxRows?: number;
|
|
156
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
157
|
+
minRows?: number;
|
|
158
|
+
maxRows?: number;
|
|
159
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
154
160
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
155
161
|
formatter: {
|
|
156
162
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -176,17 +182,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
182
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
183
|
__epPropKey: true;
|
|
178
184
|
};
|
|
179
|
-
clearable:
|
|
180
|
-
showPassword:
|
|
181
|
-
showWordLimit:
|
|
185
|
+
clearable: BooleanConstructor;
|
|
186
|
+
showPassword: BooleanConstructor;
|
|
187
|
+
showWordLimit: BooleanConstructor;
|
|
182
188
|
suffixIcon: {
|
|
183
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
189
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
184
190
|
readonly required: false;
|
|
185
191
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
192
|
__epPropKey: true;
|
|
187
193
|
};
|
|
188
194
|
prefixIcon: {
|
|
189
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
195
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
190
196
|
readonly required: false;
|
|
191
197
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
198
|
__epPropKey: true;
|
|
@@ -194,23 +200,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
200
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
195
201
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
196
202
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
197
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
198
|
-
autofocus:
|
|
203
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
204
|
+
autofocus: BooleanConstructor;
|
|
199
205
|
}>, {
|
|
200
206
|
inputBindProps: import("vue").ComputedRef<{
|
|
201
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
207
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
202
208
|
disabled: boolean;
|
|
203
209
|
type: string;
|
|
204
|
-
autofocus:
|
|
210
|
+
autofocus: boolean;
|
|
205
211
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
206
|
-
formItemSize: "
|
|
212
|
+
formItemSize: "small" | "default" | "large";
|
|
207
213
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
208
214
|
elRef: any;
|
|
209
215
|
inline: boolean;
|
|
210
216
|
labelPosition: "right";
|
|
211
217
|
label: string;
|
|
212
218
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
213
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
219
|
+
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
214
220
|
rules: unknown;
|
|
215
221
|
error: string;
|
|
216
222
|
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>;
|
|
@@ -219,21 +225,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
219
225
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
220
226
|
id: string;
|
|
221
227
|
placeholder: string;
|
|
222
|
-
clearable:
|
|
228
|
+
clearable: boolean;
|
|
223
229
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
|
-
form: string;
|
|
225
230
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
226
231
|
ariaLabel: string;
|
|
227
232
|
prefixIcon: unknown;
|
|
228
233
|
maxlength: number;
|
|
229
234
|
minlength: number;
|
|
230
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
235
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
|
|
231
236
|
autosize: false;
|
|
232
237
|
autocomplete: string;
|
|
233
238
|
formatter: Function;
|
|
234
239
|
parser: Function;
|
|
235
|
-
|
|
236
|
-
|
|
240
|
+
form: string;
|
|
241
|
+
showPassword: boolean;
|
|
242
|
+
showWordLimit: boolean;
|
|
237
243
|
suffixIcon: unknown;
|
|
238
244
|
containerRole: string;
|
|
239
245
|
inputStyle: import("vue").StyleValue;
|
|
@@ -241,11 +247,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
241
247
|
}>;
|
|
242
248
|
inputOnEmits: {
|
|
243
249
|
clear: (...e: any[]) => void;
|
|
244
|
-
input: (...e: any[]) => void;
|
|
245
250
|
change: (...e: any[]) => void;
|
|
246
251
|
focus: (...e: any[]) => void;
|
|
247
252
|
blur: (...e: any[]) => void;
|
|
248
253
|
keydown: (...e: any[]) => void;
|
|
254
|
+
input: (...e: any[]) => void;
|
|
249
255
|
compositionend: (...e: any[]) => void;
|
|
250
256
|
compositionstart: (...e: any[]) => void;
|
|
251
257
|
compositionupdate: (...e: any[]) => void;
|
|
@@ -403,7 +409,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
403
409
|
label: StringConstructor;
|
|
404
410
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
405
411
|
prop: {
|
|
406
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
412
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
407
413
|
readonly required: false;
|
|
408
414
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
415
|
__epPropKey: true;
|
|
@@ -416,7 +422,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
416
422
|
};
|
|
417
423
|
error: StringConstructor;
|
|
418
424
|
validateStatus: {
|
|
419
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
425
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
420
426
|
readonly required: false;
|
|
421
427
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
428
|
__epPropKey: true;
|
|
@@ -427,7 +433,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
427
433
|
ariaLabel: StringConstructor;
|
|
428
434
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
429
435
|
size: {
|
|
430
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
436
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
431
437
|
readonly required: false;
|
|
432
438
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
439
|
__epPropKey: true;
|
|
@@ -435,12 +441,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
435
441
|
disabled: BooleanConstructor;
|
|
436
442
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
437
443
|
resize: {
|
|
438
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "
|
|
444
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
439
445
|
readonly required: false;
|
|
440
446
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
447
|
__epPropKey: true;
|
|
442
448
|
};
|
|
443
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
449
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
450
|
+
minRows?: number;
|
|
451
|
+
maxRows?: number;
|
|
452
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
453
|
+
minRows?: number;
|
|
454
|
+
maxRows?: number;
|
|
455
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
444
456
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
445
457
|
formatter: {
|
|
446
458
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -466,17 +478,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
466
478
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
479
|
__epPropKey: true;
|
|
468
480
|
};
|
|
469
|
-
clearable:
|
|
470
|
-
showPassword:
|
|
471
|
-
showWordLimit:
|
|
481
|
+
clearable: BooleanConstructor;
|
|
482
|
+
showPassword: BooleanConstructor;
|
|
483
|
+
showWordLimit: BooleanConstructor;
|
|
472
484
|
suffixIcon: {
|
|
473
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
485
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
474
486
|
readonly required: false;
|
|
475
487
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
476
488
|
__epPropKey: true;
|
|
477
489
|
};
|
|
478
490
|
prefixIcon: {
|
|
479
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
491
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
480
492
|
readonly required: false;
|
|
481
493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
482
494
|
__epPropKey: true;
|
|
@@ -484,18 +496,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
496
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
485
497
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
486
498
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
487
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
488
|
-
autofocus:
|
|
499
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
500
|
+
autofocus: BooleanConstructor;
|
|
489
501
|
}>> & Readonly<{
|
|
490
502
|
onClear?: () => any;
|
|
491
503
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
492
504
|
[name: string]: any;
|
|
493
505
|
}>) => any;
|
|
494
|
-
onInput?: (value: string) => any;
|
|
495
506
|
onChange?: (value: string) => any;
|
|
496
507
|
onFocus?: (evt: FocusEvent) => any;
|
|
497
508
|
onBlur?: (evt: FocusEvent) => any;
|
|
498
509
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
510
|
+
onInput?: (value: string) => any;
|
|
499
511
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
500
512
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
501
513
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
@@ -507,9 +519,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
507
519
|
}>, {
|
|
508
520
|
disabled: boolean;
|
|
509
521
|
type: string;
|
|
510
|
-
autofocus:
|
|
522
|
+
autofocus: boolean;
|
|
511
523
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
512
|
-
formItemSize: "
|
|
524
|
+
formItemSize: "small" | "default" | "large";
|
|
513
525
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
514
526
|
inline: boolean;
|
|
515
527
|
readonly: boolean;
|
|
@@ -520,16 +532,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
520
532
|
visibleElements: __esri.SketchVisibleElements;
|
|
521
533
|
multiple: boolean;
|
|
522
534
|
id: string;
|
|
523
|
-
clearable:
|
|
535
|
+
clearable: boolean;
|
|
524
536
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
525
537
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
526
538
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
527
539
|
autosize: false;
|
|
528
540
|
autocomplete: string;
|
|
529
|
-
showPassword:
|
|
530
|
-
showWordLimit:
|
|
541
|
+
showPassword: boolean;
|
|
542
|
+
showWordLimit: boolean;
|
|
531
543
|
containerRole: string;
|
|
532
544
|
inputStyle: import("vue").StyleValue;
|
|
545
|
+
rows: number;
|
|
533
546
|
viewComponent: any;
|
|
534
547
|
viewComponentAttrs: any;
|
|
535
548
|
viewModelActiveFillSymbol: any;
|
|
@@ -544,7 +557,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
544
557
|
flying: boolean;
|
|
545
558
|
layerIndex: number;
|
|
546
559
|
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
547
|
-
rows: number;
|
|
548
560
|
}, {}, {
|
|
549
561
|
VkfInput: {
|
|
550
562
|
new (...args: any[]): any;
|
|
@@ -10,7 +10,7 @@ export interface EditTypeMedia extends Media {
|
|
|
10
10
|
availableCreatureTools: __VaSketch.AvailableCreatureTool[];
|
|
11
11
|
}
|
|
12
12
|
export interface Source<P extends string = string> extends VueComponentPropsType<typeof VkfEsriInputGeojson>, BasicSource {
|
|
13
|
-
prop?: P;
|
|
13
|
+
prop?: P | P[];
|
|
14
14
|
templateType: 'VkfEsriInputGeojson';
|
|
15
15
|
}
|
|
16
16
|
export interface CustomSlotProps {
|
|
@@ -133,7 +133,7 @@ var _sfc_main = vue.defineComponent({
|
|
|
133
133
|
const rendererSource = vue.computed(() => {
|
|
134
134
|
if (props2.layout) {
|
|
135
135
|
return props2.formItems.reduce((a, c) => {
|
|
136
|
-
const lastRow = a
|
|
136
|
+
const lastRow = a.findLast((item) => item.templateType === "ElRow");
|
|
137
137
|
const itemSpan = c.span ?? props2.colSource.span;
|
|
138
138
|
if (!itemSpan) {
|
|
139
139
|
a.push(c);
|
|
@@ -129,7 +129,7 @@ var _sfc_main = defineComponent({
|
|
|
129
129
|
const rendererSource = computed(() => {
|
|
130
130
|
if (props2.layout) {
|
|
131
131
|
return props2.formItems.reduce((a, c) => {
|
|
132
|
-
const lastRow = a
|
|
132
|
+
const lastRow = a.findLast((item) => item.templateType === "ElRow");
|
|
133
133
|
const itemSpan = c.span ?? props2.colSource.span;
|
|
134
134
|
if (!itemSpan) {
|
|
135
135
|
a.push(c);
|
|
@@ -68,7 +68,7 @@ export declare const props: {
|
|
|
68
68
|
__epPropKey: true;
|
|
69
69
|
};
|
|
70
70
|
size: {
|
|
71
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
71
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
72
72
|
readonly required: false;
|
|
73
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
74
|
__epPropKey: true;
|