@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/count-up/index.mjs
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
var o = Object.defineProperty,
|
|
2
|
-
var
|
|
1
|
+
var o = Object.defineProperty, c = Object.defineProperties;
|
|
2
|
+
var d = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var i = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
4
|
+
var l = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var r = (t, e, s) => e in t ? o(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, n = (t, e) => {
|
|
6
6
|
for (var s in e || (e = {}))
|
|
7
|
-
|
|
7
|
+
l.call(e, s) && r(t, s, e[s]);
|
|
8
8
|
if (i)
|
|
9
9
|
for (var s of i(e))
|
|
10
10
|
p.call(e, s) && r(t, s, e[s]);
|
|
11
11
|
return t;
|
|
12
|
-
}, a = (t, e) =>
|
|
12
|
+
}, a = (t, e) => c(t, d(e));
|
|
13
13
|
import { CountUp as h } from "countup.js";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
15
|
+
var f = function() {
|
|
16
|
+
var t = this, e = t.$createElement, s = t._self._c || e;
|
|
17
|
+
return s("span", [t._v(t._s(t.end))]);
|
|
18
|
+
}, _ = [];
|
|
16
19
|
const y = {
|
|
17
20
|
name: "CountUp",
|
|
18
21
|
props: {
|
|
@@ -102,23 +105,23 @@ const y = {
|
|
|
102
105
|
(e = this.c) == null || e.update(t);
|
|
103
106
|
}
|
|
104
107
|
}, u = {};
|
|
105
|
-
var
|
|
108
|
+
var v = /* @__PURE__ */ m(
|
|
106
109
|
y,
|
|
107
110
|
f,
|
|
108
|
-
|
|
111
|
+
_,
|
|
109
112
|
!1,
|
|
110
|
-
|
|
113
|
+
b,
|
|
111
114
|
null,
|
|
112
115
|
null,
|
|
113
116
|
null
|
|
114
117
|
);
|
|
115
|
-
function
|
|
118
|
+
function b(t) {
|
|
116
119
|
for (let e in u)
|
|
117
120
|
this[e] = u[e];
|
|
118
121
|
}
|
|
119
|
-
const
|
|
120
|
-
return
|
|
122
|
+
const U = /* @__PURE__ */ function() {
|
|
123
|
+
return v.exports;
|
|
121
124
|
}();
|
|
122
125
|
export {
|
|
123
|
-
|
|
126
|
+
U as default
|
|
124
127
|
};
|
package/data-box/index.mjs
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import r from "element-ui/lib/
|
|
3
|
-
import c from "
|
|
4
|
-
|
|
5
|
-
var _ = function() {
|
|
1
|
+
import e from "element-ui/lib/col";
|
|
2
|
+
import r from "element-ui/lib/row";
|
|
3
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var l = function() {
|
|
6
5
|
var n = this, o = n.$createElement, a = n._self._c || o;
|
|
7
6
|
return a("div", {
|
|
8
7
|
staticClass: "data-box"
|
|
9
|
-
}, [a(
|
|
8
|
+
}, [a(r, {
|
|
10
9
|
attrs: {
|
|
11
10
|
span: 24
|
|
12
11
|
}
|
|
13
12
|
}, n._l(n.data, function(t, i) {
|
|
14
|
-
return a(
|
|
13
|
+
return a(e, {
|
|
15
14
|
key: i,
|
|
16
15
|
attrs: {
|
|
17
16
|
md: n.span,
|
|
@@ -26,7 +25,7 @@ var _ = function() {
|
|
|
26
25
|
target: t.target
|
|
27
26
|
},
|
|
28
27
|
on: {
|
|
29
|
-
click: function(
|
|
28
|
+
click: function(m) {
|
|
30
29
|
t.click && t.click(t);
|
|
31
30
|
}
|
|
32
31
|
}
|
|
@@ -39,7 +38,7 @@ var _ = function() {
|
|
|
39
38
|
class: t.icon
|
|
40
39
|
})]), a("div", {
|
|
41
40
|
staticClass: "item-info"
|
|
42
|
-
}, [a(
|
|
41
|
+
}, [a("CountUp", {
|
|
43
42
|
staticClass: "title",
|
|
44
43
|
style: {
|
|
45
44
|
color: t.color
|
|
@@ -53,8 +52,8 @@ var _ = function() {
|
|
|
53
52
|
staticClass: "info"
|
|
54
53
|
}, [n._v(n._s(t.title))])], 1)])])]);
|
|
55
54
|
}), 1)], 1);
|
|
56
|
-
},
|
|
57
|
-
const
|
|
55
|
+
}, _ = [];
|
|
56
|
+
const u = {
|
|
58
57
|
name: "DataBox",
|
|
59
58
|
props: {
|
|
60
59
|
option: {
|
|
@@ -78,23 +77,23 @@ const p = {
|
|
|
78
77
|
}
|
|
79
78
|
}
|
|
80
79
|
}, s = {};
|
|
81
|
-
var
|
|
82
|
-
p,
|
|
83
|
-
_,
|
|
80
|
+
var p = /* @__PURE__ */ c(
|
|
84
81
|
u,
|
|
82
|
+
l,
|
|
83
|
+
_,
|
|
85
84
|
!1,
|
|
86
|
-
|
|
85
|
+
d,
|
|
87
86
|
null,
|
|
88
87
|
null,
|
|
89
88
|
null
|
|
90
89
|
);
|
|
91
|
-
function
|
|
90
|
+
function d(n) {
|
|
92
91
|
for (let o in s)
|
|
93
92
|
this[o] = s[o];
|
|
94
93
|
}
|
|
95
|
-
const
|
|
96
|
-
return
|
|
94
|
+
const x = /* @__PURE__ */ function() {
|
|
95
|
+
return p.exports;
|
|
97
96
|
}();
|
|
98
97
|
export {
|
|
99
|
-
|
|
98
|
+
x as default
|
|
100
99
|
};
|
package/data-display/index.mjs
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import e from "@web-utils/component/count-up";
|
|
2
|
-
import
|
|
3
|
-
import c from "element-ui/lib/
|
|
4
|
-
import l from "
|
|
5
|
-
|
|
6
|
-
var _ = function() {
|
|
2
|
+
import r from "element-ui/lib/col";
|
|
3
|
+
import c from "element-ui/lib/row";
|
|
4
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
+
var p = function() {
|
|
7
6
|
var t = this, o = t.$createElement, a = t._self._c || o;
|
|
8
7
|
return a("div", {
|
|
9
8
|
staticClass: "avue-data-display"
|
|
10
|
-
}, [a(
|
|
9
|
+
}, [a(c, {
|
|
11
10
|
attrs: {
|
|
12
11
|
span: 24
|
|
13
12
|
}
|
|
14
13
|
}, t._l(t.data, function(n, i) {
|
|
15
|
-
return a(
|
|
14
|
+
return a(r, {
|
|
16
15
|
key: i,
|
|
17
16
|
attrs: {
|
|
18
17
|
md: t.span,
|
|
@@ -34,7 +33,7 @@ var _ = function() {
|
|
|
34
33
|
n.click && n.click(n);
|
|
35
34
|
}
|
|
36
35
|
}
|
|
37
|
-
}, [a(
|
|
36
|
+
}, [a("CountUp", {
|
|
38
37
|
staticClass: "count",
|
|
39
38
|
attrs: {
|
|
40
39
|
animation: n.animation || t.animation,
|
|
@@ -47,8 +46,8 @@ var _ = function() {
|
|
|
47
46
|
staticClass: "title"
|
|
48
47
|
}, [t._v(t._s(n.title))])], 1)])]);
|
|
49
48
|
}), 1)], 1);
|
|
50
|
-
},
|
|
51
|
-
const
|
|
49
|
+
}, _ = [];
|
|
50
|
+
const u = {
|
|
52
51
|
name: "DataDisplay",
|
|
53
52
|
components: {
|
|
54
53
|
CountUp: e
|
|
@@ -78,23 +77,23 @@ const m = {
|
|
|
78
77
|
}
|
|
79
78
|
}
|
|
80
79
|
}, s = {};
|
|
81
|
-
var
|
|
82
|
-
m,
|
|
83
|
-
_,
|
|
80
|
+
var m = /* @__PURE__ */ l(
|
|
84
81
|
u,
|
|
82
|
+
p,
|
|
83
|
+
_,
|
|
85
84
|
!1,
|
|
86
|
-
|
|
85
|
+
d,
|
|
87
86
|
null,
|
|
88
87
|
null,
|
|
89
88
|
null
|
|
90
89
|
);
|
|
91
|
-
function
|
|
90
|
+
function d(t) {
|
|
92
91
|
for (let o in s)
|
|
93
92
|
this[o] = s[o];
|
|
94
93
|
}
|
|
95
|
-
const
|
|
96
|
-
return
|
|
94
|
+
const D = /* @__PURE__ */ function() {
|
|
95
|
+
return m.exports;
|
|
97
96
|
}();
|
|
98
97
|
export {
|
|
99
|
-
|
|
98
|
+
D as default
|
|
100
99
|
};
|
package/data-icons/index.mjs
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import e from "element-ui/lib/
|
|
3
|
-
import r from "
|
|
4
|
-
|
|
5
|
-
var _ = function() {
|
|
1
|
+
import c from "element-ui/lib/col";
|
|
2
|
+
import e from "element-ui/lib/row";
|
|
3
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var l = function() {
|
|
6
5
|
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
7
6
|
return n("div", {
|
|
8
7
|
staticClass: "data-icons"
|
|
9
|
-
}, [n(
|
|
8
|
+
}, [n(e, {
|
|
10
9
|
attrs: {
|
|
11
10
|
span: 24
|
|
12
11
|
}
|
|
13
12
|
}, [t._l(t.data, function(o, i) {
|
|
14
|
-
return [n(
|
|
13
|
+
return [n(c, {
|
|
15
14
|
key: i,
|
|
16
15
|
attrs: {
|
|
17
16
|
xs: 12,
|
|
@@ -29,7 +28,7 @@ var _ = function() {
|
|
|
29
28
|
target: o.target
|
|
30
29
|
},
|
|
31
30
|
on: {
|
|
32
|
-
click: function(
|
|
31
|
+
click: function(m) {
|
|
33
32
|
o.click && o.click(o);
|
|
34
33
|
}
|
|
35
34
|
}
|
|
@@ -42,7 +41,7 @@ var _ = function() {
|
|
|
42
41
|
class: o.icon
|
|
43
42
|
})]), n("div", {
|
|
44
43
|
staticClass: "item-info"
|
|
45
|
-
}, [n("span", [t._v(t._s(o.title))]), n(
|
|
44
|
+
}, [n("span", [t._v(t._s(o.title))]), n("CountUp", {
|
|
46
45
|
staticClass: "count",
|
|
47
46
|
style: {
|
|
48
47
|
color: t.color
|
|
@@ -55,7 +54,7 @@ var _ = function() {
|
|
|
55
54
|
})], 1)])])])];
|
|
56
55
|
})], 2)], 1);
|
|
57
56
|
}, u = [];
|
|
58
|
-
const
|
|
57
|
+
const _ = {
|
|
59
58
|
name: "DataIcons",
|
|
60
59
|
props: {
|
|
61
60
|
option: {
|
|
@@ -85,23 +84,23 @@ const p = {
|
|
|
85
84
|
}
|
|
86
85
|
}
|
|
87
86
|
}, a = {};
|
|
88
|
-
var
|
|
89
|
-
p,
|
|
87
|
+
var p = /* @__PURE__ */ r(
|
|
90
88
|
_,
|
|
89
|
+
l,
|
|
91
90
|
u,
|
|
92
91
|
!1,
|
|
93
|
-
|
|
92
|
+
d,
|
|
94
93
|
null,
|
|
95
94
|
null,
|
|
96
95
|
null
|
|
97
96
|
);
|
|
98
|
-
function
|
|
97
|
+
function d(t) {
|
|
99
98
|
for (let s in a)
|
|
100
99
|
this[s] = a[s];
|
|
101
100
|
}
|
|
102
|
-
const
|
|
103
|
-
return
|
|
101
|
+
const y = /* @__PURE__ */ function() {
|
|
102
|
+
return p.exports;
|
|
104
103
|
}();
|
|
105
104
|
export {
|
|
106
|
-
|
|
105
|
+
y as default
|
|
107
106
|
};
|
package/data-panel/index.mjs
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import c from "element-ui/lib/
|
|
3
|
-
import r from "element-ui/lib/row";
|
|
1
|
+
import e from "element-ui/lib/col";
|
|
2
|
+
import c from "element-ui/lib/row";
|
|
4
3
|
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
-
var
|
|
4
|
+
var r = function() {
|
|
6
5
|
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
7
6
|
return n("div", {
|
|
8
7
|
staticClass: "avue-data-panel"
|
|
9
|
-
}, [n(
|
|
8
|
+
}, [n(c, {
|
|
10
9
|
attrs: {
|
|
11
10
|
span: 24
|
|
12
11
|
}
|
|
13
|
-
}, t._l(t.data, function(a,
|
|
14
|
-
return n(
|
|
15
|
-
key:
|
|
12
|
+
}, t._l(t.data, function(a, o) {
|
|
13
|
+
return n(e, {
|
|
14
|
+
key: o,
|
|
16
15
|
attrs: {
|
|
17
16
|
md: t.span,
|
|
18
17
|
xs: 24,
|
|
@@ -23,7 +22,7 @@ var _ = function() {
|
|
|
23
22
|
href: a.href
|
|
24
23
|
},
|
|
25
24
|
on: {
|
|
26
|
-
click: function(
|
|
25
|
+
click: function(m) {
|
|
27
26
|
a.click && a.click(a);
|
|
28
27
|
}
|
|
29
28
|
}
|
|
@@ -40,7 +39,7 @@ var _ = function() {
|
|
|
40
39
|
staticClass: "item-info"
|
|
41
40
|
}, [n("div", {
|
|
42
41
|
staticClass: "item-title"
|
|
43
|
-
}, [t._v(t._s(a.title))]), n(
|
|
42
|
+
}, [t._v(t._s(a.title))]), n("CountUp", {
|
|
44
43
|
staticClass: "item-count",
|
|
45
44
|
attrs: {
|
|
46
45
|
animation: a.animation || t.animation,
|
|
@@ -49,8 +48,8 @@ var _ = function() {
|
|
|
49
48
|
}
|
|
50
49
|
})], 1)])])]);
|
|
51
50
|
}), 1)], 1);
|
|
52
|
-
},
|
|
53
|
-
const
|
|
51
|
+
}, _ = [];
|
|
52
|
+
const u = {
|
|
54
53
|
name: "DataPanel",
|
|
55
54
|
props: {
|
|
56
55
|
option: {
|
|
@@ -73,11 +72,11 @@ const p = {
|
|
|
73
72
|
return this.option.data || [];
|
|
74
73
|
}
|
|
75
74
|
}
|
|
76
|
-
},
|
|
77
|
-
var
|
|
78
|
-
p,
|
|
79
|
-
_,
|
|
75
|
+
}, i = {};
|
|
76
|
+
var p = /* @__PURE__ */ l(
|
|
80
77
|
u,
|
|
78
|
+
r,
|
|
79
|
+
_,
|
|
81
80
|
!1,
|
|
82
81
|
d,
|
|
83
82
|
null,
|
|
@@ -85,12 +84,12 @@ var m = /* @__PURE__ */ l(
|
|
|
85
84
|
null
|
|
86
85
|
);
|
|
87
86
|
function d(t) {
|
|
88
|
-
for (let s in
|
|
89
|
-
this[s] =
|
|
87
|
+
for (let s in i)
|
|
88
|
+
this[s] = i[s];
|
|
90
89
|
}
|
|
91
|
-
const
|
|
92
|
-
return
|
|
90
|
+
const C = /* @__PURE__ */ function() {
|
|
91
|
+
return p.exports;
|
|
93
92
|
}();
|
|
94
93
|
export {
|
|
95
|
-
|
|
94
|
+
C as default
|
|
96
95
|
};
|
package/data-pay/index.mjs
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import r from "element-ui/lib/tooltip";
|
|
2
|
-
import
|
|
3
|
-
import _ from "element-ui/lib/
|
|
4
|
-
import p from "
|
|
5
|
-
|
|
6
|
-
var d = function() {
|
|
2
|
+
import c from "element-ui/lib/col";
|
|
3
|
+
import _ from "element-ui/lib/row";
|
|
4
|
+
import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
+
var u = function() {
|
|
7
6
|
var t = this, o = t.$createElement, s = t._self._c || o;
|
|
8
7
|
return s("div", {
|
|
9
8
|
staticClass: "avue-data-pay"
|
|
10
|
-
}, [s(
|
|
9
|
+
}, [s(_, {
|
|
11
10
|
attrs: {
|
|
12
11
|
span: 24
|
|
13
12
|
}
|
|
14
13
|
}, t._l(t.data, function(a, l) {
|
|
15
|
-
return s(
|
|
14
|
+
return s(c, {
|
|
16
15
|
key: l,
|
|
17
16
|
attrs: {
|
|
18
17
|
md: t.span,
|
|
@@ -46,7 +45,7 @@ var d = function() {
|
|
|
46
45
|
style: {
|
|
47
46
|
color: a.color
|
|
48
47
|
}
|
|
49
|
-
}, [s("span", [t._v("¥")]), s(
|
|
48
|
+
}, [s("span", [t._v("¥")]), s("CountUp", {
|
|
50
49
|
staticClass: "b",
|
|
51
50
|
attrs: {
|
|
52
51
|
decimals: a.decimals || t.decimals,
|
|
@@ -109,8 +108,8 @@ var d = function() {
|
|
|
109
108
|
}, [t._v(t._s(n.title))])])], 1)]);
|
|
110
109
|
}), 0)])]);
|
|
111
110
|
}), 1)], 1);
|
|
112
|
-
},
|
|
113
|
-
const
|
|
111
|
+
}, d = [];
|
|
112
|
+
const v = {
|
|
114
113
|
name: "DataPay",
|
|
115
114
|
props: {
|
|
116
115
|
option: {
|
|
@@ -134,10 +133,10 @@ const f = {
|
|
|
134
133
|
}
|
|
135
134
|
}
|
|
136
135
|
}, i = {};
|
|
137
|
-
var
|
|
138
|
-
f,
|
|
139
|
-
d,
|
|
136
|
+
var f = /* @__PURE__ */ p(
|
|
140
137
|
v,
|
|
138
|
+
u,
|
|
139
|
+
d,
|
|
141
140
|
!1,
|
|
142
141
|
y,
|
|
143
142
|
null,
|
|
@@ -148,9 +147,9 @@ function y(t) {
|
|
|
148
147
|
for (let o in i)
|
|
149
148
|
this[o] = i[o];
|
|
150
149
|
}
|
|
151
|
-
const
|
|
152
|
-
return
|
|
150
|
+
const b = /* @__PURE__ */ function() {
|
|
151
|
+
return f.exports;
|
|
153
152
|
}();
|
|
154
153
|
export {
|
|
155
|
-
|
|
154
|
+
b as default
|
|
156
155
|
};
|
package/data-progress/index.mjs
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import r from "element-ui/lib/progress";
|
|
2
|
-
import
|
|
3
|
-
import c from "element-ui/lib/
|
|
4
|
-
import _ from "element-ui/lib/row";
|
|
2
|
+
import i from "element-ui/lib/col";
|
|
3
|
+
import c from "element-ui/lib/row";
|
|
5
4
|
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
6
|
-
var
|
|
7
|
-
var n = this,
|
|
5
|
+
var _ = function() {
|
|
6
|
+
var n = this, a = n.$createElement, s = n._self._c || a;
|
|
8
7
|
return s("div", {
|
|
9
8
|
staticClass: "data-progress"
|
|
10
|
-
}, [s(
|
|
9
|
+
}, [s(c, {
|
|
11
10
|
attrs: {
|
|
12
11
|
span: 24
|
|
13
12
|
}
|
|
14
13
|
}, n._l(n.data, function(t, e) {
|
|
15
|
-
return s(
|
|
14
|
+
return s(i, {
|
|
16
15
|
key: e,
|
|
17
16
|
attrs: {
|
|
18
17
|
md: n.span,
|
|
@@ -27,13 +26,13 @@ var p = function() {
|
|
|
27
26
|
target: t.target
|
|
28
27
|
},
|
|
29
28
|
on: {
|
|
30
|
-
click: function(
|
|
29
|
+
click: function(f) {
|
|
31
30
|
t.click && t.click(t);
|
|
32
31
|
}
|
|
33
32
|
}
|
|
34
33
|
}, [s("div", {
|
|
35
34
|
staticClass: "item-header"
|
|
36
|
-
}, [s(
|
|
35
|
+
}, [s("CountUp", {
|
|
37
36
|
staticClass: "item-count",
|
|
38
37
|
attrs: {
|
|
39
38
|
animation: t.animation || n.animation,
|
|
@@ -54,8 +53,8 @@ var p = function() {
|
|
|
54
53
|
}
|
|
55
54
|
})], 1)])]);
|
|
56
55
|
}), 1)], 1);
|
|
57
|
-
},
|
|
58
|
-
const
|
|
56
|
+
}, p = [];
|
|
57
|
+
const u = {
|
|
59
58
|
name: "DataProgress",
|
|
60
59
|
props: {
|
|
61
60
|
option: {
|
|
@@ -78,24 +77,24 @@ const m = {
|
|
|
78
77
|
return this.option.data || [];
|
|
79
78
|
}
|
|
80
79
|
}
|
|
81
|
-
},
|
|
80
|
+
}, o = {};
|
|
82
81
|
var d = /* @__PURE__ */ l(
|
|
83
|
-
m,
|
|
84
|
-
p,
|
|
85
82
|
u,
|
|
83
|
+
_,
|
|
84
|
+
p,
|
|
86
85
|
!1,
|
|
87
|
-
|
|
86
|
+
m,
|
|
88
87
|
null,
|
|
89
88
|
null,
|
|
90
89
|
null
|
|
91
90
|
);
|
|
92
|
-
function
|
|
93
|
-
for (let
|
|
94
|
-
this[
|
|
91
|
+
function m(n) {
|
|
92
|
+
for (let a in o)
|
|
93
|
+
this[a] = o[a];
|
|
95
94
|
}
|
|
96
|
-
const
|
|
95
|
+
const x = /* @__PURE__ */ function() {
|
|
97
96
|
return d.exports;
|
|
98
97
|
}();
|
|
99
98
|
export {
|
|
100
|
-
|
|
99
|
+
x as default
|
|
101
100
|
};
|
package/data-rotate/index.mjs
CHANGED
|
@@ -1,59 +1,58 @@
|
|
|
1
|
-
import
|
|
2
|
-
import r from "element-ui/lib/
|
|
3
|
-
import c from "
|
|
4
|
-
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
return n("div", {
|
|
1
|
+
import e from "element-ui/lib/col";
|
|
2
|
+
import r from "element-ui/lib/row";
|
|
3
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var l = function() {
|
|
5
|
+
var t = this, s = t.$createElement, a = t._self._c || s;
|
|
6
|
+
return a("div", {
|
|
8
7
|
staticClass: "avue-data-rotate"
|
|
9
|
-
}, [
|
|
8
|
+
}, [a(r, {
|
|
10
9
|
attrs: {
|
|
11
10
|
span: 24
|
|
12
11
|
}
|
|
13
|
-
}, t._l(t.data, function(
|
|
14
|
-
return
|
|
12
|
+
}, t._l(t.data, function(n, i) {
|
|
13
|
+
return a(e, {
|
|
15
14
|
key: i,
|
|
16
15
|
attrs: {
|
|
17
16
|
md: t.span,
|
|
18
17
|
xs: 24,
|
|
19
18
|
sm: 12
|
|
20
19
|
}
|
|
21
|
-
}, [
|
|
20
|
+
}, [a("div", {
|
|
22
21
|
staticClass: "item",
|
|
23
22
|
style: {
|
|
24
|
-
backgroundColor:
|
|
23
|
+
backgroundColor: n.color
|
|
25
24
|
}
|
|
26
|
-
}, [
|
|
25
|
+
}, [a("div", {
|
|
27
26
|
staticClass: "item-box"
|
|
28
|
-
}, [
|
|
27
|
+
}, [a("CountUp", {
|
|
29
28
|
staticClass: "item-count",
|
|
30
29
|
attrs: {
|
|
31
|
-
decimals:
|
|
32
|
-
animation:
|
|
33
|
-
end:
|
|
30
|
+
decimals: n.decimals || t.decimals,
|
|
31
|
+
animation: n.animation || t.animation,
|
|
32
|
+
end: n.count
|
|
34
33
|
}
|
|
35
|
-
}),
|
|
34
|
+
}), a("span", {
|
|
36
35
|
staticClass: "item-title"
|
|
37
|
-
}, [t._v(t._s(
|
|
36
|
+
}, [t._v(t._s(n.title))]), a("i", {
|
|
38
37
|
staticClass: "item-icon",
|
|
39
|
-
class:
|
|
40
|
-
})], 1),
|
|
38
|
+
class: n.icon
|
|
39
|
+
})], 1), a("a", {
|
|
41
40
|
attrs: {
|
|
42
|
-
href:
|
|
41
|
+
href: n.href
|
|
43
42
|
},
|
|
44
43
|
on: {
|
|
45
|
-
click: function(
|
|
46
|
-
|
|
44
|
+
click: function(d) {
|
|
45
|
+
n.click && n.click(n);
|
|
47
46
|
}
|
|
48
47
|
}
|
|
49
|
-
}, [
|
|
48
|
+
}, [a("p", {
|
|
50
49
|
staticClass: "item-more"
|
|
51
|
-
}, [t._v("更多"),
|
|
50
|
+
}, [t._v("更多"), a("i", {
|
|
52
51
|
staticClass: "el-icon-arrow-right"
|
|
53
52
|
})])])])]);
|
|
54
53
|
}), 1)], 1);
|
|
55
|
-
},
|
|
56
|
-
const
|
|
54
|
+
}, _ = [];
|
|
55
|
+
const u = {
|
|
57
56
|
name: "DataRotate",
|
|
58
57
|
props: {
|
|
59
58
|
option: {
|
|
@@ -77,23 +76,23 @@ const p = {
|
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
}, o = {};
|
|
80
|
-
var
|
|
81
|
-
p,
|
|
82
|
-
_,
|
|
79
|
+
var p = /* @__PURE__ */ c(
|
|
83
80
|
u,
|
|
81
|
+
l,
|
|
82
|
+
_,
|
|
84
83
|
!1,
|
|
85
|
-
|
|
84
|
+
m,
|
|
86
85
|
null,
|
|
87
86
|
null,
|
|
88
87
|
null
|
|
89
88
|
);
|
|
90
|
-
function
|
|
89
|
+
function m(t) {
|
|
91
90
|
for (let s in o)
|
|
92
91
|
this[s] = o[s];
|
|
93
92
|
}
|
|
94
|
-
const
|
|
95
|
-
return
|
|
93
|
+
const h = /* @__PURE__ */ function() {
|
|
94
|
+
return p.exports;
|
|
96
95
|
}();
|
|
97
96
|
export {
|
|
98
|
-
|
|
97
|
+
h as default
|
|
99
98
|
};
|