@aplus-frontend/ui 0.1.42 → 0.1.44
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/hooks/use-default-placeholder.mjs +14 -14
- package/es/src/ap-table/ap-table.vue.mjs +102 -107
- package/es/src/ap-table/constants.d.ts +160 -160
- package/es/src/ap-table/utils.d.ts +162 -170
- package/es/src/ap-table/utils.mjs +69 -80
- package/es/src/check-card/group.vue.mjs +23 -22
- package/es/src/editable-table/hooks/use-get-columns.mjs +29 -34
- package/es/src/locale/lang/en.mjs +4 -0
- package/es/src/locale/lang/zh-cn.mjs +4 -0
- package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -1
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/constants.d.ts +160 -160
- package/lib/src/ap-table/utils.d.ts +162 -170
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/check-card/group.vue.js +1 -1
- package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +1 -1
|
@@ -92,6 +92,10 @@ export declare const apTableFormItemMap: {
|
|
|
92
92
|
placeholder: {
|
|
93
93
|
type: PropType<string>;
|
|
94
94
|
};
|
|
95
|
+
field: {
|
|
96
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
97
|
+
default: () => {};
|
|
98
|
+
};
|
|
95
99
|
xxl: {
|
|
96
100
|
type: PropType<string | number | ColSize>;
|
|
97
101
|
};
|
|
@@ -113,10 +117,6 @@ export declare const apTableFormItemMap: {
|
|
|
113
117
|
pull: {
|
|
114
118
|
type: PropType<string | number>;
|
|
115
119
|
};
|
|
116
|
-
field: {
|
|
117
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
118
|
-
default: () => {};
|
|
119
|
-
};
|
|
120
120
|
rules: {
|
|
121
121
|
type: PropType< RuleObject | RuleObject[]>;
|
|
122
122
|
};
|
|
@@ -290,6 +290,10 @@ export declare const apTableFormItemMap: {
|
|
|
290
290
|
placeholder: {
|
|
291
291
|
type: PropType<string>;
|
|
292
292
|
};
|
|
293
|
+
field: {
|
|
294
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
295
|
+
default: () => {};
|
|
296
|
+
};
|
|
293
297
|
xxl: {
|
|
294
298
|
type: PropType<string | number | ColSize>;
|
|
295
299
|
};
|
|
@@ -311,10 +315,6 @@ export declare const apTableFormItemMap: {
|
|
|
311
315
|
pull: {
|
|
312
316
|
type: PropType<string | number>;
|
|
313
317
|
};
|
|
314
|
-
field: {
|
|
315
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
316
|
-
default: () => {};
|
|
317
|
-
};
|
|
318
318
|
rules: {
|
|
319
319
|
type: PropType< RuleObject | RuleObject[]>;
|
|
320
320
|
};
|
|
@@ -503,6 +503,10 @@ export declare const apTableFormItemMap: {
|
|
|
503
503
|
placeholder: {
|
|
504
504
|
type: PropType<string>;
|
|
505
505
|
};
|
|
506
|
+
field: {
|
|
507
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
508
|
+
default: () => {};
|
|
509
|
+
};
|
|
506
510
|
xxl: {
|
|
507
511
|
type: PropType<string | number | ColSize>;
|
|
508
512
|
};
|
|
@@ -524,10 +528,6 @@ export declare const apTableFormItemMap: {
|
|
|
524
528
|
pull: {
|
|
525
529
|
type: PropType<string | number>;
|
|
526
530
|
};
|
|
527
|
-
field: {
|
|
528
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
529
|
-
default: () => {};
|
|
530
|
-
};
|
|
531
531
|
rules: {
|
|
532
532
|
type: PropType< RuleObject | RuleObject[]>;
|
|
533
533
|
};
|
|
@@ -713,6 +713,10 @@ export declare const apTableFormItemMap: {
|
|
|
713
713
|
placeholder: {
|
|
714
714
|
type: PropType<string>;
|
|
715
715
|
};
|
|
716
|
+
field: {
|
|
717
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
718
|
+
default: () => {};
|
|
719
|
+
};
|
|
716
720
|
xxl: {
|
|
717
721
|
type: PropType<string | number | ColSize>;
|
|
718
722
|
};
|
|
@@ -734,10 +738,6 @@ export declare const apTableFormItemMap: {
|
|
|
734
738
|
pull: {
|
|
735
739
|
type: PropType<string | number>;
|
|
736
740
|
};
|
|
737
|
-
field: {
|
|
738
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
739
|
-
default: () => {};
|
|
740
|
-
};
|
|
741
741
|
rules: {
|
|
742
742
|
type: PropType< RuleObject | RuleObject[]>;
|
|
743
743
|
};
|
|
@@ -947,6 +947,10 @@ export declare const apTableFormItemMap: {
|
|
|
947
947
|
placeholder: {
|
|
948
948
|
type: PropType<[string, string]>;
|
|
949
949
|
};
|
|
950
|
+
field: {
|
|
951
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
952
|
+
default: () => {};
|
|
953
|
+
};
|
|
950
954
|
xxl: {
|
|
951
955
|
type: PropType<string | number | ColSize>;
|
|
952
956
|
};
|
|
@@ -968,10 +972,6 @@ export declare const apTableFormItemMap: {
|
|
|
968
972
|
pull: {
|
|
969
973
|
type: PropType<string | number>;
|
|
970
974
|
};
|
|
971
|
-
field: {
|
|
972
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
973
|
-
default: () => {};
|
|
974
|
-
};
|
|
975
975
|
rules: {
|
|
976
976
|
type: PropType< RuleObject | RuleObject[]>;
|
|
977
977
|
};
|
|
@@ -1145,6 +1145,10 @@ export declare const apTableFormItemMap: {
|
|
|
1145
1145
|
placeholder: {
|
|
1146
1146
|
type: PropType<[string, string]>;
|
|
1147
1147
|
};
|
|
1148
|
+
field: {
|
|
1149
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1150
|
+
default: () => {};
|
|
1151
|
+
};
|
|
1148
1152
|
xxl: {
|
|
1149
1153
|
type: PropType<string | number | ColSize>;
|
|
1150
1154
|
};
|
|
@@ -1166,10 +1170,6 @@ export declare const apTableFormItemMap: {
|
|
|
1166
1170
|
pull: {
|
|
1167
1171
|
type: PropType<string | number>;
|
|
1168
1172
|
};
|
|
1169
|
-
field: {
|
|
1170
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1171
|
-
default: () => {};
|
|
1172
|
-
};
|
|
1173
1173
|
rules: {
|
|
1174
1174
|
type: PropType< RuleObject | RuleObject[]>;
|
|
1175
1175
|
};
|
|
@@ -1358,6 +1358,10 @@ export declare const apTableFormItemMap: {
|
|
|
1358
1358
|
placeholder: {
|
|
1359
1359
|
type: PropType<[string, string]>;
|
|
1360
1360
|
};
|
|
1361
|
+
field: {
|
|
1362
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1363
|
+
default: () => {};
|
|
1364
|
+
};
|
|
1361
1365
|
xxl: {
|
|
1362
1366
|
type: PropType<string | number | ColSize>;
|
|
1363
1367
|
};
|
|
@@ -1379,10 +1383,6 @@ export declare const apTableFormItemMap: {
|
|
|
1379
1383
|
pull: {
|
|
1380
1384
|
type: PropType<string | number>;
|
|
1381
1385
|
};
|
|
1382
|
-
field: {
|
|
1383
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1384
|
-
default: () => {};
|
|
1385
|
-
};
|
|
1386
1386
|
rules: {
|
|
1387
1387
|
type: PropType< RuleObject | RuleObject[]>;
|
|
1388
1388
|
};
|
|
@@ -1568,6 +1568,10 @@ export declare const apTableFormItemMap: {
|
|
|
1568
1568
|
placeholder: {
|
|
1569
1569
|
type: PropType<[string, string]>;
|
|
1570
1570
|
};
|
|
1571
|
+
field: {
|
|
1572
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1573
|
+
default: () => {};
|
|
1574
|
+
};
|
|
1571
1575
|
xxl: {
|
|
1572
1576
|
type: PropType<string | number | ColSize>;
|
|
1573
1577
|
};
|
|
@@ -1589,10 +1593,6 @@ export declare const apTableFormItemMap: {
|
|
|
1589
1593
|
pull: {
|
|
1590
1594
|
type: PropType<string | number>;
|
|
1591
1595
|
};
|
|
1592
|
-
field: {
|
|
1593
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1594
|
-
default: () => {};
|
|
1595
|
-
};
|
|
1596
1596
|
rules: {
|
|
1597
1597
|
type: PropType< RuleObject | RuleObject[]>;
|
|
1598
1598
|
};
|
|
@@ -1800,6 +1800,10 @@ export declare const apTableFormItemMap: {
|
|
|
1800
1800
|
placeholder: {
|
|
1801
1801
|
type: PropType<string>;
|
|
1802
1802
|
};
|
|
1803
|
+
field: {
|
|
1804
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
1805
|
+
default: () => {};
|
|
1806
|
+
};
|
|
1803
1807
|
xxl: {
|
|
1804
1808
|
type: PropType<string | number | ColSize>;
|
|
1805
1809
|
};
|
|
@@ -1821,10 +1825,6 @@ export declare const apTableFormItemMap: {
|
|
|
1821
1825
|
pull: {
|
|
1822
1826
|
type: PropType<string | number>;
|
|
1823
1827
|
};
|
|
1824
|
-
field: {
|
|
1825
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
1826
|
-
default: () => {};
|
|
1827
|
-
};
|
|
1828
1828
|
rules: {
|
|
1829
1829
|
type: PropType< RuleObject | RuleObject[]>;
|
|
1830
1830
|
};
|
|
@@ -2001,6 +2001,10 @@ export declare const apTableFormItemMap: {
|
|
|
2001
2001
|
placeholder: {
|
|
2002
2002
|
type: PropType<string>;
|
|
2003
2003
|
};
|
|
2004
|
+
field: {
|
|
2005
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2006
|
+
default: () => {};
|
|
2007
|
+
};
|
|
2004
2008
|
xxl: {
|
|
2005
2009
|
type: PropType<string | number | ColSize>;
|
|
2006
2010
|
};
|
|
@@ -2022,10 +2026,6 @@ export declare const apTableFormItemMap: {
|
|
|
2022
2026
|
pull: {
|
|
2023
2027
|
type: PropType<string | number>;
|
|
2024
2028
|
};
|
|
2025
|
-
field: {
|
|
2026
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2027
|
-
default: () => {};
|
|
2028
|
-
};
|
|
2029
2029
|
rules: {
|
|
2030
2030
|
type: PropType< RuleObject | RuleObject[]>;
|
|
2031
2031
|
};
|
|
@@ -2214,6 +2214,10 @@ export declare const apTableFormItemMap: {
|
|
|
2214
2214
|
placeholder: {
|
|
2215
2215
|
type: PropType<string>;
|
|
2216
2216
|
};
|
|
2217
|
+
field: {
|
|
2218
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2219
|
+
default: () => {};
|
|
2220
|
+
};
|
|
2217
2221
|
xxl: {
|
|
2218
2222
|
type: PropType<string | number | ColSize>;
|
|
2219
2223
|
};
|
|
@@ -2235,10 +2239,6 @@ export declare const apTableFormItemMap: {
|
|
|
2235
2239
|
pull: {
|
|
2236
2240
|
type: PropType<string | number>;
|
|
2237
2241
|
};
|
|
2238
|
-
field: {
|
|
2239
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2240
|
-
default: () => {};
|
|
2241
|
-
};
|
|
2242
2242
|
rules: {
|
|
2243
2243
|
type: PropType< RuleObject | RuleObject[]>;
|
|
2244
2244
|
};
|
|
@@ -2427,6 +2427,10 @@ export declare const apTableFormItemMap: {
|
|
|
2427
2427
|
placeholder: {
|
|
2428
2428
|
type: PropType<string>;
|
|
2429
2429
|
};
|
|
2430
|
+
field: {
|
|
2431
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2432
|
+
default: () => {};
|
|
2433
|
+
};
|
|
2430
2434
|
xxl: {
|
|
2431
2435
|
type: PropType<string | number | ColSize>;
|
|
2432
2436
|
};
|
|
@@ -2448,10 +2452,6 @@ export declare const apTableFormItemMap: {
|
|
|
2448
2452
|
pull: {
|
|
2449
2453
|
type: PropType<string | number>;
|
|
2450
2454
|
};
|
|
2451
|
-
field: {
|
|
2452
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2453
|
-
default: () => {};
|
|
2454
|
-
};
|
|
2455
2455
|
rules: {
|
|
2456
2456
|
type: PropType< RuleObject | RuleObject[]>;
|
|
2457
2457
|
};
|
|
@@ -2648,6 +2648,10 @@ export declare const apTableFormItemMap: {
|
|
|
2648
2648
|
type: PropType<boolean>;
|
|
2649
2649
|
default: undefined;
|
|
2650
2650
|
};
|
|
2651
|
+
field: {
|
|
2652
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2653
|
+
default: () => {};
|
|
2654
|
+
};
|
|
2651
2655
|
xxl: {
|
|
2652
2656
|
type: PropType<string | number | ColSize>;
|
|
2653
2657
|
};
|
|
@@ -2669,10 +2673,6 @@ export declare const apTableFormItemMap: {
|
|
|
2669
2673
|
pull: {
|
|
2670
2674
|
type: PropType<string | number>;
|
|
2671
2675
|
};
|
|
2672
|
-
field: {
|
|
2673
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2674
|
-
default: () => {};
|
|
2675
|
-
};
|
|
2676
2676
|
rules: {
|
|
2677
2677
|
type: PropType< RuleObject | RuleObject[]>;
|
|
2678
2678
|
};
|
|
@@ -2843,6 +2843,10 @@ export declare const apTableFormItemMap: {
|
|
|
2843
2843
|
type: PropType<boolean>;
|
|
2844
2844
|
default: undefined;
|
|
2845
2845
|
};
|
|
2846
|
+
field: {
|
|
2847
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2848
|
+
default: () => {};
|
|
2849
|
+
};
|
|
2846
2850
|
xxl: {
|
|
2847
2851
|
type: PropType<string | number | ColSize>;
|
|
2848
2852
|
};
|
|
@@ -2864,10 +2868,6 @@ export declare const apTableFormItemMap: {
|
|
|
2864
2868
|
pull: {
|
|
2865
2869
|
type: PropType<string | number>;
|
|
2866
2870
|
};
|
|
2867
|
-
field: {
|
|
2868
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2869
|
-
default: () => {};
|
|
2870
|
-
};
|
|
2871
2871
|
rules: {
|
|
2872
2872
|
type: PropType< RuleObject | RuleObject[]>;
|
|
2873
2873
|
};
|
|
@@ -3050,6 +3050,10 @@ export declare const apTableFormItemMap: {
|
|
|
3050
3050
|
type: PropType<boolean>;
|
|
3051
3051
|
default: undefined;
|
|
3052
3052
|
};
|
|
3053
|
+
field: {
|
|
3054
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3055
|
+
default: () => {};
|
|
3056
|
+
};
|
|
3053
3057
|
xxl: {
|
|
3054
3058
|
type: PropType<string | number | ColSize>;
|
|
3055
3059
|
};
|
|
@@ -3071,10 +3075,6 @@ export declare const apTableFormItemMap: {
|
|
|
3071
3075
|
pull: {
|
|
3072
3076
|
type: PropType<string | number>;
|
|
3073
3077
|
};
|
|
3074
|
-
field: {
|
|
3075
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3076
|
-
default: () => {};
|
|
3077
|
-
};
|
|
3078
3078
|
rules: {
|
|
3079
3079
|
type: PropType< RuleObject | RuleObject[]>;
|
|
3080
3080
|
};
|
|
@@ -3257,6 +3257,10 @@ export declare const apTableFormItemMap: {
|
|
|
3257
3257
|
type: PropType<boolean>;
|
|
3258
3258
|
default: undefined;
|
|
3259
3259
|
};
|
|
3260
|
+
field: {
|
|
3261
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3262
|
+
default: () => {};
|
|
3263
|
+
};
|
|
3260
3264
|
xxl: {
|
|
3261
3265
|
type: PropType<string | number | ColSize>;
|
|
3262
3266
|
};
|
|
@@ -3278,10 +3282,6 @@ export declare const apTableFormItemMap: {
|
|
|
3278
3282
|
pull: {
|
|
3279
3283
|
type: PropType<string | number>;
|
|
3280
3284
|
};
|
|
3281
|
-
field: {
|
|
3282
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3283
|
-
default: () => {};
|
|
3284
|
-
};
|
|
3285
3285
|
rules: {
|
|
3286
3286
|
type: PropType< RuleObject | RuleObject[]>;
|
|
3287
3287
|
};
|
|
@@ -3478,6 +3478,10 @@ export declare const apTableFormItemMap: {
|
|
|
3478
3478
|
placeholder: {
|
|
3479
3479
|
type: PropType<string>;
|
|
3480
3480
|
};
|
|
3481
|
+
field: {
|
|
3482
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3483
|
+
default: () => {};
|
|
3484
|
+
};
|
|
3481
3485
|
xxl: {
|
|
3482
3486
|
type: PropType<string | number | ColSize>;
|
|
3483
3487
|
};
|
|
@@ -3499,10 +3503,6 @@ export declare const apTableFormItemMap: {
|
|
|
3499
3503
|
pull: {
|
|
3500
3504
|
type: PropType<string | number>;
|
|
3501
3505
|
};
|
|
3502
|
-
field: {
|
|
3503
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3504
|
-
default: () => {};
|
|
3505
|
-
};
|
|
3506
3506
|
rules: {
|
|
3507
3507
|
type: PropType< RuleObject | RuleObject[]>;
|
|
3508
3508
|
};
|
|
@@ -3679,6 +3679,10 @@ export declare const apTableFormItemMap: {
|
|
|
3679
3679
|
placeholder: {
|
|
3680
3680
|
type: PropType<string>;
|
|
3681
3681
|
};
|
|
3682
|
+
field: {
|
|
3683
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3684
|
+
default: () => {};
|
|
3685
|
+
};
|
|
3682
3686
|
xxl: {
|
|
3683
3687
|
type: PropType<string | number | ColSize>;
|
|
3684
3688
|
};
|
|
@@ -3700,10 +3704,6 @@ export declare const apTableFormItemMap: {
|
|
|
3700
3704
|
pull: {
|
|
3701
3705
|
type: PropType<string | number>;
|
|
3702
3706
|
};
|
|
3703
|
-
field: {
|
|
3704
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3705
|
-
default: () => {};
|
|
3706
|
-
};
|
|
3707
3707
|
rules: {
|
|
3708
3708
|
type: PropType< RuleObject | RuleObject[]>;
|
|
3709
3709
|
};
|
|
@@ -3892,6 +3892,10 @@ export declare const apTableFormItemMap: {
|
|
|
3892
3892
|
placeholder: {
|
|
3893
3893
|
type: PropType<string>;
|
|
3894
3894
|
};
|
|
3895
|
+
field: {
|
|
3896
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3897
|
+
default: () => {};
|
|
3898
|
+
};
|
|
3895
3899
|
xxl: {
|
|
3896
3900
|
type: PropType<string | number | ColSize>;
|
|
3897
3901
|
};
|
|
@@ -3913,10 +3917,6 @@ export declare const apTableFormItemMap: {
|
|
|
3913
3917
|
pull: {
|
|
3914
3918
|
type: PropType<string | number>;
|
|
3915
3919
|
};
|
|
3916
|
-
field: {
|
|
3917
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3918
|
-
default: () => {};
|
|
3919
|
-
};
|
|
3920
3920
|
rules: {
|
|
3921
3921
|
type: PropType< RuleObject | RuleObject[]>;
|
|
3922
3922
|
};
|
|
@@ -4105,6 +4105,10 @@ export declare const apTableFormItemMap: {
|
|
|
4105
4105
|
placeholder: {
|
|
4106
4106
|
type: PropType<string>;
|
|
4107
4107
|
};
|
|
4108
|
+
field: {
|
|
4109
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
4110
|
+
default: () => {};
|
|
4111
|
+
};
|
|
4108
4112
|
xxl: {
|
|
4109
4113
|
type: PropType<string | number | ColSize>;
|
|
4110
4114
|
};
|
|
@@ -4126,10 +4130,6 @@ export declare const apTableFormItemMap: {
|
|
|
4126
4130
|
pull: {
|
|
4127
4131
|
type: PropType<string | number>;
|
|
4128
4132
|
};
|
|
4129
|
-
field: {
|
|
4130
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
4131
|
-
default: () => {};
|
|
4132
|
-
};
|
|
4133
4133
|
rules: {
|
|
4134
4134
|
type: PropType< RuleObject | RuleObject[]>;
|
|
4135
4135
|
};
|
|
@@ -4338,6 +4338,10 @@ export declare const apTableFormItemMap: {
|
|
|
4338
4338
|
type: PropType<boolean>;
|
|
4339
4339
|
default: undefined;
|
|
4340
4340
|
};
|
|
4341
|
+
field: {
|
|
4342
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4343
|
+
default: () => {};
|
|
4344
|
+
};
|
|
4341
4345
|
xxl: {
|
|
4342
4346
|
type: PropType<string | number | ColSize>;
|
|
4343
4347
|
};
|
|
@@ -4359,10 +4363,6 @@ export declare const apTableFormItemMap: {
|
|
|
4359
4363
|
pull: {
|
|
4360
4364
|
type: PropType<string | number>;
|
|
4361
4365
|
};
|
|
4362
|
-
field: {
|
|
4363
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4364
|
-
default: () => {};
|
|
4365
|
-
};
|
|
4366
4366
|
rules: {
|
|
4367
4367
|
type: PropType< RuleObject | RuleObject[]>;
|
|
4368
4368
|
};
|
|
@@ -4531,6 +4531,10 @@ export declare const apTableFormItemMap: {
|
|
|
4531
4531
|
type: PropType<boolean>;
|
|
4532
4532
|
default: undefined;
|
|
4533
4533
|
};
|
|
4534
|
+
field: {
|
|
4535
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4536
|
+
default: () => {};
|
|
4537
|
+
};
|
|
4534
4538
|
xxl: {
|
|
4535
4539
|
type: PropType<string | number | ColSize>;
|
|
4536
4540
|
};
|
|
@@ -4552,10 +4556,6 @@ export declare const apTableFormItemMap: {
|
|
|
4552
4556
|
pull: {
|
|
4553
4557
|
type: PropType<string | number>;
|
|
4554
4558
|
};
|
|
4555
|
-
field: {
|
|
4556
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4557
|
-
default: () => {};
|
|
4558
|
-
};
|
|
4559
4559
|
rules: {
|
|
4560
4560
|
type: PropType< RuleObject | RuleObject[]>;
|
|
4561
4561
|
};
|
|
@@ -4740,6 +4740,10 @@ export declare const apTableFormItemMap: {
|
|
|
4740
4740
|
type: PropType<boolean>;
|
|
4741
4741
|
default: undefined;
|
|
4742
4742
|
};
|
|
4743
|
+
field: {
|
|
4744
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4745
|
+
default: () => {};
|
|
4746
|
+
};
|
|
4743
4747
|
xxl: {
|
|
4744
4748
|
type: PropType<string | number | ColSize>;
|
|
4745
4749
|
};
|
|
@@ -4761,10 +4765,6 @@ export declare const apTableFormItemMap: {
|
|
|
4761
4765
|
pull: {
|
|
4762
4766
|
type: PropType<string | number>;
|
|
4763
4767
|
};
|
|
4764
|
-
field: {
|
|
4765
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4766
|
-
default: () => {};
|
|
4767
|
-
};
|
|
4768
4768
|
rules: {
|
|
4769
4769
|
type: PropType< RuleObject | RuleObject[]>;
|
|
4770
4770
|
};
|
|
@@ -4946,6 +4946,10 @@ export declare const apTableFormItemMap: {
|
|
|
4946
4946
|
type: PropType<boolean>;
|
|
4947
4947
|
default: undefined;
|
|
4948
4948
|
};
|
|
4949
|
+
field: {
|
|
4950
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4951
|
+
default: () => {};
|
|
4952
|
+
};
|
|
4949
4953
|
xxl: {
|
|
4950
4954
|
type: PropType<string | number | ColSize>;
|
|
4951
4955
|
};
|
|
@@ -4967,10 +4971,6 @@ export declare const apTableFormItemMap: {
|
|
|
4967
4971
|
pull: {
|
|
4968
4972
|
type: PropType<string | number>;
|
|
4969
4973
|
};
|
|
4970
|
-
field: {
|
|
4971
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4972
|
-
default: () => {};
|
|
4973
|
-
};
|
|
4974
4974
|
rules: {
|
|
4975
4975
|
type: PropType< RuleObject | RuleObject[]>;
|
|
4976
4976
|
};
|
|
@@ -5166,6 +5166,10 @@ export declare const apTableFormItemMap: {
|
|
|
5166
5166
|
placeholder: {
|
|
5167
5167
|
type: PropType<string>;
|
|
5168
5168
|
};
|
|
5169
|
+
field: {
|
|
5170
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5171
|
+
default: () => {};
|
|
5172
|
+
};
|
|
5169
5173
|
xxl: {
|
|
5170
5174
|
type: PropType<string | number | ColSize>;
|
|
5171
5175
|
};
|
|
@@ -5187,10 +5191,6 @@ export declare const apTableFormItemMap: {
|
|
|
5187
5191
|
pull: {
|
|
5188
5192
|
type: PropType<string | number>;
|
|
5189
5193
|
};
|
|
5190
|
-
field: {
|
|
5191
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5192
|
-
default: () => {};
|
|
5193
|
-
};
|
|
5194
5194
|
rules: {
|
|
5195
5195
|
type: PropType< RuleObject | RuleObject[]>;
|
|
5196
5196
|
};
|
|
@@ -5374,6 +5374,10 @@ export declare const apTableFormItemMap: {
|
|
|
5374
5374
|
placeholder: {
|
|
5375
5375
|
type: PropType<string>;
|
|
5376
5376
|
};
|
|
5377
|
+
field: {
|
|
5378
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5379
|
+
default: () => {};
|
|
5380
|
+
};
|
|
5377
5381
|
xxl: {
|
|
5378
5382
|
type: PropType<string | number | ColSize>;
|
|
5379
5383
|
};
|
|
@@ -5395,10 +5399,6 @@ export declare const apTableFormItemMap: {
|
|
|
5395
5399
|
pull: {
|
|
5396
5400
|
type: PropType<string | number>;
|
|
5397
5401
|
};
|
|
5398
|
-
field: {
|
|
5399
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5400
|
-
default: () => {};
|
|
5401
|
-
};
|
|
5402
5402
|
rules: {
|
|
5403
5403
|
type: PropType< RuleObject | RuleObject[]>;
|
|
5404
5404
|
};
|
|
@@ -5587,6 +5587,10 @@ export declare const apTableFormItemMap: {
|
|
|
5587
5587
|
placeholder: {
|
|
5588
5588
|
type: PropType<string>;
|
|
5589
5589
|
};
|
|
5590
|
+
field: {
|
|
5591
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5592
|
+
default: () => {};
|
|
5593
|
+
};
|
|
5590
5594
|
xxl: {
|
|
5591
5595
|
type: PropType<string | number | ColSize>;
|
|
5592
5596
|
};
|
|
@@ -5608,10 +5612,6 @@ export declare const apTableFormItemMap: {
|
|
|
5608
5612
|
pull: {
|
|
5609
5613
|
type: PropType<string | number>;
|
|
5610
5614
|
};
|
|
5611
|
-
field: {
|
|
5612
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5613
|
-
default: () => {};
|
|
5614
|
-
};
|
|
5615
5615
|
rules: {
|
|
5616
5616
|
type: PropType< RuleObject | RuleObject[]>;
|
|
5617
5617
|
};
|
|
@@ -5807,6 +5807,10 @@ export declare const apTableFormItemMap: {
|
|
|
5807
5807
|
placeholder: {
|
|
5808
5808
|
type: PropType<string>;
|
|
5809
5809
|
};
|
|
5810
|
+
field: {
|
|
5811
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5812
|
+
default: () => {};
|
|
5813
|
+
};
|
|
5810
5814
|
xxl: {
|
|
5811
5815
|
type: PropType<string | number | ColSize>;
|
|
5812
5816
|
};
|
|
@@ -5828,10 +5832,6 @@ export declare const apTableFormItemMap: {
|
|
|
5828
5832
|
pull: {
|
|
5829
5833
|
type: PropType<string | number>;
|
|
5830
5834
|
};
|
|
5831
|
-
field: {
|
|
5832
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5833
|
-
default: () => {};
|
|
5834
|
-
};
|
|
5835
5835
|
rules: {
|
|
5836
5836
|
type: PropType< RuleObject | RuleObject[]>;
|
|
5837
5837
|
};
|
|
@@ -6038,6 +6038,10 @@ export declare const apTableFormItemMap: {
|
|
|
6038
6038
|
placeholder: {
|
|
6039
6039
|
type: PropType<string>;
|
|
6040
6040
|
};
|
|
6041
|
+
field: {
|
|
6042
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6043
|
+
default: () => {};
|
|
6044
|
+
};
|
|
6041
6045
|
xxl: {
|
|
6042
6046
|
type: PropType<string | number | ColSize>;
|
|
6043
6047
|
};
|
|
@@ -6059,10 +6063,6 @@ export declare const apTableFormItemMap: {
|
|
|
6059
6063
|
pull: {
|
|
6060
6064
|
type: PropType<string | number>;
|
|
6061
6065
|
};
|
|
6062
|
-
field: {
|
|
6063
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6064
|
-
default: () => {};
|
|
6065
|
-
};
|
|
6066
6066
|
rules: {
|
|
6067
6067
|
type: PropType< RuleObject | RuleObject[]>;
|
|
6068
6068
|
};
|
|
@@ -6237,6 +6237,10 @@ export declare const apTableFormItemMap: {
|
|
|
6237
6237
|
placeholder: {
|
|
6238
6238
|
type: PropType<string>;
|
|
6239
6239
|
};
|
|
6240
|
+
field: {
|
|
6241
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6242
|
+
default: () => {};
|
|
6243
|
+
};
|
|
6240
6244
|
xxl: {
|
|
6241
6245
|
type: PropType<string | number | ColSize>;
|
|
6242
6246
|
};
|
|
@@ -6258,10 +6262,6 @@ export declare const apTableFormItemMap: {
|
|
|
6258
6262
|
pull: {
|
|
6259
6263
|
type: PropType<string | number>;
|
|
6260
6264
|
};
|
|
6261
|
-
field: {
|
|
6262
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6263
|
-
default: () => {};
|
|
6264
|
-
};
|
|
6265
6265
|
rules: {
|
|
6266
6266
|
type: PropType< RuleObject | RuleObject[]>;
|
|
6267
6267
|
};
|
|
@@ -6447,6 +6447,10 @@ export declare const apTableFormItemMap: {
|
|
|
6447
6447
|
placeholder: {
|
|
6448
6448
|
type: PropType<string>;
|
|
6449
6449
|
};
|
|
6450
|
+
field: {
|
|
6451
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6452
|
+
default: () => {};
|
|
6453
|
+
};
|
|
6450
6454
|
xxl: {
|
|
6451
6455
|
type: PropType<string | number | ColSize>;
|
|
6452
6456
|
};
|
|
@@ -6468,10 +6472,6 @@ export declare const apTableFormItemMap: {
|
|
|
6468
6472
|
pull: {
|
|
6469
6473
|
type: PropType<string | number>;
|
|
6470
6474
|
};
|
|
6471
|
-
field: {
|
|
6472
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6473
|
-
default: () => {};
|
|
6474
|
-
};
|
|
6475
6475
|
rules: {
|
|
6476
6476
|
type: PropType< RuleObject | RuleObject[]>;
|
|
6477
6477
|
};
|
|
@@ -6658,6 +6658,10 @@ export declare const apTableFormItemMap: {
|
|
|
6658
6658
|
placeholder: {
|
|
6659
6659
|
type: PropType<string>;
|
|
6660
6660
|
};
|
|
6661
|
+
field: {
|
|
6662
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6663
|
+
default: () => {};
|
|
6664
|
+
};
|
|
6661
6665
|
xxl: {
|
|
6662
6666
|
type: PropType<string | number | ColSize>;
|
|
6663
6667
|
};
|
|
@@ -6679,10 +6683,6 @@ export declare const apTableFormItemMap: {
|
|
|
6679
6683
|
pull: {
|
|
6680
6684
|
type: PropType<string | number>;
|
|
6681
6685
|
};
|
|
6682
|
-
field: {
|
|
6683
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6684
|
-
default: () => {};
|
|
6685
|
-
};
|
|
6686
6686
|
rules: {
|
|
6687
6687
|
type: PropType< RuleObject | RuleObject[]>;
|
|
6688
6688
|
};
|
|
@@ -6874,6 +6874,10 @@ export declare const apTableFormItemMap: {
|
|
|
6874
6874
|
type: PropType<boolean>;
|
|
6875
6875
|
default: undefined;
|
|
6876
6876
|
};
|
|
6877
|
+
field: {
|
|
6878
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
6879
|
+
default: () => {};
|
|
6880
|
+
};
|
|
6877
6881
|
xxl: {
|
|
6878
6882
|
type: PropType<string | number | ColSize>;
|
|
6879
6883
|
};
|
|
@@ -6895,10 +6899,6 @@ export declare const apTableFormItemMap: {
|
|
|
6895
6899
|
pull: {
|
|
6896
6900
|
type: PropType<string | number>;
|
|
6897
6901
|
};
|
|
6898
|
-
field: {
|
|
6899
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
6900
|
-
default: () => {};
|
|
6901
|
-
};
|
|
6902
6902
|
rules: {
|
|
6903
6903
|
type: PropType< RuleObject | RuleObject[]>;
|
|
6904
6904
|
};
|
|
@@ -7066,6 +7066,10 @@ export declare const apTableFormItemMap: {
|
|
|
7066
7066
|
type: PropType<boolean>;
|
|
7067
7067
|
default: undefined;
|
|
7068
7068
|
};
|
|
7069
|
+
field: {
|
|
7070
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7071
|
+
default: () => {};
|
|
7072
|
+
};
|
|
7069
7073
|
xxl: {
|
|
7070
7074
|
type: PropType<string | number | ColSize>;
|
|
7071
7075
|
};
|
|
@@ -7087,10 +7091,6 @@ export declare const apTableFormItemMap: {
|
|
|
7087
7091
|
pull: {
|
|
7088
7092
|
type: PropType<string | number>;
|
|
7089
7093
|
};
|
|
7090
|
-
field: {
|
|
7091
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7092
|
-
default: () => {};
|
|
7093
|
-
};
|
|
7094
7094
|
rules: {
|
|
7095
7095
|
type: PropType< RuleObject | RuleObject[]>;
|
|
7096
7096
|
};
|
|
@@ -7273,6 +7273,10 @@ export declare const apTableFormItemMap: {
|
|
|
7273
7273
|
type: PropType<boolean>;
|
|
7274
7274
|
default: undefined;
|
|
7275
7275
|
};
|
|
7276
|
+
field: {
|
|
7277
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7278
|
+
default: () => {};
|
|
7279
|
+
};
|
|
7276
7280
|
xxl: {
|
|
7277
7281
|
type: PropType<string | number | ColSize>;
|
|
7278
7282
|
};
|
|
@@ -7294,10 +7298,6 @@ export declare const apTableFormItemMap: {
|
|
|
7294
7298
|
pull: {
|
|
7295
7299
|
type: PropType<string | number>;
|
|
7296
7300
|
};
|
|
7297
|
-
field: {
|
|
7298
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7299
|
-
default: () => {};
|
|
7300
|
-
};
|
|
7301
7301
|
rules: {
|
|
7302
7302
|
type: PropType< RuleObject | RuleObject[]>;
|
|
7303
7303
|
};
|
|
@@ -7477,6 +7477,10 @@ export declare const apTableFormItemMap: {
|
|
|
7477
7477
|
type: PropType<boolean>;
|
|
7478
7478
|
default: undefined;
|
|
7479
7479
|
};
|
|
7480
|
+
field: {
|
|
7481
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7482
|
+
default: () => {};
|
|
7483
|
+
};
|
|
7480
7484
|
xxl: {
|
|
7481
7485
|
type: PropType<string | number | ColSize>;
|
|
7482
7486
|
};
|
|
@@ -7498,10 +7502,6 @@ export declare const apTableFormItemMap: {
|
|
|
7498
7502
|
pull: {
|
|
7499
7503
|
type: PropType<string | number>;
|
|
7500
7504
|
};
|
|
7501
|
-
field: {
|
|
7502
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7503
|
-
default: () => {};
|
|
7504
|
-
};
|
|
7505
7505
|
rules: {
|
|
7506
7506
|
type: PropType< RuleObject | RuleObject[]>;
|
|
7507
7507
|
};
|
|
@@ -7695,6 +7695,10 @@ export declare const apTableFormItemMap: {
|
|
|
7695
7695
|
placeholder: {
|
|
7696
7696
|
type: PropType<string>;
|
|
7697
7697
|
};
|
|
7698
|
+
field: {
|
|
7699
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7700
|
+
default: () => {};
|
|
7701
|
+
};
|
|
7698
7702
|
xxl: {
|
|
7699
7703
|
type: PropType<string | number | ColSize>;
|
|
7700
7704
|
};
|
|
@@ -7716,10 +7720,6 @@ export declare const apTableFormItemMap: {
|
|
|
7716
7720
|
pull: {
|
|
7717
7721
|
type: PropType<string | number>;
|
|
7718
7722
|
};
|
|
7719
|
-
field: {
|
|
7720
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7721
|
-
default: () => {};
|
|
7722
|
-
};
|
|
7723
7723
|
rules: {
|
|
7724
7724
|
type: PropType< RuleObject | RuleObject[]>;
|
|
7725
7725
|
};
|
|
@@ -7896,6 +7896,10 @@ export declare const apTableFormItemMap: {
|
|
|
7896
7896
|
placeholder: {
|
|
7897
7897
|
type: PropType<string>;
|
|
7898
7898
|
};
|
|
7899
|
+
field: {
|
|
7900
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7901
|
+
default: () => {};
|
|
7902
|
+
};
|
|
7899
7903
|
xxl: {
|
|
7900
7904
|
type: PropType<string | number | ColSize>;
|
|
7901
7905
|
};
|
|
@@ -7917,10 +7921,6 @@ export declare const apTableFormItemMap: {
|
|
|
7917
7921
|
pull: {
|
|
7918
7922
|
type: PropType<string | number>;
|
|
7919
7923
|
};
|
|
7920
|
-
field: {
|
|
7921
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7922
|
-
default: () => {};
|
|
7923
|
-
};
|
|
7924
7924
|
rules: {
|
|
7925
7925
|
type: PropType< RuleObject | RuleObject[]>;
|
|
7926
7926
|
};
|
|
@@ -8109,6 +8109,10 @@ export declare const apTableFormItemMap: {
|
|
|
8109
8109
|
placeholder: {
|
|
8110
8110
|
type: PropType<string>;
|
|
8111
8111
|
};
|
|
8112
|
+
field: {
|
|
8113
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8114
|
+
default: () => {};
|
|
8115
|
+
};
|
|
8112
8116
|
xxl: {
|
|
8113
8117
|
type: PropType<string | number | ColSize>;
|
|
8114
8118
|
};
|
|
@@ -8130,10 +8134,6 @@ export declare const apTableFormItemMap: {
|
|
|
8130
8134
|
pull: {
|
|
8131
8135
|
type: PropType<string | number>;
|
|
8132
8136
|
};
|
|
8133
|
-
field: {
|
|
8134
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8135
|
-
default: () => {};
|
|
8136
|
-
};
|
|
8137
8137
|
rules: {
|
|
8138
8138
|
type: PropType< RuleObject | RuleObject[]>;
|
|
8139
8139
|
};
|
|
@@ -8322,6 +8322,10 @@ export declare const apTableFormItemMap: {
|
|
|
8322
8322
|
placeholder: {
|
|
8323
8323
|
type: PropType<string>;
|
|
8324
8324
|
};
|
|
8325
|
+
field: {
|
|
8326
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8327
|
+
default: () => {};
|
|
8328
|
+
};
|
|
8325
8329
|
xxl: {
|
|
8326
8330
|
type: PropType<string | number | ColSize>;
|
|
8327
8331
|
};
|
|
@@ -8343,10 +8347,6 @@ export declare const apTableFormItemMap: {
|
|
|
8343
8347
|
pull: {
|
|
8344
8348
|
type: PropType<string | number>;
|
|
8345
8349
|
};
|
|
8346
|
-
field: {
|
|
8347
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8348
|
-
default: () => {};
|
|
8349
|
-
};
|
|
8350
8350
|
rules: {
|
|
8351
8351
|
type: PropType< RuleObject | RuleObject[]>;
|
|
8352
8352
|
};
|