@web-utils/component 2.70.0 → 3.0.1
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 +16 -14
- package/awesome-button/index.mjs +30 -29
- package/card/index.mjs +42 -40
- package/carousel/index.mjs +27 -25
- package/chat/index.mjs +70 -59
- package/chunk-file-uploader/index.mjs +594 -35
- package/chunk-file-uploader/style.css +1 -1
- package/chunks/CountUp.f1a19f35.mjs +124 -0
- package/chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs +8 -0
- package/chunks/EasyPopup.vue_vue_type_style_index_0_lang.89350bda.mjs +32 -0
- package/chunks/EditableTree.vue_vue_type_style_index_0_lang.5dba9f89.mjs +356 -0
- package/chunks/ElementDialog.d8f3105c.mjs +211 -0
- package/chunks/ElementDialog.vue_vue_type_style_index_0_lang.57cb8e07.mjs +95 -0
- package/chunks/EmptyView.e2430422.mjs +51 -0
- package/chunks/EmptyView.vue_vue_type_style_index_0_lang.ffa84770.mjs +23 -0
- package/chunks/FlowNode.vue_vue_type_template_lang.662bdcfa.mjs +37 -0
- package/chunks/FormInput.vue_vue_type_template_lang.3cb79386.mjs +65 -0
- package/chunks/FormItem.2920ac0c.mjs +45 -0
- package/chunks/FormItem.vue_vue_type_style_index_0_lang.970bd712.mjs +258 -0
- package/chunks/FormItemGroup.41daddb6.mjs +64 -0
- package/chunks/FormItemGroup.vue_vue_type_style_index_0_lang.b588a8ea.mjs +155 -0
- package/chunks/FyCurd.8acd2983.mjs +548 -0
- package/chunks/FyCurd.vue_vue_type_style_index_0_lang.4fbd4b30.mjs +2945 -0
- package/chunks/FyDate.vue_vue_type_style_index_0_lang.429c03e3.mjs +47 -0
- package/chunks/FyDynamic.vue_vue_type_style_index_0_lang.304417ce.mjs +151 -0
- package/chunks/FyEmpty.vue_vue_type_style_index_0_lang.fc8bd24c.mjs +22 -0
- package/chunks/FyForm.0294e494.mjs +439 -0
- package/chunks/FyForm.vue_vue_type_style_index_0_lang.6e64daee.mjs +737 -0
- package/chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs +93 -0
- package/chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs +56 -0
- package/chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs +158 -0
- package/chunks/FyRate.vue_vue_type_style_index_0_lang.82174185.mjs +39 -0
- package/chunks/FySelect.vue_vue_type_style_index_0_lang.5f0f3244.mjs +102 -0
- package/chunks/FyTabs.vue_vue_type_template_lang.66af5ac9.mjs +41 -0
- package/chunks/HighlightJS.vue_vue_type_style_index_0_lang.fefeaa3b.mjs +15 -0
- package/chunks/IconTemp.42c48e1f.mjs +32 -0
- package/chunks/IconTemp.vue_vue_type_style_index_0_lang.a0777b31.mjs +23 -0
- package/chunks/InputNumber.vue_vue_type_style_index_0_lang.18046bd3.mjs +172 -0
- package/chunks/LoadingView.vue_vue_type_style_index_0_lang.4c3fff2a.mjs +23 -0
- package/chunks/NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs +21 -0
- package/chunks/Page.81f4b8d9.mjs +32 -0
- package/chunks/Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs +13 -0
- package/chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs +26 -0
- package/chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs +88 -0
- package/chunks/PageableTable.333cbdc1.mjs +335 -0
- package/chunks/PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs +148 -0
- package/chunks/ResizeObserver.60f728f0.mjs +54 -0
- package/chunks/ResizeObserver.vue_vue_type_style_index_0_lang.7079029c.mjs +13 -0
- package/chunks/TableColumn.8503272e.mjs +106 -0
- package/chunks/Toolbar.5c539dbb.mjs +24 -0
- package/chunks/Toolbar.vue_vue_type_style_index_0_lang.7594243c.mjs +275 -0
- package/chunks/ToolbarButton.vue_vue_type_style_index_0_lang.e2cb14ba.mjs +31 -0
- package/chunks/XInputTag.vue_vue_type_style_index_0_lang.7ad045b3.mjs +74 -0
- package/chunks/confirmable-mixin.26e1d0e0.mjs +197 -0
- package/chunks/{dataformat.f995e2f9.mjs → dataformat.816df805.mjs} +5 -5
- package/chunks/{dic.eaac0823.mjs → dic.3b4ba802.mjs} +40 -40
- package/chunks/{event.b5d855dd.mjs → event.4377230d.mjs} +2 -2
- package/chunks/{index.57f871af.mjs → index.d91bd77a.mjs} +7 -7
- package/chunks/{init.47f219b4.mjs → init.f0a03127.mjs} +2 -2
- package/chunks/{util.ae730cde.mjs → util.7844e2c2.mjs} +21 -21
- package/color-picker/index.mjs +200 -32
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/count-up/index.mjs +14 -17
- package/data-box/index.mjs +36 -33
- package/data-card/index.mjs +35 -33
- package/data-cardtext/index.mjs +29 -27
- package/data-display/index.mjs +37 -34
- package/data-icons/index.mjs +32 -29
- package/data-imgtext/index.mjs +30 -27
- package/data-operatext/index.mjs +41 -39
- package/data-panel/index.mjs +39 -36
- package/data-pay/index.mjs +26 -22
- package/data-price/index.mjs +34 -32
- package/data-progress/index.mjs +32 -28
- package/data-rotate/index.mjs +38 -35
- package/data-table-picker/index.mjs +25 -22
- package/data-tabs/index.mjs +35 -32
- package/dialog-form/index.mjs +41 -32
- package/dynamic-table/index.mjs +47 -42
- package/easy-popup/index.mjs +29 -56
- package/editable-progress/index.mjs +16 -14
- package/editable-tree/index.mjs +129 -476
- package/egd-collapse-item/index.mjs +1 -2
- package/element-dialog/index.mjs +37 -126
- package/empty-view/index.mjs +13 -31
- 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 +105 -40
- package/flow-designer/index.mjs +1190 -1114
- package/flow-node/index.mjs +15 -47
- package/flow-viewer/index.mjs +167 -78
- package/form-block/index.mjs +24 -22
- package/form-cascader/index.mjs +29 -29
- package/form-checkbox-group/index.mjs +76 -31
- package/form-date-picker/index.mjs +21 -20
- package/form-holder/index.mjs +16 -15
- package/form-input/index.mjs +30 -88
- package/form-input-email/index.mjs +28 -28
- package/form-input-id-card/index.mjs +37 -37
- package/form-input-number/index.mjs +219 -59
- package/form-input-phone-number/index.mjs +25 -25
- package/form-input-tag/index.mjs +160 -38
- package/form-input-time/index.mjs +23 -23
- package/form-item/index.mjs +15 -144
- package/form-item-group/index.mjs +15 -163
- package/form-radio-group/index.mjs +39 -38
- package/form-select/index.mjs +33 -32
- package/form-switch/index.mjs +26 -26
- package/form-textarea/index.mjs +26 -26
- package/form-view/index.mjs +46 -42
- package/fy-array/index.mjs +65 -61
- package/fy-cascader/index.mjs +14 -13
- package/fy-checkbox/index.mjs +37 -32
- package/fy-code/index.mjs +11 -14
- package/fy-curd/index.mjs +206 -2795
- package/fy-date/index.mjs +16 -57
- package/fy-draggable/index.mjs +21 -20
- package/fy-dynamic/index.mjs +64 -207
- package/fy-empty/index.mjs +12 -29
- package/fy-form/index.mjs +178 -732
- package/fy-form-design/index.mjs +1738 -1179
- package/fy-input/index.mjs +15 -101
- package/fy-input-color/index.mjs +17 -66
- package/fy-input-icon/index.mjs +21 -116
- package/fy-input-map/index.mjs +27 -24
- package/fy-input-number/index.mjs +23 -22
- package/fy-input-table/index.mjs +22 -18
- package/fy-input-tree/index.mjs +32 -28
- package/fy-progress/index.mjs +24 -23
- package/fy-radio/index.mjs +23 -18
- package/fy-rate/index.mjs +16 -49
- package/fy-select/index.mjs +29 -122
- package/fy-slider/index.mjs +18 -17
- package/fy-switch/index.mjs +21 -20
- package/fy-tabs/index.mjs +14 -48
- package/fy-time/index.mjs +20 -14
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +26 -20
- package/fy-u-editor/index.mjs +1 -1
- package/fy-upload/index.mjs +76 -74
- package/guide-steps/index.mjs +24 -22
- package/highlight-j-s/index.mjs +19 -29
- package/icon-temp/index.mjs +12 -30
- package/iframe-window/index.mjs +19 -18
- package/image-cropper/index.mjs +53 -51
- package/image-preview/index.mjs +27 -25
- package/input-number/index.mjs +63 -172
- package/input-number-range/index.mjs +24 -23
- package/license/index.mjs +1 -1
- package/loading-view/index.mjs +15 -33
- package/login/index.mjs +40 -35
- package/nav-bar/index.mjs +15 -30
- package/notice/index.mjs +19 -18
- package/package.json +1 -1
- package/page/index.mjs +12 -20
- package/page-header/index.mjs +13 -34
- package/page-index/index.mjs +34 -33
- package/page-index-top/index.mjs +100 -51
- package/page-skeleton/index.mjs +18 -35
- package/page-skeleton-new/index.mjs +16 -15
- package/pageable-table/index.mjs +85 -223
- package/pageable-view/index.mjs +34 -33
- package/present-view/index.mjs +75 -71
- package/record-video/index.mjs +1 -1
- package/resize-observer/index.mjs +21 -29
- package/search/index.mjs +29 -27
- package/search-popover/index.mjs +1 -1
- package/sign/index.mjs +1 -1
- package/split-pane/index.mjs +40 -45
- package/static-pageable-table/index.mjs +20 -18
- package/swiper/index.mjs +27 -25
- package/table-view/index.mjs +627 -89
- package/tag-render/index.mjs +21 -19
- package/text-ellipsis/index.mjs +13 -12
- package/tinymce-editor/index.mjs +73 -72
- package/toolbar/index.mjs +15 -208
- package/toolbar-button/index.mjs +32 -57
- package/verify/index.mjs +1 -1
- package/vue-cron/index.mjs +112 -104
- package/watermark/index.mjs +1 -1
- package/web-types.json +1 -1
- package/x-input-tag/index.mjs +51 -117
- package/chunks/FormTemp.7f91629d.mjs +0 -165
- package/chunks/confirmable-mixin.817b542f.mjs +0 -116
- package/chunks/form-input-mixin.4632ad36.mjs +0 -24
- package/chunks/form-item-mixin.ad148e7b.mjs +0 -140
- package/chunks/input-number-mixin.41a066be.mjs +0 -60
package/data-display/index.mjs
CHANGED
|
@@ -1,51 +1,54 @@
|
|
|
1
1
|
import e from "@web-utils/component/count-up";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
import { _ as r } from "../chunks/CountUp.f1a19f35.mjs";
|
|
3
|
+
import c from "element-ui/lib/col";
|
|
4
|
+
import l from "element-ui/lib/row";
|
|
5
|
+
import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
6
|
+
var _ = function() {
|
|
7
|
+
var t = this, o = t.$createElement, a = t._self._c || o;
|
|
8
|
+
return a("div", {
|
|
6
9
|
staticClass: "avue-data-display"
|
|
7
|
-
}, [
|
|
10
|
+
}, [a(l, {
|
|
8
11
|
attrs: {
|
|
9
12
|
span: 24
|
|
10
13
|
}
|
|
11
|
-
}, t._l(t.data, function(
|
|
12
|
-
return
|
|
14
|
+
}, t._l(t.data, function(n, i) {
|
|
15
|
+
return a(c, {
|
|
13
16
|
key: i,
|
|
14
17
|
attrs: {
|
|
15
18
|
md: t.span,
|
|
16
19
|
xs: 12,
|
|
17
20
|
sm: 12
|
|
18
21
|
}
|
|
19
|
-
}, [
|
|
22
|
+
}, [a("div", {
|
|
20
23
|
staticClass: "item",
|
|
21
24
|
style: {
|
|
22
25
|
color: t.color
|
|
23
26
|
}
|
|
24
|
-
}, [
|
|
27
|
+
}, [a("a", {
|
|
25
28
|
attrs: {
|
|
26
|
-
href:
|
|
27
|
-
target:
|
|
29
|
+
href: n.href,
|
|
30
|
+
target: n.target
|
|
28
31
|
},
|
|
29
32
|
on: {
|
|
30
|
-
click: function(
|
|
31
|
-
|
|
33
|
+
click: function(v) {
|
|
34
|
+
n.click && n.click(n);
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
|
-
}, [
|
|
37
|
+
}, [a(r, {
|
|
35
38
|
staticClass: "count",
|
|
36
39
|
attrs: {
|
|
37
|
-
animation:
|
|
38
|
-
decimals:
|
|
39
|
-
end:
|
|
40
|
+
animation: n.animation || t.animation,
|
|
41
|
+
decimals: n.decimals || t.decimals,
|
|
42
|
+
end: n.count
|
|
40
43
|
}
|
|
41
|
-
}),
|
|
44
|
+
}), a("span", {
|
|
42
45
|
staticClass: "splitLine"
|
|
43
|
-
}),
|
|
46
|
+
}), a("div", {
|
|
44
47
|
staticClass: "title"
|
|
45
|
-
}, [t._v(t._s(
|
|
48
|
+
}, [t._v(t._s(n.title))])], 1)])]);
|
|
46
49
|
}), 1)], 1);
|
|
47
|
-
},
|
|
48
|
-
const
|
|
50
|
+
}, u = [];
|
|
51
|
+
const m = {
|
|
49
52
|
name: "DataDisplay",
|
|
50
53
|
components: {
|
|
51
54
|
CountUp: e
|
|
@@ -74,24 +77,24 @@ const p = {
|
|
|
74
77
|
return this.option.color || "rgb(63, 161, 255)";
|
|
75
78
|
}
|
|
76
79
|
}
|
|
77
|
-
},
|
|
78
|
-
var
|
|
79
|
-
|
|
80
|
-
l,
|
|
81
|
-
c,
|
|
82
|
-
!1,
|
|
80
|
+
}, s = {};
|
|
81
|
+
var d = /* @__PURE__ */ p(
|
|
82
|
+
m,
|
|
83
83
|
_,
|
|
84
|
+
u,
|
|
85
|
+
!1,
|
|
86
|
+
f,
|
|
84
87
|
null,
|
|
85
88
|
null,
|
|
86
89
|
null
|
|
87
90
|
);
|
|
88
|
-
function
|
|
89
|
-
for (let
|
|
90
|
-
this[
|
|
91
|
+
function f(t) {
|
|
92
|
+
for (let o in s)
|
|
93
|
+
this[o] = s[o];
|
|
91
94
|
}
|
|
92
|
-
const
|
|
93
|
-
return
|
|
95
|
+
const k = /* @__PURE__ */ function() {
|
|
96
|
+
return d.exports;
|
|
94
97
|
}();
|
|
95
98
|
export {
|
|
96
|
-
|
|
99
|
+
k as default
|
|
97
100
|
};
|
package/data-icons/index.mjs
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { _ as c } from "../chunks/CountUp.f1a19f35.mjs";
|
|
2
|
+
import e from "element-ui/lib/col";
|
|
3
|
+
import r from "element-ui/lib/row";
|
|
4
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
+
var _ = function() {
|
|
6
|
+
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
4
7
|
return n("div", {
|
|
5
8
|
staticClass: "data-icons"
|
|
6
|
-
}, [n(
|
|
9
|
+
}, [n(r, {
|
|
7
10
|
attrs: {
|
|
8
11
|
span: 24
|
|
9
12
|
}
|
|
10
|
-
}, [t._l(t.data, function(
|
|
11
|
-
return [n(
|
|
13
|
+
}, [t._l(t.data, function(o, i) {
|
|
14
|
+
return [n(e, {
|
|
12
15
|
key: i,
|
|
13
16
|
attrs: {
|
|
14
17
|
xs: 12,
|
|
@@ -22,12 +25,12 @@ var e = function() {
|
|
|
22
25
|
}]
|
|
23
26
|
}, [n("a", {
|
|
24
27
|
attrs: {
|
|
25
|
-
href:
|
|
26
|
-
target:
|
|
28
|
+
href: o.href,
|
|
29
|
+
target: o.target
|
|
27
30
|
},
|
|
28
31
|
on: {
|
|
29
|
-
click: function(
|
|
30
|
-
|
|
32
|
+
click: function(f) {
|
|
33
|
+
o.click && o.click(o);
|
|
31
34
|
}
|
|
32
35
|
}
|
|
33
36
|
}, [n("div", {
|
|
@@ -36,23 +39,23 @@ var e = function() {
|
|
|
36
39
|
color: t.color
|
|
37
40
|
}
|
|
38
41
|
}, [n("i", {
|
|
39
|
-
class:
|
|
42
|
+
class: o.icon
|
|
40
43
|
})]), n("div", {
|
|
41
44
|
staticClass: "item-info"
|
|
42
|
-
}, [n("span", [t._v(t._s(
|
|
45
|
+
}, [n("span", [t._v(t._s(o.title))]), n(c, {
|
|
43
46
|
staticClass: "count",
|
|
44
47
|
style: {
|
|
45
48
|
color: t.color
|
|
46
49
|
},
|
|
47
50
|
attrs: {
|
|
48
|
-
animation:
|
|
49
|
-
decimals:
|
|
50
|
-
end:
|
|
51
|
+
animation: o.animation || t.animation,
|
|
52
|
+
decimals: o.decimals || t.decimals,
|
|
53
|
+
end: o.count
|
|
51
54
|
}
|
|
52
55
|
})], 1)])])])];
|
|
53
56
|
})], 2)], 1);
|
|
54
|
-
},
|
|
55
|
-
const
|
|
57
|
+
}, u = [];
|
|
58
|
+
const p = {
|
|
56
59
|
name: "DataIcons",
|
|
57
60
|
props: {
|
|
58
61
|
option: {
|
|
@@ -81,24 +84,24 @@ const l = {
|
|
|
81
84
|
return this.option.discount || !1;
|
|
82
85
|
}
|
|
83
86
|
}
|
|
84
|
-
},
|
|
85
|
-
var
|
|
86
|
-
|
|
87
|
-
e,
|
|
88
|
-
r,
|
|
89
|
-
!1,
|
|
87
|
+
}, a = {};
|
|
88
|
+
var d = /* @__PURE__ */ l(
|
|
89
|
+
p,
|
|
90
90
|
_,
|
|
91
|
+
u,
|
|
92
|
+
!1,
|
|
93
|
+
m,
|
|
91
94
|
null,
|
|
92
95
|
null,
|
|
93
96
|
null
|
|
94
97
|
);
|
|
95
|
-
function
|
|
96
|
-
for (let
|
|
97
|
-
this[
|
|
98
|
+
function m(t) {
|
|
99
|
+
for (let s in a)
|
|
100
|
+
this[s] = a[s];
|
|
98
101
|
}
|
|
99
|
-
const
|
|
100
|
-
return
|
|
102
|
+
const C = /* @__PURE__ */ function() {
|
|
103
|
+
return d.exports;
|
|
101
104
|
}();
|
|
102
105
|
export {
|
|
103
|
-
|
|
106
|
+
C as default
|
|
104
107
|
};
|
package/data-imgtext/index.mjs
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import i from "element-ui/lib/tooltip";
|
|
2
|
+
import _ from "element-ui/lib/col";
|
|
3
|
+
import l from "element-ui/lib/row";
|
|
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;
|
|
4
7
|
return t("div", {
|
|
5
8
|
staticClass: "avue-data-imgtext"
|
|
6
|
-
}, [t(
|
|
9
|
+
}, [t(l, {
|
|
7
10
|
attrs: {
|
|
8
11
|
span: 24
|
|
9
12
|
}
|
|
10
|
-
},
|
|
11
|
-
return t(
|
|
13
|
+
}, n._l(n.data, function(s, o) {
|
|
14
|
+
return t(_, {
|
|
12
15
|
key: o,
|
|
13
16
|
attrs: {
|
|
14
|
-
md:
|
|
17
|
+
md: n.span,
|
|
15
18
|
xs: 24,
|
|
16
19
|
sm: 12
|
|
17
20
|
}
|
|
18
21
|
}, [t("div", {
|
|
19
22
|
staticClass: "item",
|
|
20
23
|
style: {
|
|
21
|
-
color:
|
|
24
|
+
color: n.color
|
|
22
25
|
}
|
|
23
26
|
}, [t("a", {
|
|
24
27
|
attrs: {
|
|
@@ -26,7 +29,7 @@ var i = function() {
|
|
|
26
29
|
target: s.target
|
|
27
30
|
},
|
|
28
31
|
on: {
|
|
29
|
-
click: function(
|
|
32
|
+
click: function(e) {
|
|
30
33
|
s.click && s.click(s);
|
|
31
34
|
}
|
|
32
35
|
}
|
|
@@ -39,31 +42,31 @@ var i = function() {
|
|
|
39
42
|
}
|
|
40
43
|
})]), t("div", {
|
|
41
44
|
staticClass: "item-content"
|
|
42
|
-
}, [t("span", [
|
|
45
|
+
}, [t("span", [n._v(n._s(s.title))]), t("p", [n._v(n._s(s.content))])]), t("div", {
|
|
43
46
|
staticClass: "item-footer"
|
|
44
47
|
}, [t("div", {
|
|
45
48
|
staticClass: "time"
|
|
46
|
-
}, [t("span", [
|
|
49
|
+
}, [t("span", [n._v(n._s(s.time))])]), t("div", {
|
|
47
50
|
staticClass: "imgs"
|
|
48
|
-
}, [t("ul",
|
|
51
|
+
}, [t("ul", n._l(s.headimg, function(e, c) {
|
|
49
52
|
return t("li", {
|
|
50
53
|
key: c
|
|
51
|
-
}, [t(
|
|
54
|
+
}, [t(i, {
|
|
52
55
|
attrs: {
|
|
53
56
|
effect: "dark",
|
|
54
|
-
content:
|
|
57
|
+
content: e.name,
|
|
55
58
|
placement: "top-start"
|
|
56
59
|
}
|
|
57
60
|
}, [t("img", {
|
|
58
61
|
attrs: {
|
|
59
|
-
src:
|
|
62
|
+
src: e.src,
|
|
60
63
|
alt: ""
|
|
61
64
|
}
|
|
62
65
|
})])], 1);
|
|
63
66
|
}), 0)])])])])]);
|
|
64
67
|
}), 1)], 1);
|
|
65
|
-
},
|
|
66
|
-
const
|
|
68
|
+
}, m = [];
|
|
69
|
+
const v = {
|
|
67
70
|
name: "DataImgtext",
|
|
68
71
|
props: {
|
|
69
72
|
option: {
|
|
@@ -84,23 +87,23 @@ const u = {
|
|
|
84
87
|
}
|
|
85
88
|
}
|
|
86
89
|
}, r = {};
|
|
87
|
-
var
|
|
90
|
+
var d = /* @__PURE__ */ p(
|
|
91
|
+
v,
|
|
88
92
|
u,
|
|
89
|
-
|
|
90
|
-
_,
|
|
93
|
+
m,
|
|
91
94
|
!1,
|
|
92
|
-
|
|
95
|
+
f,
|
|
93
96
|
null,
|
|
94
97
|
null,
|
|
95
98
|
null
|
|
96
99
|
);
|
|
97
|
-
function
|
|
98
|
-
for (let
|
|
99
|
-
this[
|
|
100
|
+
function f(n) {
|
|
101
|
+
for (let a in r)
|
|
102
|
+
this[a] = r[a];
|
|
100
103
|
}
|
|
101
|
-
const
|
|
102
|
-
return
|
|
104
|
+
const y = /* @__PURE__ */ function() {
|
|
105
|
+
return d.exports;
|
|
103
106
|
}();
|
|
104
107
|
export {
|
|
105
|
-
|
|
108
|
+
y as default
|
|
106
109
|
};
|
package/data-operatext/index.mjs
CHANGED
|
@@ -1,65 +1,67 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import o from "element-ui/lib/col";
|
|
2
|
+
import c from "element-ui/lib/row";
|
|
3
|
+
import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var u = function() {
|
|
5
|
+
var t = this, e = t.$createElement, s = t._self._c || e;
|
|
6
|
+
return s("div", {
|
|
5
7
|
staticClass: "avue-data-operatext"
|
|
6
|
-
}, [
|
|
8
|
+
}, [s(c, {
|
|
7
9
|
attrs: {
|
|
8
10
|
span: 24
|
|
9
11
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
11
|
-
return
|
|
12
|
-
key:
|
|
12
|
+
}, t._l(t.data, function(a, l) {
|
|
13
|
+
return s(o, {
|
|
14
|
+
key: l,
|
|
13
15
|
attrs: {
|
|
14
16
|
md: t.span,
|
|
15
17
|
xs: 24,
|
|
16
18
|
sm: 12
|
|
17
19
|
}
|
|
18
|
-
}, [
|
|
20
|
+
}, [s("div", {
|
|
19
21
|
staticClass: "item"
|
|
20
|
-
}, [
|
|
22
|
+
}, [s("a", {
|
|
21
23
|
attrs: {
|
|
22
|
-
href:
|
|
24
|
+
href: a.href
|
|
23
25
|
},
|
|
24
26
|
on: {
|
|
25
27
|
click: function(n) {
|
|
26
|
-
|
|
28
|
+
a.click && a.click(a);
|
|
27
29
|
}
|
|
28
30
|
}
|
|
29
|
-
}, [
|
|
31
|
+
}, [s("div", {
|
|
30
32
|
staticClass: "item-header",
|
|
31
33
|
style: {
|
|
32
|
-
backgroundColor:
|
|
33
|
-
backgroundImage: `url(${
|
|
34
|
+
backgroundColor: a.color,
|
|
35
|
+
backgroundImage: `url(${a.colorImg})`
|
|
34
36
|
}
|
|
35
|
-
}, [
|
|
37
|
+
}, [s("span", {
|
|
36
38
|
staticClass: "item-title"
|
|
37
|
-
}, [t._v(t._s(
|
|
39
|
+
}, [t._v(t._s(a.title))]), s("span", {
|
|
38
40
|
staticClass: "item-subtitle"
|
|
39
|
-
}, [t._v(t._s(
|
|
41
|
+
}, [t._v(t._s(a.subtitle))])]), s("div", {
|
|
40
42
|
staticClass: "item-content"
|
|
41
|
-
}, [
|
|
43
|
+
}, [s("div", {
|
|
42
44
|
staticClass: "item-img"
|
|
43
|
-
}, [
|
|
45
|
+
}, [s("img", {
|
|
44
46
|
attrs: {
|
|
45
|
-
src:
|
|
47
|
+
src: a.img,
|
|
46
48
|
alt: ""
|
|
47
49
|
}
|
|
48
|
-
})]),
|
|
50
|
+
})]), s("div", {
|
|
49
51
|
staticClass: "item-list"
|
|
50
|
-
}, t._l(
|
|
51
|
-
return
|
|
52
|
+
}, t._l(a.list, function(n, r) {
|
|
53
|
+
return s("div", {
|
|
52
54
|
key: r,
|
|
53
55
|
staticClass: "item-row"
|
|
54
|
-
}, [
|
|
56
|
+
}, [s("span", {
|
|
55
57
|
staticClass: "item-label"
|
|
56
|
-
}, [t._v(t._s(n.label))]),
|
|
58
|
+
}, [t._v(t._s(n.label))]), s("span", {
|
|
57
59
|
staticClass: "item-value"
|
|
58
60
|
}, [t._v(t._s(n.value))])]);
|
|
59
61
|
}), 0)])])])]);
|
|
60
62
|
}), 1)], 1);
|
|
61
|
-
},
|
|
62
|
-
const
|
|
63
|
+
}, p = [];
|
|
64
|
+
const v = {
|
|
63
65
|
name: "DataOperatext",
|
|
64
66
|
props: {
|
|
65
67
|
option: {
|
|
@@ -76,24 +78,24 @@ const u = {
|
|
|
76
78
|
return this.option.data || [];
|
|
77
79
|
}
|
|
78
80
|
}
|
|
79
|
-
},
|
|
80
|
-
var
|
|
81
|
+
}, i = {};
|
|
82
|
+
var d = /* @__PURE__ */ _(
|
|
83
|
+
v,
|
|
81
84
|
u,
|
|
82
|
-
|
|
83
|
-
_,
|
|
85
|
+
p,
|
|
84
86
|
!1,
|
|
85
|
-
|
|
87
|
+
m,
|
|
86
88
|
null,
|
|
87
89
|
null,
|
|
88
90
|
null
|
|
89
91
|
);
|
|
90
|
-
function
|
|
91
|
-
for (let e in
|
|
92
|
-
this[e] =
|
|
92
|
+
function m(t) {
|
|
93
|
+
for (let e in i)
|
|
94
|
+
this[e] = i[e];
|
|
93
95
|
}
|
|
94
|
-
const
|
|
95
|
-
return
|
|
96
|
+
const x = /* @__PURE__ */ function() {
|
|
97
|
+
return d.exports;
|
|
96
98
|
}();
|
|
97
99
|
export {
|
|
98
|
-
|
|
100
|
+
x as default
|
|
99
101
|
};
|
package/data-panel/index.mjs
CHANGED
|
@@ -1,53 +1,56 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { _ as e } from "../chunks/CountUp.f1a19f35.mjs";
|
|
2
|
+
import c from "element-ui/lib/col";
|
|
3
|
+
import r from "element-ui/lib/row";
|
|
4
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
+
var _ = function() {
|
|
6
|
+
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
7
|
+
return n("div", {
|
|
5
8
|
staticClass: "avue-data-panel"
|
|
6
|
-
}, [
|
|
9
|
+
}, [n(r, {
|
|
7
10
|
attrs: {
|
|
8
11
|
span: 24
|
|
9
12
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
11
|
-
return
|
|
13
|
+
}, t._l(t.data, function(a, i) {
|
|
14
|
+
return n(c, {
|
|
12
15
|
key: i,
|
|
13
16
|
attrs: {
|
|
14
17
|
md: t.span,
|
|
15
18
|
xs: 24,
|
|
16
19
|
sm: 12
|
|
17
20
|
}
|
|
18
|
-
}, [
|
|
21
|
+
}, [n("a", {
|
|
19
22
|
attrs: {
|
|
20
|
-
href:
|
|
23
|
+
href: a.href
|
|
21
24
|
},
|
|
22
25
|
on: {
|
|
23
|
-
click: function(
|
|
24
|
-
|
|
26
|
+
click: function(v) {
|
|
27
|
+
a.click && a.click(a);
|
|
25
28
|
}
|
|
26
29
|
}
|
|
27
|
-
}, [
|
|
30
|
+
}, [n("div", {
|
|
28
31
|
staticClass: "item"
|
|
29
|
-
}, [
|
|
32
|
+
}, [n("div", {
|
|
30
33
|
staticClass: "item-icon"
|
|
31
|
-
}, [
|
|
32
|
-
class:
|
|
34
|
+
}, [n("i", {
|
|
35
|
+
class: a.icon,
|
|
33
36
|
style: {
|
|
34
|
-
color:
|
|
37
|
+
color: a.color
|
|
35
38
|
}
|
|
36
|
-
})]),
|
|
39
|
+
})]), n("div", {
|
|
37
40
|
staticClass: "item-info"
|
|
38
|
-
}, [
|
|
41
|
+
}, [n("div", {
|
|
39
42
|
staticClass: "item-title"
|
|
40
|
-
}, [t._v(t._s(
|
|
43
|
+
}, [t._v(t._s(a.title))]), n(e, {
|
|
41
44
|
staticClass: "item-count",
|
|
42
45
|
attrs: {
|
|
43
|
-
animation:
|
|
44
|
-
decimals:
|
|
45
|
-
end:
|
|
46
|
+
animation: a.animation || t.animation,
|
|
47
|
+
decimals: a.decimals || t.decimals,
|
|
48
|
+
end: a.count
|
|
46
49
|
}
|
|
47
50
|
})], 1)])])]);
|
|
48
51
|
}), 1)], 1);
|
|
49
|
-
},
|
|
50
|
-
const
|
|
52
|
+
}, u = [];
|
|
53
|
+
const p = {
|
|
51
54
|
name: "DataPanel",
|
|
52
55
|
props: {
|
|
53
56
|
option: {
|
|
@@ -70,24 +73,24 @@ const r = {
|
|
|
70
73
|
return this.option.data || [];
|
|
71
74
|
}
|
|
72
75
|
}
|
|
73
|
-
},
|
|
74
|
-
var
|
|
75
|
-
|
|
76
|
-
l,
|
|
77
|
-
c,
|
|
78
|
-
!1,
|
|
76
|
+
}, o = {};
|
|
77
|
+
var m = /* @__PURE__ */ l(
|
|
78
|
+
p,
|
|
79
79
|
_,
|
|
80
|
+
u,
|
|
81
|
+
!1,
|
|
82
|
+
d,
|
|
80
83
|
null,
|
|
81
84
|
null,
|
|
82
85
|
null
|
|
83
86
|
);
|
|
84
|
-
function
|
|
85
|
-
for (let s in
|
|
86
|
-
this[s] =
|
|
87
|
+
function d(t) {
|
|
88
|
+
for (let s in o)
|
|
89
|
+
this[s] = o[s];
|
|
87
90
|
}
|
|
88
|
-
const
|
|
89
|
-
return
|
|
91
|
+
const x = /* @__PURE__ */ function() {
|
|
92
|
+
return m.exports;
|
|
90
93
|
}();
|
|
91
94
|
export {
|
|
92
|
-
|
|
95
|
+
x as default
|
|
93
96
|
};
|
package/data-pay/index.mjs
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import r from "element-ui/lib/tooltip";
|
|
2
|
+
import { _ as c } from "../chunks/CountUp.f1a19f35.mjs";
|
|
3
|
+
import _ from "element-ui/lib/col";
|
|
4
|
+
import p from "element-ui/lib/row";
|
|
5
|
+
import { n as u } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
6
|
+
var d = function() {
|
|
3
7
|
var t = this, o = t.$createElement, s = t._self._c || o;
|
|
4
8
|
return s("div", {
|
|
5
9
|
staticClass: "avue-data-pay"
|
|
6
|
-
}, [s(
|
|
10
|
+
}, [s(p, {
|
|
7
11
|
attrs: {
|
|
8
12
|
span: 24
|
|
9
13
|
}
|
|
10
|
-
}, t._l(t.data, function(a,
|
|
11
|
-
return s(
|
|
12
|
-
key:
|
|
14
|
+
}, t._l(t.data, function(a, l) {
|
|
15
|
+
return s(_, {
|
|
16
|
+
key: l,
|
|
13
17
|
attrs: {
|
|
14
18
|
md: t.span,
|
|
15
19
|
xs: 24,
|
|
@@ -42,7 +46,7 @@ var c = function() {
|
|
|
42
46
|
style: {
|
|
43
47
|
color: a.color
|
|
44
48
|
}
|
|
45
|
-
}, [s("span", [t._v("¥")]), s(
|
|
49
|
+
}, [s("span", [t._v("¥")]), s(c, {
|
|
46
50
|
staticClass: "b",
|
|
47
51
|
attrs: {
|
|
48
52
|
decimals: a.decimals || t.decimals,
|
|
@@ -81,7 +85,7 @@ var c = function() {
|
|
|
81
85
|
attrs: {
|
|
82
86
|
href: n.href ? n.href : "javascript:void(0);"
|
|
83
87
|
}
|
|
84
|
-
}, [s(
|
|
88
|
+
}, [s(r, {
|
|
85
89
|
attrs: {
|
|
86
90
|
effect: "dark",
|
|
87
91
|
disabled: !n.tip,
|
|
@@ -105,8 +109,8 @@ var c = function() {
|
|
|
105
109
|
}, [t._v(t._s(n.title))])])], 1)]);
|
|
106
110
|
}), 0)])]);
|
|
107
111
|
}), 1)], 1);
|
|
108
|
-
},
|
|
109
|
-
const
|
|
112
|
+
}, v = [];
|
|
113
|
+
const f = {
|
|
110
114
|
name: "DataPay",
|
|
111
115
|
props: {
|
|
112
116
|
option: {
|
|
@@ -129,24 +133,24 @@ const u = {
|
|
|
129
133
|
return this.option.data || [];
|
|
130
134
|
}
|
|
131
135
|
}
|
|
132
|
-
},
|
|
133
|
-
var
|
|
134
|
-
|
|
135
|
-
c,
|
|
136
|
-
_,
|
|
137
|
-
!1,
|
|
136
|
+
}, i = {};
|
|
137
|
+
var m = /* @__PURE__ */ u(
|
|
138
|
+
f,
|
|
138
139
|
d,
|
|
140
|
+
v,
|
|
141
|
+
!1,
|
|
142
|
+
y,
|
|
139
143
|
null,
|
|
140
144
|
null,
|
|
141
145
|
null
|
|
142
146
|
);
|
|
143
|
-
function
|
|
144
|
-
for (let o in
|
|
145
|
-
this[o] =
|
|
147
|
+
function y(t) {
|
|
148
|
+
for (let o in i)
|
|
149
|
+
this[o] = i[o];
|
|
146
150
|
}
|
|
147
|
-
const
|
|
148
|
-
return
|
|
151
|
+
const x = /* @__PURE__ */ function() {
|
|
152
|
+
return m.exports;
|
|
149
153
|
}();
|
|
150
154
|
export {
|
|
151
|
-
|
|
155
|
+
x as default
|
|
152
156
|
};
|