dld-vue-ui 0.3.12 → 0.3.14
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/dld-vue-ui.js +324 -321
- package/dist/dld-vue-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/dld-vue-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
const
|
|
1
|
+
import { h as te, openBlock as r, createElementBlock as z, normalizeStyle as x, renderSlot as w, defineComponent as V, createBlock as h, unref as o, withCtx as m, createElementVNode as g, ref as D, onMounted as O, resolveComponent as _, createVNode as P, createTextVNode as E, withDirectives as ae, vShow as ne, toDisplayString as L, Fragment as q, renderList as R, useSlots as A, createCommentVNode as c, reactive as ie, watch as H, normalizeClass as b, createSlots as le, withKeys as I } from "vue";
|
|
2
|
+
const se = {
|
|
3
3
|
name: "splitpanes",
|
|
4
4
|
emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
|
|
5
5
|
props: {
|
|
@@ -71,7 +71,7 @@ const le = {
|
|
|
71
71
|
},
|
|
72
72
|
onSplitterDblClick(e, a) {
|
|
73
73
|
let i = 0;
|
|
74
|
-
this.panes = this.panes.map((n,
|
|
74
|
+
this.panes = this.panes.map((n, l) => (n.size = l === a ? n.max : n.min, l !== a && (i += n.min), n)), this.panes[a].size -= i, this.$emit("pane-maximize", this.panes[a]), this.$emit("resized", this.panes.map((n) => ({ min: n.min, max: n.max, size: n.size })));
|
|
75
75
|
},
|
|
76
76
|
onPaneClick(e, a) {
|
|
77
77
|
this.$emit("pane-click", this.indexedPanes[a]);
|
|
@@ -96,31 +96,31 @@ const le = {
|
|
|
96
96
|
prevReachedMinPanes: 0,
|
|
97
97
|
nextReachedMinPanes: 0
|
|
98
98
|
};
|
|
99
|
-
const n = 0 + (this.pushOtherPanes ? 0 : i.prevPanesSize),
|
|
100
|
-
let d = [a, a + 1], f = this.panes[d[0]] || null,
|
|
101
|
-
const C = f.max < 100 &&
|
|
99
|
+
const n = 0 + (this.pushOtherPanes ? 0 : i.prevPanesSize), l = 100 - (this.pushOtherPanes ? 0 : i.nextPanesSize), s = Math.max(Math.min(this.getCurrentDragPercentage(e), l), n);
|
|
100
|
+
let d = [a, a + 1], f = this.panes[d[0]] || null, y = this.panes[d[1]] || null;
|
|
101
|
+
const C = f.max < 100 && s >= f.max + i.prevPanesSize, F = y.max < 100 && s <= 100 - (y.max + this.sumNextPanesSize(a + 1));
|
|
102
102
|
if (C || F) {
|
|
103
|
-
C ? (f.size = f.max,
|
|
103
|
+
C ? (f.size = f.max, y.size = Math.max(100 - f.max - i.prevPanesSize - i.nextPanesSize, 0)) : (f.size = Math.max(100 - y.max - i.prevPanesSize - this.sumNextPanesSize(a + 1), 0), y.size = y.max);
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
106
106
|
if (this.pushOtherPanes) {
|
|
107
|
-
const S = this.doPushOtherPanes(i,
|
|
107
|
+
const S = this.doPushOtherPanes(i, s);
|
|
108
108
|
if (!S)
|
|
109
109
|
return;
|
|
110
|
-
({ sums: i, panesToResize: d } = S), f = this.panes[d[0]] || null,
|
|
110
|
+
({ sums: i, panesToResize: d } = S), f = this.panes[d[0]] || null, y = this.panes[d[1]] || null;
|
|
111
111
|
}
|
|
112
|
-
f !== null && (f.size = Math.min(Math.max(
|
|
112
|
+
f !== null && (f.size = Math.min(Math.max(s - i.prevPanesSize - i.prevReachedMinPanes, f.min), f.max)), y !== null && (y.size = Math.min(Math.max(100 - s - i.nextPanesSize - i.nextReachedMinPanes, y.min), y.max));
|
|
113
113
|
},
|
|
114
114
|
doPushOtherPanes(e, a) {
|
|
115
115
|
const i = this.touch.activeSplitter, n = [i, i + 1];
|
|
116
|
-
return a < e.prevPanesSize + this.panes[n[0]].min && (n[0] = this.findPrevExpandedPane(i).index, e.prevReachedMinPanes = 0, n[0] < i && this.panes.forEach((
|
|
117
|
-
|
|
118
|
-
}), e.prevPanesSize = this.sumPrevPanesSize(n[0]), n[0] === void 0) ? (e.prevReachedMinPanes = 0, this.panes[0].size = this.panes[0].min, this.panes.forEach((
|
|
119
|
-
|
|
120
|
-
}), this.panes[n[1]].size = 100 - e.prevReachedMinPanes - this.panes[0].min - e.prevPanesSize - e.nextPanesSize, null) : a > 100 - e.nextPanesSize - this.panes[n[1]].min && (n[1] = this.findNextExpandedPane(i).index, e.nextReachedMinPanes = 0, n[1] > i + 1 && this.panes.forEach((
|
|
121
|
-
|
|
122
|
-
}), e.nextPanesSize = this.sumNextPanesSize(n[1] - 1), n[1] === void 0) ? (e.nextReachedMinPanes = 0, this.panes[this.panesCount - 1].size = this.panes[this.panesCount - 1].min, this.panes.forEach((
|
|
123
|
-
|
|
116
|
+
return a < e.prevPanesSize + this.panes[n[0]].min && (n[0] = this.findPrevExpandedPane(i).index, e.prevReachedMinPanes = 0, n[0] < i && this.panes.forEach((l, s) => {
|
|
117
|
+
s > n[0] && s <= i && (l.size = l.min, e.prevReachedMinPanes += l.min);
|
|
118
|
+
}), e.prevPanesSize = this.sumPrevPanesSize(n[0]), n[0] === void 0) ? (e.prevReachedMinPanes = 0, this.panes[0].size = this.panes[0].min, this.panes.forEach((l, s) => {
|
|
119
|
+
s > 0 && s <= i && (l.size = l.min, e.prevReachedMinPanes += l.min);
|
|
120
|
+
}), this.panes[n[1]].size = 100 - e.prevReachedMinPanes - this.panes[0].min - e.prevPanesSize - e.nextPanesSize, null) : a > 100 - e.nextPanesSize - this.panes[n[1]].min && (n[1] = this.findNextExpandedPane(i).index, e.nextReachedMinPanes = 0, n[1] > i + 1 && this.panes.forEach((l, s) => {
|
|
121
|
+
s > i && s < n[1] && (l.size = l.min, e.nextReachedMinPanes += l.min);
|
|
122
|
+
}), e.nextPanesSize = this.sumNextPanesSize(n[1] - 1), n[1] === void 0) ? (e.nextReachedMinPanes = 0, this.panes[this.panesCount - 1].size = this.panes[this.panesCount - 1].min, this.panes.forEach((l, s) => {
|
|
123
|
+
s < this.panesCount - 1 && s >= i + 1 && (l.size = l.min, e.nextReachedMinPanes += l.min);
|
|
124
124
|
}), this.panes[n[0]].size = 100 - e.prevPanesSize - e.nextReachedMinPanes - this.panes[this.panesCount - 1].min - e.nextPanesSize, null) : { sums: e, panesToResize: n };
|
|
125
125
|
},
|
|
126
126
|
sumPrevPanesSize(e) {
|
|
@@ -142,8 +142,8 @@ const le = {
|
|
|
142
142
|
});
|
|
143
143
|
},
|
|
144
144
|
addSplitter(e, a, i = !1) {
|
|
145
|
-
const n = e - 1,
|
|
146
|
-
|
|
145
|
+
const n = e - 1, l = document.createElement("div");
|
|
146
|
+
l.classList.add("splitpanes__splitter"), i || (l.onmousedown = (s) => this.onMouseDown(s, n), typeof window < "u" && "ontouchstart" in window && (l.ontouchstart = (s) => this.onMouseDown(s, n)), l.onclick = (s) => this.onSplitterClick(s, n + 1)), this.dblClickSplitter && (l.ondblclick = (s) => this.onSplitterDblClick(s, n + 1)), a.parentNode.insertBefore(l, a);
|
|
147
147
|
},
|
|
148
148
|
removeSplitter(e) {
|
|
149
149
|
e.onmousedown = void 0, e.onclick = void 0, e.ondblclick = void 0, e.parentNode.removeChild(e);
|
|
@@ -160,11 +160,11 @@ const le = {
|
|
|
160
160
|
},
|
|
161
161
|
requestUpdate({ target: e, ...a }) {
|
|
162
162
|
const i = this.indexedPanes[e._.uid];
|
|
163
|
-
Object.entries(a).forEach(([n,
|
|
163
|
+
Object.entries(a).forEach(([n, l]) => i[n] = l);
|
|
164
164
|
},
|
|
165
165
|
onPaneAdd(e) {
|
|
166
166
|
let a = -1;
|
|
167
|
-
Array.from(e.$el.parentNode.children).some((
|
|
167
|
+
Array.from(e.$el.parentNode.children).some((l) => (l.className.includes("splitpanes__pane") && a++, l === e.$el));
|
|
168
168
|
const i = parseFloat(e.minSize), n = parseFloat(e.maxSize);
|
|
169
169
|
this.panes.splice(a, 0, {
|
|
170
170
|
id: e._.uid,
|
|
@@ -174,13 +174,13 @@ const le = {
|
|
|
174
174
|
size: e.size === null ? null : parseFloat(e.size),
|
|
175
175
|
givenSize: e.size,
|
|
176
176
|
update: e.update
|
|
177
|
-
}), this.panes.forEach((
|
|
178
|
-
this.redoSplitters(), this.resetPaneSizes({ addedPane: this.panes[a] }), this.$emit("pane-add", { index: a, panes: this.panes.map((
|
|
177
|
+
}), this.panes.forEach((l, s) => l.index = s), this.ready && this.$nextTick(() => {
|
|
178
|
+
this.redoSplitters(), this.resetPaneSizes({ addedPane: this.panes[a] }), this.$emit("pane-add", { index: a, panes: this.panes.map((l) => ({ min: l.min, max: l.max, size: l.size })) });
|
|
179
179
|
});
|
|
180
180
|
},
|
|
181
181
|
onPaneRemove(e) {
|
|
182
182
|
const a = this.panes.findIndex((n) => n.id === e._.uid), i = this.panes.splice(a, 1)[0];
|
|
183
|
-
this.panes.forEach((n,
|
|
183
|
+
this.panes.forEach((n, l) => n.index = l), this.$nextTick(() => {
|
|
184
184
|
this.redoSplitters(), this.resetPaneSizes({ removedPane: { ...i, index: a } }), this.$emit("pane-remove", { removed: i, panes: this.panes.map((n) => ({ min: n.min, max: n.max, size: n.size })) });
|
|
185
185
|
});
|
|
186
186
|
},
|
|
@@ -191,43 +191,43 @@ const le = {
|
|
|
191
191
|
const e = 100 / this.panesCount;
|
|
192
192
|
let a = 0;
|
|
193
193
|
const i = [], n = [];
|
|
194
|
-
this.panes.forEach((
|
|
195
|
-
|
|
194
|
+
this.panes.forEach((l) => {
|
|
195
|
+
l.size = Math.max(Math.min(e, l.max), l.min), a -= l.size, l.size >= l.max && i.push(l.id), l.size <= l.min && n.push(l.id);
|
|
196
196
|
}), a > 0.1 && this.readjustSizes(a, i, n);
|
|
197
197
|
},
|
|
198
198
|
initialPanesSizing() {
|
|
199
199
|
let e = 100;
|
|
200
200
|
const a = [], i = [];
|
|
201
201
|
let n = 0;
|
|
202
|
-
this.panes.forEach((
|
|
203
|
-
e -=
|
|
202
|
+
this.panes.forEach((s) => {
|
|
203
|
+
e -= s.size, s.size !== null && n++, s.size >= s.max && a.push(s.id), s.size <= s.min && i.push(s.id);
|
|
204
204
|
});
|
|
205
|
-
let
|
|
206
|
-
e > 0.1 && (this.panes.forEach((
|
|
207
|
-
|
|
208
|
-
}),
|
|
205
|
+
let l = 100;
|
|
206
|
+
e > 0.1 && (this.panes.forEach((s) => {
|
|
207
|
+
s.size === null && (s.size = Math.max(Math.min(e / (this.panesCount - n), s.max), s.min)), l -= s.size;
|
|
208
|
+
}), l > 0.1 && this.readjustSizes(e, a, i));
|
|
209
209
|
},
|
|
210
210
|
equalizeAfterAddOrRemove({ addedPane: e, removedPane: a } = {}) {
|
|
211
211
|
let i = 100 / this.panesCount, n = 0;
|
|
212
|
-
const
|
|
212
|
+
const l = [], s = [];
|
|
213
213
|
e && e.givenSize !== null && (i = (100 - e.givenSize) / (this.panesCount - 1)), this.panes.forEach((d) => {
|
|
214
|
-
n -= d.size, d.size >= d.max &&
|
|
214
|
+
n -= d.size, d.size >= d.max && l.push(d.id), d.size <= d.min && s.push(d.id);
|
|
215
215
|
}), !(Math.abs(n) < 0.1) && (this.panes.forEach((d) => {
|
|
216
|
-
e && e.givenSize !== null && e.id === d.id || (d.size = Math.max(Math.min(i, d.max), d.min)), n -= d.size, d.size >= d.max &&
|
|
217
|
-
}), n > 0.1 && this.readjustSizes(n,
|
|
216
|
+
e && e.givenSize !== null && e.id === d.id || (d.size = Math.max(Math.min(i, d.max), d.min)), n -= d.size, d.size >= d.max && l.push(d.id), d.size <= d.min && s.push(d.id);
|
|
217
|
+
}), n > 0.1 && this.readjustSizes(n, l, s));
|
|
218
218
|
},
|
|
219
219
|
readjustSizes(e, a, i) {
|
|
220
220
|
let n;
|
|
221
|
-
e > 0 ? n = e / (this.panesCount - a.length) : n = e / (this.panesCount - i.length), this.panes.forEach((
|
|
222
|
-
if (e > 0 && !a.includes(
|
|
223
|
-
const d = Math.max(Math.min(
|
|
224
|
-
e -= f,
|
|
225
|
-
} else if (!i.includes(
|
|
226
|
-
const d = Math.max(Math.min(
|
|
227
|
-
e -= f,
|
|
221
|
+
e > 0 ? n = e / (this.panesCount - a.length) : n = e / (this.panesCount - i.length), this.panes.forEach((l, s) => {
|
|
222
|
+
if (e > 0 && !a.includes(l.id)) {
|
|
223
|
+
const d = Math.max(Math.min(l.size + n, l.max), l.min), f = d - l.size;
|
|
224
|
+
e -= f, l.size = d;
|
|
225
|
+
} else if (!i.includes(l.id)) {
|
|
226
|
+
const d = Math.max(Math.min(l.size + n, l.max), l.min), f = d - l.size;
|
|
227
|
+
e -= f, l.size = d;
|
|
228
228
|
}
|
|
229
|
-
|
|
230
|
-
[this.horizontal ? "height" : "width"]: `${this.indexedPanes[
|
|
229
|
+
l.update({
|
|
230
|
+
[this.horizontal ? "height" : "width"]: `${this.indexedPanes[l.id].size}%`
|
|
231
231
|
});
|
|
232
232
|
}), Math.abs(e) > 0.1 && this.$nextTick(() => {
|
|
233
233
|
this.ready && console.warn("Splitpanes: Could not resize panes correctly due to their constraints.");
|
|
@@ -261,7 +261,7 @@ const le = {
|
|
|
261
261
|
this.container = this.$refs.container, this.checkSplitpanesNodes(), this.redoSplitters(), this.resetPaneSizes(), this.$emit("ready"), this.ready = !0;
|
|
262
262
|
},
|
|
263
263
|
render() {
|
|
264
|
-
return
|
|
264
|
+
return te(
|
|
265
265
|
"div",
|
|
266
266
|
{
|
|
267
267
|
ref: "container",
|
|
@@ -278,8 +278,8 @@ const le = {
|
|
|
278
278
|
}
|
|
279
279
|
}, oe = (e, a) => {
|
|
280
280
|
const i = e.__vccOpts || e;
|
|
281
|
-
for (const [n,
|
|
282
|
-
i[n] =
|
|
281
|
+
for (const [n, l] of a)
|
|
282
|
+
i[n] = l;
|
|
283
283
|
return i;
|
|
284
284
|
}, re = {
|
|
285
285
|
name: "pane",
|
|
@@ -326,10 +326,10 @@ const le = {
|
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
function de(e, a, i, n,
|
|
330
|
-
return r(),
|
|
329
|
+
function de(e, a, i, n, l, s) {
|
|
330
|
+
return r(), z("div", {
|
|
331
331
|
class: "splitpanes__pane",
|
|
332
|
-
onClick: a[0] || (a[0] = (d) =>
|
|
332
|
+
onClick: a[0] || (a[0] = (d) => s.onPaneClick(d, e._.uid)),
|
|
333
333
|
style: x(e.style)
|
|
334
334
|
}, [
|
|
335
335
|
w(e.$slots, "default")
|
|
@@ -343,7 +343,7 @@ const ce = /* @__PURE__ */ V({
|
|
|
343
343
|
horizontal: { type: Boolean, required: !1, default: !1 }
|
|
344
344
|
},
|
|
345
345
|
setup(e) {
|
|
346
|
-
return (a, i) => (r(), h(o(
|
|
346
|
+
return (a, i) => (r(), h(o(se), {
|
|
347
347
|
horizontal: e.horizontal,
|
|
348
348
|
style: x(e.styles),
|
|
349
349
|
class: "splitpanes"
|
|
@@ -357,8 +357,8 @@ const ce = /* @__PURE__ */ V({
|
|
|
357
357
|
});
|
|
358
358
|
const B = (e, a) => {
|
|
359
359
|
const i = e.__vccOpts || e;
|
|
360
|
-
for (const [n,
|
|
361
|
-
i[n] =
|
|
360
|
+
for (const [n, l] of a)
|
|
361
|
+
i[n] = l;
|
|
362
362
|
return i;
|
|
363
363
|
}, pe = /* @__PURE__ */ B(ce, [["__scopeId", "data-v-4226b5d2"], ["__file", "D:/Code/front/dld-vue-ui/src/packages/SplitPanes/index.vue"]]), he = /* @__PURE__ */ V({
|
|
364
364
|
__name: "pane",
|
|
@@ -379,130 +379,130 @@ const B = (e, a) => {
|
|
|
379
379
|
/*! Element Plus Icons Vue v2.0.10 */
|
|
380
380
|
var $ = (e, a) => {
|
|
381
381
|
let i = e.__vccOpts || e;
|
|
382
|
-
for (let [n,
|
|
383
|
-
i[n] =
|
|
382
|
+
for (let [n, l] of a)
|
|
383
|
+
i[n] = l;
|
|
384
384
|
return i;
|
|
385
385
|
}, fe = {
|
|
386
386
|
name: "CircleClose"
|
|
387
387
|
}, ve = {
|
|
388
388
|
viewBox: "0 0 1024 1024",
|
|
389
389
|
xmlns: "http://www.w3.org/2000/svg"
|
|
390
|
-
}, _e = /* @__PURE__ */
|
|
390
|
+
}, _e = /* @__PURE__ */ g("path", {
|
|
391
391
|
fill: "currentColor",
|
|
392
392
|
d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
|
|
393
|
-
}, null, -1), ze = /* @__PURE__ */
|
|
393
|
+
}, null, -1), ze = /* @__PURE__ */ g("path", {
|
|
394
394
|
fill: "currentColor",
|
|
395
395
|
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
|
|
396
396
|
}, null, -1), ge = [
|
|
397
397
|
_e,
|
|
398
398
|
ze
|
|
399
399
|
];
|
|
400
|
-
function ye(e, a, i, n,
|
|
401
|
-
return r(),
|
|
400
|
+
function ye(e, a, i, n, l, s) {
|
|
401
|
+
return r(), z("svg", ve, ge);
|
|
402
402
|
}
|
|
403
403
|
var xe = /* @__PURE__ */ $(fe, [["render", ye], ["__file", "circle-close.vue"]]), we = {
|
|
404
404
|
name: "Close"
|
|
405
405
|
}, Se = {
|
|
406
406
|
viewBox: "0 0 1024 1024",
|
|
407
407
|
xmlns: "http://www.w3.org/2000/svg"
|
|
408
|
-
}, be = /* @__PURE__ */
|
|
408
|
+
}, be = /* @__PURE__ */ g("path", {
|
|
409
409
|
fill: "currentColor",
|
|
410
410
|
d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
|
|
411
411
|
}, null, -1), Pe = [
|
|
412
412
|
be
|
|
413
413
|
];
|
|
414
|
-
function Ce(e, a, i, n,
|
|
415
|
-
return r(),
|
|
414
|
+
function Ce(e, a, i, n, l, s) {
|
|
415
|
+
return r(), z("svg", Se, Pe);
|
|
416
416
|
}
|
|
417
417
|
var Fe = /* @__PURE__ */ $(we, [["render", Ce], ["__file", "close.vue"]]), ke = {
|
|
418
418
|
name: "DeleteFilled"
|
|
419
419
|
}, Ee = {
|
|
420
420
|
viewBox: "0 0 1024 1024",
|
|
421
421
|
xmlns: "http://www.w3.org/2000/svg"
|
|
422
|
-
}, $e = /* @__PURE__ */
|
|
422
|
+
}, $e = /* @__PURE__ */ g("path", {
|
|
423
423
|
fill: "currentColor",
|
|
424
424
|
d: "M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64h256zm64 0h192v-64H416v64zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32H192zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32zm192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32z"
|
|
425
425
|
}, null, -1), Me = [
|
|
426
426
|
$e
|
|
427
427
|
];
|
|
428
|
-
function Ve(e, a, i, n,
|
|
429
|
-
return r(),
|
|
428
|
+
function Ve(e, a, i, n, l, s) {
|
|
429
|
+
return r(), z("svg", Ee, Me);
|
|
430
430
|
}
|
|
431
431
|
var Be = /* @__PURE__ */ $(ke, [["render", Ve], ["__file", "delete-filled.vue"]]), qe = {
|
|
432
432
|
name: "Delete"
|
|
433
433
|
}, Le = {
|
|
434
434
|
viewBox: "0 0 1024 1024",
|
|
435
435
|
xmlns: "http://www.w3.org/2000/svg"
|
|
436
|
-
}, Ne = /* @__PURE__ */
|
|
436
|
+
}, Ne = /* @__PURE__ */ g("path", {
|
|
437
437
|
fill: "currentColor",
|
|
438
438
|
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z"
|
|
439
439
|
}, null, -1), Ue = [
|
|
440
440
|
Ne
|
|
441
441
|
];
|
|
442
|
-
function De(e, a, i, n,
|
|
443
|
-
return r(),
|
|
442
|
+
function De(e, a, i, n, l, s) {
|
|
443
|
+
return r(), z("svg", Le, Ue);
|
|
444
444
|
}
|
|
445
445
|
var Re = /* @__PURE__ */ $(qe, [["render", De], ["__file", "delete.vue"]]), Te = {
|
|
446
446
|
name: "Edit"
|
|
447
447
|
}, We = {
|
|
448
448
|
viewBox: "0 0 1024 1024",
|
|
449
449
|
xmlns: "http://www.w3.org/2000/svg"
|
|
450
|
-
}, He = /* @__PURE__ */
|
|
450
|
+
}, He = /* @__PURE__ */ g("path", {
|
|
451
451
|
fill: "currentColor",
|
|
452
452
|
d: "M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z"
|
|
453
|
-
}, null, -1), Ie = /* @__PURE__ */
|
|
453
|
+
}, null, -1), Ie = /* @__PURE__ */ g("path", {
|
|
454
454
|
fill: "currentColor",
|
|
455
455
|
d: "m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"
|
|
456
456
|
}, null, -1), Oe = [
|
|
457
457
|
He,
|
|
458
458
|
Ie
|
|
459
459
|
];
|
|
460
|
-
function Ae(e, a, i, n,
|
|
461
|
-
return r(),
|
|
460
|
+
function Ae(e, a, i, n, l, s) {
|
|
461
|
+
return r(), z("svg", We, Oe);
|
|
462
462
|
}
|
|
463
463
|
var je = /* @__PURE__ */ $(Te, [["render", Ae], ["__file", "edit.vue"]]), Ge = {
|
|
464
464
|
name: "FolderOpened"
|
|
465
465
|
}, Ke = {
|
|
466
466
|
viewBox: "0 0 1024 1024",
|
|
467
467
|
xmlns: "http://www.w3.org/2000/svg"
|
|
468
|
-
}, Ye = /* @__PURE__ */
|
|
468
|
+
}, Ye = /* @__PURE__ */ g("path", {
|
|
469
469
|
fill: "currentColor",
|
|
470
470
|
d: "M878.08 448H241.92l-96 384h636.16l96-384zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384H832zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896z"
|
|
471
471
|
}, null, -1), Je = [
|
|
472
472
|
Ye
|
|
473
473
|
];
|
|
474
|
-
function Xe(e, a, i, n,
|
|
475
|
-
return r(),
|
|
474
|
+
function Xe(e, a, i, n, l, s) {
|
|
475
|
+
return r(), z("svg", Ke, Je);
|
|
476
476
|
}
|
|
477
|
-
var
|
|
477
|
+
var j = /* @__PURE__ */ $(Ge, [["render", Xe], ["__file", "folder-opened.vue"]]), Qe = {
|
|
478
478
|
name: "Search"
|
|
479
479
|
}, Ze = {
|
|
480
480
|
viewBox: "0 0 1024 1024",
|
|
481
481
|
xmlns: "http://www.w3.org/2000/svg"
|
|
482
|
-
}, et = /* @__PURE__ */
|
|
482
|
+
}, et = /* @__PURE__ */ g("path", {
|
|
483
483
|
fill: "currentColor",
|
|
484
484
|
d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704z"
|
|
485
485
|
}, null, -1), tt = [
|
|
486
486
|
et
|
|
487
487
|
];
|
|
488
|
-
function at(e, a, i, n,
|
|
489
|
-
return r(),
|
|
488
|
+
function at(e, a, i, n, l, s) {
|
|
489
|
+
return r(), z("svg", Ze, tt);
|
|
490
490
|
}
|
|
491
491
|
var nt = /* @__PURE__ */ $(Qe, [["render", at], ["__file", "search.vue"]]), it = {
|
|
492
492
|
name: "Upload"
|
|
493
|
-
},
|
|
493
|
+
}, lt = {
|
|
494
494
|
viewBox: "0 0 1024 1024",
|
|
495
495
|
xmlns: "http://www.w3.org/2000/svg"
|
|
496
|
-
},
|
|
496
|
+
}, st = /* @__PURE__ */ g("path", {
|
|
497
497
|
fill: "currentColor",
|
|
498
498
|
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248L544 253.696z"
|
|
499
499
|
}, null, -1), ot = [
|
|
500
|
-
|
|
500
|
+
st
|
|
501
501
|
];
|
|
502
|
-
function rt(e, a, i, n,
|
|
503
|
-
return r(),
|
|
502
|
+
function rt(e, a, i, n, l, s) {
|
|
503
|
+
return r(), z("svg", lt, ot);
|
|
504
504
|
}
|
|
505
|
-
var
|
|
505
|
+
var G = /* @__PURE__ */ $(it, [["render", rt], ["__file", "upload.vue"]]), dt = function() {
|
|
506
506
|
function e(a) {
|
|
507
507
|
if (!a)
|
|
508
508
|
throw new TypeError("Invalid argument; `value` has no value.");
|
|
@@ -540,35 +540,35 @@ const ct = { style: {} }, pt = ["id", "accept"], ht = { class: "filename" }, mt
|
|
|
540
540
|
props: {
|
|
541
541
|
size: { type: String, required: !1, default: "default" },
|
|
542
542
|
name: { type: String, required: !1, default: "\u4E0A\u4F20\u6587\u4EF6" },
|
|
543
|
-
icon: { type: null, required: !1, default:
|
|
543
|
+
icon: { type: null, required: !1, default: G },
|
|
544
544
|
type: { type: null, required: !1, default: "success" },
|
|
545
545
|
accept: { type: String, required: !0, default: "*" }
|
|
546
546
|
},
|
|
547
547
|
emits: ["upload"],
|
|
548
548
|
setup(e, { expose: a, emit: i }) {
|
|
549
|
-
let n = ut.create().toString(),
|
|
549
|
+
let n = ut.create().toString(), l, s = D("");
|
|
550
550
|
function d() {
|
|
551
|
-
|
|
551
|
+
l.click();
|
|
552
552
|
}
|
|
553
553
|
function f() {
|
|
554
|
-
|
|
554
|
+
s.value = l.value;
|
|
555
555
|
}
|
|
556
|
-
function
|
|
557
|
-
|
|
556
|
+
function y() {
|
|
557
|
+
l.files !== null && i("upload", l.files[0]);
|
|
558
558
|
}
|
|
559
559
|
function C() {
|
|
560
|
-
|
|
560
|
+
l.value = "", s.value = "";
|
|
561
561
|
}
|
|
562
562
|
return O(() => {
|
|
563
|
-
|
|
563
|
+
l = document.getElementById(n);
|
|
564
564
|
}), a({
|
|
565
565
|
Clear: C
|
|
566
566
|
}), (F, S) => {
|
|
567
567
|
const k = _("el-button");
|
|
568
|
-
return r(),
|
|
568
|
+
return r(), z("div", ct, [
|
|
569
569
|
P(k, {
|
|
570
570
|
type: e.type,
|
|
571
|
-
icon: o(
|
|
571
|
+
icon: o(j),
|
|
572
572
|
size: e.size,
|
|
573
573
|
class: "btn",
|
|
574
574
|
onClick: d
|
|
@@ -578,26 +578,26 @@ const ct = { style: {} }, pt = ["id", "accept"], ht = { class: "filename" }, mt
|
|
|
578
578
|
]),
|
|
579
579
|
_: 1
|
|
580
580
|
}, 8, ["type", "icon", "size"]),
|
|
581
|
-
|
|
581
|
+
ae(g("input", {
|
|
582
582
|
type: "file",
|
|
583
583
|
id: o(n),
|
|
584
584
|
onChange: f,
|
|
585
585
|
accept: e.accept
|
|
586
586
|
}, null, 40, pt), [
|
|
587
|
-
[
|
|
587
|
+
[ne, !1]
|
|
588
588
|
]),
|
|
589
|
-
|
|
589
|
+
g("span", ht, L(o(s)), 1),
|
|
590
590
|
P(k, {
|
|
591
591
|
type: e.type,
|
|
592
592
|
icon: e.icon,
|
|
593
593
|
size: e.size,
|
|
594
|
-
disabled: o(
|
|
594
|
+
disabled: o(s) == null || o(s) == "",
|
|
595
595
|
class: "btn",
|
|
596
|
-
title: o(
|
|
597
|
-
onClick:
|
|
596
|
+
title: o(s) == null || o(s) == "" ? "\u8BF7\u9009\u62E9\u6587\u4EF6" : "",
|
|
597
|
+
onClick: y
|
|
598
598
|
}, {
|
|
599
599
|
default: m(() => [
|
|
600
|
-
E(
|
|
600
|
+
E(L(e.name), 1)
|
|
601
601
|
]),
|
|
602
602
|
_: 1
|
|
603
603
|
}, 8, ["type", "icon", "size", "disabled", "title"])
|
|
@@ -613,37 +613,37 @@ const ft = /* @__PURE__ */ B(mt, [["__scopeId", "data-v-83b9cdd7"], ["__file", "
|
|
|
613
613
|
},
|
|
614
614
|
emits: ["upload", "clear"],
|
|
615
615
|
setup(e, { expose: a, emit: i }) {
|
|
616
|
-
const n = e,
|
|
616
|
+
const n = e, l = D(), s = D([]);
|
|
617
617
|
function d() {
|
|
618
618
|
var S;
|
|
619
|
-
(S =
|
|
619
|
+
(S = l.value) == null || S.click();
|
|
620
620
|
}
|
|
621
621
|
function f() {
|
|
622
622
|
var S, k, u;
|
|
623
|
-
if (
|
|
624
|
-
for (let v = 0; v < ((u = (k =
|
|
625
|
-
|
|
623
|
+
if (s.value = [], (S = l.value) != null && S.files)
|
|
624
|
+
for (let v = 0; v < ((u = (k = l.value) == null ? void 0 : k.files) == null ? void 0 : u.length); v++)
|
|
625
|
+
s.value[v] = l.value.files[v];
|
|
626
626
|
else
|
|
627
|
-
|
|
627
|
+
s.value = [];
|
|
628
628
|
}
|
|
629
|
-
function
|
|
630
|
-
|
|
629
|
+
function y(S) {
|
|
630
|
+
s.value.splice(S, 1);
|
|
631
631
|
}
|
|
632
632
|
function C() {
|
|
633
|
-
i("upload",
|
|
633
|
+
i("upload", s.value);
|
|
634
634
|
}
|
|
635
635
|
function F() {
|
|
636
|
-
|
|
636
|
+
s.value = [];
|
|
637
637
|
}
|
|
638
638
|
return a({
|
|
639
639
|
Clear: F
|
|
640
640
|
}), (S, k) => {
|
|
641
641
|
const u = _("el-button");
|
|
642
|
-
return r(),
|
|
643
|
-
|
|
642
|
+
return r(), z("div", null, [
|
|
643
|
+
g("input", {
|
|
644
644
|
type: "file",
|
|
645
645
|
ref_key: "files",
|
|
646
|
-
ref:
|
|
646
|
+
ref: l,
|
|
647
647
|
multiple: "",
|
|
648
648
|
style: { display: "none" },
|
|
649
649
|
onChange: f,
|
|
@@ -652,7 +652,7 @@ const ft = /* @__PURE__ */ B(mt, [["__scopeId", "data-v-83b9cdd7"], ["__file", "
|
|
|
652
652
|
P(u, {
|
|
653
653
|
type: "success",
|
|
654
654
|
size: n.size,
|
|
655
|
-
icon: o(
|
|
655
|
+
icon: o(j),
|
|
656
656
|
onClick: d
|
|
657
657
|
}, {
|
|
658
658
|
default: m(() => [
|
|
@@ -663,23 +663,23 @@ const ft = /* @__PURE__ */ B(mt, [["__scopeId", "data-v-83b9cdd7"], ["__file", "
|
|
|
663
663
|
P(u, {
|
|
664
664
|
type: "success",
|
|
665
665
|
size: n.size,
|
|
666
|
-
icon: o(
|
|
666
|
+
icon: o(G),
|
|
667
667
|
onClick: C,
|
|
668
|
-
disabled:
|
|
668
|
+
disabled: s.value.length == 0
|
|
669
669
|
}, {
|
|
670
670
|
default: m(() => [
|
|
671
671
|
E("\u4E0A\u4F20\u6587\u4EF6")
|
|
672
672
|
]),
|
|
673
673
|
_: 1
|
|
674
674
|
}, 8, ["size", "icon", "disabled"]),
|
|
675
|
-
(r(!0),
|
|
676
|
-
|
|
675
|
+
(r(!0), z(q, null, R(s.value, (v, M) => (r(), z("p", _t, [
|
|
676
|
+
g("span", zt, L(v.name), 1),
|
|
677
677
|
P(u, {
|
|
678
678
|
size: "small",
|
|
679
679
|
icon: o(Fe),
|
|
680
680
|
class: "operation",
|
|
681
681
|
link: "",
|
|
682
|
-
onClick: (T) =>
|
|
682
|
+
onClick: (T) => y(M)
|
|
683
683
|
}, null, 8, ["icon", "onClick"])
|
|
684
684
|
]))), 256))
|
|
685
685
|
]);
|
|
@@ -694,12 +694,12 @@ const yt = /* @__PURE__ */ B(gt, [["__scopeId", "data-v-50d3310f"], ["__file", "
|
|
|
694
694
|
horizontal: { type: Boolean, required: !1, default: !1 }
|
|
695
695
|
},
|
|
696
696
|
setup(e) {
|
|
697
|
-
const a =
|
|
697
|
+
const a = A();
|
|
698
698
|
return (i, n) => {
|
|
699
|
-
const
|
|
699
|
+
const l = _("el-aside"), s = _("el-header"), d = _("el-main"), f = _("el-container");
|
|
700
700
|
return r(), h(f, { class: "container" }, {
|
|
701
701
|
default: m(() => [
|
|
702
|
-
o(a).aside && !e.horizontal ? (r(), h(
|
|
702
|
+
o(a).aside && !e.horizontal ? (r(), h(l, {
|
|
703
703
|
key: 0,
|
|
704
704
|
class: "aside",
|
|
705
705
|
style: x("width: " + e.asideWidth + "px;")
|
|
@@ -709,7 +709,7 @@ const yt = /* @__PURE__ */ B(gt, [["__scopeId", "data-v-50d3310f"], ["__file", "
|
|
|
709
709
|
]),
|
|
710
710
|
_: 3
|
|
711
711
|
}, 8, ["style"])) : c("v-if", !0),
|
|
712
|
-
o(a).header && e.horizontal ? (r(), h(
|
|
712
|
+
o(a).header && e.horizontal ? (r(), h(s, {
|
|
713
713
|
key: 1,
|
|
714
714
|
class: "inside_header",
|
|
715
715
|
style: x("height: " + e.headerMaxHeight + "px;")
|
|
@@ -723,7 +723,7 @@ const yt = /* @__PURE__ */ B(gt, [["__scopeId", "data-v-50d3310f"], ["__file", "
|
|
|
723
723
|
default: m(() => [
|
|
724
724
|
P(f, { class: "inside_container" }, {
|
|
725
725
|
default: m(() => [
|
|
726
|
-
o(a).header && !e.horizontal ? (r(), h(
|
|
726
|
+
o(a).header && !e.horizontal ? (r(), h(s, {
|
|
727
727
|
key: 0,
|
|
728
728
|
class: "inside_header",
|
|
729
729
|
style: x("height: " + e.headerMaxHeight + "px;")
|
|
@@ -733,7 +733,7 @@ const yt = /* @__PURE__ */ B(gt, [["__scopeId", "data-v-50d3310f"], ["__file", "
|
|
|
733
733
|
]),
|
|
734
734
|
_: 3
|
|
735
735
|
}, 8, ["style"])) : c("v-if", !0),
|
|
736
|
-
o(a).aside && e.horizontal ? (r(), h(
|
|
736
|
+
o(a).aside && e.horizontal ? (r(), h(l, {
|
|
737
737
|
key: 1,
|
|
738
738
|
class: "aside",
|
|
739
739
|
style: x("width: " + e.asideWidth + "px;")
|
|
@@ -801,12 +801,12 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
801
801
|
let n = ie({
|
|
802
802
|
pageIndex: 1,
|
|
803
803
|
pageSize: 5
|
|
804
|
-
}),
|
|
805
|
-
const
|
|
804
|
+
}), l = D();
|
|
805
|
+
const s = A(), d = (u) => {
|
|
806
806
|
a("row-click", u);
|
|
807
807
|
}, f = (u) => {
|
|
808
808
|
a("row-click", u);
|
|
809
|
-
},
|
|
809
|
+
}, y = (u) => {
|
|
810
810
|
a("selection-change", u), console.log(u);
|
|
811
811
|
}, C = () => {
|
|
812
812
|
if (i.tableColumn.length > 0)
|
|
@@ -839,15 +839,15 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
839
839
|
n[v.prop] = null;
|
|
840
840
|
}
|
|
841
841
|
i.tableData.forEach((u) => {
|
|
842
|
-
i.defaultSelect && i.type == "selection" && i.defaultSelect(u) &&
|
|
842
|
+
i.defaultSelect && i.type == "selection" && i.defaultSelect(u) && l.value.toggleRowSelection(u, void 0, !1);
|
|
843
843
|
});
|
|
844
844
|
}), (u, v) => {
|
|
845
|
-
const M = _("el-table-column"), T = _("el-input"),
|
|
846
|
-
return r(),
|
|
847
|
-
o(
|
|
845
|
+
const M = _("el-table-column"), T = _("el-input"), K = _("el-input-number"), Y = _("el-option"), J = _("el-select"), N = _("el-date-picker"), W = _("el-time-picker"), X = _("el-switch"), U = _("el-button"), Q = _("el-popconfirm"), Z = _("el-table"), ee = _("el-pagination");
|
|
846
|
+
return r(), z(q, null, [
|
|
847
|
+
o(s).header ? (r(), z("div", St, [
|
|
848
848
|
w(u.$slots, "header", {}, void 0, !0)
|
|
849
849
|
])) : c("v-if", !0),
|
|
850
|
-
P(
|
|
850
|
+
P(Z, {
|
|
851
851
|
data: e.tableData,
|
|
852
852
|
class: b([e.size && e.size == "small" ? "mini-table" : "table"]),
|
|
853
853
|
"max-height": e.maxHeight,
|
|
@@ -857,7 +857,9 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
857
857
|
"highlight-current-row": e.highLight,
|
|
858
858
|
onRowClick: d,
|
|
859
859
|
onRowDblclick: f,
|
|
860
|
-
onSelectionChange:
|
|
860
|
+
onSelectionChange: y,
|
|
861
|
+
ref_key: "tableRef",
|
|
862
|
+
ref: l
|
|
861
863
|
}, {
|
|
862
864
|
default: m(() => [
|
|
863
865
|
e.type && e.type == "index" ? (r(), h(M, {
|
|
@@ -890,182 +892,183 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
890
892
|
]),
|
|
891
893
|
_: 3
|
|
892
894
|
}, 8, ["width", "fixed", "label"])) : c("v-if", !0),
|
|
893
|
-
(r(!0),
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
t.
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
t.
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
t.
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
}, [
|
|
1057
|
-
t.costom ? {
|
|
1058
|
-
name: "default",
|
|
1059
|
-
fn: m((p) => [
|
|
1060
|
-
z("span", {
|
|
1061
|
-
innerHTML: t.costom ? t.costom(p.row) : ""
|
|
1062
|
-
}, null, 8, Pt)
|
|
895
|
+
(r(!0), z(q, null, R(e.tableColumn, (t) => (r(), z(q, null, [
|
|
896
|
+
t.hidden ? c("v-if", !0) : (r(), h(M, {
|
|
897
|
+
key: 0,
|
|
898
|
+
prop: t.costom ? !1 : t.prop,
|
|
899
|
+
width: t.width ? t.width : "",
|
|
900
|
+
fixed: t.fixed ? t.fixed : !1,
|
|
901
|
+
align: t.align ? t.align : "left",
|
|
902
|
+
"show-overflow-tooltip": !!t.overflow
|
|
903
|
+
}, le({
|
|
904
|
+
header: m(() => [
|
|
905
|
+
g("div", bt, L(t.label), 1),
|
|
906
|
+
c(" \u6587\u672C\u641C\u7D22\u6846 "),
|
|
907
|
+
t.search && (!t.type || t.type == "text") ? (r(), h(T, {
|
|
908
|
+
key: 0,
|
|
909
|
+
modelValue: o(n)[t.prop],
|
|
910
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
911
|
+
size: t.size,
|
|
912
|
+
clearable: "",
|
|
913
|
+
style: x(
|
|
914
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
915
|
+
),
|
|
916
|
+
disabled: t.disabled,
|
|
917
|
+
placeholder: t.placeholder ? t.placeholder : "\u8BF7\u8F93\u5165" + t.label,
|
|
918
|
+
class: b([t.align && t.align == "center" ? "center" : ""]),
|
|
919
|
+
onKeyup: I(F, ["enter", "native"])
|
|
920
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "size", "style", "disabled", "placeholder", "class", "onKeyup"])) : c("v-if", !0),
|
|
921
|
+
c(" \u6570\u5B57\u6846\u641C\u7D22 "),
|
|
922
|
+
t.search && t.type == "number" ? (r(), h(K, {
|
|
923
|
+
key: 1,
|
|
924
|
+
modelValue: o(n)[t.prop],
|
|
925
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
926
|
+
size: t.size,
|
|
927
|
+
clearable: "",
|
|
928
|
+
style: x(
|
|
929
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
930
|
+
),
|
|
931
|
+
disabled: t.disabled,
|
|
932
|
+
placeholder: t.placeholder ? t.placeholder : "\u8BF7\u8F93\u5165" + t.label,
|
|
933
|
+
class: b([t.align && t.align == "center" ? "center" : ""]),
|
|
934
|
+
max: t.max != null ? t.max : 1 / 0,
|
|
935
|
+
min: t.min != null ? t.min : -1 / 0,
|
|
936
|
+
step: t.step != null ? t.step : 1,
|
|
937
|
+
onKeyup: I(F, ["enter", "native"])
|
|
938
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "size", "style", "disabled", "placeholder", "class", "max", "min", "step", "onKeyup"])) : c("v-if", !0),
|
|
939
|
+
c(" \u9009\u62E9\u641C\u7D22 "),
|
|
940
|
+
t.search && t.type == "select" ? (r(), h(J, {
|
|
941
|
+
key: 2,
|
|
942
|
+
modelValue: o(n)[t.prop],
|
|
943
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
944
|
+
size: t.size,
|
|
945
|
+
clearable: "",
|
|
946
|
+
filterable: "",
|
|
947
|
+
style: x(
|
|
948
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
949
|
+
),
|
|
950
|
+
disabled: t.disabled,
|
|
951
|
+
multiple: t.multiple,
|
|
952
|
+
"collapse-tags": t.omit,
|
|
953
|
+
placeholder: t.placeholder ? t.placeholder : "\u8BF7\u9009\u62E9" + t.label,
|
|
954
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
955
|
+
}, {
|
|
956
|
+
default: m(() => [
|
|
957
|
+
(r(!0), z(q, null, R(t.options, (p) => (r(), h(Y, {
|
|
958
|
+
label: p.label ? p.label : p.value,
|
|
959
|
+
value: p.value,
|
|
960
|
+
disabled: p.disabled
|
|
961
|
+
}, null, 8, ["label", "value", "disabled"]))), 256))
|
|
962
|
+
]),
|
|
963
|
+
_: 2
|
|
964
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "size", "style", "disabled", "multiple", "collapse-tags", "placeholder", "class"])) : c("v-if", !0),
|
|
965
|
+
c(" \u65E5\u671F\u9009\u62E9 "),
|
|
966
|
+
t.search && t.type == "date" ? (r(), h(N, {
|
|
967
|
+
key: 3,
|
|
968
|
+
modelValue: o(n)[t.prop],
|
|
969
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
970
|
+
type: "date",
|
|
971
|
+
style: x(t.searchWidth ? "width: " + t.searchWidth + "px;" : ""),
|
|
972
|
+
placeholder: t.placeholder ? t.placeholder : "\u8BF7\u9009\u62E9\u65E5\u671F",
|
|
973
|
+
size: t.size,
|
|
974
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
975
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "style", "placeholder", "size", "class"])) : c("v-if", !0),
|
|
976
|
+
c(" \u65F6\u95F4\u9009\u62E9 "),
|
|
977
|
+
t.search && t.type == "time" ? (r(), h(W, {
|
|
978
|
+
key: 4,
|
|
979
|
+
modelValue: o(n)[t.prop],
|
|
980
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
981
|
+
"arrow-control": "",
|
|
982
|
+
style: x(
|
|
983
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
984
|
+
),
|
|
985
|
+
placeholder: t.placeholder ? t.placeholder : "\u8BF7\u9009\u62E9\u65F6\u95F4",
|
|
986
|
+
size: t.size,
|
|
987
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
988
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "style", "placeholder", "size", "class"])) : c("v-if", !0),
|
|
989
|
+
c(" \u65E5\u671F\u65F6\u95F4\u641C\u7D22 "),
|
|
990
|
+
t.search && t.type == "datetime" ? (r(), h(N, {
|
|
991
|
+
key: 5,
|
|
992
|
+
modelValue: o(n)[t.prop],
|
|
993
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
994
|
+
type: "datetime",
|
|
995
|
+
style: x(
|
|
996
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
997
|
+
),
|
|
998
|
+
placeholder: t.placeholder ? t.placeholder : "\u8BF7\u9009\u62E9\u65E5\u671F\u65F6\u95F4",
|
|
999
|
+
size: t.size,
|
|
1000
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
1001
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "style", "placeholder", "size", "class"])) : c("v-if", !0),
|
|
1002
|
+
c(" \u65E5\u671F\u8303\u56F4\u9009\u62E9 "),
|
|
1003
|
+
t.search && t.type == "daterange" ? (r(), h(N, {
|
|
1004
|
+
key: 6,
|
|
1005
|
+
modelValue: o(n)[t.prop],
|
|
1006
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
1007
|
+
type: "daterange",
|
|
1008
|
+
"range-separator": "-",
|
|
1009
|
+
"start-placeholder": t.placeholder ? t.placeholder.split("&&")[0] : "\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",
|
|
1010
|
+
"end-placeholder": t.placeholder ? t.placeholder.split("&&")[1] : "\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",
|
|
1011
|
+
style: x(
|
|
1012
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
1013
|
+
),
|
|
1014
|
+
size: t.size,
|
|
1015
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
1016
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "start-placeholder", "end-placeholder", "style", "size", "class"])) : c("v-if", !0),
|
|
1017
|
+
c(" \u65F6\u95F4\u8303\u56F4\u9009\u62E9 "),
|
|
1018
|
+
t.search && t.type == "timerange" ? (r(), h(W, {
|
|
1019
|
+
key: 7,
|
|
1020
|
+
modelValue: o(n)[t.prop],
|
|
1021
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
1022
|
+
"is-range": "",
|
|
1023
|
+
"arrow-control": "",
|
|
1024
|
+
"range-separator": "-",
|
|
1025
|
+
"start-placeholder": t.placeholder ? t.placeholder.split("&&")[0] : "\u8BF7\u9009\u62E9\u5F00\u59CB\u65F6\u95F4",
|
|
1026
|
+
"end-placeholder": t.placeholder ? t.placeholder.split("&&")[1] : "\u8BF7\u9009\u62E9\u7ED3\u675F\u65F6\u95F4",
|
|
1027
|
+
style: x(
|
|
1028
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
1029
|
+
),
|
|
1030
|
+
size: t.size,
|
|
1031
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
1032
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "start-placeholder", "end-placeholder", "style", "size", "class"])) : c("v-if", !0),
|
|
1033
|
+
c(" \u65E5\u671F\u65F6\u95F4\u8303\u56F4\u9009\u62E9 "),
|
|
1034
|
+
t.search && t.type == "datetimerange" ? (r(), h(N, {
|
|
1035
|
+
key: 8,
|
|
1036
|
+
modelValue: o(n)[t.prop],
|
|
1037
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
1038
|
+
type: "datetimerange",
|
|
1039
|
+
"range-separator": "-",
|
|
1040
|
+
"start-placeholder": t.placeholder ? t.placeholder.split("&&")[0] : "\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F\u65F6\u95F4",
|
|
1041
|
+
"end-placeholder": t.placeholder ? t.placeholder.split("&&")[1] : "\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F\u65F6\u95F4",
|
|
1042
|
+
style: x(
|
|
1043
|
+
t.searchWidth ? "width: " + t.searchWidth + "px;" : "width: 92%"
|
|
1044
|
+
),
|
|
1045
|
+
size: t.size,
|
|
1046
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
1047
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "start-placeholder", "end-placeholder", "style", "size", "class"])) : c("v-if", !0),
|
|
1048
|
+
c(" \u5F00\u5173 "),
|
|
1049
|
+
t.search && t.type == "switch" ? (r(), h(X, {
|
|
1050
|
+
key: 9,
|
|
1051
|
+
modelValue: o(n)[t.prop],
|
|
1052
|
+
"onUpdate:modelValue": (p) => o(n)[t.prop] = p,
|
|
1053
|
+
size: t.size,
|
|
1054
|
+
"active-text": t.openText,
|
|
1055
|
+
"inactive-text": t.closeText,
|
|
1056
|
+
class: b([t.align && t.align == "center" ? "center" : ""])
|
|
1057
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "size", "active-text", "inactive-text", "class"])) : c("v-if", !0)
|
|
1063
1058
|
]),
|
|
1064
|
-
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1059
|
+
_: 2
|
|
1060
|
+
}, [
|
|
1061
|
+
t.costom ? {
|
|
1062
|
+
name: "default",
|
|
1063
|
+
fn: m((p) => [
|
|
1064
|
+
g("span", {
|
|
1065
|
+
innerHTML: t.costom ? t.costom(p.row) : ""
|
|
1066
|
+
}, null, 8, Pt)
|
|
1067
|
+
]),
|
|
1068
|
+
key: "0"
|
|
1069
|
+
} : void 0
|
|
1070
|
+
]), 1032, ["prop", "width", "fixed", "align", "show-overflow-tooltip"]))
|
|
1071
|
+
], 64))), 256)),
|
|
1069
1072
|
e.operate ? (r(), h(M, {
|
|
1070
1073
|
key: 3,
|
|
1071
1074
|
align: "center",
|
|
@@ -1073,9 +1076,9 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
1073
1076
|
fixed: e.operateIsFixed ? "right" : !1
|
|
1074
1077
|
}, {
|
|
1075
1078
|
header: m(() => [
|
|
1076
|
-
|
|
1079
|
+
g("div", Ct, L(e.operateLabel), 1),
|
|
1077
1080
|
w(u.$slots, "operate-front", {}, void 0, !0),
|
|
1078
|
-
e.search ? (r(), h(
|
|
1081
|
+
e.search ? (r(), h(U, {
|
|
1079
1082
|
key: 0,
|
|
1080
1083
|
type: "primary",
|
|
1081
1084
|
size: e.operateSize,
|
|
@@ -1088,7 +1091,7 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
1088
1091
|
_: 1
|
|
1089
1092
|
}, 8, ["size", "icon"])) : c("v-if", !0),
|
|
1090
1093
|
w(u.$slots, "operate-middle", {}, void 0, !0),
|
|
1091
|
-
e.clear ? (r(), h(
|
|
1094
|
+
e.clear ? (r(), h(U, {
|
|
1092
1095
|
key: 1,
|
|
1093
1096
|
type: "info",
|
|
1094
1097
|
size: e.operateSize,
|
|
@@ -1106,7 +1109,7 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
1106
1109
|
w(u.$slots, "row-operate-front", {
|
|
1107
1110
|
row: t.row
|
|
1108
1111
|
}, void 0, !0),
|
|
1109
|
-
e.edit ? (r(), h(
|
|
1112
|
+
e.edit ? (r(), h(U, {
|
|
1110
1113
|
key: 0,
|
|
1111
1114
|
link: "",
|
|
1112
1115
|
type: "primary",
|
|
@@ -1122,7 +1125,7 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
1122
1125
|
w(u.$slots, "row-operate-middle", {
|
|
1123
1126
|
row: t.row
|
|
1124
1127
|
}, void 0, !0),
|
|
1125
|
-
e.delete ? (r(), h(
|
|
1128
|
+
e.delete ? (r(), h(Q, {
|
|
1126
1129
|
key: 1,
|
|
1127
1130
|
"confirm-button-text": "\u5426",
|
|
1128
1131
|
"cancel-button-text": "\u662F",
|
|
@@ -1134,7 +1137,7 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
1134
1137
|
title: e.deleteTitle ? e.deleteTitle : "\u662F\u5426\u8981\u5220\u9664\u5F53\u524D\u884C\uFF1F"
|
|
1135
1138
|
}, {
|
|
1136
1139
|
reference: m(() => [
|
|
1137
|
-
P(
|
|
1140
|
+
P(U, {
|
|
1138
1141
|
link: "",
|
|
1139
1142
|
type: "danger",
|
|
1140
1143
|
size: e.rowButtonSize,
|
|
@@ -1157,8 +1160,8 @@ const wt = /* @__PURE__ */ B(xt, [["__scopeId", "data-v-5d747d9d"], ["__file", "
|
|
|
1157
1160
|
]),
|
|
1158
1161
|
_: 3
|
|
1159
1162
|
}, 8, ["data", "class", "max-height", "size", "stripe", "border", "highlight-current-row"]),
|
|
1160
|
-
|
|
1161
|
-
e.pagination ? (r(), h(
|
|
1163
|
+
g("div", Ft, [
|
|
1164
|
+
e.pagination ? (r(), h(ee, {
|
|
1162
1165
|
key: 0,
|
|
1163
1166
|
"current-page": o(n).pageIndex,
|
|
1164
1167
|
"onUpdate:current-page": v[0] || (v[0] = (t) => o(n).pageIndex = t),
|