@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.
Files changed (166) hide show
  1. package/address-input/index.mjs +14 -14
  2. package/chat/index.mjs +39 -40
  3. package/chunk-file-uploader/index.mjs +35 -594
  4. package/chunk-file-uploader/style.css +1 -1
  5. package/chunks/FormTemp.d079292b.mjs +139 -0
  6. package/chunks/{dataformat.816df805.mjs → dataformat.e655611c.mjs} +6 -6
  7. package/chunks/detail.d6f8e347.mjs +29 -0
  8. package/chunks/{dic.3b4ba802.mjs → dic.eaac0823.mjs} +40 -40
  9. package/chunks/{event.4377230d.mjs → event.10295951.mjs} +2 -2
  10. package/chunks/form-input-mixin.78a567bc.mjs +24 -0
  11. package/chunks/form-item-mixin.57cb2019.mjs +140 -0
  12. package/chunks/{index.d91bd77a.mjs → index.57f871af.mjs} +7 -7
  13. package/chunks/{init.f0a03127.mjs → init.47f219b4.mjs} +2 -2
  14. package/chunks/input-number-mixin.41a066be.mjs +60 -0
  15. package/chunks/{util.7844e2c2.mjs → util.ae730cde.mjs} +21 -21
  16. package/count-up/index.mjs +17 -14
  17. package/data-box/index.mjs +18 -19
  18. package/data-display/index.mjs +17 -18
  19. package/data-icons/index.mjs +16 -17
  20. package/data-panel/index.mjs +20 -21
  21. package/data-pay/index.mjs +15 -16
  22. package/data-progress/index.mjs +19 -20
  23. package/data-rotate/index.mjs +35 -36
  24. package/data-table-picker/index.mjs +23 -25
  25. package/data-tabs/index.mjs +15 -16
  26. package/dialog-form/index.mjs +11 -12
  27. package/dynamic-table/index.mjs +34 -35
  28. package/easy-popup/index.mjs +56 -29
  29. package/editable-tree/index.mjs +485 -134
  30. package/element-dialog/index.mjs +127 -37
  31. package/empty-view/index.mjs +31 -13
  32. package/flex-column/index.mjs +1 -1
  33. package/flex-item/index.mjs +1 -1
  34. package/flex-row/index.mjs +1 -1
  35. package/flow/index.mjs +40 -105
  36. package/flow-designer/index.mjs +555 -615
  37. package/flow-node/index.mjs +47 -15
  38. package/flow-viewer/index.mjs +78 -167
  39. package/form-cascader/index.mjs +24 -24
  40. package/form-checkbox-group/index.mjs +35 -79
  41. package/form-date-picker/index.mjs +22 -22
  42. package/form-holder/index.mjs +1 -1
  43. package/form-input/index.mjs +86 -28
  44. package/form-input-email/index.mjs +18 -18
  45. package/form-input-id-card/index.mjs +27 -27
  46. package/form-input-number/index.mjs +59 -219
  47. package/form-input-phone-number/index.mjs +27 -27
  48. package/form-input-tag/index.mjs +38 -160
  49. package/form-input-time/index.mjs +16 -16
  50. package/form-item/index.mjs +146 -15
  51. package/form-item-group/index.mjs +164 -14
  52. package/form-radio-group/index.mjs +41 -41
  53. package/form-select/index.mjs +20 -20
  54. package/form-switch/index.mjs +19 -19
  55. package/form-textarea/index.mjs +29 -29
  56. package/form-view/index.mjs +42 -46
  57. package/fy-array/index.mjs +2 -2
  58. package/fy-cascader/index.mjs +15 -15
  59. package/fy-checkbox/index.mjs +1 -1
  60. package/fy-code/index.mjs +1 -1
  61. package/fy-curd/index.mjs +2824 -210
  62. package/fy-date/index.mjs +59 -17
  63. package/fy-draggable/index.mjs +1 -1
  64. package/fy-dynamic/index.mjs +208 -64
  65. package/fy-empty/index.mjs +29 -12
  66. package/fy-form/index.mjs +743 -178
  67. package/fy-form-design/index.mjs +1013 -1540
  68. package/fy-input/index.mjs +105 -17
  69. package/fy-input-color/index.mjs +67 -16
  70. package/fy-input-icon/index.mjs +119 -23
  71. package/fy-input-map/index.mjs +14 -15
  72. package/fy-input-number/index.mjs +1 -1
  73. package/fy-input-table/index.mjs +19 -21
  74. package/fy-input-tree/index.mjs +3 -3
  75. package/fy-radio/index.mjs +1 -1
  76. package/fy-rate/index.mjs +50 -16
  77. package/fy-select/index.mjs +126 -29
  78. package/fy-slider/index.mjs +2 -2
  79. package/fy-switch/index.mjs +1 -1
  80. package/fy-tabs/index.mjs +51 -15
  81. package/fy-time/index.mjs +1 -1
  82. package/fy-title/index.mjs +1 -1
  83. package/fy-tree/index.mjs +23 -25
  84. package/fy-u-editor/index.mjs +1 -1
  85. package/fy-upload/index.mjs +2 -2
  86. package/highlight-j-s/index.mjs +29 -19
  87. package/icon-temp/index.mjs +30 -12
  88. package/iframe-window/index.mjs +18 -19
  89. package/image-cropper/index.mjs +22 -23
  90. package/image-preview/index.mjs +1 -1
  91. package/input-number/index.mjs +173 -63
  92. package/license/index.mjs +1 -1
  93. package/loading-view/index.mjs +33 -15
  94. package/login/index.mjs +1 -1
  95. package/nav-bar/index.mjs +31 -15
  96. package/package.json +1 -1
  97. package/page/index.mjs +20 -12
  98. package/page-header/index.mjs +34 -13
  99. package/page-index-top/index.mjs +53 -100
  100. package/page-skeleton/index.mjs +35 -18
  101. package/page-skeleton-new/index.mjs +15 -16
  102. package/pageable-table/index.mjs +228 -86
  103. package/pageable-view/index.mjs +1 -1
  104. package/present-view/index.mjs +71 -75
  105. package/record-video/index.mjs +1 -1
  106. package/resize-observer/index.mjs +29 -21
  107. package/search/index.mjs +9 -9
  108. package/search-popover/index.mjs +1 -1
  109. package/sign/index.mjs +1 -1
  110. package/split-pane/index.mjs +45 -40
  111. package/swiper/index.mjs +13 -14
  112. package/table-view/index.mjs +97 -631
  113. package/text-ellipsis/index.mjs +1 -1
  114. package/tinymce-editor/index.mjs +63 -63
  115. package/toolbar/index.mjs +208 -15
  116. package/toolbar-button/index.mjs +56 -30
  117. package/verify/index.mjs +1 -1
  118. package/watermark/index.mjs +1 -1
  119. package/web-types.json +1 -1
  120. package/x-input-tag/index.mjs +118 -49
  121. package/chunks/CountUp.f1a19f35.mjs +0 -124
  122. package/chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs +0 -8
  123. package/chunks/EasyPopup.vue_vue_type_style_index_0_lang.89350bda.mjs +0 -32
  124. package/chunks/EditableTree.vue_vue_type_style_index_0_lang.5dba9f89.mjs +0 -356
  125. package/chunks/ElementDialog.d8f3105c.mjs +0 -211
  126. package/chunks/ElementDialog.vue_vue_type_style_index_0_lang.57cb8e07.mjs +0 -95
  127. package/chunks/EmptyView.e2430422.mjs +0 -51
  128. package/chunks/EmptyView.vue_vue_type_style_index_0_lang.ffa84770.mjs +0 -23
  129. package/chunks/FlowNode.vue_vue_type_template_lang.662bdcfa.mjs +0 -37
  130. package/chunks/FormInput.vue_vue_type_template_lang.3cb79386.mjs +0 -65
  131. package/chunks/FormItem.2920ac0c.mjs +0 -45
  132. package/chunks/FormItem.vue_vue_type_style_index_0_lang.970bd712.mjs +0 -258
  133. package/chunks/FormItemGroup.41daddb6.mjs +0 -64
  134. package/chunks/FormItemGroup.vue_vue_type_style_index_0_lang.b588a8ea.mjs +0 -155
  135. package/chunks/FyCurd.8acd2983.mjs +0 -548
  136. package/chunks/FyCurd.vue_vue_type_style_index_0_lang.4fbd4b30.mjs +0 -2945
  137. package/chunks/FyDate.vue_vue_type_style_index_0_lang.429c03e3.mjs +0 -47
  138. package/chunks/FyDynamic.vue_vue_type_style_index_0_lang.304417ce.mjs +0 -151
  139. package/chunks/FyEmpty.vue_vue_type_style_index_0_lang.fc8bd24c.mjs +0 -22
  140. package/chunks/FyForm.0294e494.mjs +0 -439
  141. package/chunks/FyForm.vue_vue_type_style_index_0_lang.6e64daee.mjs +0 -737
  142. package/chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs +0 -93
  143. package/chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs +0 -56
  144. package/chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs +0 -158
  145. package/chunks/FyRate.vue_vue_type_style_index_0_lang.82174185.mjs +0 -39
  146. package/chunks/FySelect.vue_vue_type_style_index_0_lang.5f0f3244.mjs +0 -102
  147. package/chunks/FyTabs.vue_vue_type_template_lang.66af5ac9.mjs +0 -41
  148. package/chunks/HighlightJS.vue_vue_type_style_index_0_lang.fefeaa3b.mjs +0 -15
  149. package/chunks/IconTemp.42c48e1f.mjs +0 -32
  150. package/chunks/IconTemp.vue_vue_type_style_index_0_lang.a0777b31.mjs +0 -23
  151. package/chunks/InputNumber.vue_vue_type_style_index_0_lang.18046bd3.mjs +0 -172
  152. package/chunks/LoadingView.vue_vue_type_style_index_0_lang.4c3fff2a.mjs +0 -23
  153. package/chunks/NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs +0 -21
  154. package/chunks/Page.81f4b8d9.mjs +0 -32
  155. package/chunks/Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs +0 -13
  156. package/chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs +0 -26
  157. package/chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs +0 -88
  158. package/chunks/PageableTable.333cbdc1.mjs +0 -335
  159. package/chunks/PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs +0 -148
  160. package/chunks/ResizeObserver.60f728f0.mjs +0 -54
  161. package/chunks/ResizeObserver.vue_vue_type_style_index_0_lang.7079029c.mjs +0 -13
  162. package/chunks/TableColumn.8503272e.mjs +0 -106
  163. package/chunks/Toolbar.5c539dbb.mjs +0 -24
  164. package/chunks/Toolbar.vue_vue_type_style_index_0_lang.7594243c.mjs +0 -275
  165. package/chunks/ToolbarButton.vue_vue_type_style_index_0_lang.e2cb14ba.mjs +0 -31
  166. package/chunks/XInputTag.vue_vue_type_style_index_0_lang.7ad045b3.mjs +0 -74
@@ -1,18 +1,21 @@
1
- var o = Object.defineProperty, d = Object.defineProperties;
2
- var l = Object.getOwnPropertyDescriptors;
1
+ var o = Object.defineProperty, c = Object.defineProperties;
2
+ var d = Object.getOwnPropertyDescriptors;
3
3
  var i = Object.getOwnPropertySymbols;
4
- var c = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
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
- c.call(e, s) && r(t, s, e[s]);
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) => d(t, l(e));
12
+ }, a = (t, e) => c(t, d(e));
13
13
  import { CountUp as h } from "countup.js";
14
- import { s as m, r as f } from "../chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs";
15
- import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
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 b = /* @__PURE__ */ _(
108
+ var v = /* @__PURE__ */ m(
106
109
  y,
107
110
  f,
108
- m,
111
+ _,
109
112
  !1,
110
- q,
113
+ b,
111
114
  null,
112
115
  null,
113
116
  null
114
117
  );
115
- function q(t) {
118
+ function b(t) {
116
119
  for (let e in u)
117
120
  this[e] = u[e];
118
121
  }
119
- const x = /* @__PURE__ */ function() {
120
- return b.exports;
122
+ const U = /* @__PURE__ */ function() {
123
+ return v.exports;
121
124
  }();
122
125
  export {
123
- x as default
126
+ U as default
124
127
  };
@@ -1,17 +1,16 @@
1
- import { _ as e } from "../chunks/CountUp.f1a19f35.mjs";
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 _ = 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(c, {
8
+ }, [a(r, {
10
9
  attrs: {
11
10
  span: 24
12
11
  }
13
12
  }, n._l(n.data, function(t, i) {
14
- return a(r, {
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(f) {
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(e, {
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
- }, u = [];
57
- const p = {
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 d = /* @__PURE__ */ l(
82
- p,
83
- _,
80
+ var p = /* @__PURE__ */ c(
84
81
  u,
82
+ l,
83
+ _,
85
84
  !1,
86
- m,
85
+ d,
87
86
  null,
88
87
  null,
89
88
  null
90
89
  );
91
- function m(n) {
90
+ function d(n) {
92
91
  for (let o in s)
93
92
  this[o] = s[o];
94
93
  }
95
- const g = /* @__PURE__ */ function() {
96
- return d.exports;
94
+ const x = /* @__PURE__ */ function() {
95
+ return p.exports;
97
96
  }();
98
97
  export {
99
- g as default
98
+ x as default
100
99
  };
@@ -1,18 +1,17 @@
1
1
  import e from "@web-utils/component/count-up";
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() {
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(l, {
9
+ }, [a(c, {
11
10
  attrs: {
12
11
  span: 24
13
12
  }
14
13
  }, t._l(t.data, function(n, i) {
15
- return a(c, {
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(r, {
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
- }, u = [];
51
- const m = {
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 d = /* @__PURE__ */ p(
82
- m,
83
- _,
80
+ var m = /* @__PURE__ */ l(
84
81
  u,
82
+ p,
83
+ _,
85
84
  !1,
86
- f,
85
+ d,
87
86
  null,
88
87
  null,
89
88
  null
90
89
  );
91
- function f(t) {
90
+ function d(t) {
92
91
  for (let o in s)
93
92
  this[o] = s[o];
94
93
  }
95
- const k = /* @__PURE__ */ function() {
96
- return d.exports;
94
+ const D = /* @__PURE__ */ function() {
95
+ return m.exports;
97
96
  }();
98
97
  export {
99
- k as default
98
+ D as default
100
99
  };
@@ -1,17 +1,16 @@
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() {
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(r, {
8
+ }, [n(e, {
10
9
  attrs: {
11
10
  span: 24
12
11
  }
13
12
  }, [t._l(t.data, function(o, i) {
14
- return [n(e, {
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(f) {
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(c, {
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 p = {
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 d = /* @__PURE__ */ l(
89
- p,
87
+ var p = /* @__PURE__ */ r(
90
88
  _,
89
+ l,
91
90
  u,
92
91
  !1,
93
- m,
92
+ d,
94
93
  null,
95
94
  null,
96
95
  null
97
96
  );
98
- function m(t) {
97
+ function d(t) {
99
98
  for (let s in a)
100
99
  this[s] = a[s];
101
100
  }
102
- const C = /* @__PURE__ */ function() {
103
- return d.exports;
101
+ const y = /* @__PURE__ */ function() {
102
+ return p.exports;
104
103
  }();
105
104
  export {
106
- C as default
105
+ y as default
107
106
  };
@@ -1,18 +1,17 @@
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";
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 _ = function() {
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(r, {
8
+ }, [n(c, {
10
9
  attrs: {
11
10
  span: 24
12
11
  }
13
- }, t._l(t.data, function(a, i) {
14
- return n(c, {
15
- key: i,
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(v) {
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(e, {
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
- }, u = [];
53
- const p = {
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
- }, o = {};
77
- var m = /* @__PURE__ */ l(
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 o)
89
- this[s] = o[s];
87
+ for (let s in i)
88
+ this[s] = i[s];
90
89
  }
91
- const x = /* @__PURE__ */ function() {
92
- return m.exports;
90
+ const C = /* @__PURE__ */ function() {
91
+ return p.exports;
93
92
  }();
94
93
  export {
95
- x as default
94
+ C as default
96
95
  };
@@ -1,18 +1,17 @@
1
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() {
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(p, {
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(c, {
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
- }, v = [];
113
- const f = {
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 m = /* @__PURE__ */ u(
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 x = /* @__PURE__ */ function() {
152
- return m.exports;
150
+ const b = /* @__PURE__ */ function() {
151
+ return f.exports;
153
152
  }();
154
153
  export {
155
- x as default
154
+ b as default
156
155
  };
@@ -1,18 +1,17 @@
1
1
  import r from "element-ui/lib/progress";
2
- import { _ as i } from "../chunks/CountUp.f1a19f35.mjs";
3
- import c from "element-ui/lib/col";
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 p = function() {
7
- var n = this, o = n.$createElement, s = n._self._c || o;
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(c, {
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(v) {
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(i, {
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
- }, u = [];
58
- const m = {
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
- }, a = {};
80
+ }, o = {};
82
81
  var d = /* @__PURE__ */ l(
83
- m,
84
- p,
85
82
  u,
83
+ _,
84
+ p,
86
85
  !1,
87
- f,
86
+ m,
88
87
  null,
89
88
  null,
90
89
  null
91
90
  );
92
- function f(n) {
93
- for (let o in a)
94
- this[o] = a[o];
91
+ function m(n) {
92
+ for (let a in o)
93
+ this[a] = o[a];
95
94
  }
96
- const y = /* @__PURE__ */ function() {
95
+ const x = /* @__PURE__ */ function() {
97
96
  return d.exports;
98
97
  }();
99
98
  export {
100
- y as default
99
+ x as default
101
100
  };
@@ -1,59 +1,58 @@
1
- import { _ as e } from "../chunks/CountUp.f1a19f35.mjs";
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 _ = function() {
6
- var t = this, s = t.$createElement, n = t._self._c || s;
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
- }, [n(c, {
8
+ }, [a(r, {
10
9
  attrs: {
11
10
  span: 24
12
11
  }
13
- }, t._l(t.data, function(a, i) {
14
- return n(r, {
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
- }, [n("div", {
20
+ }, [a("div", {
22
21
  staticClass: "item",
23
22
  style: {
24
- backgroundColor: a.color
23
+ backgroundColor: n.color
25
24
  }
26
- }, [n("div", {
25
+ }, [a("div", {
27
26
  staticClass: "item-box"
28
- }, [n(e, {
27
+ }, [a("CountUp", {
29
28
  staticClass: "item-count",
30
29
  attrs: {
31
- decimals: a.decimals || t.decimals,
32
- animation: a.animation || t.animation,
33
- end: a.count
30
+ decimals: n.decimals || t.decimals,
31
+ animation: n.animation || t.animation,
32
+ end: n.count
34
33
  }
35
- }), n("span", {
34
+ }), a("span", {
36
35
  staticClass: "item-title"
37
- }, [t._v(t._s(a.title))]), n("i", {
36
+ }, [t._v(t._s(n.title))]), a("i", {
38
37
  staticClass: "item-icon",
39
- class: a.icon
40
- })], 1), n("a", {
38
+ class: n.icon
39
+ })], 1), a("a", {
41
40
  attrs: {
42
- href: a.href
41
+ href: n.href
43
42
  },
44
43
  on: {
45
- click: function(v) {
46
- a.click && a.click(a);
44
+ click: function(d) {
45
+ n.click && n.click(n);
47
46
  }
48
47
  }
49
- }, [n("p", {
48
+ }, [a("p", {
50
49
  staticClass: "item-more"
51
- }, [t._v("更多"), n("i", {
50
+ }, [t._v("更多"), a("i", {
52
51
  staticClass: "el-icon-arrow-right"
53
52
  })])])])]);
54
53
  }), 1)], 1);
55
- }, u = [];
56
- const p = {
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 m = /* @__PURE__ */ l(
81
- p,
82
- _,
79
+ var p = /* @__PURE__ */ c(
83
80
  u,
81
+ l,
82
+ _,
84
83
  !1,
85
- d,
84
+ m,
86
85
  null,
87
86
  null,
88
87
  null
89
88
  );
90
- function d(t) {
89
+ function m(t) {
91
90
  for (let s in o)
92
91
  this[s] = o[s];
93
92
  }
94
- const x = /* @__PURE__ */ function() {
95
- return m.exports;
93
+ const h = /* @__PURE__ */ function() {
94
+ return p.exports;
96
95
  }();
97
96
  export {
98
- x as default
97
+ h as default
99
98
  };