ling-yun-custom-components 0.0.32 → 0.0.34
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/es/BatchImport.mjs +1 -1
- package/es/BuildComponents.mjs +1 -1
- package/es/CustomDialog.mjs +1 -1
- package/es/CustomDropdown.mjs +10 -10
- package/es/CustomTab.mjs +7 -7
- package/es/CustomTitle.mjs +1 -1
- package/es/FileList.mjs +1 -1
- package/es/GradientButton.mjs +7 -7
- package/es/IconEmpty.mjs +1 -1
- package/es/IconRenderer.mjs +1 -1
- package/es/IconSelect.mjs +17 -17
- package/es/PaginationTable.mjs +54 -54
- package/es/SearchBar.mjs +1 -1
- package/es/TreeSelect.mjs +2 -2
- package/es/TreeShowSelect.mjs +1 -1
- package/es/UpdatePasswordDialog.mjs +3 -3
- package/es/UploadFile.mjs +1 -1
- package/es/assets/BuildComponents.css +1 -1
- package/es/assets/CustomDropdown.css +1 -1
- package/es/assets/CustomTab.css +1 -1
- package/es/assets/GradientButton.css +1 -1
- package/es/assets/IconSelect.css +1 -1
- package/es/assets/PaginationTable.css +1 -1
- package/es/assets/TreeSelect.css +1 -1
- package/es/assets/TreeShowSelect.css +1 -1
- package/es/assets/UpdatePasswordDialog.css +1 -1
- package/es/assets/layout2.css +1 -1
- package/es/assets/layout3.css +1 -1
- package/es/assets/layout4.css +1 -1
- package/es/assets/layout5.css +1 -1
- package/es/assets/layout6.css +1 -1
- package/es/chunks/global.DYRS55FP.js +7828 -0
- package/es/chunks/{layout.BKJPyxR8.js → layout.B0thq8O1.js} +5 -5
- package/es/chunks/{layout.BHroZ9U9.js → layout.CHE7L3Br.js} +12 -12
- package/es/chunks/{layout.DXw3haOP.js → layout.CiNClIOK.js} +1 -1
- package/es/chunks/layout.DJVruWAW.js +587 -0
- package/es/chunks/{layout.Cops0Vah.js → layout.kfyyRIKp.js} +7 -7
- package/es/chunks/{layout.vvR_4ki7.js → layout.ksXFwQhz.js} +9 -9
- package/es/chunks/{layout.DBgjqaxe.js → layout.z1w9j_0V.js} +2 -2
- package/lib/BatchImport.js +1 -1
- package/lib/BuildComponents.js +1 -1
- package/lib/CustomDialog.js +1 -1
- package/lib/CustomDropdown.js +1 -1
- package/lib/CustomTab.js +1 -1
- package/lib/CustomTitle.js +1 -1
- package/lib/FileList.js +1 -1
- package/lib/GradientButton.js +1 -1
- package/lib/IconEmpty.js +1 -1
- package/lib/IconRenderer.js +1 -1
- package/lib/IconSelect.js +1 -1
- package/lib/PaginationTable.js +1 -1
- package/lib/SearchBar.js +1 -1
- package/lib/TreeSelect.js +1 -1
- package/lib/TreeShowSelect.js +1 -1
- package/lib/UpdatePasswordDialog.js +1 -1
- package/lib/UploadFile.js +1 -1
- package/lib/assets/BuildComponents.css +1 -1
- package/lib/assets/CustomDropdown.css +1 -1
- package/lib/assets/CustomTab.css +1 -1
- package/lib/assets/GradientButton.css +1 -1
- package/lib/assets/IconSelect.css +1 -1
- package/lib/assets/PaginationTable.css +1 -1
- package/lib/assets/TreeSelect.css +1 -1
- package/lib/assets/TreeShowSelect.css +1 -1
- package/lib/assets/UpdatePasswordDialog.css +1 -1
- package/lib/assets/layout2.css +1 -1
- package/lib/assets/layout3.css +1 -1
- package/lib/assets/layout4.css +1 -1
- package/lib/assets/layout5.css +1 -1
- package/lib/assets/layout6.css +1 -1
- package/lib/chunks/global.CSN_bdu1.js +1 -0
- package/lib/chunks/{layout.DWbm8gXV.js → layout.2cqUIJaF.js} +1 -1
- package/lib/chunks/{layout.B8d4J538.js → layout.BX7XTp-7.js} +1 -1
- package/lib/chunks/layout.BemBeSDu.js +1 -0
- package/lib/chunks/layout.CBrqQREH.js +1 -0
- package/lib/chunks/{layout.B9EVVV-O.js → layout.CKQTUDQH.js} +1 -1
- package/lib/chunks/{layout.OHsMvEtb.js → layout.DfE3Jkpv.js} +1 -1
- package/lib/chunks/{layout.B-T_NE6r.js → layout.TNSpahDr.js} +1 -1
- package/package.json +3 -3
- package/lib/chunks/layout.Js61I3wA.js +0 -1
package/es/BatchImport.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { w as z } from "./chunks/index.bCzIhWFw.js";
|
|
|
2
2
|
import { createElementBlock as x, openBlock as s, Fragment as q, createElementVNode as r, toDisplayString as w, ref as C, computed as g, createBlock as V, unref as u, withCtx as i, createCommentVNode as c, mergeProps as L, createVNode as f, createTextVNode as D } from "vue";
|
|
3
3
|
import { ElDialog as P, ElIcon as Q, ElButton as R } from "element-plus";
|
|
4
4
|
import { emitsMap as B, uploadFileType as h, codeMap as _, messageSuccess as A } from "ling-yun-methods";
|
|
5
|
-
import G from "./chunks/layout.
|
|
5
|
+
import G from "./chunks/layout.CHE7L3Br.js";
|
|
6
6
|
import { IconQuery as H } from "color-message-lingyun-vue";
|
|
7
7
|
const J = {
|
|
8
8
|
__name: "ImportResultContent",
|
package/es/BuildComponents.mjs
CHANGED
|
@@ -178,7 +178,7 @@ import './assets/BuildComponents.css';const V = "data:image/png;base64,iVBORw0KG
|
|
|
178
178
|
])
|
|
179
179
|
]));
|
|
180
180
|
}
|
|
181
|
-
}), AA = /* @__PURE__ */ Q($, [["__scopeId", "data-v-
|
|
181
|
+
}), AA = /* @__PURE__ */ Q($, [["__scopeId", "data-v-a4851f6f"]]), EA = a(AA);
|
|
182
182
|
export {
|
|
183
183
|
X as BUILD_BIG_TITLES,
|
|
184
184
|
h as BUILD_STEPS,
|
package/es/CustomDialog.mjs
CHANGED
package/es/CustomDropdown.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { w as v } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
-
import { createBlock as m, openBlock as r, unref as d, mergeProps as C, withCtx as
|
|
2
|
+
import { createBlock as m, openBlock as r, unref as d, mergeProps as C, withCtx as a, renderSlot as h, createElementVNode as c, createVNode as s, toDisplayString as p, createElementBlock as V, createCommentVNode as D, Fragment as E, renderList as I } from "vue";
|
|
3
3
|
import { ElDropdown as N, ElIcon as S, ElDropdownMenu as B, ElDropdownItem as x } from "element-plus";
|
|
4
4
|
import { emitsMap as i } from "ling-yun-methods";
|
|
5
5
|
import { IconDown as M } from "color-message-lingyun-vue";
|
|
@@ -79,10 +79,10 @@ import './assets/CustomDropdown.css';const T = { class: "custom-dropdown-trigger
|
|
|
79
79
|
],
|
|
80
80
|
setup(e, { expose: f, emit: g }) {
|
|
81
81
|
const b = e, l = g, u = (o) => {
|
|
82
|
-
const
|
|
82
|
+
const n = b.items.find(
|
|
83
83
|
(t) => t.command === o || t.value === o || t === o
|
|
84
84
|
);
|
|
85
|
-
l(i.change, o,
|
|
85
|
+
l(i.change, o, n), l(i.updateModelValue, o, n), l("command", o, n);
|
|
86
86
|
}, w = (o) => {
|
|
87
87
|
l("visible-change", o);
|
|
88
88
|
}, k = () => {
|
|
@@ -90,7 +90,7 @@ import './assets/CustomDropdown.css';const T = { class: "custom-dropdown-trigger
|
|
|
90
90
|
};
|
|
91
91
|
return f({
|
|
92
92
|
handleCommand: u
|
|
93
|
-
}), (o,
|
|
93
|
+
}), (o, n) => (r(), m(d(N), C({
|
|
94
94
|
trigger: e.trigger,
|
|
95
95
|
placement: e.placement,
|
|
96
96
|
disabled: e.disabled,
|
|
@@ -101,9 +101,9 @@ import './assets/CustomDropdown.css';const T = { class: "custom-dropdown-trigger
|
|
|
101
101
|
onVisibleChange: w,
|
|
102
102
|
onClick: k
|
|
103
103
|
}, o.$attrs), {
|
|
104
|
-
dropdown:
|
|
104
|
+
dropdown: a(() => [
|
|
105
105
|
s(d(B), null, {
|
|
106
|
-
default:
|
|
106
|
+
default: a(() => [
|
|
107
107
|
h(o.$slots, "dropdown", {}, () => [
|
|
108
108
|
e.items && e.items.length > 0 ? (r(!0), V(E, { key: 0 }, I(e.items, (t, y) => (r(), m(d(x), {
|
|
109
109
|
key: t.key || y,
|
|
@@ -112,7 +112,7 @@ import './assets/CustomDropdown.css';const T = { class: "custom-dropdown-trigger
|
|
|
112
112
|
divided: t.divided,
|
|
113
113
|
icon: t.icon
|
|
114
114
|
}, {
|
|
115
|
-
default:
|
|
115
|
+
default: a(() => [
|
|
116
116
|
c("span", null, p(t.label || t.text || t), 1)
|
|
117
117
|
]),
|
|
118
118
|
_: 2
|
|
@@ -122,12 +122,12 @@ import './assets/CustomDropdown.css';const T = { class: "custom-dropdown-trigger
|
|
|
122
122
|
_: 3
|
|
123
123
|
})
|
|
124
124
|
]),
|
|
125
|
-
default:
|
|
125
|
+
default: a(() => [
|
|
126
126
|
h(o.$slots, "default", {}, () => [
|
|
127
127
|
c("div", T, [
|
|
128
128
|
c("span", null, p(e.placeholder), 1),
|
|
129
129
|
s(d(S), { class: "dropdown-icon" }, {
|
|
130
|
-
default:
|
|
130
|
+
default: a(() => [
|
|
131
131
|
s(d(M))
|
|
132
132
|
]),
|
|
133
133
|
_: 1
|
|
@@ -138,7 +138,7 @@ import './assets/CustomDropdown.css';const T = { class: "custom-dropdown-trigger
|
|
|
138
138
|
_: 3
|
|
139
139
|
}, 16, ["trigger", "placement", "disabled", "hide-on-click", "show-timeout", "hide-timeout"]));
|
|
140
140
|
}
|
|
141
|
-
}), j = /* @__PURE__ */ O($, [["__scopeId", "data-v-
|
|
141
|
+
}), j = /* @__PURE__ */ O($, [["__scopeId", "data-v-7a4a6b40"]]), G = v(j);
|
|
142
142
|
export {
|
|
143
143
|
G as CustomDropdown,
|
|
144
144
|
G as default
|
package/es/CustomTab.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { w as m } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
-
import { useModel as p, useAttrs as
|
|
2
|
+
import { useModel as p, useAttrs as i, useSlots as c, createBlock as f, openBlock as _, unref as e, mergeProps as V, createSlots as v, renderList as y, withCtx as S, renderSlot as g, normalizeProps as w, guardReactiveProps as x } from "vue";
|
|
3
3
|
import { ElTabs as P } from "element-plus";
|
|
4
4
|
import { _ as b } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
5
|
import './assets/CustomTab.css';const k = {
|
|
@@ -12,21 +12,21 @@ import './assets/CustomTab.css';const k = {
|
|
|
12
12
|
modelModifiers: {}
|
|
13
13
|
},
|
|
14
14
|
emits: ["update:modelValue"],
|
|
15
|
-
setup(
|
|
16
|
-
const t = p(
|
|
15
|
+
setup(s) {
|
|
16
|
+
const t = p(s, "modelValue"), l = i(), u = c();
|
|
17
17
|
return (n, o) => (_(), f(e(P), V({
|
|
18
18
|
modelValue: t.value,
|
|
19
19
|
"onUpdate:modelValue": o[0] || (o[0] = (r) => t.value = r)
|
|
20
20
|
}, e(l), { type: "card" }), v({ _: 2 }, [
|
|
21
|
-
y(e(u), (r,
|
|
22
|
-
name:
|
|
21
|
+
y(e(u), (r, a) => ({
|
|
22
|
+
name: a,
|
|
23
23
|
fn: S((d) => [
|
|
24
|
-
g(n.$slots,
|
|
24
|
+
g(n.$slots, a, w(x(d)), void 0, !0)
|
|
25
25
|
])
|
|
26
26
|
}))
|
|
27
27
|
]), 1040, ["modelValue"]));
|
|
28
28
|
}
|
|
29
|
-
}, B = /* @__PURE__ */ b(k, [["__scopeId", "data-v-
|
|
29
|
+
}, B = /* @__PURE__ */ b(k, [["__scopeId", "data-v-f2323ad7"]]), h = m(B);
|
|
30
30
|
export {
|
|
31
31
|
h as CustomTab,
|
|
32
32
|
h as default
|
package/es/CustomTitle.mjs
CHANGED
package/es/FileList.mjs
CHANGED
package/es/GradientButton.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { w as z } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
-
import { computed as l, createElementBlock as c, openBlock as i, normalizeStyle as s, createElementVNode as
|
|
2
|
+
import { computed as l, createElementBlock as c, openBlock as i, normalizeStyle as s, createElementVNode as f, normalizeClass as u, createBlock as g, createCommentVNode as b, unref as d, withCtx as S, resolveDynamicComponent as w, Fragment as $, renderList as B, toDisplayString as j } from "vue";
|
|
3
3
|
import { textDirection as a } from "ling-yun-methods";
|
|
4
4
|
import { IconAdd as I } from "color-message-lingyun-vue";
|
|
5
5
|
import { ElIcon as O } from "element-plus";
|
|
@@ -41,7 +41,7 @@ import './assets/GradientButton.css';const D = /* @__PURE__ */ Object.assign({
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
setup(o) {
|
|
44
|
-
const n = o,
|
|
44
|
+
const n = o, m = l(() => (n.text.content || "").split("") || []), x = l(() => {
|
|
45
45
|
const { gradientColors: t, borderRadius: e } = n.button;
|
|
46
46
|
return {
|
|
47
47
|
background: `linear-gradient(180deg, ${t?.[0]}, ${t?.[1]})`,
|
|
@@ -77,11 +77,11 @@ import './assets/GradientButton.css';const D = /* @__PURE__ */ Object.assign({
|
|
|
77
77
|
class: "gradient-btn pointer overflow-hidden",
|
|
78
78
|
style: s(x.value)
|
|
79
79
|
}, [
|
|
80
|
-
|
|
80
|
+
f("div", {
|
|
81
81
|
class: "gradient-btn-content overflow-hidden",
|
|
82
82
|
style: s(v.value)
|
|
83
83
|
}, [
|
|
84
|
-
|
|
84
|
+
f("div", {
|
|
85
85
|
class: u(y.value)
|
|
86
86
|
}, [
|
|
87
87
|
o.icon ? (i(), g(d(O), {
|
|
@@ -98,13 +98,13 @@ import './assets/GradientButton.css';const D = /* @__PURE__ */ Object.assign({
|
|
|
98
98
|
]),
|
|
99
99
|
_: 1
|
|
100
100
|
}, 8, ["size", "color", "class"])) : b("", !0),
|
|
101
|
-
|
|
101
|
+
m.value?.length ? (i(), c("div", {
|
|
102
102
|
key: 1,
|
|
103
103
|
class: u(["overflow-hidden flex", {
|
|
104
104
|
"flex-col": o.direction === d(a).vertical
|
|
105
105
|
}])
|
|
106
106
|
}, [
|
|
107
|
-
(i(!0), c($, null, B(
|
|
107
|
+
(i(!0), c($, null, B(m.value, (r) => (i(), c("div", {
|
|
108
108
|
style: s(k.value),
|
|
109
109
|
key: r
|
|
110
110
|
}, j(r), 5))), 128))
|
|
@@ -113,7 +113,7 @@ import './assets/GradientButton.css';const D = /* @__PURE__ */ Object.assign({
|
|
|
113
113
|
], 4)
|
|
114
114
|
], 4));
|
|
115
115
|
}
|
|
116
|
-
}), E = /* @__PURE__ */ R(D, [["__scopeId", "data-v-
|
|
116
|
+
}), E = /* @__PURE__ */ R(D, [["__scopeId", "data-v-2e8476b6"]]), W = z(E);
|
|
117
117
|
export {
|
|
118
118
|
W as GradientButton,
|
|
119
119
|
W as default
|
package/es/IconEmpty.mjs
CHANGED
package/es/IconRenderer.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { w as c } from "./chunks/index.bCzIhWFw.js";
|
|
2
2
|
import { createBlock as o, createCommentVNode as a, openBlock as t, unref as r, mergeProps as m, withCtx as i, resolveDynamicComponent as s } from "vue";
|
|
3
3
|
import { ElIcon as l } from "element-plus";
|
|
4
|
-
import { c as u } from "./chunks/global.
|
|
4
|
+
import { c as u } from "./chunks/global.DYRS55FP.js";
|
|
5
5
|
const f = /* @__PURE__ */ Object.assign({
|
|
6
6
|
name: "IconRenderer"
|
|
7
7
|
}, {
|
package/es/IconSelect.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { w as S } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
-
import { ref as p, computed as v, watch as N, createBlock as c, openBlock as o, unref as
|
|
2
|
+
import { ref as p, computed as v, watch as N, createBlock as c, openBlock as o, unref as n, withCtx as i, createElementVNode as x, createVNode as r, createElementBlock as u, createCommentVNode as E, Fragment as I, renderList as L, normalizeClass as h, resolveDynamicComponent as V, createTextVNode as j } from "vue";
|
|
3
3
|
import { ElPopover as B, ElInput as O, ElIcon as y } from "element-plus";
|
|
4
4
|
import { IconSearch as T, IconAdd as U } from "color-message-lingyun-vue";
|
|
5
|
-
import { c as g } from "./chunks/global.
|
|
6
|
-
import { I as A } from "./chunks/layout.
|
|
5
|
+
import { c as g } from "./chunks/global.DYRS55FP.js";
|
|
6
|
+
import { I as A } from "./chunks/layout.z1w9j_0V.js";
|
|
7
7
|
import { _ as D } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
8
8
|
import './assets/IconSelect.css';const F = { class: "icon-select-content flex flex-col overflow-hidden" }, P = { class: "icon-select-grid overflow-y-auto display-grid" }, $ = ["title", "onClick"], q = {
|
|
9
9
|
key: 0,
|
|
@@ -34,20 +34,20 @@ import './assets/IconSelect.css';const F = { class: "icon-select-content flex fl
|
|
|
34
34
|
},
|
|
35
35
|
emits: ["update:modelValue"],
|
|
36
36
|
setup(d, { emit: k }) {
|
|
37
|
-
const w = d, C = k, m = p(!1), s = p(""),
|
|
37
|
+
const w = d, C = k, m = p(!1), s = p(""), a = p(w.modelValue), _ = v(() => Object.entries(g).filter(([e]) => e.toLowerCase().includes("menu")).map(([e, l]) => ({
|
|
38
38
|
name: e,
|
|
39
39
|
component: l
|
|
40
40
|
}))), b = v(() => s.value ? _.value.filter(
|
|
41
41
|
(e) => e.name.toLowerCase().includes(s.value.toLowerCase())
|
|
42
|
-
) : _.value), f = v(() =>
|
|
43
|
-
|
|
42
|
+
) : _.value), f = v(() => a.value && g[a.value] || null), z = (e) => {
|
|
43
|
+
a.value = e.name, C("update:modelValue", e.name), m.value = !1;
|
|
44
44
|
};
|
|
45
45
|
return N(
|
|
46
46
|
() => w.modelValue,
|
|
47
47
|
(e) => {
|
|
48
|
-
|
|
48
|
+
a.value = e;
|
|
49
49
|
}
|
|
50
|
-
), (e, l) => (o(), c(
|
|
50
|
+
), (e, l) => (o(), c(n(B), {
|
|
51
51
|
visible: m.value,
|
|
52
52
|
"onUpdate:visible": l[1] || (l[1] = (t) => m.value = t),
|
|
53
53
|
placement: "bottom-start",
|
|
@@ -58,10 +58,10 @@ import './assets/IconSelect.css';const F = { class: "icon-select-content flex fl
|
|
|
58
58
|
x("div", {
|
|
59
59
|
class: h(["flex items-center pointer radius-16 justify-center w-icon-item", {
|
|
60
60
|
"select-icon-box bg-fcfdff text-202434 fz-14 flex-col": !f.value,
|
|
61
|
-
"icon-item":
|
|
61
|
+
"icon-item": a.value
|
|
62
62
|
}])
|
|
63
63
|
}, [
|
|
64
|
-
f.value ? (o(), c(
|
|
64
|
+
f.value ? (o(), c(n(y), {
|
|
65
65
|
key: 0,
|
|
66
66
|
size: d.iconSize
|
|
67
67
|
}, {
|
|
@@ -70,9 +70,9 @@ import './assets/IconSelect.css';const F = { class: "icon-select-content flex fl
|
|
|
70
70
|
]),
|
|
71
71
|
_: 1
|
|
72
72
|
}, 8, ["size"])) : (o(), u(I, { key: 1 }, [
|
|
73
|
-
r(
|
|
73
|
+
r(n(y), { size: 16 }, {
|
|
74
74
|
default: i(() => [
|
|
75
|
-
r(
|
|
75
|
+
r(n(U))
|
|
76
76
|
]),
|
|
77
77
|
_: 1
|
|
78
78
|
}),
|
|
@@ -82,22 +82,22 @@ import './assets/IconSelect.css';const F = { class: "icon-select-content flex fl
|
|
|
82
82
|
]),
|
|
83
83
|
default: i(() => [
|
|
84
84
|
x("div", F, [
|
|
85
|
-
r(
|
|
85
|
+
r(n(O), {
|
|
86
86
|
class: "mg-b-12",
|
|
87
87
|
modelValue: s.value,
|
|
88
88
|
"onUpdate:modelValue": l[0] || (l[0] = (t) => s.value = t),
|
|
89
89
|
placeholder: "搜索图标",
|
|
90
|
-
"prefix-icon":
|
|
90
|
+
"prefix-icon": n(T),
|
|
91
91
|
clearable: ""
|
|
92
92
|
}, null, 8, ["modelValue", "prefix-icon"]),
|
|
93
93
|
x("div", P, [
|
|
94
94
|
(o(!0), u(I, null, L(b.value, (t) => (o(), u("div", {
|
|
95
95
|
key: t.name,
|
|
96
|
-
class: h(["icon-item radius-8 justify-center items-center pointer flex w-icon-item", { active:
|
|
96
|
+
class: h(["icon-item radius-8 justify-center items-center pointer flex w-icon-item", { active: a.value === t.name }]),
|
|
97
97
|
title: t.name,
|
|
98
98
|
onClick: (J) => z(t)
|
|
99
99
|
}, [
|
|
100
|
-
r(
|
|
100
|
+
r(n(y), { size: 50 }, {
|
|
101
101
|
default: i(() => [
|
|
102
102
|
(o(), c(V(t.component)))
|
|
103
103
|
]),
|
|
@@ -113,7 +113,7 @@ import './assets/IconSelect.css';const F = { class: "icon-select-content flex fl
|
|
|
113
113
|
_: 1
|
|
114
114
|
}, 8, ["visible", "width"]));
|
|
115
115
|
}
|
|
116
|
-
}), H = /* @__PURE__ */ D(G, [["__scopeId", "data-v-
|
|
116
|
+
}), H = /* @__PURE__ */ D(G, [["__scopeId", "data-v-eb6d07ed"]]), Z = S(H);
|
|
117
117
|
export {
|
|
118
118
|
Z as IconSelect,
|
|
119
119
|
Z as default
|
package/es/PaginationTable.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { w as be } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
-
import { useSlots as Ce, computed as g, ref as v, watch as te, onMounted as xe, nextTick as Te, createElementBlock as B, openBlock as m, createElementVNode as y, createCommentVNode as R, unref as c, renderSlot as
|
|
2
|
+
import { useSlots as Ce, computed as g, ref as v, watch as te, onMounted as xe, nextTick as Te, createElementBlock as B, openBlock as m, createElementVNode as y, createCommentVNode as R, unref as c, renderSlot as E, Fragment as we, createBlock as le, withCtx as I, createTextVNode as ae, toDisplayString as ke, createVNode as M, createSlots as Be, renderList as Re, normalizeProps as ze, guardReactiveProps as Ne, h as W } from "vue";
|
|
3
3
|
import { ElButton as ne, ElAutoResizer as Pe, ElTableV2 as Ae, ElCheckbox as Ee } from "element-plus";
|
|
4
4
|
import { emitsMap as ue, paginationConfig as Ie, calculateScale as _e } from "ling-yun-methods";
|
|
5
5
|
import { _ as je } from "./chunks/layout.BzQrppiO.js";
|
|
6
|
-
import { _ as
|
|
7
|
-
import './assets/PaginationTable.css';const
|
|
6
|
+
import { _ as Oe } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
7
|
+
import './assets/PaginationTable.css';const De = { class: "flex h-full flex-col" }, qe = {
|
|
8
8
|
class: "w-full flex justify-between overflow-hidden",
|
|
9
9
|
style: { height: "auto" }
|
|
10
10
|
}, Ke = {
|
|
@@ -113,23 +113,23 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
113
113
|
"updateSortState"
|
|
114
114
|
],
|
|
115
115
|
setup(h, { expose: se, emit: ie }) {
|
|
116
|
-
const x = ie, s = h,
|
|
117
|
-
get: () =>
|
|
116
|
+
const x = ie, s = h, _ = Ce(), z = g(() => typeof s.requestFn == "function"), o = g({
|
|
117
|
+
get: () => z.value ? S.value : s.tableData,
|
|
118
118
|
set: (e) => {
|
|
119
|
-
|
|
119
|
+
z.value ? S.value = e : x("updateTableData", e);
|
|
120
120
|
}
|
|
121
|
-
}),
|
|
121
|
+
}), j = v(0), F = g(() => z.value ? j.value : s.total), T = g({
|
|
122
122
|
get: () => s.sortState,
|
|
123
123
|
set: (e) => {
|
|
124
124
|
x("updateSortState", e);
|
|
125
125
|
}
|
|
126
126
|
}), oe = ({ key: e, order: t }) => {
|
|
127
|
-
|
|
128
|
-
}, S = v([]), d = g(() => s.pageMapping.pageNum),
|
|
127
|
+
T.value[e] = t, o.value = o.value.reverse();
|
|
128
|
+
}, S = v([]), d = g(() => s.pageMapping.pageNum), N = g(() => s.pageMapping.pageSize), O = {
|
|
129
129
|
[d.value]: 1,
|
|
130
|
-
[
|
|
130
|
+
[N.value]: 20
|
|
131
131
|
}, i = v({
|
|
132
|
-
...
|
|
132
|
+
...O
|
|
133
133
|
}), f = v([]), n = v([]), V = v([]), b = v({}), $ = g(() => re(b.value));
|
|
134
134
|
function re(e) {
|
|
135
135
|
const t = /* @__PURE__ */ new Set();
|
|
@@ -152,7 +152,7 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
152
152
|
};
|
|
153
153
|
l(e.children);
|
|
154
154
|
}
|
|
155
|
-
e.parentId && U(e.parentId), G(),
|
|
155
|
+
e.parentId && U(e.parentId), G(), w();
|
|
156
156
|
}, U = (e) => {
|
|
157
157
|
const t = H(o.value, e);
|
|
158
158
|
if (!t) return;
|
|
@@ -179,12 +179,12 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
179
179
|
l.selected && t.push(l), l.children && l.children.length > 0 && (t = t.concat(J(l.children)));
|
|
180
180
|
}), t;
|
|
181
181
|
}
|
|
182
|
-
function
|
|
183
|
-
e.selected = t, e.children && e.children.length > 0 && e.children.forEach((l) =>
|
|
182
|
+
function D(e, t) {
|
|
183
|
+
e.selected = t, e.children && e.children.length > 0 && e.children.forEach((l) => D(l, t));
|
|
184
184
|
}
|
|
185
185
|
const de = (e) => {
|
|
186
|
-
const t = o.value.map((l) => (
|
|
187
|
-
return o.value = [...t], G(), n.value = e ? [...Object.values(b.value).flat()] : [],
|
|
186
|
+
const t = o.value.map((l) => (D(l, e), l));
|
|
187
|
+
return o.value = [...t], G(), n.value = e ? [...Object.values(b.value).flat()] : [], w(), [...n.value];
|
|
188
188
|
}, fe = () => {
|
|
189
189
|
f.value.unshift({
|
|
190
190
|
key: "selection",
|
|
@@ -231,19 +231,19 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
231
231
|
const p = v(!1), he = () => {
|
|
232
232
|
p.value = !0, fe();
|
|
233
233
|
}, q = () => {
|
|
234
|
-
p.value = !1, n.value = [], o.value = o.value.map((e) => (
|
|
234
|
+
p.value = !1, n.value = [], o.value = o.value.map((e) => (D(e, !1), e)), b.value = {}, S.value = Y(S.value), f.value.shift(), w();
|
|
235
235
|
}, pe = () => {
|
|
236
236
|
x("handleBatchDelete", {
|
|
237
237
|
selectedRows: Object.values(b.value).flat(),
|
|
238
238
|
// getAllSelectedNodes(finalTableData.value)
|
|
239
239
|
cb: () => {
|
|
240
|
-
q(),
|
|
240
|
+
q(), w();
|
|
241
241
|
}
|
|
242
242
|
});
|
|
243
243
|
}, ge = () => {
|
|
244
|
-
n.value = [],
|
|
244
|
+
n.value = [], w();
|
|
245
245
|
};
|
|
246
|
-
function
|
|
246
|
+
function w() {
|
|
247
247
|
const e = Object.values(b.value).flat();
|
|
248
248
|
x("handleTableSelect", {
|
|
249
249
|
originNodeData: n.value,
|
|
@@ -253,8 +253,8 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
253
253
|
// 所有选中的子节点
|
|
254
254
|
});
|
|
255
255
|
}
|
|
256
|
-
const
|
|
257
|
-
|
|
256
|
+
const k = () => {
|
|
257
|
+
z.value ? s.requestFn({
|
|
258
258
|
...s.params,
|
|
259
259
|
...i.value
|
|
260
260
|
}).then((e) => {
|
|
@@ -262,12 +262,12 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
262
262
|
e?.data[s.tableDataKey],
|
|
263
263
|
i.value[d.value],
|
|
264
264
|
$.value
|
|
265
|
-
) || [],
|
|
265
|
+
) || [], j.value = e?.data?.total;
|
|
266
266
|
}) : (S.value = K(
|
|
267
267
|
s.tableData,
|
|
268
268
|
i.value[d.value],
|
|
269
269
|
$.value
|
|
270
|
-
),
|
|
270
|
+
), j.value = s.total);
|
|
271
271
|
};
|
|
272
272
|
function K(e, t, l, a = !1) {
|
|
273
273
|
return e.map((u) => {
|
|
@@ -285,28 +285,28 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
287
|
const me = () => {
|
|
288
|
-
i.value[d.value] =
|
|
288
|
+
i.value[d.value] = O[d.value], k();
|
|
289
289
|
}, ye = () => {
|
|
290
|
-
i.value = { ...
|
|
290
|
+
i.value = { ...O }, k();
|
|
291
291
|
}, Z = (e) => {
|
|
292
|
-
e === "size" && (i.value[d.value] = 1),
|
|
293
|
-
},
|
|
294
|
-
let e =
|
|
292
|
+
e === "size" && (i.value[d.value] = 1), k(), x(ue.paginationChange, i.value);
|
|
293
|
+
}, P = v(0), A = () => {
|
|
294
|
+
let e = P.value;
|
|
295
295
|
e = p.value ? e - 50 : e;
|
|
296
296
|
let t = c(f);
|
|
297
297
|
p.value && (t = c(f).slice(1));
|
|
298
298
|
const l = 1 / _e();
|
|
299
|
-
t = t.map((a, u) => (s.columnWidthMap ? a.width = e * s.columnWidthMap[u] * l : (a.width = e * (100 / t.length / 100) * l, a.width < 100 && (a.width = 100 * l)),
|
|
299
|
+
t = t.map((a, u) => (s.columnWidthMap ? a.width = e * s.columnWidthMap[u] * l : (a.width = e * (100 / t.length / 100) * l, a.width < 100 && (a.width = 100 * l)), T.value && Object.keys(T.value).length && T.value[a.key] && (a.sortable = !0), a)), p.value ? f.value = [c(f)[0], ...t] : f.value = [...t];
|
|
300
300
|
};
|
|
301
301
|
te(
|
|
302
302
|
() => p.value,
|
|
303
303
|
() => {
|
|
304
|
-
|
|
304
|
+
A();
|
|
305
305
|
}
|
|
306
306
|
), te(
|
|
307
307
|
() => s.tableDomWidth,
|
|
308
308
|
(e) => {
|
|
309
|
-
e && (
|
|
309
|
+
e && (P.value = e, A());
|
|
310
310
|
}
|
|
311
311
|
);
|
|
312
312
|
function Se(e, t = 200) {
|
|
@@ -318,40 +318,40 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
318
318
|
};
|
|
319
319
|
}
|
|
320
320
|
const ee = Se(() => {
|
|
321
|
-
|
|
321
|
+
P.value = document.querySelector(".TABLE-AREA").getBoundingClientRect().width, A();
|
|
322
322
|
}, 200);
|
|
323
323
|
return xe(() => {
|
|
324
|
-
|
|
325
|
-
|
|
324
|
+
k(), f.value = s.columns, P.value = document.querySelector(".TABLE-AREA").getBoundingClientRect().width, Te(() => {
|
|
325
|
+
A();
|
|
326
326
|
}), window.addEventListener("resize", ee);
|
|
327
327
|
}), se({
|
|
328
|
-
getTableList:
|
|
328
|
+
getTableList: k,
|
|
329
329
|
search: me,
|
|
330
330
|
reset: ye,
|
|
331
331
|
initBatchSelect: ge,
|
|
332
332
|
handleCancelSelect: q,
|
|
333
333
|
handleResize: ee
|
|
334
|
-
}), (e, t) => (m(), B("div",
|
|
334
|
+
}), (e, t) => (m(), B("div", De, [
|
|
335
335
|
y("div", qe, [
|
|
336
|
-
c(
|
|
337
|
-
|
|
336
|
+
c(_)["filter-left"] ? (m(), B("div", Ke, [
|
|
337
|
+
E(e.$slots, "filter-left", {}, void 0, !0)
|
|
338
338
|
])) : R("", !0),
|
|
339
339
|
y("div", Me, [
|
|
340
340
|
h.hasBatchSelect && o.value.length ? (m(), B(we, { key: 0 }, [
|
|
341
341
|
p.value ? (m(), B("div", We, [
|
|
342
|
-
y("div", Fe, "已选" +
|
|
342
|
+
y("div", Fe, "已选" + ke(n.value.length) + "条数据", 1),
|
|
343
343
|
y("div", {
|
|
344
344
|
class: "fz-12 text-3b64ff mg-l-4 pointer",
|
|
345
345
|
onClick: q
|
|
346
346
|
}, "取消选择"),
|
|
347
|
-
|
|
347
|
+
E(e.$slots, "btn-group", {}, () => [
|
|
348
348
|
y("div", Ve, [
|
|
349
349
|
M(c(ne), {
|
|
350
350
|
type: "danger",
|
|
351
351
|
onClick: pe,
|
|
352
352
|
disabled: !n.value.length
|
|
353
353
|
}, {
|
|
354
|
-
default:
|
|
354
|
+
default: I(() => [...t[6] || (t[6] = [
|
|
355
355
|
ae("删除", -1)
|
|
356
356
|
])]),
|
|
357
357
|
_: 1
|
|
@@ -363,19 +363,19 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
363
363
|
type: "default",
|
|
364
364
|
onClick: he
|
|
365
365
|
}, {
|
|
366
|
-
default:
|
|
366
|
+
default: I(() => [...t[5] || (t[5] = [
|
|
367
367
|
ae(" 批量选择 ", -1)
|
|
368
368
|
])]),
|
|
369
369
|
_: 1
|
|
370
370
|
}))
|
|
371
371
|
], 64)) : R("", !0),
|
|
372
|
-
c(
|
|
372
|
+
c(_)["filter-right"] ? E(e.$slots, "filter-right", { key: 1 }, void 0, !0) : R("", !0)
|
|
373
373
|
])
|
|
374
374
|
]),
|
|
375
375
|
y("div", $e, [
|
|
376
376
|
y("div", Le, [
|
|
377
377
|
M(c(Pe), null, {
|
|
378
|
-
default:
|
|
378
|
+
default: I(({ width: l, height: a }) => [
|
|
379
379
|
M(c(Ae), {
|
|
380
380
|
"expanded-row-keys": V.value,
|
|
381
381
|
"onUpdate:expandedRowKeys": t[0] || (t[0] = (u) => V.value = u),
|
|
@@ -385,13 +385,13 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
385
385
|
width: l,
|
|
386
386
|
height: a,
|
|
387
387
|
fixed: "",
|
|
388
|
-
"sort-state":
|
|
388
|
+
"sort-state": T.value,
|
|
389
389
|
onColumnSort: oe
|
|
390
|
-
},
|
|
391
|
-
|
|
390
|
+
}, Be({ _: 2 }, [
|
|
391
|
+
Re(c(_), (u, r) => ({
|
|
392
392
|
name: r,
|
|
393
|
-
fn:
|
|
394
|
-
|
|
393
|
+
fn: I((C) => [
|
|
394
|
+
E(e.$slots, r, ze(Ne(C)), void 0, !0)
|
|
395
395
|
])
|
|
396
396
|
}))
|
|
397
397
|
]), 1032, ["expanded-row-keys", "expand-column-key", "columns", "data", "width", "height", "sort-state"])
|
|
@@ -399,13 +399,13 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
399
399
|
_: 3
|
|
400
400
|
})
|
|
401
401
|
]),
|
|
402
|
-
h.isPagination && F.value > i.value[
|
|
402
|
+
h.isPagination && F.value > i.value[N.value] ? (m(), B("div", Ue, [
|
|
403
403
|
h.isPagination ? (m(), le(je, {
|
|
404
404
|
key: 0,
|
|
405
405
|
"current-page": i.value[d.value],
|
|
406
406
|
"onUpdate:currentPage": t[1] || (t[1] = (l) => i.value[d.value] = l),
|
|
407
|
-
"page-size": i.value[
|
|
408
|
-
"onUpdate:pageSize": t[2] || (t[2] = (l) => i.value[
|
|
407
|
+
"page-size": i.value[N.value],
|
|
408
|
+
"onUpdate:pageSize": t[2] || (t[2] = (l) => i.value[N.value] = l),
|
|
409
409
|
"page-sizes": h.pagination.pageSizes,
|
|
410
410
|
layout: h.pagination.layout,
|
|
411
411
|
total: F.value,
|
|
@@ -416,7 +416,7 @@ import './assets/PaginationTable.css';const Oe = { class: "flex h-full flex-col"
|
|
|
416
416
|
])
|
|
417
417
|
]));
|
|
418
418
|
}
|
|
419
|
-
}), Ge = /* @__PURE__ */
|
|
419
|
+
}), Ge = /* @__PURE__ */ Oe(He, [["__scopeId", "data-v-766bfb4b"]]), tt = be(Ge);
|
|
420
420
|
export {
|
|
421
421
|
tt as PaginationTable,
|
|
422
422
|
tt as default
|
package/es/SearchBar.mjs
CHANGED
package/es/TreeSelect.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { w as ie } from "./chunks/index.bCzIhWFw.js";
|
|
|
2
2
|
import { useAttrs as re, ref as x, computed as S, watch as O, nextTick as K, onMounted as de, createBlock as R, openBlock as b, unref as p, withCtx as N, createElementVNode as D, normalizeStyle as ce, createElementBlock as P, createCommentVNode as ue, createVNode as g, normalizeClass as he, mergeProps as fe, toDisplayString as $, withModifiers as pe, Fragment as me, h as H } from "vue";
|
|
3
3
|
import { ElAutoResizer as ye, ElInput as ve, ElIcon as Q, ElTreeV2 as ge } from "element-plus";
|
|
4
4
|
import { IconSearch as ke, IconDelete as Se, IconRighttop as be } from "color-message-lingyun-vue";
|
|
5
|
-
import { I as Ne } from "./chunks/layout.
|
|
5
|
+
import { I as Ne } from "./chunks/layout.z1w9j_0V.js";
|
|
6
6
|
import { _ as Ce } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
7
7
|
import './assets/TreeSelect.css';function Le(o) {
|
|
8
8
|
return {
|
|
@@ -399,7 +399,7 @@ const xe = {
|
|
|
399
399
|
_: 1
|
|
400
400
|
}));
|
|
401
401
|
}
|
|
402
|
-
}), we = /* @__PURE__ */ Ce(Pe, [["__scopeId", "data-v-
|
|
402
|
+
}), we = /* @__PURE__ */ Ce(Pe, [["__scopeId", "data-v-d1b76897"]]), ze = ie(we);
|
|
403
403
|
export {
|
|
404
404
|
ze as TreeSelect,
|
|
405
405
|
ze as default
|
package/es/TreeShowSelect.mjs
CHANGED
|
@@ -75,7 +75,7 @@ import './assets/TreeShowSelect.css';const j = { class: "left-box w-50-percent f
|
|
|
75
75
|
_: 1
|
|
76
76
|
}));
|
|
77
77
|
}
|
|
78
|
-
}), U = /* @__PURE__ */ R(O, [["__scopeId", "data-v-
|
|
78
|
+
}), U = /* @__PURE__ */ R(O, [["__scopeId", "data-v-ebd631e6"]]), J = g(U);
|
|
79
79
|
export {
|
|
80
80
|
J as TreeShowSelect,
|
|
81
81
|
J as default
|