@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,25 +1,193 @@
1
- var c = (e, o, t) => new Promise((r, n) => {
2
- var d = (i) => {
1
+ var a = (e, t, o) => new Promise((r, s) => {
2
+ var m = (i) => {
3
3
  try {
4
- s(t.next(i));
4
+ n(o.next(i));
5
5
  } catch (l) {
6
- n(l);
6
+ s(l);
7
7
  }
8
- }, u = (i) => {
8
+ }, h = (i) => {
9
9
  try {
10
- s(t.throw(i));
10
+ n(o.throw(i));
11
11
  } catch (l) {
12
- n(l);
12
+ s(l);
13
13
  }
14
- }, s = (i) => i.done ? r(i.value) : Promise.resolve(i.value).then(d, u);
15
- s((t = t.apply(e, o)).next());
14
+ }, n = (i) => i.done ? r(i.value) : Promise.resolve(i.value).then(m, h);
15
+ n((o = o.apply(e, t)).next());
16
16
  });
17
- import p from "element-ui/packages/color-picker/src/color";
18
- import h from "element-ui/src/utils/clickoutside";
19
- import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
20
- var m = function() {
21
- var e = this, o = e.$createElement, t = e._self._c || o;
22
- return t("ElColorPickerDropdown", {
17
+ import f from "element-ui/packages/color-picker/src/color";
18
+ import _ from "element-ui/src/utils/clickoutside";
19
+ import v from "element-ui/packages/color-picker/src/components/sv-panel";
20
+ import k from "element-ui/packages/color-picker/src/components/hue-slider";
21
+ import w from "element-ui/packages/color-picker/src/components/alpha-slider";
22
+ import C from "element-ui/packages/color-picker/src/components/predefine";
23
+ import $ from "element-ui/src/utils/vue-popper";
24
+ import y from "element-ui/src/mixins/locale";
25
+ import c from "element-ui/lib/button";
26
+ import P from "element-ui/lib/input";
27
+ import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
28
+ var x = function() {
29
+ var e = this, t = e.$createElement, o = e._self._c || t;
30
+ return o("Transition", {
31
+ attrs: {
32
+ name: "el-zoom-in-top"
33
+ },
34
+ on: {
35
+ "after-leave": e.doDestroy
36
+ }
37
+ }, [o("div", {
38
+ directives: [{
39
+ name: "show",
40
+ rawName: "v-show",
41
+ value: e.showPopper,
42
+ expression: "showPopper"
43
+ }],
44
+ staticClass: "el-color-dropdown"
45
+ }, [o("div", {
46
+ staticClass: "el-color-dropdown__main-wrapper"
47
+ }, [o("HueSlider", {
48
+ ref: "hue",
49
+ staticStyle: {
50
+ float: "right"
51
+ },
52
+ attrs: {
53
+ color: e.color,
54
+ vertical: ""
55
+ }
56
+ }), o("SvPanel", {
57
+ ref: "sl",
58
+ attrs: {
59
+ color: e.color
60
+ }
61
+ })], 1), e.showAlpha ? o("AlphaSlider", {
62
+ ref: "alpha",
63
+ attrs: {
64
+ color: e.color
65
+ }
66
+ }) : e._e(), e.predefine ? o("Predefine", {
67
+ attrs: {
68
+ color: e.color,
69
+ colors: e.predefine
70
+ }
71
+ }) : e._e(), o("div", {
72
+ staticClass: "el-color-dropdown__btns"
73
+ }, [o("span", {
74
+ staticClass: "el-color-dropdown__value"
75
+ }, [o(P, {
76
+ attrs: {
77
+ "validate-event": !1,
78
+ size: "mini"
79
+ },
80
+ on: {
81
+ blur: e.handleConfirm
82
+ },
83
+ nativeOn: {
84
+ keyup: function(r) {
85
+ return !r.type.indexOf("key") && e._k(r.keyCode, "enter", 13, r.key, "Enter") ? null : e.handleConfirm.apply(null, arguments);
86
+ }
87
+ },
88
+ model: {
89
+ value: e.customInput,
90
+ callback: function(r) {
91
+ e.customInput = r;
92
+ },
93
+ expression: "customInput"
94
+ }
95
+ })], 1), o(c, {
96
+ staticClass: "el-color-dropdown__link-btn",
97
+ attrs: {
98
+ size: "mini",
99
+ type: "text"
100
+ },
101
+ on: {
102
+ click: function(r) {
103
+ return e.$emit("clear");
104
+ }
105
+ }
106
+ }, [e._v(" " + e._s(e.t("el.colorpicker.clear")) + " ")]), o(c, {
107
+ staticClass: "el-color-dropdown__btn",
108
+ attrs: {
109
+ plain: "",
110
+ size: "mini"
111
+ },
112
+ on: {
113
+ click: e.confirmValue
114
+ }
115
+ }, [e._v(" " + e._s(e.t("el.colorpicker.confirm")) + " ")])], 1)], 1)]);
116
+ }, b = [];
117
+ const S = {
118
+ name: "ElColorPickerDropdown",
119
+ components: {
120
+ SvPanel: v,
121
+ HueSlider: k,
122
+ AlphaSlider: w,
123
+ Predefine: C
124
+ },
125
+ mixins: [$, y],
126
+ props: {
127
+ color: {
128
+ type: Object,
129
+ required: !0
130
+ },
131
+ showAlpha: Boolean,
132
+ predefine: Array
133
+ },
134
+ data() {
135
+ return {
136
+ customInput: ""
137
+ };
138
+ },
139
+ computed: {
140
+ currentColor() {
141
+ const e = this.$parent;
142
+ return !e.value && !e.showPanelColor ? "" : e.color.value;
143
+ }
144
+ },
145
+ watch: {
146
+ showPopper(e) {
147
+ e === !0 && this.$nextTick(() => {
148
+ const { sl: t, hue: o, alpha: r } = this.$refs;
149
+ t && t.update(), o && o.update(), r && r.update();
150
+ });
151
+ },
152
+ currentColor: {
153
+ immediate: !0,
154
+ handler(e) {
155
+ this.customInput = e;
156
+ }
157
+ }
158
+ },
159
+ mounted() {
160
+ this.$parent.popperElm = this.popperElm = this.$el, this.referenceElm = this.$parent.$el;
161
+ },
162
+ methods: {
163
+ confirmValue() {
164
+ this.$emit("pick");
165
+ },
166
+ handleConfirm() {
167
+ this.color.fromString(this.customInput);
168
+ }
169
+ }
170
+ }, p = {};
171
+ var O = /* @__PURE__ */ d(
172
+ S,
173
+ x,
174
+ b,
175
+ !1,
176
+ g,
177
+ null,
178
+ null,
179
+ null
180
+ );
181
+ function g(e) {
182
+ for (let t in p)
183
+ this[t] = p[t];
184
+ }
185
+ const E = /* @__PURE__ */ function() {
186
+ return O.exports;
187
+ }();
188
+ var I = function() {
189
+ var e = this, t = e.$createElement, o = e._self._c || t;
190
+ return o(E, {
23
191
  directives: [{
24
192
  name: "clickoutside",
25
193
  rawName: "v-clickoutside",
@@ -46,10 +214,10 @@ var m = function() {
46
214
  expression: "showPicker"
47
215
  }
48
216
  });
49
- }, k = [];
50
- const v = {
217
+ }, A = [];
218
+ const B = {
51
219
  name: "ColorPicker",
52
- directives: { Clickoutside: h },
220
+ directives: { Clickoutside: _ },
53
221
  props: {
54
222
  popperClass: String,
55
223
  predefine: Array,
@@ -68,7 +236,7 @@ const v = {
68
236
  },
69
237
  data() {
70
238
  return {
71
- color: new p({ enableAlpha: !1 }),
239
+ color: new f({ enableAlpha: !1 }),
72
240
  showPicker: !1
73
241
  };
74
242
  },
@@ -82,7 +250,7 @@ const v = {
82
250
  visible: {
83
251
  immediate: !0,
84
252
  handler(e) {
85
- return c(this, null, function* () {
253
+ return a(this, null, function* () {
86
254
  e ? (yield this.$nextTick(), this.$refs.dropdown.referenceElm = this.anchor) : this.$refs.dropdown && this.$refs.dropdown.doDestroy(!0), this.showPicker = e;
87
255
  });
88
256
  }
@@ -105,24 +273,24 @@ const v = {
105
273
  this.$emit("update:visible", !1);
106
274
  }
107
275
  }
108
- }, a = {};
109
- var _ = /* @__PURE__ */ f(
110
- v,
111
- m,
112
- k,
276
+ }, u = {};
277
+ var T = /* @__PURE__ */ d(
278
+ B,
279
+ I,
280
+ A,
113
281
  !1,
114
- w,
282
+ z,
115
283
  null,
116
284
  null,
117
285
  null
118
286
  );
119
- function w(e) {
120
- for (let o in a)
121
- this[o] = a[o];
287
+ function z(e) {
288
+ for (let t in u)
289
+ this[t] = u[t];
122
290
  }
123
- const b = /* @__PURE__ */ function() {
124
- return _.exports;
291
+ const K = /* @__PURE__ */ function() {
292
+ return T.exports;
125
293
  }();
126
294
  export {
127
- b as default
295
+ K as default
128
296
  };
@@ -1,4 +1,4 @@
1
- import { c as e } from "../chunks/confirmable-mixin.817b542f.mjs";
1
+ import { c as e } from "../chunks/confirmable-mixin.26e1d0e0.mjs";
2
2
  import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  const i = {
4
4
  props: {
@@ -1,4 +1,4 @@
1
- import { c as o } from "../chunks/confirmable-mixin.817b542f.mjs";
1
+ import { c as o } from "../chunks/confirmable-mixin.26e1d0e0.mjs";
2
2
  import { n as t } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  const r = {
4
4
  name: "Confirmable",
@@ -1,21 +1,18 @@
1
- var o = Object.defineProperty, c = Object.defineProperties;
2
- var d = Object.getOwnPropertyDescriptors;
1
+ var o = Object.defineProperty, d = Object.defineProperties;
2
+ var l = Object.getOwnPropertyDescriptors;
3
3
  var i = Object.getOwnPropertySymbols;
4
- var l = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
4
+ var c = 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
- l.call(e, s) && r(t, s, e[s]);
7
+ c.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) => c(t, d(e));
12
+ }, a = (t, e) => d(t, l(e));
13
13
  import { CountUp as h } from "countup.js";
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
- }, _ = [];
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";
19
16
  const y = {
20
17
  name: "CountUp",
21
18
  props: {
@@ -105,23 +102,23 @@ const y = {
105
102
  (e = this.c) == null || e.update(t);
106
103
  }
107
104
  }, u = {};
108
- var v = /* @__PURE__ */ m(
105
+ var b = /* @__PURE__ */ _(
109
106
  y,
110
107
  f,
111
- _,
108
+ m,
112
109
  !1,
113
- b,
110
+ q,
114
111
  null,
115
112
  null,
116
113
  null
117
114
  );
118
- function b(t) {
115
+ function q(t) {
119
116
  for (let e in u)
120
117
  this[e] = u[e];
121
118
  }
122
- const U = /* @__PURE__ */ function() {
123
- return v.exports;
119
+ const x = /* @__PURE__ */ function() {
120
+ return b.exports;
124
121
  }();
125
122
  export {
126
- U as default
123
+ x as default
127
124
  };
@@ -1,57 +1,60 @@
1
- import { n as e } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
- var c = function() {
3
- var a = this, s = a.$createElement, n = a._self._c || s;
4
- return n("div", {
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 n = this, o = n.$createElement, a = n._self._c || o;
7
+ return a("div", {
5
8
  staticClass: "data-box"
6
- }, [n("ElRow", {
9
+ }, [a(c, {
7
10
  attrs: {
8
11
  span: 24
9
12
  }
10
- }, a._l(a.data, function(t, i) {
11
- return n("ElCol", {
13
+ }, n._l(n.data, function(t, i) {
14
+ return a(r, {
12
15
  key: i,
13
16
  attrs: {
14
- md: a.span,
17
+ md: n.span,
15
18
  xs: 24,
16
19
  sm: 12
17
20
  }
18
- }, [n("div", {
21
+ }, [a("div", {
19
22
  staticClass: "item"
20
- }, [n("a", {
23
+ }, [a("a", {
21
24
  attrs: {
22
25
  href: t.href,
23
26
  target: t.target
24
27
  },
25
28
  on: {
26
- click: function(d) {
29
+ click: function(f) {
27
30
  t.click && t.click(t);
28
31
  }
29
32
  }
30
- }, [n("div", {
33
+ }, [a("div", {
31
34
  staticClass: "item-icon",
32
35
  style: {
33
36
  backgroundColor: t.color
34
37
  }
35
- }, [n("i", {
38
+ }, [a("i", {
36
39
  class: t.icon
37
- })]), n("div", {
40
+ })]), a("div", {
38
41
  staticClass: "item-info"
39
- }, [n("CountUp", {
42
+ }, [a(e, {
40
43
  staticClass: "title",
41
44
  style: {
42
45
  color: t.color
43
46
  },
44
47
  attrs: {
45
- animation: t.animation || a.animation,
46
- decimals: t.decimals || a.decimals,
48
+ animation: t.animation || n.animation,
49
+ decimals: t.decimals || n.decimals,
47
50
  end: t.count
48
51
  }
49
- }), n("div", {
52
+ }), a("div", {
50
53
  staticClass: "info"
51
- }, [a._v(a._s(t.title))])], 1)])])]);
54
+ }, [n._v(n._s(t.title))])], 1)])])]);
52
55
  }), 1)], 1);
53
- }, r = [];
54
- const l = {
56
+ }, u = [];
57
+ const p = {
55
58
  name: "DataBox",
56
59
  props: {
57
60
  option: {
@@ -74,24 +77,24 @@ const l = {
74
77
  return this.option.data || [];
75
78
  }
76
79
  }
77
- }, o = {};
78
- var _ = /* @__PURE__ */ e(
79
- l,
80
- c,
81
- r,
82
- !1,
80
+ }, s = {};
81
+ var d = /* @__PURE__ */ l(
82
+ p,
83
+ _,
83
84
  u,
85
+ !1,
86
+ m,
84
87
  null,
85
88
  null,
86
89
  null
87
90
  );
88
- function u(a) {
89
- for (let s in o)
90
- this[s] = o[s];
91
+ function m(n) {
92
+ for (let o in s)
93
+ this[o] = s[o];
91
94
  }
92
- const v = /* @__PURE__ */ function() {
93
- return _.exports;
95
+ const g = /* @__PURE__ */ function() {
96
+ return d.exports;
94
97
  }();
95
98
  export {
96
- v as default
99
+ g as default
97
100
  };
@@ -1,55 +1,57 @@
1
- import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
- var l = function() {
3
- var t = this, o = t.$createElement, r = t._self._c || o;
4
- return r("div", {
1
+ import s 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 i = function() {
5
+ var t = this, e = t.$createElement, o = t._self._c || e;
6
+ return o("div", {
5
7
  staticClass: "data-card"
6
- }, [r("ElRow", {
8
+ }, [o(c, {
7
9
  attrs: {
8
10
  span: 24
9
11
  }
10
- }, t._l(t.data, function(e, n) {
11
- return r("ElCol", {
12
- key: n,
12
+ }, t._l(t.data, function(r, a) {
13
+ return o(s, {
14
+ key: a,
13
15
  attrs: {
14
16
  md: t.span,
15
17
  xs: 24,
16
18
  sm: 12
17
19
  }
18
- }, [r("div", {
20
+ }, [o("div", {
19
21
  staticClass: "item"
20
- }, [r("a", {
22
+ }, [o("a", {
21
23
  attrs: {
22
- href: e.href,
23
- target: e.target
24
+ href: r.href,
25
+ target: r.target
24
26
  },
25
27
  on: {
26
- click: function(d) {
27
- e.click && e.click(e);
28
+ click: function(f) {
29
+ r.click && r.click(r);
28
30
  }
29
31
  }
30
- }, [r("img", {
32
+ }, [o("img", {
31
33
  staticClass: "item-img",
32
34
  attrs: {
33
- src: e.src,
35
+ src: r.src,
34
36
  alt: ""
35
37
  }
36
- }), r("div", {
38
+ }), o("div", {
37
39
  staticClass: "item-text",
38
40
  style: {
39
41
  backgroundColor: t.bgText
40
42
  }
41
- }, [r("h3", {
43
+ }, [o("h3", {
42
44
  style: {
43
45
  color: t.colorText
44
46
  }
45
- }, [t._v(t._s(e.name))]), r("p", {
47
+ }, [t._v(t._s(r.name))]), o("p", {
46
48
  style: {
47
49
  color: t.colorText
48
50
  }
49
- }, [t._v(t._s(e.text))])])])])]);
51
+ }, [t._v(t._s(r.text))])])])])]);
50
52
  }), 1)], 1);
51
- }, c = [];
52
- const i = {
53
+ }, _ = [];
54
+ const u = {
53
55
  name: "DataCard",
54
56
  props: {
55
57
  option: {
@@ -75,24 +77,24 @@ const i = {
75
77
  return this.option.borderColor || "#2e323f";
76
78
  }
77
79
  }
78
- }, a = {};
79
- var _ = /* @__PURE__ */ s(
80
+ }, n = {};
81
+ var p = /* @__PURE__ */ l(
82
+ u,
80
83
  i,
81
- l,
82
- c,
84
+ _,
83
85
  !1,
84
- u,
86
+ d,
85
87
  null,
86
88
  null,
87
89
  null
88
90
  );
89
- function u(t) {
90
- for (let o in a)
91
- this[o] = a[o];
91
+ function d(t) {
92
+ for (let e in n)
93
+ this[e] = n[e];
92
94
  }
93
- const f = /* @__PURE__ */ function() {
94
- return _.exports;
95
+ const g = /* @__PURE__ */ function() {
96
+ return p.exports;
95
97
  }();
96
98
  export {
97
- f as default
99
+ g as default
98
100
  };
@@ -1,42 +1,44 @@
1
- import { n as r } 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 r from "element-ui/lib/col";
2
+ import _ from "element-ui/lib/row";
3
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
+ var i = function() {
5
+ var t = this, e = t.$createElement, n = t._self._c || e;
6
+ return n("div", {
5
7
  staticClass: "avue-data-cardText"
6
- }, [a("ElRow", {
8
+ }, [n(_, {
7
9
  attrs: {
8
10
  span: 24
9
11
  }
10
- }, t._l(t.data, function(n, o) {
11
- return a("ElCol", {
12
+ }, t._l(t.data, function(a, o) {
13
+ return n(r, {
12
14
  key: o,
13
15
  attrs: {
14
16
  md: t.span,
15
17
  xs: 24,
16
18
  sm: 12
17
19
  }
18
- }, [a("div", {
20
+ }, [n("div", {
19
21
  staticClass: "item"
20
- }, [a("a", {
22
+ }, [n("a", {
21
23
  attrs: {
22
- href: n.href,
23
- target: n.target
24
+ href: a.href,
25
+ target: a.target
24
26
  },
25
27
  on: {
26
- click: function(d) {
27
- n.click && n.click(n);
28
+ click: function(v) {
29
+ a.click && a.click(a);
28
30
  }
29
31
  }
30
- }, [a("div", {
32
+ }, [n("div", {
31
33
  staticClass: "item-header"
32
- }, [t._v(" " + t._s(n.title) + " ")]), a("div", {
34
+ }, [t._v(" " + t._s(a.title) + " ")]), n("div", {
33
35
  staticClass: "item-content"
34
- }, [t._v(t._s(n.content))]), a("div", {
36
+ }, [t._v(t._s(a.content))]), n("div", {
35
37
  staticClass: "item-footer"
36
- }, [a("span", [t._v(t._s(n.name))]), a("span", [t._v(t._s(n.date))])])])])]);
38
+ }, [n("span", [t._v(t._s(a.name))]), n("span", [t._v(t._s(a.date))])])])])]);
37
39
  }), 1)], 1);
38
- }, i = [];
39
- const _ = {
40
+ }, l = [];
41
+ const p = {
40
42
  name: "DataCardtext",
41
43
  props: {
42
44
  option: {
@@ -60,23 +62,23 @@ const _ = {
60
62
  }
61
63
  }
62
64
  }, s = {};
63
- var l = /* @__PURE__ */ r(
64
- _,
65
- c,
65
+ var u = /* @__PURE__ */ c(
66
+ p,
66
67
  i,
68
+ l,
67
69
  !1,
68
- u,
70
+ d,
69
71
  null,
70
72
  null,
71
73
  null
72
74
  );
73
- function u(t) {
75
+ function d(t) {
74
76
  for (let e in s)
75
77
  this[e] = s[e];
76
78
  }
77
- const v = /* @__PURE__ */ function() {
78
- return l.exports;
79
+ const x = /* @__PURE__ */ function() {
80
+ return u.exports;
79
81
  }();
80
82
  export {
81
- v as default
83
+ x as default
82
84
  };