@web-utils/component 3.0.4 → 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 +22 -27
  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 -660
  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,17 +1,15 @@
1
- import e from "element-ui/lib/col";
2
- import r from "element-ui/lib/row";
3
- import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var l = function() {
1
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ var c = function() {
5
3
  var t = this, s = t.$createElement, a = t._self._c || s;
6
4
  return a("div", {
7
5
  staticClass: "avue-data-rotate"
8
- }, [a(r, {
6
+ }, [a("ElRow", {
9
7
  attrs: {
10
8
  span: 24
11
9
  }
12
- }, t._l(t.data, function(n, i) {
13
- return a(e, {
14
- key: i,
10
+ }, t._l(t.data, function(n, e) {
11
+ return a("ElCol", {
12
+ key: e,
15
13
  attrs: {
16
14
  md: t.span,
17
15
  xs: 24,
@@ -41,7 +39,7 @@ var l = function() {
41
39
  href: n.href
42
40
  },
43
41
  on: {
44
- click: function(d) {
42
+ click: function(p) {
45
43
  n.click && n.click(n);
46
44
  }
47
45
  }
@@ -51,8 +49,8 @@ var l = function() {
51
49
  staticClass: "el-icon-arrow-right"
52
50
  })])])])]);
53
51
  }), 1)], 1);
54
- }, _ = [];
55
- const u = {
52
+ }, r = [];
53
+ const l = {
56
54
  name: "DataRotate",
57
55
  props: {
58
56
  option: {
@@ -76,23 +74,23 @@ const u = {
76
74
  }
77
75
  }
78
76
  }, o = {};
79
- var p = /* @__PURE__ */ c(
80
- u,
77
+ var u = /* @__PURE__ */ i(
81
78
  l,
82
- _,
79
+ c,
80
+ r,
83
81
  !1,
84
- m,
82
+ _,
85
83
  null,
86
84
  null,
87
85
  null
88
86
  );
89
- function m(t) {
87
+ function _(t) {
90
88
  for (let s in o)
91
89
  this[s] = o[s];
92
90
  }
93
- const h = /* @__PURE__ */ function() {
94
- return p.exports;
91
+ const m = /* @__PURE__ */ function() {
92
+ return u.exports;
95
93
  }();
96
94
  export {
97
- h as default
95
+ m as default
98
96
  };
@@ -1,9 +1,8 @@
1
- import { f as o } from "../chunks/index.57f871af.mjs";
2
- import l from "element-ui/lib/button";
3
- import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var s = function() {
5
- var e = this, t = e.$createElement, i = e._self._c || t;
6
- return i("ElementDialog", {
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", {
7
6
  ref: "dialog",
8
7
  attrs: {
9
8
  visible: e.visible,
@@ -19,7 +18,7 @@ var s = function() {
19
18
  scopedSlots: e._u([{
20
19
  key: "default",
21
20
  fn: function() {
22
- return [e._t("search-form"), i("PageableTable", {
21
+ return [e._t("search-form"), l("PageableTable", {
23
22
  ref: "pageableTable",
24
23
  staticStyle: {
25
24
  height: "60vh"
@@ -44,7 +43,7 @@ var s = function() {
44
43
  }, {
45
44
  key: "footer",
46
45
  fn: function() {
47
- return [i(l, {
46
+ return [l("ElButton", {
48
47
  attrs: {
49
48
  size: "mini",
50
49
  type: "primary"
@@ -52,7 +51,7 @@ var s = function() {
52
51
  on: {
53
52
  click: e.confirm
54
53
  }
55
- }, [e._v(" 确 定 ")]), i(l, {
54
+ }, [e._v(" 确 定 ")]), l("ElButton", {
56
55
  attrs: {
57
56
  size: "mini"
58
57
  },
@@ -64,8 +63,8 @@ var s = function() {
64
63
  proxy: !0
65
64
  }], null, !0)
66
65
  });
67
- }, a = [];
68
- const c = {
66
+ }, s = [];
67
+ const a = {
69
68
  name: "DataTablePicker",
70
69
  props: {
71
70
  visible: Boolean,
@@ -97,7 +96,7 @@ const c = {
97
96
  };
98
97
  },
99
98
  methods: {
100
- filterTableColumnProperties: o,
99
+ filterTableColumnProperties: n,
101
100
  selectionChange(e) {
102
101
  this.selectedRows = e;
103
102
  },
@@ -115,24 +114,24 @@ const c = {
115
114
  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("请选择");
116
115
  }
117
116
  }
118
- }, n = {};
119
- var u = /* @__PURE__ */ r(
120
- c,
121
- s,
117
+ }, i = {};
118
+ var c = /* @__PURE__ */ o(
122
119
  a,
120
+ r,
121
+ s,
123
122
  !1,
124
- h,
123
+ u,
125
124
  null,
126
125
  null,
127
126
  null
128
127
  );
129
- function h(e) {
130
- for (let t in n)
131
- this[t] = n[t];
128
+ function u(e) {
129
+ for (let t in i)
130
+ this[t] = i[t];
132
131
  }
133
- const p = /* @__PURE__ */ function() {
134
- return u.exports;
132
+ const f = /* @__PURE__ */ function() {
133
+ return c.exports;
135
134
  }();
136
135
  export {
137
- p as default
136
+ f as default
138
137
  };
@@ -1,17 +1,15 @@
1
- import i from "element-ui/lib/col";
2
- import r from "element-ui/lib/row";
3
- import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var _ = function() {
5
- var t = this, s = t.$createElement, a = t._self._c || s;
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;
6
4
  return a("div", {
7
5
  staticClass: "avue-data-tabs"
8
- }, [a(r, {
6
+ }, [a("ElRow", {
9
7
  attrs: {
10
8
  span: 24
11
9
  }
12
- }, t._l(t.data, function(n, e) {
13
- return a(i, {
14
- key: e,
10
+ }, t._l(t.data, function(s, o) {
11
+ return a("ElCol", {
12
+ key: o,
15
13
  attrs: {
16
14
  md: t.span,
17
15
  xs: 24,
@@ -20,37 +18,37 @@ var _ = function() {
20
18
  }, [a("div", {
21
19
  staticClass: "item",
22
20
  style: {
23
- background: n.color
21
+ background: s.color
24
22
  }
25
23
  }, [a("a", {
26
24
  attrs: {
27
- href: n.href,
28
- target: n.target
25
+ href: s.href,
26
+ target: s.target
29
27
  },
30
28
  on: {
31
- click: function(v) {
32
- n.click && n.click(n);
29
+ click: function(p) {
30
+ s.click && s.click(s);
33
31
  }
34
32
  }
35
33
  }, [a("div", {
36
34
  staticClass: "item-header"
37
- }, [a("p", [t._v(t._s(n.title))]), a("span", [t._v(t._s(n.subtitle))])]), a("div", {
35
+ }, [a("p", [t._v(t._s(s.title))]), a("span", [t._v(t._s(s.subtitle))])]), a("div", {
38
36
  staticClass: "item-body"
39
37
  }, [a("CountUp", {
40
38
  staticClass: "h2",
41
39
  attrs: {
42
- decimals: n.decimals || t.decimals,
43
- animation: n.animation || t.animation,
44
- end: n.count
40
+ decimals: s.decimals || t.decimals,
41
+ animation: s.animation || t.animation,
42
+ end: s.count
45
43
  }
46
44
  })], 1), a("div", {
47
45
  staticClass: "item-footer"
48
- }, [a("span", [t._v(t._s(n.allcount))]), a("p", [t._v(t._s(n.text))])]), a("p", {
46
+ }, [a("span", [t._v(t._s(s.allcount))]), a("p", [t._v(t._s(s.text))])]), a("p", {
49
47
  staticClass: "item-tip"
50
- }, [t._v(t._s(n.key))])])])]);
48
+ }, [t._v(t._s(s.key))])])])]);
51
49
  }), 1)], 1);
52
- }, l = [];
53
- const p = {
50
+ }, c = [];
51
+ const l = {
54
52
  name: "DataTabs",
55
53
  props: {
56
54
  option: {
@@ -73,24 +71,24 @@ const p = {
73
71
  return this.option.data || [];
74
72
  }
75
73
  }
76
- }, o = {};
77
- var u = /* @__PURE__ */ c(
78
- p,
79
- _,
74
+ }, e = {};
75
+ var _ = /* @__PURE__ */ i(
80
76
  l,
77
+ r,
78
+ c,
81
79
  !1,
82
- d,
80
+ u,
83
81
  null,
84
82
  null,
85
83
  null
86
84
  );
87
- function d(t) {
88
- for (let s in o)
89
- this[s] = o[s];
85
+ function u(t) {
86
+ for (let n in e)
87
+ this[n] = e[n];
90
88
  }
91
- const C = /* @__PURE__ */ function() {
92
- return u.exports;
89
+ const v = /* @__PURE__ */ function() {
90
+ return _.exports;
93
91
  }();
94
92
  export {
95
- C as default
93
+ v as default
96
94
  };
@@ -1,10 +1,8 @@
1
- import { isEmpty as l } from "@web-utils/core";
2
- import { d as r } from "../chunks/util.ae730cde.mjs";
3
- import c from "vue";
4
- import m from "element-ui/lib/drawer";
5
- import n from "element-ui/lib/button";
6
- import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
7
- var u = function() {
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() {
8
6
  var e = this, t = e.$createElement, o = e._self._c || t;
9
7
  return o(e.dialogType, e._b({
10
8
  tag: "Component",
@@ -44,7 +42,7 @@ var u = function() {
44
42
  }), e.isEmpty(e.option.menuBtn, !0) ? o("span", {
45
43
  staticClass: "avue-dialog__footer",
46
44
  class: `avue-dialog__footer--${e.menuPosition}`
47
- }, [e.isEmpty(e.option.submitBtn, !0) ? o(n, {
45
+ }, [e.isEmpty(e.option.submitBtn, !0) ? o("ElButton", {
48
46
  attrs: {
49
47
  size: e.$AVUE.size,
50
48
  icon: e.option.submitIcon,
@@ -54,7 +52,7 @@ var u = function() {
54
52
  on: {
55
53
  click: e.submit
56
54
  }
57
- }, [e._v(e._s(e.option.submitText))]) : e._e(), e.isEmpty(e.option.emptyBtn, !0) ? o(n, {
55
+ }, [e._v(e._s(e.option.submitText))]) : e._e(), e.isEmpty(e.option.emptyBtn, !0) ? o("ElButton", {
58
56
  attrs: {
59
57
  disabled: e.disabled,
60
58
  size: e.$AVUE.size,
@@ -64,12 +62,9 @@ var u = function() {
64
62
  click: e.reset
65
63
  }
66
64
  }, [e._v(e._s(e.option.emptyText))]) : e._e()], 1) : e._e()], 1);
67
- }, p = [];
65
+ }, m = [];
68
66
  const i = {
69
67
  name: "DialogForm",
70
- components: {
71
- ElDrawer: m
72
- },
73
68
  data() {
74
69
  return {
75
70
  opt: {},
@@ -99,8 +94,8 @@ const i = {
99
94
  }
100
95
  },
101
96
  methods: {
102
- isEmpty: l,
103
- deepClone: r,
97
+ isEmpty: a,
98
+ deepClone: l,
104
99
  submit() {
105
100
  this.$refs.form.submit();
106
101
  },
@@ -127,27 +122,27 @@ const i = {
127
122
  }
128
123
  };
129
124
  i.showForm = (e) => {
130
- const t = c.extend(i), o = new t().$mount();
125
+ const t = r.extend(i), o = new t().$mount();
131
126
  return document.body.appendChild(o.$el), o.show(e), o;
132
127
  };
133
- const _ = i, a = {};
134
- var b = /* @__PURE__ */ d(
135
- _,
128
+ const u = i, n = {};
129
+ var p = /* @__PURE__ */ c(
136
130
  u,
137
- p,
131
+ d,
132
+ m,
138
133
  !1,
139
- f,
134
+ b,
140
135
  null,
141
136
  null,
142
137
  null
143
138
  );
144
- function f(e) {
145
- for (let t in a)
146
- this[t] = a[t];
139
+ function b(e) {
140
+ for (let t in n)
141
+ this[t] = n[t];
147
142
  }
148
- const w = /* @__PURE__ */ function() {
149
- return b.exports;
143
+ const v = /* @__PURE__ */ function() {
144
+ return p.exports;
150
145
  }();
151
146
  export {
152
- w as default
147
+ v as default
153
148
  };
@@ -1,14 +1,10 @@
1
1
  import { fastClone as u, validateNumber as d, validateIdCard as c, validatePhoneNum as m } from "@web-utils/core";
2
- import _ from "element-ui/lib/button";
3
- import f from "element-ui/lib/input";
4
- import h from "element-ui/lib/form-item";
5
- import y from "element-ui/lib/table";
6
- import { n as v } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
7
- var b = function() {
2
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ var h = function() {
8
4
  var e = this, i = e.$createElement, t = e._self._c || i;
9
5
  return t("div", {
10
6
  staticClass: "dynamic-table"
11
- }, [t(y, {
7
+ }, [t("ElTable", {
12
8
  key: e.key,
13
9
  staticStyle: {
14
10
  width: "100%"
@@ -16,37 +12,37 @@ var b = function() {
16
12
  attrs: {
17
13
  data: e.value
18
14
  }
19
- }, [e._l(e.columns, function(n) {
15
+ }, [e._l(e.columns, function(a) {
20
16
  return t("TableColumn", {
21
- key: n.prop,
17
+ key: a.prop,
22
18
  attrs: {
23
- prop: n.prop,
24
- label: n.label,
19
+ prop: a.prop,
20
+ label: a.label,
25
21
  "min-width": "150"
26
22
  },
27
23
  scopedSlots: e._u([{
28
24
  key: "default",
29
- fn: function(a) {
30
- var o = a.row, r = a.$index;
31
- return [t(h, {
25
+ fn: function(n) {
26
+ var l = n.row, r = n.$index;
27
+ return [t("ElFormItem", {
32
28
  style: {
33
29
  marginBottom: e.inputDisabled ? "0px" : "16px"
34
30
  },
35
31
  attrs: {
36
- prop: `${e.prop}.${r}.${n.prop}`,
32
+ prop: `${e.prop}.${r}.${a.prop}`,
37
33
  size: "mini",
38
- rules: e.getRules(n)
34
+ rules: e.getRules(a)
39
35
  }
40
- }, [t(f, {
36
+ }, [t("ElInput", {
41
37
  attrs: {
42
- "prefix-icon": e.getIcon(n),
38
+ "prefix-icon": e.getIcon(a),
43
39
  disabled: e.inputDisabled,
44
- placeholder: e.inputDisabled ? "" : `请输入${n.label}!`
40
+ placeholder: e.inputDisabled ? "" : `请输入${a.label}!`
45
41
  },
46
42
  model: {
47
- value: o[n.prop],
48
- callback: function(l) {
49
- e.$set(o, n.prop, l);
43
+ value: l[a.prop],
44
+ callback: function(s) {
45
+ e.$set(l, a.prop, s);
50
46
  },
51
47
  expression: "row[column.prop]"
52
48
  }
@@ -62,8 +58,8 @@ var b = function() {
62
58
  },
63
59
  scopedSlots: e._u([{
64
60
  key: "default",
65
- fn: function(n) {
66
- var a = n.row, o = n.column, r = n.$index;
61
+ fn: function(a) {
62
+ var n = a.row, l = a.column, r = a.$index;
67
63
  return [t("i", {
68
64
  staticClass: "el-icon-minus dynamic-table-action-icon",
69
65
  staticStyle: {
@@ -75,14 +71,14 @@ var b = function() {
75
71
  title: "删除"
76
72
  },
77
73
  on: {
78
- click: function(l) {
79
- return l.stopPropagation(), e.removeRow(a, r, o);
74
+ click: function(s) {
75
+ return s.stopPropagation(), e.removeRow(n, r, l);
80
76
  }
81
77
  }
82
78
  })];
83
79
  }
84
80
  }], null, !1, 410881950)
85
- })], 2), e.inputDisabled ? e._e() : t(_, {
81
+ })], 2), e.inputDisabled ? e._e() : t("ElButton", {
86
82
  staticStyle: {
87
83
  color: "#08c108"
88
84
  },
@@ -94,13 +90,13 @@ var b = function() {
94
90
  click: e.addRow
95
91
  }
96
92
  }, [e._v(" 添加 ")])], 1);
97
- }, w = [];
98
- const s = {
93
+ }, y = [];
94
+ const o = {
99
95
  number: "fa fa-superscript",
100
96
  email: "el-icon-lx-mail",
101
97
  phone: "fa fa-phone",
102
98
  idCard: "el-icon-lx-news"
103
- }, g = {
99
+ }, v = {
104
100
  name: "DynamicTable",
105
101
  inject: {
106
102
  elForm: {
@@ -151,7 +147,7 @@ const s = {
151
147
  },
152
148
  methods: {
153
149
  getIcon(e) {
154
- return s[e.type] ? s[e.type] : "";
150
+ return o[e.type] ? o[e.type] : "";
155
151
  },
156
152
  addRow() {
157
153
  const e = this.value;
@@ -177,23 +173,23 @@ const s = {
177
173
  }
178
174
  }
179
175
  }, p = {};
180
- var x = /* @__PURE__ */ v(
181
- g,
182
- b,
183
- w,
176
+ var b = /* @__PURE__ */ f(
177
+ v,
178
+ h,
179
+ y,
184
180
  !1,
185
- $,
181
+ _,
186
182
  null,
187
183
  null,
188
184
  null
189
185
  );
190
- function $(e) {
186
+ function _(e) {
191
187
  for (let i in p)
192
188
  this[i] = p[i];
193
189
  }
194
- const F = /* @__PURE__ */ function() {
195
- return x.exports;
190
+ const g = /* @__PURE__ */ function() {
191
+ return b.exports;
196
192
  }();
197
193
  export {
198
- F as default
194
+ g as default
199
195
  };
@@ -1,7 +1,5 @@
1
- import r from "element-ui/lib/slider";
2
- import n from "element-ui/lib/progress";
3
- import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var a = function() {
1
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ var l = function() {
5
3
  var e = this, t = e.$createElement, s = e._self._c || t;
6
4
  return s("div", {
7
5
  staticClass: "editable-progress",
@@ -11,7 +9,7 @@ var a = function() {
11
9
  mouseleave: e.onMouseLeave,
12
10
  click: e.wrapperClick
13
11
  }
14
- }, [s(n, {
12
+ }, [s("ElProgress", {
15
13
  directives: [{
16
14
  name: "show",
17
15
  rawName: "v-show",
@@ -24,7 +22,7 @@ var a = function() {
24
22
  "text-inside": "",
25
23
  percentage: e.percent
26
24
  }
27
- }), e.disabled ? e._e() : s(r, {
25
+ }), e.disabled ? e._e() : s("ElSlider", {
28
26
  directives: [{
29
27
  name: "show",
30
28
  rawName: "v-show",
@@ -54,8 +52,8 @@ var a = function() {
54
52
  expression: "percent"
55
53
  }
56
54
  })], 1);
57
- }, u = [];
58
- const p = {
55
+ }, n = [];
56
+ const a = {
59
57
  name: "EditableProgress",
60
58
  props: {
61
59
  disabled: {
@@ -121,23 +119,23 @@ const p = {
121
119
  }
122
120
  }
123
121
  }, o = {};
124
- var d = /* @__PURE__ */ l(
125
- p,
122
+ var u = /* @__PURE__ */ r(
126
123
  a,
127
- u,
124
+ l,
125
+ n,
128
126
  !1,
129
- h,
127
+ d,
130
128
  null,
131
129
  null,
132
130
  null
133
131
  );
134
- function h(e) {
132
+ function d(e) {
135
133
  for (let t in o)
136
134
  this[t] = o[t];
137
135
  }
138
- const _ = /* @__PURE__ */ function() {
139
- return d.exports;
136
+ const h = /* @__PURE__ */ function() {
137
+ return u.exports;
140
138
  }();
141
139
  export {
142
- _ as default
140
+ h as default
143
141
  };