cnhis-design-vue 3.1.57-beta.13 → 3.1.57-beta.15

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.
@@ -311,29 +311,6 @@ declare const _default: import("vue").DefineComponent<{
311
311
  autofocus?: string | undefined;
312
312
  autoselect?: boolean | undefined;
313
313
  defaultValue?: string | number | object | any[] | {
314
- exec: (string: string) => RegExpExecArray | null;
315
- test: (string: string) => boolean;
316
- readonly source: string;
317
- readonly global: boolean;
318
- readonly ignoreCase: boolean;
319
- readonly multiline: boolean;
320
- lastIndex: number;
321
- compile: (pattern: string, flags?: string | undefined) => RegExp;
322
- readonly flags: string;
323
- readonly sticky: boolean;
324
- readonly unicode: boolean;
325
- readonly dotAll: boolean;
326
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
327
- [Symbol.replace]: {
328
- (string: string, replaceValue: string): string;
329
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
330
- };
331
- [Symbol.search]: (string: string) => number;
332
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
333
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
334
- } | ((params: {
335
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
336
- }) => any) | {
337
314
  toString: () => string;
338
315
  toDateString: () => string;
339
316
  toTimeString: () => string;
@@ -395,7 +372,30 @@ declare const _default: import("vue").DefineComponent<{
395
372
  (hint: "number"): number;
396
373
  (hint: string): string | number;
397
374
  };
398
- } | null | undefined;
375
+ } | {
376
+ exec: (string: string) => RegExpExecArray | null;
377
+ test: (string: string) => boolean;
378
+ readonly source: string;
379
+ readonly global: boolean;
380
+ readonly ignoreCase: boolean;
381
+ readonly multiline: boolean;
382
+ lastIndex: number;
383
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
384
+ readonly flags: string;
385
+ readonly sticky: boolean;
386
+ readonly unicode: boolean;
387
+ readonly dotAll: boolean;
388
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
389
+ [Symbol.replace]: {
390
+ (string: string, replaceValue: string): string;
391
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
392
+ };
393
+ [Symbol.search]: (string: string) => number;
394
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
395
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
396
+ } | ((params: {
397
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
398
+ }) => any) | null | undefined;
399
399
  immediate?: boolean | undefined;
400
400
  content?: string | undefined;
401
401
  placeholder?: string | undefined;
@@ -614,29 +614,6 @@ declare const _default: import("vue").DefineComponent<{
614
614
  autofocus?: string | undefined;
615
615
  autoselect?: boolean | undefined;
616
616
  defaultValue?: string | number | object | any[] | {
617
- exec: (string: string) => RegExpExecArray | null;
618
- test: (string: string) => boolean;
619
- readonly source: string;
620
- readonly global: boolean;
621
- readonly ignoreCase: boolean;
622
- readonly multiline: boolean;
623
- lastIndex: number;
624
- compile: (pattern: string, flags?: string | undefined) => RegExp;
625
- readonly flags: string;
626
- readonly sticky: boolean;
627
- readonly unicode: boolean;
628
- readonly dotAll: boolean;
629
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
630
- [Symbol.replace]: {
631
- (string: string, replaceValue: string): string;
632
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
633
- };
634
- [Symbol.search]: (string: string) => number;
635
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
636
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
637
- } | ((params: {
638
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
639
- }) => any) | {
640
617
  toString: () => string;
641
618
  toDateString: () => string;
642
619
  toTimeString: () => string;
@@ -698,7 +675,30 @@ declare const _default: import("vue").DefineComponent<{
698
675
  (hint: "number"): number;
699
676
  (hint: string): string | number;
700
677
  };
701
- } | null | undefined;
678
+ } | {
679
+ exec: (string: string) => RegExpExecArray | null;
680
+ test: (string: string) => boolean;
681
+ readonly source: string;
682
+ readonly global: boolean;
683
+ readonly ignoreCase: boolean;
684
+ readonly multiline: boolean;
685
+ lastIndex: number;
686
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
687
+ readonly flags: string;
688
+ readonly sticky: boolean;
689
+ readonly unicode: boolean;
690
+ readonly dotAll: boolean;
691
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
692
+ [Symbol.replace]: {
693
+ (string: string, replaceValue: string): string;
694
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
695
+ };
696
+ [Symbol.search]: (string: string) => number;
697
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
698
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
699
+ } | ((params: {
700
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
701
+ }) => any) | null | undefined;
702
702
  immediate?: boolean | undefined;
703
703
  content?: string | undefined;
704
704
  placeholder?: string | undefined;
@@ -1105,29 +1105,6 @@ declare const _default: import("vue").DefineComponent<{
1105
1105
  autofocus?: string | undefined;
1106
1106
  autoselect?: boolean | undefined;
1107
1107
  defaultValue?: string | number | object | any[] | {
1108
- exec: (string: string) => RegExpExecArray | null;
1109
- test: (string: string) => boolean;
1110
- readonly source: string;
1111
- readonly global: boolean;
1112
- readonly ignoreCase: boolean;
1113
- readonly multiline: boolean;
1114
- lastIndex: number;
1115
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1116
- readonly flags: string;
1117
- readonly sticky: boolean;
1118
- readonly unicode: boolean;
1119
- readonly dotAll: boolean;
1120
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1121
- [Symbol.replace]: {
1122
- (string: string, replaceValue: string): string;
1123
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1124
- };
1125
- [Symbol.search]: (string: string) => number;
1126
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1127
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1128
- } | ((params: {
1129
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
1130
- }) => any) | {
1131
1108
  toString: () => string;
1132
1109
  toDateString: () => string;
1133
1110
  toTimeString: () => string;
@@ -1189,7 +1166,30 @@ declare const _default: import("vue").DefineComponent<{
1189
1166
  (hint: "number"): number;
1190
1167
  (hint: string): string | number;
1191
1168
  };
1192
- } | null | undefined;
1169
+ } | {
1170
+ exec: (string: string) => RegExpExecArray | null;
1171
+ test: (string: string) => boolean;
1172
+ readonly source: string;
1173
+ readonly global: boolean;
1174
+ readonly ignoreCase: boolean;
1175
+ readonly multiline: boolean;
1176
+ lastIndex: number;
1177
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
1178
+ readonly flags: string;
1179
+ readonly sticky: boolean;
1180
+ readonly unicode: boolean;
1181
+ readonly dotAll: boolean;
1182
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1183
+ [Symbol.replace]: {
1184
+ (string: string, replaceValue: string): string;
1185
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1186
+ };
1187
+ [Symbol.search]: (string: string) => number;
1188
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1189
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1190
+ } | ((params: {
1191
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
1192
+ }) => any) | null | undefined;
1193
1193
  immediate?: boolean | undefined;
1194
1194
  content?: string | undefined;
1195
1195
  placeholder?: string | undefined;
@@ -1464,29 +1464,6 @@ declare const _default: import("vue").DefineComponent<{
1464
1464
  autofocus?: string | undefined;
1465
1465
  autoselect?: boolean | undefined;
1466
1466
  defaultValue?: string | number | object | any[] | {
1467
- exec: (string: string) => RegExpExecArray | null;
1468
- test: (string: string) => boolean;
1469
- readonly source: string;
1470
- readonly global: boolean;
1471
- readonly ignoreCase: boolean;
1472
- readonly multiline: boolean;
1473
- lastIndex: number;
1474
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1475
- readonly flags: string;
1476
- readonly sticky: boolean;
1477
- readonly unicode: boolean;
1478
- readonly dotAll: boolean;
1479
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1480
- [Symbol.replace]: {
1481
- (string: string, replaceValue: string): string;
1482
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1483
- };
1484
- [Symbol.search]: (string: string) => number;
1485
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1486
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1487
- } | ((params: {
1488
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
1489
- }) => any) | {
1490
1467
  toString: () => string;
1491
1468
  toDateString: () => string;
1492
1469
  toTimeString: () => string;
@@ -1548,7 +1525,30 @@ declare const _default: import("vue").DefineComponent<{
1548
1525
  (hint: "number"): number;
1549
1526
  (hint: string): string | number;
1550
1527
  };
1551
- } | null | undefined;
1528
+ } | {
1529
+ exec: (string: string) => RegExpExecArray | null;
1530
+ test: (string: string) => boolean;
1531
+ readonly source: string;
1532
+ readonly global: boolean;
1533
+ readonly ignoreCase: boolean;
1534
+ readonly multiline: boolean;
1535
+ lastIndex: number;
1536
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
1537
+ readonly flags: string;
1538
+ readonly sticky: boolean;
1539
+ readonly unicode: boolean;
1540
+ readonly dotAll: boolean;
1541
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1542
+ [Symbol.replace]: {
1543
+ (string: string, replaceValue: string): string;
1544
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1545
+ };
1546
+ [Symbol.search]: (string: string) => number;
1547
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1548
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1549
+ } | ((params: {
1550
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
1551
+ }) => any) | null | undefined;
1552
1552
  immediate?: boolean | undefined;
1553
1553
  content?: string | undefined;
1554
1554
  placeholder?: string | undefined;
@@ -2364,29 +2364,6 @@ declare const _default: import("vue").DefineComponent<{
2364
2364
  autofocus?: string | undefined;
2365
2365
  autoselect?: boolean | undefined;
2366
2366
  defaultValue?: string | number | object | any[] | {
2367
- exec: (string: string) => RegExpExecArray | null;
2368
- test: (string: string) => boolean;
2369
- readonly source: string;
2370
- readonly global: boolean;
2371
- readonly ignoreCase: boolean;
2372
- readonly multiline: boolean;
2373
- lastIndex: number;
2374
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2375
- readonly flags: string;
2376
- readonly sticky: boolean;
2377
- readonly unicode: boolean;
2378
- readonly dotAll: boolean;
2379
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2380
- [Symbol.replace]: {
2381
- (string: string, replaceValue: string): string;
2382
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2383
- };
2384
- [Symbol.search]: (string: string) => number;
2385
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2386
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2387
- } | ((params: {
2388
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
2389
- }) => any) | {
2390
2367
  toString: () => string;
2391
2368
  toDateString: () => string;
2392
2369
  toTimeString: () => string;
@@ -2448,7 +2425,30 @@ declare const _default: import("vue").DefineComponent<{
2448
2425
  (hint: "number"): number;
2449
2426
  (hint: string): string | number;
2450
2427
  };
2451
- } | null | undefined;
2428
+ } | {
2429
+ exec: (string: string) => RegExpExecArray | null;
2430
+ test: (string: string) => boolean;
2431
+ readonly source: string;
2432
+ readonly global: boolean;
2433
+ readonly ignoreCase: boolean;
2434
+ readonly multiline: boolean;
2435
+ lastIndex: number;
2436
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
2437
+ readonly flags: string;
2438
+ readonly sticky: boolean;
2439
+ readonly unicode: boolean;
2440
+ readonly dotAll: boolean;
2441
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2442
+ [Symbol.replace]: {
2443
+ (string: string, replaceValue: string): string;
2444
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2445
+ };
2446
+ [Symbol.search]: (string: string) => number;
2447
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2448
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2449
+ } | ((params: {
2450
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
2451
+ }) => any) | null | undefined;
2452
2452
  immediate?: boolean | undefined;
2453
2453
  content?: string | undefined;
2454
2454
  placeholder?: string | undefined;
@@ -2828,29 +2828,6 @@ declare const _default: import("vue").DefineComponent<{
2828
2828
  autofocus?: string | undefined;
2829
2829
  autoselect?: boolean | undefined;
2830
2830
  defaultValue?: string | number | object | any[] | {
2831
- exec: (string: string) => RegExpExecArray | null;
2832
- test: (string: string) => boolean;
2833
- readonly source: string;
2834
- readonly global: boolean;
2835
- readonly ignoreCase: boolean;
2836
- readonly multiline: boolean;
2837
- lastIndex: number;
2838
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2839
- readonly flags: string;
2840
- readonly sticky: boolean;
2841
- readonly unicode: boolean;
2842
- readonly dotAll: boolean;
2843
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2844
- [Symbol.replace]: {
2845
- (string: string, replaceValue: string): string;
2846
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2847
- };
2848
- [Symbol.search]: (string: string) => number;
2849
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2850
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2851
- } | ((params: {
2852
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
2853
- }) => any) | {
2854
2831
  toString: () => string;
2855
2832
  toDateString: () => string;
2856
2833
  toTimeString: () => string;
@@ -2912,7 +2889,30 @@ declare const _default: import("vue").DefineComponent<{
2912
2889
  (hint: "number"): number;
2913
2890
  (hint: string): string | number;
2914
2891
  };
2915
- } | null | undefined;
2892
+ } | {
2893
+ exec: (string: string) => RegExpExecArray | null;
2894
+ test: (string: string) => boolean;
2895
+ readonly source: string;
2896
+ readonly global: boolean;
2897
+ readonly ignoreCase: boolean;
2898
+ readonly multiline: boolean;
2899
+ lastIndex: number;
2900
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
2901
+ readonly flags: string;
2902
+ readonly sticky: boolean;
2903
+ readonly unicode: boolean;
2904
+ readonly dotAll: boolean;
2905
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2906
+ [Symbol.replace]: {
2907
+ (string: string, replaceValue: string): string;
2908
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2909
+ };
2910
+ [Symbol.search]: (string: string) => number;
2911
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2912
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2913
+ } | ((params: {
2914
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
2915
+ }) => any) | null | undefined;
2916
2916
  immediate?: boolean | undefined;
2917
2917
  content?: string | undefined;
2918
2918
  placeholder?: string | undefined;
@@ -3131,29 +3131,6 @@ declare const _default: import("vue").DefineComponent<{
3131
3131
  autofocus?: string | undefined;
3132
3132
  autoselect?: boolean | undefined;
3133
3133
  defaultValue?: string | number | object | any[] | {
3134
- exec: (string: string) => RegExpExecArray | null;
3135
- test: (string: string) => boolean;
3136
- readonly source: string;
3137
- readonly global: boolean;
3138
- readonly ignoreCase: boolean;
3139
- readonly multiline: boolean;
3140
- lastIndex: number;
3141
- compile: (pattern: string, flags?: string | undefined) => RegExp;
3142
- readonly flags: string;
3143
- readonly sticky: boolean;
3144
- readonly unicode: boolean;
3145
- readonly dotAll: boolean;
3146
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
3147
- [Symbol.replace]: {
3148
- (string: string, replaceValue: string): string;
3149
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3150
- };
3151
- [Symbol.search]: (string: string) => number;
3152
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
3153
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
3154
- } | ((params: {
3155
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
3156
- }) => any) | {
3157
3134
  toString: () => string;
3158
3135
  toDateString: () => string;
3159
3136
  toTimeString: () => string;
@@ -3215,7 +3192,30 @@ declare const _default: import("vue").DefineComponent<{
3215
3192
  (hint: "number"): number;
3216
3193
  (hint: string): string | number;
3217
3194
  };
3218
- } | null | undefined;
3195
+ } | {
3196
+ exec: (string: string) => RegExpExecArray | null;
3197
+ test: (string: string) => boolean;
3198
+ readonly source: string;
3199
+ readonly global: boolean;
3200
+ readonly ignoreCase: boolean;
3201
+ readonly multiline: boolean;
3202
+ lastIndex: number;
3203
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
3204
+ readonly flags: string;
3205
+ readonly sticky: boolean;
3206
+ readonly unicode: boolean;
3207
+ readonly dotAll: boolean;
3208
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
3209
+ [Symbol.replace]: {
3210
+ (string: string, replaceValue: string): string;
3211
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3212
+ };
3213
+ [Symbol.search]: (string: string) => number;
3214
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
3215
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
3216
+ } | ((params: {
3217
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
3218
+ }) => any) | null | undefined;
3219
3219
  immediate?: boolean | undefined;
3220
3220
  content?: string | undefined;
3221
3221
  placeholder?: string | undefined;
@@ -3622,29 +3622,6 @@ declare const _default: import("vue").DefineComponent<{
3622
3622
  autofocus?: string | undefined;
3623
3623
  autoselect?: boolean | undefined;
3624
3624
  defaultValue?: string | number | object | any[] | {
3625
- exec: (string: string) => RegExpExecArray | null;
3626
- test: (string: string) => boolean;
3627
- readonly source: string;
3628
- readonly global: boolean;
3629
- readonly ignoreCase: boolean;
3630
- readonly multiline: boolean;
3631
- lastIndex: number;
3632
- compile: (pattern: string, flags?: string | undefined) => RegExp;
3633
- readonly flags: string;
3634
- readonly sticky: boolean;
3635
- readonly unicode: boolean;
3636
- readonly dotAll: boolean;
3637
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
3638
- [Symbol.replace]: {
3639
- (string: string, replaceValue: string): string;
3640
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3641
- };
3642
- [Symbol.search]: (string: string) => number;
3643
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
3644
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
3645
- } | ((params: {
3646
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
3647
- }) => any) | {
3648
3625
  toString: () => string;
3649
3626
  toDateString: () => string;
3650
3627
  toTimeString: () => string;
@@ -3706,7 +3683,30 @@ declare const _default: import("vue").DefineComponent<{
3706
3683
  (hint: "number"): number;
3707
3684
  (hint: string): string | number;
3708
3685
  };
3709
- } | null | undefined;
3686
+ } | {
3687
+ exec: (string: string) => RegExpExecArray | null;
3688
+ test: (string: string) => boolean;
3689
+ readonly source: string;
3690
+ readonly global: boolean;
3691
+ readonly ignoreCase: boolean;
3692
+ readonly multiline: boolean;
3693
+ lastIndex: number;
3694
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
3695
+ readonly flags: string;
3696
+ readonly sticky: boolean;
3697
+ readonly unicode: boolean;
3698
+ readonly dotAll: boolean;
3699
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
3700
+ [Symbol.replace]: {
3701
+ (string: string, replaceValue: string): string;
3702
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
3703
+ };
3704
+ [Symbol.search]: (string: string) => number;
3705
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
3706
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
3707
+ } | ((params: {
3708
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
3709
+ }) => any) | null | undefined;
3710
3710
  immediate?: boolean | undefined;
3711
3711
  content?: string | undefined;
3712
3712
  placeholder?: string | undefined;
@@ -3981,29 +3981,6 @@ declare const _default: import("vue").DefineComponent<{
3981
3981
  autofocus?: string | undefined;
3982
3982
  autoselect?: boolean | undefined;
3983
3983
  defaultValue?: string | number | object | any[] | {
3984
- exec: (string: string) => RegExpExecArray | null;
3985
- test: (string: string) => boolean;
3986
- readonly source: string;
3987
- readonly global: boolean;
3988
- readonly ignoreCase: boolean;
3989
- readonly multiline: boolean;
3990
- lastIndex: number;
3991
- compile: (pattern: string, flags?: string | undefined) => RegExp;
3992
- readonly flags: string;
3993
- readonly sticky: boolean;
3994
- readonly unicode: boolean;
3995
- readonly dotAll: boolean;
3996
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
3997
- [Symbol.replace]: {
3998
- (string: string, replaceValue: string): string;
3999
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
4000
- };
4001
- [Symbol.search]: (string: string) => number;
4002
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
4003
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
4004
- } | ((params: {
4005
- column: import("vxe-table").VxeTableDefines.ColumnInfo;
4006
- }) => any) | {
4007
3984
  toString: () => string;
4008
3985
  toDateString: () => string;
4009
3986
  toTimeString: () => string;
@@ -4065,7 +4042,30 @@ declare const _default: import("vue").DefineComponent<{
4065
4042
  (hint: "number"): number;
4066
4043
  (hint: string): string | number;
4067
4044
  };
4068
- } | null | undefined;
4045
+ } | {
4046
+ exec: (string: string) => RegExpExecArray | null;
4047
+ test: (string: string) => boolean;
4048
+ readonly source: string;
4049
+ readonly global: boolean;
4050
+ readonly ignoreCase: boolean;
4051
+ readonly multiline: boolean;
4052
+ lastIndex: number;
4053
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
4054
+ readonly flags: string;
4055
+ readonly sticky: boolean;
4056
+ readonly unicode: boolean;
4057
+ readonly dotAll: boolean;
4058
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
4059
+ [Symbol.replace]: {
4060
+ (string: string, replaceValue: string): string;
4061
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
4062
+ };
4063
+ [Symbol.search]: (string: string) => number;
4064
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
4065
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
4066
+ } | ((params: {
4067
+ column: import("vxe-table").VxeTableDefines.ColumnInfo;
4068
+ }) => any) | null | undefined;
4069
4069
  immediate?: boolean | undefined;
4070
4070
  content?: string | undefined;
4071
4071
  placeholder?: string | undefined;