wyfe-ivue 1.11.0 → 1.11.2

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,96 @@ 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
+ /**
104
+ * 表格底部额外高度 此处配置仅作用于UseElTable和UseCrudTable组件
105
+ */
106
+ tableExtraHeight: {
107
+ type: NumberConstructor;
108
+ default: number;
109
+ };
110
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
111
+ /**
112
+ * 语言 默认zh,仅对ElementPlus组件有效
113
+ */
114
+ language: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ validator: (val: string) => boolean;
118
+ };
119
+ /**
120
+ * 主题模式 默认light
121
+ */
122
+ themeMode: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ validator: (val: string) => boolean;
126
+ };
127
+ /**
128
+ * 字典映射 此处配置同时作用于UseElForm和UseElTable组件
129
+ */
130
+ dictMap: {
131
+ type: ObjectConstructor;
132
+ default: () => {};
133
+ };
134
+ /**
135
+ * 字典属性 此处配置同时作用于UseElForm和UseElTable组件
136
+ */
137
+ dictProps: {
138
+ type: ObjectConstructor;
139
+ default: () => {
140
+ value: string;
141
+ label: string;
142
+ };
143
+ };
144
+ /**
145
+ * 表格底部额外高度 此处配置仅作用于UseElTable和UseCrudTable组件
146
+ */
147
+ tableExtraHeight: {
148
+ type: NumberConstructor;
149
+ default: number;
150
+ };
151
+ }>> & Readonly<{}>, {
152
+ language: string;
153
+ themeMode: string;
154
+ dictMap: Record<string, any>;
155
+ dictProps: Record<string, any>;
156
+ tableExtraHeight: number;
157
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
158
+
159
+ declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
70
160
  title: {
71
161
  type: StringConstructor;
72
162
  default: string;
@@ -885,7 +975,7 @@ showFooter: boolean;
885
975
  edRef: unknown;
886
976
  }, any>;
887
977
 
888
- declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
978
+ declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
889
979
  formMode: {
890
980
  type: StringConstructor;
891
981
  default: string;
@@ -910,11 +1000,6 @@ value: string;
910
1000
  label: string;
911
1001
  };
912
1002
  };
913
- language: {
914
- type: StringConstructor;
915
- default: string;
916
- validator: (val: string) => boolean;
917
- };
918
1003
  formItemWidth: {
919
1004
  type: StringConstructor;
920
1005
  default: string;
@@ -981,11 +1066,6 @@ value: string;
981
1066
  label: string;
982
1067
  };
983
1068
  };
984
- language: {
985
- type: StringConstructor;
986
- default: string;
987
- validator: (val: string) => boolean;
988
- };
989
1069
  formItemWidth: {
990
1070
  type: StringConstructor;
991
1071
  default: string;
@@ -1027,7 +1107,6 @@ default: boolean;
1027
1107
  formMode: string;
1028
1108
  dictMap: Record<string, any>;
1029
1109
  dictProps: Record<string, any>;
1030
- language: string;
1031
1110
  formItemWidth: string;
1032
1111
  labelSuffix: string;
1033
1112
  labelWidth: string;
@@ -1045,7 +1124,6 @@ $props: Partial<{
1045
1124
  formMode: string;
1046
1125
  dictMap: Record<string, any>;
1047
1126
  dictProps: Record<string, any>;
1048
- language: string;
1049
1127
  formItemWidth: string;
1050
1128
  labelSuffix: string;
1051
1129
  labelWidth: string;
@@ -1059,7 +1137,6 @@ showBorberBottom: boolean;
1059
1137
  readonly formMode: string;
1060
1138
  readonly dictMap: Record<string, any>;
1061
1139
  readonly dictProps: Record<string, any>;
1062
- readonly language: string;
1063
1140
  readonly formItemWidth: string;
1064
1141
  readonly labelSuffix: string;
1065
1142
  readonly labelWidth: string;
@@ -1071,7 +1148,7 @@ readonly queryLoading: boolean;
1071
1148
  readonly showBorberBottom: boolean;
1072
1149
  readonly formColumns?: IFormColumn[] | undefined;
1073
1150
  readonly formModel?: Record<string, any> | undefined;
1074
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1151
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1075
1152
  $attrs: {
1076
1153
  [x: string]: unknown;
1077
1154
  };
@@ -1113,11 +1190,6 @@ value: string;
1113
1190
  label: string;
1114
1191
  };
1115
1192
  };
1116
- language: {
1117
- type: StringConstructor;
1118
- default: string;
1119
- validator: (val: string) => boolean;
1120
- };
1121
1193
  formItemWidth: {
1122
1194
  type: StringConstructor;
1123
1195
  default: string;
@@ -1161,7 +1233,6 @@ efRef: Ref<null, null>;
1161
1233
  formMode: string;
1162
1234
  dictMap: Record<string, any>;
1163
1235
  dictProps: Record<string, any>;
1164
- language: string;
1165
1236
  formItemWidth: string;
1166
1237
  labelSuffix: string;
1167
1238
  labelWidth: string;
@@ -1195,7 +1266,6 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
1195
1266
  formMode: string;
1196
1267
  dictMap: Record<string, any>;
1197
1268
  dictProps: Record<string, any>;
1198
- language: string;
1199
1269
  formItemWidth: string;
1200
1270
  labelSuffix: string;
1201
1271
  labelWidth: string;
@@ -1230,11 +1300,6 @@ value: string;
1230
1300
  label: string;
1231
1301
  };
1232
1302
  };
1233
- language: {
1234
- type: StringConstructor;
1235
- default: string;
1236
- validator: (val: string) => boolean;
1237
- };
1238
1303
  formItemWidth: {
1239
1304
  type: StringConstructor;
1240
1305
  default: string;
@@ -1272,7 +1337,7 @@ showBorberBottom: {
1272
1337
  type: BooleanConstructor;
1273
1338
  default: boolean;
1274
1339
  };
1275
- }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
1340
+ }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
1276
1341
  efRef: Ref<null, null>;
1277
1342
  }> & {} & ComponentCustomProperties & {} & {
1278
1343
  $slots: Partial<Record<string, (_: {
@@ -1303,7 +1368,6 @@ $props: Partial<{
1303
1368
  formMode: string;
1304
1369
  dictMap: Record<string, any>;
1305
1370
  dictProps: Record<string, any>;
1306
- language: string;
1307
1371
  formItemWidth: string;
1308
1372
  labelSuffix: string;
1309
1373
  labelWidth: string;
@@ -1317,7 +1381,6 @@ showBorberBottom: boolean;
1317
1381
  readonly formMode: string;
1318
1382
  readonly dictMap: Record<string, any>;
1319
1383
  readonly dictProps: Record<string, any>;
1320
- readonly language: string;
1321
1384
  readonly formItemWidth: string;
1322
1385
  readonly labelSuffix: string;
1323
1386
  readonly labelWidth: string;
@@ -1330,7 +1393,7 @@ readonly showBorberBottom: boolean;
1330
1393
  readonly formColumns?: IFormColumn[] | undefined;
1331
1394
  readonly formModel?: Record<string, any> | undefined;
1332
1395
  readonly onOnQuery?: ((...args: any[]) => any) | undefined;
1333
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1396
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1334
1397
  $attrs: {
1335
1398
  [x: string]: unknown;
1336
1399
  };
@@ -1373,11 +1436,6 @@ value: string;
1373
1436
  label: string;
1374
1437
  };
1375
1438
  };
1376
- language: {
1377
- type: StringConstructor;
1378
- default: string;
1379
- validator: (val: string) => boolean;
1380
- };
1381
1439
  formItemWidth: {
1382
1440
  type: StringConstructor;
1383
1441
  default: string;
@@ -1426,7 +1484,6 @@ onQuery: (...args: any[]) => void;
1426
1484
  formMode: string;
1427
1485
  dictMap: Record<string, any>;
1428
1486
  dictProps: Record<string, any>;
1429
- language: string;
1430
1487
  formItemWidth: string;
1431
1488
  labelSuffix: string;
1432
1489
  labelWidth: string;
@@ -1460,7 +1517,6 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
1460
1517
  formMode: string;
1461
1518
  dictMap: Record<string, any>;
1462
1519
  dictProps: Record<string, any>;
1463
- language: string;
1464
1520
  formItemWidth: string;
1465
1521
  labelSuffix: string;
1466
1522
  labelWidth: string;
@@ -1495,11 +1551,6 @@ value: string;
1495
1551
  label: string;
1496
1552
  };
1497
1553
  };
1498
- language: {
1499
- type: StringConstructor;
1500
- default: string;
1501
- validator: (val: string) => boolean;
1502
- };
1503
1554
  formItemWidth: {
1504
1555
  type: StringConstructor;
1505
1556
  default: string;
@@ -1539,7 +1590,7 @@ default: boolean;
1539
1590
  };
1540
1591
  }>> & Readonly<{
1541
1592
  onOnQuery?: ((...args: any[]) => any) | undefined;
1542
- }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
1593
+ }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
1543
1594
  efRef: Ref<null, null>;
1544
1595
  cascaderRef: Ref<null, null>;
1545
1596
  }> & {} & ComponentCustomProperties & {} & {
@@ -1549,7 +1600,7 @@ formRight?(_: {}): any;
1549
1600
  }) | null;
1550
1601
  }, HTMLDivElement>;
1551
1602
 
1552
- declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
1603
+ declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
1553
1604
  tableColumns: {
1554
1605
  type: PropType<ITableColumn[]>;
1555
1606
  required: boolean;
@@ -1578,11 +1629,6 @@ value: string;
1578
1629
  label: string;
1579
1630
  };
1580
1631
  };
1581
- language: {
1582
- type: StringConstructor;
1583
- default: string;
1584
- validator: (val: string) => boolean;
1585
- };
1586
1632
  showOverflowTooltip: {
1587
1633
  type: BooleanConstructor;
1588
1634
  default: boolean;
@@ -1645,11 +1691,6 @@ value: string;
1645
1691
  label: string;
1646
1692
  };
1647
1693
  };
1648
- language: {
1649
- type: StringConstructor;
1650
- default: string;
1651
- validator: (val: string) => boolean;
1652
- };
1653
1694
  showOverflowTooltip: {
1654
1695
  type: BooleanConstructor;
1655
1696
  default: boolean;
@@ -1685,59 +1726,19 @@ default: () => {};
1685
1726
  "onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
1686
1727
  }>, {
1687
1728
  extConfig: Record<string, any>;
1729
+ themeMode: string;
1688
1730
  dictMap: Record<string, any>;
1689
1731
  dictProps: Record<string, any>;
1690
- language: string;
1691
1732
  tableColumnAlign: string;
1692
1733
  tableLoading: boolean;
1693
1734
  showOverflowTooltip: boolean;
1694
1735
  headerCellStyle: Record<string, any>;
1695
- themeMode: string;
1696
1736
  disabledRowClick: boolean;
1697
1737
  highlightCurrentRow: boolean;
1698
1738
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
1699
1739
  etRef: unknown;
1700
1740
  }, HTMLDivElement>;
1701
1741
 
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
1742
  declare type __VLS_Props = {
1742
1743
  content: contentType;
1743
1744
  };
@@ -1753,6 +1754,15 @@ declare function __VLS_template(): {
1753
1754
  };
1754
1755
 
1755
1756
  declare function __VLS_template_2(): {
1757
+ attrs: Partial<{}>;
1758
+ slots: {
1759
+ default?(_: {}): any;
1760
+ };
1761
+ refs: {};
1762
+ rootEl: any;
1763
+ };
1764
+
1765
+ declare function __VLS_template_3(): {
1756
1766
  attrs: Partial<{}>;
1757
1767
  slots: {
1758
1768
  default?(_: {}): any;
@@ -1763,7 +1773,7 @@ declare function __VLS_template_2(): {
1763
1773
  rootEl: any;
1764
1774
  };
1765
1775
 
1766
- declare function __VLS_template_3(): {
1776
+ declare function __VLS_template_4(): {
1767
1777
  attrs: Partial<{}>;
1768
1778
  slots: Partial<Record<number, (_: any) => any>>;
1769
1779
  refs: {
@@ -1774,7 +1784,6 @@ declare function __VLS_template_3(): {
1774
1784
  formMode: string;
1775
1785
  dictMap: Record<string, any>;
1776
1786
  dictProps: Record<string, any>;
1777
- language: string;
1778
1787
  formItemWidth: string;
1779
1788
  labelSuffix: string;
1780
1789
  labelWidth: string;
@@ -1788,7 +1797,6 @@ declare function __VLS_template_3(): {
1788
1797
  readonly formMode: string;
1789
1798
  readonly dictMap: Record<string, any>;
1790
1799
  readonly dictProps: Record<string, any>;
1791
- readonly language: string;
1792
1800
  readonly formItemWidth: string;
1793
1801
  readonly labelSuffix: string;
1794
1802
  readonly labelWidth: string;
@@ -1800,7 +1808,7 @@ declare function __VLS_template_3(): {
1800
1808
  readonly showBorberBottom: boolean;
1801
1809
  readonly formColumns?: IFormColumn[] | undefined;
1802
1810
  readonly formModel?: Record<string, any> | undefined;
1803
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1811
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
1804
1812
  $attrs: {
1805
1813
  [x: string]: unknown;
1806
1814
  };
@@ -1842,11 +1850,6 @@ declare function __VLS_template_3(): {
1842
1850
  label: string;
1843
1851
  };
1844
1852
  };
1845
- language: {
1846
- type: StringConstructor;
1847
- default: string;
1848
- validator: (val: string) => boolean;
1849
- };
1850
1853
  formItemWidth: {
1851
1854
  type: StringConstructor;
1852
1855
  default: string;
@@ -1890,7 +1893,6 @@ declare function __VLS_template_3(): {
1890
1893
  formMode: string;
1891
1894
  dictMap: Record<string, any>;
1892
1895
  dictProps: Record<string, any>;
1893
- language: string;
1894
1896
  formItemWidth: string;
1895
1897
  labelSuffix: string;
1896
1898
  labelWidth: string;
@@ -1924,7 +1926,6 @@ declare function __VLS_template_3(): {
1924
1926
  formMode: string;
1925
1927
  dictMap: Record<string, any>;
1926
1928
  dictProps: Record<string, any>;
1927
- language: string;
1928
1929
  formItemWidth: string;
1929
1930
  labelSuffix: string;
1930
1931
  labelWidth: string;
@@ -1959,11 +1960,6 @@ declare function __VLS_template_3(): {
1959
1960
  label: string;
1960
1961
  };
1961
1962
  };
1962
- language: {
1963
- type: StringConstructor;
1964
- default: string;
1965
- validator: (val: string) => boolean;
1966
- };
1967
1963
  formItemWidth: {
1968
1964
  type: StringConstructor;
1969
1965
  default: string;
@@ -2001,7 +1997,7 @@ declare function __VLS_template_3(): {
2001
1997
  type: BooleanConstructor;
2002
1998
  default: boolean;
2003
1999
  };
2004
- }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
2000
+ }>> & Readonly<{}>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom")> & ShallowUnwrapRef< {
2005
2001
  efRef: Ref<null, null>;
2006
2002
  }> & {} & ComponentCustomProperties & {} & {
2007
2003
  $slots: Partial<Record<string, (_: {
@@ -2032,7 +2028,6 @@ declare function __VLS_template_3(): {
2032
2028
  formMode: string;
2033
2029
  dictMap: Record<string, any>;
2034
2030
  dictProps: Record<string, any>;
2035
- language: string;
2036
2031
  formItemWidth: string;
2037
2032
  labelSuffix: string;
2038
2033
  labelWidth: string;
@@ -2046,7 +2041,6 @@ declare function __VLS_template_3(): {
2046
2041
  readonly formMode: string;
2047
2042
  readonly dictMap: Record<string, any>;
2048
2043
  readonly dictProps: Record<string, any>;
2049
- readonly language: string;
2050
2044
  readonly formItemWidth: string;
2051
2045
  readonly labelSuffix: string;
2052
2046
  readonly labelWidth: string;
@@ -2059,7 +2053,7 @@ declare function __VLS_template_3(): {
2059
2053
  readonly formColumns?: IFormColumn[] | undefined;
2060
2054
  readonly formModel?: Record<string, any> | undefined;
2061
2055
  readonly onOnQuery?: ((...args: any[]) => any) | undefined;
2062
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
2056
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom">;
2063
2057
  $attrs: {
2064
2058
  [x: string]: unknown;
2065
2059
  };
@@ -2102,11 +2096,6 @@ declare function __VLS_template_3(): {
2102
2096
  label: string;
2103
2097
  };
2104
2098
  };
2105
- language: {
2106
- type: StringConstructor;
2107
- default: string;
2108
- validator: (val: string) => boolean;
2109
- };
2110
2099
  formItemWidth: {
2111
2100
  type: StringConstructor;
2112
2101
  default: string;
@@ -2155,7 +2144,6 @@ declare function __VLS_template_3(): {
2155
2144
  formMode: string;
2156
2145
  dictMap: Record<string, any>;
2157
2146
  dictProps: Record<string, any>;
2158
- language: string;
2159
2147
  formItemWidth: string;
2160
2148
  labelSuffix: string;
2161
2149
  labelWidth: string;
@@ -2189,7 +2177,6 @@ declare function __VLS_template_3(): {
2189
2177
  formMode: string;
2190
2178
  dictMap: Record<string, any>;
2191
2179
  dictProps: Record<string, any>;
2192
- language: string;
2193
2180
  formItemWidth: string;
2194
2181
  labelSuffix: string;
2195
2182
  labelWidth: string;
@@ -2224,11 +2211,6 @@ declare function __VLS_template_3(): {
2224
2211
  label: string;
2225
2212
  };
2226
2213
  };
2227
- language: {
2228
- type: StringConstructor;
2229
- default: string;
2230
- validator: (val: string) => boolean;
2231
- };
2232
2214
  formItemWidth: {
2233
2215
  type: StringConstructor;
2234
2216
  default: string;
@@ -2268,7 +2250,7 @@ declare function __VLS_template_3(): {
2268
2250
  };
2269
2251
  }>> & Readonly<{
2270
2252
  onOnQuery?: ((...args: any[]) => any) | undefined;
2271
- }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "language" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
2253
+ }>, "efRef" | ("formMode" | "dictMap" | "dictProps" | "formItemWidth" | "labelSuffix" | "labelWidth" | "labelPosition" | "rowGutter" | "colSpan" | "disabled" | "queryLoading" | "showBorberBottom") | "cascaderRef"> & ShallowUnwrapRef< {
2272
2254
  efRef: Ref<null, null>;
2273
2255
  cascaderRef: Ref<null, null>;
2274
2256
  }> & {} & ComponentCustomProperties & {} & {
@@ -2280,7 +2262,7 @@ declare function __VLS_template_3(): {
2280
2262
  rootEl: HTMLDivElement;
2281
2263
  };
2282
2264
 
2283
- declare function __VLS_template_4(): {
2265
+ declare function __VLS_template_5(): {
2284
2266
  attrs: Partial<{}>;
2285
2267
  slots: Readonly<{
2286
2268
  [key: string]: any;
@@ -2293,15 +2275,6 @@ declare function __VLS_template_4(): {
2293
2275
  rootEl: HTMLDivElement;
2294
2276
  };
2295
2277
 
2296
- declare function __VLS_template_5(): {
2297
- attrs: Partial<{}>;
2298
- slots: {
2299
- default?(_: {}): any;
2300
- };
2301
- refs: {};
2302
- rootEl: any;
2303
- };
2304
-
2305
2278
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
2306
2279
 
2307
2280
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
@@ -2529,9 +2502,11 @@ vertical: boolean;
2529
2502
  isJoin: boolean;
2530
2503
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2531
2504
 
2532
- export declare const UseElDrawer: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2505
+ export declare const UseElConfigProvider: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2506
+
2507
+ export declare const UseElDrawer: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2533
2508
 
2534
- export declare const UseElForm: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2509
+ export declare const UseElForm: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2535
2510
 
2536
2511
  export declare const UseElInput: DefineComponent<ExtractPropTypes< {
2537
2512
  modelValue: {
@@ -2697,9 +2672,7 @@ placeholder: string;
2697
2672
  options: any;
2698
2673
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2699
2674
 
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"]>;
2675
+ export declare const UseElTable: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2703
2676
 
2704
2677
  export declare const UseRender: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2705
2678