@dazhicheng/ui 1.6.41 → 1.6.43

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 (99) hide show
  1. package/dist/assets/svg/download.svg.js +1 -1
  2. package/dist/components/tt-api-component/index.vue2.js +73 -73
  3. package/dist/components/tt-area/TtArea.vue.js +1 -1
  4. package/dist/components/tt-button/index.d.ts +91 -105
  5. package/dist/components/tt-button/index.vue.d.ts +52 -60
  6. package/dist/components/tt-button/index.vue2.js +1 -1
  7. package/dist/components/tt-drawer/index.d.ts +352 -326
  8. package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
  9. package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
  10. package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
  11. package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
  12. package/dist/components/tt-empty/index.d.ts +4 -4
  13. package/dist/components/tt-empty/index.js +1 -1
  14. package/dist/components/tt-form/index.js +1 -1
  15. package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
  16. package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
  17. package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
  18. package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
  19. package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
  20. package/dist/components/tt-form/src/form-render/expandable.js +20 -25
  21. package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
  22. package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
  23. package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
  24. package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
  25. package/dist/components/tt-form/src/index.vue.d.ts +8 -12
  26. package/dist/components/tt-form/src/index.vue2.js +1 -1
  27. package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
  28. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
  29. package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
  30. package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
  31. package/dist/components/tt-icon/index.d.ts +4 -4
  32. package/dist/components/tt-icon/index.vue.js +2 -2
  33. package/dist/components/tt-icon/index.vue2.js +28 -28
  34. package/dist/components/tt-image/index.d.ts +29 -29
  35. package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
  36. package/dist/components/tt-image/tt-image.d.ts +29 -29
  37. package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
  38. package/dist/components/tt-input-textarea/index.vue.js +153 -153
  39. package/dist/components/tt-keep-alive/core/Suspense.d.ts +3 -0
  40. package/dist/components/tt-keep-alive/core/Suspense.js +10 -0
  41. package/dist/components/tt-keep-alive/core/apiAsyncComponent.d.ts +2 -0
  42. package/dist/components/tt-keep-alive/core/apiAsyncComponent.js +6 -0
  43. package/dist/components/tt-keep-alive/core/component.d.ts +2 -0
  44. package/dist/components/tt-keep-alive/core/component.js +7 -0
  45. package/dist/components/tt-keep-alive/core/componentPublicInstance.d.ts +5 -0
  46. package/dist/components/tt-keep-alive/core/devtools.d.ts +2 -0
  47. package/dist/components/tt-keep-alive/core/errorHandling.d.ts +17 -0
  48. package/dist/components/tt-keep-alive/core/errorHandling.js +4 -0
  49. package/dist/components/tt-keep-alive/core/renderer.d.ts +32 -0
  50. package/dist/components/tt-keep-alive/core/renderer.js +8 -0
  51. package/dist/components/tt-keep-alive/core/shapeFlags.d.ts +13 -0
  52. package/dist/components/tt-keep-alive/core/vnode.d.ts +6 -0
  53. package/dist/components/tt-keep-alive/core/vnode.js +8 -0
  54. package/dist/components/tt-keep-alive/index.d.ts +26 -0
  55. package/dist/components/tt-keep-alive/index.js +139 -0
  56. package/dist/components/tt-loading/src/loading.vue.js +2 -2
  57. package/dist/components/tt-loading/src/loading.vue2.js +22 -22
  58. package/dist/components/tt-log/index.vue.js +1 -1
  59. package/dist/components/tt-modal/index.d.ts +182 -162
  60. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
  61. package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
  62. package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
  63. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
  64. package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
  65. package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
  66. package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
  67. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
  68. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
  69. package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
  70. package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
  71. package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
  72. package/dist/components/tt-panel-select/src/index.vue.js +137 -137
  73. package/dist/components/tt-radio-group/index.vue.js +1 -1
  74. package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
  75. package/dist/components/tt-select/src/Select.vue.js +1 -1
  76. package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
  77. package/dist/components/tt-select/src/components/Table.vue.js +1 -1
  78. package/dist/components/tt-table/index.d.ts +20 -24
  79. package/dist/components/tt-table/index.js +1 -1
  80. package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
  81. package/dist/components/tt-table/src/Table.vue.js +1 -1
  82. package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
  83. package/dist/components/tt-table/src/TableForm.vue.js +1 -1
  84. package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
  85. package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
  86. package/dist/components/tt-text/index.vue2.js +22 -22
  87. package/dist/components/tt-upload/index.d.ts +60 -60
  88. package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
  89. package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
  90. package/dist/components/tt-upload/src/typing.d.ts +17 -17
  91. package/dist/hooks/useScreenshotOss.js +1 -1
  92. package/dist/index.d.ts +1 -0
  93. package/dist/index.js +80 -78
  94. package/dist/node_modules/.pnpm/@vue_shared@3.5.34/node_modules/@vue/shared/dist/shared.esm-bundler.js +17 -0
  95. package/dist/packages/hooks/src/propTypes.js +1 -1
  96. package/dist/plugins/vxeTable/switchStatus.js +1 -1
  97. package/dist/style.css +1 -1
  98. package/package.json +3 -2
  99. /package/dist/node_modules/.pnpm/{vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_ → vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_}/node_modules/vue-types/shim/index.modern.js +0 -0
@@ -1,12 +1,12 @@
1
- import { defineComponent as ie, unref as l, inject as le, computed as se, ref as A, watch as H, useTemplateRef as ue, shallowRef as ae, onMounted as fe, onBeforeUnmount as ce, createElementBlock as I, openBlock as w, normalizeClass as y, createBlock as D, createCommentVNode as me, mergeProps as de, withCtx as Y, renderSlot as pe, normalizeProps as ve, guardReactiveProps as ge, normalizeStyle as q, createElementVNode as he, createVNode as j, nextTick as ye } from "vue";
2
- import { ElSkeleton as Re, ElSkeletonItem as K } from "element-plus";
3
- import "../../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
1
+ import { defineComponent as ie, unref as l, inject as le, computed as se, ref as I, watch as _, useTemplateRef as ue, shallowRef as ae, onMounted as fe, onBeforeUnmount as ce, createElementBlock as D, openBlock as C, normalizeClass as R, createBlock as Y, createCommentVNode as me, mergeProps as de, withCtx as q, renderSlot as pe, normalizeProps as ve, guardReactiveProps as ge, normalizeStyle as j, createElementVNode as he, createVNode as K, nextTick as ye } from "vue";
2
+ import { ElSkeleton as Re, ElSkeletonItem as O } from "element-plus";
3
+ import "../../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
4
4
  import { useDesign as ke } from "../../../../packages/hooks/src/useDesign.js";
5
5
  import "axios";
6
- import { isFunction as we, isBoolean as _e } from "../../../../packages/utils/src/is.js";
6
+ import { isFunction as we, isBoolean as Ce } from "../../../../packages/utils/src/is.js";
7
7
  import "dayjs";
8
8
  import "numeral";
9
- import { clnm as Ce } from "../../../../packages/utils/src/tool.js";
9
+ import { clnm as Ee } from "../../../../packages/utils/src/tool.js";
10
10
  import "../../../../node_modules/.pnpm/decimal.js@10.6.0/node_modules/decimal.js/decimal.js";
11
11
  import "../../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/aes.js";
12
12
  import "../../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/enc-utf8.js";
@@ -14,11 +14,11 @@ import "../../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mo
14
14
  import "../../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-pkcs7.js";
15
15
  import "lodash-es";
16
16
  import "vue-router";
17
- import { useFormValues as Ee } from "vee-validate";
18
- import Me from "../form-render/FormField.vue2.js";
19
- import { injectFormProps as Fe } from "../useFormContext.js";
20
- import { RENDER_SCHEDULER_KEY as Be, nextFrame as g } from "./lazyContext.js";
21
- import { resolveValueByFieldName as Pe } from "../form-render/dependencies.js";
17
+ import { useFormValues as Me } from "vee-validate";
18
+ import Fe from "../form-render/FormField.vue2.js";
19
+ import { injectFormProps as Be } from "../useFormContext.js";
20
+ import { RENDER_SCHEDULER_KEY as Pe, nextFrame as h } from "./lazyContext.js";
21
+ import { resolveValueByFieldName as xe } from "../form-render/dependencies.js";
22
22
  const He = ["data-field-anchor"], We = /* @__PURE__ */ ie({
23
23
  name: "LazyFormField",
24
24
  inheritAttrs: !1,
@@ -34,82 +34,82 @@ const He = ["data-field-anchor"], We = /* @__PURE__ */ ie({
34
34
  skeleton: { type: Boolean, default: !0 },
35
35
  skeletonAnimated: { type: Boolean, default: !0 }
36
36
  },
37
- setup(O) {
38
- const { prefixCls: c } = ke("lazy-form-field"), f = O, [U] = Fe(), G = l(U).formApi, J = f.fieldProps.fieldName, n = le(Be, void 0), b = Ee(), L = se(() => f.fieldProps.dependencies), o = A(!0);
39
- let R = 0;
40
- H(
37
+ setup(p) {
38
+ const { prefixCls: c } = ke("lazy-form-field"), f = p, [U] = Be(), G = l(U).formApi, J = f.fieldProps.fieldName, r = le(Pe, void 0), b = Me(), L = se(() => f.fieldProps.dependencies), o = I(!0);
39
+ let k = 0;
40
+ _(
41
41
  () => {
42
42
  var t;
43
43
  const e = L.value;
44
44
  if ((t = e == null ? void 0 : e.triggerFields) != null && t.length)
45
- return e.triggerFields.map((r) => Pe(b.value, r));
45
+ return e.triggerFields.map((n) => xe(b.value, n));
46
46
  },
47
47
  async () => {
48
- const e = ++R, t = L.value;
48
+ const e = ++k, t = L.value;
49
49
  if (!t || t.if === void 0) {
50
- if (e !== R) return;
50
+ if (e !== k) return;
51
51
  o.value = !0;
52
52
  return;
53
53
  }
54
54
  if (we(t.if)) {
55
- const r = !!await t.if(b.value, G);
56
- if (e !== R) return;
57
- o.value = r;
58
- } else if (_e(t.if)) {
59
- if (e !== R) return;
55
+ const n = !!await t.if(b.value, G);
56
+ if (e !== k) return;
57
+ o.value = n;
58
+ } else if (Ce(t.if)) {
59
+ if (e !== k) return;
60
60
  o.value = t.if;
61
61
  }
62
62
  },
63
63
  { deep: !0, immediate: !0 }
64
64
  );
65
- const s = ue("containerRef"), u = A(!1);
65
+ const s = ue("containerRef"), u = I(!1);
66
66
  let m = !1;
67
67
  const T = `${c}--offscreen`, V = ae(f.estimateHeight);
68
- let p = null, i = null, h = null, a = null, _ = [], d = null;
68
+ let v = null, i = null, y = null, a = null, E = [], d = null;
69
69
  function $(e) {
70
70
  let t = e.parentElement;
71
71
  for (; t; ) {
72
- const r = getComputedStyle(t).overflowY;
73
- if (r === "auto" || r === "scroll") return t;
72
+ const n = getComputedStyle(t).overflowY;
73
+ if (n === "auto" || n === "scroll") return t;
74
74
  t = t.parentElement;
75
75
  }
76
76
  return null;
77
77
  }
78
- function C() {
78
+ function M() {
79
79
  const e = s.value;
80
80
  if (!e || u.value) return;
81
81
  const t = e.offsetHeight;
82
82
  e.style.height = `${t}px`, e.style.overflow = "hidden", u.value = !0, ye(() => {
83
- g(() => {
84
- const r = s.value;
85
- if (!r) return;
86
- const N = r.scrollHeight - t;
87
- r.style.height = "", r.style.overflow = "", !(Math.abs(N) <= 2) && g(() => {
88
- const B = s.value;
89
- if (!B) return;
90
- const P = h ?? $(B);
91
- if (!P) return;
92
- const ne = B.getBoundingClientRect().top, oe = P.getBoundingClientRect().top;
93
- ne < oe && (P.scrollTop += N);
83
+ h(() => {
84
+ const n = s.value;
85
+ if (!n) return;
86
+ const A = n.scrollHeight - t;
87
+ n.style.height = "", n.style.overflow = "", !(Math.abs(A) <= 2) && h(() => {
88
+ const x = s.value;
89
+ if (!x) return;
90
+ const H = y ?? $(x);
91
+ if (!H) return;
92
+ const re = x.getBoundingClientRect().top, oe = H.getBoundingClientRect().top;
93
+ re < oe && (H.scrollTop += A);
94
94
  });
95
95
  });
96
96
  });
97
97
  }
98
- let E = !1, k = !1;
98
+ let F = !1, w = !1;
99
99
  function S() {
100
- i = null, o.value && (E = !0, n == null || n.trackMount(), C());
100
+ i = null, o.value && (F = !0, r == null || r.trackMount(), M());
101
101
  }
102
- function x() {
103
- u.value || i || !o.value || (i = n ? n.request(S) : g(S));
102
+ function z() {
103
+ u.value || i || !o.value || (i = r ? r.request(S) : h(S));
104
104
  }
105
105
  function Q() {
106
- !f.progressive || k || !E || (k = !0, n == null || n.settleMount());
106
+ !f.progressive || w || !F || (w = !0, r == null || r.settleMount());
107
107
  }
108
- function M() {
109
- u.value || i || !m || !o.value || (i = n ? n.request(() => {
110
- i = null, !(!m || !o.value) && C();
111
- }) : g(() => {
112
- i = null, !(!m || !o.value) && C();
108
+ function B() {
109
+ u.value || i || !m || !o.value || (i = r ? r.request(() => {
110
+ i = null, !(!m || !o.value) && M();
111
+ }) : h(() => {
112
+ i = null, !(!m || !o.value) && M();
113
113
  }));
114
114
  }
115
115
  function W() {
@@ -121,25 +121,25 @@ const He = ["data-field-anchor"], We = /* @__PURE__ */ ie({
121
121
  if (!(e != null && e.isConnected)) return !1;
122
122
  const t = e.getBoundingClientRect();
123
123
  if (t.width === 0 || t.height === 0) return !1;
124
- const r = W();
125
- if (h) {
126
- const v = h.getBoundingClientRect();
127
- return t.bottom > v.top - r && t.top < v.bottom + r;
124
+ const n = W();
125
+ if (y) {
126
+ const g = y.getBoundingClientRect();
127
+ return t.bottom > g.top - n && t.top < g.bottom + n;
128
128
  }
129
- return t.bottom > -r && t.top < window.innerHeight + r;
129
+ return t.bottom > -n && t.top < window.innerHeight + n;
130
130
  }
131
- function F() {
132
- u.value || !o.value || !X() || (m = !0, M());
131
+ function P() {
132
+ u.value || !o.value || !X() || (m = !0, B());
133
133
  }
134
134
  function Z() {
135
135
  if (a) return;
136
- if (n) {
137
- a = n.registerVisibilityCheck(F);
136
+ if (r) {
137
+ a = r.registerVisibilityCheck(P);
138
138
  return;
139
139
  }
140
140
  const e = () => {
141
- d || (d = g(() => {
142
- d = null, F();
141
+ d || (d = h(() => {
142
+ d = null, P();
143
143
  }));
144
144
  };
145
145
  document.addEventListener("scroll", e, { capture: !0, passive: !0 }), window.addEventListener("resize", e, { passive: !0 }), a = () => {
@@ -149,91 +149,91 @@ const He = ["data-field-anchor"], We = /* @__PURE__ */ ie({
149
149
  const ee = [300, 800, 1600, 3200];
150
150
  function te() {
151
151
  for (const e of ee)
152
- _.push(
152
+ E.push(
153
153
  setTimeout(() => {
154
- u.value || F();
154
+ u.value || P();
155
155
  }, e)
156
156
  );
157
157
  }
158
- function z() {
159
- _.forEach(clearTimeout), _ = [];
158
+ function N() {
159
+ E.forEach(clearTimeout), E = [];
160
160
  }
161
- function re() {
161
+ function ne() {
162
162
  u.value || (Z(), te());
163
163
  }
164
- return H(u, (e) => {
165
- e && (a == null || a(), z());
166
- }), H(o, (e) => {
167
- e && (f.progressive ? x() : M());
164
+ return _(u, (e) => {
165
+ e && (a == null || a(), N());
166
+ }), _(o, (e) => {
167
+ e && (f.progressive ? z() : B());
168
168
  }), fe(() => {
169
169
  if (s.value) {
170
- if (h = $(s.value), f.progressive) {
171
- x();
170
+ if (y = $(s.value), f.progressive) {
171
+ z();
172
172
  return;
173
173
  }
174
- p = new IntersectionObserver(
174
+ v = new IntersectionObserver(
175
175
  (e) => {
176
176
  const t = e[0];
177
177
  if (t)
178
178
  if (t.isIntersecting) {
179
179
  m = !0;
180
- const r = s.value;
181
- r && (r.style.minHeight = "", r.classList.remove(T)), M();
180
+ const n = s.value;
181
+ n && (n.style.minHeight = "", n.classList.remove(T)), B();
182
182
  } else
183
- m = !1, u.value && s.value && g(() => {
183
+ m = !1, u.value && s.value && h(() => {
184
184
  if (m) return;
185
- const r = s.value;
186
- if (!(r != null && r.isConnected)) return;
187
- const v = r.offsetHeight;
188
- v !== 0 && (r.style.minHeight = `${v}px`, r.classList.add(T));
185
+ const n = s.value;
186
+ if (!(n != null && n.isConnected)) return;
187
+ const g = n.offsetHeight;
188
+ g !== 0 && (n.style.minHeight = `${g}px`, n.classList.add(T));
189
189
  }), i && (i(), i = null);
190
190
  },
191
191
  {
192
- root: h,
192
+ root: y,
193
193
  rootMargin: f.rootMargin
194
194
  }
195
- ), p.observe(s.value), re();
195
+ ), v.observe(s.value), ne();
196
196
  }
197
197
  }), ce(() => {
198
- a == null || a(), z(), i && (i(), i = null), f.progressive && E && !k && (k = !0, n == null || n.settleMount()), p == null || p.disconnect(), p = null;
199
- }), (e, t) => (w(), I("div", {
198
+ a == null || a(), N(), i && (i(), i = null), f.progressive && F && !w && (w = !0, r == null || r.settleMount()), v == null || v.disconnect(), v = null;
199
+ }), (e, t) => (C(), D("div", {
200
200
  ref_key: "containerRef",
201
201
  ref: s,
202
202
  "data-field-anchor": l(J),
203
- class: y(l(Ce)(l(c), e.fieldClass, { [`${l(c)}--hidden`]: !o.value }))
203
+ class: R(l(Ee)(l(c), p.fieldClass, { [`${l(c)}--hidden`]: !o.value }))
204
204
  }, [
205
- u.value ? (w(), D(Me, de({ key: 0 }, e.fieldProps, {
206
- rules: e.rules,
205
+ u.value ? (C(), Y(Fe, de({ key: 0 }, p.fieldProps, {
206
+ rules: p.rules,
207
207
  onVnodeMounted: Q
208
208
  }), {
209
- default: Y((r) => [
210
- pe(e.$slots, "default", ve(ge(r)))
209
+ default: q((n) => [
210
+ pe(e.$slots, "default", ve(ge(n)))
211
211
  ]),
212
212
  _: 3
213
- }, 16, ["rules"])) : e.skeleton && o.value ? (w(), D(l(Re), {
213
+ }, 16, ["rules"])) : p.skeleton && o.value ? (C(), Y(l(Re), {
214
214
  key: 1,
215
- animated: e.skeletonAnimated,
216
- class: y(`${l(c)}__skeleton`),
217
- style: q({ minHeight: `${V.value}px` })
215
+ animated: p.skeletonAnimated,
216
+ class: R(`${l(c)}__skeleton`),
217
+ style: j({ minHeight: `${V.value}px` })
218
218
  }, {
219
- template: Y(() => [
219
+ template: q(() => [
220
220
  he("div", {
221
- class: y(`${l(c)}__row`)
221
+ class: R(`${l(c)}__row`)
222
222
  }, [
223
- j(l(K), {
223
+ K(l(O), {
224
224
  variant: "text",
225
- class: y(`${l(c)}__label`)
225
+ class: R(`${l(c)}__label`)
226
226
  }, null, 8, ["class"]),
227
- j(l(K), {
227
+ K(l(O), {
228
228
  variant: "rect",
229
- class: y(`${l(c)}__control`)
229
+ class: R(`${l(c)}__control`)
230
230
  }, null, 8, ["class"])
231
231
  ], 2)
232
232
  ]),
233
233
  _: 1
234
- }, 8, ["animated", "class", "style"])) : o.value ? (w(), I("div", {
234
+ }, 8, ["animated", "class", "style"])) : o.value ? (C(), D("div", {
235
235
  key: 2,
236
- style: q({ height: `${V.value}px` })
236
+ style: j({ height: `${V.value}px` })
237
237
  }, null, 4)) : me("", !0)
238
238
  ], 10, He));
239
239
  }
@@ -36,9 +36,7 @@ declare function __VLS_template(): {
36
36
  readonly globalCommonConfig?: import('./types').FormCommonConfig | undefined;
37
37
  readonly onSubmit?: ((event: any) => any) | undefined;
38
38
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
39
- $attrs: {
40
- [x: string]: unknown;
41
- };
39
+ $attrs: import('vue').Attrs;
42
40
  $refs: {
43
41
  [x: string]: unknown;
44
42
  } & {
@@ -96,9 +94,9 @@ declare function __VLS_template(): {
96
94
  globalCommonConfig?: import('./types').FormCommonConfig;
97
95
  }> & Readonly<{
98
96
  onSubmit?: ((event: any) => any) | undefined;
99
- }>, "wrapperRef" | ("collapsedRows" | "commonConfig" | "showCollapseButton" | "wrapperClass" | "globalCommonConfig")> & import('vue').ShallowUnwrapRef<{
100
- wrapperRef: import('vue').ComputedRef<HTMLElement | null>;
101
- }> & {} & import('vue').ComponentCustomProperties & {} & {
97
+ }>, "wrapperRef" | ("collapsedRows" | "commonConfig" | "showCollapseButton" | "wrapperClass" | "globalCommonConfig")> & {
98
+ wrapperRef: HTMLElement | null;
99
+ } & {} & import('vue').ComponentCustomProperties & {} & {
102
100
  $slots: Partial<Record<string, (_: {
103
101
  values: Record<string, any>;
104
102
  formActions: import('./types').FormActions;
@@ -134,9 +132,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
134
132
  readonly globalCommonConfig?: import('./types').FormCommonConfig | undefined;
135
133
  readonly onSubmit?: ((event: any) => any) | undefined;
136
134
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
137
- $attrs: {
138
- [x: string]: unknown;
139
- };
135
+ $attrs: import('vue').Attrs;
140
136
  $refs: {
141
137
  [x: string]: unknown;
142
138
  } & {
@@ -194,9 +190,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
194
190
  globalCommonConfig?: import('./types').FormCommonConfig;
195
191
  }> & Readonly<{
196
192
  onSubmit?: ((event: any) => any) | undefined;
197
- }>, "wrapperRef" | ("collapsedRows" | "commonConfig" | "showCollapseButton" | "wrapperClass" | "globalCommonConfig")> & import('vue').ShallowUnwrapRef<{
198
- wrapperRef: import('vue').ComputedRef<HTMLElement | null>;
199
- }> & {} & import('vue').ComponentCustomProperties & {} & {
193
+ }>, "wrapperRef" | ("collapsedRows" | "commonConfig" | "showCollapseButton" | "wrapperClass" | "globalCommonConfig")> & {
194
+ wrapperRef: HTMLElement | null;
195
+ } & {} & import('vue').ComponentCustomProperties & {} & {
200
196
  $slots: Partial<Record<string, (_: {
201
197
  values: Record<string, any>;
202
198
  formActions: import('./types').FormActions;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as P, ref as N, onMounted as S, nextTick as $, watch as k, createBlock as B, openBlock as A, unref as a, mergeProps as x, withKeys as L, createSlots as I, withCtx as m, renderSlot as u, normalizeProps as c, guardReactiveProps as f, createCommentVNode as K, renderList as U } from "vue";
2
- import "../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
2
+ import "../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
3
3
  import { useDesign as z } from "../../../packages/hooks/src/useDesign.js";
4
4
  import "axios";
5
5
  import "element-plus";