@aplus-frontend/ui 7.7.6 → 7.7.7

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.
Files changed (39) hide show
  1. package/es/src/ag-grid/editable/form-item.vue.mjs +19 -16
  2. package/es/src/ag-grid/editable/index.vue.mjs +15 -12
  3. package/es/src/ag-grid/index.vue.mjs +1 -0
  4. package/es/src/ap-field/number/index.vue.d.ts +2 -0
  5. package/es/src/ap-field/number/index.vue.mjs +2 -2
  6. package/es/src/ap-field/tree-select/index.vue.d.ts +22 -0
  7. package/es/src/ap-field/tree-select/index.vue.mjs +12 -11
  8. package/es/src/ap-field/tree-select/read.vue2.mjs +1 -0
  9. package/es/src/ap-form/items/number/index.vue.d.ts +10 -2
  10. package/es/src/ap-form/items/tree-select/index.vue.d.ts +24 -0
  11. package/es/src/ap-grid/editable/form-item.vue.mjs +51 -48
  12. package/es/src/ap-grid/editable/index.vue.mjs +59 -56
  13. package/es/src/ap-grid/index.vue.mjs +11 -10
  14. package/es/src/ap-table/ap-table.vue2.mjs +3 -0
  15. package/es/src/ap-table/constants.d.ts +17 -1
  16. package/es/src/editable-table/form-item.vue.mjs +33 -30
  17. package/es/src/editable-table/index.vue.mjs +13 -10
  18. package/es/src/version.d.ts +1 -1
  19. package/es/src/version.mjs +1 -1
  20. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  21. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  22. package/lib/src/ag-grid/index.vue.js +1 -1
  23. package/lib/src/ap-field/number/index.vue.d.ts +2 -0
  24. package/lib/src/ap-field/number/index.vue.js +1 -1
  25. package/lib/src/ap-field/tree-select/index.vue.d.ts +22 -0
  26. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  27. package/lib/src/ap-field/tree-select/read.vue2.js +1 -1
  28. package/lib/src/ap-form/items/number/index.vue.d.ts +10 -2
  29. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +24 -0
  30. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  31. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  32. package/lib/src/ap-grid/index.vue.js +1 -1
  33. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  34. package/lib/src/ap-table/constants.d.ts +17 -1
  35. package/lib/src/editable-table/form-item.vue.js +1 -1
  36. package/lib/src/editable-table/index.vue.js +1 -1
  37. package/lib/src/version.d.ts +1 -1
  38. package/lib/src/version.js +1 -1
  39. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as K, useSlots as O, ref as y, onMounted as P, unref as t, watch as G, createElementBlock as M, openBlock as W, Fragment as U, createVNode as d, mergeProps as g, withCtx as h, createSlots as $, renderList as q, renderSlot as J, normalizeProps as Q, guardReactiveProps as X } from "vue";
2
- import { ApForm as C } from "../../ap-form/index.mjs";
3
- import { cloneDeep as Y, isEqual as Z, omit as b } from "lodash-unified";
2
+ import { ApForm as b } from "../../ap-form/index.mjs";
3
+ import { cloneDeep as Y, isEqual as Z, omit as C } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { useGetEditableColumns as ee } from "../hooks/use-editable-columns.mjs";
6
6
  import "../index.vue2.mjs";
@@ -69,6 +69,9 @@ const Ee = /* @__PURE__ */ K({
69
69
  childrenColumnName: {},
70
70
  rowExpandable: {},
71
71
  transformCellText: {},
72
+ rowHoverable: {
73
+ type: Boolean
74
+ },
72
75
  rowSelection: {
73
76
  type: [Boolean, Object]
74
77
  },
@@ -130,8 +133,8 @@ const Ee = /* @__PURE__ */ K({
130
133
  setup(R, {
131
134
  expose: B
132
135
  }) {
133
- const x = O(), o = R, {
134
- b: v
136
+ const v = O(), o = R, {
137
+ b: x
135
138
  } = ie("editable-aggrid"), S = se("editable-aggrid"), r = y(), {
136
139
  internalInstance: s,
137
140
  model: I
@@ -155,10 +158,10 @@ const Ee = /* @__PURE__ */ K({
155
158
  getRowData: j,
156
159
  getRowsData: D,
157
160
  setRowData: k,
158
- clear: L,
161
+ clear: H,
159
162
  refreshRowIds: m
160
163
  } = oe(o, s, l, i);
161
- function z() {
164
+ function L() {
162
165
  const e = r.value?._internalGridApi;
163
166
  if (!m.value?.length || !e)
164
167
  return;
@@ -177,7 +180,7 @@ const Ee = /* @__PURE__ */ K({
177
180
  const n = e === "end" ? l.value.length - 1 : e;
178
181
  r.value?.scrollToRow(n, a);
179
182
  }
180
- function A(e, a) {
183
+ function z(e, a) {
181
184
  r.value?.scrollToColumn(e, a);
182
185
  }
183
186
  return B({
@@ -188,31 +191,31 @@ const Ee = /* @__PURE__ */ K({
188
191
  getRowData: j,
189
192
  getRowsData: D,
190
193
  setRowData: k,
191
- clear: L,
194
+ clear: H,
192
195
  setTableData: c,
193
196
  scrollTo: f,
194
197
  scrollToRow: f,
195
- scrollToColumn: A
196
- }), (e, a) => (W(), M(U, null, [d(t(C).FormItem, {
198
+ scrollToColumn: z
199
+ }), (e, a) => (W(), M(U, null, [d(t(b).FormItem, {
197
200
  hidden: "",
198
201
  name: e.name
199
- }, null, 8, ["name"]), d(t(C).FormItem, g(t(b)(e.formItem, "initialValue"), {
202
+ }, null, 8, ["name"]), d(t(b).FormItem, g(t(C)(e.formItem, "initialValue"), {
200
203
  label: e.label
201
204
  }), {
202
- default: h(() => [d(de, g(t(b)(o, ["name", "maxLength", "onChange", "defaultValue", "formItem"]), {
205
+ default: h(() => [d(de, g(t(C)(o, ["name", "maxLength", "onChange", "defaultValue", "formItem"]), {
203
206
  ref_key: "tableRef",
204
207
  ref: r,
205
- class: [t(v)(), t(S)],
208
+ class: [t(x)(), t(S)],
206
209
  size: "mini",
207
210
  columns: t(T),
208
211
  "data-source": l.value,
209
212
  "search-form": !1,
210
- onUpdate: z
213
+ onUpdate: L
211
214
  }), $({
212
215
  _: 2
213
- }, [q(x, (n, w) => ({
216
+ }, [q(v, (n, w) => ({
214
217
  name: w,
215
- fn: h((H) => [J(e.$slots, w, Q(X(H || {})))])
218
+ fn: h((A) => [J(e.$slots, w, Q(X(A || {})))])
216
219
  }))]), 1040, ["class", "columns", "data-source"])]),
217
220
  _: 3
218
221
  }, 16, ["label"])], 64));
@@ -67,6 +67,9 @@ const xe = /* @__PURE__ */ G({
67
67
  childrenColumnName: {},
68
68
  rowExpandable: {},
69
69
  transformCellText: {},
70
+ rowHoverable: {
71
+ type: Boolean
72
+ },
70
73
  rowSelection: {
71
74
  type: [Boolean, Object]
72
75
  },
@@ -130,11 +133,11 @@ const xe = /* @__PURE__ */ G({
130
133
  emits: ["update:value"],
131
134
  setup(h, {
132
135
  expose: b,
133
- emit: C
136
+ emit: v
134
137
  }) {
135
- const R = U(), o = h, {
136
- b: v
137
- } = le("editable-aggrid"), x = ne("editable-aggrid"), B = C, s = y(), {
138
+ const C = U(), o = h, {
139
+ b: R
140
+ } = le("editable-aggrid"), x = ne("editable-aggrid"), B = v, s = y(), {
138
141
  value: r,
139
142
  updateValue: m
140
143
  } = re(o, B), l = y(), S = u.useWatch(o.name, l);
@@ -165,14 +168,14 @@ const xe = /* @__PURE__ */ G({
165
168
  force: !0
166
169
  }), i.value = [];
167
170
  }
168
- function I() {
171
+ function H() {
169
172
  l.value?.resetFields();
170
173
  }
171
- function z(e) {
174
+ function I(e) {
172
175
  return e ? (g(e) ? e : [e]).map((t) => g(t) ? [o.name, ...t] : [o.name, t]) : void 0;
173
176
  }
174
- async function H(e, a) {
175
- return (await l.value?.validateFields(z(e), a))?.[o.name];
177
+ async function z(e, a) {
178
+ return (await l.value?.validateFields(I(e), a))?.[o.name];
176
179
  }
177
180
  function L(e) {
178
181
  m(e);
@@ -187,8 +190,8 @@ const xe = /* @__PURE__ */ G({
187
190
  s.value?.scrollToColumn(e, a);
188
191
  }
189
192
  return b({
190
- resetFields: I,
191
- validateFields: H,
193
+ resetFields: H,
194
+ validateFields: z,
192
195
  add: F,
193
196
  addMultiple: E,
194
197
  remove: N,
@@ -218,7 +221,7 @@ const xe = /* @__PURE__ */ G({
218
221
  default: d(() => [w(ie, q(n(oe)(o, ["name", "value", "onUpdate:value", "maxLength", "onChange", "defaultValue"]), {
219
222
  ref_key: "tableRef",
220
223
  ref: s,
221
- class: [n(v)(), n(x)],
224
+ class: [n(R)(), n(x)],
222
225
  size: "mini",
223
226
  columns: n(_),
224
227
  "data-source": n(r),
@@ -226,7 +229,7 @@ const xe = /* @__PURE__ */ G({
226
229
  onUpdate: K
227
230
  }), J({
228
231
  _: 2
229
- }, [Q(R, (t, f) => ({
232
+ }, [Q(C, (t, f) => ({
230
233
  name: f,
231
234
  fn: d((P) => [X(e.$slots, f, Y(Z(P || {})))])
232
235
  }))]), 1040, ["class", "columns", "data-source"])]),
@@ -71,6 +71,7 @@ const Yt = /* @__PURE__ */ po({
71
71
  childrenColumnName: {},
72
72
  rowExpandable: {},
73
73
  transformCellText: {},
74
+ rowHoverable: { type: Boolean },
74
75
  columns: {},
75
76
  rowSelection: { type: [Boolean, Object] },
76
77
  card: { type: Boolean },
@@ -384,6 +384,8 @@ declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
384
384
  keyboard: boolean;
385
385
  bordered: boolean;
386
386
  emptyText: string;
387
+ changeOnWheel: boolean;
388
+ changeOnBlur: boolean;
387
389
  min: ValueType;
388
390
  max: ValueType;
389
391
  controls: boolean;
@@ -30,8 +30,8 @@ const le = /* @__PURE__ */ C({
30
30
  valueModifiers: {},
31
31
  status: {},
32
32
  variant: {},
33
- changeOnWheel: { type: Boolean },
34
- changeOnBlur: { type: Boolean },
33
+ changeOnWheel: { type: Boolean, default: void 0 },
34
+ changeOnBlur: { type: Boolean, default: void 0 },
35
35
  stringMode: { type: Boolean },
36
36
  defaultValue: {},
37
37
  value: {},
@@ -88,6 +88,10 @@ declare function __VLS_template(): {
88
88
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
89
89
  default: "filled" | "outlined" | "borderless" | "underlined";
90
90
  };
91
+ switcherLoadingIcon: {
92
+ default: any;
93
+ type: PropType<any>;
94
+ };
91
95
  value: {
92
96
  type: PropType<any>;
93
97
  };
@@ -302,6 +306,7 @@ declare function __VLS_template(): {
302
306
  treeCheckStrictly: boolean;
303
307
  treeDataSimpleMode: any;
304
308
  treeDefaultExpandAll: boolean;
309
+ switcherLoadingIcon: any;
305
310
  replaceFields: FieldNames;
306
311
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
307
312
  'onUpdate:searchValue': (value: string) => void;
@@ -318,6 +323,7 @@ declare function __VLS_template(): {
318
323
  tagRender?: any;
319
324
  suffixIcon?: any;
320
325
  clearIcon?: any;
326
+ switcherLoadingIcon?: any;
321
327
  }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
322
328
  P: {};
323
329
  B: {};
@@ -373,6 +379,10 @@ declare function __VLS_template(): {
373
379
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
374
380
  default: "filled" | "outlined" | "borderless" | "underlined";
375
381
  };
382
+ switcherLoadingIcon: {
383
+ default: any;
384
+ type: PropType<any>;
385
+ };
376
386
  value: {
377
387
  type: PropType<any>;
378
388
  };
@@ -587,6 +597,7 @@ declare function __VLS_template(): {
587
597
  treeCheckStrictly: boolean;
588
598
  treeDataSimpleMode: any;
589
599
  treeDefaultExpandAll: boolean;
600
+ switcherLoadingIcon: any;
590
601
  replaceFields: FieldNames;
591
602
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
592
603
  'onUpdate:searchValue': (value: string) => void;
@@ -672,6 +683,10 @@ declare const __VLS_component: DefineComponent<ApFieldTreeSelectProps, {
672
683
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
673
684
  default: "filled" | "outlined" | "borderless" | "underlined";
674
685
  };
686
+ switcherLoadingIcon: {
687
+ default: any;
688
+ type: PropType<any>;
689
+ };
675
690
  value: {
676
691
  type: PropType<any>;
677
692
  };
@@ -886,6 +901,7 @@ declare const __VLS_component: DefineComponent<ApFieldTreeSelectProps, {
886
901
  treeCheckStrictly: boolean;
887
902
  treeDataSimpleMode: any;
888
903
  treeDefaultExpandAll: boolean;
904
+ switcherLoadingIcon: any;
889
905
  replaceFields: FieldNames;
890
906
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
891
907
  'onUpdate:searchValue': (value: string) => void;
@@ -902,6 +918,7 @@ declare const __VLS_component: DefineComponent<ApFieldTreeSelectProps, {
902
918
  tagRender?: any;
903
919
  suffixIcon?: any;
904
920
  clearIcon?: any;
921
+ switcherLoadingIcon?: any;
905
922
  }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
906
923
  P: {};
907
924
  B: {};
@@ -957,6 +974,10 @@ declare const __VLS_component: DefineComponent<ApFieldTreeSelectProps, {
957
974
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
958
975
  default: "filled" | "outlined" | "borderless" | "underlined";
959
976
  };
977
+ switcherLoadingIcon: {
978
+ default: any;
979
+ type: PropType<any>;
980
+ };
960
981
  value: {
961
982
  type: PropType<any>;
962
983
  };
@@ -1171,6 +1192,7 @@ declare const __VLS_component: DefineComponent<ApFieldTreeSelectProps, {
1171
1192
  treeCheckStrictly: boolean;
1172
1193
  treeDataSimpleMode: any;
1173
1194
  treeDefaultExpandAll: boolean;
1195
+ switcherLoadingIcon: any;
1174
1196
  replaceFields: FieldNames;
1175
1197
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
1176
1198
  'onUpdate:searchValue': (value: string) => void;
@@ -1,13 +1,13 @@
1
- import { isVNode as A, defineComponent as F, useSlots as L, shallowRef as _, computed as E, unref as e, createVNode as d, Fragment as g, createBlock as v, openBlock as S, resolveDynamicComponent as K, mergeProps as U, createSlots as z, renderList as M, withCtx as B, renderSlot as j, normalizeProps as q, guardReactiveProps as O } from "vue";
1
+ import { isVNode as R, defineComponent as A, useSlots as F, shallowRef as _, computed as E, unref as e, createVNode as d, Fragment as g, createBlock as v, openBlock as S, resolveDynamicComponent as K, mergeProps as U, createSlots as z, renderList as M, withCtx as w, renderSlot as j, normalizeProps as q, guardReactiveProps as O } from "vue";
2
2
  import { Space as $, Tag as H, TreeSelect as W, Spin as G } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isArray as J, omit as Q } from "lodash-unified";
5
5
  import { useRequest as X } from "./use-request.mjs";
6
6
  import { useControllableValue as Y } from "../../hooks/useControllableValue.mjs";
7
- function w(r) {
8
- return typeof r == "function" || Object.prototype.toString.call(r) === "[object Object]" && !A(r);
7
+ function B(r) {
8
+ return typeof r == "function" || Object.prototype.toString.call(r) === "[object Object]" && !R(r);
9
9
  }
10
- const de = /* @__PURE__ */ F({
10
+ const de = /* @__PURE__ */ A({
11
11
  name: "ApFieldTreeSelect",
12
12
  __name: "index",
13
13
  props: {
@@ -32,6 +32,7 @@ const de = /* @__PURE__ */ F({
32
32
  "onUpdate:treeExpandedKeys": {},
33
33
  "onUpdate:searchValue": {},
34
34
  variant: {},
35
+ switcherLoadingIcon: {},
35
36
  value: {},
36
37
  children: {},
37
38
  listHeight: {},
@@ -176,7 +177,7 @@ const de = /* @__PURE__ */ F({
176
177
  expose: x,
177
178
  emit: C
178
179
  }) {
179
- const o = r, N = L(), T = C, p = _(), {
180
+ const o = r, N = F(), T = C, p = _(), {
180
181
  value: f,
181
182
  updateValue: b
182
183
  } = Y(o, T), {
@@ -188,20 +189,20 @@ const de = /* @__PURE__ */ F({
188
189
  const u = e(f), i = J(u) ? u : [u].filter(Boolean);
189
190
  if (!i.length)
190
191
  return d(g, null, [o.emptyText]);
191
- const n = [], s = o.fieldNames?.label || "label", P = o.fieldNames?.value || "value";
192
+ const n = [], s = o.fieldNames?.label || "label", L = o.fieldNames?.value || "value";
192
193
  function h(a) {
193
194
  for (const l of a) {
194
- if (i.find((R) => R === l[P]) && n.push(l[s]), n.length === i.length)
195
+ if (i.find((P) => P === l[L]) && n.push(l[s]), n.length === i.length)
195
196
  return;
196
197
  l.children?.length && h(l.children);
197
198
  }
198
199
  }
199
200
  return h(e(c)), n.length ? n.length === 1 ? d("span", null, [n[0]]) : d($, {
200
201
  size: 4
201
- }, w(t = n.map((a, l) => d(H, {
202
+ }, B(t = n.map((a, l) => d(H, {
202
203
  style: "margin-right: 0px",
203
204
  key: `${a}-${l}`
204
- }, w(a) ? a : {
205
+ }, B(a) ? a : {
205
206
  default: () => [a]
206
207
  }))) ? t : {
207
208
  default: () => [t]
@@ -236,10 +237,10 @@ const de = /* @__PURE__ */ F({
236
237
  _: 2
237
238
  }, [M(N, (i, n) => ({
238
239
  name: n,
239
- fn: B((s) => [j(t.$slots, n, q(O(s || {})))])
240
+ fn: w((s) => [j(t.$slots, n, q(O(s || {})))])
240
241
  })), e(m) ? {
241
242
  name: "notFoundContent",
242
- fn: B(() => [d(e(G), {
243
+ fn: w(() => [d(e(G), {
243
244
  size: "small"
244
245
  })]),
245
246
  key: "0"
@@ -28,6 +28,7 @@ const I = /* @__PURE__ */ g({
28
28
  "onUpdate:treeExpandedKeys": {},
29
29
  "onUpdate:searchValue": {},
30
30
  variant: {},
31
+ switcherLoadingIcon: {},
31
32
  value: {},
32
33
  children: {},
33
34
  listHeight: {},
@@ -460,6 +460,8 @@ declare function __VLS_template(): {
460
460
  keyboard: boolean;
461
461
  bordered: boolean;
462
462
  emptyText: string;
463
+ changeOnWheel: boolean;
464
+ changeOnBlur: boolean;
463
465
  min: ValueType;
464
466
  max: ValueType;
465
467
  controls: boolean;
@@ -490,13 +492,15 @@ declare function __VLS_template(): {
490
492
  keyboard: boolean;
491
493
  bordered: boolean;
492
494
  emptyText: string;
495
+ changeOnWheel: boolean;
496
+ changeOnBlur: boolean;
493
497
  min: ValueType;
494
498
  max: ValueType;
495
499
  controls: boolean;
496
500
  thousands: boolean;
497
501
  }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
498
502
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
499
- }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "emptyText" | "min" | "max" | "controls" | "thousands")> & ShallowUnwrapRef<{
503
+ }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "emptyText" | "changeOnWheel" | "changeOnBlur" | "min" | "max" | "controls" | "thousands")> & ShallowUnwrapRef<{
500
504
  focus: () => void;
501
505
  blur: () => void;
502
506
  }> & {} & ComponentCustomProperties & {} & {
@@ -966,6 +970,8 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
966
970
  keyboard: boolean;
967
971
  bordered: boolean;
968
972
  emptyText: string;
973
+ changeOnWheel: boolean;
974
+ changeOnBlur: boolean;
969
975
  min: ValueType;
970
976
  max: ValueType;
971
977
  controls: boolean;
@@ -996,13 +1002,15 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
996
1002
  keyboard: boolean;
997
1003
  bordered: boolean;
998
1004
  emptyText: string;
1005
+ changeOnWheel: boolean;
1006
+ changeOnBlur: boolean;
999
1007
  min: ValueType;
1000
1008
  max: ValueType;
1001
1009
  controls: boolean;
1002
1010
  thousands: boolean;
1003
1011
  }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
1004
1012
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1005
- }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "emptyText" | "min" | "max" | "controls" | "thousands")> & ShallowUnwrapRef<{
1013
+ }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "emptyText" | "changeOnWheel" | "changeOnBlur" | "min" | "max" | "controls" | "thousands")> & ShallowUnwrapRef<{
1006
1014
  focus: () => void;
1007
1015
  blur: () => void;
1008
1016
  }> & {} & ComponentCustomProperties & {} & {
@@ -129,6 +129,7 @@ declare function __VLS_template(): {
129
129
  readonly replaceFields?: FieldNames | undefined;
130
130
  readonly 'onUpdate:treeExpandedKeys'?: ((keys: Key[]) => void) | undefined;
131
131
  readonly 'onUpdate:searchValue'?: ((value: string) => void) | undefined;
132
+ readonly switcherLoadingIcon?: any;
132
133
  readonly filterTreeNode?: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean) | undefined;
133
134
  readonly treeNodeFilterProp?: string | undefined;
134
135
  readonly treeNodeLabelProp?: string | undefined;
@@ -206,6 +207,10 @@ declare function __VLS_template(): {
206
207
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
207
208
  default: "filled" | "outlined" | "borderless" | "underlined";
208
209
  };
210
+ switcherLoadingIcon: {
211
+ default: any;
212
+ type: PropType<any>;
213
+ };
209
214
  value: {
210
215
  type: PropType<any>;
211
216
  };
@@ -420,6 +425,7 @@ declare function __VLS_template(): {
420
425
  treeCheckStrictly: boolean;
421
426
  treeDataSimpleMode: any;
422
427
  treeDefaultExpandAll: boolean;
428
+ switcherLoadingIcon: any;
423
429
  replaceFields: FieldNames;
424
430
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
425
431
  'onUpdate:searchValue': (value: string) => void;
@@ -436,6 +442,7 @@ declare function __VLS_template(): {
436
442
  tagRender?: any;
437
443
  suffixIcon?: any;
438
444
  clearIcon?: any;
445
+ switcherLoadingIcon?: any;
439
446
  }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
440
447
  P: {};
441
448
  B: {};
@@ -491,6 +498,10 @@ declare function __VLS_template(): {
491
498
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
492
499
  default: "filled" | "outlined" | "borderless" | "underlined";
493
500
  };
501
+ switcherLoadingIcon: {
502
+ default: any;
503
+ type: PropType<any>;
504
+ };
494
505
  value: {
495
506
  type: PropType<any>;
496
507
  };
@@ -705,6 +716,7 @@ declare function __VLS_template(): {
705
716
  treeCheckStrictly: boolean;
706
717
  treeDataSimpleMode: any;
707
718
  treeDefaultExpandAll: boolean;
719
+ switcherLoadingIcon: any;
708
720
  replaceFields: FieldNames;
709
721
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
710
722
  'onUpdate:searchValue': (value: string) => void;
@@ -921,6 +933,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
921
933
  readonly replaceFields?: FieldNames | undefined;
922
934
  readonly 'onUpdate:treeExpandedKeys'?: ((keys: Key[]) => void) | undefined;
923
935
  readonly 'onUpdate:searchValue'?: ((value: string) => void) | undefined;
936
+ readonly switcherLoadingIcon?: any;
924
937
  readonly filterTreeNode?: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean) | undefined;
925
938
  readonly treeNodeFilterProp?: string | undefined;
926
939
  readonly treeNodeLabelProp?: string | undefined;
@@ -998,6 +1011,10 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
998
1011
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
999
1012
  default: "filled" | "outlined" | "borderless" | "underlined";
1000
1013
  };
1014
+ switcherLoadingIcon: {
1015
+ default: any;
1016
+ type: PropType<any>;
1017
+ };
1001
1018
  value: {
1002
1019
  type: PropType<any>;
1003
1020
  };
@@ -1212,6 +1229,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1212
1229
  treeCheckStrictly: boolean;
1213
1230
  treeDataSimpleMode: any;
1214
1231
  treeDefaultExpandAll: boolean;
1232
+ switcherLoadingIcon: any;
1215
1233
  replaceFields: FieldNames;
1216
1234
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
1217
1235
  'onUpdate:searchValue': (value: string) => void;
@@ -1228,6 +1246,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1228
1246
  tagRender?: any;
1229
1247
  suffixIcon?: any;
1230
1248
  clearIcon?: any;
1249
+ switcherLoadingIcon?: any;
1231
1250
  }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1232
1251
  P: {};
1233
1252
  B: {};
@@ -1283,6 +1302,10 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1283
1302
  type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
1284
1303
  default: "filled" | "outlined" | "borderless" | "underlined";
1285
1304
  };
1305
+ switcherLoadingIcon: {
1306
+ default: any;
1307
+ type: PropType<any>;
1308
+ };
1286
1309
  value: {
1287
1310
  type: PropType<any>;
1288
1311
  };
@@ -1497,6 +1520,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1497
1520
  treeCheckStrictly: boolean;
1498
1521
  treeDataSimpleMode: any;
1499
1522
  treeDefaultExpandAll: boolean;
1523
+ switcherLoadingIcon: any;
1500
1524
  replaceFields: FieldNames;
1501
1525
  'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
1502
1526
  'onUpdate:searchValue': (value: string) => void;