@aplus-frontend/ui 6.35.2 → 6.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/src/ag-grid/index.vue.d.ts +2 -30
- package/es/src/ag-grid/index.vue.mjs +1 -1
- package/es/src/ag-grid/interface.d.ts +15 -0
- package/es/src/ap-action/group/index.vue.mjs +41 -34
- package/es/src/ap-action/interface.d.ts +17 -0
- package/es/src/ap-action/item/index.vue2.mjs +34 -25
- package/es/src/ap-action/item-dropdown/index.vue.mjs +22 -20
- package/es/src/ap-action/item-modal/index.vue.mjs +14 -12
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +13 -11
- package/es/src/ap-field/date/index.vue.mjs +6 -5
- package/es/src/ap-field/date/read.vue2.mjs +8 -7
- package/es/src/ap-field/date-range/index.vue.mjs +20 -17
- package/es/src/ap-field/date-range/read.vue2.mjs +3 -2
- package/es/src/ap-field/index.d.ts +3 -3
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text/password.vue.d.ts +1 -1
- package/es/src/ap-field/text/read-password.vue.d.ts +1 -1
- package/es/src/ap-field/text/read.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/read.vue.d.ts +1 -1
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +20 -20
- package/es/src/ap-form/interface.d.ts +12 -1
- package/es/src/ap-form/item/index.vue.d.ts +34 -34
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/number/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/text/password.vue.d.ts +8 -8
- package/es/src/ap-form/items/text-area/index.vue.d.ts +6 -6
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +2 -2
- package/es/src/ap-form/modal-form/index.vue.d.ts +30 -21
- package/es/src/ap-form/render/item.vue.d.ts +2 -2
- package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +13 -2
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +32 -22
- package/es/src/ap-form/search-form/index.vue.d.ts +298 -20
- package/es/src/ap-form/search-form/index.vue.mjs +94 -88
- package/es/src/ap-modal/utils/createModal.mjs +38 -35
- package/es/src/ap-pro-card/components/card/index.vue.d.ts +1 -1
- package/es/src/ap-table/constants.d.ts +77 -77
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +132 -109
- package/es/src/business/ap-attachment/ApAttachment.d.ts +9 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +48 -47
- package/es/src/business/ap-attachment/constans.d.ts +4 -0
- package/es/src/business/ap-attachment/constans.mjs +4 -0
- package/es/src/business/ap-attachment/index.d.ts +15 -0
- package/es/src/business/ap-attachment/interface.d.ts +1 -0
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +15 -13
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +10 -10
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -10
- package/es/src/business/batch-input-group/form-item.vue.d.ts +2 -2
- package/es/src/business/batch-input-group/index.vue.d.ts +4 -4
- package/es/src/config-provider/config-provider-props.d.ts +5 -1
- package/es/src/config-provider/config-provider.d.ts +10 -1
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/es/src/config-provider/index.d.ts +16 -1
- package/es/src/utils/config-provider-preset.d.ts +3 -1
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +10 -10
- package/es/src/work-order-modal/work-order-modal.vue.mjs +6 -4
- package/lib/src/ag-grid/index.vue.d.ts +2 -30
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ag-grid/interface.d.ts +15 -0
- package/lib/src/ap-action/group/index.vue.js +1 -1
- package/lib/src/ap-action/interface.d.ts +17 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-modal/index.vue.js +1 -1
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date/read.vue2.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/read.vue2.js +1 -1
- package/lib/src/ap-field/index.d.ts +3 -3
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text/password.vue.d.ts +1 -1
- package/lib/src/ap-field/text/read-password.vue.d.ts +1 -1
- package/lib/src/ap-field/text/read.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/read.vue.d.ts +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +20 -20
- package/lib/src/ap-form/interface.d.ts +12 -1
- package/lib/src/ap-form/item/index.vue.d.ts +34 -34
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text/password.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +6 -6
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +2 -2
- package/lib/src/ap-form/modal-form/index.vue.d.ts +30 -21
- package/lib/src/ap-form/render/item.vue.d.ts +2 -2
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +13 -2
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +298 -20
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-pro-card/components/card/index.vue.d.ts +1 -1
- package/lib/src/ap-table/constants.d.ts +77 -77
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/business/ap-attachment/ApAttachment.d.ts +9 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/constans.d.ts +4 -0
- package/lib/src/business/ap-attachment/constans.js +1 -1
- package/lib/src/business/ap-attachment/index.d.ts +15 -0
- package/lib/src/business/ap-attachment/interface.d.ts +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +10 -10
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -10
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +2 -2
- package/lib/src/business/batch-input-group/index.vue.d.ts +4 -4
- package/lib/src/config-provider/config-provider-props.d.ts +5 -1
- package/lib/src/config-provider/config-provider.d.ts +10 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/lib/src/config-provider/index.d.ts +16 -1
- package/lib/src/utils/config-provider-preset.d.ts +3 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +10 -10
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +3 -3
- package/theme/ag-grid/index.css +6 -0
- package/theme/ap-action/item.css +6 -0
- package/theme/ap-action/item.less +9 -0
- package/theme/ap-attachment/ap-attachment.css +8 -4
- package/theme/ap-attachment/ap-attachment.less +8 -4
- package/theme/ap-grid/index.css +6 -0
- package/theme/ap-table/ap-table.css +6 -0
- package/theme/ap-table-modal/index.css +6 -0
- package/theme/ap-upload/index.css +6 -0
- package/theme/ap-upload/multiple-file.css +6 -0
- package/theme/ap-upload/multiple-file.less +7 -0
- package/theme/editable-table/index.css +6 -0
- package/theme/index.css +20 -4
|
@@ -29,9 +29,6 @@ declare function __VLS_template(): {
|
|
|
29
29
|
readonly label?: any;
|
|
30
30
|
readonly help?: any;
|
|
31
31
|
readonly tooltip?: string | undefined;
|
|
32
|
-
readonly prefixCls?: string | undefined;
|
|
33
|
-
readonly htmlFor?: string | undefined;
|
|
34
|
-
readonly extra?: any;
|
|
35
32
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
36
33
|
span: (StringConstructor | NumberConstructor)[];
|
|
37
34
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -100,15 +97,18 @@ declare function __VLS_template(): {
|
|
|
100
97
|
}>> & HTMLAttributes) | undefined;
|
|
101
98
|
readonly colon?: boolean | undefined;
|
|
102
99
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
103
|
-
readonly
|
|
104
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
100
|
+
readonly prefixCls?: string | undefined;
|
|
105
101
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
102
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
103
|
+
readonly validateTrigger?: string | string[] | undefined;
|
|
106
104
|
readonly required?: boolean | undefined;
|
|
105
|
+
readonly htmlFor?: string | undefined;
|
|
106
|
+
readonly extra?: any;
|
|
107
|
+
readonly prop?: string | number | (string | number)[] | undefined;
|
|
107
108
|
readonly validateFirst?: boolean | undefined;
|
|
108
109
|
readonly validateStatus?: string | undefined;
|
|
109
|
-
readonly validateTrigger?: string | string[] | undefined;
|
|
110
110
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
111
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
111
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle">;
|
|
112
112
|
$attrs: {
|
|
113
113
|
[x: string]: unknown;
|
|
114
114
|
};
|
|
@@ -397,7 +397,7 @@ declare function __VLS_template(): {
|
|
|
397
397
|
hidden: BooleanConstructor;
|
|
398
398
|
noStyle: BooleanConstructor;
|
|
399
399
|
tooltip: StringConstructor;
|
|
400
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
400
|
+
}>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any> & {} & ComponentCustomProperties & {} & {
|
|
401
401
|
$: ComponentInternalInstance;
|
|
402
402
|
$data: {};
|
|
403
403
|
$props: Partial<{
|
|
@@ -416,9 +416,6 @@ declare function __VLS_template(): {
|
|
|
416
416
|
readonly label?: any;
|
|
417
417
|
readonly help?: any;
|
|
418
418
|
readonly tooltip?: string | undefined;
|
|
419
|
-
readonly prefixCls?: string | undefined;
|
|
420
|
-
readonly htmlFor?: string | undefined;
|
|
421
|
-
readonly extra?: any;
|
|
422
419
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
423
420
|
span: (StringConstructor | NumberConstructor)[];
|
|
424
421
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -487,15 +484,18 @@ declare function __VLS_template(): {
|
|
|
487
484
|
}>> & HTMLAttributes) | undefined;
|
|
488
485
|
readonly colon?: boolean | undefined;
|
|
489
486
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
490
|
-
readonly
|
|
491
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
487
|
+
readonly prefixCls?: string | undefined;
|
|
492
488
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
489
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
490
|
+
readonly validateTrigger?: string | string[] | undefined;
|
|
493
491
|
readonly required?: boolean | undefined;
|
|
492
|
+
readonly htmlFor?: string | undefined;
|
|
493
|
+
readonly extra?: any;
|
|
494
|
+
readonly prop?: string | number | (string | number)[] | undefined;
|
|
494
495
|
readonly validateFirst?: boolean | undefined;
|
|
495
496
|
readonly validateStatus?: string | undefined;
|
|
496
|
-
readonly validateTrigger?: string | string[] | undefined;
|
|
497
497
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
498
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
498
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle">;
|
|
499
499
|
$attrs: {
|
|
500
500
|
[x: string]: unknown;
|
|
501
501
|
};
|
|
@@ -784,7 +784,7 @@ declare function __VLS_template(): {
|
|
|
784
784
|
hidden: BooleanConstructor;
|
|
785
785
|
noStyle: BooleanConstructor;
|
|
786
786
|
tooltip: StringConstructor;
|
|
787
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
787
|
+
}>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
|
|
788
788
|
};
|
|
789
789
|
rootEl: any;
|
|
790
790
|
};
|
|
@@ -796,10 +796,10 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
796
796
|
resetField: () => void;
|
|
797
797
|
getFieldValue: (shouldFormat?: boolean) => any;
|
|
798
798
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemProps> & Readonly<{}>, {
|
|
799
|
-
hasFeedback: boolean;
|
|
800
799
|
colon: boolean;
|
|
801
|
-
autoLink: boolean;
|
|
802
800
|
required: boolean;
|
|
801
|
+
hasFeedback: boolean;
|
|
802
|
+
autoLink: boolean;
|
|
803
803
|
validateFirst: boolean;
|
|
804
804
|
bordered: boolean;
|
|
805
805
|
valuePropName: string;
|
|
@@ -823,9 +823,6 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
823
823
|
readonly label?: any;
|
|
824
824
|
readonly help?: any;
|
|
825
825
|
readonly tooltip?: string | undefined;
|
|
826
|
-
readonly prefixCls?: string | undefined;
|
|
827
|
-
readonly htmlFor?: string | undefined;
|
|
828
|
-
readonly extra?: any;
|
|
829
826
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
830
827
|
span: (StringConstructor | NumberConstructor)[];
|
|
831
828
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -894,15 +891,18 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
894
891
|
}>> & HTMLAttributes) | undefined;
|
|
895
892
|
readonly colon?: boolean | undefined;
|
|
896
893
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
897
|
-
readonly
|
|
898
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
894
|
+
readonly prefixCls?: string | undefined;
|
|
899
895
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
896
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
897
|
+
readonly validateTrigger?: string | string[] | undefined;
|
|
900
898
|
readonly required?: boolean | undefined;
|
|
899
|
+
readonly htmlFor?: string | undefined;
|
|
900
|
+
readonly extra?: any;
|
|
901
|
+
readonly prop?: string | number | (string | number)[] | undefined;
|
|
901
902
|
readonly validateFirst?: boolean | undefined;
|
|
902
903
|
readonly validateStatus?: string | undefined;
|
|
903
|
-
readonly validateTrigger?: string | string[] | undefined;
|
|
904
904
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
905
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
905
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle">;
|
|
906
906
|
$attrs: {
|
|
907
907
|
[x: string]: unknown;
|
|
908
908
|
};
|
|
@@ -1191,7 +1191,7 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1191
1191
|
hidden: BooleanConstructor;
|
|
1192
1192
|
noStyle: BooleanConstructor;
|
|
1193
1193
|
tooltip: StringConstructor;
|
|
1194
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
1194
|
+
}>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any> & {} & ComponentCustomProperties & {} & {
|
|
1195
1195
|
$: ComponentInternalInstance;
|
|
1196
1196
|
$data: {};
|
|
1197
1197
|
$props: Partial<{
|
|
@@ -1210,9 +1210,6 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1210
1210
|
readonly label?: any;
|
|
1211
1211
|
readonly help?: any;
|
|
1212
1212
|
readonly tooltip?: string | undefined;
|
|
1213
|
-
readonly prefixCls?: string | undefined;
|
|
1214
|
-
readonly htmlFor?: string | undefined;
|
|
1215
|
-
readonly extra?: any;
|
|
1216
1213
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
1217
1214
|
span: (StringConstructor | NumberConstructor)[];
|
|
1218
1215
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -1281,15 +1278,18 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1281
1278
|
}>> & HTMLAttributes) | undefined;
|
|
1282
1279
|
readonly colon?: boolean | undefined;
|
|
1283
1280
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
1284
|
-
readonly
|
|
1285
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
1281
|
+
readonly prefixCls?: string | undefined;
|
|
1286
1282
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
1283
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
1284
|
+
readonly validateTrigger?: string | string[] | undefined;
|
|
1287
1285
|
readonly required?: boolean | undefined;
|
|
1286
|
+
readonly htmlFor?: string | undefined;
|
|
1287
|
+
readonly extra?: any;
|
|
1288
|
+
readonly prop?: string | number | (string | number)[] | undefined;
|
|
1288
1289
|
readonly validateFirst?: boolean | undefined;
|
|
1289
1290
|
readonly validateStatus?: string | undefined;
|
|
1290
|
-
readonly validateTrigger?: string | string[] | undefined;
|
|
1291
1291
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
1292
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
1292
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle">;
|
|
1293
1293
|
$attrs: {
|
|
1294
1294
|
[x: string]: unknown;
|
|
1295
1295
|
};
|
|
@@ -1578,7 +1578,7 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1578
1578
|
hidden: BooleanConstructor;
|
|
1579
1579
|
noStyle: BooleanConstructor;
|
|
1580
1580
|
tooltip: StringConstructor;
|
|
1581
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
1581
|
+
}>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
|
|
1582
1582
|
}, any>;
|
|
1583
1583
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1584
1584
|
export default _default;
|
|
@@ -12,10 +12,10 @@ declare function __VLS_template(): {
|
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
13
|
declare const __VLS_component: DefineComponent<ApFormItemCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemCheckboxProps> & Readonly<{}>, {
|
|
14
14
|
disabled: boolean;
|
|
15
|
-
hasFeedback: boolean;
|
|
16
15
|
colon: boolean;
|
|
17
|
-
autoLink: boolean;
|
|
18
16
|
required: boolean;
|
|
17
|
+
hasFeedback: boolean;
|
|
18
|
+
autoLink: boolean;
|
|
19
19
|
validateFirst: boolean;
|
|
20
20
|
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
21
21
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -35,10 +35,10 @@ declare function __VLS_template(): {
|
|
|
35
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
36
|
declare const __VLS_component: DefineComponent<ApFormItemDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateProps> & Readonly<{}>, {
|
|
37
37
|
disabled: boolean;
|
|
38
|
-
hasFeedback: boolean;
|
|
39
38
|
colon: boolean;
|
|
40
|
-
autoLink: boolean;
|
|
41
39
|
required: boolean;
|
|
40
|
+
hasFeedback: boolean;
|
|
41
|
+
autoLink: boolean;
|
|
42
42
|
validateFirst: boolean;
|
|
43
43
|
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
44
44
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,10 +33,10 @@ declare function __VLS_template(): {
|
|
|
33
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
34
|
declare const __VLS_component: DefineComponent<ApFormItemDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateRangeProps> & Readonly<{}>, {
|
|
35
35
|
disabled: boolean;
|
|
36
|
-
hasFeedback: boolean;
|
|
37
36
|
colon: boolean;
|
|
38
|
-
autoLink: boolean;
|
|
39
37
|
required: boolean;
|
|
38
|
+
hasFeedback: boolean;
|
|
39
|
+
autoLink: boolean;
|
|
40
40
|
validateFirst: boolean;
|
|
41
41
|
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
42
42
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -514,10 +514,10 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
|
514
514
|
blur: () => void;
|
|
515
515
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemNumberProps> & Readonly<{}>, {
|
|
516
516
|
disabled: boolean;
|
|
517
|
-
hasFeedback: boolean;
|
|
518
517
|
colon: boolean;
|
|
519
|
-
autoLink: boolean;
|
|
520
518
|
required: boolean;
|
|
519
|
+
hasFeedback: boolean;
|
|
520
|
+
autoLink: boolean;
|
|
521
521
|
validateFirst: boolean;
|
|
522
522
|
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
523
523
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -146,10 +146,10 @@ declare const __VLS_component: DefineComponent<ApFormItemRadioProps, {
|
|
|
146
146
|
blur: () => void;
|
|
147
147
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemRadioProps> & Readonly<{}>, {
|
|
148
148
|
disabled: boolean;
|
|
149
|
-
hasFeedback: boolean;
|
|
150
149
|
colon: boolean;
|
|
151
|
-
autoLink: boolean;
|
|
152
150
|
required: boolean;
|
|
151
|
+
hasFeedback: boolean;
|
|
152
|
+
autoLink: boolean;
|
|
153
153
|
validateFirst: boolean;
|
|
154
154
|
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
155
155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -684,10 +684,10 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
684
684
|
request: () => void;
|
|
685
685
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSelectProps> & Readonly<{}>, {
|
|
686
686
|
disabled: boolean;
|
|
687
|
-
hasFeedback: boolean;
|
|
688
687
|
colon: boolean;
|
|
689
|
-
autoLink: boolean;
|
|
690
688
|
required: boolean;
|
|
689
|
+
hasFeedback: boolean;
|
|
690
|
+
autoLink: boolean;
|
|
691
691
|
validateFirst: boolean;
|
|
692
692
|
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
693
693
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -19,10 +19,10 @@ declare function __VLS_template(): {
|
|
|
19
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
20
|
declare const __VLS_component: DefineComponent<ApFormItemSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSwitchProps> & Readonly<{}>, {
|
|
21
21
|
disabled: boolean;
|
|
22
|
-
hasFeedback: boolean;
|
|
23
22
|
colon: boolean;
|
|
24
|
-
autoLink: boolean;
|
|
25
23
|
required: boolean;
|
|
24
|
+
hasFeedback: boolean;
|
|
25
|
+
autoLink: boolean;
|
|
26
26
|
validateFirst: boolean;
|
|
27
27
|
valuePropName: string;
|
|
28
28
|
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
@@ -30,7 +30,7 @@ declare function __VLS_template(): {
|
|
|
30
30
|
readonly mode?: FieldMode | undefined;
|
|
31
31
|
readonly class?: unknown;
|
|
32
32
|
readonly style?: unknown;
|
|
33
|
-
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
33
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password" | undefined;
|
|
34
34
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
35
35
|
readonly lazy?: boolean | undefined;
|
|
36
36
|
readonly size?: ButtonSize;
|
|
@@ -103,7 +103,7 @@ declare function __VLS_template(): {
|
|
|
103
103
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
104
104
|
"update:value": (...args: any[]) => void;
|
|
105
105
|
}, string, {
|
|
106
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
106
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
107
107
|
mode: FieldMode;
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
bordered: boolean;
|
|
@@ -131,7 +131,7 @@ declare function __VLS_template(): {
|
|
|
131
131
|
$nextTick: nextTick;
|
|
132
132
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
133
133
|
} & Readonly<{
|
|
134
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
134
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
135
135
|
mode: FieldMode;
|
|
136
136
|
disabled: boolean;
|
|
137
137
|
bordered: boolean;
|
|
@@ -173,10 +173,10 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
173
173
|
select: () => void;
|
|
174
174
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextProps> & Readonly<{}>, {
|
|
175
175
|
disabled: boolean;
|
|
176
|
-
hasFeedback: boolean;
|
|
177
176
|
colon: boolean;
|
|
178
|
-
autoLink: boolean;
|
|
179
177
|
required: boolean;
|
|
178
|
+
hasFeedback: boolean;
|
|
179
|
+
autoLink: boolean;
|
|
180
180
|
validateFirst: boolean;
|
|
181
181
|
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
182
182
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -187,7 +187,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
187
187
|
readonly mode?: FieldMode | undefined;
|
|
188
188
|
readonly class?: unknown;
|
|
189
189
|
readonly style?: unknown;
|
|
190
|
-
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
190
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password" | undefined;
|
|
191
191
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
192
192
|
readonly lazy?: boolean | undefined;
|
|
193
193
|
readonly size?: ButtonSize;
|
|
@@ -260,7 +260,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
260
260
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
261
261
|
"update:value": (...args: any[]) => void;
|
|
262
262
|
}, string, {
|
|
263
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
263
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
264
264
|
mode: FieldMode;
|
|
265
265
|
disabled: boolean;
|
|
266
266
|
bordered: boolean;
|
|
@@ -288,7 +288,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
288
288
|
$nextTick: nextTick;
|
|
289
289
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
290
290
|
} & Readonly<{
|
|
291
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
291
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
292
292
|
mode: FieldMode;
|
|
293
293
|
disabled: boolean;
|
|
294
294
|
bordered: boolean;
|
|
@@ -31,7 +31,7 @@ declare function __VLS_template(): {
|
|
|
31
31
|
readonly mode?: FieldMode | undefined;
|
|
32
32
|
readonly class?: unknown;
|
|
33
33
|
readonly style?: unknown;
|
|
34
|
-
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
34
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password" | undefined;
|
|
35
35
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
36
36
|
readonly lazy?: boolean | undefined;
|
|
37
37
|
readonly size?: ButtonSize;
|
|
@@ -107,7 +107,7 @@ declare function __VLS_template(): {
|
|
|
107
107
|
"update:value": (...args: any[]) => void;
|
|
108
108
|
"update:visible": (...args: any[]) => void;
|
|
109
109
|
}, string, {
|
|
110
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
110
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
111
111
|
mode: FieldMode;
|
|
112
112
|
visible: boolean;
|
|
113
113
|
disabled: boolean;
|
|
@@ -138,7 +138,7 @@ declare function __VLS_template(): {
|
|
|
138
138
|
$nextTick: nextTick;
|
|
139
139
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
140
140
|
} & Readonly<{
|
|
141
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
141
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
142
142
|
mode: FieldMode;
|
|
143
143
|
visible: boolean;
|
|
144
144
|
disabled: boolean;
|
|
@@ -180,10 +180,10 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
180
180
|
blur: () => void;
|
|
181
181
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextPasswordProps> & Readonly<{}>, {
|
|
182
182
|
disabled: boolean;
|
|
183
|
-
hasFeedback: boolean;
|
|
184
183
|
colon: boolean;
|
|
185
|
-
autoLink: boolean;
|
|
186
184
|
required: boolean;
|
|
185
|
+
hasFeedback: boolean;
|
|
186
|
+
autoLink: boolean;
|
|
187
187
|
validateFirst: boolean;
|
|
188
188
|
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
189
189
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -194,7 +194,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
194
194
|
readonly mode?: FieldMode | undefined;
|
|
195
195
|
readonly class?: unknown;
|
|
196
196
|
readonly style?: unknown;
|
|
197
|
-
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
197
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password" | undefined;
|
|
198
198
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
199
199
|
readonly lazy?: boolean | undefined;
|
|
200
200
|
readonly size?: ButtonSize;
|
|
@@ -270,7 +270,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
270
270
|
"update:value": (...args: any[]) => void;
|
|
271
271
|
"update:visible": (...args: any[]) => void;
|
|
272
272
|
}, string, {
|
|
273
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
273
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
274
274
|
mode: FieldMode;
|
|
275
275
|
visible: boolean;
|
|
276
276
|
disabled: boolean;
|
|
@@ -301,7 +301,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
301
301
|
$nextTick: nextTick;
|
|
302
302
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
303
303
|
} & Readonly<{
|
|
304
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
304
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
305
305
|
mode: FieldMode;
|
|
306
306
|
visible: boolean;
|
|
307
307
|
disabled: boolean;
|
|
@@ -23,7 +23,7 @@ declare function __VLS_template(): {
|
|
|
23
23
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
24
24
|
"update:value": (...args: any[]) => void;
|
|
25
25
|
}, PublicProps, {
|
|
26
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
26
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
27
27
|
mode: FieldMode;
|
|
28
28
|
disabled: boolean;
|
|
29
29
|
bordered: boolean;
|
|
@@ -313,7 +313,7 @@ declare function __VLS_template(): {
|
|
|
313
313
|
blur: () => void;
|
|
314
314
|
resizableTextArea: any;
|
|
315
315
|
}, {}, {}, {}, {
|
|
316
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
316
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
317
317
|
mode: FieldMode;
|
|
318
318
|
disabled: boolean;
|
|
319
319
|
bordered: boolean;
|
|
@@ -331,10 +331,10 @@ declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
|
331
331
|
resizableTextArea: any;
|
|
332
332
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextAreaProps> & Readonly<{}>, {
|
|
333
333
|
disabled: boolean;
|
|
334
|
-
hasFeedback: boolean;
|
|
335
334
|
colon: boolean;
|
|
336
|
-
autoLink: boolean;
|
|
337
335
|
required: boolean;
|
|
336
|
+
hasFeedback: boolean;
|
|
337
|
+
autoLink: boolean;
|
|
338
338
|
validateFirst: boolean;
|
|
339
339
|
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
340
340
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -347,7 +347,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
|
347
347
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
348
348
|
"update:value": (...args: any[]) => void;
|
|
349
349
|
}, PublicProps, {
|
|
350
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
350
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
351
351
|
mode: FieldMode;
|
|
352
352
|
disabled: boolean;
|
|
353
353
|
bordered: boolean;
|
|
@@ -637,7 +637,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
|
637
637
|
blur: () => void;
|
|
638
638
|
resizableTextArea: any;
|
|
639
639
|
}, {}, {}, {}, {
|
|
640
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
640
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
641
641
|
mode: FieldMode;
|
|
642
642
|
disabled: boolean;
|
|
643
643
|
bordered: boolean;
|
|
@@ -828,10 +828,10 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
|
|
|
828
828
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
829
829
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTreeSelectProps> & Readonly<{}>, {
|
|
830
830
|
disabled: boolean;
|
|
831
|
-
hasFeedback: boolean;
|
|
832
831
|
colon: boolean;
|
|
833
|
-
autoLink: boolean;
|
|
834
832
|
required: boolean;
|
|
833
|
+
hasFeedback: boolean;
|
|
834
|
+
autoLink: boolean;
|
|
835
835
|
validateFirst: boolean;
|
|
836
836
|
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
837
837
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|