@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,22 +1,21 @@
1
- import o from "element-ui/lib/progress";
2
- import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
- var i = function() {
4
- var t = this, e = t.$createElement, r = t._self._c || e;
1
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ var s = function() {
3
+ var e = this, t = e.$createElement, r = e._self._c || t;
5
4
  return r("div", {
6
5
  staticClass: "avue-progress"
7
- }, [r(o, {
6
+ }, [r("ElProgress", {
8
7
  attrs: {
9
- type: t.type,
10
- color: t.color,
11
- width: t.width,
8
+ type: e.type,
9
+ color: e.color,
10
+ width: e.width,
12
11
  "text-inside": "",
13
- "show-text": t.showText,
14
- "stroke-width": t.strokeWidth,
15
- percentage: t.percentage
12
+ "show-text": e.showText,
13
+ "stroke-width": e.strokeWidth,
14
+ percentage: e.percentage
16
15
  }
17
16
  })], 1);
18
- }, p = [];
19
- const c = {
17
+ }, i = [];
18
+ const a = {
20
19
  name: "FyProgress",
21
20
  props: {
22
21
  showText: {
@@ -38,24 +37,24 @@ const c = {
38
37
  type: [Number]
39
38
  }
40
39
  }
41
- }, n = {};
42
- var a = /* @__PURE__ */ s(
43
- c,
40
+ }, o = {};
41
+ var c = /* @__PURE__ */ n(
42
+ a,
43
+ s,
44
44
  i,
45
- p,
46
45
  !1,
47
- _,
46
+ p,
48
47
  null,
49
48
  null,
50
49
  null
51
50
  );
52
- function _(t) {
53
- for (let e in n)
54
- this[e] = n[e];
51
+ function p(e) {
52
+ for (let t in o)
53
+ this[t] = o[t];
55
54
  }
56
- const m = /* @__PURE__ */ function() {
57
- return a.exports;
55
+ const _ = /* @__PURE__ */ function() {
56
+ return c.exports;
58
57
  }();
59
58
  export {
60
- m as default
59
+ _ as default
61
60
  };
@@ -1,12 +1,10 @@
1
- import { p as l, e as s } from "../chunks/event.10295951.mjs";
2
- import i from "element-ui/lib/radio";
3
- import _ from "element-ui/lib/radio-group";
4
- import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
- var u = function() {
6
- var e = this, t = e.$createElement, o = e._self._c || t;
7
- return o("div", {
1
+ import { p as l, e as s } from "../chunks/event.b5d855dd.mjs";
2
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ var c = function() {
4
+ var e = this, t = e.$createElement, a = e._self._c || t;
5
+ return a("div", {
8
6
  staticClass: "avue-radio"
9
- }, [o(_, {
7
+ }, [a("ElRadioGroup", {
10
8
  attrs: {
11
9
  size: e.size,
12
10
  disabled: e.disabled
@@ -23,9 +21,9 @@ var u = function() {
23
21
  },
24
22
  expression: "text"
25
23
  }
26
- }, e._l(e.dic, function(n, r) {
27
- return o(e.componentName, {
28
- key: r,
24
+ }, e._l(e.dic, function(n, o) {
25
+ return a(e.componentName, {
26
+ key: o,
29
27
  tag: "Component",
30
28
  attrs: {
31
29
  label: n[e.valueKey],
@@ -36,11 +34,8 @@ var u = function() {
36
34
  }, [e._v(" " + e._s(n[e.labelKey]) + " ")]);
37
35
  }), 1)], 1);
38
36
  }, d = [];
39
- const p = {
37
+ const u = {
40
38
  name: "FyRadio",
41
- components: {
42
- ElRadio: i
43
- },
44
39
  mixins: [l, s],
45
40
  props: {
46
41
  // eslint-disable-next-line vue/no-unused-properties
@@ -52,10 +47,10 @@ const p = {
52
47
  name: "radio"
53
48
  };
54
49
  }
55
- }, a = {};
56
- var m = /* @__PURE__ */ c(
57
- p,
50
+ }, r = {};
51
+ var _ = /* @__PURE__ */ i(
58
52
  u,
53
+ c,
59
54
  d,
60
55
  !1,
61
56
  v,
@@ -64,12 +59,12 @@ var m = /* @__PURE__ */ c(
64
59
  null
65
60
  );
66
61
  function v(e) {
67
- for (let t in a)
68
- this[t] = a[t];
62
+ for (let t in r)
63
+ this[t] = r[t];
69
64
  }
70
- const R = /* @__PURE__ */ function() {
71
- return m.exports;
65
+ const y = /* @__PURE__ */ function() {
66
+ return _.exports;
72
67
  }();
73
68
  export {
74
- R as default
69
+ y as default
75
70
  };
package/fy-rate/index.mjs CHANGED
@@ -1,9 +1,8 @@
1
- import { p as a, e as n } from "../chunks/event.10295951.mjs";
2
- import r from "element-ui/lib/rate";
3
- import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var c = function() {
1
+ import { p as a, e as r } from "../chunks/event.b5d855dd.mjs";
2
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ var i = function() {
5
4
  var e = this, o = e.$createElement, s = e._self._c || o;
6
- return s(r, {
5
+ return s("ElRate", {
7
6
  attrs: {
8
7
  max: e.max,
9
8
  "low-threshold": e.lowThreshold,
@@ -35,9 +34,9 @@ var c = function() {
35
34
  }
36
35
  });
37
36
  }, d = [];
38
- const u = {
37
+ const c = {
39
38
  name: "FyRate",
40
- mixins: [a, n],
39
+ mixins: [a, r],
41
40
  props: {
42
41
  allowHalf: Boolean,
43
42
  lowThreshold: Number,
@@ -85,23 +84,23 @@ const u = {
85
84
  },
86
85
  methods: {}
87
86
  }, l = {};
88
- var h = /* @__PURE__ */ i(
89
- u,
87
+ var h = /* @__PURE__ */ n(
90
88
  c,
89
+ i,
91
90
  d,
92
91
  !1,
93
- p,
92
+ u,
94
93
  null,
95
94
  null,
96
95
  null
97
96
  );
98
- function p(e) {
97
+ function u(e) {
99
98
  for (let o in l)
100
99
  this[o] = l[o];
101
100
  }
102
- const v = /* @__PURE__ */ function() {
101
+ const _ = /* @__PURE__ */ function() {
103
102
  return h.exports;
104
103
  }();
105
104
  export {
106
- v as default
105
+ _ as default
107
106
  };
@@ -1,16 +1,12 @@
1
- import { p as c, e as u } from "../chunks/event.10295951.mjs";
1
+ import { p as r, e as c } from "../chunks/event.b5d855dd.mjs";
2
2
  import { s as d } from "../chunks/dic.eaac0823.mjs";
3
- import { b as p } from "../chunks/util.ae730cde.mjs";
4
- import { isBlank as _ } from "@web-utils/core";
5
- import { p as f } from "../chunks/packages.1fc9ccba.mjs";
6
- import s from "element-ui/lib/option";
7
- import h from "element-ui/lib/checkbox";
8
- import m from "element-ui/lib/option-group";
9
- import y from "element-ui/lib/select";
10
- import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
11
- var v = function() {
3
+ import { b as u } from "../chunks/util.ae730cde.mjs";
4
+ import { isBlank as p } from "@web-utils/core";
5
+ import { p as h } from "../chunks/packages.1fc9ccba.mjs";
6
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
7
+ var _ = function() {
12
8
  var e = this, a = e.$createElement, l = e._self._c || a;
13
- return l(y, {
9
+ return l("ElSelect", {
14
10
  ref: "main",
15
11
  staticClass: "avue-select",
16
12
  attrs: {
@@ -51,29 +47,29 @@ var v = function() {
51
47
  },
52
48
  expression: "text"
53
49
  }
54
- }, [e.group ? e._l(e.netDic, function(t, o) {
55
- return l(m, {
56
- key: o,
50
+ }, [e.group ? e._l(e.netDic, function(t, n) {
51
+ return l("ElOptionGroup", {
52
+ key: n,
57
53
  attrs: {
58
54
  label: e.getLabelText(t)
59
55
  }
60
- }, e._l(t[e.groupsKey], function(n, r) {
61
- return l(s, {
62
- key: r,
56
+ }, e._l(t[e.groupsKey], function(s, i) {
57
+ return l("ElOption", {
58
+ key: i,
63
59
  attrs: {
64
- disabled: n[e.disabledKey],
65
- label: e.getLabelText(n),
66
- value: n[e.valueKey]
60
+ disabled: s[e.disabledKey],
61
+ label: e.getLabelText(s),
62
+ value: s[e.valueKey]
67
63
  }
68
64
  }, [e.$scopedSlots.default ? e._t("default", null, {
69
65
  label: e.labelKey,
70
66
  value: e.valueKey,
71
- item: n
72
- }) : [l("span", [e._v(e._s(e.getLabelText(n)))]), n[e.descKey] ? l("span", {
67
+ item: s
68
+ }) : [l("span", [e._v(e._s(e.getLabelText(s)))]), s[e.descKey] ? l("span", {
73
69
  staticClass: "avue-select__desc"
74
- }, [e._v(e._s(n[e.descKey]))]) : e._e()]], 2);
70
+ }, [e._v(e._s(s[e.descKey]))]) : e._e()]], 2);
75
71
  }), 1);
76
- }) : [e.all && e.multiple ? l(h, {
72
+ }) : [e.all && e.multiple ? l("ElCheckbox", {
77
73
  staticClass: "avue-select__check",
78
74
  on: {
79
75
  change: e.selectAll
@@ -85,9 +81,9 @@ var v = function() {
85
81
  },
86
82
  expression: "checkAll"
87
83
  }
88
- }, [e._v(" 全选 ")]) : e._e(), e._l(e.netDic, function(t, o) {
89
- return l(s, {
90
- key: o,
84
+ }, [e._v(" 全选 ")]) : e._e(), e._l(e.netDic, function(t, n) {
85
+ return l("ElOption", {
86
+ key: n,
91
87
  attrs: {
92
88
  disabled: t[e.disabledKey],
93
89
  label: e.getLabelText(t),
@@ -101,10 +97,10 @@ var v = function() {
101
97
  staticClass: "avue-select__desc"
102
98
  }, [e._v(e._s(t[e.descKey]))]) : e._e()]], 2);
103
99
  })]], 2);
104
- }, b = [];
105
- const x = {
100
+ }, y = [];
101
+ const m = {
106
102
  name: "FySelect",
107
- mixins: [c, u],
103
+ mixins: [r, c],
108
104
  props: {
109
105
  loadingText: {
110
106
  type: String
@@ -162,7 +158,7 @@ const x = {
162
158
  },
163
159
  watch: {
164
160
  text(e) {
165
- _(e) || this.remote && !this.created && (this.created = !0, this.handleRemoteMethod(this.multiple ? this.text.join(p) : this.text));
161
+ p(e) || this.remote && !this.created && (this.created = !0, this.handleRemoteMethod(this.multiple ? this.text.join(u) : this.text));
166
162
  },
167
163
  dic: {
168
164
  handler(e) {
@@ -177,7 +173,7 @@ const x = {
177
173
  methods: {
178
174
  setSort() {
179
175
  if (!window.Sortable) {
180
- f.logs("Sortable");
176
+ h.logs("Sortable");
181
177
  return;
182
178
  }
183
179
  const e = this.$refs.main.$el.querySelectorAll(".el-select__tags > span")[0];
@@ -206,24 +202,24 @@ const x = {
206
202
  this.checkAll = e.length === this.netDic.length;
207
203
  }
208
204
  }
209
- }, i = {};
210
- var S = /* @__PURE__ */ g(
211
- x,
212
- v,
213
- b,
205
+ }, o = {};
206
+ var v = /* @__PURE__ */ f(
207
+ m,
208
+ _,
209
+ y,
214
210
  !1,
215
- k,
211
+ g,
216
212
  null,
217
213
  null,
218
214
  null
219
215
  );
220
- function k(e) {
221
- for (let a in i)
222
- this[a] = i[a];
216
+ function g(e) {
217
+ for (let a in o)
218
+ this[a] = o[a];
223
219
  }
224
- const M = /* @__PURE__ */ function() {
225
- return S.exports;
220
+ const B = /* @__PURE__ */ function() {
221
+ return v.exports;
226
222
  }();
227
223
  export {
228
- M as default
224
+ B as default
229
225
  };
@@ -1,10 +1,9 @@
1
- import { p as r, e as i } from "../chunks/event.10295951.mjs";
2
- import { s as l } from "../chunks/util.ae730cde.mjs";
3
- import a from "element-ui/lib/slider";
4
- import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
- var m = function() {
1
+ import { p as r, e as l } from "../chunks/event.b5d855dd.mjs";
2
+ import { s as i } from "../chunks/util.ae730cde.mjs";
3
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
+ var p = function() {
6
5
  var t = this, o = t.$createElement, s = t._self._c || o;
7
- return s(a, {
6
+ return s("ElSlider", {
8
7
  attrs: {
9
8
  disabled: t.disabled,
10
9
  vertical: t.vertical,
@@ -35,10 +34,10 @@ var m = function() {
35
34
  expression: "text"
36
35
  }
37
36
  });
38
- }, u = [];
39
- const c = {
37
+ }, m = [];
38
+ const u = {
40
39
  name: "FySlider",
41
- mixins: [r, i],
40
+ mixins: [r, l],
42
41
  props: {
43
42
  step: Number,
44
43
  min: Number,
@@ -55,26 +54,26 @@ const c = {
55
54
  tooltipClass: String
56
55
  },
57
56
  methods: {
58
- setPx: l
57
+ setPx: i
59
58
  }
60
59
  }, n = {};
61
- var h = /* @__PURE__ */ p(
62
- c,
63
- m,
60
+ var c = /* @__PURE__ */ a(
64
61
  u,
62
+ p,
63
+ m,
65
64
  !1,
66
- _,
65
+ h,
67
66
  null,
68
67
  null,
69
68
  null
70
69
  );
71
- function _(t) {
70
+ function h(t) {
72
71
  for (let o in n)
73
72
  this[o] = n[o];
74
73
  }
75
- const w = /* @__PURE__ */ function() {
76
- return h.exports;
74
+ const d = /* @__PURE__ */ function() {
75
+ return c.exports;
77
76
  }();
78
77
  export {
79
- w as default
78
+ d as default
80
79
  };
@@ -1,9 +1,8 @@
1
- import { p as c, e as o } from "../chunks/event.10295951.mjs";
2
- import l from "element-ui/lib/switch";
1
+ import { p as c, e as l } from "../chunks/event.b5d855dd.mjs";
3
2
  import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var s = function() {
3
+ var o = function() {
5
4
  var e = this, t = e.$createElement, a = e._self._c || t;
6
- return a(l, {
5
+ return a("ElSwitch", {
7
6
  attrs: {
8
7
  "active-text": e.active[e.labelKey],
9
8
  "active-value": e.active[e.valueKey],
@@ -19,22 +18,22 @@ var s = function() {
19
18
  size: e.size
20
19
  },
21
20
  nativeOn: {
22
- click: function(n) {
21
+ click: function(i) {
23
22
  return e.handleClick.apply(null, arguments);
24
23
  }
25
24
  },
26
25
  model: {
27
26
  value: e.text,
28
- callback: function(n) {
29
- e.text = n;
27
+ callback: function(i) {
28
+ e.text = i;
30
29
  },
31
30
  expression: "text"
32
31
  }
33
32
  });
34
- }, v = [];
35
- const u = {
33
+ }, s = [];
34
+ const v = {
36
35
  name: "FySwitch",
37
- mixins: [c, o],
36
+ mixins: [c, l],
38
37
  props: {
39
38
  // eslint-disable-next-line vue/no-unused-properties
40
39
  value: [String, Object, Number, Boolean, Array],
@@ -52,24 +51,24 @@ const u = {
52
51
  return this.dic[0] || {};
53
52
  }
54
53
  }
55
- }, i = {};
56
- var _ = /* @__PURE__ */ r(
57
- u,
58
- s,
54
+ }, n = {};
55
+ var u = /* @__PURE__ */ r(
59
56
  v,
57
+ o,
58
+ s,
60
59
  !1,
61
- m,
60
+ _,
62
61
  null,
63
62
  null,
64
63
  null
65
64
  );
66
- function m(e) {
67
- for (let t in i)
68
- this[t] = i[t];
65
+ function _(e) {
66
+ for (let t in n)
67
+ this[t] = n[t];
69
68
  }
70
- const y = /* @__PURE__ */ function() {
71
- return _.exports;
69
+ const p = /* @__PURE__ */ function() {
70
+ return u.exports;
72
71
  }();
73
72
  export {
74
- y as default
73
+ p as default
75
74
  };
package/fy-tabs/index.mjs CHANGED
@@ -1,11 +1,9 @@
1
- import r from "element-ui/lib/tab-pane";
2
- import s from "element-ui/lib/tabs";
3
- import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var u = function() {
5
- var t = this, o = t.$createElement, e = t._self._c || o;
1
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ var o = function() {
3
+ var t = this, a = t.$createElement, e = t._self._c || a;
6
4
  return e("div", {
7
5
  staticClass: "avue-tabs"
8
- }, [e(s, {
6
+ }, [e("ElTabs", {
9
7
  attrs: {
10
8
  "tab-position": t.parentOption.position,
11
9
  type: t.parentOption.type
@@ -17,11 +15,11 @@ var u = function() {
17
15
  },
18
16
  expression: "active"
19
17
  }
20
- }, t._l(t.columnOption, function(n, a) {
21
- return e(r, {
22
- key: a,
18
+ }, t._l(t.columnOption, function(n, s) {
19
+ return e("ElTabPane", {
20
+ key: s,
23
21
  attrs: {
24
- name: `${a}`,
22
+ name: `${s}`,
25
23
  disabled: n.disabled
26
24
  },
27
25
  scopedSlots: t._u([{
@@ -35,7 +33,7 @@ var u = function() {
35
33
  }], null, !0)
36
34
  });
37
35
  }), 1)], 1);
38
- }, p = [];
36
+ }, c = [];
39
37
  const l = {
40
38
  name: "FyTabs",
41
39
  props: {
@@ -72,23 +70,23 @@ const l = {
72
70
  }
73
71
  }
74
72
  }, i = {};
75
- var _ = /* @__PURE__ */ c(
73
+ var u = /* @__PURE__ */ r(
76
74
  l,
77
- u,
78
- p,
75
+ o,
76
+ c,
79
77
  !1,
80
- m,
78
+ p,
81
79
  null,
82
80
  null,
83
81
  null
84
82
  );
85
- function m(t) {
86
- for (let o in i)
87
- this[o] = i[o];
83
+ function p(t) {
84
+ for (let a in i)
85
+ this[a] = i[a];
88
86
  }
89
- const f = /* @__PURE__ */ function() {
90
- return _.exports;
87
+ const v = /* @__PURE__ */ function() {
88
+ return u.exports;
91
89
  }();
92
90
  export {
93
- f as default
91
+ v as default
94
92
  };
package/fy-time/index.mjs CHANGED
@@ -1,9 +1,7 @@
1
- import { p as o, e as l } from "../chunks/event.10295951.mjs";
1
+ import { p as o, e as l } from "../chunks/event.b5d855dd.mjs";
2
2
  import { isBlank as i } from "@web-utils/core";
3
- import s from "element-ui/lib/time-select";
4
- import c from "element-ui/lib/time-picker";
5
- import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
- var m = function() {
3
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
+ var c = function() {
7
5
  var e = this, t = e.$createElement, r = e._self._c || t;
8
6
  return r("div", {
9
7
  staticClass: "avue-time"
@@ -43,13 +41,9 @@ var m = function() {
43
41
  expression: "text"
44
42
  }
45
43
  })], 1);
46
- }, d = [];
47
- const u = {
44
+ }, p = [];
45
+ const d = {
48
46
  name: "FyTime",
49
- components: {
50
- ElTimeSelect: s,
51
- ElTimePicker: c
52
- },
53
47
  mixins: [o, l],
54
48
  props: {
55
49
  editable: Boolean,
@@ -66,7 +60,7 @@ const u = {
66
60
  computed: {
67
61
  componentName() {
68
62
  const e = this.pickerOptions || {};
69
- return e.start || e.end || e.step ? "ElTimeSelect" : "ElTimePicker";
63
+ return e.start || e.end || e.step ? "elTimeSelect" : "elTimePicker";
70
64
  },
71
65
  isRange() {
72
66
  return this.type === "timerange";
@@ -79,23 +73,23 @@ const u = {
79
73
  },
80
74
  methods: {}
81
75
  }, n = {};
82
- var f = /* @__PURE__ */ p(
83
- u,
84
- m,
76
+ var m = /* @__PURE__ */ s(
85
77
  d,
78
+ c,
79
+ p,
86
80
  !1,
87
- h,
81
+ u,
88
82
  null,
89
83
  null,
90
84
  null
91
85
  );
92
- function h(e) {
86
+ function u(e) {
93
87
  for (let t in n)
94
88
  this[t] = n[t];
95
89
  }
96
- const S = /* @__PURE__ */ function() {
97
- return f.exports;
90
+ const g = /* @__PURE__ */ function() {
91
+ return m.exports;
98
92
  }();
99
93
  export {
100
- S as default
94
+ g as default
101
95
  };
@@ -1,4 +1,4 @@
1
- import { p as r, e as _ } from "../chunks/event.10295951.mjs";
1
+ import { p as r, e as _ } from "../chunks/event.b5d855dd.mjs";
2
2
  import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var e = this, t = e.$createElement, n = e._self._c || t;