mooho-base-admin-plus 0.4.28 → 0.4.30
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.
|
@@ -20379,7 +20379,7 @@ const _hoisted_7$c = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createEl
|
|
|
20379
20379
|
], -1));
|
|
20380
20380
|
const _hoisted_8$a = { class: "stat" };
|
|
20381
20381
|
const _hoisted_9$9 = { class: "icon" };
|
|
20382
|
-
const _hoisted_10$
|
|
20382
|
+
const _hoisted_10$6 = { class: "content" };
|
|
20383
20383
|
const _hoisted_11$6 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
|
|
20384
20384
|
const _hoisted_12$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
|
|
20385
20385
|
const _hoisted_13$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, [
|
|
@@ -20487,7 +20487,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20487
20487
|
color: "rgb(250, 173, 20)"
|
|
20488
20488
|
})
|
|
20489
20489
|
]),
|
|
20490
|
-
createElementVNode("div", _hoisted_10$
|
|
20490
|
+
createElementVNode("div", _hoisted_10$6, [
|
|
20491
20491
|
createElementVNode("div", null, [
|
|
20492
20492
|
withDirectives(createVNode$1(_component_Numeral, {
|
|
20493
20493
|
value: "85",
|
|
@@ -24269,7 +24269,7 @@ const _hoisted_7$b = /* @__PURE__ */ createElementVNode("marker", {
|
|
|
24269
24269
|
], -1);
|
|
24270
24270
|
const _hoisted_8$9 = ["id", "d"];
|
|
24271
24271
|
const _hoisted_9$8 = ["width"];
|
|
24272
|
-
const _hoisted_10$
|
|
24272
|
+
const _hoisted_10$5 = ["x", "y", "width", "height"];
|
|
24273
24273
|
const _hoisted_11$5 = ["x", "y", "font-size"];
|
|
24274
24274
|
const _hoisted_12$3 = ["x", "y", "width", "height", "onMousedown", "onMouseup", "onDblclick"];
|
|
24275
24275
|
const _hoisted_13$2 = ["x", "y", "width", "height"];
|
|
@@ -24408,7 +24408,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24408
24408
|
y: item.y - $data.setting.rectHeight / 2,
|
|
24409
24409
|
width: $data.setting.rectWidth,
|
|
24410
24410
|
height: $data.setting.rectHeight
|
|
24411
|
-
}, null, 8, _hoisted_10$
|
|
24411
|
+
}, null, 8, _hoisted_10$5),
|
|
24412
24412
|
createElementVNode("text", {
|
|
24413
24413
|
fill: "#000",
|
|
24414
24414
|
x: item.x,
|
|
@@ -25359,7 +25359,7 @@ const _hoisted_6$a = /* @__PURE__ */ createTextVNode("\u52FE\u9009");
|
|
|
25359
25359
|
const _hoisted_7$a = /* @__PURE__ */ createTextVNode("\u9009\u62E9\u6846");
|
|
25360
25360
|
const _hoisted_8$8 = /* @__PURE__ */ createTextVNode("\u591A\u9009\u9009\u62E9\u6846");
|
|
25361
25361
|
const _hoisted_9$7 = /* @__PURE__ */ createTextVNode("\u5F39\u51FA\u9009\u62E9\u6846");
|
|
25362
|
-
const _hoisted_10$
|
|
25362
|
+
const _hoisted_10$4 = /* @__PURE__ */ createTextVNode("\u591A\u9009\u5F39\u51FA\u9009\u62E9\u6846");
|
|
25363
25363
|
const _hoisted_11$4 = { class: "title" };
|
|
25364
25364
|
const _hoisted_12$2 = { class: "description" };
|
|
25365
25365
|
const _hoisted_13$1 = { class: "i-table-no-border" };
|
|
@@ -25580,7 +25580,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25580
25580
|
value: "MultiDialogSelect"
|
|
25581
25581
|
}, {
|
|
25582
25582
|
default: withCtx(() => [
|
|
25583
|
-
_hoisted_10$
|
|
25583
|
+
_hoisted_10$4
|
|
25584
25584
|
]),
|
|
25585
25585
|
_: 1
|
|
25586
25586
|
})
|
|
@@ -32684,7 +32684,7 @@ const _sfc_main$w = {
|
|
|
32684
32684
|
});
|
|
32685
32685
|
}
|
|
32686
32686
|
}
|
|
32687
|
-
if (column.pattern) {
|
|
32687
|
+
if (column.pattern && column.controlType == "TextInput") {
|
|
32688
32688
|
rules.push({
|
|
32689
32689
|
type: this.getDataType(column),
|
|
32690
32690
|
pattern: column.pattern,
|
|
@@ -33090,16 +33090,15 @@ const _sfc_main$w = {
|
|
|
33090
33090
|
}
|
|
33091
33091
|
}
|
|
33092
33092
|
};
|
|
33093
|
-
const _hoisted_1$m =
|
|
33094
|
-
const _hoisted_2$k = {
|
|
33095
|
-
const _hoisted_3$h = {
|
|
33096
|
-
const _hoisted_4$a = {
|
|
33097
|
-
const _hoisted_5$9 =
|
|
33098
|
-
const _hoisted_6$6 = ["
|
|
33099
|
-
const _hoisted_7$6 = ["
|
|
33100
|
-
const _hoisted_8$6 = ["
|
|
33101
|
-
const _hoisted_9$5 = ["
|
|
33102
|
-
const _hoisted_10$4 = ["href"];
|
|
33093
|
+
const _hoisted_1$m = { key: 2 };
|
|
33094
|
+
const _hoisted_2$k = { class: "title" };
|
|
33095
|
+
const _hoisted_3$h = { key: 3 };
|
|
33096
|
+
const _hoisted_4$a = { class: "title" };
|
|
33097
|
+
const _hoisted_5$9 = ["title"];
|
|
33098
|
+
const _hoisted_6$6 = ["innerHTML"];
|
|
33099
|
+
const _hoisted_7$6 = ["href", "target"];
|
|
33100
|
+
const _hoisted_8$6 = ["innerHTML"];
|
|
33101
|
+
const _hoisted_9$5 = ["href"];
|
|
33103
33102
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33104
33103
|
const _component_Divider = resolveComponent("Divider");
|
|
33105
33104
|
const _component_view_table = resolveComponent("view-table");
|
|
@@ -33162,11 +33161,10 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33162
33161
|
}, [
|
|
33163
33162
|
createElementVNode("div", {
|
|
33164
33163
|
class: "form-title",
|
|
33165
|
-
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" })
|
|
33166
|
-
|
|
33167
|
-
}, null, 12, _hoisted_1$m)
|
|
33164
|
+
style: normalizeStyle$1({ width: column.controlWidth == null ? null : column.controlWidth + "px" })
|
|
33165
|
+
}, toDisplayString$1(column.name) + " " + toDisplayString$1(_ctx.showData($data.data, column)), 5)
|
|
33168
33166
|
])) : createCommentVNode("", true),
|
|
33169
|
-
column.controlType === "Table" ? (openBlock(), createElementBlock("div",
|
|
33167
|
+
column.controlType === "Table" ? (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
33170
33168
|
createVNode$1(_component_Divider, {
|
|
33171
33169
|
plain: true,
|
|
33172
33170
|
dashed: "",
|
|
@@ -33174,7 +33172,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33174
33172
|
size: "small"
|
|
33175
33173
|
}, {
|
|
33176
33174
|
default: withCtx(() => [
|
|
33177
|
-
createElementVNode("span",
|
|
33175
|
+
createElementVNode("span", _hoisted_2$k, toDisplayString$1($options.getNameI18n(column)), 1)
|
|
33178
33176
|
]),
|
|
33179
33177
|
_: 2
|
|
33180
33178
|
}, 1024),
|
|
@@ -33211,7 +33209,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33211
33209
|
_: 2
|
|
33212
33210
|
}, 1032, ["view-code", "readonly", "parent-data", "onOnChange"])
|
|
33213
33211
|
])) : createCommentVNode("", true),
|
|
33214
|
-
column.controlType === "List" ? (openBlock(), createElementBlock("div",
|
|
33212
|
+
column.controlType === "List" ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
|
|
33215
33213
|
createVNode$1(_component_Divider, {
|
|
33216
33214
|
plain: true,
|
|
33217
33215
|
dashed: "",
|
|
@@ -33219,7 +33217,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33219
33217
|
size: "small"
|
|
33220
33218
|
}, {
|
|
33221
33219
|
default: withCtx(() => [
|
|
33222
|
-
createElementVNode("span",
|
|
33220
|
+
createElementVNode("span", _hoisted_4$a, toDisplayString$1($options.getNameI18n(column)), 1)
|
|
33223
33221
|
]),
|
|
33224
33222
|
_: 2
|
|
33225
33223
|
}, 1024),
|
|
@@ -33254,8 +33252,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33254
33252
|
createElementVNode("div", {
|
|
33255
33253
|
class: normalizeClass({ error: $data.compareData != null && _ctx.parseData($data.data, column.code) != _ctx.parseData($data.compareData, column.code) }),
|
|
33256
33254
|
innerHTML: _ctx.showData($data.data, column)
|
|
33257
|
-
}, null, 10,
|
|
33258
|
-
], 8,
|
|
33255
|
+
}, null, 10, _hoisted_6$6)
|
|
33256
|
+
], 8, _hoisted_5$9)) : createCommentVNode("", true),
|
|
33259
33257
|
column.controlType === "Hyperlink" ? (openBlock(), createElementBlock("a", {
|
|
33260
33258
|
key: 2,
|
|
33261
33259
|
href: _ctx.getHyperlink($data.data, column.hyperlink),
|
|
@@ -33263,8 +33261,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33263
33261
|
}, [
|
|
33264
33262
|
createElementVNode("span", {
|
|
33265
33263
|
innerHTML: _ctx.showData($data.data, column)
|
|
33266
|
-
}, null, 8,
|
|
33267
|
-
], 8,
|
|
33264
|
+
}, null, 8, _hoisted_8$6)
|
|
33265
|
+
], 8, _hoisted_7$6)) : column.controlType === "TextInput" ? (openBlock(), createBlock(_component_Input, {
|
|
33268
33266
|
key: 3,
|
|
33269
33267
|
type: "text",
|
|
33270
33268
|
"model-value": _ctx.parseData($data.data, column.code),
|
|
@@ -33579,7 +33577,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33579
33577
|
createVNode$1(_component_Icon, { type: "ios-document" }),
|
|
33580
33578
|
createTextVNode(" " + toDisplayString$1(attachment.name), 1)
|
|
33581
33579
|
])
|
|
33582
|
-
], 8,
|
|
33580
|
+
], 8, _hoisted_9$5);
|
|
33583
33581
|
}), 128)) : createCommentVNode("", true)
|
|
33584
33582
|
], 64)) : column.controlType === "Image" ? (openBlock(), createBlock(_component_upload_image, {
|
|
33585
33583
|
key: 23,
|