@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,50 +1,52 @@
1
+ import _ from "element-ui/lib/col";
2
+ import o from "element-ui/lib/row";
1
3
  import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
- var o = function() {
3
- var t = this, n = t.$createElement, s = t._self._c || n;
4
- return s("div", {
4
+ var p = function() {
5
+ var t = this, a = t.$createElement, n = t._self._c || a;
6
+ return n("div", {
5
7
  staticClass: "data-price"
6
- }, [s("ElRow", {
8
+ }, [n(o, {
7
9
  attrs: {
8
10
  span: 24
9
11
  }
10
- }, [t._l(t.data, function(a, c) {
11
- return [s("ElCol", {
12
- key: c,
12
+ }, [t._l(t.data, function(s, i) {
13
+ return [n(_, {
14
+ key: i,
13
15
  attrs: {
14
16
  xs: 12,
15
17
  sm: 6,
16
18
  md: t.span
17
19
  }
18
- }, [s("div", {
20
+ }, [n("div", {
19
21
  staticClass: "item item--active"
20
- }, [s("a", {
22
+ }, [n("a", {
21
23
  attrs: {
22
- href: a.href,
23
- target: a.target
24
+ href: s.href,
25
+ target: s.target
24
26
  },
25
27
  on: {
26
28
  click: function(e) {
27
- a.click && a.click(a);
29
+ s.click && s.click(s);
28
30
  }
29
31
  }
30
- }, [s("div", {
32
+ }, [n("div", {
31
33
  staticClass: "title"
32
- }, [t._v(" " + t._s(a.title) + " ")]), s("div", {
34
+ }, [t._v(" " + t._s(s.title) + " ")]), n("div", {
33
35
  staticClass: "body"
34
- }, [s("span", {
36
+ }, [n("span", {
35
37
  staticClass: "price"
36
- }, [t._v(t._s(a.price))]), s("span", {
38
+ }, [t._v(t._s(s.price))]), n("span", {
37
39
  staticClass: "append"
38
- }, [t._v(t._s(a.append))])]), s("div", {
40
+ }, [t._v(t._s(s.append))])]), n("div", {
39
41
  staticClass: "list"
40
- }, t._l(a.list, function(e, i) {
41
- return s("p", {
42
- key: i
42
+ }, t._l(s.list, function(e, c) {
43
+ return n("p", {
44
+ key: c
43
45
  }, [t._v(" " + t._s(e) + " ")]);
44
46
  }), 0)])])])];
45
47
  })], 2)], 1);
46
- }, _ = [];
47
- const p = {
48
+ }, u = [];
49
+ const v = {
48
50
  name: "DataPrice",
49
51
  props: {
50
52
  option: {
@@ -62,23 +64,23 @@ const p = {
62
64
  }
63
65
  }
64
66
  }, r = {};
65
- var u = /* @__PURE__ */ l(
67
+ var d = /* @__PURE__ */ l(
68
+ v,
66
69
  p,
67
- o,
68
- _,
70
+ u,
69
71
  !1,
70
- v,
72
+ f,
71
73
  null,
72
74
  null,
73
75
  null
74
76
  );
75
- function v(t) {
76
- for (let n in r)
77
- this[n] = r[n];
77
+ function f(t) {
78
+ for (let a in r)
79
+ this[a] = r[a];
78
80
  }
79
- const f = /* @__PURE__ */ function() {
80
- return u.exports;
81
+ const y = /* @__PURE__ */ function() {
82
+ return d.exports;
81
83
  }();
82
84
  export {
83
- f as default
85
+ y as default
84
86
  };
@@ -1,17 +1,21 @@
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;
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";
5
+ 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;
4
8
  return s("div", {
5
9
  staticClass: "data-progress"
6
- }, [s("ElRow", {
10
+ }, [s(_, {
7
11
  attrs: {
8
12
  span: 24
9
13
  }
10
- }, a._l(a.data, function(t, o) {
11
- return s("ElCol", {
12
- key: o,
14
+ }, n._l(n.data, function(t, e) {
15
+ return s(c, {
16
+ key: e,
13
17
  attrs: {
14
- md: a.span,
18
+ md: n.span,
15
19
  xs: 24,
16
20
  sm: 12
17
21
  }
@@ -23,25 +27,25 @@ var i = function() {
23
27
  target: t.target
24
28
  },
25
29
  on: {
26
- click: function(d) {
30
+ click: function(v) {
27
31
  t.click && t.click(t);
28
32
  }
29
33
  }
30
34
  }, [s("div", {
31
35
  staticClass: "item-header"
32
- }, [s("CountUp", {
36
+ }, [s(i, {
33
37
  staticClass: "item-count",
34
38
  attrs: {
35
- animation: t.animation || a.animation,
36
- decimals: t.decimals || a.decimals,
39
+ animation: t.animation || n.animation,
40
+ decimals: t.decimals || n.decimals,
37
41
  end: t.count
38
42
  }
39
43
  }), s("div", {
40
44
  staticClass: "item-title",
41
45
  domProps: {
42
- textContent: a._s(t.title)
46
+ textContent: n._s(t.title)
43
47
  }
44
- })], 1), s("ElProgress", {
48
+ })], 1), s(r, {
45
49
  attrs: {
46
50
  "stroke-width": 15,
47
51
  percentage: t.count,
@@ -50,8 +54,8 @@ var i = function() {
50
54
  }
51
55
  })], 1)])]);
52
56
  }), 1)], 1);
53
- }, c = [];
54
- const l = {
57
+ }, u = [];
58
+ const m = {
55
59
  name: "DataProgress",
56
60
  props: {
57
61
  option: {
@@ -74,24 +78,24 @@ const l = {
74
78
  return this.option.data || [];
75
79
  }
76
80
  }
77
- }, e = {};
78
- var u = /* @__PURE__ */ r(
79
- l,
80
- i,
81
- c,
81
+ }, a = {};
82
+ var d = /* @__PURE__ */ l(
83
+ m,
84
+ p,
85
+ u,
82
86
  !1,
83
- _,
87
+ f,
84
88
  null,
85
89
  null,
86
90
  null
87
91
  );
88
- function _(a) {
89
- for (let n in e)
90
- this[n] = e[n];
92
+ function f(n) {
93
+ for (let o in a)
94
+ this[o] = a[o];
91
95
  }
92
- const m = /* @__PURE__ */ function() {
93
- return u.exports;
96
+ const y = /* @__PURE__ */ function() {
97
+ return d.exports;
94
98
  }();
95
99
  export {
96
- m as default
100
+ y as default
97
101
  };
@@ -1,56 +1,59 @@
1
- import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
- var c = 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 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", {
5
8
  staticClass: "avue-data-rotate"
6
- }, [a("ElRow", {
9
+ }, [n(c, {
7
10
  attrs: {
8
11
  span: 24
9
12
  }
10
- }, t._l(t.data, function(n, e) {
11
- return a("ElCol", {
12
- key: e,
13
+ }, t._l(t.data, function(a, i) {
14
+ return n(r, {
15
+ key: i,
13
16
  attrs: {
14
17
  md: t.span,
15
18
  xs: 24,
16
19
  sm: 12
17
20
  }
18
- }, [a("div", {
21
+ }, [n("div", {
19
22
  staticClass: "item",
20
23
  style: {
21
- backgroundColor: n.color
24
+ backgroundColor: a.color
22
25
  }
23
- }, [a("div", {
26
+ }, [n("div", {
24
27
  staticClass: "item-box"
25
- }, [a("CountUp", {
28
+ }, [n(e, {
26
29
  staticClass: "item-count",
27
30
  attrs: {
28
- decimals: n.decimals || t.decimals,
29
- animation: n.animation || t.animation,
30
- end: n.count
31
+ decimals: a.decimals || t.decimals,
32
+ animation: a.animation || t.animation,
33
+ end: a.count
31
34
  }
32
- }), a("span", {
35
+ }), n("span", {
33
36
  staticClass: "item-title"
34
- }, [t._v(t._s(n.title))]), a("i", {
37
+ }, [t._v(t._s(a.title))]), n("i", {
35
38
  staticClass: "item-icon",
36
- class: n.icon
37
- })], 1), a("a", {
39
+ class: a.icon
40
+ })], 1), n("a", {
38
41
  attrs: {
39
- href: n.href
42
+ href: a.href
40
43
  },
41
44
  on: {
42
- click: function(p) {
43
- n.click && n.click(n);
45
+ click: function(v) {
46
+ a.click && a.click(a);
44
47
  }
45
48
  }
46
- }, [a("p", {
49
+ }, [n("p", {
47
50
  staticClass: "item-more"
48
- }, [t._v("更多"), a("i", {
51
+ }, [t._v("更多"), n("i", {
49
52
  staticClass: "el-icon-arrow-right"
50
53
  })])])])]);
51
54
  }), 1)], 1);
52
- }, r = [];
53
- const l = {
55
+ }, u = [];
56
+ const p = {
54
57
  name: "DataRotate",
55
58
  props: {
56
59
  option: {
@@ -74,23 +77,23 @@ const l = {
74
77
  }
75
78
  }
76
79
  }, o = {};
77
- var u = /* @__PURE__ */ i(
78
- l,
79
- c,
80
- r,
81
- !1,
80
+ var m = /* @__PURE__ */ l(
81
+ p,
82
82
  _,
83
+ u,
84
+ !1,
85
+ d,
83
86
  null,
84
87
  null,
85
88
  null
86
89
  );
87
- function _(t) {
90
+ function d(t) {
88
91
  for (let s in o)
89
92
  this[s] = o[s];
90
93
  }
91
- const m = /* @__PURE__ */ function() {
92
- return u.exports;
94
+ const x = /* @__PURE__ */ function() {
95
+ return m.exports;
93
96
  }();
94
97
  export {
95
- m as default
98
+ x as default
96
99
  };
@@ -1,8 +1,11 @@
1
- import { f as n } from "../chunks/index.57f871af.mjs";
2
- import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
- var r = function() {
4
- var e = this, t = e.$createElement, l = e._self._c || t;
5
- return l("ElementDialog", {
1
+ import { f as l } from "../chunks/index.d91bd77a.mjs";
2
+ import i from "element-ui/lib/button";
3
+ import { _ as r } from "../chunks/PageableTable.333cbdc1.mjs";
4
+ import { _ as s } from "../chunks/ElementDialog.d8f3105c.mjs";
5
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
+ var a = function() {
7
+ var e = this, t = e.$createElement, n = e._self._c || t;
8
+ return n(s, {
6
9
  ref: "dialog",
7
10
  attrs: {
8
11
  visible: e.visible,
@@ -18,7 +21,7 @@ var r = function() {
18
21
  scopedSlots: e._u([{
19
22
  key: "default",
20
23
  fn: function() {
21
- return [e._t("search-form"), l("PageableTable", {
24
+ return [e._t("search-form"), n(r, {
22
25
  ref: "pageableTable",
23
26
  staticStyle: {
24
27
  height: "60vh"
@@ -43,7 +46,7 @@ var r = function() {
43
46
  }, {
44
47
  key: "footer",
45
48
  fn: function() {
46
- return [l("ElButton", {
49
+ return [n(i, {
47
50
  attrs: {
48
51
  size: "mini",
49
52
  type: "primary"
@@ -51,7 +54,7 @@ var r = function() {
51
54
  on: {
52
55
  click: e.confirm
53
56
  }
54
- }, [e._v(" 确 定 ")]), l("ElButton", {
57
+ }, [e._v(" 确 定 ")]), n(i, {
55
58
  attrs: {
56
59
  size: "mini"
57
60
  },
@@ -63,8 +66,8 @@ var r = function() {
63
66
  proxy: !0
64
67
  }], null, !0)
65
68
  });
66
- }, s = [];
67
- const a = {
69
+ }, u = [];
70
+ const m = {
68
71
  name: "DataTablePicker",
69
72
  props: {
70
73
  visible: Boolean,
@@ -96,7 +99,7 @@ const a = {
96
99
  };
97
100
  },
98
101
  methods: {
99
- filterTableColumnProperties: n,
102
+ filterTableColumnProperties: l,
100
103
  selectionChange(e) {
101
104
  this.selectedRows = e;
102
105
  },
@@ -114,24 +117,24 @@ const a = {
114
117
  this.multiple ? (e = this.selectedRows) != null && e.length ? (this.$emit("confirm", this.selectedRows), this.close()) : this.$message.warning("请选择") : this.currentRow ? (this.$emit("confirm", this.currentRow), this.close()) : this.$message.warning("请选择");
115
118
  }
116
119
  }
117
- }, i = {};
118
- var c = /* @__PURE__ */ o(
120
+ }, o = {};
121
+ var h = /* @__PURE__ */ c(
122
+ m,
119
123
  a,
120
- r,
121
- s,
122
- !1,
123
124
  u,
125
+ !1,
126
+ f,
124
127
  null,
125
128
  null,
126
129
  null
127
130
  );
128
- function u(e) {
129
- for (let t in i)
130
- this[t] = i[t];
131
+ function f(e) {
132
+ for (let t in o)
133
+ this[t] = o[t];
131
134
  }
132
- const f = /* @__PURE__ */ function() {
133
- return c.exports;
135
+ const v = /* @__PURE__ */ function() {
136
+ return h.exports;
134
137
  }();
135
138
  export {
136
- f as default
139
+ v as default
137
140
  };
@@ -1,15 +1,18 @@
1
- import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
- var r = function() {
3
- var t = this, n = t.$createElement, a = t._self._c || n;
1
+ import { _ as i } from "../chunks/CountUp.f1a19f35.mjs";
2
+ import r from "element-ui/lib/col";
3
+ import _ from "element-ui/lib/row";
4
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
+ var l = function() {
6
+ var t = this, s = t.$createElement, a = t._self._c || s;
4
7
  return a("div", {
5
8
  staticClass: "avue-data-tabs"
6
- }, [a("ElRow", {
9
+ }, [a(_, {
7
10
  attrs: {
8
11
  span: 24
9
12
  }
10
- }, t._l(t.data, function(s, o) {
11
- return a("ElCol", {
12
- key: o,
13
+ }, t._l(t.data, function(n, e) {
14
+ return a(r, {
15
+ key: e,
13
16
  attrs: {
14
17
  md: t.span,
15
18
  xs: 24,
@@ -18,37 +21,37 @@ var r = function() {
18
21
  }, [a("div", {
19
22
  staticClass: "item",
20
23
  style: {
21
- background: s.color
24
+ background: n.color
22
25
  }
23
26
  }, [a("a", {
24
27
  attrs: {
25
- href: s.href,
26
- target: s.target
28
+ href: n.href,
29
+ target: n.target
27
30
  },
28
31
  on: {
29
- click: function(p) {
30
- s.click && s.click(s);
32
+ click: function(m) {
33
+ n.click && n.click(n);
31
34
  }
32
35
  }
33
36
  }, [a("div", {
34
37
  staticClass: "item-header"
35
- }, [a("p", [t._v(t._s(s.title))]), a("span", [t._v(t._s(s.subtitle))])]), a("div", {
38
+ }, [a("p", [t._v(t._s(n.title))]), a("span", [t._v(t._s(n.subtitle))])]), a("div", {
36
39
  staticClass: "item-body"
37
- }, [a("CountUp", {
40
+ }, [a(i, {
38
41
  staticClass: "h2",
39
42
  attrs: {
40
- decimals: s.decimals || t.decimals,
41
- animation: s.animation || t.animation,
42
- end: s.count
43
+ decimals: n.decimals || t.decimals,
44
+ animation: n.animation || t.animation,
45
+ end: n.count
43
46
  }
44
47
  })], 1), a("div", {
45
48
  staticClass: "item-footer"
46
- }, [a("span", [t._v(t._s(s.allcount))]), a("p", [t._v(t._s(s.text))])]), a("p", {
49
+ }, [a("span", [t._v(t._s(n.allcount))]), a("p", [t._v(t._s(n.text))])]), a("p", {
47
50
  staticClass: "item-tip"
48
- }, [t._v(t._s(s.key))])])])]);
51
+ }, [t._v(t._s(n.key))])])])]);
49
52
  }), 1)], 1);
50
- }, c = [];
51
- const l = {
53
+ }, p = [];
54
+ const u = {
52
55
  name: "DataTabs",
53
56
  props: {
54
57
  option: {
@@ -71,24 +74,24 @@ const l = {
71
74
  return this.option.data || [];
72
75
  }
73
76
  }
74
- }, e = {};
75
- var _ = /* @__PURE__ */ i(
77
+ }, o = {};
78
+ var d = /* @__PURE__ */ c(
79
+ u,
76
80
  l,
77
- r,
78
- c,
81
+ p,
79
82
  !1,
80
- u,
83
+ v,
81
84
  null,
82
85
  null,
83
86
  null
84
87
  );
85
- function u(t) {
86
- for (let n in e)
87
- this[n] = e[n];
88
+ function v(t) {
89
+ for (let s in o)
90
+ this[s] = o[s];
88
91
  }
89
- const v = /* @__PURE__ */ function() {
90
- return _.exports;
92
+ const C = /* @__PURE__ */ function() {
93
+ return d.exports;
91
94
  }();
92
95
  export {
93
- v as default
96
+ C as default
94
97
  };
@@ -1,8 +1,13 @@
1
- import { isEmpty as a } from "@web-utils/core";
2
- import { d as l } from "../chunks/util.ae730cde.mjs";
3
- import r from "vue";
4
- import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
- var d = function() {
1
+ import { isEmpty as l } from "@web-utils/core";
2
+ import { d as r } from "../chunks/util.7844e2c2.mjs";
3
+ import c from "vue";
4
+ import m from "element-ui/lib/drawer";
5
+ import d from "@web-utils/component/element-dialog";
6
+ import "@web-utils/component/element-dialog/style.css";
7
+ import n from "element-ui/lib/button";
8
+ import { _ as p } from "../chunks/FyForm.0294e494.mjs";
9
+ import { n as u } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
10
+ var _ = function() {
6
11
  var e = this, t = e.$createElement, o = e._self._c || t;
7
12
  return o(e.dialogType, e._b({
8
13
  tag: "Component",
@@ -13,11 +18,11 @@ var d = function() {
13
18
  "before-close": e.beforeClose
14
19
  },
15
20
  on: {
16
- "update:visible": function(s) {
17
- e.visible = s;
21
+ "update:visible": function(i) {
22
+ e.visible = i;
18
23
  }
19
24
  }
20
- }, "Component", e.dialog, !1), [o("FyForm", {
25
+ }, "Component", e.dialog, !1), [o(p, {
21
26
  ref: "form",
22
27
  attrs: {
23
28
  option: Object.assign({}, e.deepClone(e.option), {
@@ -26,23 +31,23 @@ var d = function() {
26
31
  status: e.disabled
27
32
  },
28
33
  on: {
29
- "update:status": function(s) {
30
- e.disabled = s;
34
+ "update:status": function(i) {
35
+ e.disabled = i;
31
36
  },
32
37
  submit: e.handleSubmit,
33
38
  "reset-change": e.close
34
39
  },
35
40
  model: {
36
41
  value: e.data,
37
- callback: function(s) {
38
- e.data = s;
42
+ callback: function(i) {
43
+ e.data = i;
39
44
  },
40
45
  expression: "data"
41
46
  }
42
47
  }), e.isEmpty(e.option.menuBtn, !0) ? o("span", {
43
48
  staticClass: "avue-dialog__footer",
44
49
  class: `avue-dialog__footer--${e.menuPosition}`
45
- }, [e.isEmpty(e.option.submitBtn, !0) ? o("ElButton", {
50
+ }, [e.isEmpty(e.option.submitBtn, !0) ? o(n, {
46
51
  attrs: {
47
52
  size: e.$AVUE.size,
48
53
  icon: e.option.submitIcon,
@@ -52,7 +57,7 @@ var d = function() {
52
57
  on: {
53
58
  click: e.submit
54
59
  }
55
- }, [e._v(e._s(e.option.submitText))]) : e._e(), e.isEmpty(e.option.emptyBtn, !0) ? o("ElButton", {
60
+ }, [e._v(e._s(e.option.submitText))]) : e._e(), e.isEmpty(e.option.emptyBtn, !0) ? o(n, {
56
61
  attrs: {
57
62
  disabled: e.disabled,
58
63
  size: e.$AVUE.size,
@@ -62,9 +67,13 @@ var d = function() {
62
67
  click: e.reset
63
68
  }
64
69
  }, [e._v(e._s(e.option.emptyText))]) : e._e()], 1) : e._e()], 1);
65
- }, m = [];
66
- const i = {
70
+ }, f = [];
71
+ const s = {
67
72
  name: "DialogForm",
73
+ components: {
74
+ ElDrawer: m,
75
+ ElementDialog: d
76
+ },
68
77
  data() {
69
78
  return {
70
79
  opt: {},
@@ -94,8 +103,8 @@ const i = {
94
103
  }
95
104
  },
96
105
  methods: {
97
- isEmpty: a,
98
- deepClone: l,
106
+ isEmpty: l,
107
+ deepClone: r,
99
108
  submit() {
100
109
  this.$refs.form.submit();
101
110
  },
@@ -121,28 +130,28 @@ const i = {
121
130
  }
122
131
  }
123
132
  };
124
- i.showForm = (e) => {
125
- const t = r.extend(i), o = new t().$mount();
133
+ s.showForm = (e) => {
134
+ const t = c.extend(s), o = new t().$mount();
126
135
  return document.body.appendChild(o.$el), o.show(e), o;
127
136
  };
128
- const u = i, n = {};
129
- var p = /* @__PURE__ */ c(
130
- u,
131
- d,
132
- m,
133
- !1,
137
+ const b = s, a = {};
138
+ var h = /* @__PURE__ */ u(
134
139
  b,
140
+ _,
141
+ f,
142
+ !1,
143
+ g,
135
144
  null,
136
145
  null,
137
146
  null
138
147
  );
139
- function b(e) {
140
- for (let t in n)
141
- this[t] = n[t];
148
+ function g(e) {
149
+ for (let t in a)
150
+ this[t] = a[t];
142
151
  }
143
- const v = /* @__PURE__ */ function() {
144
- return p.exports;
152
+ const F = /* @__PURE__ */ function() {
153
+ return h.exports;
145
154
  }();
146
155
  export {
147
- v as default
156
+ F as default
148
157
  };