mooho-base-admin-plus 0.4.80 → 0.4.82
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/index.html +38 -0
- package/package/mooho-base-admin-plus.min.esm.js +30 -38
- package/package/mooho-base-admin-plus.min.js +5 -5
- package/package.json +1 -1
- package/src/App.vue +4 -6
- package/src/index.js +5 -0
package/index.html
CHANGED
|
@@ -11,6 +11,44 @@
|
|
|
11
11
|
<noscript>
|
|
12
12
|
<strong>请开启 JavaScript 功能。</strong>
|
|
13
13
|
</noscript>
|
|
14
|
+
<!-- <div id="preloader" class="page-loader-wrapper">
|
|
15
|
+
<div class="loader">
|
|
16
|
+
<img class="zmdi-hc-spin" src="static/images/logo.svg" width="64" height="64" />
|
|
17
|
+
</div>
|
|
18
|
+
<style>
|
|
19
|
+
/* 遮罩层 */
|
|
20
|
+
.page-loader-wrapper {
|
|
21
|
+
z-index: 99999999;
|
|
22
|
+
position: fixed;
|
|
23
|
+
top: 0;
|
|
24
|
+
left: 0;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
right: 0;
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
overflow: hidden;
|
|
30
|
+
text-align: center;
|
|
31
|
+
opacity: 0.5;
|
|
32
|
+
background: #000;
|
|
33
|
+
/* display: none; */
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.page-loader-wrapper .loader {
|
|
37
|
+
position: relative;
|
|
38
|
+
top: 40%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.zmdi-hc-spin {
|
|
42
|
+
-webkit-animation: zmdi-spin 1.5s infinite linear;
|
|
43
|
+
animation: zmdi-spin 1.5s infinite linear;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.zmdi-hc-spin-reverse {
|
|
47
|
+
-webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
|
|
48
|
+
animation: zmdi-spin-reverse 1.5s infinite linear;
|
|
49
|
+
}
|
|
50
|
+
</style>
|
|
51
|
+
</div> -->
|
|
14
52
|
<div id="app"></div>
|
|
15
53
|
<script type="module" src="/test/main.js"></script>
|
|
16
54
|
</body>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import require$$0$1, { watch, reactive, shallowRef, unref, computed, nextTick, defineComponent, inject, h, provide, ref, getCurrentInstance, watchEffect, openBlock, createElementBlock, createElementVNode, normalizeStyle as normalizeStyle$1, toDisplayString as toDisplayString$1, withDirectives, vModelText, createCommentVNode, pushScopeId, popScopeId, resolveComponent, resolveDirective, createVNode as createVNode$1, withCtx, Fragment, renderList, createBlock, createTextVNode, renderSlot, mergeProps, markRaw, resolveDynamicComponent, withModifiers, normalizeProps, guardReactiveProps, vShow,
|
|
1
|
+
import require$$0$1, { watch, reactive, shallowRef, unref, computed, nextTick, defineComponent, inject, h, provide, ref, getCurrentInstance, watchEffect, openBlock, createElementBlock, createElementVNode, normalizeStyle as normalizeStyle$1, toDisplayString as toDisplayString$1, withDirectives, vModelText, createCommentVNode, pushScopeId, popScopeId, resolveComponent, resolveDirective, createVNode as createVNode$1, withCtx, Fragment, renderList, createBlock, createTextVNode, renderSlot, mergeProps, markRaw, resolveDynamicComponent, withModifiers, normalizeProps, guardReactiveProps, vShow, normalizeClass, Transition, KeepAlive } from "vue";
|
|
2
2
|
import ViewUIPlus from "view-ui-plus";
|
|
3
3
|
function getDevtoolsGlobalHook() {
|
|
4
4
|
return getTarget$1().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -21124,7 +21124,7 @@ const _hoisted_1$1b = { class: "signIn" };
|
|
|
21124
21124
|
const _hoisted_2$H = { class: "box cf" };
|
|
21125
21125
|
const _hoisted_3$C = { class: "right" };
|
|
21126
21126
|
const _hoisted_4$q = { class: "logo cf" };
|
|
21127
|
-
const _hoisted_5$
|
|
21127
|
+
const _hoisted_5$j = ["src"];
|
|
21128
21128
|
const _hoisted_6$f = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("small", null, null, -1));
|
|
21129
21129
|
const _hoisted_7$d = ["placeholder"];
|
|
21130
21130
|
const _hoisted_8$b = ["placeholder"];
|
|
@@ -21143,7 +21143,7 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21143
21143
|
createElementVNode("div", _hoisted_4$q, [
|
|
21144
21144
|
createElementVNode("img", {
|
|
21145
21145
|
src: _ctx.rootPath + "images/login/logo.png"
|
|
21146
|
-
}, null, 8, _hoisted_5$
|
|
21146
|
+
}, null, 8, _hoisted_5$j),
|
|
21147
21147
|
createElementVNode("h2", null, toDisplayString$1(_ctx.layout.showI18n ? _ctx.$t("Front_Label_Setting_Info_Title") : _ctx.sysInfo.title), 1),
|
|
21148
21148
|
_hoisted_6$f
|
|
21149
21149
|
]),
|
|
@@ -21435,7 +21435,7 @@ const _hoisted_1$19 = { class: "ivu-pl-8" };
|
|
|
21435
21435
|
const _hoisted_2$F = ["onClick"];
|
|
21436
21436
|
const _hoisted_3$A = { class: "title" };
|
|
21437
21437
|
const _hoisted_4$p = /* @__PURE__ */ createElementVNode("span", { class: "description" }, null, -1);
|
|
21438
|
-
const _hoisted_5$
|
|
21438
|
+
const _hoisted_5$i = { style: { "margin": "16px", "max-height": "500px" } };
|
|
21439
21439
|
const _hoisted_6$e = ["innerHTML"];
|
|
21440
21440
|
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21441
21441
|
const _component_Avatar = resolveComponent("Avatar");
|
|
@@ -21514,7 +21514,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21514
21514
|
])
|
|
21515
21515
|
]),
|
|
21516
21516
|
default: withCtx(() => [
|
|
21517
|
-
createElementVNode("div", _hoisted_5$
|
|
21517
|
+
createElementVNode("div", _hoisted_5$i, [
|
|
21518
21518
|
createElementVNode("div", {
|
|
21519
21519
|
innerHTML: $data.data.content
|
|
21520
21520
|
}, null, 8, _hoisted_6$e)
|
|
@@ -21552,7 +21552,7 @@ const _hoisted_1$18 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createE
|
|
|
21552
21552
|
const _hoisted_2$E = { class: "stat" };
|
|
21553
21553
|
const _hoisted_3$z = { class: "icon" };
|
|
21554
21554
|
const _hoisted_4$o = { class: "content" };
|
|
21555
|
-
const _hoisted_5$
|
|
21555
|
+
const _hoisted_5$h = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value1" }, "\u5F85\u5206\u6D3E", -1));
|
|
21556
21556
|
const _hoisted_6$d = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "value2" }, "\u5DF2\u5206\u6D3E", -1));
|
|
21557
21557
|
const _hoisted_7$c = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, [
|
|
21558
21558
|
/* @__PURE__ */ createElementVNode("span", null, "\u539F\u59CB\u8BB0\u5F55")
|
|
@@ -21631,7 +21631,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21631
21631
|
}, null, 512), [
|
|
21632
21632
|
[_directive_font, 30]
|
|
21633
21633
|
]),
|
|
21634
|
-
_hoisted_5$
|
|
21634
|
+
_hoisted_5$h
|
|
21635
21635
|
]),
|
|
21636
21636
|
createElementVNode("div", null, [
|
|
21637
21637
|
withDirectives(createVNode$1(_component_Numeral, {
|
|
@@ -22294,7 +22294,7 @@ const _hoisted_1$17 = { class: "title" };
|
|
|
22294
22294
|
const _hoisted_2$D = { class: "description" };
|
|
22295
22295
|
const _hoisted_3$y = { class: "ivu-ml-8 ivu-mr-8" };
|
|
22296
22296
|
const _hoisted_4$n = { class: "title" };
|
|
22297
|
-
const _hoisted_5$
|
|
22297
|
+
const _hoisted_5$g = { class: "description" };
|
|
22298
22298
|
const _hoisted_6$c = { class: "ivu-ml-8 ivu-mr-8" };
|
|
22299
22299
|
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22300
22300
|
const _component_view_form = resolveComponent("view-form");
|
|
@@ -22455,7 +22455,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22455
22455
|
header: withCtx(() => [
|
|
22456
22456
|
createElementVNode("div", null, [
|
|
22457
22457
|
createElementVNode("span", _hoisted_4$n, toDisplayString$1(_ctx.$t("Front_Label_Leave_Message")), 1),
|
|
22458
|
-
createElementVNode("span", _hoisted_5$
|
|
22458
|
+
createElementVNode("span", _hoisted_5$g, toDisplayString$1(_ctx.$t("Front_Label_Leave_Message_Desc")), 1)
|
|
22459
22459
|
])
|
|
22460
22460
|
]),
|
|
22461
22461
|
footer: withCtx(() => [
|
|
@@ -25653,7 +25653,7 @@ const _hoisted_4$k = /* @__PURE__ */ createElementVNode("symbol", {
|
|
|
25653
25653
|
}, [
|
|
25654
25654
|
/* @__PURE__ */ createElementVNode("path", { d: "M908 799.542857a427.428571 427.428571 0 0 0-92.114286-136.571428 429.291429 429.291429 0 0 0-136.571428-92.114286c-0.457143-0.228571-0.914286-0.342857-1.371429-0.571429C749.142857 518.857143 795.428571 435.085714 795.428571 340.571429c0-156.571429-126.857143-283.428571-283.428571-283.428572S228.571429 184 228.571429 340.571429c0 94.514286 46.285714 178.285714 117.485714 229.828571-0.457143 0.228571-0.914286 0.342857-1.371429 0.571429-51.2 21.6-97.142857 52.571429-136.571428 92.114285a429.291429 429.291429 0 0 0-92.114286 136.571429A424.8 424.8 0 0 0 82.285714 957.485714a9.142857 9.142857 0 0 0 9.142857 9.371429h68.571429c5.028571 0 9.028571-4 9.142857-8.914286 2.285714-88.228571 37.714286-170.857143 100.342857-233.485714 64.8-64.8 150.857143-100.457143 242.514286-100.457143s177.714286 35.657143 242.514286 100.457143C817.142857 787.085714 852.571429 869.714286 854.857143 957.942857c0.114286 5.028571 4.114286 8.914286 9.142857 8.914286h68.571429a9.142857 9.142857 0 0 0 9.142857-9.371429c-1.142857-54.628571-12.457143-107.771429-33.714286-157.942857zM512 537.142857c-52.457143 0-101.828571-20.457143-138.971429-57.6S315.428571 393.028571 315.428571 340.571429c0-52.457143 20.457143-101.828571 57.6-138.971429S459.542857 144 512 144s101.828571 20.457143 138.971429 57.6S708.571429 288.114286 708.571429 340.571429c0 52.457143-20.457143 101.828571-57.6 138.971428S564.457143 537.142857 512 537.142857z" })
|
|
25655
25655
|
], -1);
|
|
25656
|
-
const _hoisted_5$
|
|
25656
|
+
const _hoisted_5$f = /* @__PURE__ */ createElementVNode("symbol", {
|
|
25657
25657
|
id: "iconApi",
|
|
25658
25658
|
viewBox: "0 0 1024 1024"
|
|
25659
25659
|
}, [
|
|
@@ -25795,7 +25795,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25795
25795
|
}, [
|
|
25796
25796
|
createElementVNode("defs", null, [
|
|
25797
25797
|
_hoisted_4$k,
|
|
25798
|
-
_hoisted_5$
|
|
25798
|
+
_hoisted_5$f,
|
|
25799
25799
|
_hoisted_6$b,
|
|
25800
25800
|
_hoisted_7$b,
|
|
25801
25801
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.data.outcomes, (item, index2) => {
|
|
@@ -26781,7 +26781,7 @@ const _hoisted_1$J = { class: "title" };
|
|
|
26781
26781
|
const _hoisted_2$w = { class: "description" };
|
|
26782
26782
|
const _hoisted_3$s = { class: "ivu-ml-8 ivu-mr-8" };
|
|
26783
26783
|
const _hoisted_4$j = /* @__PURE__ */ createTextVNode("\u5355\u884C\u6587\u672C\u6846");
|
|
26784
|
-
const _hoisted_5$
|
|
26784
|
+
const _hoisted_5$e = /* @__PURE__ */ createTextVNode("\u6570\u5B57\u8F93\u5165\u6846");
|
|
26785
26785
|
const _hoisted_6$a = /* @__PURE__ */ createTextVNode("\u52FE\u9009");
|
|
26786
26786
|
const _hoisted_7$a = /* @__PURE__ */ createTextVNode("\u9009\u62E9\u6846");
|
|
26787
26787
|
const _hoisted_8$8 = /* @__PURE__ */ createTextVNode("\u591A\u9009\u9009\u62E9\u6846");
|
|
@@ -26962,7 +26962,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26962
26962
|
value: "NumberInput"
|
|
26963
26963
|
}, {
|
|
26964
26964
|
default: withCtx(() => [
|
|
26965
|
-
_hoisted_5$
|
|
26965
|
+
_hoisted_5$e
|
|
26966
26966
|
]),
|
|
26967
26967
|
_: 1
|
|
26968
26968
|
}),
|
|
@@ -28699,7 +28699,7 @@ const _hoisted_1$D = /* @__PURE__ */ createElementVNode("div", null, [
|
|
|
28699
28699
|
const _hoisted_2$s = { class: "ivu-ml-8 ivu-mr-8" };
|
|
28700
28700
|
const _hoisted_3$p = /* @__PURE__ */ createElementVNode("span", { class: "title" }, "\u53C2\u6570", -1);
|
|
28701
28701
|
const _hoisted_4$h = /* @__PURE__ */ createElementVNode("span", { class: "description" }, "Param", -1);
|
|
28702
|
-
const _hoisted_5$
|
|
28702
|
+
const _hoisted_5$d = { class: "i-table-no-border" };
|
|
28703
28703
|
const _hoisted_6$9 = /* @__PURE__ */ createElementVNode("div", null, [
|
|
28704
28704
|
/* @__PURE__ */ createElementVNode("span", { class: "title" }, "\u53C2\u6570\u8BBE\u7F6E"),
|
|
28705
28705
|
/* @__PURE__ */ createElementVNode("span", { class: "description" }, "Param Setting")
|
|
@@ -29308,7 +29308,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29308
29308
|
])
|
|
29309
29309
|
]),
|
|
29310
29310
|
default: withCtx(() => [
|
|
29311
|
-
createElementVNode("div", _hoisted_5$
|
|
29311
|
+
createElementVNode("div", _hoisted_5$d, [
|
|
29312
29312
|
createVNode$1(_component_Table, {
|
|
29313
29313
|
columns: $data.parpamColumns,
|
|
29314
29314
|
data: $data.params,
|
|
@@ -30439,7 +30439,7 @@ const _hoisted_1$z = { class: "i-layout-page-header" };
|
|
|
30439
30439
|
const _hoisted_2$q = { key: 0 };
|
|
30440
30440
|
const _hoisted_3$n = { key: 1 };
|
|
30441
30441
|
const _hoisted_4$f = { key: 2 };
|
|
30442
|
-
const _hoisted_5$
|
|
30442
|
+
const _hoisted_5$c = { key: 3 };
|
|
30443
30443
|
const _hoisted_6$8 = { key: 4 };
|
|
30444
30444
|
const _hoisted_7$8 = { key: 5 };
|
|
30445
30445
|
const _hoisted_8$7 = { key: 6 };
|
|
@@ -30587,7 +30587,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30587
30587
|
_: 2
|
|
30588
30588
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onClick"])
|
|
30589
30589
|
])) : createCommentVNode("v-if", true),
|
|
30590
|
-
code == "batchSelectDataCode" ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
30590
|
+
code == "batchSelectDataCode" ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
|
|
30591
30591
|
createVNode$1(_component_Input, {
|
|
30592
30592
|
type: "text",
|
|
30593
30593
|
readonly: true,
|
|
@@ -31392,7 +31392,7 @@ const _hoisted_1$w = { class: "i-layout-page-header" };
|
|
|
31392
31392
|
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("span", null, null, -1);
|
|
31393
31393
|
const _hoisted_3$m = /* @__PURE__ */ createElementVNode("span", null, null, -1);
|
|
31394
31394
|
const _hoisted_4$e = /* @__PURE__ */ createTextVNode(" \u53D1\u8868\u610F\u89C1 ");
|
|
31395
|
-
const _hoisted_5$
|
|
31395
|
+
const _hoisted_5$b = { class: "title" };
|
|
31396
31396
|
const _hoisted_6$7 = { class: "description" };
|
|
31397
31397
|
const _hoisted_7$7 = { class: "ivu-ml-8 ivu-mr-8" };
|
|
31398
31398
|
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -31545,7 +31545,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31545
31545
|
}, {
|
|
31546
31546
|
header: withCtx(() => [
|
|
31547
31547
|
createElementVNode("div", null, [
|
|
31548
|
-
createElementVNode("span", _hoisted_5$
|
|
31548
|
+
createElementVNode("span", _hoisted_5$b, toDisplayString$1(_ctx.$t("Front_Label_Leave_Message")), 1),
|
|
31549
31549
|
createElementVNode("span", _hoisted_6$7, toDisplayString$1(_ctx.$t("Front_Label_Leave_Message_Desc")), 1)
|
|
31550
31550
|
])
|
|
31551
31551
|
]),
|
|
@@ -32514,29 +32514,21 @@ const _hoisted_2$n = {
|
|
|
32514
32514
|
class: "page-loader-wrapper"
|
|
32515
32515
|
};
|
|
32516
32516
|
const _hoisted_3$l = { class: "loader" };
|
|
32517
|
-
const _hoisted_4$d =
|
|
32518
|
-
const _hoisted_5$b = ["src"];
|
|
32517
|
+
const _hoisted_4$d = ["src"];
|
|
32519
32518
|
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32520
32519
|
const _component_router_view = resolveComponent("router-view");
|
|
32521
32520
|
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
32522
32521
|
createVNode$1(_component_router_view),
|
|
32523
|
-
|
|
32524
|
-
|
|
32525
|
-
|
|
32526
|
-
|
|
32527
|
-
|
|
32528
|
-
|
|
32529
|
-
|
|
32530
|
-
|
|
32531
|
-
|
|
32532
|
-
|
|
32533
|
-
}, null, 8, _hoisted_5$b)
|
|
32534
|
-
])
|
|
32535
|
-
])
|
|
32536
|
-
])) : createCommentVNode("v-if", true)
|
|
32537
|
-
]),
|
|
32538
|
-
_: 1
|
|
32539
|
-
})
|
|
32522
|
+
_ctx.isLoading && _ctx.enabled ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
|
|
32523
|
+
createElementVNode("div", _hoisted_3$l, [
|
|
32524
|
+
createElementVNode("img", {
|
|
32525
|
+
class: "zmdi-hc-spin",
|
|
32526
|
+
src: $options.rootPath + "images/logo.svg",
|
|
32527
|
+
width: "64",
|
|
32528
|
+
height: "64"
|
|
32529
|
+
}, null, 8, _hoisted_4$d)
|
|
32530
|
+
])
|
|
32531
|
+
])) : createCommentVNode("v-if", true)
|
|
32540
32532
|
]);
|
|
32541
32533
|
}
|
|
32542
32534
|
var App = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__file", "D:/Project/Mooho/FrontEnd/mooho-base-admin-plus/src/App.vue"]]);
|