wyfe-ivue 1.11.0 → 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,59 +1711,19 @@ 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, {
1699
1724
  etRef: unknown;
1700
1725
  }, HTMLDivElement>;
1701
1726
 
1702
- declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
1703
- /**
1704
- * 语言 默认zh,仅对ElementPlus组件有效
1705
- */
1706
- language: {
1707
- type: StringConstructor;
1708
- default: string;
1709
- validator: (val: string) => boolean;
1710
- };
1711
- /**
1712
- * 主题模式 默认light
1713
- */
1714
- themeMode: {
1715
- type: StringConstructor;
1716
- default: string;
1717
- validator: (val: string) => boolean;
1718
- };
1719
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1720
- /**
1721
- * 语言 默认zh,仅对ElementPlus组件有效
1722
- */
1723
- language: {
1724
- type: StringConstructor;
1725
- default: string;
1726
- validator: (val: string) => boolean;
1727
- };
1728
- /**
1729
- * 主题模式 默认light
1730
- */
1731
- themeMode: {
1732
- type: StringConstructor;
1733
- default: string;
1734
- validator: (val: string) => boolean;
1735
- };
1736
- }>> & Readonly<{}>, {
1737
- language: string;
1738
- themeMode: string;
1739
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1740
-
1741
1727
  declare type __VLS_Props = {
1742
1728
  content: contentType;
1743
1729
  };
@@ -1753,6 +1739,15 @@ declare function __VLS_template(): {
1753
1739
  };
1754
1740
 
1755
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(): {
1756
1751
  attrs: Partial<{}>;
1757
1752
  slots: {
1758
1753
  default?(_: {}): any;
@@ -1763,7 +1758,7 @@ declare function __VLS_template_2(): {
1763
1758
  rootEl: any;
1764
1759
  };
1765
1760
 
1766
- declare function __VLS_template_3(): {
1761
+ declare function __VLS_template_4(): {
1767
1762
  attrs: Partial<{}>;
1768
1763
  slots: Partial<Record<number, (_: any) => any>>;
1769
1764
  refs: {
@@ -1774,7 +1769,6 @@ declare function __VLS_template_3(): {
1774
1769
  formMode: string;
1775
1770
  dictMap: Record<string, any>;
1776
1771
  dictProps: Record<string, any>;
1777
- language: string;
1778
1772
  formItemWidth: string;
1779
1773
  labelSuffix: string;
1780
1774
  labelWidth: string;
@@ -1788,7 +1782,6 @@ declare function __VLS_template_3(): {
1788
1782
  readonly formMode: string;
1789
1783
  readonly dictMap: Record<string, any>;
1790
1784
  readonly dictProps: Record<string, any>;
1791
- readonly language: string;
1792
1785
  readonly formItemWidth: string;
1793
1786
  readonly labelSuffix: string;
1794
1787
  readonly labelWidth: string;
@@ -1800,7 +1793,7 @@ declare function __VLS_template_3(): {
1800
1793
  readonly showBorberBottom: boolean;
1801
1794
  readonly formColumns?: IFormColumn[] | undefined;
1802
1795
  readonly formModel?: Record<string, any> | undefined;
1803
- } & 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">;
1804
1797
  $attrs: {
1805
1798
  [x: string]: unknown;
1806
1799
  };
@@ -1842,11 +1835,6 @@ declare function __VLS_template_3(): {
1842
1835
  label: string;
1843
1836
  };
1844
1837
  };
1845
- language: {
1846
- type: StringConstructor;
1847
- default: string;
1848
- validator: (val: string) => boolean;
1849
- };
1850
1838
  formItemWidth: {
1851
1839
  type: StringConstructor;
1852
1840
  default: string;
@@ -1890,7 +1878,6 @@ declare function __VLS_template_3(): {
1890
1878
  formMode: string;
1891
1879
  dictMap: Record<string, any>;
1892
1880
  dictProps: Record<string, any>;
1893
- language: string;
1894
1881
  formItemWidth: string;
1895
1882
  labelSuffix: string;
1896
1883
  labelWidth: string;
@@ -1924,7 +1911,6 @@ declare function __VLS_template_3(): {
1924
1911
  formMode: string;
1925
1912
  dictMap: Record<string, any>;
1926
1913
  dictProps: Record<string, any>;
1927
- language: string;
1928
1914
  formItemWidth: string;
1929
1915
  labelSuffix: string;
1930
1916
  labelWidth: string;
@@ -1959,11 +1945,6 @@ declare function __VLS_template_3(): {
1959
1945
  label: string;
1960
1946
  };
1961
1947
  };
1962
- language: {
1963
- type: StringConstructor;
1964
- default: string;
1965
- validator: (val: string) => boolean;
1966
- };
1967
1948
  formItemWidth: {
1968
1949
  type: StringConstructor;
1969
1950
  default: string;
@@ -2001,7 +1982,7 @@ declare function __VLS_template_3(): {
2001
1982
  type: BooleanConstructor;
2002
1983
  default: boolean;
2003
1984
  };
2004
- }>> & 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< {
2005
1986
  efRef: Ref<null, null>;
2006
1987
  }> & {} & ComponentCustomProperties & {} & {
2007
1988
  $slots: Partial<Record<string, (_: {
@@ -2032,7 +2013,6 @@ declare function __VLS_template_3(): {
2032
2013
  formMode: string;
2033
2014
  dictMap: Record<string, any>;
2034
2015
  dictProps: Record<string, any>;
2035
- language: string;
2036
2016
  formItemWidth: string;
2037
2017
  labelSuffix: string;
2038
2018
  labelWidth: string;
@@ -2046,7 +2026,6 @@ declare function __VLS_template_3(): {
2046
2026
  readonly formMode: string;
2047
2027
  readonly dictMap: Record<string, any>;
2048
2028
  readonly dictProps: Record<string, any>;
2049
- readonly language: string;
2050
2029
  readonly formItemWidth: string;
2051
2030
  readonly labelSuffix: string;
2052
2031
  readonly labelWidth: string;
@@ -2059,7 +2038,7 @@ declare function __VLS_template_3(): {
2059
2038
  readonly formColumns?: IFormColumn[] | undefined;
2060
2039
  readonly formModel?: Record<string, any> | undefined;
2061
2040
  readonly onOnQuery?: ((...args: any[]) => any) | undefined;
2062
- } & 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">;
2063
2042
  $attrs: {
2064
2043
  [x: string]: unknown;
2065
2044
  };
@@ -2102,11 +2081,6 @@ declare function __VLS_template_3(): {
2102
2081
  label: string;
2103
2082
  };
2104
2083
  };
2105
- language: {
2106
- type: StringConstructor;
2107
- default: string;
2108
- validator: (val: string) => boolean;
2109
- };
2110
2084
  formItemWidth: {
2111
2085
  type: StringConstructor;
2112
2086
  default: string;
@@ -2155,7 +2129,6 @@ declare function __VLS_template_3(): {
2155
2129
  formMode: string;
2156
2130
  dictMap: Record<string, any>;
2157
2131
  dictProps: Record<string, any>;
2158
- language: string;
2159
2132
  formItemWidth: string;
2160
2133
  labelSuffix: string;
2161
2134
  labelWidth: string;
@@ -2189,7 +2162,6 @@ declare function __VLS_template_3(): {
2189
2162
  formMode: string;
2190
2163
  dictMap: Record<string, any>;
2191
2164
  dictProps: Record<string, any>;
2192
- language: string;
2193
2165
  formItemWidth: string;
2194
2166
  labelSuffix: string;
2195
2167
  labelWidth: string;
@@ -2224,11 +2196,6 @@ declare function __VLS_template_3(): {
2224
2196
  label: string;
2225
2197
  };
2226
2198
  };
2227
- language: {
2228
- type: StringConstructor;
2229
- default: string;
2230
- validator: (val: string) => boolean;
2231
- };
2232
2199
  formItemWidth: {
2233
2200
  type: StringConstructor;
2234
2201
  default: string;
@@ -2268,7 +2235,7 @@ declare function __VLS_template_3(): {
2268
2235
  };
2269
2236
  }>> & Readonly<{
2270
2237
  onOnQuery?: ((...args: any[]) => any) | undefined;
2271
- }>, "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< {
2272
2239
  efRef: Ref<null, null>;
2273
2240
  cascaderRef: Ref<null, null>;
2274
2241
  }> & {} & ComponentCustomProperties & {} & {
@@ -2280,7 +2247,7 @@ declare function __VLS_template_3(): {
2280
2247
  rootEl: HTMLDivElement;
2281
2248
  };
2282
2249
 
2283
- declare function __VLS_template_4(): {
2250
+ declare function __VLS_template_5(): {
2284
2251
  attrs: Partial<{}>;
2285
2252
  slots: Readonly<{
2286
2253
  [key: string]: any;
@@ -2293,15 +2260,6 @@ declare function __VLS_template_4(): {
2293
2260
  rootEl: HTMLDivElement;
2294
2261
  };
2295
2262
 
2296
- declare function __VLS_template_5(): {
2297
- attrs: Partial<{}>;
2298
- slots: {
2299
- default?(_: {}): any;
2300
- };
2301
- refs: {};
2302
- rootEl: any;
2303
- };
2304
-
2305
2263
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
2306
2264
 
2307
2265
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
@@ -2529,9 +2487,11 @@ vertical: boolean;
2529
2487
  isJoin: boolean;
2530
2488
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2531
2489
 
2532
- 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"]>;
2533
2493
 
2534
- 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"]>;
2535
2495
 
2536
2496
  export declare const UseElInput: DefineComponent<ExtractPropTypes< {
2537
2497
  modelValue: {
@@ -2697,9 +2657,7 @@ placeholder: string;
2697
2657
  options: any;
2698
2658
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2699
2659
 
2700
- export declare const UseElTable: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2701
-
2702
- export declare const UseIVueConfigProvider: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2660
+ export declare const UseElTable: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2703
2661
 
2704
2662
  export declare const UseRender: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2705
2663