@web-utils/component 3.0.4 → 3.0.5
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 +22 -24
- package/awesome-button/index.mjs +29 -30
- package/card/index.mjs +40 -42
- package/carousel/index.mjs +25 -27
- package/chat/index.mjs +57 -67
- package/chunks/FormTemp.7f91629d.mjs +165 -0
- package/chunks/confirmable-mixin.817b542f.mjs +116 -0
- package/chunks/{dataformat.e655611c.mjs → dataformat.f995e2f9.mjs} +3 -3
- package/chunks/{event.10295951.mjs → event.b5d855dd.mjs} +1 -1
- package/chunks/{form-input-mixin.78a567bc.mjs → form-input-mixin.4632ad36.mjs} +1 -1
- package/chunks/{form-item-mixin.57cb2019.mjs → form-item-mixin.ad148e7b.mjs} +13 -13
- package/color-picker/index.mjs +128 -0
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/data-box/index.mjs +32 -34
- package/data-card/index.mjs +33 -35
- package/data-cardtext/index.mjs +27 -29
- package/data-display/index.mjs +33 -35
- package/data-icons/index.mjs +28 -30
- package/data-imgtext/index.mjs +27 -30
- package/data-operatext/index.mjs +39 -41
- package/data-panel/index.mjs +36 -38
- package/data-pay/index.mjs +20 -23
- package/data-price/index.mjs +32 -34
- package/data-progress/index.mjs +27 -30
- package/data-rotate/index.mjs +17 -19
- package/data-table-picker/index.mjs +22 -23
- package/data-tabs/index.mjs +31 -33
- package/dialog-form/index.mjs +22 -27
- package/dynamic-table/index.mjs +36 -40
- package/editable-progress/index.mjs +14 -16
- package/editable-tree/index.mjs +139 -143
- package/egd-collapse-item/index.mjs +2 -1
- package/element-dialog/index.mjs +24 -25
- package/flow-designer/index.mjs +1095 -1111
- package/form-block/index.mjs +22 -24
- package/form-cascader/index.mjs +20 -20
- package/form-checkbox-group/index.mjs +24 -25
- package/form-date-picker/index.mjs +18 -19
- package/form-holder/index.mjs +14 -15
- package/form-input/index.mjs +23 -23
- package/form-input-email/index.mjs +17 -17
- package/form-input-id-card/index.mjs +24 -24
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.mjs +26 -26
- package/form-input-tag/index.mjs +1 -1
- package/form-input-time/index.mjs +17 -17
- package/form-item/index.mjs +54 -56
- package/form-item-group/index.mjs +31 -33
- package/form-radio-group/index.mjs +51 -52
- package/form-select/index.mjs +31 -32
- package/form-switch/index.mjs +22 -22
- package/form-textarea/index.mjs +20 -20
- package/fy-array/index.mjs +61 -65
- package/fy-cascader/index.mjs +19 -20
- package/fy-checkbox/index.mjs +32 -37
- package/fy-code/index.mjs +13 -10
- package/fy-curd/index.mjs +638 -660
- package/fy-date/index.mjs +20 -21
- package/fy-draggable/index.mjs +19 -20
- package/fy-dynamic/index.mjs +26 -27
- package/fy-form/index.mjs +111 -122
- package/fy-form-design/index.mjs +1238 -1270
- package/fy-input/index.mjs +15 -17
- package/fy-input-color/index.mjs +25 -27
- package/fy-input-icon/index.mjs +20 -21
- package/fy-input-map/index.mjs +22 -24
- package/fy-input-number/index.mjs +22 -23
- package/fy-input-table/index.mjs +15 -17
- package/fy-input-tree/index.mjs +28 -32
- package/fy-progress/index.mjs +23 -24
- package/fy-radio/index.mjs +18 -23
- package/fy-rate/index.mjs +12 -13
- package/fy-select/index.mjs +40 -44
- package/fy-slider/index.mjs +17 -18
- package/fy-switch/index.mjs +20 -21
- package/fy-tabs/index.mjs +19 -21
- package/fy-time/index.mjs +14 -20
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +17 -21
- package/fy-upload/index.mjs +74 -76
- package/guide-steps/index.mjs +22 -24
- package/image-cropper/index.mjs +50 -51
- package/image-preview/index.mjs +24 -26
- package/index.mjs +480 -477
- package/input-number/index.mjs +13 -14
- package/input-number-range/index.mjs +23 -24
- package/login/index.mjs +35 -40
- package/nav-bar/index.mjs +13 -14
- package/notice/index.mjs +18 -19
- package/package.json +3 -3
- package/page-index/index.mjs +33 -34
- package/page-index-top/index.mjs +22 -24
- package/pageable-table/index.mjs +92 -96
- package/pageable-view/index.mjs +33 -34
- package/search/index.mjs +21 -23
- package/static-pageable-table/index.mjs +18 -20
- package/swiper/index.mjs +22 -23
- package/table-view/index.mjs +49 -53
- package/tag-render/index.mjs +19 -21
- package/text-ellipsis/index.mjs +11 -12
- package/tinymce-editor/index.mjs +50 -51
- package/toolbar-button/index.mjs +18 -19
- package/vue-cron/index.mjs +104 -112
- package/web-types.json +85 -1
- package/x-input-tag/index.mjs +47 -50
- package/chunks/FormTemp.d079292b.mjs +0 -139
- package/chunks/confirmable-mixin.26e1d0e0.mjs +0 -197
- package/chunks/detail.d6f8e347.mjs +0 -29
package/data-imgtext/index.mjs
CHANGED
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
-
var u = function() {
|
|
6
|
-
var n = this, a = n.$createElement, t = n._self._c || a;
|
|
1
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var i = function() {
|
|
3
|
+
var a = this, e = a.$createElement, t = a._self._c || e;
|
|
7
4
|
return t("div", {
|
|
8
5
|
staticClass: "avue-data-imgtext"
|
|
9
|
-
}, [t(
|
|
6
|
+
}, [t("ElRow", {
|
|
10
7
|
attrs: {
|
|
11
8
|
span: 24
|
|
12
9
|
}
|
|
13
|
-
},
|
|
14
|
-
return t(
|
|
10
|
+
}, a._l(a.data, function(s, o) {
|
|
11
|
+
return t("ElCol", {
|
|
15
12
|
key: o,
|
|
16
13
|
attrs: {
|
|
17
|
-
md:
|
|
14
|
+
md: a.span,
|
|
18
15
|
xs: 24,
|
|
19
16
|
sm: 12
|
|
20
17
|
}
|
|
21
18
|
}, [t("div", {
|
|
22
19
|
staticClass: "item",
|
|
23
20
|
style: {
|
|
24
|
-
color:
|
|
21
|
+
color: a.color
|
|
25
22
|
}
|
|
26
23
|
}, [t("a", {
|
|
27
24
|
attrs: {
|
|
@@ -29,7 +26,7 @@ var u = function() {
|
|
|
29
26
|
target: s.target
|
|
30
27
|
},
|
|
31
28
|
on: {
|
|
32
|
-
click: function(
|
|
29
|
+
click: function(n) {
|
|
33
30
|
s.click && s.click(s);
|
|
34
31
|
}
|
|
35
32
|
}
|
|
@@ -42,31 +39,31 @@ var u = function() {
|
|
|
42
39
|
}
|
|
43
40
|
})]), t("div", {
|
|
44
41
|
staticClass: "item-content"
|
|
45
|
-
}, [t("span", [
|
|
42
|
+
}, [t("span", [a._v(a._s(s.title))]), t("p", [a._v(a._s(s.content))])]), t("div", {
|
|
46
43
|
staticClass: "item-footer"
|
|
47
44
|
}, [t("div", {
|
|
48
45
|
staticClass: "time"
|
|
49
|
-
}, [t("span", [
|
|
46
|
+
}, [t("span", [a._v(a._s(s.time))])]), t("div", {
|
|
50
47
|
staticClass: "imgs"
|
|
51
|
-
}, [t("ul",
|
|
48
|
+
}, [t("ul", a._l(s.headimg, function(n, c) {
|
|
52
49
|
return t("li", {
|
|
53
50
|
key: c
|
|
54
|
-
}, [t(
|
|
51
|
+
}, [t("ElTooltip", {
|
|
55
52
|
attrs: {
|
|
56
53
|
effect: "dark",
|
|
57
|
-
content:
|
|
54
|
+
content: n.name,
|
|
58
55
|
placement: "top-start"
|
|
59
56
|
}
|
|
60
57
|
}, [t("img", {
|
|
61
58
|
attrs: {
|
|
62
|
-
src:
|
|
59
|
+
src: n.src,
|
|
63
60
|
alt: ""
|
|
64
61
|
}
|
|
65
62
|
})])], 1);
|
|
66
63
|
}), 0)])])])])]);
|
|
67
64
|
}), 1)], 1);
|
|
68
|
-
},
|
|
69
|
-
const
|
|
65
|
+
}, _ = [];
|
|
66
|
+
const u = {
|
|
70
67
|
name: "DataImgtext",
|
|
71
68
|
props: {
|
|
72
69
|
option: {
|
|
@@ -87,23 +84,23 @@ const v = {
|
|
|
87
84
|
}
|
|
88
85
|
}
|
|
89
86
|
}, r = {};
|
|
90
|
-
var
|
|
91
|
-
v,
|
|
87
|
+
var p = /* @__PURE__ */ l(
|
|
92
88
|
u,
|
|
93
|
-
|
|
89
|
+
i,
|
|
90
|
+
_,
|
|
94
91
|
!1,
|
|
95
|
-
|
|
92
|
+
v,
|
|
96
93
|
null,
|
|
97
94
|
null,
|
|
98
95
|
null
|
|
99
96
|
);
|
|
100
|
-
function
|
|
101
|
-
for (let
|
|
102
|
-
this[
|
|
97
|
+
function v(a) {
|
|
98
|
+
for (let e in r)
|
|
99
|
+
this[e] = r[e];
|
|
103
100
|
}
|
|
104
|
-
const
|
|
105
|
-
return
|
|
101
|
+
const m = /* @__PURE__ */ function() {
|
|
102
|
+
return p.exports;
|
|
106
103
|
}();
|
|
107
104
|
export {
|
|
108
|
-
|
|
105
|
+
m as default
|
|
109
106
|
};
|
package/data-operatext/index.mjs
CHANGED
|
@@ -1,67 +1,65 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var t = this, e = t.$createElement, s = t._self._c || e;
|
|
6
|
-
return s("div", {
|
|
1
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var c = function() {
|
|
3
|
+
var t = this, e = t.$createElement, a = t._self._c || e;
|
|
4
|
+
return a("div", {
|
|
7
5
|
staticClass: "avue-data-operatext"
|
|
8
|
-
}, [
|
|
6
|
+
}, [a("ElRow", {
|
|
9
7
|
attrs: {
|
|
10
8
|
span: 24
|
|
11
9
|
}
|
|
12
|
-
}, t._l(t.data, function(
|
|
13
|
-
return
|
|
14
|
-
key:
|
|
10
|
+
}, t._l(t.data, function(s, i) {
|
|
11
|
+
return a("ElCol", {
|
|
12
|
+
key: i,
|
|
15
13
|
attrs: {
|
|
16
14
|
md: t.span,
|
|
17
15
|
xs: 24,
|
|
18
16
|
sm: 12
|
|
19
17
|
}
|
|
20
|
-
}, [
|
|
18
|
+
}, [a("div", {
|
|
21
19
|
staticClass: "item"
|
|
22
|
-
}, [
|
|
20
|
+
}, [a("a", {
|
|
23
21
|
attrs: {
|
|
24
|
-
href:
|
|
22
|
+
href: s.href
|
|
25
23
|
},
|
|
26
24
|
on: {
|
|
27
25
|
click: function(n) {
|
|
28
|
-
|
|
26
|
+
s.click && s.click(s);
|
|
29
27
|
}
|
|
30
28
|
}
|
|
31
|
-
}, [
|
|
29
|
+
}, [a("div", {
|
|
32
30
|
staticClass: "item-header",
|
|
33
31
|
style: {
|
|
34
|
-
backgroundColor:
|
|
35
|
-
backgroundImage: `url(${
|
|
32
|
+
backgroundColor: s.color,
|
|
33
|
+
backgroundImage: `url(${s.colorImg})`
|
|
36
34
|
}
|
|
37
|
-
}, [
|
|
35
|
+
}, [a("span", {
|
|
38
36
|
staticClass: "item-title"
|
|
39
|
-
}, [t._v(t._s(
|
|
37
|
+
}, [t._v(t._s(s.title))]), a("span", {
|
|
40
38
|
staticClass: "item-subtitle"
|
|
41
|
-
}, [t._v(t._s(
|
|
39
|
+
}, [t._v(t._s(s.subtitle))])]), a("div", {
|
|
42
40
|
staticClass: "item-content"
|
|
43
|
-
}, [
|
|
41
|
+
}, [a("div", {
|
|
44
42
|
staticClass: "item-img"
|
|
45
|
-
}, [
|
|
43
|
+
}, [a("img", {
|
|
46
44
|
attrs: {
|
|
47
|
-
src:
|
|
45
|
+
src: s.img,
|
|
48
46
|
alt: ""
|
|
49
47
|
}
|
|
50
|
-
})]),
|
|
48
|
+
})]), a("div", {
|
|
51
49
|
staticClass: "item-list"
|
|
52
|
-
}, t._l(
|
|
53
|
-
return
|
|
50
|
+
}, t._l(s.list, function(n, r) {
|
|
51
|
+
return a("div", {
|
|
54
52
|
key: r,
|
|
55
53
|
staticClass: "item-row"
|
|
56
|
-
}, [
|
|
54
|
+
}, [a("span", {
|
|
57
55
|
staticClass: "item-label"
|
|
58
|
-
}, [t._v(t._s(n.label))]),
|
|
56
|
+
}, [t._v(t._s(n.label))]), a("span", {
|
|
59
57
|
staticClass: "item-value"
|
|
60
58
|
}, [t._v(t._s(n.value))])]);
|
|
61
59
|
}), 0)])])])]);
|
|
62
60
|
}), 1)], 1);
|
|
63
|
-
},
|
|
64
|
-
const
|
|
61
|
+
}, _ = [];
|
|
62
|
+
const u = {
|
|
65
63
|
name: "DataOperatext",
|
|
66
64
|
props: {
|
|
67
65
|
option: {
|
|
@@ -78,24 +76,24 @@ const v = {
|
|
|
78
76
|
return this.option.data || [];
|
|
79
77
|
}
|
|
80
78
|
}
|
|
81
|
-
},
|
|
82
|
-
var
|
|
83
|
-
v,
|
|
79
|
+
}, l = {};
|
|
80
|
+
var p = /* @__PURE__ */ o(
|
|
84
81
|
u,
|
|
85
|
-
|
|
82
|
+
c,
|
|
83
|
+
_,
|
|
86
84
|
!1,
|
|
87
|
-
|
|
85
|
+
v,
|
|
88
86
|
null,
|
|
89
87
|
null,
|
|
90
88
|
null
|
|
91
89
|
);
|
|
92
|
-
function
|
|
93
|
-
for (let e in
|
|
94
|
-
this[e] =
|
|
90
|
+
function v(t) {
|
|
91
|
+
for (let e in l)
|
|
92
|
+
this[e] = l[e];
|
|
95
93
|
}
|
|
96
|
-
const
|
|
97
|
-
return
|
|
94
|
+
const m = /* @__PURE__ */ function() {
|
|
95
|
+
return p.exports;
|
|
98
96
|
}();
|
|
99
97
|
export {
|
|
100
|
-
|
|
98
|
+
m as default
|
|
101
99
|
};
|
package/data-panel/index.mjs
CHANGED
|
@@ -1,55 +1,53 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
6
|
-
return n("div", {
|
|
1
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var l = function() {
|
|
3
|
+
var t = this, s = t.$createElement, a = t._self._c || s;
|
|
4
|
+
return a("div", {
|
|
7
5
|
staticClass: "avue-data-panel"
|
|
8
|
-
}, [
|
|
6
|
+
}, [a("ElRow", {
|
|
9
7
|
attrs: {
|
|
10
8
|
span: 24
|
|
11
9
|
}
|
|
12
|
-
}, t._l(t.data, function(
|
|
13
|
-
return
|
|
14
|
-
key:
|
|
10
|
+
}, t._l(t.data, function(n, i) {
|
|
11
|
+
return a("ElCol", {
|
|
12
|
+
key: i,
|
|
15
13
|
attrs: {
|
|
16
14
|
md: t.span,
|
|
17
15
|
xs: 24,
|
|
18
16
|
sm: 12
|
|
19
17
|
}
|
|
20
|
-
}, [
|
|
18
|
+
}, [a("a", {
|
|
21
19
|
attrs: {
|
|
22
|
-
href:
|
|
20
|
+
href: n.href
|
|
23
21
|
},
|
|
24
22
|
on: {
|
|
25
|
-
click: function(
|
|
26
|
-
|
|
23
|
+
click: function(d) {
|
|
24
|
+
n.click && n.click(n);
|
|
27
25
|
}
|
|
28
26
|
}
|
|
29
|
-
}, [
|
|
27
|
+
}, [a("div", {
|
|
30
28
|
staticClass: "item"
|
|
31
|
-
}, [
|
|
29
|
+
}, [a("div", {
|
|
32
30
|
staticClass: "item-icon"
|
|
33
|
-
}, [
|
|
34
|
-
class:
|
|
31
|
+
}, [a("i", {
|
|
32
|
+
class: n.icon,
|
|
35
33
|
style: {
|
|
36
|
-
color:
|
|
34
|
+
color: n.color
|
|
37
35
|
}
|
|
38
|
-
})]),
|
|
36
|
+
})]), a("div", {
|
|
39
37
|
staticClass: "item-info"
|
|
40
|
-
}, [
|
|
38
|
+
}, [a("div", {
|
|
41
39
|
staticClass: "item-title"
|
|
42
|
-
}, [t._v(t._s(
|
|
40
|
+
}, [t._v(t._s(n.title))]), a("CountUp", {
|
|
43
41
|
staticClass: "item-count",
|
|
44
42
|
attrs: {
|
|
45
|
-
animation:
|
|
46
|
-
decimals:
|
|
47
|
-
end:
|
|
43
|
+
animation: n.animation || t.animation,
|
|
44
|
+
decimals: n.decimals || t.decimals,
|
|
45
|
+
end: n.count
|
|
48
46
|
}
|
|
49
47
|
})], 1)])])]);
|
|
50
48
|
}), 1)], 1);
|
|
51
|
-
},
|
|
52
|
-
const
|
|
49
|
+
}, c = [];
|
|
50
|
+
const r = {
|
|
53
51
|
name: "DataPanel",
|
|
54
52
|
props: {
|
|
55
53
|
option: {
|
|
@@ -72,24 +70,24 @@ const u = {
|
|
|
72
70
|
return this.option.data || [];
|
|
73
71
|
}
|
|
74
72
|
}
|
|
75
|
-
},
|
|
76
|
-
var
|
|
77
|
-
u,
|
|
73
|
+
}, e = {};
|
|
74
|
+
var u = /* @__PURE__ */ o(
|
|
78
75
|
r,
|
|
79
|
-
|
|
76
|
+
l,
|
|
77
|
+
c,
|
|
80
78
|
!1,
|
|
81
|
-
|
|
79
|
+
_,
|
|
82
80
|
null,
|
|
83
81
|
null,
|
|
84
82
|
null
|
|
85
83
|
);
|
|
86
|
-
function
|
|
87
|
-
for (let s in
|
|
88
|
-
this[s] =
|
|
84
|
+
function _(t) {
|
|
85
|
+
for (let s in e)
|
|
86
|
+
this[s] = e[s];
|
|
89
87
|
}
|
|
90
|
-
const
|
|
91
|
-
return
|
|
88
|
+
const v = /* @__PURE__ */ function() {
|
|
89
|
+
return u.exports;
|
|
92
90
|
}();
|
|
93
91
|
export {
|
|
94
|
-
|
|
92
|
+
v as default
|
|
95
93
|
};
|
package/data-pay/index.mjs
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
import r from "
|
|
2
|
-
|
|
3
|
-
import _ from "element-ui/lib/row";
|
|
4
|
-
import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
-
var u = function() {
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var c = function() {
|
|
6
3
|
var t = this, o = t.$createElement, s = t._self._c || o;
|
|
7
4
|
return s("div", {
|
|
8
5
|
staticClass: "avue-data-pay"
|
|
9
|
-
}, [s(
|
|
6
|
+
}, [s("ElRow", {
|
|
10
7
|
attrs: {
|
|
11
8
|
span: 24
|
|
12
9
|
}
|
|
13
|
-
}, t._l(t.data, function(a,
|
|
14
|
-
return s(
|
|
15
|
-
key:
|
|
10
|
+
}, t._l(t.data, function(a, i) {
|
|
11
|
+
return s("ElCol", {
|
|
12
|
+
key: i,
|
|
16
13
|
attrs: {
|
|
17
14
|
md: t.span,
|
|
18
15
|
xs: 24,
|
|
@@ -84,7 +81,7 @@ var u = function() {
|
|
|
84
81
|
attrs: {
|
|
85
82
|
href: n.href ? n.href : "javascript:void(0);"
|
|
86
83
|
}
|
|
87
|
-
}, [s(
|
|
84
|
+
}, [s("ElTooltip", {
|
|
88
85
|
attrs: {
|
|
89
86
|
effect: "dark",
|
|
90
87
|
disabled: !n.tip,
|
|
@@ -108,8 +105,8 @@ var u = function() {
|
|
|
108
105
|
}, [t._v(t._s(n.title))])])], 1)]);
|
|
109
106
|
}), 0)])]);
|
|
110
107
|
}), 1)], 1);
|
|
111
|
-
},
|
|
112
|
-
const
|
|
108
|
+
}, _ = [];
|
|
109
|
+
const u = {
|
|
113
110
|
name: "DataPay",
|
|
114
111
|
props: {
|
|
115
112
|
option: {
|
|
@@ -132,24 +129,24 @@ const v = {
|
|
|
132
129
|
return this.option.data || [];
|
|
133
130
|
}
|
|
134
131
|
}
|
|
135
|
-
},
|
|
136
|
-
var
|
|
137
|
-
v,
|
|
132
|
+
}, l = {};
|
|
133
|
+
var p = /* @__PURE__ */ r(
|
|
138
134
|
u,
|
|
139
|
-
|
|
135
|
+
c,
|
|
136
|
+
_,
|
|
140
137
|
!1,
|
|
141
|
-
|
|
138
|
+
d,
|
|
142
139
|
null,
|
|
143
140
|
null,
|
|
144
141
|
null
|
|
145
142
|
);
|
|
146
|
-
function
|
|
147
|
-
for (let o in
|
|
148
|
-
this[o] =
|
|
143
|
+
function d(t) {
|
|
144
|
+
for (let o in l)
|
|
145
|
+
this[o] = l[o];
|
|
149
146
|
}
|
|
150
|
-
const
|
|
151
|
-
return
|
|
147
|
+
const f = /* @__PURE__ */ function() {
|
|
148
|
+
return p.exports;
|
|
152
149
|
}();
|
|
153
150
|
export {
|
|
154
|
-
|
|
151
|
+
f as default
|
|
155
152
|
};
|
package/data-price/index.mjs
CHANGED
|
@@ -1,52 +1,50 @@
|
|
|
1
|
-
import _ from "element-ui/lib/col";
|
|
2
|
-
import o from "element-ui/lib/row";
|
|
3
1
|
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
-
var
|
|
5
|
-
var t = this,
|
|
6
|
-
return
|
|
2
|
+
var o = function() {
|
|
3
|
+
var t = this, n = t.$createElement, s = t._self._c || n;
|
|
4
|
+
return s("div", {
|
|
7
5
|
staticClass: "data-price"
|
|
8
|
-
}, [
|
|
6
|
+
}, [s("ElRow", {
|
|
9
7
|
attrs: {
|
|
10
8
|
span: 24
|
|
11
9
|
}
|
|
12
|
-
}, [t._l(t.data, function(
|
|
13
|
-
return [
|
|
14
|
-
key:
|
|
10
|
+
}, [t._l(t.data, function(a, c) {
|
|
11
|
+
return [s("ElCol", {
|
|
12
|
+
key: c,
|
|
15
13
|
attrs: {
|
|
16
14
|
xs: 12,
|
|
17
15
|
sm: 6,
|
|
18
16
|
md: t.span
|
|
19
17
|
}
|
|
20
|
-
}, [
|
|
18
|
+
}, [s("div", {
|
|
21
19
|
staticClass: "item item--active"
|
|
22
|
-
}, [
|
|
20
|
+
}, [s("a", {
|
|
23
21
|
attrs: {
|
|
24
|
-
href:
|
|
25
|
-
target:
|
|
22
|
+
href: a.href,
|
|
23
|
+
target: a.target
|
|
26
24
|
},
|
|
27
25
|
on: {
|
|
28
26
|
click: function(e) {
|
|
29
|
-
|
|
27
|
+
a.click && a.click(a);
|
|
30
28
|
}
|
|
31
29
|
}
|
|
32
|
-
}, [
|
|
30
|
+
}, [s("div", {
|
|
33
31
|
staticClass: "title"
|
|
34
|
-
}, [t._v(" " + t._s(
|
|
32
|
+
}, [t._v(" " + t._s(a.title) + " ")]), s("div", {
|
|
35
33
|
staticClass: "body"
|
|
36
|
-
}, [
|
|
34
|
+
}, [s("span", {
|
|
37
35
|
staticClass: "price"
|
|
38
|
-
}, [t._v(t._s(
|
|
36
|
+
}, [t._v(t._s(a.price))]), s("span", {
|
|
39
37
|
staticClass: "append"
|
|
40
|
-
}, [t._v(t._s(
|
|
38
|
+
}, [t._v(t._s(a.append))])]), s("div", {
|
|
41
39
|
staticClass: "list"
|
|
42
|
-
}, t._l(
|
|
43
|
-
return
|
|
44
|
-
key:
|
|
40
|
+
}, t._l(a.list, function(e, i) {
|
|
41
|
+
return s("p", {
|
|
42
|
+
key: i
|
|
45
43
|
}, [t._v(" " + t._s(e) + " ")]);
|
|
46
44
|
}), 0)])])])];
|
|
47
45
|
})], 2)], 1);
|
|
48
|
-
},
|
|
49
|
-
const
|
|
46
|
+
}, _ = [];
|
|
47
|
+
const p = {
|
|
50
48
|
name: "DataPrice",
|
|
51
49
|
props: {
|
|
52
50
|
option: {
|
|
@@ -64,23 +62,23 @@ const v = {
|
|
|
64
62
|
}
|
|
65
63
|
}
|
|
66
64
|
}, r = {};
|
|
67
|
-
var
|
|
68
|
-
v,
|
|
65
|
+
var u = /* @__PURE__ */ l(
|
|
69
66
|
p,
|
|
70
|
-
|
|
67
|
+
o,
|
|
68
|
+
_,
|
|
71
69
|
!1,
|
|
72
|
-
|
|
70
|
+
v,
|
|
73
71
|
null,
|
|
74
72
|
null,
|
|
75
73
|
null
|
|
76
74
|
);
|
|
77
|
-
function
|
|
78
|
-
for (let
|
|
79
|
-
this[
|
|
75
|
+
function v(t) {
|
|
76
|
+
for (let n in r)
|
|
77
|
+
this[n] = r[n];
|
|
80
78
|
}
|
|
81
|
-
const
|
|
82
|
-
return
|
|
79
|
+
const f = /* @__PURE__ */ function() {
|
|
80
|
+
return u.exports;
|
|
83
81
|
}();
|
|
84
82
|
export {
|
|
85
|
-
|
|
83
|
+
f as default
|
|
86
84
|
};
|
package/data-progress/index.mjs
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
import r from "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
-
var _ = function() {
|
|
6
|
-
var n = this, a = n.$createElement, s = n._self._c || a;
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var i = function() {
|
|
3
|
+
var a = this, n = a.$createElement, s = a._self._c || n;
|
|
7
4
|
return s("div", {
|
|
8
5
|
staticClass: "data-progress"
|
|
9
|
-
}, [s(
|
|
6
|
+
}, [s("ElRow", {
|
|
10
7
|
attrs: {
|
|
11
8
|
span: 24
|
|
12
9
|
}
|
|
13
|
-
},
|
|
14
|
-
return s(
|
|
15
|
-
key:
|
|
10
|
+
}, a._l(a.data, function(t, o) {
|
|
11
|
+
return s("ElCol", {
|
|
12
|
+
key: o,
|
|
16
13
|
attrs: {
|
|
17
|
-
md:
|
|
14
|
+
md: a.span,
|
|
18
15
|
xs: 24,
|
|
19
16
|
sm: 12
|
|
20
17
|
}
|
|
@@ -26,7 +23,7 @@ var _ = function() {
|
|
|
26
23
|
target: t.target
|
|
27
24
|
},
|
|
28
25
|
on: {
|
|
29
|
-
click: function(
|
|
26
|
+
click: function(d) {
|
|
30
27
|
t.click && t.click(t);
|
|
31
28
|
}
|
|
32
29
|
}
|
|
@@ -35,16 +32,16 @@ var _ = function() {
|
|
|
35
32
|
}, [s("CountUp", {
|
|
36
33
|
staticClass: "item-count",
|
|
37
34
|
attrs: {
|
|
38
|
-
animation: t.animation ||
|
|
39
|
-
decimals: t.decimals ||
|
|
35
|
+
animation: t.animation || a.animation,
|
|
36
|
+
decimals: t.decimals || a.decimals,
|
|
40
37
|
end: t.count
|
|
41
38
|
}
|
|
42
39
|
}), s("div", {
|
|
43
40
|
staticClass: "item-title",
|
|
44
41
|
domProps: {
|
|
45
|
-
textContent:
|
|
42
|
+
textContent: a._s(t.title)
|
|
46
43
|
}
|
|
47
|
-
})], 1), s(
|
|
44
|
+
})], 1), s("ElProgress", {
|
|
48
45
|
attrs: {
|
|
49
46
|
"stroke-width": 15,
|
|
50
47
|
percentage: t.count,
|
|
@@ -53,8 +50,8 @@ var _ = function() {
|
|
|
53
50
|
}
|
|
54
51
|
})], 1)])]);
|
|
55
52
|
}), 1)], 1);
|
|
56
|
-
},
|
|
57
|
-
const
|
|
53
|
+
}, c = [];
|
|
54
|
+
const l = {
|
|
58
55
|
name: "DataProgress",
|
|
59
56
|
props: {
|
|
60
57
|
option: {
|
|
@@ -77,24 +74,24 @@ const u = {
|
|
|
77
74
|
return this.option.data || [];
|
|
78
75
|
}
|
|
79
76
|
}
|
|
80
|
-
},
|
|
81
|
-
var
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
77
|
+
}, e = {};
|
|
78
|
+
var u = /* @__PURE__ */ r(
|
|
79
|
+
l,
|
|
80
|
+
i,
|
|
81
|
+
c,
|
|
85
82
|
!1,
|
|
86
|
-
|
|
83
|
+
_,
|
|
87
84
|
null,
|
|
88
85
|
null,
|
|
89
86
|
null
|
|
90
87
|
);
|
|
91
|
-
function
|
|
92
|
-
for (let
|
|
93
|
-
this[
|
|
88
|
+
function _(a) {
|
|
89
|
+
for (let n in e)
|
|
90
|
+
this[n] = e[n];
|
|
94
91
|
}
|
|
95
|
-
const
|
|
96
|
-
return
|
|
92
|
+
const m = /* @__PURE__ */ function() {
|
|
93
|
+
return u.exports;
|
|
97
94
|
}();
|
|
98
95
|
export {
|
|
99
|
-
|
|
96
|
+
m as default
|
|
100
97
|
};
|