@web-utils/component 3.0.3 → 3.0.5

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