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