wyfe-ivue 1.11.2 → 1.11.4
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/Span-DAnPVkht.js +4 -0
- package/dist/{index-C1ZZC6dq.js → index-DID7KGc8.js} +9057 -8989
- package/dist/index.es.js +1 -1
- package/dist/index.umd.cjs +21 -21
- package/dist/types/index.d.ts +28 -76
- package/dist/wyfe-ivue.css +1 -1
- package/package.json +1 -1
- package/dist/Span-DWfaheml.js +0 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -67,32 +67,20 @@ useBottomSlot: boolean;
|
|
|
67
67
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
68
68
|
|
|
69
69
|
declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
|
|
70
|
-
/**
|
|
71
|
-
* 语言 默认zh,仅对ElementPlus组件有效
|
|
72
|
-
*/
|
|
73
70
|
language: {
|
|
74
71
|
type: StringConstructor;
|
|
75
72
|
default: string;
|
|
76
73
|
validator: (val: string) => boolean;
|
|
77
74
|
};
|
|
78
|
-
/**
|
|
79
|
-
* 主题模式 默认light
|
|
80
|
-
*/
|
|
81
75
|
themeMode: {
|
|
82
76
|
type: StringConstructor;
|
|
83
77
|
default: string;
|
|
84
78
|
validator: (val: string) => boolean;
|
|
85
79
|
};
|
|
86
|
-
/**
|
|
87
|
-
* 字典映射 此处配置同时作用于UseElForm和UseElTable组件
|
|
88
|
-
*/
|
|
89
80
|
dictMap: {
|
|
90
81
|
type: ObjectConstructor;
|
|
91
82
|
default: () => {};
|
|
92
83
|
};
|
|
93
|
-
/**
|
|
94
|
-
* 字典属性 此处配置同时作用于UseElForm和UseElTable组件
|
|
95
|
-
*/
|
|
96
84
|
dictProps: {
|
|
97
85
|
type: ObjectConstructor;
|
|
98
86
|
default: () => {
|
|
@@ -100,40 +88,29 @@ value: string;
|
|
|
100
88
|
label: string;
|
|
101
89
|
};
|
|
102
90
|
};
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
91
|
+
dictDataToString: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
106
95
|
tableExtraHeight: {
|
|
107
96
|
type: NumberConstructor;
|
|
108
97
|
default: number;
|
|
109
98
|
};
|
|
110
99
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
111
|
-
/**
|
|
112
|
-
* 语言 默认zh,仅对ElementPlus组件有效
|
|
113
|
-
*/
|
|
114
100
|
language: {
|
|
115
101
|
type: StringConstructor;
|
|
116
102
|
default: string;
|
|
117
103
|
validator: (val: string) => boolean;
|
|
118
104
|
};
|
|
119
|
-
/**
|
|
120
|
-
* 主题模式 默认light
|
|
121
|
-
*/
|
|
122
105
|
themeMode: {
|
|
123
106
|
type: StringConstructor;
|
|
124
107
|
default: string;
|
|
125
108
|
validator: (val: string) => boolean;
|
|
126
109
|
};
|
|
127
|
-
/**
|
|
128
|
-
* 字典映射 此处配置同时作用于UseElForm和UseElTable组件
|
|
129
|
-
*/
|
|
130
110
|
dictMap: {
|
|
131
111
|
type: ObjectConstructor;
|
|
132
112
|
default: () => {};
|
|
133
113
|
};
|
|
134
|
-
/**
|
|
135
|
-
* 字典属性 此处配置同时作用于UseElForm和UseElTable组件
|
|
136
|
-
*/
|
|
137
114
|
dictProps: {
|
|
138
115
|
type: ObjectConstructor;
|
|
139
116
|
default: () => {
|
|
@@ -141,9 +118,10 @@ value: string;
|
|
|
141
118
|
label: string;
|
|
142
119
|
};
|
|
143
120
|
};
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
121
|
+
dictDataToString: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
147
125
|
tableExtraHeight: {
|
|
148
126
|
type: NumberConstructor;
|
|
149
127
|
default: number;
|
|
@@ -153,6 +131,7 @@ language: string;
|
|
|
153
131
|
themeMode: string;
|
|
154
132
|
dictMap: Record<string, any>;
|
|
155
133
|
dictProps: Record<string, any>;
|
|
134
|
+
dictDataToString: boolean;
|
|
156
135
|
tableExtraHeight: number;
|
|
157
136
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
158
137
|
|
|
@@ -995,10 +974,7 @@ default: () => {};
|
|
|
995
974
|
};
|
|
996
975
|
dictProps: {
|
|
997
976
|
type: ObjectConstructor;
|
|
998
|
-
default: () => {
|
|
999
|
-
value: string;
|
|
1000
|
-
label: string;
|
|
1001
|
-
};
|
|
977
|
+
default: () => {};
|
|
1002
978
|
};
|
|
1003
979
|
formItemWidth: {
|
|
1004
980
|
type: StringConstructor;
|
|
@@ -1061,10 +1037,7 @@ default: () => {};
|
|
|
1061
1037
|
};
|
|
1062
1038
|
dictProps: {
|
|
1063
1039
|
type: ObjectConstructor;
|
|
1064
|
-
default: () => {
|
|
1065
|
-
value: string;
|
|
1066
|
-
label: string;
|
|
1067
|
-
};
|
|
1040
|
+
default: () => {};
|
|
1068
1041
|
};
|
|
1069
1042
|
formItemWidth: {
|
|
1070
1043
|
type: StringConstructor;
|
|
@@ -1185,10 +1158,7 @@ default: () => {};
|
|
|
1185
1158
|
};
|
|
1186
1159
|
dictProps: {
|
|
1187
1160
|
type: ObjectConstructor;
|
|
1188
|
-
default: () => {
|
|
1189
|
-
value: string;
|
|
1190
|
-
label: string;
|
|
1191
|
-
};
|
|
1161
|
+
default: () => {};
|
|
1192
1162
|
};
|
|
1193
1163
|
formItemWidth: {
|
|
1194
1164
|
type: StringConstructor;
|
|
@@ -1295,10 +1265,7 @@ default: () => {};
|
|
|
1295
1265
|
};
|
|
1296
1266
|
dictProps: {
|
|
1297
1267
|
type: ObjectConstructor;
|
|
1298
|
-
default: () => {
|
|
1299
|
-
value: string;
|
|
1300
|
-
label: string;
|
|
1301
|
-
};
|
|
1268
|
+
default: () => {};
|
|
1302
1269
|
};
|
|
1303
1270
|
formItemWidth: {
|
|
1304
1271
|
type: StringConstructor;
|
|
@@ -1431,10 +1398,7 @@ default: () => {};
|
|
|
1431
1398
|
};
|
|
1432
1399
|
dictProps: {
|
|
1433
1400
|
type: ObjectConstructor;
|
|
1434
|
-
default: () => {
|
|
1435
|
-
value: string;
|
|
1436
|
-
label: string;
|
|
1437
|
-
};
|
|
1401
|
+
default: () => {};
|
|
1438
1402
|
};
|
|
1439
1403
|
formItemWidth: {
|
|
1440
1404
|
type: StringConstructor;
|
|
@@ -1546,10 +1510,7 @@ default: () => {};
|
|
|
1546
1510
|
};
|
|
1547
1511
|
dictProps: {
|
|
1548
1512
|
type: ObjectConstructor;
|
|
1549
|
-
default: () => {
|
|
1550
|
-
value: string;
|
|
1551
|
-
label: string;
|
|
1552
|
-
};
|
|
1513
|
+
default: () => {};
|
|
1553
1514
|
};
|
|
1554
1515
|
formItemWidth: {
|
|
1555
1516
|
type: StringConstructor;
|
|
@@ -1624,10 +1585,11 @@ default: () => {};
|
|
|
1624
1585
|
};
|
|
1625
1586
|
dictProps: {
|
|
1626
1587
|
type: ObjectConstructor;
|
|
1627
|
-
default: () => {
|
|
1628
|
-
value: string;
|
|
1629
|
-
label: string;
|
|
1588
|
+
default: () => {};
|
|
1630
1589
|
};
|
|
1590
|
+
dictDataToString: {
|
|
1591
|
+
type: BooleanConstructor;
|
|
1592
|
+
default: undefined;
|
|
1631
1593
|
};
|
|
1632
1594
|
showOverflowTooltip: {
|
|
1633
1595
|
type: BooleanConstructor;
|
|
@@ -1686,10 +1648,11 @@ default: () => {};
|
|
|
1686
1648
|
};
|
|
1687
1649
|
dictProps: {
|
|
1688
1650
|
type: ObjectConstructor;
|
|
1689
|
-
default: () => {
|
|
1690
|
-
value: string;
|
|
1691
|
-
label: string;
|
|
1651
|
+
default: () => {};
|
|
1692
1652
|
};
|
|
1653
|
+
dictDataToString: {
|
|
1654
|
+
type: BooleanConstructor;
|
|
1655
|
+
default: undefined;
|
|
1693
1656
|
};
|
|
1694
1657
|
showOverflowTooltip: {
|
|
1695
1658
|
type: BooleanConstructor;
|
|
@@ -1729,6 +1692,7 @@ extConfig: Record<string, any>;
|
|
|
1729
1692
|
themeMode: string;
|
|
1730
1693
|
dictMap: Record<string, any>;
|
|
1731
1694
|
dictProps: Record<string, any>;
|
|
1695
|
+
dictDataToString: boolean;
|
|
1732
1696
|
tableColumnAlign: string;
|
|
1733
1697
|
tableLoading: boolean;
|
|
1734
1698
|
showOverflowTooltip: boolean;
|
|
@@ -1845,10 +1809,7 @@ declare function __VLS_template_4(): {
|
|
|
1845
1809
|
};
|
|
1846
1810
|
dictProps: {
|
|
1847
1811
|
type: ObjectConstructor;
|
|
1848
|
-
default: () => {
|
|
1849
|
-
value: string;
|
|
1850
|
-
label: string;
|
|
1851
|
-
};
|
|
1812
|
+
default: () => {};
|
|
1852
1813
|
};
|
|
1853
1814
|
formItemWidth: {
|
|
1854
1815
|
type: StringConstructor;
|
|
@@ -1955,10 +1916,7 @@ declare function __VLS_template_4(): {
|
|
|
1955
1916
|
};
|
|
1956
1917
|
dictProps: {
|
|
1957
1918
|
type: ObjectConstructor;
|
|
1958
|
-
default: () => {
|
|
1959
|
-
value: string;
|
|
1960
|
-
label: string;
|
|
1961
|
-
};
|
|
1919
|
+
default: () => {};
|
|
1962
1920
|
};
|
|
1963
1921
|
formItemWidth: {
|
|
1964
1922
|
type: StringConstructor;
|
|
@@ -2091,10 +2049,7 @@ declare function __VLS_template_4(): {
|
|
|
2091
2049
|
};
|
|
2092
2050
|
dictProps: {
|
|
2093
2051
|
type: ObjectConstructor;
|
|
2094
|
-
default: () => {
|
|
2095
|
-
value: string;
|
|
2096
|
-
label: string;
|
|
2097
|
-
};
|
|
2052
|
+
default: () => {};
|
|
2098
2053
|
};
|
|
2099
2054
|
formItemWidth: {
|
|
2100
2055
|
type: StringConstructor;
|
|
@@ -2206,10 +2161,7 @@ declare function __VLS_template_4(): {
|
|
|
2206
2161
|
};
|
|
2207
2162
|
dictProps: {
|
|
2208
2163
|
type: ObjectConstructor;
|
|
2209
|
-
default: () => {
|
|
2210
|
-
value: string;
|
|
2211
|
-
label: string;
|
|
2212
|
-
};
|
|
2164
|
+
default: () => {};
|
|
2213
2165
|
};
|
|
2214
2166
|
formItemWidth: {
|
|
2215
2167
|
type: StringConstructor;
|