@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.
- package/dist/assets/svg/download.svg.js +1 -1
- package/dist/components/tt-api-component/index.vue2.js +73 -73
- package/dist/components/tt-area/TtArea.vue.js +1 -1
- package/dist/components/tt-button/index.d.ts +91 -105
- package/dist/components/tt-button/index.vue.d.ts +52 -60
- package/dist/components/tt-button/index.vue2.js +1 -1
- package/dist/components/tt-drawer/index.d.ts +352 -326
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
- package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
- package/dist/components/tt-empty/index.d.ts +4 -4
- package/dist/components/tt-empty/index.js +1 -1
- package/dist/components/tt-form/index.js +1 -1
- package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
- package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
- package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
- package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
- package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
- package/dist/components/tt-form/src/form-render/expandable.js +20 -25
- package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
- package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
- package/dist/components/tt-form/src/index.vue.d.ts +8 -12
- package/dist/components/tt-form/src/index.vue2.js +1 -1
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
- package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
- package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
- package/dist/components/tt-icon/index.d.ts +4 -4
- package/dist/components/tt-icon/index.vue.js +2 -2
- package/dist/components/tt-icon/index.vue2.js +28 -28
- package/dist/components/tt-image/index.d.ts +29 -29
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
- package/dist/components/tt-image/tt-image.d.ts +29 -29
- package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
- package/dist/components/tt-input-textarea/index.vue.js +153 -153
- package/dist/components/tt-keep-alive/core/Suspense.d.ts +3 -0
- package/dist/components/tt-keep-alive/core/Suspense.js +10 -0
- package/dist/components/tt-keep-alive/core/apiAsyncComponent.d.ts +2 -0
- package/dist/components/tt-keep-alive/core/apiAsyncComponent.js +6 -0
- package/dist/components/tt-keep-alive/core/component.d.ts +2 -0
- package/dist/components/tt-keep-alive/core/component.js +7 -0
- package/dist/components/tt-keep-alive/core/componentPublicInstance.d.ts +5 -0
- package/dist/components/tt-keep-alive/core/devtools.d.ts +2 -0
- package/dist/components/tt-keep-alive/core/errorHandling.d.ts +17 -0
- package/dist/components/tt-keep-alive/core/errorHandling.js +4 -0
- package/dist/components/tt-keep-alive/core/renderer.d.ts +32 -0
- package/dist/components/tt-keep-alive/core/renderer.js +8 -0
- package/dist/components/tt-keep-alive/core/shapeFlags.d.ts +13 -0
- package/dist/components/tt-keep-alive/core/vnode.d.ts +6 -0
- package/dist/components/tt-keep-alive/core/vnode.js +8 -0
- package/dist/components/tt-keep-alive/index.d.ts +26 -0
- package/dist/components/tt-keep-alive/index.js +139 -0
- package/dist/components/tt-loading/src/loading.vue.js +2 -2
- package/dist/components/tt-loading/src/loading.vue2.js +22 -22
- package/dist/components/tt-log/index.vue.js +1 -1
- package/dist/components/tt-modal/index.d.ts +182 -162
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
- package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
- package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
- package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
- package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/index.vue.js +137 -137
- package/dist/components/tt-radio-group/index.vue.js +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
- package/dist/components/tt-select/src/Select.vue.js +1 -1
- package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
- package/dist/components/tt-select/src/components/Table.vue.js +1 -1
- package/dist/components/tt-table/index.d.ts +20 -24
- package/dist/components/tt-table/index.js +1 -1
- package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
- package/dist/components/tt-table/src/Table.vue.js +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
- package/dist/components/tt-table/src/TableForm.vue.js +1 -1
- package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
- package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
- package/dist/components/tt-text/index.vue2.js +22 -22
- package/dist/components/tt-upload/index.d.ts +60 -60
- package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
- package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
- package/dist/components/tt-upload/src/typing.d.ts +17 -17
- package/dist/hooks/useScreenshotOss.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +80 -78
- package/dist/node_modules/.pnpm/@vue_shared@3.5.34/node_modules/@vue/shared/dist/shared.esm-bundler.js +17 -0
- package/dist/packages/hooks/src/propTypes.js +1 -1
- package/dist/plugins/vxeTable/switchStatus.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
- /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
|
|
2
|
-
import { ElSkeleton as Re, ElSkeletonItem as
|
|
3
|
-
import "../../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.
|
|
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
|
|
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
|
|
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
|
|
18
|
-
import
|
|
19
|
-
import { injectFormProps as
|
|
20
|
-
import { RENDER_SCHEDULER_KEY as
|
|
21
|
-
import { resolveValueByFieldName as
|
|
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(
|
|
38
|
-
const { prefixCls: c } = ke("lazy-form-field"), f =
|
|
39
|
-
let
|
|
40
|
-
|
|
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((
|
|
45
|
+
return e.triggerFields.map((n) => xe(b.value, n));
|
|
46
46
|
},
|
|
47
47
|
async () => {
|
|
48
|
-
const e = ++
|
|
48
|
+
const e = ++k, t = L.value;
|
|
49
49
|
if (!t || t.if === void 0) {
|
|
50
|
-
if (e !==
|
|
50
|
+
if (e !== k) return;
|
|
51
51
|
o.value = !0;
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
54
|
if (we(t.if)) {
|
|
55
|
-
const
|
|
56
|
-
if (e !==
|
|
57
|
-
o.value =
|
|
58
|
-
} else if (
|
|
59
|
-
if (e !==
|
|
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 =
|
|
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
|
|
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
|
|
73
|
-
if (
|
|
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
|
|
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
|
-
|
|
84
|
-
const
|
|
85
|
-
if (!
|
|
86
|
-
const
|
|
87
|
-
|
|
88
|
-
const
|
|
89
|
-
if (!
|
|
90
|
-
const
|
|
91
|
-
if (!
|
|
92
|
-
const
|
|
93
|
-
|
|
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
|
|
98
|
+
let F = !1, w = !1;
|
|
99
99
|
function S() {
|
|
100
|
-
i = null, o.value && (
|
|
100
|
+
i = null, o.value && (F = !0, r == null || r.trackMount(), M());
|
|
101
101
|
}
|
|
102
|
-
function
|
|
103
|
-
u.value || i || !o.value || (i =
|
|
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 ||
|
|
106
|
+
!f.progressive || w || !F || (w = !0, r == null || r.settleMount());
|
|
107
107
|
}
|
|
108
|
-
function
|
|
109
|
-
u.value || i || !m || !o.value || (i =
|
|
110
|
-
i = null, !(!m || !o.value) &&
|
|
111
|
-
}) :
|
|
112
|
-
i = null, !(!m || !o.value) &&
|
|
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
|
|
125
|
-
if (
|
|
126
|
-
const
|
|
127
|
-
return t.bottom >
|
|
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 > -
|
|
129
|
+
return t.bottom > -n && t.top < window.innerHeight + n;
|
|
130
130
|
}
|
|
131
|
-
function
|
|
132
|
-
u.value || !o.value || !X() || (m = !0,
|
|
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 (
|
|
137
|
-
a =
|
|
136
|
+
if (r) {
|
|
137
|
+
a = r.registerVisibilityCheck(P);
|
|
138
138
|
return;
|
|
139
139
|
}
|
|
140
140
|
const e = () => {
|
|
141
|
-
d || (d =
|
|
142
|
-
d = null,
|
|
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
|
-
|
|
152
|
+
E.push(
|
|
153
153
|
setTimeout(() => {
|
|
154
|
-
u.value ||
|
|
154
|
+
u.value || P();
|
|
155
155
|
}, e)
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
|
-
function
|
|
159
|
-
|
|
158
|
+
function N() {
|
|
159
|
+
E.forEach(clearTimeout), E = [];
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function ne() {
|
|
162
162
|
u.value || (Z(), te());
|
|
163
163
|
}
|
|
164
|
-
return
|
|
165
|
-
e && (a == null || a(),
|
|
166
|
-
}),
|
|
167
|
-
e && (f.progressive ?
|
|
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 (
|
|
171
|
-
|
|
170
|
+
if (y = $(s.value), f.progressive) {
|
|
171
|
+
z();
|
|
172
172
|
return;
|
|
173
173
|
}
|
|
174
|
-
|
|
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
|
|
181
|
-
|
|
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 &&
|
|
183
|
+
m = !1, u.value && s.value && h(() => {
|
|
184
184
|
if (m) return;
|
|
185
|
-
const
|
|
186
|
-
if (!(
|
|
187
|
-
const
|
|
188
|
-
|
|
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:
|
|
192
|
+
root: y,
|
|
193
193
|
rootMargin: f.rootMargin
|
|
194
194
|
}
|
|
195
|
-
),
|
|
195
|
+
), v.observe(s.value), ne();
|
|
196
196
|
}
|
|
197
197
|
}), ce(() => {
|
|
198
|
-
a == null || a(),
|
|
199
|
-
}), (e, t) => (
|
|
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:
|
|
203
|
+
class: R(l(Ee)(l(c), p.fieldClass, { [`${l(c)}--hidden`]: !o.value }))
|
|
204
204
|
}, [
|
|
205
|
-
u.value ? (
|
|
206
|
-
rules:
|
|
205
|
+
u.value ? (C(), Y(Fe, de({ key: 0 }, p.fieldProps, {
|
|
206
|
+
rules: p.rules,
|
|
207
207
|
onVnodeMounted: Q
|
|
208
208
|
}), {
|
|
209
|
-
default:
|
|
210
|
-
pe(e.$slots, "default", ve(ge(
|
|
209
|
+
default: q((n) => [
|
|
210
|
+
pe(e.$slots, "default", ve(ge(n)))
|
|
211
211
|
]),
|
|
212
212
|
_: 3
|
|
213
|
-
}, 16, ["rules"])) :
|
|
213
|
+
}, 16, ["rules"])) : p.skeleton && o.value ? (C(), Y(l(Re), {
|
|
214
214
|
key: 1,
|
|
215
|
-
animated:
|
|
216
|
-
class:
|
|
217
|
-
style:
|
|
215
|
+
animated: p.skeletonAnimated,
|
|
216
|
+
class: R(`${l(c)}__skeleton`),
|
|
217
|
+
style: j({ minHeight: `${V.value}px` })
|
|
218
218
|
}, {
|
|
219
|
-
template:
|
|
219
|
+
template: q(() => [
|
|
220
220
|
he("div", {
|
|
221
|
-
class:
|
|
221
|
+
class: R(`${l(c)}__row`)
|
|
222
222
|
}, [
|
|
223
|
-
|
|
223
|
+
K(l(O), {
|
|
224
224
|
variant: "text",
|
|
225
|
-
class:
|
|
225
|
+
class: R(`${l(c)}__label`)
|
|
226
226
|
}, null, 8, ["class"]),
|
|
227
|
-
|
|
227
|
+
K(l(O), {
|
|
228
228
|
variant: "rect",
|
|
229
|
-
class:
|
|
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 ? (
|
|
234
|
+
}, 8, ["animated", "class", "style"])) : o.value ? (C(), D("div", {
|
|
235
235
|
key: 2,
|
|
236
|
-
style:
|
|
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")> &
|
|
100
|
-
wrapperRef:
|
|
101
|
-
}
|
|
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")> &
|
|
198
|
-
wrapperRef:
|
|
199
|
-
}
|
|
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.
|
|
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";
|