@web-utils/component 3.0.2 → 3.0.3
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/address-input/index.mjs +14 -14
- package/chat/index.mjs +39 -40
- package/chunk-file-uploader/index.mjs +35 -594
- package/chunk-file-uploader/style.css +1 -1
- package/chunks/FormTemp.d079292b.mjs +139 -0
- package/chunks/{dataformat.816df805.mjs → dataformat.e655611c.mjs} +6 -6
- package/chunks/detail.d6f8e347.mjs +29 -0
- package/chunks/{dic.3b4ba802.mjs → dic.eaac0823.mjs} +40 -40
- package/chunks/{event.4377230d.mjs → event.10295951.mjs} +2 -2
- package/chunks/form-input-mixin.78a567bc.mjs +24 -0
- package/chunks/form-item-mixin.57cb2019.mjs +140 -0
- package/chunks/{index.d91bd77a.mjs → index.57f871af.mjs} +7 -7
- package/chunks/{init.f0a03127.mjs → init.47f219b4.mjs} +2 -2
- package/chunks/input-number-mixin.41a066be.mjs +60 -0
- package/chunks/{util.7844e2c2.mjs → util.ae730cde.mjs} +21 -21
- package/count-up/index.mjs +17 -14
- package/data-box/index.mjs +18 -19
- package/data-display/index.mjs +17 -18
- package/data-icons/index.mjs +16 -17
- package/data-panel/index.mjs +20 -21
- package/data-pay/index.mjs +15 -16
- package/data-progress/index.mjs +19 -20
- package/data-rotate/index.mjs +35 -36
- package/data-table-picker/index.mjs +23 -25
- package/data-tabs/index.mjs +15 -16
- package/dialog-form/index.mjs +11 -12
- package/dynamic-table/index.mjs +34 -35
- package/easy-popup/index.mjs +56 -29
- package/editable-tree/index.mjs +485 -134
- package/element-dialog/index.mjs +127 -37
- package/empty-view/index.mjs +31 -13
- package/flex-column/index.mjs +1 -1
- package/flex-item/index.mjs +1 -1
- package/flex-row/index.mjs +1 -1
- package/flow/index.mjs +40 -105
- package/flow-designer/index.mjs +555 -615
- package/flow-node/index.mjs +47 -15
- package/flow-viewer/index.mjs +78 -167
- package/form-cascader/index.mjs +24 -24
- package/form-checkbox-group/index.mjs +35 -79
- package/form-date-picker/index.mjs +22 -22
- package/form-holder/index.mjs +1 -1
- package/form-input/index.mjs +86 -28
- package/form-input-email/index.mjs +18 -18
- package/form-input-id-card/index.mjs +27 -27
- package/form-input-number/index.mjs +59 -219
- package/form-input-phone-number/index.mjs +27 -27
- package/form-input-tag/index.mjs +38 -160
- package/form-input-time/index.mjs +16 -16
- package/form-item/index.mjs +146 -15
- package/form-item-group/index.mjs +164 -14
- package/form-radio-group/index.mjs +41 -41
- package/form-select/index.mjs +20 -20
- package/form-switch/index.mjs +19 -19
- package/form-textarea/index.mjs +29 -29
- package/form-view/index.mjs +42 -46
- package/fy-array/index.mjs +2 -2
- package/fy-cascader/index.mjs +15 -15
- package/fy-checkbox/index.mjs +1 -1
- package/fy-code/index.mjs +1 -1
- package/fy-curd/index.mjs +2824 -210
- package/fy-date/index.mjs +59 -17
- package/fy-draggable/index.mjs +1 -1
- package/fy-dynamic/index.mjs +208 -64
- package/fy-empty/index.mjs +29 -12
- package/fy-form/index.mjs +743 -178
- package/fy-form-design/index.mjs +1013 -1540
- package/fy-input/index.mjs +105 -17
- package/fy-input-color/index.mjs +67 -16
- package/fy-input-icon/index.mjs +119 -23
- package/fy-input-map/index.mjs +14 -15
- package/fy-input-number/index.mjs +1 -1
- package/fy-input-table/index.mjs +19 -21
- package/fy-input-tree/index.mjs +3 -3
- package/fy-radio/index.mjs +1 -1
- package/fy-rate/index.mjs +50 -16
- package/fy-select/index.mjs +126 -29
- package/fy-slider/index.mjs +2 -2
- package/fy-switch/index.mjs +1 -1
- package/fy-tabs/index.mjs +51 -15
- package/fy-time/index.mjs +1 -1
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +23 -25
- package/fy-u-editor/index.mjs +1 -1
- package/fy-upload/index.mjs +2 -2
- package/highlight-j-s/index.mjs +29 -19
- package/icon-temp/index.mjs +30 -12
- package/iframe-window/index.mjs +18 -19
- package/image-cropper/index.mjs +22 -23
- package/image-preview/index.mjs +1 -1
- package/input-number/index.mjs +173 -63
- package/license/index.mjs +1 -1
- package/loading-view/index.mjs +33 -15
- package/login/index.mjs +1 -1
- package/nav-bar/index.mjs +31 -15
- package/package.json +1 -1
- package/page/index.mjs +20 -12
- package/page-header/index.mjs +34 -13
- package/page-index-top/index.mjs +53 -100
- package/page-skeleton/index.mjs +35 -18
- package/page-skeleton-new/index.mjs +15 -16
- package/pageable-table/index.mjs +228 -86
- package/pageable-view/index.mjs +1 -1
- package/present-view/index.mjs +71 -75
- package/record-video/index.mjs +1 -1
- package/resize-observer/index.mjs +29 -21
- package/search/index.mjs +9 -9
- package/search-popover/index.mjs +1 -1
- package/sign/index.mjs +1 -1
- package/split-pane/index.mjs +45 -40
- package/swiper/index.mjs +13 -14
- package/table-view/index.mjs +97 -631
- package/text-ellipsis/index.mjs +1 -1
- package/tinymce-editor/index.mjs +63 -63
- package/toolbar/index.mjs +208 -15
- package/toolbar-button/index.mjs +56 -30
- package/verify/index.mjs +1 -1
- package/watermark/index.mjs +1 -1
- package/web-types.json +1 -1
- package/x-input-tag/index.mjs +118 -49
- package/chunks/CountUp.f1a19f35.mjs +0 -124
- package/chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs +0 -8
- package/chunks/EasyPopup.vue_vue_type_style_index_0_lang.89350bda.mjs +0 -32
- package/chunks/EditableTree.vue_vue_type_style_index_0_lang.5dba9f89.mjs +0 -356
- package/chunks/ElementDialog.d8f3105c.mjs +0 -211
- package/chunks/ElementDialog.vue_vue_type_style_index_0_lang.57cb8e07.mjs +0 -95
- package/chunks/EmptyView.e2430422.mjs +0 -51
- package/chunks/EmptyView.vue_vue_type_style_index_0_lang.ffa84770.mjs +0 -23
- package/chunks/FlowNode.vue_vue_type_template_lang.662bdcfa.mjs +0 -37
- package/chunks/FormInput.vue_vue_type_template_lang.3cb79386.mjs +0 -65
- package/chunks/FormItem.2920ac0c.mjs +0 -45
- package/chunks/FormItem.vue_vue_type_style_index_0_lang.970bd712.mjs +0 -258
- package/chunks/FormItemGroup.41daddb6.mjs +0 -64
- package/chunks/FormItemGroup.vue_vue_type_style_index_0_lang.b588a8ea.mjs +0 -155
- package/chunks/FyCurd.8acd2983.mjs +0 -548
- package/chunks/FyCurd.vue_vue_type_style_index_0_lang.4fbd4b30.mjs +0 -2945
- package/chunks/FyDate.vue_vue_type_style_index_0_lang.429c03e3.mjs +0 -47
- package/chunks/FyDynamic.vue_vue_type_style_index_0_lang.304417ce.mjs +0 -151
- package/chunks/FyEmpty.vue_vue_type_style_index_0_lang.fc8bd24c.mjs +0 -22
- package/chunks/FyForm.0294e494.mjs +0 -439
- package/chunks/FyForm.vue_vue_type_style_index_0_lang.6e64daee.mjs +0 -737
- package/chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs +0 -93
- package/chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs +0 -56
- package/chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs +0 -158
- package/chunks/FyRate.vue_vue_type_style_index_0_lang.82174185.mjs +0 -39
- package/chunks/FySelect.vue_vue_type_style_index_0_lang.5f0f3244.mjs +0 -102
- package/chunks/FyTabs.vue_vue_type_template_lang.66af5ac9.mjs +0 -41
- package/chunks/HighlightJS.vue_vue_type_style_index_0_lang.fefeaa3b.mjs +0 -15
- package/chunks/IconTemp.42c48e1f.mjs +0 -32
- package/chunks/IconTemp.vue_vue_type_style_index_0_lang.a0777b31.mjs +0 -23
- package/chunks/InputNumber.vue_vue_type_style_index_0_lang.18046bd3.mjs +0 -172
- package/chunks/LoadingView.vue_vue_type_style_index_0_lang.4c3fff2a.mjs +0 -23
- package/chunks/NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs +0 -21
- package/chunks/Page.81f4b8d9.mjs +0 -32
- package/chunks/Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs +0 -13
- package/chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs +0 -26
- package/chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs +0 -88
- package/chunks/PageableTable.333cbdc1.mjs +0 -335
- package/chunks/PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs +0 -148
- package/chunks/ResizeObserver.60f728f0.mjs +0 -54
- package/chunks/ResizeObserver.vue_vue_type_style_index_0_lang.7079029c.mjs +0 -13
- package/chunks/TableColumn.8503272e.mjs +0 -106
- package/chunks/Toolbar.5c539dbb.mjs +0 -24
- package/chunks/Toolbar.vue_vue_type_style_index_0_lang.7594243c.mjs +0 -275
- package/chunks/ToolbarButton.vue_vue_type_style_index_0_lang.e2cb14ba.mjs +0 -31
- package/chunks/XInputTag.vue_vue_type_style_index_0_lang.7ad045b3.mjs +0 -74
package/page-header/index.mjs
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var r = function() {
|
|
3
|
+
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
4
|
+
return n("div", {
|
|
5
|
+
staticClass: "egd-header flex-row egd-page-header"
|
|
6
|
+
}, [e._t("section-title", function() {
|
|
7
|
+
return [n("span", {
|
|
8
|
+
staticClass: "section-title"
|
|
9
|
+
}, [e._t("title", function() {
|
|
10
|
+
return [e._v(e._s(e.title))];
|
|
11
|
+
}, {
|
|
12
|
+
title: e.title
|
|
13
|
+
})], 2)];
|
|
14
|
+
}, {
|
|
15
|
+
title: e.title
|
|
16
|
+
}), n("div", {
|
|
17
|
+
staticClass: "flex-row flex-item vertical-center"
|
|
18
|
+
}, [n("div", {
|
|
19
|
+
class: ["flex-row", "flex-item", "vertical-center", {
|
|
20
|
+
"align-end": e.alignEnd
|
|
21
|
+
}]
|
|
22
|
+
}, [e._t("default")], 2)])], 2);
|
|
23
|
+
}, i = [];
|
|
3
24
|
const s = {
|
|
4
25
|
name: "PageHeader",
|
|
5
26
|
props: {
|
|
@@ -12,24 +33,24 @@ const s = {
|
|
|
12
33
|
default: !0
|
|
13
34
|
}
|
|
14
35
|
}
|
|
15
|
-
},
|
|
16
|
-
var
|
|
36
|
+
}, l = {};
|
|
37
|
+
var o = /* @__PURE__ */ a(
|
|
17
38
|
s,
|
|
18
|
-
|
|
19
|
-
|
|
39
|
+
r,
|
|
40
|
+
i,
|
|
20
41
|
!1,
|
|
21
|
-
|
|
42
|
+
_,
|
|
22
43
|
null,
|
|
23
44
|
null,
|
|
24
45
|
null
|
|
25
46
|
);
|
|
26
|
-
function
|
|
27
|
-
for (let
|
|
28
|
-
this[
|
|
47
|
+
function _(e) {
|
|
48
|
+
for (let t in l)
|
|
49
|
+
this[t] = l[t];
|
|
29
50
|
}
|
|
30
|
-
const
|
|
31
|
-
return
|
|
51
|
+
const u = /* @__PURE__ */ function() {
|
|
52
|
+
return o.exports;
|
|
32
53
|
}();
|
|
33
54
|
export {
|
|
34
|
-
|
|
55
|
+
u as default
|
|
35
56
|
};
|
package/page-index-top/index.mjs
CHANGED
|
@@ -1,97 +1,50 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var i = (t, a, e) => new Promise((n, r) => {
|
|
2
|
+
var l = (s) => {
|
|
3
3
|
try {
|
|
4
|
-
|
|
5
|
-
} catch (
|
|
6
|
-
r(
|
|
4
|
+
u(e.next(s));
|
|
5
|
+
} catch (o) {
|
|
6
|
+
r(o);
|
|
7
7
|
}
|
|
8
|
-
}, h = (
|
|
8
|
+
}, h = (s) => {
|
|
9
9
|
try {
|
|
10
|
-
|
|
11
|
-
} catch (
|
|
12
|
-
r(
|
|
10
|
+
u(e.throw(s));
|
|
11
|
+
} catch (o) {
|
|
12
|
+
r(o);
|
|
13
13
|
}
|
|
14
|
-
},
|
|
15
|
-
|
|
14
|
+
}, u = (s) => s.done ? n(s.value) : Promise.resolve(s.value).then(l, h);
|
|
15
|
+
u((e = e.apply(t, a)).next());
|
|
16
16
|
});
|
|
17
|
-
import { treeToArray as
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
import S from "@web-utils/component/nav-bar";
|
|
25
|
-
import "@web-utils/component/nav-bar/style.css";
|
|
26
|
-
import T from "@web-utils/component/page-header";
|
|
27
|
-
import "@web-utils/component/page-header/style.css";
|
|
28
|
-
import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
29
|
-
const k = {
|
|
30
|
-
name: "PageSkeleton",
|
|
31
|
-
components: {
|
|
32
|
-
Page: x,
|
|
33
|
-
NavBar: S,
|
|
34
|
-
PageHeader: T
|
|
35
|
-
},
|
|
36
|
-
props: {
|
|
37
|
-
title: String,
|
|
38
|
-
flexColumn: Boolean,
|
|
39
|
-
flexRow: Boolean,
|
|
40
|
-
header: {
|
|
41
|
-
type: Boolean,
|
|
42
|
-
default: !0
|
|
43
|
-
},
|
|
44
|
-
contentClass: String,
|
|
45
|
-
contentScroll: {
|
|
46
|
-
type: Boolean,
|
|
47
|
-
default: !0
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}, c = {};
|
|
51
|
-
var w = /* @__PURE__ */ _(
|
|
52
|
-
k,
|
|
53
|
-
b,
|
|
54
|
-
g,
|
|
55
|
-
!1,
|
|
56
|
-
F,
|
|
57
|
-
null,
|
|
58
|
-
null,
|
|
59
|
-
null
|
|
60
|
-
);
|
|
61
|
-
function F(t) {
|
|
62
|
-
for (let e in c)
|
|
63
|
-
this[e] = c[e];
|
|
64
|
-
}
|
|
65
|
-
const M = /* @__PURE__ */ function() {
|
|
66
|
-
return w.exports;
|
|
67
|
-
}();
|
|
68
|
-
var B = function() {
|
|
69
|
-
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
70
|
-
return t.menus && t.menus.length ? n(M, {
|
|
17
|
+
import { treeToArray as m, findFirstMatchNode as p } from "@web-utils/core";
|
|
18
|
+
import f from "element-ui/lib/tab-pane";
|
|
19
|
+
import _ from "element-ui/lib/tabs";
|
|
20
|
+
import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
21
|
+
var y = function() {
|
|
22
|
+
var t = this, a = t.$createElement, e = t._self._c || a;
|
|
23
|
+
return t.menus && t.menus.length ? e("PageSkeleton", {
|
|
71
24
|
scopedSlots: t._u([{
|
|
72
25
|
key: "header",
|
|
73
26
|
fn: function() {
|
|
74
|
-
return [
|
|
27
|
+
return [e("PageHeader", {
|
|
75
28
|
scopedSlots: t._u([{
|
|
76
29
|
key: "section-title",
|
|
77
30
|
fn: function() {
|
|
78
|
-
return [
|
|
31
|
+
return [e(_, {
|
|
79
32
|
on: {
|
|
80
33
|
"tab-click": t.tabClick
|
|
81
34
|
},
|
|
82
35
|
model: {
|
|
83
36
|
value: t.activeTab,
|
|
84
|
-
callback: function(
|
|
85
|
-
t.activeTab =
|
|
37
|
+
callback: function(n) {
|
|
38
|
+
t.activeTab = n;
|
|
86
39
|
},
|
|
87
40
|
expression: "activeTab"
|
|
88
41
|
}
|
|
89
|
-
}, t._l(t.menus, function(
|
|
90
|
-
return
|
|
91
|
-
key:
|
|
42
|
+
}, t._l(t.menus, function(n) {
|
|
43
|
+
return e(f, {
|
|
44
|
+
key: n.path,
|
|
92
45
|
attrs: {
|
|
93
|
-
label:
|
|
94
|
-
name: `${
|
|
46
|
+
label: n.label,
|
|
47
|
+
name: `${n.path}`
|
|
95
48
|
}
|
|
96
49
|
});
|
|
97
50
|
}), 1)];
|
|
@@ -103,18 +56,18 @@ var B = function() {
|
|
|
103
56
|
proxy: !0
|
|
104
57
|
}], null, !1, 2288233724)
|
|
105
58
|
}, [t._t("default", function() {
|
|
106
|
-
return [
|
|
59
|
+
return [e("EmptyView", {
|
|
107
60
|
attrs: {
|
|
108
61
|
"empty-tips": t.tips
|
|
109
62
|
}
|
|
110
63
|
})];
|
|
111
|
-
})], 2) :
|
|
64
|
+
})], 2) : e("EmptyView", {
|
|
112
65
|
attrs: {
|
|
113
66
|
"empty-tips": "暂无权限!"
|
|
114
67
|
}
|
|
115
68
|
});
|
|
116
|
-
},
|
|
117
|
-
const
|
|
69
|
+
}, v = [];
|
|
70
|
+
const b = {
|
|
118
71
|
name: "PageIndexTop",
|
|
119
72
|
props: {
|
|
120
73
|
menus: {
|
|
@@ -143,48 +96,48 @@ const P = {
|
|
|
143
96
|
},
|
|
144
97
|
methods: {
|
|
145
98
|
activeFirstMenu() {
|
|
146
|
-
return
|
|
147
|
-
if (
|
|
99
|
+
return i(this, null, function* () {
|
|
100
|
+
if (m(this.menus).map((a) => a.path).filter((a) => a).includes(this.$route.path))
|
|
148
101
|
this.activeTab = this.$route.path;
|
|
149
102
|
else {
|
|
150
|
-
const
|
|
151
|
-
|
|
103
|
+
const a = p(this.menus, (e) => e.path);
|
|
104
|
+
a && (this.activeTab = a.path, yield this.$router.push({ path: a.path, query: a.query }));
|
|
152
105
|
}
|
|
153
106
|
});
|
|
154
107
|
},
|
|
155
108
|
tabClick(t) {
|
|
156
|
-
return
|
|
109
|
+
return i(this, null, function* () {
|
|
157
110
|
yield this.$router.push(t.name);
|
|
158
111
|
});
|
|
159
112
|
},
|
|
160
|
-
beforeRouteUpdate(t,
|
|
161
|
-
return
|
|
113
|
+
beforeRouteUpdate(t, a, e) {
|
|
114
|
+
return i(this, null, function* () {
|
|
162
115
|
if (t.path === this.schema) {
|
|
163
|
-
const
|
|
164
|
-
|
|
116
|
+
const n = p(this.menus, (r) => r.path);
|
|
117
|
+
n ? (yield e({ path: n.path, query: n.query }), this.activeTab = n.path) : yield e(!1);
|
|
165
118
|
} else
|
|
166
|
-
yield
|
|
119
|
+
yield e();
|
|
167
120
|
});
|
|
168
121
|
}
|
|
169
122
|
}
|
|
170
|
-
},
|
|
171
|
-
var
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
123
|
+
}, c = {};
|
|
124
|
+
var T = /* @__PURE__ */ d(
|
|
125
|
+
b,
|
|
126
|
+
y,
|
|
127
|
+
v,
|
|
175
128
|
!1,
|
|
176
|
-
|
|
129
|
+
g,
|
|
177
130
|
null,
|
|
178
131
|
null,
|
|
179
132
|
null
|
|
180
133
|
);
|
|
181
|
-
function
|
|
182
|
-
for (let
|
|
183
|
-
this[
|
|
134
|
+
function g(t) {
|
|
135
|
+
for (let a in c)
|
|
136
|
+
this[a] = c[a];
|
|
184
137
|
}
|
|
185
|
-
const
|
|
186
|
-
return
|
|
138
|
+
const F = /* @__PURE__ */ function() {
|
|
139
|
+
return T.exports;
|
|
187
140
|
}();
|
|
188
141
|
export {
|
|
189
|
-
|
|
142
|
+
F as default
|
|
190
143
|
};
|
package/page-skeleton/index.mjs
CHANGED
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from "@web-utils/component/page";
|
|
2
2
|
import "@web-utils/component/page/style.css";
|
|
3
|
-
import
|
|
3
|
+
import r from "@web-utils/component/nav-bar";
|
|
4
4
|
import "@web-utils/component/nav-bar/style.css";
|
|
5
|
-
import
|
|
5
|
+
import a from "@web-utils/component/page-header";
|
|
6
6
|
import "@web-utils/component/page-header/style.css";
|
|
7
|
-
import { s as l, r as a } from "../chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs";
|
|
8
7
|
import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
9
|
-
|
|
8
|
+
var c = function() {
|
|
9
|
+
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
10
|
+
return n("Page", {
|
|
11
|
+
staticClass: "page-skeleton"
|
|
12
|
+
}, [e.header ? e._t("header", function() {
|
|
13
|
+
return [e.title ? n("PageHeader", {
|
|
14
|
+
attrs: {
|
|
15
|
+
title: e.title
|
|
16
|
+
}
|
|
17
|
+
}) : n("NavBar")];
|
|
18
|
+
}) : e._e(), n("div", {
|
|
19
|
+
class: ["page-content", {
|
|
20
|
+
"flex-column": e.flexColumn,
|
|
21
|
+
"flex-row": e.flexRow,
|
|
22
|
+
"content-scroll": e.contentScroll
|
|
23
|
+
}, e.contentClass]
|
|
24
|
+
}, [e._t("default")], 2)], 2);
|
|
25
|
+
}, i = [];
|
|
26
|
+
const _ = {
|
|
10
27
|
name: "PageSkeleton",
|
|
11
28
|
components: {
|
|
12
|
-
Page:
|
|
13
|
-
NavBar:
|
|
14
|
-
PageHeader:
|
|
29
|
+
Page: l,
|
|
30
|
+
NavBar: r,
|
|
31
|
+
PageHeader: a
|
|
15
32
|
},
|
|
16
33
|
props: {
|
|
17
34
|
title: String,
|
|
@@ -28,23 +45,23 @@ const i = {
|
|
|
28
45
|
}
|
|
29
46
|
}
|
|
30
47
|
}, o = {};
|
|
31
|
-
var
|
|
48
|
+
var u = /* @__PURE__ */ s(
|
|
49
|
+
_,
|
|
50
|
+
c,
|
|
32
51
|
i,
|
|
33
|
-
a,
|
|
34
|
-
l,
|
|
35
52
|
!1,
|
|
36
|
-
|
|
53
|
+
f,
|
|
37
54
|
null,
|
|
38
55
|
null,
|
|
39
56
|
null
|
|
40
57
|
);
|
|
41
|
-
function
|
|
42
|
-
for (let
|
|
43
|
-
this[
|
|
58
|
+
function f(e) {
|
|
59
|
+
for (let t in o)
|
|
60
|
+
this[t] = o[t];
|
|
44
61
|
}
|
|
45
|
-
const
|
|
46
|
-
return
|
|
62
|
+
const P = /* @__PURE__ */ function() {
|
|
63
|
+
return u.exports;
|
|
47
64
|
}();
|
|
48
65
|
export {
|
|
49
|
-
|
|
66
|
+
P as default
|
|
50
67
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
return t(a, {
|
|
1
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var s = function() {
|
|
3
|
+
var e = this, l = e.$createElement, t = e._self._c || l;
|
|
4
|
+
return t("Page", {
|
|
6
5
|
staticClass: "page-skeleton-new",
|
|
7
6
|
attrs: {
|
|
8
7
|
horizontal: ""
|
|
@@ -52,7 +51,7 @@ var i = function() {
|
|
|
52
51
|
}, [e._t("default", function() {
|
|
53
52
|
return [e._v("内容")];
|
|
54
53
|
})], 2)])]);
|
|
55
|
-
},
|
|
54
|
+
}, i = [];
|
|
56
55
|
const r = {
|
|
57
56
|
name: "PageSkeletonNew",
|
|
58
57
|
props: {
|
|
@@ -76,24 +75,24 @@ const r = {
|
|
|
76
75
|
default: "240px"
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
|
-
},
|
|
80
|
-
var
|
|
78
|
+
}, n = {};
|
|
79
|
+
var o = /* @__PURE__ */ a(
|
|
81
80
|
r,
|
|
81
|
+
s,
|
|
82
82
|
i,
|
|
83
|
-
o,
|
|
84
83
|
!1,
|
|
85
|
-
|
|
84
|
+
c,
|
|
86
85
|
null,
|
|
87
86
|
null,
|
|
88
87
|
null
|
|
89
88
|
);
|
|
90
|
-
function
|
|
91
|
-
for (let
|
|
92
|
-
this[
|
|
89
|
+
function c(e) {
|
|
90
|
+
for (let l in n)
|
|
91
|
+
this[l] = n[l];
|
|
93
92
|
}
|
|
94
|
-
const
|
|
95
|
-
return
|
|
93
|
+
const _ = /* @__PURE__ */ function() {
|
|
94
|
+
return o.exports;
|
|
96
95
|
}();
|
|
97
96
|
export {
|
|
98
|
-
|
|
97
|
+
_ as default
|
|
99
98
|
};
|