@bytenew/bn-bus-ui 1.1.440 → 1.1.441
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/README.md +637 -637
- package/common.scss +841 -841
- package/dist/{assocTableSearch-CnF-kNA7.js → assocTableSearch-D8Ci294n.js} +8 -8
- package/dist/assocTableSearch.css +1 -1
- package/dist/bn-bus-ui.es.js +14 -14
- package/dist/bn-bus-ui.umd.js +7 -7
- package/dist/{chooseIPaasData-C2YV2ILQ.js → chooseIPaasData-CrooXyTW.js} +28 -28
- package/dist/chooseIPaasData.css +1 -1
- package/dist/{defaultSet-DvUQPK6r.js → defaultSet-CYsMWcvX.js} +13 -13
- package/dist/defaultSet.css +1 -1
- package/dist/{formItemFooter-DSXy8237.js → formItemFooter-Df7zBn6M.js} +10 -10
- package/dist/formItemFooter.css +1 -1
- package/dist/{funcExprDialog-CU4KmWQe.js → funcExprDialog-BfD3QgPG.js} +9 -9
- package/dist/funcExprDialog.css +1 -1
- package/dist/{index-DYLslmRO.js → index--4bKSBV0.js} +6 -6
- package/dist/{index-ZSRKVdkt.js → index-5smoevq6.js} +4 -4
- package/dist/{index-BoV2IrxS.js → index-B-Ykor-n.js} +4 -4
- package/dist/{index-DcZkfujw.js → index-BP4QpadQ.js} +4 -4
- package/dist/{index-ePtsrfg4.js → index-Bbf59bn6.js} +7 -7
- package/dist/{index-A7EiZttF.js → index-BfE3Yobn.js} +3 -3
- package/dist/{index-kjSs8Bib.js → index-ByGj0xtB.js} +25 -25
- package/dist/{index-CKTxv1KM.js → index-C-b4365S.js} +4 -4
- package/dist/{index-D6oOy_Ig.js → index-C0lx0xnH.js} +9 -9
- package/dist/{index-D3b9GZCL.js → index-CebX5aQu.js} +5 -5
- package/dist/{index-Mmm3abAN.js → index-Cmz511L2.js} +8 -8
- package/dist/{index-wrtLdUPB.js → index-D50-6Ixm.js} +4 -4
- package/dist/{index-FTqgpn3t.js → index-DANae40I.js} +7 -7
- package/dist/{index-CG1uF4Zm.js → index-FTZc2Vec.js} +4 -4
- package/dist/{index-xq2oCwOC.js → index-IvmBCtZn.js} +4 -4
- package/dist/{index-aqFTtlLW.js → index-Zxd9RKF_.js} +7 -7
- package/dist/{index-BNtdAiN8.js → index-rCbv41Fa.js} +6 -6
- package/dist/index.css +1 -1
- package/dist/index2.css +1 -1
- package/dist/index3.css +1 -1
- package/dist/index4.css +1 -1
- package/dist/index5.css +1 -1
- package/dist/index6.css +1 -1
- package/dist/index7.css +1 -1
- package/dist/{install-CWRCEi7N.js → install-t4sfg5Qx.js} +148 -148
- package/dist/install.css +1 -1
- package/dist/{setOption-CFNNQ8UJ.js → setOption-DMg5b_GJ.js} +10 -10
- package/dist/setOption.css +1 -1
- package/dist/{setRelationOption-Cj5Qf3ZZ.js → setRelationOption-CCHl9pR5.js} +205 -205
- package/dist/setRelationOption.css +1 -1
- package/package.json +51 -51
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { cloneDeep as w } from "lodash";
|
|
2
|
-
import { _,
|
|
3
|
-
import { withDirectives as k,
|
|
2
|
+
import { _, g as N, a as E } from "./install-t4sfg5Qx.js";
|
|
3
|
+
import { withDirectives as k, createElementBlock as v, openBlock as u, withModifiers as L, normalizeStyle as z, vShow as B, resolveComponent as d, resolveDirective as U, createBlock as C, withCtx as a, createVNode as r, createElementVNode as c, Fragment as D, renderList as P, createTextVNode as f, toDisplayString as b } from "vue";
|
|
4
4
|
const A = {
|
|
5
5
|
name: "WorksheetCopy",
|
|
6
6
|
data() {
|
|
@@ -55,14 +55,14 @@ function H(s, e, n, o, t, l) {
|
|
|
55
55
|
return k((u(), v("div", {
|
|
56
56
|
class: "worksheetCopy",
|
|
57
57
|
style: z(t.style),
|
|
58
|
-
onMouseover: e[0] || (e[0] = (...
|
|
59
|
-
onMouseleave: e[1] || (e[1] = (...
|
|
60
|
-
onClick: e[2] || (e[2] = L((...
|
|
58
|
+
onMouseover: e[0] || (e[0] = (...h) => l.onMouseEvent && l.onMouseEvent(...h)),
|
|
59
|
+
onMouseleave: e[1] || (e[1] = (...h) => l.onMouseEvent && l.onMouseEvent(...h)),
|
|
60
|
+
onClick: e[2] || (e[2] = L((...h) => l.copyText && l.copyText(...h), ["stop"]))
|
|
61
61
|
}, "复制 ", 36)), [
|
|
62
62
|
[B, t.visiable || t.isMouseIn]
|
|
63
63
|
]);
|
|
64
64
|
}
|
|
65
|
-
const O = /* @__PURE__ */ _(A, [["render", H], ["__scopeId", "data-v-
|
|
65
|
+
const O = /* @__PURE__ */ _(A, [["render", H], ["__scopeId", "data-v-e720d7be"]]), j = {
|
|
66
66
|
name: "chooseIPaasData",
|
|
67
67
|
components: { tableCellCopy: O },
|
|
68
68
|
props: {
|
|
@@ -194,9 +194,9 @@ const O = /* @__PURE__ */ _(A, [["render", H], ["__scopeId", "data-v-684f7285"]]
|
|
|
194
194
|
}, 200), this.show = !1;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
}, J = { class: "chooseIPaasData" }, R = { class: "chooseIPaasData-search w-margin-bottom10" },
|
|
198
|
-
function
|
|
199
|
-
const
|
|
197
|
+
}, J = { class: "chooseIPaasData" }, R = { class: "chooseIPaasData-search w-margin-bottom10" }, q = { class: "w-flex-between w-margin-bottom10" }, K = { class: "w-flex-center" }, W = { class: "w-flex-center" }, G = { class: "w-flex-right w-flex-center" }, Q = { class: "w-font13 w-color-gray w-margin-right8" };
|
|
198
|
+
function X(s, e, n, o, t, l) {
|
|
199
|
+
const h = d("tableCellCopy"), I = d("BnAdvancedFilter"), m = d("el-button"), T = d("BnDrop"), x = d("vxe-column"), M = d("vxe-table"), S = d("el-pagination"), y = d("el-popover"), F = d("el-dialog"), V = U("loading");
|
|
200
200
|
return u(), C(F, {
|
|
201
201
|
modelValue: t.show,
|
|
202
202
|
"onUpdate:modelValue": e[7] || (e[7] = (i) => t.show = i),
|
|
@@ -207,8 +207,8 @@ function Q(s, e, n, o, t, l) {
|
|
|
207
207
|
style: { "margin-bottom": "0" }
|
|
208
208
|
}, {
|
|
209
209
|
footer: a(() => [
|
|
210
|
-
c("div",
|
|
211
|
-
c("span",
|
|
210
|
+
c("div", G, [
|
|
211
|
+
c("span", Q, "已选择(" + b(t.selectData.length) + "/" + b(t.orderList.length) + ")条", 1),
|
|
212
212
|
r(S, {
|
|
213
213
|
class: "w-margin-right8",
|
|
214
214
|
background: "",
|
|
@@ -224,7 +224,7 @@ function Q(s, e, n, o, t, l) {
|
|
|
224
224
|
onClick: e[4] || (e[4] = (i) => t.show = !1)
|
|
225
225
|
}, {
|
|
226
226
|
default: a(() => [...e[11] || (e[11] = [
|
|
227
|
-
|
|
227
|
+
f("取消", -1)
|
|
228
228
|
])]),
|
|
229
229
|
_: 1
|
|
230
230
|
}),
|
|
@@ -240,7 +240,7 @@ function Q(s, e, n, o, t, l) {
|
|
|
240
240
|
disabled: t.selectData.length == 0
|
|
241
241
|
}, {
|
|
242
242
|
default: a(() => [...e[12] || (e[12] = [
|
|
243
|
-
|
|
243
|
+
f("确认追加", -1)
|
|
244
244
|
])]),
|
|
245
245
|
_: 1
|
|
246
246
|
}, 8, ["disabled"])
|
|
@@ -262,7 +262,7 @@ function Q(s, e, n, o, t, l) {
|
|
|
262
262
|
disabled: t.selectData.length == 0
|
|
263
263
|
}, {
|
|
264
264
|
default: a(() => [...e[14] || (e[14] = [
|
|
265
|
-
|
|
265
|
+
f("确认覆盖", -1)
|
|
266
266
|
])]),
|
|
267
267
|
_: 1
|
|
268
268
|
}, 8, ["disabled"])
|
|
@@ -275,7 +275,7 @@ function Q(s, e, n, o, t, l) {
|
|
|
275
275
|
])
|
|
276
276
|
]),
|
|
277
277
|
default: a(() => [
|
|
278
|
-
r(
|
|
278
|
+
r(h, { ref: "childTableCopy" }, null, 512),
|
|
279
279
|
c("div", J, [
|
|
280
280
|
c("div", R, [
|
|
281
281
|
(u(!0), v(D, null, P(t.searchPost.conditions, (i, p) => (u(), v("div", {
|
|
@@ -284,20 +284,20 @@ function Q(s, e, n, o, t, l) {
|
|
|
284
284
|
}, [
|
|
285
285
|
r(I, {
|
|
286
286
|
modelValue: t.searchPost.conditions[p],
|
|
287
|
-
"onUpdate:modelValue": (
|
|
287
|
+
"onUpdate:modelValue": (g) => t.searchPost.conditions[p] = g,
|
|
288
288
|
columnList: t.searchColumns,
|
|
289
|
-
onValueChange: e[0] || (e[0] = (
|
|
289
|
+
onValueChange: e[0] || (e[0] = (g) => l.search()),
|
|
290
290
|
allowSearchType: !1,
|
|
291
291
|
allowDel: "",
|
|
292
|
-
onDel: (
|
|
292
|
+
onDel: (g) => t.searchPost.conditions.splice(p, 1),
|
|
293
293
|
postFunc: n.postFunc,
|
|
294
294
|
pathUrl: i.pathUrl,
|
|
295
295
|
postData: i.postData
|
|
296
296
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "columnList", "onDel", "postFunc", "pathUrl", "postData"])
|
|
297
297
|
]))), 128))
|
|
298
298
|
]),
|
|
299
|
-
c("div",
|
|
300
|
-
c("div",
|
|
299
|
+
c("div", q, [
|
|
300
|
+
c("div", K, [
|
|
301
301
|
r(T, {
|
|
302
302
|
modelValue: t.searchPost.conditions,
|
|
303
303
|
"onUpdate:modelValue": e[1] || (e[1] = (i) => t.searchPost.conditions = i),
|
|
@@ -311,7 +311,7 @@ function Q(s, e, n, o, t, l) {
|
|
|
311
311
|
link: ""
|
|
312
312
|
}, {
|
|
313
313
|
default: a(() => [...e[8] || (e[8] = [
|
|
314
|
-
|
|
314
|
+
f(" + 添加筛选条件", -1)
|
|
315
315
|
])]),
|
|
316
316
|
_: 1
|
|
317
317
|
})
|
|
@@ -319,13 +319,13 @@ function Q(s, e, n, o, t, l) {
|
|
|
319
319
|
_: 1
|
|
320
320
|
}, 8, ["modelValue", "options"])
|
|
321
321
|
]),
|
|
322
|
-
c("div",
|
|
322
|
+
c("div", W, [
|
|
323
323
|
r(m, {
|
|
324
324
|
type: "primary",
|
|
325
325
|
onClick: l.search
|
|
326
326
|
}, {
|
|
327
327
|
default: a(() => [...e[9] || (e[9] = [
|
|
328
|
-
|
|
328
|
+
f("筛选", -1)
|
|
329
329
|
])]),
|
|
330
330
|
_: 1
|
|
331
331
|
}, 8, ["onClick"])
|
|
@@ -355,12 +355,12 @@ function Q(s, e, n, o, t, l) {
|
|
|
355
355
|
c("span", null, "暂无数据", -1)
|
|
356
356
|
])]),
|
|
357
357
|
default: a(() => [
|
|
358
|
-
r(
|
|
358
|
+
r(x, {
|
|
359
359
|
type: "checkbox",
|
|
360
360
|
width: "32",
|
|
361
361
|
fixed: "left"
|
|
362
362
|
}),
|
|
363
|
-
(u(!0), v(D, null, P(t.columnData.moduleDefinition, (i, p) => (u(), C(
|
|
363
|
+
(u(!0), v(D, null, P(t.columnData.moduleDefinition, (i, p) => (u(), C(x, {
|
|
364
364
|
visible: i.extraInfo.isAddable == 1,
|
|
365
365
|
title: i.name,
|
|
366
366
|
field: i.columnCode,
|
|
@@ -370,8 +370,8 @@ function Q(s, e, n, o, t, l) {
|
|
|
370
370
|
"show-overflow": "title",
|
|
371
371
|
"show-footer-overflow": ""
|
|
372
372
|
}, {
|
|
373
|
-
default: a((
|
|
374
|
-
c("span", null,
|
|
373
|
+
default: a((g) => [
|
|
374
|
+
c("span", null, b(l.getTitle(i, g.row[i.columnCode])), 1)
|
|
375
375
|
]),
|
|
376
376
|
_: 2
|
|
377
377
|
}, 1032, ["visible", "title", "field"]))), 128))
|
|
@@ -385,7 +385,7 @@ function Q(s, e, n, o, t, l) {
|
|
|
385
385
|
_: 1
|
|
386
386
|
}, 8, ["modelValue", "title"]);
|
|
387
387
|
}
|
|
388
|
-
const ee = /* @__PURE__ */ _(j, [["render",
|
|
388
|
+
const ee = /* @__PURE__ */ _(j, [["render", X], ["__scopeId", "data-v-b4caebe4"]]);
|
|
389
389
|
export {
|
|
390
390
|
ee as default
|
|
391
391
|
};
|
package/dist/chooseIPaasData.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.worksheetCopy[data-v-
|
|
1
|
+
.worksheetCopy[data-v-e720d7be]{position:fixed;width:34px;height:22px;line-height:22px;text-align:center;background-color:#3333334d;color:#fff;font-size:12px;z-index:999999}.worksheetCopy[data-v-e720d7be]:hover{background-color:#65acff;cursor:pointer}.chooseIPaasData[data-v-b4caebe4]{height:100%;overflow:hidden}.chooseIPaasData-search[data-v-b4caebe4]{display:flex;flex-wrap:wrap;max-height:142px;overflow-y:auto;gap:10px 18px}.chooseIPaasData-search-item[data-v-b4caebe4]{width:calc(33.33% - 18px);flex-grow:0}.chooseIPaasData-out[data-v-b4caebe4] .vxe-table--header .vxe-header--row{background-color:#ecf5ff}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { resolveComponent as f,
|
|
2
|
-
import { _ as V } from "./install-
|
|
1
|
+
import { resolveComponent as f, createElementBlock as r, openBlock as s, createVNode as i, withCtx as h, createElementVNode as _, createCommentVNode as c } from "vue";
|
|
2
|
+
import { _ as V } from "./install-t4sfg5Qx.js";
|
|
3
3
|
import { cloneDeep as y } from "lodash";
|
|
4
4
|
const x = {
|
|
5
5
|
name: "defaultSet",
|
|
@@ -101,7 +101,7 @@ const x = {
|
|
|
101
101
|
}, D = { class: "w-default-wrap" };
|
|
102
102
|
function w(t, n, l, o, u, e) {
|
|
103
103
|
const d = f("el-tooltip"), m = f("BnDrop"), I = f("el-input");
|
|
104
|
-
return
|
|
104
|
+
return s(), r("div", D, [
|
|
105
105
|
i(I, {
|
|
106
106
|
modelValue: e.columnInfo.defaultInfo,
|
|
107
107
|
"onUpdate:modelValue": n[0] || (n[0] = (p) => e.columnInfo.defaultInfo = p),
|
|
@@ -140,7 +140,7 @@ function w(t, n, l, o, u, e) {
|
|
|
140
140
|
}, 8, ["modelValue", "onChange"])
|
|
141
141
|
]);
|
|
142
142
|
}
|
|
143
|
-
const T = /* @__PURE__ */ V(x, [["render", w], ["__scopeId", "data-v-
|
|
143
|
+
const T = /* @__PURE__ */ V(x, [["render", w], ["__scopeId", "data-v-c847d7d8"]]), k = {
|
|
144
144
|
name: "defaultSet",
|
|
145
145
|
components: { stringDefault: T },
|
|
146
146
|
props: {
|
|
@@ -239,8 +239,8 @@ const T = /* @__PURE__ */ V(x, [["render", w], ["__scopeId", "data-v-ca300f0b"]]
|
|
|
239
239
|
function j(t, n, l, o, u, e) {
|
|
240
240
|
var b;
|
|
241
241
|
const d = f("el-input"), m = f("stringDefault"), I = f("BnInpNum"), p = f("BnSelect"), C = f("BnRelation"), v = f("el-date-picker"), g = f("BnDatePicker");
|
|
242
|
-
return
|
|
243
|
-
e.columnInfo.behaviorType ? c("", !0) : (
|
|
242
|
+
return s(), r("div", A, [
|
|
243
|
+
e.columnInfo.behaviorType ? c("", !0) : (s(), r("div", S, [
|
|
244
244
|
i(d, {
|
|
245
245
|
modelValue: e.columnInfo.defaultInfo,
|
|
246
246
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => e.columnInfo.defaultInfo = a),
|
|
@@ -249,7 +249,7 @@ function j(t, n, l, o, u, e) {
|
|
|
249
249
|
disabled: l.disabled
|
|
250
250
|
}, null, 8, ["modelValue", "disabled"])
|
|
251
251
|
])),
|
|
252
|
-
e.columnInfo.behaviorType == 1 ? (
|
|
252
|
+
e.columnInfo.behaviorType == 1 ? (s(), r("div", B, [
|
|
253
253
|
i(m, {
|
|
254
254
|
modelValue: e.columnInfo,
|
|
255
255
|
"onUpdate:modelValue": n[1] || (n[1] = (a) => e.columnInfo = a),
|
|
@@ -257,7 +257,7 @@ function j(t, n, l, o, u, e) {
|
|
|
257
257
|
columnList: l.columnList
|
|
258
258
|
}, null, 8, ["modelValue", "disabled", "columnList"])
|
|
259
259
|
])) : c("", !0),
|
|
260
|
-
e.columnInfo.behaviorType == 2 ? (
|
|
260
|
+
e.columnInfo.behaviorType == 2 ? (s(), r("div", R, [
|
|
261
261
|
i(I, {
|
|
262
262
|
modelValue: e.columnInfo.defaultInfo,
|
|
263
263
|
"onUpdate:modelValue": n[2] || (n[2] = (a) => e.columnInfo.defaultInfo = a),
|
|
@@ -265,7 +265,7 @@ function j(t, n, l, o, u, e) {
|
|
|
265
265
|
precision: (b = e.columnInfo.extraInfo) == null ? void 0 : b.valueType
|
|
266
266
|
}, null, 8, ["modelValue", "disabled", "precision"])
|
|
267
267
|
])) : c("", !0),
|
|
268
|
-
[3, 4, 5].includes(e.columnInfo.behaviorType) ? (
|
|
268
|
+
[3, 4, 5].includes(e.columnInfo.behaviorType) ? (s(), r("div", U, [
|
|
269
269
|
i(p, {
|
|
270
270
|
modelValue: e.columnInfo.defaultInfo,
|
|
271
271
|
"onUpdate:modelValue": n[3] || (n[3] = (a) => e.columnInfo.defaultInfo = a),
|
|
@@ -282,7 +282,7 @@ function j(t, n, l, o, u, e) {
|
|
|
282
282
|
filterable: ""
|
|
283
283
|
}, null, 8, ["modelValue", "options", "multiple", "disabled", "pathUrl", "postData", "postFunc"])
|
|
284
284
|
])) : c("", !0),
|
|
285
|
-
e.columnInfo.behaviorType == 6 || e.columnInfo.behaviorType == 20 ? (
|
|
285
|
+
e.columnInfo.behaviorType == 6 || e.columnInfo.behaviorType == 20 ? (s(), r("div", P, [
|
|
286
286
|
i(C, {
|
|
287
287
|
options: e.filteredOptions,
|
|
288
288
|
class: "w-default-wrap",
|
|
@@ -294,7 +294,7 @@ function j(t, n, l, o, u, e) {
|
|
|
294
294
|
disabled: l.disabled
|
|
295
295
|
}, null, 8, ["options", "modelValue", "multiple", "disabled"])
|
|
296
296
|
])) : c("", !0),
|
|
297
|
-
e.columnInfo.behaviorType == 7 ? (
|
|
297
|
+
e.columnInfo.behaviorType == 7 ? (s(), r("div", W, [
|
|
298
298
|
i(v, {
|
|
299
299
|
style: { width: "100%" },
|
|
300
300
|
disabled: l.disabled,
|
|
@@ -306,7 +306,7 @@ function j(t, n, l, o, u, e) {
|
|
|
306
306
|
"value-format": "YYYY-MM-DD HH:mm:ss"
|
|
307
307
|
}, null, 8, ["disabled", "modelValue"])
|
|
308
308
|
])) : c("", !0),
|
|
309
|
-
e.columnInfo.behaviorType == 8 ? (
|
|
309
|
+
e.columnInfo.behaviorType == 8 ? (s(), r("div", L, [
|
|
310
310
|
i(g, {
|
|
311
311
|
modelValue: e.columnInfo.defaultInfo,
|
|
312
312
|
"onUpdate:modelValue": n[6] || (n[6] = (a) => e.columnInfo.defaultInfo = a),
|
|
@@ -316,7 +316,7 @@ function j(t, n, l, o, u, e) {
|
|
|
316
316
|
])) : c("", !0)
|
|
317
317
|
]);
|
|
318
318
|
}
|
|
319
|
-
const Y = /* @__PURE__ */ V(k, [["render", j], ["__scopeId", "data-v-
|
|
319
|
+
const Y = /* @__PURE__ */ V(k, [["render", j], ["__scopeId", "data-v-10e80e09"]]);
|
|
320
320
|
export {
|
|
321
321
|
Y as default
|
|
322
322
|
};
|
package/dist/defaultSet.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.defaultSet[data-v-
|
|
1
|
+
.defaultSet[data-v-c847d7d8],.defaultSet[data-v-10e80e09]{position:relative;width:100%}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { resolveComponent as g,
|
|
2
|
-
import { _ as v } from "./install-
|
|
1
|
+
import { resolveComponent as g, createElementBlock as r, openBlock as n, normalizeClass as y, withDirectives as m, createTextVNode as c, createBlock as u, createCommentVNode as a, createElementVNode as o, vShow as w, toDisplayString as i, withCtx as s, Fragment as B, renderList as C } from "vue";
|
|
2
|
+
import { _ as v } from "./install-t4sfg5Qx.js";
|
|
3
3
|
const F = {
|
|
4
4
|
name: "formItemTop",
|
|
5
5
|
props: {
|
|
@@ -14,10 +14,10 @@ function U(d, t, e, I, h, k) {
|
|
|
14
14
|
class: y(["w-default-wrap BnSmartForm-title", { "w-color-red": e.column.error }])
|
|
15
15
|
}, [
|
|
16
16
|
m(o("span", S, "*", 512), [
|
|
17
|
-
[
|
|
17
|
+
[w, e.column.extraInfo.valueEmptyCheck == 1]
|
|
18
18
|
]),
|
|
19
19
|
c(" " + i(e.column.name) + " ", 1),
|
|
20
|
-
e.column.extraInfo.searchKey == 2 ? (n(),
|
|
20
|
+
e.column.extraInfo.searchKey == 2 ? (n(), u(l, {
|
|
21
21
|
key: 0,
|
|
22
22
|
placement: "top-start",
|
|
23
23
|
width: 400,
|
|
@@ -32,7 +32,7 @@ function U(d, t, e, I, h, k) {
|
|
|
32
32
|
]),
|
|
33
33
|
_: 1
|
|
34
34
|
})) : a("", !0),
|
|
35
|
-
e.dataBack && e.dataBack.key == e.column.columnCode ? (n(),
|
|
35
|
+
e.dataBack && e.dataBack.key == e.column.columnCode ? (n(), u(l, {
|
|
36
36
|
key: 1,
|
|
37
37
|
placement: "top-start",
|
|
38
38
|
width: 400,
|
|
@@ -56,7 +56,7 @@ function U(d, t, e, I, h, k) {
|
|
|
56
56
|
})) : a("", !0)
|
|
57
57
|
], 2);
|
|
58
58
|
}
|
|
59
|
-
const R = /* @__PURE__ */ v(F, [["render", U], ["__scopeId", "data-v-
|
|
59
|
+
const R = /* @__PURE__ */ v(F, [["render", U], ["__scopeId", "data-v-6a75fe5e"]]), E = {
|
|
60
60
|
name: "formItemFooter",
|
|
61
61
|
props: {
|
|
62
62
|
//组件对象
|
|
@@ -76,10 +76,10 @@ function T(d, t, e, I, h, k) {
|
|
|
76
76
|
return n(), r("div", j, [
|
|
77
77
|
o("div", O, [
|
|
78
78
|
m(o("span", { class: "w-font-min w-color-red" }, i(e.column.error), 513), [
|
|
79
|
-
[
|
|
79
|
+
[w, e.column.error]
|
|
80
80
|
]),
|
|
81
81
|
m(o("span", { class: "w-font-min w-color-orange" }, i(e.column.warning), 513), [
|
|
82
|
-
[
|
|
82
|
+
[w, e.column.warning && !e.column.error]
|
|
83
83
|
]),
|
|
84
84
|
e.extraInfo && e.extraInfo.isCheckRepeat && e.column.warning && e.column.warning.includes("相同") ? (n(), r("span", {
|
|
85
85
|
key: 0,
|
|
@@ -89,7 +89,7 @@ function T(d, t, e, I, h, k) {
|
|
|
89
89
|
]),
|
|
90
90
|
(f = e.column.extraInfo) != null && f.paraExplain ? (n(), r("div", N, i(e.column.extraInfo.paraExplain), 1)) : a("", !0),
|
|
91
91
|
((_ = (p = e.column.extraInfo) == null ? void 0 : p.operationPictures) == null ? void 0 : _.length) > 0 ? (n(), r("div", P, [
|
|
92
|
-
(n(!0), r(B, null, C(e.column.extraInfo.operationPictures, (x, b) => (n(),
|
|
92
|
+
(n(!0), r(B, null, C(e.column.extraInfo.operationPictures, (x, b) => (n(), u(l, {
|
|
93
93
|
"preview-teleported": "",
|
|
94
94
|
style: { width: "46px", height: "46px" },
|
|
95
95
|
src: x,
|
|
@@ -101,7 +101,7 @@ function T(d, t, e, I, h, k) {
|
|
|
101
101
|
])) : a("", !0)
|
|
102
102
|
]);
|
|
103
103
|
}
|
|
104
|
-
const z = /* @__PURE__ */ v(E, [["render", T], ["__scopeId", "data-v-
|
|
104
|
+
const z = /* @__PURE__ */ v(E, [["render", T], ["__scopeId", "data-v-0d4387e0"]]);
|
|
105
105
|
export {
|
|
106
106
|
R as a,
|
|
107
107
|
z as f
|
package/dist/formItemFooter.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.BnSmartForm-title[data-v-
|
|
1
|
+
.BnSmartForm-title[data-v-6a75fe5e]{height:32px;line-height:32px;font-size:14px;color:#666}.BnSmartForm-title-tip[data-v-6a75fe5e]{font-size:12px;color:#777}.BnSmartForm-explain[data-v-6a75fe5e]{margin-top:5px;color:#888;font-size:12px}.BnSmartForm-img[data-v-6a75fe5e]{margin-top:8px}.BnSmartForm-img-item[data-v-6a75fe5e]{display:inline-block;width:46px;height:46px;margin-right:8px;border-radius:4px;border:1px solid #E6E6E6}.BnSmartForm-img-item img[data-v-6a75fe5e]{width:100%;height:100%;border-radius:4px}.BnSmartForm-tips[data-v-6a75fe5e]{line-height:32px;font-size:12px}.BnSmartForm-title[data-v-0d4387e0]{height:32px;line-height:32px;font-size:14px;color:#666}.BnSmartForm-title-tip[data-v-0d4387e0]{font-size:12px;color:#777}.BnSmartForm-explain[data-v-0d4387e0]{margin-top:5px;color:#888;font-size:12px}.BnSmartForm-img[data-v-0d4387e0]{margin-top:8px}.BnSmartForm-img-item[data-v-0d4387e0]{display:inline-block;width:46px;height:46px;margin-right:8px;border-radius:4px;border:1px solid #E6E6E6}.BnSmartForm-img-item img[data-v-0d4387e0]{width:100%;height:100%;border-radius:4px}.BnSmartForm-tips[data-v-0d4387e0]{line-height:32px;font-size:12px}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { resolveComponent as i,
|
|
2
|
-
import { _ as I } from "./install-
|
|
1
|
+
import { resolveComponent as i, createBlock as m, openBlock as c, withCtx as n, createCommentVNode as b, createElementVNode as r, createVNode as a, createTextVNode as u } from "vue";
|
|
2
|
+
import { _ as I } from "./install-t4sfg5Qx.js";
|
|
3
3
|
const _ = {
|
|
4
4
|
name: "funcExprDialog",
|
|
5
5
|
props: {
|
|
@@ -74,10 +74,10 @@ const _ = {
|
|
|
74
74
|
}
|
|
75
75
|
}, g = { class: "dialog-footer" };
|
|
76
76
|
function y(t, e, l, d, o, s) {
|
|
77
|
-
const h = i("BnFunExpr"), x = i("el-link"), p = i("el-button"),
|
|
78
|
-
return c(),
|
|
77
|
+
const h = i("BnFunExpr"), x = i("el-link"), p = i("el-button"), v = i("el-dialog");
|
|
78
|
+
return c(), m(v, {
|
|
79
79
|
modelValue: o.visible,
|
|
80
|
-
"onUpdate:modelValue": e[1] || (e[1] = (
|
|
80
|
+
"onUpdate:modelValue": e[1] || (e[1] = (f) => o.visible = f),
|
|
81
81
|
title: "编辑函数",
|
|
82
82
|
top: "5vh",
|
|
83
83
|
"close-on-click-modal": !1,
|
|
@@ -101,7 +101,7 @@ function y(t, e, l, d, o, s) {
|
|
|
101
101
|
]),
|
|
102
102
|
r("div", null, [
|
|
103
103
|
a(p, {
|
|
104
|
-
onClick: e[0] || (e[0] = (
|
|
104
|
+
onClick: e[0] || (e[0] = (f) => o.visible = !1)
|
|
105
105
|
}, {
|
|
106
106
|
default: n(() => [...e[3] || (e[3] = [
|
|
107
107
|
u("取消", -1)
|
|
@@ -122,18 +122,18 @@ function y(t, e, l, d, o, s) {
|
|
|
122
122
|
])
|
|
123
123
|
]),
|
|
124
124
|
default: n(() => [
|
|
125
|
-
o.visible ? (c(),
|
|
125
|
+
o.visible ? (c(), m(h, {
|
|
126
126
|
key: 0,
|
|
127
127
|
id: s.columnInfo.extraInfo.exprId,
|
|
128
128
|
"column-list": s.columnList,
|
|
129
129
|
ref: "bnFunExpr",
|
|
130
130
|
"post-func": l.postFunc
|
|
131
|
-
}, null, 8, ["id", "column-list", "post-func"])) :
|
|
131
|
+
}, null, 8, ["id", "column-list", "post-func"])) : b("", !0)
|
|
132
132
|
]),
|
|
133
133
|
_: 1
|
|
134
134
|
}, 8, ["modelValue"]);
|
|
135
135
|
}
|
|
136
|
-
const F = /* @__PURE__ */ I(_, [["render", y], ["__scopeId", "data-v-
|
|
136
|
+
const F = /* @__PURE__ */ I(_, [["render", y], ["__scopeId", "data-v-9fc70d3d"]]);
|
|
137
137
|
export {
|
|
138
138
|
F as default
|
|
139
139
|
};
|
package/dist/funcExprDialog.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dialog-footer[data-v-
|
|
1
|
+
.dialog-footer[data-v-9fc70d3d]{display:flex;justify-content:space-between;position:relative}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as g,
|
|
2
|
-
import { resolveComponent as p,
|
|
1
|
+
import { _ as g, b as w } from "./install-t4sfg5Qx.js";
|
|
2
|
+
import { resolveComponent as p, createElementBlock as l, openBlock as o, createVNode as u, createElementVNode as i, withCtx as h, Fragment as b, renderList as _, createCommentVNode as I } from "vue";
|
|
3
3
|
const v = {
|
|
4
4
|
name: "paraExplainSet",
|
|
5
5
|
props: {
|
|
@@ -57,7 +57,7 @@ const v = {
|
|
|
57
57
|
}, D = { class: "paraExplainSet" }, E = { class: "w-flex-left w-flex-wrap w-flex-gap8 w-margin-top10" }, P = ["onClick"];
|
|
58
58
|
function S(a, e, t, d, s, n) {
|
|
59
59
|
const m = p("el-input"), f = p("el-upload"), x = p("el-image");
|
|
60
|
-
return
|
|
60
|
+
return o(), l("div", D, [
|
|
61
61
|
u(m, {
|
|
62
62
|
type: "textarea",
|
|
63
63
|
resize: "none",
|
|
@@ -88,7 +88,7 @@ function S(a, e, t, d, s, n) {
|
|
|
88
88
|
])]),
|
|
89
89
|
_: 1
|
|
90
90
|
}, 8, ["action", "disabled", "before-upload", "on-success"]),
|
|
91
|
-
(
|
|
91
|
+
(o(!0), l(b, null, _(t.columnData.extraInfo.operationPictures, (r, c) => (o(), l("div", {
|
|
92
92
|
key: c,
|
|
93
93
|
class: "paraExplainSet-image-wrapper"
|
|
94
94
|
}, [
|
|
@@ -101,7 +101,7 @@ function S(a, e, t, d, s, n) {
|
|
|
101
101
|
"initial-index": c,
|
|
102
102
|
fit: "cover"
|
|
103
103
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
104
|
-
t.disabled ? I("", !0) : (
|
|
104
|
+
t.disabled ? I("", !0) : (o(), l("div", {
|
|
105
105
|
key: 0,
|
|
106
106
|
class: "paraExplainSet-image-delete",
|
|
107
107
|
onClick: (U) => n.deleteImage(c)
|
|
@@ -112,7 +112,7 @@ function S(a, e, t, d, s, n) {
|
|
|
112
112
|
])
|
|
113
113
|
]);
|
|
114
114
|
}
|
|
115
|
-
const C = /* @__PURE__ */ g(v, [["render", S], ["__scopeId", "data-v-
|
|
115
|
+
const C = /* @__PURE__ */ g(v, [["render", S], ["__scopeId", "data-v-972cc4de"]]);
|
|
116
116
|
export {
|
|
117
117
|
C as default
|
|
118
118
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { f as d, a as s } from "./formItemFooter-
|
|
1
|
+
import { f as d, a as s } from "./formItemFooter-Df7zBn6M.js";
|
|
2
2
|
import { debounce as f } from "lodash";
|
|
3
|
-
import { resolveComponent as n,
|
|
4
|
-
import { _ as x } from "./install-
|
|
3
|
+
import { resolveComponent as n, createElementBlock as i, openBlock as _, createVNode as t, createElementVNode as p } from "vue";
|
|
4
|
+
import { _ as x } from "./install-t4sfg5Qx.js";
|
|
5
5
|
const h = {
|
|
6
6
|
name: "numberForm",
|
|
7
7
|
components: { formItemTop: s, formItemFooter: d },
|
|
@@ -25,7 +25,7 @@ const h = {
|
|
|
25
25
|
}, I = { class: "w-default-wrap" }, b = { class: "w-default-wrap" };
|
|
26
26
|
function v(m, o, e, C, g, a) {
|
|
27
27
|
const l = n("formItemTop"), c = n("el-rate"), r = n("formItemFooter");
|
|
28
|
-
return
|
|
28
|
+
return _(), i("div", I, [
|
|
29
29
|
t(l, { column: e.column }, null, 8, ["column"]),
|
|
30
30
|
p("div", b, [
|
|
31
31
|
t(c, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as i, f as s } from "./formItemFooter-
|
|
2
|
-
import { resolveComponent as o,
|
|
3
|
-
import { _ as p } from "./install-
|
|
1
|
+
import { a as i, f as s } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { resolveComponent as o, createElementBlock as d, openBlock as r, createVNode as t, createElementVNode as f } from "vue";
|
|
3
|
+
import { _ as p } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const h = {
|
|
5
5
|
name: "editSelectCol",
|
|
6
6
|
components: { formItemFooter: s, formItemTop: i },
|
|
@@ -34,7 +34,7 @@ const h = {
|
|
|
34
34
|
}, _ = { class: "w-default-wrap" }, g = { class: "w-default-wrap" };
|
|
35
35
|
function I(b, n, e, x, F, l) {
|
|
36
36
|
const a = o("formItemTop"), c = o("BnSelect"), m = o("formItemFooter");
|
|
37
|
-
return
|
|
37
|
+
return r(), d("div", _, [
|
|
38
38
|
t(a, { column: e.column }, null, 8, ["column"]),
|
|
39
39
|
f("div", g, [
|
|
40
40
|
t(c, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { f as s, a as d } from "./formItemFooter-
|
|
2
|
-
import { resolveComponent as o,
|
|
3
|
-
import { _ } from "./install-
|
|
1
|
+
import { f as s, a as d } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { resolveComponent as o, createElementBlock as u, openBlock as i, createVNode as t, createElementVNode as f } from "vue";
|
|
3
|
+
import { _ } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const p = {
|
|
5
5
|
name: "dateForm",
|
|
6
6
|
components: { formItemTop: d, formItemFooter: s },
|
|
@@ -21,7 +21,7 @@ const p = {
|
|
|
21
21
|
}, h = { class: "w-default-wrap" }, Y = { class: "w-default-wrap" };
|
|
22
22
|
function g(V, n, e, b, v, m) {
|
|
23
23
|
const l = o("formItemTop"), a = o("el-date-picker"), c = o("formItemFooter");
|
|
24
|
-
return
|
|
24
|
+
return i(), u("div", h, [
|
|
25
25
|
t(l, { column: e.column }, null, 8, ["column"]),
|
|
26
26
|
f("div", Y, [
|
|
27
27
|
t(a, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as f, f as h } from "./formItemFooter-
|
|
2
|
-
import { resolveComponent as l,
|
|
3
|
-
import { _ as x } from "./install-
|
|
1
|
+
import { a as f, f as h } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { resolveComponent as l, createElementBlock as n, openBlock as o, createVNode as m, createElementVNode as _, createCommentVNode as p, Fragment as k, renderList as b, createBlock as v } from "vue";
|
|
3
|
+
import { _ as x } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const F = {
|
|
5
5
|
name: "checkboxForm",
|
|
6
6
|
components: {
|
|
@@ -33,11 +33,11 @@ function I(a, t, e, y, B, r) {
|
|
|
33
33
|
return o(), n("div", g, [
|
|
34
34
|
m(d, { column: e.column }, null, 8, ["column"]),
|
|
35
35
|
_("div", C, [
|
|
36
|
-
(o(!0), n(
|
|
36
|
+
(o(!0), n(k, null, b(e.column.moduleDefinition, (c) => (o(), n("div", {
|
|
37
37
|
class: "checkboxForm-item",
|
|
38
38
|
key: c.id
|
|
39
39
|
}, [
|
|
40
|
-
(o(),
|
|
40
|
+
(o(), v(u, {
|
|
41
41
|
key: c.code,
|
|
42
42
|
modelValue: e.column.value,
|
|
43
43
|
"onUpdate:modelValue": t[0] || (t[0] = (i) => e.column.value = i),
|
|
@@ -47,12 +47,12 @@ function I(a, t, e, y, B, r) {
|
|
|
47
47
|
onChange: r.onChange
|
|
48
48
|
}, null, 8, ["modelValue", "true-data", "disabled", "onChange"]))
|
|
49
49
|
]))), 128)),
|
|
50
|
-
e.column.moduleDefinition.length == 0 ? (o(), n("div", w, " 无数据 ")) :
|
|
50
|
+
e.column.moduleDefinition.length == 0 ? (o(), n("div", w, " 无数据 ")) : p("", !0)
|
|
51
51
|
]),
|
|
52
52
|
m(s, { column: e.column }, null, 8, ["column"])
|
|
53
53
|
]);
|
|
54
54
|
}
|
|
55
|
-
const D = /* @__PURE__ */ x(F, [["render", I], ["__scopeId", "data-v-
|
|
55
|
+
const D = /* @__PURE__ */ x(F, [["render", I], ["__scopeId", "data-v-300cef1d"]]);
|
|
56
56
|
export {
|
|
57
57
|
D as default
|
|
58
58
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debounce as h } from "lodash";
|
|
2
|
-
import { resolveComponent as n,
|
|
3
|
-
import { _ } from "./install-
|
|
2
|
+
import { resolveComponent as n, createElementBlock as f, openBlock as w, createElementVNode as o, createVNode as l, withCtx as c, createTextVNode as r } from "vue";
|
|
3
|
+
import { _ } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const g = {
|
|
5
5
|
name: "BnAddressParse",
|
|
6
6
|
props: {
|
|
@@ -44,7 +44,7 @@ const g = {
|
|
|
44
44
|
}, v = { class: "w-default-wrap" }, B = { class: "w-margin-bottom10 w-flex-center" };
|
|
45
45
|
function V(e, t, p, d, a, s) {
|
|
46
46
|
const i = n("el-popover"), u = n("el-input");
|
|
47
|
-
return
|
|
47
|
+
return w(), f("div", v, [
|
|
48
48
|
o("div", B, [
|
|
49
49
|
l(i, {
|
|
50
50
|
placement: "top-start",
|