@bdsoft/element 1.1.26 → 1.1.27
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/BdElement.js +22921 -0
- package/dist/cjs/_virtual/_plugin-vue_export-helper.cjs +9 -0
- package/dist/cjs/global/index.cjs +14 -0
- package/dist/cjs/index.cjs +18276 -0
- package/dist/cjs/node_modules/.pnpm/splitpanes@4.0.4_vue@3.5.25_typescript@5.4.5_/node_modules/splitpanes/dist/splitpanes.css.cjs +1 -0
- package/dist/cjs/src/assets/css/element.scss.cjs +1 -0
- package/dist/cjs/src/assets/css/layout.scss.cjs +1 -0
- package/dist/cjs/src/assets/css/tailwind.scss.cjs +1 -0
- package/dist/cjs/src/assets/images/ff.png.cjs +3 -0
- package/dist/cjs/src/assets/images/menu/add.png.cjs +3 -0
- package/dist/cjs/src/assets/images/menu/del.png.cjs +3 -0
- package/dist/cjs/src/assets/images/menu/edit.png.cjs +3 -0
- package/dist/cjs/src/components/3dcloudwords/index.cjs +344 -0
- package/dist/cjs/src/components/3dcloudwords/index.vue.cjs +125 -0
- package/dist/cjs/src/components/badge/index.vue.cjs +96 -0
- package/dist/cjs/src/components/badge/index.vue2.cjs +1 -0
- package/dist/cjs/src/components/basic/Finish.vue.cjs +55 -0
- package/dist/cjs/src/components/basic/Finish.vue2.cjs +1 -0
- package/dist/cjs/src/components/button/index.vue.cjs +44 -0
- package/dist/cjs/src/components/carousel/index.vue.cjs +97 -0
- package/dist/cjs/src/components/carousel/index.vue2.cjs +1 -0
- package/dist/cjs/src/components/chartconfig/index.vue.cjs +327 -0
- package/dist/cjs/src/components/contextMenu/index.vue.cjs +152 -0
- package/dist/cjs/src/components/contextMenu/index.vue2.cjs +1 -0
- package/dist/cjs/src/components/countup/countUp.cjs +165 -0
- package/dist/cjs/src/components/countup/index.vue.cjs +116 -0
- package/dist/cjs/src/components/empty/assets/build.png.cjs +3 -0
- package/dist/cjs/src/components/empty/assets/emptybg.gif.cjs +3 -0
- package/dist/cjs/src/components/empty/assets/emptybg.png.cjs +3 -0
- package/dist/cjs/src/components/empty/assets/emptybg2.jpg.cjs +3 -0
- package/dist/cjs/src/components/empty/assets/emptybg3.jpg.cjs +3 -0
- package/dist/cjs/src/components/empty/assets/wuxiao.png.cjs +3 -0
- package/dist/cjs/src/components/empty/assets/wuxiao.webp.cjs +3 -0
- package/dist/cjs/src/components/empty/building.vue.cjs +95 -0
- package/dist/cjs/src/components/empty/building.vue2.cjs +1 -0
- package/dist/cjs/src/components/empty/empty.vue.cjs +108 -0
- package/dist/cjs/src/components/empty/empty.vue2.cjs +1 -0
- package/dist/cjs/src/components/empty/invalid.vue.cjs +20 -0
- package/dist/cjs/src/components/empty/invalid.vue2.cjs +1 -0
- package/dist/cjs/src/components/error/Error.vue.cjs +47 -0
- package/dist/cjs/src/components/error/Error.vue2.cjs +1 -0
- package/dist/cjs/src/components/form/Form.vue.cjs +92 -0
- package/dist/cjs/src/components/form/FormItem.vue.cjs +107 -0
- package/dist/cjs/src/components/form/FormItem.vue2.cjs +3 -0
- package/dist/cjs/src/components/layout/bar.vue.cjs +45 -0
- package/dist/cjs/src/components/layout/bar.vue2.cjs +1 -0
- package/dist/cjs/src/components/layout/layout1.vue.cjs +79 -0
- package/dist/cjs/src/components/layout/layout2.vue.cjs +174 -0
- package/dist/cjs/src/components/layout/layout2.vue2.cjs +1 -0
- package/dist/cjs/src/components/layout/layout3.vue.cjs +111 -0
- package/dist/cjs/src/components/layout/layout3.vue2.cjs +1 -0
- package/dist/cjs/src/components/layout/layout4.vue.cjs +70 -0
- package/dist/cjs/src/components/layout/layout4.vue2.cjs +1 -0
- package/dist/cjs/src/components/layout/nav.vue.cjs +222 -0
- package/dist/cjs/src/components/layout/nav.vue2.cjs +1 -0
- package/dist/cjs/src/components/layout/nav.vue3.cjs +1 -0
- package/dist/cjs/src/components/loading/index.vue.cjs +26 -0
- package/dist/cjs/src/components/loading/index.vue2.cjs +1 -0
- package/dist/cjs/src/components/notice/NoticeList.vue.cjs +202 -0
- package/dist/cjs/src/components/notice/NoticeList.vue2.cjs +1 -0
- package/dist/cjs/src/components/notice/NoticeListPaging.vue.cjs +343 -0
- package/dist/cjs/src/components/notice/NoticeListPaging.vue2.cjs +1 -0
- package/dist/cjs/src/components/notice/NoticeView.vue.cjs +134 -0
- package/dist/cjs/src/components/notice/NoticeView.vue2.cjs +1 -0
- package/dist/cjs/src/components/pagination/index.vue.cjs +97 -0
- package/dist/cjs/src/components/pagination/index.vue2.cjs +1 -0
- package/dist/cjs/src/components/pagination/scroll-to.cjs +40 -0
- package/dist/cjs/src/components/progress/bar.vue.cjs +64 -0
- package/dist/cjs/src/components/progress/bar.vue2.cjs +1 -0
- package/dist/cjs/src/components/progress/progress.vue.cjs +51 -0
- package/dist/cjs/src/components/progress/progress.vue2.cjs +1 -0
- package/dist/cjs/src/components/statisticalCount/index.vue.cjs +88 -0
- package/dist/cjs/src/components/statisticalCount/index.vue2.cjs +1 -0
- package/dist/cjs/src/components/username/index.vue.cjs +59 -0
- package/dist/cjs/src/components/username/index.vue2.cjs +1 -0
- package/dist/cjs/src/index.cjs +68 -0
- package/dist/cjs/src/utils/coms/load.cjs +23 -0
- package/dist/cjs/src/utils/func.cjs +48 -0
- package/dist/cjs/src/utils/hookDialog.cjs +27 -0
- package/dist/cjs/src/utils/hookPage.cjs +42 -0
- package/dist/cjs/src/utils/message.cjs +164 -0
- package/dist/cjs/src/xm_components/HeadSearch/hook/hookSearch.cjs +64 -0
- package/dist/cjs/src/xm_components/HeadSearch/index.vue.cjs +139 -0
- package/dist/cjs/src/xm_components/HeadSearch/index.vue2.cjs +1 -0
- package/dist/cjs/src/xm_components/Milestone/index.vue.cjs +88 -0
- package/dist/cjs/src/xm_components/Milestone/index.vue2.cjs +1 -0
- package/dist/cjs/src/xm_components/MultiStatisticalCard/index.vue.cjs +88 -0
- package/dist/cjs/src/xm_components/MultiStatisticalCard/index.vue2.cjs +1 -0
- package/dist/cjs/src/xm_components/StatisticalCard/index.vue.cjs +163 -0
- package/dist/cjs/src/xm_components/StatisticalCard/index.vue2.cjs +1 -0
- package/dist/es/_virtual/_plugin-vue_export-helper.js +10 -0
- package/dist/es/global/index.js +14 -0
- package/dist/es/index.js +18247 -0
- package/dist/es/node_modules/.pnpm/splitpanes@4.0.4_vue@3.5.25_typescript@5.4.5_/node_modules/splitpanes/dist/splitpanes.css.js +1 -0
- package/dist/es/src/assets/css/element.scss.js +1 -0
- package/dist/es/src/assets/css/layout.scss.js +1 -0
- package/dist/es/src/assets/css/tailwind.scss.js +1 -0
- package/dist/es/src/assets/images/ff.png.js +4 -0
- package/dist/es/src/assets/images/menu/add.png.js +4 -0
- package/dist/es/src/assets/images/menu/del.png.js +4 -0
- package/dist/es/src/assets/images/menu/edit.png.js +4 -0
- package/dist/es/src/components/3dcloudwords/index.js +345 -0
- package/dist/es/src/components/3dcloudwords/index.vue.js +126 -0
- package/dist/es/src/components/badge/index.vue.js +97 -0
- package/dist/es/src/components/badge/index.vue2.js +1 -0
- package/dist/es/src/components/basic/Finish.vue.js +56 -0
- package/dist/es/src/components/basic/Finish.vue2.js +1 -0
- package/dist/es/src/components/button/index.vue.js +45 -0
- package/dist/es/src/components/carousel/index.vue.js +98 -0
- package/dist/es/src/components/carousel/index.vue2.js +1 -0
- package/dist/es/src/components/chartconfig/index.vue.js +328 -0
- package/dist/es/src/components/contextMenu/index.vue.js +153 -0
- package/dist/es/src/components/contextMenu/index.vue2.js +1 -0
- package/dist/es/src/components/countup/countUp.js +165 -0
- package/dist/es/src/components/countup/index.vue.js +117 -0
- package/dist/es/src/components/empty/assets/build.png.js +4 -0
- package/dist/es/src/components/empty/assets/emptybg.gif.js +4 -0
- package/dist/es/src/components/empty/assets/emptybg.png.js +4 -0
- package/dist/es/src/components/empty/assets/emptybg2.jpg.js +4 -0
- package/dist/es/src/components/empty/assets/emptybg3.jpg.js +4 -0
- package/dist/es/src/components/empty/assets/wuxiao.png.js +4 -0
- package/dist/es/src/components/empty/assets/wuxiao.webp.js +4 -0
- package/dist/es/src/components/empty/building.vue.js +95 -0
- package/dist/es/src/components/empty/building.vue2.js +1 -0
- package/dist/es/src/components/empty/empty.vue.js +108 -0
- package/dist/es/src/components/empty/empty.vue2.js +1 -0
- package/dist/es/src/components/empty/invalid.vue.js +21 -0
- package/dist/es/src/components/empty/invalid.vue2.js +1 -0
- package/dist/es/src/components/error/Error.vue.js +48 -0
- package/dist/es/src/components/error/Error.vue2.js +1 -0
- package/dist/es/src/components/form/Form.vue.js +93 -0
- package/dist/es/src/components/form/FormItem.vue.js +108 -0
- package/dist/es/src/components/form/FormItem.vue2.js +4 -0
- package/dist/es/src/components/layout/bar.vue.js +46 -0
- package/dist/es/src/components/layout/bar.vue2.js +1 -0
- package/dist/es/src/components/layout/layout1.vue.js +80 -0
- package/dist/es/src/components/layout/layout2.vue.js +175 -0
- package/dist/es/src/components/layout/layout2.vue2.js +1 -0
- package/dist/es/src/components/layout/layout3.vue.js +112 -0
- package/dist/es/src/components/layout/layout3.vue2.js +1 -0
- package/dist/es/src/components/layout/layout4.vue.js +71 -0
- package/dist/es/src/components/layout/layout4.vue2.js +1 -0
- package/dist/es/src/components/layout/nav.vue.js +223 -0
- package/dist/es/src/components/layout/nav.vue2.js +1 -0
- package/dist/es/src/components/layout/nav.vue3.js +1 -0
- package/dist/es/src/components/loading/index.vue.js +27 -0
- package/dist/es/src/components/loading/index.vue2.js +1 -0
- package/dist/es/src/components/notice/NoticeList.vue.js +203 -0
- package/dist/es/src/components/notice/NoticeList.vue2.js +1 -0
- package/dist/es/src/components/notice/NoticeListPaging.vue.js +344 -0
- package/dist/es/src/components/notice/NoticeListPaging.vue2.js +1 -0
- package/dist/es/src/components/notice/NoticeView.vue.js +135 -0
- package/dist/es/src/components/notice/NoticeView.vue2.js +1 -0
- package/dist/es/src/components/pagination/index.vue.js +98 -0
- package/dist/es/src/components/pagination/index.vue2.js +1 -0
- package/dist/es/src/components/pagination/scroll-to.js +40 -0
- package/dist/es/src/components/progress/bar.vue.js +65 -0
- package/dist/es/src/components/progress/bar.vue2.js +1 -0
- package/dist/es/src/components/progress/progress.vue.js +52 -0
- package/dist/es/src/components/progress/progress.vue2.js +1 -0
- package/dist/es/src/components/statisticalCount/index.vue.js +89 -0
- package/dist/es/src/components/statisticalCount/index.vue2.js +1 -0
- package/dist/es/src/components/username/index.vue.js +60 -0
- package/dist/es/src/components/username/index.vue2.js +1 -0
- package/dist/es/src/index.js +68 -0
- package/dist/es/src/utils/coms/load.js +24 -0
- package/dist/es/src/utils/func.js +48 -0
- package/dist/es/src/utils/hookDialog.js +27 -0
- package/dist/es/src/utils/hookPage.js +42 -0
- package/dist/es/src/utils/message.js +153 -0
- package/dist/es/src/xm_components/HeadSearch/hook/hookSearch.js +65 -0
- package/dist/es/src/xm_components/HeadSearch/index.vue.js +140 -0
- package/dist/es/src/xm_components/HeadSearch/index.vue2.js +1 -0
- package/dist/es/src/xm_components/Milestone/index.vue.js +89 -0
- package/dist/es/src/xm_components/Milestone/index.vue2.js +1 -0
- package/dist/es/src/xm_components/MultiStatisticalCard/index.vue.js +89 -0
- package/dist/es/src/xm_components/MultiStatisticalCard/index.vue2.js +1 -0
- package/dist/es/src/xm_components/StatisticalCard/index.vue.js +164 -0
- package/dist/es/src/xm_components/StatisticalCard/index.vue2.js +1 -0
- package/package.json +26 -10
- package/index.html +0 -13
- package/vite.config.js +0 -51
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
key: 0,
|
|
5
|
+
class: "top"
|
|
6
|
+
};
|
|
7
|
+
const _hoisted_2 = { class: "topin" };
|
|
8
|
+
const _sfc_main = {
|
|
9
|
+
__name: "layout1",
|
|
10
|
+
props: {
|
|
11
|
+
title: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "左侧菜单栏"
|
|
14
|
+
},
|
|
15
|
+
// 左侧宽度
|
|
16
|
+
leftWidth: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: "200px"
|
|
19
|
+
},
|
|
20
|
+
// 左侧样式配置
|
|
21
|
+
leftStyles: {
|
|
22
|
+
type: Object,
|
|
23
|
+
default: () => {
|
|
24
|
+
return {
|
|
25
|
+
padding: "0px",
|
|
26
|
+
margin: "0px 10px 0px 0px"
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
// 右侧样式配置
|
|
31
|
+
rightStyles: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: () => {
|
|
34
|
+
return {
|
|
35
|
+
padding: "0px",
|
|
36
|
+
margin: "10px 10px 0px 0px"
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
setup(__props) {
|
|
42
|
+
const props = __props;
|
|
43
|
+
const showLeftTop = vue.computed(() => {
|
|
44
|
+
return props.title ? true : false;
|
|
45
|
+
});
|
|
46
|
+
return (_ctx, _cache) => {
|
|
47
|
+
const _component_el_aside = vue.resolveComponent("el-aside");
|
|
48
|
+
const _component_el_main = vue.resolveComponent("el-main");
|
|
49
|
+
const _component_el_container = vue.resolveComponent("el-container");
|
|
50
|
+
return vue.openBlock(), vue.createBlock(_component_el_container, { class: "containerBg" }, {
|
|
51
|
+
default: vue.withCtx(() => [
|
|
52
|
+
vue.createVNode(_component_el_aside, {
|
|
53
|
+
width: __props.leftWidth,
|
|
54
|
+
style: vue.normalizeStyle({ ...__props.leftStyles })
|
|
55
|
+
}, {
|
|
56
|
+
default: vue.withCtx(() => [
|
|
57
|
+
showLeftTop.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
58
|
+
vue.createElementVNode("div", _hoisted_2, vue.toDisplayString(__props.title), 1)
|
|
59
|
+
])) : vue.createCommentVNode("", true),
|
|
60
|
+
vue.renderSlot(_ctx.$slots, "left")
|
|
61
|
+
]),
|
|
62
|
+
_: 3
|
|
63
|
+
}, 8, ["width", "style"]),
|
|
64
|
+
vue.createVNode(_component_el_main, {
|
|
65
|
+
class: "containerRight",
|
|
66
|
+
style: vue.normalizeStyle({ ...__props.rightStyles })
|
|
67
|
+
}, {
|
|
68
|
+
default: vue.withCtx(() => [
|
|
69
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
70
|
+
]),
|
|
71
|
+
_: 3
|
|
72
|
+
}, 8, ["style"])
|
|
73
|
+
]),
|
|
74
|
+
_: 3
|
|
75
|
+
});
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const add = require("../../assets/images/menu/add.png.cjs");
|
|
4
|
+
const edit = require("../../assets/images/menu/edit.png.cjs");
|
|
5
|
+
const del = require("../../assets/images/menu/del.png.cjs");
|
|
6
|
+
const ElementPlusIconsVue = require("@element-plus/icons-vue");
|
|
7
|
+
require("./layout2.vue2.cjs");
|
|
8
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.cjs");
|
|
9
|
+
const _hoisted_1 = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "top"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_2 = { class: "topin" };
|
|
14
|
+
const _hoisted_3 = {
|
|
15
|
+
class: "headwarp-top",
|
|
16
|
+
style: { "border-radius": "4px" }
|
|
17
|
+
};
|
|
18
|
+
const _hoisted_4 = {
|
|
19
|
+
class: "headwarp-bottom",
|
|
20
|
+
style: { "padding-left": "0px" }
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_5 = {
|
|
23
|
+
class: "top_right",
|
|
24
|
+
style: { "width": "200px" }
|
|
25
|
+
};
|
|
26
|
+
const _sfc_main = {
|
|
27
|
+
__name: "layout2",
|
|
28
|
+
props: {
|
|
29
|
+
title: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: "左侧菜单栏"
|
|
32
|
+
},
|
|
33
|
+
leftWidth: {
|
|
34
|
+
type: String,
|
|
35
|
+
default: "200px"
|
|
36
|
+
},
|
|
37
|
+
leftStyles: {
|
|
38
|
+
type: Object,
|
|
39
|
+
default: () => {
|
|
40
|
+
return {
|
|
41
|
+
padding: "0px",
|
|
42
|
+
margin: "0px 10px 0px 0px"
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
// 右侧样式配置
|
|
47
|
+
rightStyles: {
|
|
48
|
+
type: Object,
|
|
49
|
+
default: () => {
|
|
50
|
+
return {
|
|
51
|
+
padding: "0px",
|
|
52
|
+
margin: "0px 0px 10px 0px"
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
emits: ["searchTable"],
|
|
58
|
+
setup(__props, { emit: __emit }) {
|
|
59
|
+
const emits = __emit;
|
|
60
|
+
const props = __props;
|
|
61
|
+
const searchValue = vue.ref("");
|
|
62
|
+
const showLeftTop = vue.computed(() => {
|
|
63
|
+
return props.title ? true : false;
|
|
64
|
+
});
|
|
65
|
+
const getTableData = () => {
|
|
66
|
+
emits("searchTable", searchValue.value);
|
|
67
|
+
};
|
|
68
|
+
return (_ctx, _cache) => {
|
|
69
|
+
const _component_el_aside = vue.resolveComponent("el-aside");
|
|
70
|
+
const _component_el_divider = vue.resolveComponent("el-divider");
|
|
71
|
+
const _component_el_input = vue.resolveComponent("el-input");
|
|
72
|
+
const _component_el_header = vue.resolveComponent("el-header");
|
|
73
|
+
const _component_el_main = vue.resolveComponent("el-main");
|
|
74
|
+
const _component_el_container = vue.resolveComponent("el-container");
|
|
75
|
+
return vue.openBlock(), vue.createBlock(_component_el_container, { class: "containerBg" }, {
|
|
76
|
+
default: vue.withCtx(() => [
|
|
77
|
+
vue.createVNode(_component_el_aside, {
|
|
78
|
+
width: __props.leftWidth,
|
|
79
|
+
style: vue.normalizeStyle({ ...__props.leftStyles })
|
|
80
|
+
}, {
|
|
81
|
+
default: vue.withCtx(() => [
|
|
82
|
+
showLeftTop.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
83
|
+
vue.createElementVNode("div", _hoisted_2, vue.toDisplayString(__props.title), 1)
|
|
84
|
+
])) : vue.createCommentVNode("", true),
|
|
85
|
+
vue.renderSlot(_ctx.$slots, "left", {}, void 0, true)
|
|
86
|
+
]),
|
|
87
|
+
_: 3
|
|
88
|
+
}, 8, ["width", "style"]),
|
|
89
|
+
vue.createVNode(_component_el_container, { style: { "background-color": "#fff", "margin": "10px 10px 10px 0", "height": "calc(100% - 20px)", "border-radius": "4px" } }, {
|
|
90
|
+
default: vue.withCtx(() => [
|
|
91
|
+
vue.createVNode(_component_el_header, {
|
|
92
|
+
height: "50px",
|
|
93
|
+
class: "headwarp",
|
|
94
|
+
style: { "border-bottom": "1px solid #e6e6e6", "border-radius": "4px 4px 0 0" }
|
|
95
|
+
}, {
|
|
96
|
+
default: vue.withCtx(() => [
|
|
97
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
98
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
99
|
+
vue.renderSlot(_ctx.$slots, "lefttop", {}, () => [
|
|
100
|
+
vue.createElementVNode("span", {
|
|
101
|
+
class: "warpmenu",
|
|
102
|
+
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.addTable && _ctx.addTable(...args)),
|
|
103
|
+
title: "添加"
|
|
104
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
105
|
+
vue.createElementVNode("img", {
|
|
106
|
+
class: "menuimg",
|
|
107
|
+
src: add
|
|
108
|
+
}, null, -1),
|
|
109
|
+
vue.createTextVNode(" 添加 ", -1)
|
|
110
|
+
])]),
|
|
111
|
+
vue.createElementVNode("span", {
|
|
112
|
+
class: "warpmenu",
|
|
113
|
+
onClick: _cache[1] || (_cache[1] = (...args) => _ctx.editTable && _ctx.editTable(...args)),
|
|
114
|
+
title: "编辑"
|
|
115
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
116
|
+
vue.createElementVNode("img", {
|
|
117
|
+
class: "menuimg",
|
|
118
|
+
src: edit
|
|
119
|
+
}, null, -1),
|
|
120
|
+
vue.createTextVNode(" 编辑 ", -1)
|
|
121
|
+
])]),
|
|
122
|
+
vue.createElementVNode("span", {
|
|
123
|
+
class: "warpmenu",
|
|
124
|
+
onClick: _cache[2] || (_cache[2] = (...args) => _ctx.delTable && _ctx.delTable(...args)),
|
|
125
|
+
title: "删除"
|
|
126
|
+
}, [..._cache[8] || (_cache[8] = [
|
|
127
|
+
vue.createElementVNode("img", {
|
|
128
|
+
class: "menuimg",
|
|
129
|
+
src: del
|
|
130
|
+
}, null, -1),
|
|
131
|
+
vue.createTextVNode(" 删除", -1)
|
|
132
|
+
])]),
|
|
133
|
+
vue.createVNode(_component_el_divider, { direction: "vertical" })
|
|
134
|
+
], true)
|
|
135
|
+
]),
|
|
136
|
+
vue.createElementVNode("div", _hoisted_5, [
|
|
137
|
+
vue.renderSlot(_ctx.$slots, "righttop2", {}, () => [
|
|
138
|
+
vue.createVNode(_component_el_input, {
|
|
139
|
+
modelValue: searchValue.value,
|
|
140
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => searchValue.value = $event),
|
|
141
|
+
placeholder: "全局搜索",
|
|
142
|
+
size: "default",
|
|
143
|
+
onKeyup: _cache[4] || (_cache[4] = vue.withKeys(($event) => getTableData(), ["enter"])),
|
|
144
|
+
clearable: "",
|
|
145
|
+
onClear: _cache[5] || (_cache[5] = ($event) => getTableData()),
|
|
146
|
+
"prefix-icon": vue.unref(ElementPlusIconsVue.Search),
|
|
147
|
+
class: "top_search"
|
|
148
|
+
}, null, 8, ["modelValue", "prefix-icon"])
|
|
149
|
+
], true)
|
|
150
|
+
])
|
|
151
|
+
])
|
|
152
|
+
]),
|
|
153
|
+
_: 3
|
|
154
|
+
}),
|
|
155
|
+
vue.createVNode(_component_el_main, {
|
|
156
|
+
class: "main-container",
|
|
157
|
+
style: vue.normalizeStyle({ ...__props.rightStyles })
|
|
158
|
+
}, {
|
|
159
|
+
default: vue.withCtx(() => [
|
|
160
|
+
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
161
|
+
]),
|
|
162
|
+
_: 3
|
|
163
|
+
}, 8, ["style"])
|
|
164
|
+
]),
|
|
165
|
+
_: 3
|
|
166
|
+
})
|
|
167
|
+
]),
|
|
168
|
+
_: 3
|
|
169
|
+
});
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
const layout2 = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-05e55ce7"]]);
|
|
174
|
+
module.exports = layout2;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
require("./layout3.vue2.cjs");
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.cjs");
|
|
5
|
+
const _hoisted_1 = {
|
|
6
|
+
class: "headwarp-top",
|
|
7
|
+
style: { "border-radius": "4px" }
|
|
8
|
+
};
|
|
9
|
+
const _hoisted_2 = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "top"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_3 = { class: "topin" };
|
|
14
|
+
const _sfc_main = {
|
|
15
|
+
__name: "layout3",
|
|
16
|
+
props: {
|
|
17
|
+
headerHeight: {
|
|
18
|
+
type: [String, Number],
|
|
19
|
+
default: "50px"
|
|
20
|
+
},
|
|
21
|
+
// 是否显示左侧
|
|
22
|
+
showLeft: {
|
|
23
|
+
type: Boolean,
|
|
24
|
+
default: true
|
|
25
|
+
},
|
|
26
|
+
title: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: "左侧菜单栏"
|
|
29
|
+
},
|
|
30
|
+
rightStyles: {
|
|
31
|
+
type: Object,
|
|
32
|
+
default: () => {
|
|
33
|
+
return {
|
|
34
|
+
padding: "20px",
|
|
35
|
+
margin: "10px 10px 10px 0px"
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
leftStyles: {
|
|
40
|
+
type: Object
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
setup(__props) {
|
|
44
|
+
const props = __props;
|
|
45
|
+
const showLeftTop = vue.computed(() => {
|
|
46
|
+
return props.title ? true : false;
|
|
47
|
+
});
|
|
48
|
+
const _headerHeight = vue.computed(() => {
|
|
49
|
+
if (typeof props.headerHeight == "number") {
|
|
50
|
+
return `${props.headerHeight}px`;
|
|
51
|
+
} else {
|
|
52
|
+
return props.headerHeight;
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
return (_ctx, _cache) => {
|
|
56
|
+
const _component_el_header = vue.resolveComponent("el-header");
|
|
57
|
+
const _component_el_aside = vue.resolveComponent("el-aside");
|
|
58
|
+
const _component_el_main = vue.resolveComponent("el-main");
|
|
59
|
+
const _component_el_container = vue.resolveComponent("el-container");
|
|
60
|
+
return vue.openBlock(), vue.createBlock(_component_el_container, { class: "containerBg" }, {
|
|
61
|
+
default: vue.withCtx(() => [
|
|
62
|
+
vue.createVNode(_component_el_header, {
|
|
63
|
+
height: _headerHeight.value,
|
|
64
|
+
class: "headwarp",
|
|
65
|
+
style: { "border-bottom": "1px solid #e6e6e6", "border-radius": "4px 4px 0 0" }
|
|
66
|
+
}, {
|
|
67
|
+
default: vue.withCtx(() => [
|
|
68
|
+
vue.createElementVNode("div", _hoisted_1, [
|
|
69
|
+
vue.renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
70
|
+
])
|
|
71
|
+
]),
|
|
72
|
+
_: 3
|
|
73
|
+
}, 8, ["height"]),
|
|
74
|
+
vue.createVNode(_component_el_container, {
|
|
75
|
+
class: "maincon",
|
|
76
|
+
style: {}
|
|
77
|
+
}, {
|
|
78
|
+
default: vue.withCtx(() => [
|
|
79
|
+
__props.showLeft ? (vue.openBlock(), vue.createBlock(_component_el_aside, {
|
|
80
|
+
key: 0,
|
|
81
|
+
width: "200px",
|
|
82
|
+
style: vue.normalizeStyle({ ...__props.leftStyles })
|
|
83
|
+
}, {
|
|
84
|
+
default: vue.withCtx(() => [
|
|
85
|
+
showLeftTop.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
|
|
86
|
+
vue.createElementVNode("div", _hoisted_3, vue.toDisplayString(__props.title), 1)
|
|
87
|
+
])) : vue.createCommentVNode("", true),
|
|
88
|
+
vue.renderSlot(_ctx.$slots, "left", {}, void 0, true)
|
|
89
|
+
]),
|
|
90
|
+
_: 3
|
|
91
|
+
}, 8, ["style"])) : vue.createCommentVNode("", true),
|
|
92
|
+
vue.createVNode(_component_el_main, {
|
|
93
|
+
class: "main-container",
|
|
94
|
+
style: vue.normalizeStyle([{ "background-color": "#fff" }, { ...__props.rightStyles }])
|
|
95
|
+
}, {
|
|
96
|
+
default: vue.withCtx(() => [
|
|
97
|
+
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
98
|
+
]),
|
|
99
|
+
_: 3
|
|
100
|
+
}, 8, ["style"])
|
|
101
|
+
]),
|
|
102
|
+
_: 3
|
|
103
|
+
})
|
|
104
|
+
]),
|
|
105
|
+
_: 3
|
|
106
|
+
});
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
const layout3 = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-0b11619a"]]);
|
|
111
|
+
module.exports = layout3;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
require("./layout4.vue2.cjs");
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.cjs");
|
|
5
|
+
const _sfc_main = {
|
|
6
|
+
__name: "layout4",
|
|
7
|
+
props: {
|
|
8
|
+
headerHeight: {
|
|
9
|
+
type: [String, Number],
|
|
10
|
+
default: "50px"
|
|
11
|
+
},
|
|
12
|
+
rightStyles: {
|
|
13
|
+
type: Object,
|
|
14
|
+
default: () => {
|
|
15
|
+
return {
|
|
16
|
+
backgroundColor: "#EFEFEF"
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
innerBgColor: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: "#fff"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
setup(__props) {
|
|
26
|
+
const props = __props;
|
|
27
|
+
const _headerHeight = vue.computed(() => {
|
|
28
|
+
if (typeof props.headerHeight == "number") {
|
|
29
|
+
return `${props.headerHeight}px`;
|
|
30
|
+
} else {
|
|
31
|
+
return props.headerHeight;
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
return (_ctx, _cache) => {
|
|
35
|
+
const _component_el_header = vue.resolveComponent("el-header");
|
|
36
|
+
const _component_el_main = vue.resolveComponent("el-main");
|
|
37
|
+
const _component_el_container = vue.resolveComponent("el-container");
|
|
38
|
+
return vue.openBlock(), vue.createBlock(_component_el_container, { class: "containerBg" }, {
|
|
39
|
+
default: vue.withCtx(() => [
|
|
40
|
+
vue.createVNode(_component_el_header, {
|
|
41
|
+
style: { "background-color": "#fff", "padding": "0" },
|
|
42
|
+
height: _headerHeight.value
|
|
43
|
+
}, {
|
|
44
|
+
default: vue.withCtx(() => [
|
|
45
|
+
vue.renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
46
|
+
]),
|
|
47
|
+
_: 3
|
|
48
|
+
}, 8, ["height"]),
|
|
49
|
+
vue.createVNode(_component_el_main, {
|
|
50
|
+
class: "main main-container",
|
|
51
|
+
style: vue.normalizeStyle({ ...__props.rightStyles })
|
|
52
|
+
}, {
|
|
53
|
+
default: vue.withCtx(() => [
|
|
54
|
+
vue.createElementVNode("div", {
|
|
55
|
+
class: "page-warp",
|
|
56
|
+
style: vue.normalizeStyle({ "background-color": __props.innerBgColor })
|
|
57
|
+
}, [
|
|
58
|
+
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
59
|
+
], 4)
|
|
60
|
+
]),
|
|
61
|
+
_: 3
|
|
62
|
+
}, 8, ["style"])
|
|
63
|
+
]),
|
|
64
|
+
_: 3
|
|
65
|
+
});
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
const layout4 = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-1da747ee"]]);
|
|
70
|
+
module.exports = layout4;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
require("./nav.vue2.cjs");
|
|
4
|
+
require("./nav.vue3.cjs");
|
|
5
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
+
const _hoisted_1 = ["onMouseenter", "onMouseleave", "onClick"];
|
|
7
|
+
const _hoisted_2 = ["src"];
|
|
8
|
+
const _sfc_main = {
|
|
9
|
+
__name: "nav",
|
|
10
|
+
props: {
|
|
11
|
+
// 所有项居中
|
|
12
|
+
isCenter: {
|
|
13
|
+
type: Boolean,
|
|
14
|
+
default: false
|
|
15
|
+
},
|
|
16
|
+
themeWarpStyle: {
|
|
17
|
+
type: Object,
|
|
18
|
+
default: () => {
|
|
19
|
+
return {
|
|
20
|
+
backgroundColor: "transparent",
|
|
21
|
+
height: "100px"
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
imgWarp: {
|
|
26
|
+
type: Object,
|
|
27
|
+
default: () => {
|
|
28
|
+
return {
|
|
29
|
+
width: "40px",
|
|
30
|
+
height: "40px",
|
|
31
|
+
right: "0px"
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
// 是否垂直展示
|
|
36
|
+
isVertical: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: true
|
|
39
|
+
},
|
|
40
|
+
themelist: {
|
|
41
|
+
type: Array,
|
|
42
|
+
required: true,
|
|
43
|
+
validator: (value) => {
|
|
44
|
+
if (value.length == 0) {
|
|
45
|
+
console.error("菜单数组不能为空");
|
|
46
|
+
}
|
|
47
|
+
return value.length > 0;
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
color: {
|
|
51
|
+
type: String,
|
|
52
|
+
default: "#0B101A"
|
|
53
|
+
},
|
|
54
|
+
hoverBgColor: {
|
|
55
|
+
type: String,
|
|
56
|
+
default: "var(--hoverbg)"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
emits: ["selectCategory"],
|
|
60
|
+
setup(__props, { emit: __emit }) {
|
|
61
|
+
const emits = __emit;
|
|
62
|
+
const themelistRef = vue.ref();
|
|
63
|
+
const props = __props;
|
|
64
|
+
const overlayRefs = vue.ref([]);
|
|
65
|
+
const setItemRefs = vue.ref([]);
|
|
66
|
+
const selectTheme = vue.ref(props.themelist[0]);
|
|
67
|
+
const getDirection = (event, element) => {
|
|
68
|
+
const rect = element.getBoundingClientRect();
|
|
69
|
+
const x = event.clientX - rect.left - rect.width / 2;
|
|
70
|
+
const y = event.clientY - rect.top - rect.height / 2;
|
|
71
|
+
let dir = Math.round((Math.atan2(y, x) * (180 / Math.PI) + 180) / 90 + 3) % 4;
|
|
72
|
+
return dir;
|
|
73
|
+
};
|
|
74
|
+
const handleMouseEnter = (index, event) => {
|
|
75
|
+
const overlay = overlayRefs.value[index];
|
|
76
|
+
const element = setItemRefs.value[index];
|
|
77
|
+
if (overlay) {
|
|
78
|
+
const direction = getDirection(event, element);
|
|
79
|
+
overlay.style.transition = "";
|
|
80
|
+
overlay.classList.remove("overlay-leave-to-left", "overlay-leave-to-top", "overlay-leave-to-right", "overlay-leave-to-bottom");
|
|
81
|
+
switch (direction) {
|
|
82
|
+
case 0:
|
|
83
|
+
overlay.classList.add("overlay-enter-from-top");
|
|
84
|
+
break;
|
|
85
|
+
case 1:
|
|
86
|
+
overlay.classList.add("overlay-enter-from-right");
|
|
87
|
+
break;
|
|
88
|
+
case 2:
|
|
89
|
+
overlay.classList.add("overlay-enter-from-bottom");
|
|
90
|
+
break;
|
|
91
|
+
case 3:
|
|
92
|
+
overlay.classList.add("overlay-enter-from-left");
|
|
93
|
+
break;
|
|
94
|
+
}
|
|
95
|
+
requestAnimationFrame(() => {
|
|
96
|
+
overlay.style.transition = "transform 0.5s ease";
|
|
97
|
+
switch (direction) {
|
|
98
|
+
case 0:
|
|
99
|
+
overlay.style.transform = "translateY(0%)";
|
|
100
|
+
break;
|
|
101
|
+
case 1:
|
|
102
|
+
overlay.style.transform = "translateX(0%)";
|
|
103
|
+
break;
|
|
104
|
+
case 2:
|
|
105
|
+
overlay.style.transform = "translateY(0%)";
|
|
106
|
+
break;
|
|
107
|
+
case 3:
|
|
108
|
+
overlay.style.transform = "translateX(0%)";
|
|
109
|
+
break;
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
const handleMouseLeave = (index, event) => {
|
|
115
|
+
const overlay = overlayRefs.value[index];
|
|
116
|
+
if (overlay) {
|
|
117
|
+
const element = setItemRefs.value[index];
|
|
118
|
+
const direction = getDirection(event, element);
|
|
119
|
+
overlay.style.transition = "";
|
|
120
|
+
overlay.classList.remove("overlay-enter-from-left", "overlay-enter-from-top", "overlay-enter-from-right", "overlay-enter-from-bottom");
|
|
121
|
+
switch (direction) {
|
|
122
|
+
case 0:
|
|
123
|
+
overlay.classList.add("overlay-leave-to-top");
|
|
124
|
+
break;
|
|
125
|
+
case 1:
|
|
126
|
+
overlay.classList.add("overlay-leave-to-right");
|
|
127
|
+
break;
|
|
128
|
+
case 2:
|
|
129
|
+
overlay.classList.add("overlay-leave-to-bottom");
|
|
130
|
+
break;
|
|
131
|
+
case 3:
|
|
132
|
+
overlay.classList.add("overlay-leave-to-left");
|
|
133
|
+
break;
|
|
134
|
+
}
|
|
135
|
+
requestAnimationFrame(() => {
|
|
136
|
+
overlay.style.transition = "transform 0.5s ease";
|
|
137
|
+
switch (direction) {
|
|
138
|
+
case 0:
|
|
139
|
+
overlay.style.transform = "translateY(-100%)";
|
|
140
|
+
break;
|
|
141
|
+
case 1:
|
|
142
|
+
overlay.style.transform = "translateX(100%)";
|
|
143
|
+
break;
|
|
144
|
+
case 2:
|
|
145
|
+
overlay.style.transform = "translateY(100%)";
|
|
146
|
+
break;
|
|
147
|
+
case 3:
|
|
148
|
+
overlay.style.transform = "translateX(-100%)";
|
|
149
|
+
break;
|
|
150
|
+
}
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
const themeStyle = vue.computed(() => {
|
|
155
|
+
let _style = { color: props.color };
|
|
156
|
+
if (props.isVertical)
|
|
157
|
+
;
|
|
158
|
+
else {
|
|
159
|
+
_style.display = "flex";
|
|
160
|
+
_style.justifyContent = "center";
|
|
161
|
+
}
|
|
162
|
+
return _style;
|
|
163
|
+
});
|
|
164
|
+
const handleClick = (item) => {
|
|
165
|
+
selectTheme.value = item;
|
|
166
|
+
emits("selectCategory", item);
|
|
167
|
+
};
|
|
168
|
+
vue.watch(
|
|
169
|
+
() => props.themelist,
|
|
170
|
+
(newValue) => {
|
|
171
|
+
themelistRef.value;
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
deep: true
|
|
175
|
+
}
|
|
176
|
+
);
|
|
177
|
+
return (_ctx, _cache) => {
|
|
178
|
+
return vue.openBlock(), vue.createElementBlock("ul", {
|
|
179
|
+
class: "theme-list",
|
|
180
|
+
ref_key: "themelistRef",
|
|
181
|
+
ref: themelistRef,
|
|
182
|
+
style: vue.normalizeStyle({ justifyContent: __props.isCenter ? "center" : "start" })
|
|
183
|
+
}, [
|
|
184
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.themelist, (item, index) => {
|
|
185
|
+
return vue.openBlock(), vue.createElementBlock("li", {
|
|
186
|
+
class: vue.normalizeClass(["theme-item", { selected: selectTheme.value.title == item.title }]),
|
|
187
|
+
style: vue.normalizeStyle(__props.themeWarpStyle),
|
|
188
|
+
key: index,
|
|
189
|
+
ref_for: true,
|
|
190
|
+
ref: (el) => setItemRefs.value[index] = el,
|
|
191
|
+
onMouseenter: (event) => handleMouseEnter(index, event),
|
|
192
|
+
onMouseleave: (event) => handleMouseLeave(index, event),
|
|
193
|
+
onClick: ($event) => handleClick(item)
|
|
194
|
+
}, [
|
|
195
|
+
vue.createElementVNode("div", {
|
|
196
|
+
class: "theme-title",
|
|
197
|
+
style: vue.normalizeStyle(themeStyle.value)
|
|
198
|
+
}, [
|
|
199
|
+
item.icon ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
200
|
+
key: 0,
|
|
201
|
+
style: vue.normalizeStyle({ height: __props.imgWarp.height, marginRight: __props.imgWarp.right })
|
|
202
|
+
}, [
|
|
203
|
+
vue.createElementVNode("img", {
|
|
204
|
+
style: vue.normalizeStyle([{ "vertical-align": "middle" }, { width: __props.imgWarp.width }]),
|
|
205
|
+
src: item.icon
|
|
206
|
+
}, null, 12, _hoisted_2)
|
|
207
|
+
], 4)) : vue.createCommentVNode("", true),
|
|
208
|
+
vue.createTextVNode(" " + vue.toDisplayString(item.title), 1)
|
|
209
|
+
], 4),
|
|
210
|
+
vue.createElementVNode("div", {
|
|
211
|
+
class: "overlay",
|
|
212
|
+
ref_for: true,
|
|
213
|
+
ref: (el) => overlayRefs.value[index] = el
|
|
214
|
+
}, null, 512)
|
|
215
|
+
], 46, _hoisted_1);
|
|
216
|
+
}), 128))
|
|
217
|
+
], 4);
|
|
218
|
+
};
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
const nav = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-cb04959d"]]);
|
|
222
|
+
module.exports = nav;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|