wyfe-ivue 1.10.2 → 1.11.1

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.
@@ -67,6 +67,81 @@ 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
+ language: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ validator: (val: string) => boolean;
77
+ };
78
+ /**
79
+ * 主题模式 默认light
80
+ */
81
+ themeMode: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ validator: (val: string) => boolean;
85
+ };
86
+ /**
87
+ * 字典映射 此处配置同时作用于UseElForm和UseElTable组件
88
+ */
89
+ dictMap: {
90
+ type: ObjectConstructor;
91
+ default: () => {};
92
+ };
93
+ /**
94
+ * 字典属性 此处配置同时作用于UseElForm和UseElTable组件
95
+ */
96
+ dictProps: {
97
+ type: ObjectConstructor;
98
+ default: () => {
99
+ value: string;
100
+ label: string;
101
+ };
102
+ };
103
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
104
+ /**
105
+ * 语言 默认zh,仅对ElementPlus组件有效
106
+ */
107
+ language: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ validator: (val: string) => boolean;
111
+ };
112
+ /**
113
+ * 主题模式 默认light
114
+ */
115
+ themeMode: {
116
+ type: StringConstructor;
117
+ default: string;
118
+ validator: (val: string) => boolean;
119
+ };
120
+ /**
121
+ * 字典映射 此处配置同时作用于UseElForm和UseElTable组件
122
+ */
123
+ dictMap: {
124
+ type: ObjectConstructor;
125
+ default: () => {};
126
+ };
127
+ /**
128
+ * 字典属性 此处配置同时作用于UseElForm和UseElTable组件
129
+ */
130
+ dictProps: {
131
+ type: ObjectConstructor;
132
+ default: () => {
133
+ value: string;
134
+ label: string;
135
+ };
136
+ };
137
+ }>> & Readonly<{}>, {
138
+ language: string;
139
+ themeMode: string;
140
+ dictMap: Record<string, any>;
141
+ dictProps: Record<string, any>;
142
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
143
+
144
+ declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
70
145
  title: {
71
146
  type: StringConstructor;
72
147
  default: string;
@@ -885,7 +960,7 @@ showFooter: boolean;
885
960
  edRef: unknown;
886
961
  }, any>;
887
962
 
888
- declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
963
+ declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
889
964
  formMode: {
890
965
  type: StringConstructor;
891
966
  default: string;
@@ -910,11 +985,6 @@ value: string;
910
985
  label: string;
911
986
  };
912
987
  };
913
- language: {
914
- type: StringConstructor;
915
- default: string;
916
- validator: (val: string) => boolean;
917
- };
918
988
  formItemWidth: {
919
989
  type: StringConstructor;
920
990
  default: string;
@@ -981,11 +1051,6 @@ value: string;
981
1051
  label: string;
982
1052
  };
983
1053
  };
984
- language: {
985
- type: StringConstructor;
986
- default: string;
987
- validator: (val: string) => boolean;
988
- };
989
1054
  formItemWidth: {
990
1055
  type: StringConstructor;
991
1056
  default: string;
@@ -1027,7 +1092,6 @@ default: boolean;
1027
1092
  formMode: string;
1028
1093
  dictMap: Record<string, any>;
1029
1094
  dictProps: Record<string, any>;
1030
- language: string;
1031
1095
  formItemWidth: string;
1032
1096
  labelSuffix: string;
1033
1097
  labelWidth: string;
@@ -1045,7 +1109,6 @@ $props: Partial<{
1045
1109
  formMode: string;
1046
1110
  dictMap: Record<string, any>;
1047
1111
  dictProps: Record<string, any>;
1048
- language: string;
1049
1112
  formItemWidth: string;
1050
1113
  labelSuffix: string;
1051
1114
  labelWidth: string;
@@ -1059,7 +1122,6 @@ showBorberBottom: boolean;
1059
1122
  readonly formMode: string;
1060
1123
  readonly dictMap: Record<string, any>;
1061
1124
  readonly dictProps: Record<string, any>;
1062
- readonly language: string;
1063
1125
  readonly formItemWidth: string;
1064
1126
  readonly labelSuffix: string;
1065
1127
  readonly labelWidth: string;
@@ -1071,7 +1133,7 @@ readonly queryLoading: boolean;
1071
1133
  readonly showBorberBottom: boolean;
1072
1134
  readonly formColumns?: IFormColumn[] | undefined;
1073
1135
  readonly formModel?: Record<string, any> | undefined;
1074
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1136
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1075
1137
  $attrs: {
1076
1138
  [x: string]: unknown;
1077
1139
  };
@@ -1113,11 +1175,6 @@ value: string;
1113
1175
  label: string;
1114
1176
  };
1115
1177
  };
1116
- language: {
1117
- type: StringConstructor;
1118
- default: string;
1119
- validator: (val: string) => boolean;
1120
- };
1121
1178
  formItemWidth: {
1122
1179
  type: StringConstructor;
1123
1180
  default: string;
@@ -1161,7 +1218,6 @@ efRef: Ref<null, null>;
1161
1218
  formMode: string;
1162
1219
  dictMap: Record<string, any>;
1163
1220
  dictProps: Record<string, any>;
1164
- language: string;
1165
1221
  formItemWidth: string;
1166
1222
  labelSuffix: string;
1167
1223
  labelWidth: string;
@@ -1195,7 +1251,6 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
1195
1251
  formMode: string;
1196
1252
  dictMap: Record<string, any>;
1197
1253
  dictProps: Record<string, any>;
1198
- language: string;
1199
1254
  formItemWidth: string;
1200
1255
  labelSuffix: string;
1201
1256
  labelWidth: string;
@@ -1230,11 +1285,6 @@ value: string;
1230
1285
  label: string;
1231
1286
  };
1232
1287
  };
1233
- language: {
1234
- type: StringConstructor;
1235
- default: string;
1236
- validator: (val: string) => boolean;
1237
- };
1238
1288
  formItemWidth: {
1239
1289
  type: StringConstructor;
1240
1290
  default: string;
@@ -1272,7 +1322,7 @@ showBorberBottom: {
1272
1322
  type: BooleanConstructor;
1273
1323
  default: boolean;
1274
1324
  };
1275
- }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
1325
+ }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
1276
1326
  efRef: Ref<null, null>;
1277
1327
  }> & {} & ComponentCustomProperties & {} & {
1278
1328
  $slots: Partial<Record<string, (_: {
@@ -1303,7 +1353,6 @@ $props: Partial<{
1303
1353
  formMode: string;
1304
1354
  dictMap: Record<string, any>;
1305
1355
  dictProps: Record<string, any>;
1306
- language: string;
1307
1356
  formItemWidth: string;
1308
1357
  labelSuffix: string;
1309
1358
  labelWidth: string;
@@ -1317,7 +1366,6 @@ showBorberBottom: boolean;
1317
1366
  readonly formMode: string;
1318
1367
  readonly dictMap: Record<string, any>;
1319
1368
  readonly dictProps: Record<string, any>;
1320
- readonly language: string;
1321
1369
  readonly formItemWidth: string;
1322
1370
  readonly labelSuffix: string;
1323
1371
  readonly labelWidth: string;
@@ -1330,7 +1378,7 @@ readonly showBorberBottom: boolean;
1330
1378
  readonly formColumns?: IFormColumn[] | undefined;
1331
1379
  readonly formModel?: Record<string, any> | undefined;
1332
1380
  readonly onOnQuery?: ((...args: any[]) => any) | undefined;
1333
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1381
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1334
1382
  $attrs: {
1335
1383
  [x: string]: unknown;
1336
1384
  };
@@ -1373,11 +1421,6 @@ value: string;
1373
1421
  label: string;
1374
1422
  };
1375
1423
  };
1376
- language: {
1377
- type: StringConstructor;
1378
- default: string;
1379
- validator: (val: string) => boolean;
1380
- };
1381
1424
  formItemWidth: {
1382
1425
  type: StringConstructor;
1383
1426
  default: string;
@@ -1426,7 +1469,6 @@ onQuery: (...args: any[]) => void;
1426
1469
  formMode: string;
1427
1470
  dictMap: Record<string, any>;
1428
1471
  dictProps: Record<string, any>;
1429
- language: string;
1430
1472
  formItemWidth: string;
1431
1473
  labelSuffix: string;
1432
1474
  labelWidth: string;
@@ -1460,7 +1502,6 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
1460
1502
  formMode: string;
1461
1503
  dictMap: Record<string, any>;
1462
1504
  dictProps: Record<string, any>;
1463
- language: string;
1464
1505
  formItemWidth: string;
1465
1506
  labelSuffix: string;
1466
1507
  labelWidth: string;
@@ -1495,11 +1536,6 @@ value: string;
1495
1536
  label: string;
1496
1537
  };
1497
1538
  };
1498
- language: {
1499
- type: StringConstructor;
1500
- default: string;
1501
- validator: (val: string) => boolean;
1502
- };
1503
1539
  formItemWidth: {
1504
1540
  type: StringConstructor;
1505
1541
  default: string;
@@ -1539,7 +1575,7 @@ default: boolean;
1539
1575
  };
1540
1576
  }>> & Readonly<{
1541
1577
  onOnQuery?: ((...args: any[]) => any) | undefined;
1542
- }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
1578
+ }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
1543
1579
  efRef: Ref<null, null>;
1544
1580
  cascaderRef: Ref<null, null>;
1545
1581
  }> & {} & ComponentCustomProperties & {} & {
@@ -1549,7 +1585,7 @@ formRight?(_: {}): any;
1549
1585
  }) | null;
1550
1586
  }, HTMLDivElement>;
1551
1587
 
1552
- declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
1588
+ declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
1553
1589
  tableColumns: {
1554
1590
  type: PropType<ITableColumn[]>;
1555
1591
  required: boolean;
@@ -1578,11 +1614,6 @@ value: string;
1578
1614
  label: string;
1579
1615
  };
1580
1616
  };
1581
- language: {
1582
- type: StringConstructor;
1583
- default: string;
1584
- validator: (val: string) => boolean;
1585
- };
1586
1617
  showOverflowTooltip: {
1587
1618
  type: BooleanConstructor;
1588
1619
  default: boolean;
@@ -1645,11 +1676,6 @@ value: string;
1645
1676
  label: string;
1646
1677
  };
1647
1678
  };
1648
- language: {
1649
- type: StringConstructor;
1650
- default: string;
1651
- validator: (val: string) => boolean;
1652
- };
1653
1679
  showOverflowTooltip: {
1654
1680
  type: BooleanConstructor;
1655
1681
  default: boolean;
@@ -1685,14 +1711,13 @@ default: () => {};
1685
1711
  "onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
1686
1712
  }>, {
1687
1713
  extConfig: Record<string, any>;
1714
+ themeMode: string;
1688
1715
  dictMap: Record<string, any>;
1689
1716
  dictProps: Record<string, any>;
1690
- language: string;
1691
1717
  tableColumnAlign: string;
1692
1718
  tableLoading: boolean;
1693
1719
  showOverflowTooltip: boolean;
1694
1720
  headerCellStyle: Record<string, any>;
1695
- themeMode: string;
1696
1721
  disabledRowClick: boolean;
1697
1722
  highlightCurrentRow: boolean;
1698
1723
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
@@ -1714,6 +1739,15 @@ declare function __VLS_template(): {
1714
1739
  };
1715
1740
 
1716
1741
  declare function __VLS_template_2(): {
1742
+ attrs: Partial<{}>;
1743
+ slots: {
1744
+ default?(_: {}): any;
1745
+ };
1746
+ refs: {};
1747
+ rootEl: any;
1748
+ };
1749
+
1750
+ declare function __VLS_template_3(): {
1717
1751
  attrs: Partial<{}>;
1718
1752
  slots: {
1719
1753
  default?(_: {}): any;
@@ -1724,7 +1758,7 @@ declare function __VLS_template_2(): {
1724
1758
  rootEl: any;
1725
1759
  };
1726
1760
 
1727
- declare function __VLS_template_3(): {
1761
+ declare function __VLS_template_4(): {
1728
1762
  attrs: Partial<{}>;
1729
1763
  slots: Partial<Record<number, (_: any) => any>>;
1730
1764
  refs: {
@@ -1735,7 +1769,6 @@ declare function __VLS_template_3(): {
1735
1769
  formMode: string;
1736
1770
  dictMap: Record<string, any>;
1737
1771
  dictProps: Record<string, any>;
1738
- language: string;
1739
1772
  formItemWidth: string;
1740
1773
  labelSuffix: string;
1741
1774
  labelWidth: string;
@@ -1749,7 +1782,6 @@ declare function __VLS_template_3(): {
1749
1782
  readonly formMode: string;
1750
1783
  readonly dictMap: Record<string, any>;
1751
1784
  readonly dictProps: Record<string, any>;
1752
- readonly language: string;
1753
1785
  readonly formItemWidth: string;
1754
1786
  readonly labelSuffix: string;
1755
1787
  readonly labelWidth: string;
@@ -1761,7 +1793,7 @@ declare function __VLS_template_3(): {
1761
1793
  readonly showBorberBottom: boolean;
1762
1794
  readonly formColumns?: IFormColumn[] | undefined;
1763
1795
  readonly formModel?: Record<string, any> | undefined;
1764
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1796
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1765
1797
  $attrs: {
1766
1798
  [x: string]: unknown;
1767
1799
  };
@@ -1803,11 +1835,6 @@ declare function __VLS_template_3(): {
1803
1835
  label: string;
1804
1836
  };
1805
1837
  };
1806
- language: {
1807
- type: StringConstructor;
1808
- default: string;
1809
- validator: (val: string) => boolean;
1810
- };
1811
1838
  formItemWidth: {
1812
1839
  type: StringConstructor;
1813
1840
  default: string;
@@ -1851,7 +1878,6 @@ declare function __VLS_template_3(): {
1851
1878
  formMode: string;
1852
1879
  dictMap: Record<string, any>;
1853
1880
  dictProps: Record<string, any>;
1854
- language: string;
1855
1881
  formItemWidth: string;
1856
1882
  labelSuffix: string;
1857
1883
  labelWidth: string;
@@ -1885,7 +1911,6 @@ declare function __VLS_template_3(): {
1885
1911
  formMode: string;
1886
1912
  dictMap: Record<string, any>;
1887
1913
  dictProps: Record<string, any>;
1888
- language: string;
1889
1914
  formItemWidth: string;
1890
1915
  labelSuffix: string;
1891
1916
  labelWidth: string;
@@ -1920,11 +1945,6 @@ declare function __VLS_template_3(): {
1920
1945
  label: string;
1921
1946
  };
1922
1947
  };
1923
- language: {
1924
- type: StringConstructor;
1925
- default: string;
1926
- validator: (val: string) => boolean;
1927
- };
1928
1948
  formItemWidth: {
1929
1949
  type: StringConstructor;
1930
1950
  default: string;
@@ -1962,7 +1982,7 @@ declare function __VLS_template_3(): {
1962
1982
  type: BooleanConstructor;
1963
1983
  default: boolean;
1964
1984
  };
1965
- }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
1985
+ }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
1966
1986
  efRef: Ref<null, null>;
1967
1987
  }> & {} & ComponentCustomProperties & {} & {
1968
1988
  $slots: Partial<Record<string, (_: {
@@ -1993,7 +2013,6 @@ declare function __VLS_template_3(): {
1993
2013
  formMode: string;
1994
2014
  dictMap: Record<string, any>;
1995
2015
  dictProps: Record<string, any>;
1996
- language: string;
1997
2016
  formItemWidth: string;
1998
2017
  labelSuffix: string;
1999
2018
  labelWidth: string;
@@ -2007,7 +2026,6 @@ declare function __VLS_template_3(): {
2007
2026
  readonly formMode: string;
2008
2027
  readonly dictMap: Record<string, any>;
2009
2028
  readonly dictProps: Record<string, any>;
2010
- readonly language: string;
2011
2029
  readonly formItemWidth: string;
2012
2030
  readonly labelSuffix: string;
2013
2031
  readonly labelWidth: string;
@@ -2020,7 +2038,7 @@ declare function __VLS_template_3(): {
2020
2038
  readonly formColumns?: IFormColumn[] | undefined;
2021
2039
  readonly formModel?: Record<string, any> | undefined;
2022
2040
  readonly onOnQuery?: ((...args: any[]) => any) | undefined;
2023
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
2041
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
2024
2042
  $attrs: {
2025
2043
  [x: string]: unknown;
2026
2044
  };
@@ -2063,11 +2081,6 @@ declare function __VLS_template_3(): {
2063
2081
  label: string;
2064
2082
  };
2065
2083
  };
2066
- language: {
2067
- type: StringConstructor;
2068
- default: string;
2069
- validator: (val: string) => boolean;
2070
- };
2071
2084
  formItemWidth: {
2072
2085
  type: StringConstructor;
2073
2086
  default: string;
@@ -2116,7 +2129,6 @@ declare function __VLS_template_3(): {
2116
2129
  formMode: string;
2117
2130
  dictMap: Record<string, any>;
2118
2131
  dictProps: Record<string, any>;
2119
- language: string;
2120
2132
  formItemWidth: string;
2121
2133
  labelSuffix: string;
2122
2134
  labelWidth: string;
@@ -2150,7 +2162,6 @@ declare function __VLS_template_3(): {
2150
2162
  formMode: string;
2151
2163
  dictMap: Record<string, any>;
2152
2164
  dictProps: Record<string, any>;
2153
- language: string;
2154
2165
  formItemWidth: string;
2155
2166
  labelSuffix: string;
2156
2167
  labelWidth: string;
@@ -2185,11 +2196,6 @@ declare function __VLS_template_3(): {
2185
2196
  label: string;
2186
2197
  };
2187
2198
  };
2188
- language: {
2189
- type: StringConstructor;
2190
- default: string;
2191
- validator: (val: string) => boolean;
2192
- };
2193
2199
  formItemWidth: {
2194
2200
  type: StringConstructor;
2195
2201
  default: string;
@@ -2229,7 +2235,7 @@ declare function __VLS_template_3(): {
2229
2235
  };
2230
2236
  }>> & Readonly<{
2231
2237
  onOnQuery?: ((...args: any[]) => any) | undefined;
2232
- }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
2238
+ }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
2233
2239
  efRef: Ref<null, null>;
2234
2240
  cascaderRef: Ref<null, null>;
2235
2241
  }> & {} & ComponentCustomProperties & {} & {
@@ -2241,7 +2247,7 @@ declare function __VLS_template_3(): {
2241
2247
  rootEl: HTMLDivElement;
2242
2248
  };
2243
2249
 
2244
- declare function __VLS_template_4(): {
2250
+ declare function __VLS_template_5(): {
2245
2251
  attrs: Partial<{}>;
2246
2252
  slots: Readonly<{
2247
2253
  [key: string]: any;
@@ -2262,6 +2268,8 @@ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
2262
2268
 
2263
2269
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
2264
2270
 
2271
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
2272
+
2265
2273
  declare type __VLS_WithTemplateSlots<T, S> = T & {
2266
2274
  new (): {
2267
2275
  $slots: S;
@@ -2286,6 +2294,12 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
2286
2294
  };
2287
2295
  };
2288
2296
 
2297
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2298
+ new (): {
2299
+ $slots: S;
2300
+ };
2301
+ };
2302
+
2289
2303
  declare type contentType = string | VNode | Component;
2290
2304
 
2291
2305
  declare interface IFormColumn {
@@ -2473,9 +2487,11 @@ vertical: boolean;
2473
2487
  isJoin: boolean;
2474
2488
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2475
2489
 
2476
- export declare const UseElDrawer: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2490
+ export declare const UseElConfigProvider: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2491
+
2492
+ export declare const UseElDrawer: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2477
2493
 
2478
- export declare const UseElForm: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2494
+ export declare const UseElForm: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2479
2495
 
2480
2496
  export declare const UseElInput: DefineComponent<ExtractPropTypes< {
2481
2497
  modelValue: {
@@ -2641,7 +2657,7 @@ placeholder: string;
2641
2657
  options: any;
2642
2658
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2643
2659
 
2644
- export declare const UseElTable: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2660
+ export declare const UseElTable: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2645
2661
 
2646
2662
  export declare const UseRender: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2647
2663