@aplus-frontend/ui 6.35.2 → 6.36.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/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/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/ap-attachment/ap-attachment.css +8 -4
- package/theme/ap-attachment/ap-attachment.less +8 -4
- 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/index.css +14 -4
|
@@ -35,10 +35,10 @@ export declare const apTableFormItemMap: {
|
|
|
35
35
|
date: {
|
|
36
36
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemDateProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
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
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
@@ -50,10 +50,10 @@ export declare const apTableFormItemMap: {
|
|
|
50
50
|
Defaults: {};
|
|
51
51
|
}, Readonly< ApFormItemDateProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
52
52
|
disabled: boolean;
|
|
53
|
-
hasFeedback: boolean;
|
|
54
53
|
colon: boolean;
|
|
55
|
-
autoLink: boolean;
|
|
56
54
|
required: boolean;
|
|
55
|
+
hasFeedback: boolean;
|
|
56
|
+
autoLink: boolean;
|
|
57
57
|
validateFirst: boolean;
|
|
58
58
|
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
59
59
|
}>;
|
|
@@ -62,10 +62,10 @@ export declare const apTableFormItemMap: {
|
|
|
62
62
|
__isSuspense?: never;
|
|
63
63
|
} & ComponentOptionsBase<Readonly< ApFormItemDateProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
64
64
|
disabled: boolean;
|
|
65
|
-
hasFeedback: boolean;
|
|
66
65
|
colon: boolean;
|
|
67
|
-
autoLink: boolean;
|
|
68
66
|
required: boolean;
|
|
67
|
+
hasFeedback: boolean;
|
|
68
|
+
autoLink: boolean;
|
|
69
69
|
validateFirst: boolean;
|
|
70
70
|
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
71
71
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -98,10 +98,10 @@ export declare const apTableFormItemMap: {
|
|
|
98
98
|
dateRange: {
|
|
99
99
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemDateRangeProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
hasFeedback: boolean;
|
|
102
101
|
colon: boolean;
|
|
103
|
-
autoLink: boolean;
|
|
104
102
|
required: boolean;
|
|
103
|
+
hasFeedback: boolean;
|
|
104
|
+
autoLink: boolean;
|
|
105
105
|
validateFirst: boolean;
|
|
106
106
|
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
107
107
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
@@ -113,10 +113,10 @@ export declare const apTableFormItemMap: {
|
|
|
113
113
|
Defaults: {};
|
|
114
114
|
}, Readonly< ApFormItemDateRangeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
115
115
|
disabled: boolean;
|
|
116
|
-
hasFeedback: boolean;
|
|
117
116
|
colon: boolean;
|
|
118
|
-
autoLink: boolean;
|
|
119
117
|
required: boolean;
|
|
118
|
+
hasFeedback: boolean;
|
|
119
|
+
autoLink: boolean;
|
|
120
120
|
validateFirst: boolean;
|
|
121
121
|
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
122
122
|
}>;
|
|
@@ -125,10 +125,10 @@ export declare const apTableFormItemMap: {
|
|
|
125
125
|
__isSuspense?: never;
|
|
126
126
|
} & ComponentOptionsBase<Readonly< ApFormItemDateRangeProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
127
127
|
disabled: boolean;
|
|
128
|
-
hasFeedback: boolean;
|
|
129
128
|
colon: boolean;
|
|
130
|
-
autoLink: boolean;
|
|
131
129
|
required: boolean;
|
|
130
|
+
hasFeedback: boolean;
|
|
131
|
+
autoLink: boolean;
|
|
132
132
|
validateFirst: boolean;
|
|
133
133
|
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
134
134
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -162,10 +162,10 @@ export declare const apTableFormItemMap: {
|
|
|
162
162
|
blur: () => void;
|
|
163
163
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
164
164
|
disabled: boolean;
|
|
165
|
-
hasFeedback: boolean;
|
|
166
165
|
colon: boolean;
|
|
167
|
-
autoLink: boolean;
|
|
168
166
|
required: boolean;
|
|
167
|
+
hasFeedback: boolean;
|
|
168
|
+
autoLink: boolean;
|
|
169
169
|
validateFirst: boolean;
|
|
170
170
|
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
171
171
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -660,10 +660,10 @@ export declare const apTableFormItemMap: {
|
|
|
660
660
|
blur: () => void;
|
|
661
661
|
}, {}, {}, {}, {
|
|
662
662
|
disabled: boolean;
|
|
663
|
-
hasFeedback: boolean;
|
|
664
663
|
colon: boolean;
|
|
665
|
-
autoLink: boolean;
|
|
666
664
|
required: boolean;
|
|
665
|
+
hasFeedback: boolean;
|
|
666
|
+
autoLink: boolean;
|
|
667
667
|
validateFirst: boolean;
|
|
668
668
|
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
669
669
|
}>;
|
|
@@ -675,10 +675,10 @@ export declare const apTableFormItemMap: {
|
|
|
675
675
|
blur: () => void;
|
|
676
676
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
677
677
|
disabled: boolean;
|
|
678
|
-
hasFeedback: boolean;
|
|
679
678
|
colon: boolean;
|
|
680
|
-
autoLink: boolean;
|
|
681
679
|
required: boolean;
|
|
680
|
+
hasFeedback: boolean;
|
|
681
|
+
autoLink: boolean;
|
|
682
682
|
validateFirst: boolean;
|
|
683
683
|
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
684
684
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -704,10 +704,10 @@ export declare const apTableFormItemMap: {
|
|
|
704
704
|
blur: () => void;
|
|
705
705
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
706
706
|
disabled: boolean;
|
|
707
|
-
hasFeedback: boolean;
|
|
708
707
|
colon: boolean;
|
|
709
|
-
autoLink: boolean;
|
|
710
708
|
required: boolean;
|
|
709
|
+
hasFeedback: boolean;
|
|
710
|
+
autoLink: boolean;
|
|
711
711
|
validateFirst: boolean;
|
|
712
712
|
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
713
713
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -848,10 +848,10 @@ export declare const apTableFormItemMap: {
|
|
|
848
848
|
blur: () => void;
|
|
849
849
|
}, {}, {}, {}, {
|
|
850
850
|
disabled: boolean;
|
|
851
|
-
hasFeedback: boolean;
|
|
852
851
|
colon: boolean;
|
|
853
|
-
autoLink: boolean;
|
|
854
852
|
required: boolean;
|
|
853
|
+
hasFeedback: boolean;
|
|
854
|
+
autoLink: boolean;
|
|
855
855
|
validateFirst: boolean;
|
|
856
856
|
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
857
857
|
}>;
|
|
@@ -863,10 +863,10 @@ export declare const apTableFormItemMap: {
|
|
|
863
863
|
blur: () => void;
|
|
864
864
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
865
865
|
disabled: boolean;
|
|
866
|
-
hasFeedback: boolean;
|
|
867
866
|
colon: boolean;
|
|
868
|
-
autoLink: boolean;
|
|
869
867
|
required: boolean;
|
|
868
|
+
hasFeedback: boolean;
|
|
869
|
+
autoLink: boolean;
|
|
870
870
|
validateFirst: boolean;
|
|
871
871
|
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
872
872
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -887,10 +887,10 @@ export declare const apTableFormItemMap: {
|
|
|
887
887
|
request: () => void;
|
|
888
888
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
889
889
|
disabled: boolean;
|
|
890
|
-
hasFeedback: boolean;
|
|
891
890
|
colon: boolean;
|
|
892
|
-
autoLink: boolean;
|
|
893
891
|
required: boolean;
|
|
892
|
+
hasFeedback: boolean;
|
|
893
|
+
autoLink: boolean;
|
|
894
894
|
validateFirst: boolean;
|
|
895
895
|
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
896
896
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -1539,10 +1539,10 @@ export declare const apTableFormItemMap: {
|
|
|
1539
1539
|
request: () => void;
|
|
1540
1540
|
}, {}, {}, {}, {
|
|
1541
1541
|
disabled: boolean;
|
|
1542
|
-
hasFeedback: boolean;
|
|
1543
1542
|
colon: boolean;
|
|
1544
|
-
autoLink: boolean;
|
|
1545
1543
|
required: boolean;
|
|
1544
|
+
hasFeedback: boolean;
|
|
1545
|
+
autoLink: boolean;
|
|
1546
1546
|
validateFirst: boolean;
|
|
1547
1547
|
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
1548
1548
|
}>;
|
|
@@ -1555,10 +1555,10 @@ export declare const apTableFormItemMap: {
|
|
|
1555
1555
|
request: () => void;
|
|
1556
1556
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1557
1557
|
disabled: boolean;
|
|
1558
|
-
hasFeedback: boolean;
|
|
1559
1558
|
colon: boolean;
|
|
1560
|
-
autoLink: boolean;
|
|
1561
1559
|
required: boolean;
|
|
1560
|
+
hasFeedback: boolean;
|
|
1561
|
+
autoLink: boolean;
|
|
1562
1562
|
validateFirst: boolean;
|
|
1563
1563
|
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
1564
1564
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -1593,10 +1593,10 @@ export declare const apTableFormItemMap: {
|
|
|
1593
1593
|
switch: {
|
|
1594
1594
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemSwitchProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1595
1595
|
disabled: boolean;
|
|
1596
|
-
hasFeedback: boolean;
|
|
1597
1596
|
colon: boolean;
|
|
1598
|
-
autoLink: boolean;
|
|
1599
1597
|
required: boolean;
|
|
1598
|
+
hasFeedback: boolean;
|
|
1599
|
+
autoLink: boolean;
|
|
1600
1600
|
validateFirst: boolean;
|
|
1601
1601
|
valuePropName: string;
|
|
1602
1602
|
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
@@ -1609,10 +1609,10 @@ export declare const apTableFormItemMap: {
|
|
|
1609
1609
|
Defaults: {};
|
|
1610
1610
|
}, Readonly< ApFormItemSwitchProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1611
1611
|
disabled: boolean;
|
|
1612
|
-
hasFeedback: boolean;
|
|
1613
1612
|
colon: boolean;
|
|
1614
|
-
autoLink: boolean;
|
|
1615
1613
|
required: boolean;
|
|
1614
|
+
hasFeedback: boolean;
|
|
1615
|
+
autoLink: boolean;
|
|
1616
1616
|
validateFirst: boolean;
|
|
1617
1617
|
valuePropName: string;
|
|
1618
1618
|
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
@@ -1622,10 +1622,10 @@ export declare const apTableFormItemMap: {
|
|
|
1622
1622
|
__isSuspense?: never;
|
|
1623
1623
|
} & ComponentOptionsBase<Readonly< ApFormItemSwitchProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1624
1624
|
disabled: boolean;
|
|
1625
|
-
hasFeedback: boolean;
|
|
1626
1625
|
colon: boolean;
|
|
1627
|
-
autoLink: boolean;
|
|
1628
1626
|
required: boolean;
|
|
1627
|
+
hasFeedback: boolean;
|
|
1628
|
+
autoLink: boolean;
|
|
1629
1629
|
validateFirst: boolean;
|
|
1630
1630
|
valuePropName: string;
|
|
1631
1631
|
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
@@ -1649,10 +1649,10 @@ export declare const apTableFormItemMap: {
|
|
|
1649
1649
|
select: () => void;
|
|
1650
1650
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1651
1651
|
disabled: boolean;
|
|
1652
|
-
hasFeedback: boolean;
|
|
1653
1652
|
colon: boolean;
|
|
1654
|
-
autoLink: boolean;
|
|
1655
1653
|
required: boolean;
|
|
1654
|
+
hasFeedback: boolean;
|
|
1655
|
+
autoLink: boolean;
|
|
1656
1656
|
validateFirst: boolean;
|
|
1657
1657
|
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
1658
1658
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -1663,7 +1663,7 @@ export declare const apTableFormItemMap: {
|
|
|
1663
1663
|
readonly mode?: FieldMode | undefined;
|
|
1664
1664
|
readonly class?: unknown;
|
|
1665
1665
|
readonly style?: unknown;
|
|
1666
|
-
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
1666
|
+
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;
|
|
1667
1667
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
1668
1668
|
readonly lazy?: boolean | undefined;
|
|
1669
1669
|
readonly size?: ButtonSize;
|
|
@@ -1736,7 +1736,7 @@ export declare const apTableFormItemMap: {
|
|
|
1736
1736
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1737
1737
|
"update:value": (...args: any[]) => void;
|
|
1738
1738
|
}, string, {
|
|
1739
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
1739
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
1740
1740
|
mode: FieldMode;
|
|
1741
1741
|
disabled: boolean;
|
|
1742
1742
|
bordered: boolean;
|
|
@@ -1764,7 +1764,7 @@ export declare const apTableFormItemMap: {
|
|
|
1764
1764
|
$nextTick: nextTick;
|
|
1765
1765
|
$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;
|
|
1766
1766
|
} & Readonly<{
|
|
1767
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
1767
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
1768
1768
|
mode: FieldMode;
|
|
1769
1769
|
disabled: boolean;
|
|
1770
1770
|
bordered: boolean;
|
|
@@ -1809,10 +1809,10 @@ export declare const apTableFormItemMap: {
|
|
|
1809
1809
|
select: () => void;
|
|
1810
1810
|
}, {}, {}, {}, {
|
|
1811
1811
|
disabled: boolean;
|
|
1812
|
-
hasFeedback: boolean;
|
|
1813
1812
|
colon: boolean;
|
|
1814
|
-
autoLink: boolean;
|
|
1815
1813
|
required: boolean;
|
|
1814
|
+
hasFeedback: boolean;
|
|
1815
|
+
autoLink: boolean;
|
|
1816
1816
|
validateFirst: boolean;
|
|
1817
1817
|
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
1818
1818
|
}>;
|
|
@@ -1827,10 +1827,10 @@ export declare const apTableFormItemMap: {
|
|
|
1827
1827
|
select: () => void;
|
|
1828
1828
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1829
1829
|
disabled: boolean;
|
|
1830
|
-
hasFeedback: boolean;
|
|
1831
1830
|
colon: boolean;
|
|
1832
|
-
autoLink: boolean;
|
|
1833
1831
|
required: boolean;
|
|
1832
|
+
hasFeedback: boolean;
|
|
1833
|
+
autoLink: boolean;
|
|
1834
1834
|
validateFirst: boolean;
|
|
1835
1835
|
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
1836
1836
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -1858,10 +1858,10 @@ export declare const apTableFormItemMap: {
|
|
|
1858
1858
|
resizableTextArea: any;
|
|
1859
1859
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1860
1860
|
disabled: boolean;
|
|
1861
|
-
hasFeedback: boolean;
|
|
1862
1861
|
colon: boolean;
|
|
1863
|
-
autoLink: boolean;
|
|
1864
1862
|
required: boolean;
|
|
1863
|
+
hasFeedback: boolean;
|
|
1864
|
+
autoLink: boolean;
|
|
1865
1865
|
validateFirst: boolean;
|
|
1866
1866
|
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
1867
1867
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -1874,7 +1874,7 @@ export declare const apTableFormItemMap: {
|
|
|
1874
1874
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1875
1875
|
"update:value": (...args: any[]) => void;
|
|
1876
1876
|
}, PublicProps, {
|
|
1877
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
1877
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
1878
1878
|
mode: FieldMode;
|
|
1879
1879
|
disabled: boolean;
|
|
1880
1880
|
bordered: boolean;
|
|
@@ -2164,7 +2164,7 @@ export declare const apTableFormItemMap: {
|
|
|
2164
2164
|
blur: () => void;
|
|
2165
2165
|
resizableTextArea: any;
|
|
2166
2166
|
}, {}, {}, {}, {
|
|
2167
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
2167
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
2168
2168
|
mode: FieldMode;
|
|
2169
2169
|
disabled: boolean;
|
|
2170
2170
|
bordered: boolean;
|
|
@@ -2185,10 +2185,10 @@ export declare const apTableFormItemMap: {
|
|
|
2185
2185
|
resizableTextArea: any;
|
|
2186
2186
|
}, {}, {}, {}, {
|
|
2187
2187
|
disabled: boolean;
|
|
2188
|
-
hasFeedback: boolean;
|
|
2189
2188
|
colon: boolean;
|
|
2190
|
-
autoLink: boolean;
|
|
2191
2189
|
required: boolean;
|
|
2190
|
+
hasFeedback: boolean;
|
|
2191
|
+
autoLink: boolean;
|
|
2192
2192
|
validateFirst: boolean;
|
|
2193
2193
|
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
2194
2194
|
}>;
|
|
@@ -2201,10 +2201,10 @@ export declare const apTableFormItemMap: {
|
|
|
2201
2201
|
resizableTextArea: any;
|
|
2202
2202
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2203
2203
|
disabled: boolean;
|
|
2204
|
-
hasFeedback: boolean;
|
|
2205
2204
|
colon: boolean;
|
|
2206
|
-
autoLink: boolean;
|
|
2207
2205
|
required: boolean;
|
|
2206
|
+
hasFeedback: boolean;
|
|
2207
|
+
autoLink: boolean;
|
|
2208
2208
|
validateFirst: boolean;
|
|
2209
2209
|
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
2210
2210
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -2221,10 +2221,10 @@ export declare const apTableFormItemMap: {
|
|
|
2221
2221
|
checkbox: {
|
|
2222
2222
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2223
2223
|
disabled: boolean;
|
|
2224
|
-
hasFeedback: boolean;
|
|
2225
2224
|
colon: boolean;
|
|
2226
|
-
autoLink: boolean;
|
|
2227
2225
|
required: boolean;
|
|
2226
|
+
hasFeedback: boolean;
|
|
2227
|
+
autoLink: boolean;
|
|
2228
2228
|
validateFirst: boolean;
|
|
2229
2229
|
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2230
2230
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
@@ -2236,10 +2236,10 @@ export declare const apTableFormItemMap: {
|
|
|
2236
2236
|
Defaults: {};
|
|
2237
2237
|
}, Readonly< ApFormItemCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2238
2238
|
disabled: boolean;
|
|
2239
|
-
hasFeedback: boolean;
|
|
2240
2239
|
colon: boolean;
|
|
2241
|
-
autoLink: boolean;
|
|
2242
2240
|
required: boolean;
|
|
2241
|
+
hasFeedback: boolean;
|
|
2242
|
+
autoLink: boolean;
|
|
2243
2243
|
validateFirst: boolean;
|
|
2244
2244
|
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2245
2245
|
}>;
|
|
@@ -2248,10 +2248,10 @@ export declare const apTableFormItemMap: {
|
|
|
2248
2248
|
__isSuspense?: never;
|
|
2249
2249
|
} & ComponentOptionsBase<Readonly< ApFormItemCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2250
2250
|
disabled: boolean;
|
|
2251
|
-
hasFeedback: boolean;
|
|
2252
2251
|
colon: boolean;
|
|
2253
|
-
autoLink: boolean;
|
|
2254
2252
|
required: boolean;
|
|
2253
|
+
hasFeedback: boolean;
|
|
2254
|
+
autoLink: boolean;
|
|
2255
2255
|
validateFirst: boolean;
|
|
2256
2256
|
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2257
2257
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -2271,10 +2271,10 @@ export declare const apTableFormItemMap: {
|
|
|
2271
2271
|
blur: () => void;
|
|
2272
2272
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2273
2273
|
disabled: boolean;
|
|
2274
|
-
hasFeedback: boolean;
|
|
2275
2274
|
colon: boolean;
|
|
2276
|
-
autoLink: boolean;
|
|
2277
2275
|
required: boolean;
|
|
2276
|
+
hasFeedback: boolean;
|
|
2277
|
+
autoLink: boolean;
|
|
2278
2278
|
validateFirst: boolean;
|
|
2279
2279
|
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
2280
2280
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -2285,7 +2285,7 @@ export declare const apTableFormItemMap: {
|
|
|
2285
2285
|
readonly mode?: FieldMode | undefined;
|
|
2286
2286
|
readonly class?: unknown;
|
|
2287
2287
|
readonly style?: unknown;
|
|
2288
|
-
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
2288
|
+
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;
|
|
2289
2289
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
2290
2290
|
readonly lazy?: boolean | undefined;
|
|
2291
2291
|
readonly size?: ButtonSize;
|
|
@@ -2361,7 +2361,7 @@ export declare const apTableFormItemMap: {
|
|
|
2361
2361
|
"update:value": (...args: any[]) => void;
|
|
2362
2362
|
"update:visible": (...args: any[]) => void;
|
|
2363
2363
|
}, string, {
|
|
2364
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
2364
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
2365
2365
|
mode: FieldMode;
|
|
2366
2366
|
visible: boolean;
|
|
2367
2367
|
disabled: boolean;
|
|
@@ -2392,7 +2392,7 @@ export declare const apTableFormItemMap: {
|
|
|
2392
2392
|
$nextTick: nextTick;
|
|
2393
2393
|
$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;
|
|
2394
2394
|
} & Readonly<{
|
|
2395
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
2395
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
2396
2396
|
mode: FieldMode;
|
|
2397
2397
|
visible: boolean;
|
|
2398
2398
|
disabled: boolean;
|
|
@@ -2437,10 +2437,10 @@ export declare const apTableFormItemMap: {
|
|
|
2437
2437
|
blur: () => void;
|
|
2438
2438
|
}, {}, {}, {}, {
|
|
2439
2439
|
disabled: boolean;
|
|
2440
|
-
hasFeedback: boolean;
|
|
2441
2440
|
colon: boolean;
|
|
2442
|
-
autoLink: boolean;
|
|
2443
2441
|
required: boolean;
|
|
2442
|
+
hasFeedback: boolean;
|
|
2443
|
+
autoLink: boolean;
|
|
2444
2444
|
validateFirst: boolean;
|
|
2445
2445
|
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
2446
2446
|
}>;
|
|
@@ -2452,10 +2452,10 @@ export declare const apTableFormItemMap: {
|
|
|
2452
2452
|
blur: () => void;
|
|
2453
2453
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2454
2454
|
disabled: boolean;
|
|
2455
|
-
hasFeedback: boolean;
|
|
2456
2455
|
colon: boolean;
|
|
2457
|
-
autoLink: boolean;
|
|
2458
2456
|
required: boolean;
|
|
2457
|
+
hasFeedback: boolean;
|
|
2458
|
+
autoLink: boolean;
|
|
2459
2459
|
validateFirst: boolean;
|
|
2460
2460
|
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
2461
2461
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -2482,10 +2482,10 @@ export declare const apTableFormItemMap: {
|
|
|
2482
2482
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
2483
2483
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2484
2484
|
disabled: boolean;
|
|
2485
|
-
hasFeedback: boolean;
|
|
2486
2485
|
colon: boolean;
|
|
2487
|
-
autoLink: boolean;
|
|
2488
2486
|
required: boolean;
|
|
2487
|
+
hasFeedback: boolean;
|
|
2488
|
+
autoLink: boolean;
|
|
2489
2489
|
validateFirst: boolean;
|
|
2490
2490
|
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
2491
2491
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -3276,10 +3276,10 @@ export declare const apTableFormItemMap: {
|
|
|
3276
3276
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
3277
3277
|
}, {}, {}, {}, {
|
|
3278
3278
|
disabled: boolean;
|
|
3279
|
-
hasFeedback: boolean;
|
|
3280
3279
|
colon: boolean;
|
|
3281
|
-
autoLink: boolean;
|
|
3282
3280
|
required: boolean;
|
|
3281
|
+
hasFeedback: boolean;
|
|
3282
|
+
autoLink: boolean;
|
|
3283
3283
|
validateFirst: boolean;
|
|
3284
3284
|
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
3285
3285
|
}>;
|
|
@@ -3292,10 +3292,10 @@ export declare const apTableFormItemMap: {
|
|
|
3292
3292
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
3293
3293
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3294
3294
|
disabled: boolean;
|
|
3295
|
-
hasFeedback: boolean;
|
|
3296
3295
|
colon: boolean;
|
|
3297
|
-
autoLink: boolean;
|
|
3298
3296
|
required: boolean;
|
|
3297
|
+
hasFeedback: boolean;
|
|
3298
|
+
autoLink: boolean;
|
|
3299
3299
|
validateFirst: boolean;
|
|
3300
3300
|
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
3301
3301
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -3383,7 +3383,7 @@ export declare const apTableRenderItemMap: {
|
|
|
3383
3383
|
unCheckedValue: string | number | boolean;
|
|
3384
3384
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3385
3385
|
text: DefineComponent<ApFieldTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldTextProps> & Readonly<{}>, {
|
|
3386
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
3386
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
3387
3387
|
mode: FieldMode;
|
|
3388
3388
|
disabled: boolean;
|
|
3389
3389
|
bordered: boolean;
|
|
@@ -3392,7 +3392,7 @@ export declare const apTableRenderItemMap: {
|
|
|
3392
3392
|
allowClear: boolean;
|
|
3393
3393
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3394
3394
|
textArea: DefineComponent<ApFieldTextAreaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldTextAreaProps> & Readonly<{}>, {
|
|
3395
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
3395
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
3396
3396
|
mode: FieldMode;
|
|
3397
3397
|
disabled: boolean;
|
|
3398
3398
|
bordered: boolean;
|
|
@@ -3417,7 +3417,7 @@ export declare const apTableRenderItemMap: {
|
|
|
3417
3417
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3418
3418
|
status: DefineComponent<ApTableStatusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApTableStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3419
3419
|
password: DefineComponent<ApFieldTextPasswordProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldTextPasswordProps> & Readonly<{}>, {
|
|
3420
|
-
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "
|
|
3420
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
3421
3421
|
mode: FieldMode;
|
|
3422
3422
|
visible: boolean;
|
|
3423
3423
|
disabled: boolean;
|