cc1-form 1.2.14 → 1.2.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.
- package/dist/cc1-form.js +742 -723
- package/dist/cc1-form.umd.cjs +1 -1
- package/dist/components/TCurd/com/form/column.vue.d.ts +28 -0
- package/dist/components/TCurd/com/searchField.vue.d.ts +7 -0
- package/dist/components/TCurd/formColumn.vue.d.ts +20 -0
- package/dist/components/TCurd/index.d.ts +20 -0
- package/dist/components/TCurd/index.vue.d.ts +72 -34
- package/dist/components/TCurd/indexType.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import TForm from '../../utils/TForm';
|
|
2
1
|
import TFormI18n from '../../utils/TFormI18n';
|
|
3
2
|
import TSys from '../../utils/TSys';
|
|
4
3
|
import type { CurdConfig } from './indexType';
|
|
5
4
|
import SwitchConfirm from './com/dialog/switchConfirm.vue';
|
|
6
5
|
import IconRefresh from './icon/refresh.vue';
|
|
7
6
|
import FormText from './com/form/text.vue';
|
|
8
|
-
import { ElButton,
|
|
7
|
+
import { ElButton, ElDialog, ElDropdown, ElDropdownItem, ElDropdownMenu, ElForm, ElFormItem, ElPagination, ElTable, ElTableColumn } from 'element-plus';
|
|
9
8
|
import TableColumn from './tableColumn.vue';
|
|
10
9
|
import FormColumn from './formColumn.vue';
|
|
11
10
|
import Collapse from './icon/Collapse.vue';
|
|
12
11
|
import Expand from './icon/Expand.vue';
|
|
12
|
+
import SearchField from './com/searchField.vue';
|
|
13
13
|
declare const EDialog: {
|
|
14
14
|
Add: any;
|
|
15
15
|
Update: any;
|
|
@@ -119,6 +119,7 @@ declare const conf: {
|
|
|
119
119
|
prepend?: string | ((item: any) => string) | undefined;
|
|
120
120
|
on?: any;
|
|
121
121
|
} | undefined;
|
|
122
|
+
type?: any;
|
|
122
123
|
switch?: {
|
|
123
124
|
[x: string]: any;
|
|
124
125
|
on?: Record<string, any> | undefined;
|
|
@@ -206,6 +207,7 @@ declare const conf: {
|
|
|
206
207
|
prepend?: string | ((item: any) => string) | undefined;
|
|
207
208
|
on?: any;
|
|
208
209
|
} | undefined;
|
|
210
|
+
type?: any;
|
|
209
211
|
switch?: {
|
|
210
212
|
[x: string]: any;
|
|
211
213
|
on?: Record<string, any> | undefined;
|
|
@@ -293,6 +295,7 @@ declare const conf: {
|
|
|
293
295
|
prepend?: string | ((item: any) => string) | undefined;
|
|
294
296
|
on?: any;
|
|
295
297
|
} | undefined;
|
|
298
|
+
type?: any;
|
|
296
299
|
switch?: {
|
|
297
300
|
[x: string]: any;
|
|
298
301
|
on?: Record<string, any> | undefined;
|
|
@@ -364,6 +367,7 @@ declare const conf: {
|
|
|
364
367
|
prepend?: string | ((item: any) => string) | undefined;
|
|
365
368
|
on?: any;
|
|
366
369
|
} | undefined;
|
|
370
|
+
type?: any;
|
|
367
371
|
switch?: {
|
|
368
372
|
[x: string]: any;
|
|
369
373
|
on?: Record<string, any> | undefined;
|
|
@@ -584,6 +588,7 @@ declare const conf: {
|
|
|
584
588
|
prepend?: string | ((item: any) => string) | undefined;
|
|
585
589
|
on?: any;
|
|
586
590
|
} | undefined;
|
|
591
|
+
type?: any;
|
|
587
592
|
switch?: {
|
|
588
593
|
[x: string]: any;
|
|
589
594
|
on?: Record<string, any> | undefined;
|
|
@@ -671,6 +676,7 @@ declare const conf: {
|
|
|
671
676
|
prepend?: string | ((item: any) => string) | undefined;
|
|
672
677
|
on?: any;
|
|
673
678
|
} | undefined;
|
|
679
|
+
type?: any;
|
|
674
680
|
switch?: {
|
|
675
681
|
[x: string]: any;
|
|
676
682
|
on?: Record<string, any> | undefined;
|
|
@@ -758,6 +764,7 @@ declare const conf: {
|
|
|
758
764
|
prepend?: string | ((item: any) => string) | undefined;
|
|
759
765
|
on?: any;
|
|
760
766
|
} | undefined;
|
|
767
|
+
type?: any;
|
|
761
768
|
switch?: {
|
|
762
769
|
[x: string]: any;
|
|
763
770
|
on?: Record<string, any> | undefined;
|
|
@@ -829,6 +836,7 @@ declare const conf: {
|
|
|
829
836
|
prepend?: string | ((item: any) => string) | undefined;
|
|
830
837
|
on?: any;
|
|
831
838
|
} | undefined;
|
|
839
|
+
type?: any;
|
|
832
840
|
switch?: {
|
|
833
841
|
[x: string]: any;
|
|
834
842
|
on?: Record<string, any> | undefined;
|
|
@@ -1004,6 +1012,7 @@ declare const conf: {
|
|
|
1004
1012
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1005
1013
|
on?: any;
|
|
1006
1014
|
} | undefined;
|
|
1015
|
+
type?: any;
|
|
1007
1016
|
switch?: {
|
|
1008
1017
|
[x: string]: any;
|
|
1009
1018
|
on?: Record<string, any> | undefined;
|
|
@@ -1091,6 +1100,7 @@ declare const conf: {
|
|
|
1091
1100
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1092
1101
|
on?: any;
|
|
1093
1102
|
} | undefined;
|
|
1103
|
+
type?: any;
|
|
1094
1104
|
switch?: {
|
|
1095
1105
|
[x: string]: any;
|
|
1096
1106
|
on?: Record<string, any> | undefined;
|
|
@@ -1178,6 +1188,7 @@ declare const conf: {
|
|
|
1178
1188
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1179
1189
|
on?: any;
|
|
1180
1190
|
} | undefined;
|
|
1191
|
+
type?: any;
|
|
1181
1192
|
switch?: {
|
|
1182
1193
|
[x: string]: any;
|
|
1183
1194
|
on?: Record<string, any> | undefined;
|
|
@@ -1249,6 +1260,7 @@ declare const conf: {
|
|
|
1249
1260
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1250
1261
|
on?: any;
|
|
1251
1262
|
} | undefined;
|
|
1263
|
+
type?: any;
|
|
1252
1264
|
switch?: {
|
|
1253
1265
|
[x: string]: any;
|
|
1254
1266
|
on?: Record<string, any> | undefined;
|
|
@@ -1446,6 +1458,7 @@ declare const conf: {
|
|
|
1446
1458
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1447
1459
|
on?: any;
|
|
1448
1460
|
} | undefined;
|
|
1461
|
+
type?: any;
|
|
1449
1462
|
switch?: {
|
|
1450
1463
|
[x: string]: any;
|
|
1451
1464
|
on?: Record<string, any> | undefined;
|
|
@@ -1533,6 +1546,7 @@ declare const conf: {
|
|
|
1533
1546
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1534
1547
|
on?: any;
|
|
1535
1548
|
} | undefined;
|
|
1549
|
+
type?: any;
|
|
1536
1550
|
switch?: {
|
|
1537
1551
|
[x: string]: any;
|
|
1538
1552
|
on?: Record<string, any> | undefined;
|
|
@@ -1620,6 +1634,7 @@ declare const conf: {
|
|
|
1620
1634
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1621
1635
|
on?: any;
|
|
1622
1636
|
} | undefined;
|
|
1637
|
+
type?: any;
|
|
1623
1638
|
switch?: {
|
|
1624
1639
|
[x: string]: any;
|
|
1625
1640
|
on?: Record<string, any> | undefined;
|
|
@@ -1691,6 +1706,7 @@ declare const conf: {
|
|
|
1691
1706
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1692
1707
|
on?: any;
|
|
1693
1708
|
} | undefined;
|
|
1709
|
+
type?: any;
|
|
1694
1710
|
switch?: {
|
|
1695
1711
|
[x: string]: any;
|
|
1696
1712
|
on?: Record<string, any> | undefined;
|
|
@@ -1901,6 +1917,7 @@ declare const conf: {
|
|
|
1901
1917
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1902
1918
|
on?: any;
|
|
1903
1919
|
} | undefined;
|
|
1920
|
+
type?: any;
|
|
1904
1921
|
switch?: {
|
|
1905
1922
|
[x: string]: any;
|
|
1906
1923
|
on?: Record<string, any> | undefined;
|
|
@@ -1988,6 +2005,7 @@ declare const conf: {
|
|
|
1988
2005
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1989
2006
|
on?: any;
|
|
1990
2007
|
} | undefined;
|
|
2008
|
+
type?: any;
|
|
1991
2009
|
switch?: {
|
|
1992
2010
|
[x: string]: any;
|
|
1993
2011
|
on?: Record<string, any> | undefined;
|
|
@@ -2075,6 +2093,7 @@ declare const conf: {
|
|
|
2075
2093
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2076
2094
|
on?: any;
|
|
2077
2095
|
} | undefined;
|
|
2096
|
+
type?: any;
|
|
2078
2097
|
switch?: {
|
|
2079
2098
|
[x: string]: any;
|
|
2080
2099
|
on?: Record<string, any> | undefined;
|
|
@@ -2146,6 +2165,7 @@ declare const conf: {
|
|
|
2146
2165
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2147
2166
|
on?: any;
|
|
2148
2167
|
} | undefined;
|
|
2168
|
+
type?: any;
|
|
2149
2169
|
switch?: {
|
|
2150
2170
|
[x: string]: any;
|
|
2151
2171
|
on?: Record<string, any> | undefined;
|
|
@@ -2305,23 +2325,23 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2305
2325
|
row: Record<string, any>;
|
|
2306
2326
|
}, __VLS_22: string, __VLS_23: {
|
|
2307
2327
|
row: Record<string, any>;
|
|
2308
|
-
},
|
|
2328
|
+
}, __VLS_32: string, __VLS_33: {
|
|
2309
2329
|
row: Record<string, any>;
|
|
2310
|
-
},
|
|
2330
|
+
}, __VLS_36: string, __VLS_37: {
|
|
2311
2331
|
row: Record<string, any>;
|
|
2312
|
-
},
|
|
2332
|
+
}, __VLS_39: {
|
|
2313
2333
|
row: Record<string, any>;
|
|
2314
|
-
},
|
|
2334
|
+
}, __VLS_61: {
|
|
2315
2335
|
row: Record<string, any>;
|
|
2316
|
-
},
|
|
2336
|
+
}, __VLS_123: {}, __VLS_125: {}, __VLS_173: string | number, __VLS_174: any, __VLS_180: {}, __VLS_186: {
|
|
2317
2337
|
row: any;
|
|
2318
|
-
},
|
|
2338
|
+
}, __VLS_204: {
|
|
2319
2339
|
row: any;
|
|
2320
|
-
},
|
|
2340
|
+
}, __VLS_238: {
|
|
2321
2341
|
row: any;
|
|
2322
|
-
},
|
|
2342
|
+
}, __VLS_249: {}, __VLS_261: {
|
|
2323
2343
|
row: any;
|
|
2324
|
-
},
|
|
2344
|
+
}, __VLS_267: string | number, __VLS_268: {
|
|
2325
2345
|
row: any;
|
|
2326
2346
|
item: {
|
|
2327
2347
|
key: string;
|
|
@@ -2372,6 +2392,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2372
2392
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2373
2393
|
on?: any;
|
|
2374
2394
|
} | undefined;
|
|
2395
|
+
type?: any;
|
|
2375
2396
|
switch?: {
|
|
2376
2397
|
[x: string]: any;
|
|
2377
2398
|
on?: Record<string, any> | undefined;
|
|
@@ -2459,6 +2480,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2459
2480
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2460
2481
|
on?: any;
|
|
2461
2482
|
} | undefined;
|
|
2483
|
+
type?: any;
|
|
2462
2484
|
switch?: {
|
|
2463
2485
|
[x: string]: any;
|
|
2464
2486
|
on?: Record<string, any> | undefined;
|
|
@@ -2546,6 +2568,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2546
2568
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2547
2569
|
on?: any;
|
|
2548
2570
|
} | undefined;
|
|
2571
|
+
type?: any;
|
|
2549
2572
|
switch?: {
|
|
2550
2573
|
[x: string]: any;
|
|
2551
2574
|
on?: Record<string, any> | undefined;
|
|
@@ -2617,6 +2640,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2617
2640
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2618
2641
|
on?: any;
|
|
2619
2642
|
} | undefined;
|
|
2643
|
+
type?: any;
|
|
2620
2644
|
switch?: {
|
|
2621
2645
|
[x: string]: any;
|
|
2622
2646
|
on?: Record<string, any> | undefined;
|
|
@@ -2731,7 +2755,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2731
2755
|
form?: number | undefined;
|
|
2732
2756
|
} | undefined;
|
|
2733
2757
|
};
|
|
2734
|
-
},
|
|
2758
|
+
}, __VLS_270: {
|
|
2735
2759
|
row: any;
|
|
2736
2760
|
};
|
|
2737
2761
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
@@ -2741,39 +2765,39 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
2741
2765
|
} & {
|
|
2742
2766
|
[K in NonNullable<typeof __VLS_22>]?: (props: typeof __VLS_23) => any;
|
|
2743
2767
|
} & {
|
|
2744
|
-
[K in NonNullable<typeof
|
|
2768
|
+
[K in NonNullable<typeof __VLS_32>]?: (props: typeof __VLS_33) => any;
|
|
2745
2769
|
} & {
|
|
2746
|
-
[K in NonNullable<typeof
|
|
2770
|
+
[K in NonNullable<typeof __VLS_36>]?: (props: typeof __VLS_37) => any;
|
|
2747
2771
|
} & {
|
|
2748
|
-
[K in NonNullable<typeof
|
|
2772
|
+
[K in NonNullable<typeof __VLS_173>]?: (props: typeof __VLS_174) => any;
|
|
2749
2773
|
} & {
|
|
2750
|
-
[K in NonNullable<typeof
|
|
2774
|
+
[K in NonNullable<typeof __VLS_267>]?: (props: typeof __VLS_268) => any;
|
|
2751
2775
|
} & {
|
|
2752
2776
|
'box-left'?: (props: typeof __VLS_1) => any;
|
|
2753
2777
|
} & {
|
|
2754
2778
|
'search-start'?: (props: typeof __VLS_7) => any;
|
|
2755
2779
|
} & {
|
|
2756
|
-
'search-center'?: (props: typeof
|
|
2780
|
+
'search-center'?: (props: typeof __VLS_39) => any;
|
|
2757
2781
|
} & {
|
|
2758
|
-
'search-end'?: (props: typeof
|
|
2782
|
+
'search-end'?: (props: typeof __VLS_61) => any;
|
|
2759
2783
|
} & {
|
|
2760
|
-
'tools-left'?: (props: typeof
|
|
2784
|
+
'tools-left'?: (props: typeof __VLS_123) => any;
|
|
2761
2785
|
} & {
|
|
2762
|
-
'tools-right'?: (props: typeof
|
|
2786
|
+
'tools-right'?: (props: typeof __VLS_125) => any;
|
|
2763
2787
|
} & {
|
|
2764
|
-
'table-header-op'?: (props: typeof
|
|
2788
|
+
'table-header-op'?: (props: typeof __VLS_180) => any;
|
|
2765
2789
|
} & {
|
|
2766
|
-
'table-op-left'?: (props: typeof
|
|
2790
|
+
'table-op-left'?: (props: typeof __VLS_186) => any;
|
|
2767
2791
|
} & {
|
|
2768
|
-
'table-op-edit-right'?: (props: typeof
|
|
2792
|
+
'table-op-edit-right'?: (props: typeof __VLS_204) => any;
|
|
2769
2793
|
} & {
|
|
2770
|
-
'table-op-right'?: (props: typeof
|
|
2794
|
+
'table-op-right'?: (props: typeof __VLS_238) => any;
|
|
2771
2795
|
} & {
|
|
2772
|
-
'box-right'?: (props: typeof
|
|
2796
|
+
'box-right'?: (props: typeof __VLS_249) => any;
|
|
2773
2797
|
} & {
|
|
2774
|
-
'form-start'?: (props: typeof
|
|
2798
|
+
'form-start'?: (props: typeof __VLS_261) => any;
|
|
2775
2799
|
} & {
|
|
2776
|
-
'form-end'?: (props: typeof
|
|
2800
|
+
'form-end'?: (props: typeof __VLS_270) => any;
|
|
2777
2801
|
}>;
|
|
2778
2802
|
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2779
2803
|
/**
|
|
@@ -2783,31 +2807,25 @@ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2783
2807
|
default: CurdConfig;
|
|
2784
2808
|
};
|
|
2785
2809
|
}>, {
|
|
2786
|
-
TForm: typeof TForm;
|
|
2787
2810
|
TFormI18n: typeof TFormI18n;
|
|
2788
2811
|
SwitchConfirm: typeof SwitchConfirm;
|
|
2789
2812
|
IconRefresh: typeof IconRefresh;
|
|
2790
2813
|
FormText: typeof FormText;
|
|
2791
2814
|
ElButton: typeof ElButton;
|
|
2792
|
-
ElDatePicker: typeof ElDatePicker;
|
|
2793
2815
|
ElDialog: typeof ElDialog;
|
|
2794
2816
|
ElDropdown: typeof ElDropdown;
|
|
2795
2817
|
ElDropdownItem: typeof ElDropdownItem;
|
|
2796
2818
|
ElDropdownMenu: typeof ElDropdownMenu;
|
|
2797
2819
|
ElForm: typeof ElForm;
|
|
2798
2820
|
ElFormItem: typeof ElFormItem;
|
|
2799
|
-
ElInput: typeof ElInput;
|
|
2800
|
-
ElOption: typeof ElOption;
|
|
2801
2821
|
ElPagination: typeof ElPagination;
|
|
2802
|
-
ElSelect: typeof ElSelect;
|
|
2803
2822
|
ElTable: typeof ElTable;
|
|
2804
2823
|
ElTableColumn: typeof ElTableColumn;
|
|
2805
|
-
ElRadio: typeof ElRadio;
|
|
2806
|
-
ElRadioGroup: typeof ElRadioGroup;
|
|
2807
2824
|
TableColumn: typeof TableColumn;
|
|
2808
2825
|
FormColumn: typeof FormColumn;
|
|
2809
2826
|
Collapse: typeof Collapse;
|
|
2810
2827
|
Expand: typeof Expand;
|
|
2828
|
+
SearchField: typeof SearchField;
|
|
2811
2829
|
EDialog: typeof EDialog;
|
|
2812
2830
|
isFun: typeof isFun;
|
|
2813
2831
|
conf: typeof conf;
|
|
@@ -2934,6 +2952,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2934
2952
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2935
2953
|
on?: any;
|
|
2936
2954
|
} | undefined;
|
|
2955
|
+
type?: any;
|
|
2937
2956
|
switch?: {
|
|
2938
2957
|
[x: string]: any;
|
|
2939
2958
|
on?: Record<string, any> | undefined;
|
|
@@ -3021,6 +3040,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3021
3040
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3022
3041
|
on?: any;
|
|
3023
3042
|
} | undefined;
|
|
3043
|
+
type?: any;
|
|
3024
3044
|
switch?: {
|
|
3025
3045
|
[x: string]: any;
|
|
3026
3046
|
on?: Record<string, any> | undefined;
|
|
@@ -3108,6 +3128,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3108
3128
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3109
3129
|
on?: any;
|
|
3110
3130
|
} | undefined;
|
|
3131
|
+
type?: any;
|
|
3111
3132
|
switch?: {
|
|
3112
3133
|
[x: string]: any;
|
|
3113
3134
|
on?: Record<string, any> | undefined;
|
|
@@ -3179,6 +3200,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3179
3200
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3180
3201
|
on?: any;
|
|
3181
3202
|
} | undefined;
|
|
3203
|
+
type?: any;
|
|
3182
3204
|
switch?: {
|
|
3183
3205
|
[x: string]: any;
|
|
3184
3206
|
on?: Record<string, any> | undefined;
|
|
@@ -3399,6 +3421,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3399
3421
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3400
3422
|
on?: any;
|
|
3401
3423
|
} | undefined;
|
|
3424
|
+
type?: any;
|
|
3402
3425
|
switch?: {
|
|
3403
3426
|
[x: string]: any;
|
|
3404
3427
|
on?: Record<string, any> | undefined;
|
|
@@ -3486,6 +3509,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3486
3509
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3487
3510
|
on?: any;
|
|
3488
3511
|
} | undefined;
|
|
3512
|
+
type?: any;
|
|
3489
3513
|
switch?: {
|
|
3490
3514
|
[x: string]: any;
|
|
3491
3515
|
on?: Record<string, any> | undefined;
|
|
@@ -3573,6 +3597,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3573
3597
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3574
3598
|
on?: any;
|
|
3575
3599
|
} | undefined;
|
|
3600
|
+
type?: any;
|
|
3576
3601
|
switch?: {
|
|
3577
3602
|
[x: string]: any;
|
|
3578
3603
|
on?: Record<string, any> | undefined;
|
|
@@ -3644,6 +3669,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3644
3669
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3645
3670
|
on?: any;
|
|
3646
3671
|
} | undefined;
|
|
3672
|
+
type?: any;
|
|
3647
3673
|
switch?: {
|
|
3648
3674
|
[x: string]: any;
|
|
3649
3675
|
on?: Record<string, any> | undefined;
|
|
@@ -3819,6 +3845,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3819
3845
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3820
3846
|
on?: any;
|
|
3821
3847
|
} | undefined;
|
|
3848
|
+
type?: any;
|
|
3822
3849
|
switch?: {
|
|
3823
3850
|
[x: string]: any;
|
|
3824
3851
|
on?: Record<string, any> | undefined;
|
|
@@ -3906,6 +3933,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3906
3933
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3907
3934
|
on?: any;
|
|
3908
3935
|
} | undefined;
|
|
3936
|
+
type?: any;
|
|
3909
3937
|
switch?: {
|
|
3910
3938
|
[x: string]: any;
|
|
3911
3939
|
on?: Record<string, any> | undefined;
|
|
@@ -3993,6 +4021,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3993
4021
|
prepend?: string | ((item: any) => string) | undefined;
|
|
3994
4022
|
on?: any;
|
|
3995
4023
|
} | undefined;
|
|
4024
|
+
type?: any;
|
|
3996
4025
|
switch?: {
|
|
3997
4026
|
[x: string]: any;
|
|
3998
4027
|
on?: Record<string, any> | undefined;
|
|
@@ -4064,6 +4093,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4064
4093
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4065
4094
|
on?: any;
|
|
4066
4095
|
} | undefined;
|
|
4096
|
+
type?: any;
|
|
4067
4097
|
switch?: {
|
|
4068
4098
|
[x: string]: any;
|
|
4069
4099
|
on?: Record<string, any> | undefined;
|
|
@@ -4261,6 +4291,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4261
4291
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4262
4292
|
on?: any;
|
|
4263
4293
|
} | undefined;
|
|
4294
|
+
type?: any;
|
|
4264
4295
|
switch?: {
|
|
4265
4296
|
[x: string]: any;
|
|
4266
4297
|
on?: Record<string, any> | undefined;
|
|
@@ -4348,6 +4379,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4348
4379
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4349
4380
|
on?: any;
|
|
4350
4381
|
} | undefined;
|
|
4382
|
+
type?: any;
|
|
4351
4383
|
switch?: {
|
|
4352
4384
|
[x: string]: any;
|
|
4353
4385
|
on?: Record<string, any> | undefined;
|
|
@@ -4435,6 +4467,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4435
4467
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4436
4468
|
on?: any;
|
|
4437
4469
|
} | undefined;
|
|
4470
|
+
type?: any;
|
|
4438
4471
|
switch?: {
|
|
4439
4472
|
[x: string]: any;
|
|
4440
4473
|
on?: Record<string, any> | undefined;
|
|
@@ -4506,6 +4539,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4506
4539
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4507
4540
|
on?: any;
|
|
4508
4541
|
} | undefined;
|
|
4542
|
+
type?: any;
|
|
4509
4543
|
switch?: {
|
|
4510
4544
|
[x: string]: any;
|
|
4511
4545
|
on?: Record<string, any> | undefined;
|
|
@@ -4716,6 +4750,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4716
4750
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4717
4751
|
on?: any;
|
|
4718
4752
|
} | undefined;
|
|
4753
|
+
type?: any;
|
|
4719
4754
|
switch?: {
|
|
4720
4755
|
[x: string]: any;
|
|
4721
4756
|
on?: Record<string, any> | undefined;
|
|
@@ -4803,6 +4838,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4803
4838
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4804
4839
|
on?: any;
|
|
4805
4840
|
} | undefined;
|
|
4841
|
+
type?: any;
|
|
4806
4842
|
switch?: {
|
|
4807
4843
|
[x: string]: any;
|
|
4808
4844
|
on?: Record<string, any> | undefined;
|
|
@@ -4890,6 +4926,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4890
4926
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4891
4927
|
on?: any;
|
|
4892
4928
|
} | undefined;
|
|
4929
|
+
type?: any;
|
|
4893
4930
|
switch?: {
|
|
4894
4931
|
[x: string]: any;
|
|
4895
4932
|
on?: Record<string, any> | undefined;
|
|
@@ -4961,6 +4998,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
4961
4998
|
prepend?: string | ((item: any) => string) | undefined;
|
|
4962
4999
|
on?: any;
|
|
4963
5000
|
} | undefined;
|
|
5001
|
+
type?: any;
|
|
4964
5002
|
switch?: {
|
|
4965
5003
|
[x: string]: any;
|
|
4966
5004
|
on?: Record<string, any> | undefined;
|