@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.
- package/address-input/index.mjs +22 -24
- package/awesome-button/index.mjs +29 -30
- package/card/index.mjs +40 -42
- package/carousel/index.mjs +25 -27
- package/chat/index.mjs +57 -67
- package/chunks/FormTemp.7f91629d.mjs +165 -0
- package/chunks/confirmable-mixin.817b542f.mjs +116 -0
- package/chunks/{dataformat.e655611c.mjs → dataformat.f995e2f9.mjs} +3 -3
- package/chunks/{event.10295951.mjs → event.b5d855dd.mjs} +1 -1
- package/chunks/{form-input-mixin.78a567bc.mjs → form-input-mixin.4632ad36.mjs} +1 -1
- package/chunks/{form-item-mixin.57cb2019.mjs → form-item-mixin.ad148e7b.mjs} +13 -13
- package/color-picker/index.mjs +128 -0
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/data-box/index.mjs +32 -34
- package/data-card/index.mjs +33 -35
- package/data-cardtext/index.mjs +27 -29
- package/data-display/index.mjs +33 -35
- package/data-icons/index.mjs +28 -30
- package/data-imgtext/index.mjs +27 -30
- package/data-operatext/index.mjs +39 -41
- package/data-panel/index.mjs +36 -38
- package/data-pay/index.mjs +20 -23
- package/data-price/index.mjs +32 -34
- package/data-progress/index.mjs +27 -30
- package/data-rotate/index.mjs +17 -19
- package/data-table-picker/index.mjs +22 -23
- package/data-tabs/index.mjs +31 -33
- package/dialog-form/index.mjs +22 -27
- package/dynamic-table/index.mjs +36 -40
- package/editable-progress/index.mjs +14 -16
- package/editable-tree/index.mjs +139 -143
- package/egd-collapse-item/index.mjs +2 -1
- package/element-dialog/index.mjs +24 -25
- package/flow-designer/index.mjs +1095 -1111
- package/form-block/index.mjs +22 -24
- package/form-cascader/index.mjs +20 -20
- package/form-checkbox-group/index.mjs +24 -25
- package/form-date-picker/index.mjs +18 -19
- package/form-holder/index.mjs +14 -15
- package/form-input/index.mjs +23 -23
- package/form-input-email/index.mjs +17 -17
- package/form-input-id-card/index.mjs +24 -24
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.mjs +26 -26
- package/form-input-tag/index.mjs +1 -1
- package/form-input-time/index.mjs +17 -17
- package/form-item/index.mjs +54 -56
- package/form-item-group/index.mjs +31 -33
- package/form-radio-group/index.mjs +51 -52
- package/form-select/index.mjs +31 -32
- package/form-switch/index.mjs +22 -22
- package/form-textarea/index.mjs +20 -20
- package/fy-array/index.mjs +61 -65
- package/fy-cascader/index.mjs +19 -20
- package/fy-checkbox/index.mjs +32 -37
- package/fy-code/index.mjs +13 -10
- package/fy-curd/index.mjs +638 -660
- package/fy-date/index.mjs +20 -21
- package/fy-draggable/index.mjs +19 -20
- package/fy-dynamic/index.mjs +26 -27
- package/fy-form/index.mjs +111 -122
- package/fy-form-design/index.mjs +1238 -1270
- package/fy-input/index.mjs +15 -17
- package/fy-input-color/index.mjs +25 -27
- package/fy-input-icon/index.mjs +20 -21
- package/fy-input-map/index.mjs +22 -24
- package/fy-input-number/index.mjs +22 -23
- package/fy-input-table/index.mjs +15 -17
- package/fy-input-tree/index.mjs +28 -32
- package/fy-progress/index.mjs +23 -24
- package/fy-radio/index.mjs +18 -23
- package/fy-rate/index.mjs +12 -13
- package/fy-select/index.mjs +40 -44
- package/fy-slider/index.mjs +17 -18
- package/fy-switch/index.mjs +20 -21
- package/fy-tabs/index.mjs +19 -21
- package/fy-time/index.mjs +14 -20
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +17 -21
- package/fy-upload/index.mjs +74 -76
- package/guide-steps/index.mjs +22 -24
- package/image-cropper/index.mjs +50 -51
- package/image-preview/index.mjs +24 -26
- package/index.mjs +480 -477
- package/input-number/index.mjs +13 -14
- package/input-number-range/index.mjs +23 -24
- package/login/index.mjs +35 -40
- package/nav-bar/index.mjs +13 -14
- package/notice/index.mjs +18 -19
- package/package.json +3 -3
- package/page-index/index.mjs +33 -34
- package/page-index-top/index.mjs +22 -24
- package/pageable-table/index.mjs +92 -96
- package/pageable-view/index.mjs +33 -34
- package/search/index.mjs +21 -23
- package/static-pageable-table/index.mjs +18 -20
- package/swiper/index.mjs +22 -23
- package/table-view/index.mjs +49 -53
- package/tag-render/index.mjs +19 -21
- package/text-ellipsis/index.mjs +11 -12
- package/tinymce-editor/index.mjs +50 -51
- package/toolbar-button/index.mjs +18 -19
- package/vue-cron/index.mjs +104 -112
- package/web-types.json +85 -1
- package/x-input-tag/index.mjs +47 -50
- package/chunks/FormTemp.d079292b.mjs +0 -139
- package/chunks/confirmable-mixin.26e1d0e0.mjs +0 -197
- package/chunks/detail.d6f8e347.mjs +0 -29
package/fy-progress/index.mjs
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var
|
|
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(
|
|
6
|
+
}, [r("ElProgress", {
|
|
8
7
|
attrs: {
|
|
9
|
-
type:
|
|
10
|
-
color:
|
|
11
|
-
width:
|
|
8
|
+
type: e.type,
|
|
9
|
+
color: e.color,
|
|
10
|
+
width: e.width,
|
|
12
11
|
"text-inside": "",
|
|
13
|
-
"show-text":
|
|
14
|
-
"stroke-width":
|
|
15
|
-
percentage:
|
|
12
|
+
"show-text": e.showText,
|
|
13
|
+
"stroke-width": e.strokeWidth,
|
|
14
|
+
percentage: e.percentage
|
|
16
15
|
}
|
|
17
16
|
})], 1);
|
|
18
|
-
},
|
|
19
|
-
const
|
|
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
|
-
},
|
|
42
|
-
var
|
|
43
|
-
|
|
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
|
|
53
|
-
for (let
|
|
54
|
-
this[
|
|
51
|
+
function p(e) {
|
|
52
|
+
for (let t in o)
|
|
53
|
+
this[t] = o[t];
|
|
55
54
|
}
|
|
56
|
-
const
|
|
57
|
-
return
|
|
55
|
+
const _ = /* @__PURE__ */ function() {
|
|
56
|
+
return c.exports;
|
|
58
57
|
}();
|
|
59
58
|
export {
|
|
60
|
-
|
|
59
|
+
_ as default
|
|
61
60
|
};
|
package/fy-radio/index.mjs
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import { p as l, e as s } from "../chunks/event.
|
|
2
|
-
import i from "
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
}, [
|
|
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,
|
|
27
|
-
return
|
|
28
|
-
key:
|
|
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
|
|
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
|
-
},
|
|
56
|
-
var
|
|
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
|
|
68
|
-
this[t] =
|
|
62
|
+
for (let t in r)
|
|
63
|
+
this[t] = r[t];
|
|
69
64
|
}
|
|
70
|
-
const
|
|
71
|
-
return
|
|
65
|
+
const y = /* @__PURE__ */ function() {
|
|
66
|
+
return _.exports;
|
|
72
67
|
}();
|
|
73
68
|
export {
|
|
74
|
-
|
|
69
|
+
y as default
|
|
75
70
|
};
|
package/fy-rate/index.mjs
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { p as a, e as
|
|
2
|
-
import
|
|
3
|
-
|
|
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(
|
|
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
|
|
37
|
+
const c = {
|
|
39
38
|
name: "FyRate",
|
|
40
|
-
mixins: [a,
|
|
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__ */
|
|
89
|
-
u,
|
|
87
|
+
var h = /* @__PURE__ */ n(
|
|
90
88
|
c,
|
|
89
|
+
i,
|
|
91
90
|
d,
|
|
92
91
|
!1,
|
|
93
|
-
|
|
92
|
+
u,
|
|
94
93
|
null,
|
|
95
94
|
null,
|
|
96
95
|
null
|
|
97
96
|
);
|
|
98
|
-
function
|
|
97
|
+
function u(e) {
|
|
99
98
|
for (let o in l)
|
|
100
99
|
this[o] = l[o];
|
|
101
100
|
}
|
|
102
|
-
const
|
|
101
|
+
const _ = /* @__PURE__ */ function() {
|
|
103
102
|
return h.exports;
|
|
104
103
|
}();
|
|
105
104
|
export {
|
|
106
|
-
|
|
105
|
+
_ as default
|
|
107
106
|
};
|
package/fy-select/index.mjs
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { p as
|
|
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
|
|
4
|
-
import { isBlank as
|
|
5
|
-
import { p as
|
|
6
|
-
import
|
|
7
|
-
|
|
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(
|
|
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,
|
|
55
|
-
return l(
|
|
56
|
-
key:
|
|
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(
|
|
61
|
-
return l(
|
|
62
|
-
key:
|
|
56
|
+
}, e._l(t[e.groupsKey], function(s, i) {
|
|
57
|
+
return l("ElOption", {
|
|
58
|
+
key: i,
|
|
63
59
|
attrs: {
|
|
64
|
-
disabled:
|
|
65
|
-
label: e.getLabelText(
|
|
66
|
-
value:
|
|
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:
|
|
72
|
-
}) : [l("span", [e._v(e._s(e.getLabelText(
|
|
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(
|
|
70
|
+
}, [e._v(e._s(s[e.descKey]))]) : e._e()]], 2);
|
|
75
71
|
}), 1);
|
|
76
|
-
}) : [e.all && e.multiple ? l(
|
|
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,
|
|
89
|
-
return l(
|
|
90
|
-
key:
|
|
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
|
-
},
|
|
105
|
-
const
|
|
100
|
+
}, y = [];
|
|
101
|
+
const m = {
|
|
106
102
|
name: "FySelect",
|
|
107
|
-
mixins: [
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
210
|
-
var
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
205
|
+
}, o = {};
|
|
206
|
+
var v = /* @__PURE__ */ f(
|
|
207
|
+
m,
|
|
208
|
+
_,
|
|
209
|
+
y,
|
|
214
210
|
!1,
|
|
215
|
-
|
|
211
|
+
g,
|
|
216
212
|
null,
|
|
217
213
|
null,
|
|
218
214
|
null
|
|
219
215
|
);
|
|
220
|
-
function
|
|
221
|
-
for (let a in
|
|
222
|
-
this[a] =
|
|
216
|
+
function g(e) {
|
|
217
|
+
for (let a in o)
|
|
218
|
+
this[a] = o[a];
|
|
223
219
|
}
|
|
224
|
-
const
|
|
225
|
-
return
|
|
220
|
+
const B = /* @__PURE__ */ function() {
|
|
221
|
+
return v.exports;
|
|
226
222
|
}();
|
|
227
223
|
export {
|
|
228
|
-
|
|
224
|
+
B as default
|
|
229
225
|
};
|
package/fy-slider/index.mjs
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { p as r, e as
|
|
2
|
-
import { s as
|
|
3
|
-
import a from "
|
|
4
|
-
|
|
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(
|
|
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
|
-
},
|
|
39
|
-
const
|
|
37
|
+
}, m = [];
|
|
38
|
+
const u = {
|
|
40
39
|
name: "FySlider",
|
|
41
|
-
mixins: [r,
|
|
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:
|
|
57
|
+
setPx: i
|
|
59
58
|
}
|
|
60
59
|
}, n = {};
|
|
61
|
-
var
|
|
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
|
|
70
|
+
function h(t) {
|
|
72
71
|
for (let o in n)
|
|
73
72
|
this[o] = n[o];
|
|
74
73
|
}
|
|
75
|
-
const
|
|
76
|
-
return
|
|
74
|
+
const d = /* @__PURE__ */ function() {
|
|
75
|
+
return c.exports;
|
|
77
76
|
}();
|
|
78
77
|
export {
|
|
79
|
-
|
|
78
|
+
d as default
|
|
80
79
|
};
|
package/fy-switch/index.mjs
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { p as c, e as
|
|
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
|
|
3
|
+
var o = function() {
|
|
5
4
|
var e = this, t = e.$createElement, a = e._self._c || t;
|
|
6
|
-
return a(
|
|
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(
|
|
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(
|
|
29
|
-
e.text =
|
|
27
|
+
callback: function(i) {
|
|
28
|
+
e.text = i;
|
|
30
29
|
},
|
|
31
30
|
expression: "text"
|
|
32
31
|
}
|
|
33
32
|
});
|
|
34
|
-
},
|
|
35
|
-
const
|
|
33
|
+
}, s = [];
|
|
34
|
+
const v = {
|
|
36
35
|
name: "FySwitch",
|
|
37
|
-
mixins: [c,
|
|
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
|
-
},
|
|
56
|
-
var
|
|
57
|
-
u,
|
|
58
|
-
s,
|
|
54
|
+
}, n = {};
|
|
55
|
+
var u = /* @__PURE__ */ r(
|
|
59
56
|
v,
|
|
57
|
+
o,
|
|
58
|
+
s,
|
|
60
59
|
!1,
|
|
61
|
-
|
|
60
|
+
_,
|
|
62
61
|
null,
|
|
63
62
|
null,
|
|
64
63
|
null
|
|
65
64
|
);
|
|
66
|
-
function
|
|
67
|
-
for (let t in
|
|
68
|
-
this[t] =
|
|
65
|
+
function _(e) {
|
|
66
|
+
for (let t in n)
|
|
67
|
+
this[t] = n[t];
|
|
69
68
|
}
|
|
70
|
-
const
|
|
71
|
-
return
|
|
69
|
+
const p = /* @__PURE__ */ function() {
|
|
70
|
+
return u.exports;
|
|
72
71
|
}();
|
|
73
72
|
export {
|
|
74
|
-
|
|
73
|
+
p as default
|
|
75
74
|
};
|
package/fy-tabs/index.mjs
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import r from "
|
|
2
|
-
|
|
3
|
-
|
|
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(
|
|
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,
|
|
21
|
-
return e(
|
|
22
|
-
key:
|
|
18
|
+
}, t._l(t.columnOption, function(n, s) {
|
|
19
|
+
return e("ElTabPane", {
|
|
20
|
+
key: s,
|
|
23
21
|
attrs: {
|
|
24
|
-
name: `${
|
|
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
|
-
},
|
|
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
|
|
73
|
+
var u = /* @__PURE__ */ r(
|
|
76
74
|
l,
|
|
77
|
-
|
|
78
|
-
|
|
75
|
+
o,
|
|
76
|
+
c,
|
|
79
77
|
!1,
|
|
80
|
-
|
|
78
|
+
p,
|
|
81
79
|
null,
|
|
82
80
|
null,
|
|
83
81
|
null
|
|
84
82
|
);
|
|
85
|
-
function
|
|
86
|
-
for (let
|
|
87
|
-
this[
|
|
83
|
+
function p(t) {
|
|
84
|
+
for (let a in i)
|
|
85
|
+
this[a] = i[a];
|
|
88
86
|
}
|
|
89
|
-
const
|
|
90
|
-
return
|
|
87
|
+
const v = /* @__PURE__ */ function() {
|
|
88
|
+
return u.exports;
|
|
91
89
|
}();
|
|
92
90
|
export {
|
|
93
|
-
|
|
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.
|
|
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 "
|
|
4
|
-
|
|
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
|
-
},
|
|
47
|
-
const
|
|
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 ? "
|
|
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
|
|
83
|
-
u,
|
|
84
|
-
m,
|
|
76
|
+
var m = /* @__PURE__ */ s(
|
|
85
77
|
d,
|
|
78
|
+
c,
|
|
79
|
+
p,
|
|
86
80
|
!1,
|
|
87
|
-
|
|
81
|
+
u,
|
|
88
82
|
null,
|
|
89
83
|
null,
|
|
90
84
|
null
|
|
91
85
|
);
|
|
92
|
-
function
|
|
86
|
+
function u(e) {
|
|
93
87
|
for (let t in n)
|
|
94
88
|
this[t] = n[t];
|
|
95
89
|
}
|
|
96
|
-
const
|
|
97
|
-
return
|
|
90
|
+
const g = /* @__PURE__ */ function() {
|
|
91
|
+
return m.exports;
|
|
98
92
|
}();
|
|
99
93
|
export {
|
|
100
|
-
|
|
94
|
+
g as default
|
|
101
95
|
};
|
package/fy-title/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as r, e as _ } from "../chunks/event.
|
|
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;
|