@web-utils/component 4.0.9 → 4.0.11
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/chat/index.mjs +2 -3
- package/chunks/FormTemp.Bu2VCxUh.mjs +2 -2
- package/confirm-button/index.mjs +9 -14
- package/confirmable/index.mjs +8 -13
- package/data-display/index.mjs +1 -1
- package/data-table-picker/index.mjs +8 -10
- package/editable-tree/index.mjs +2 -3
- package/element-dialog/index.mjs +2 -3
- package/flex-column/index.mjs +5 -6
- package/flex-item/index.mjs +5 -6
- package/flex-row/index.mjs +2 -3
- package/flow/index.mjs +2 -3
- package/flow-designer/index.mjs +2 -2
- package/flow-node/index.mjs +3 -4
- package/flow-viewer/index.mjs +2 -2
- package/form-button/index.mjs +1 -1
- package/form-cascader/index.mjs +13 -17
- package/form-checkbox/index.mjs +7 -12
- package/form-checkbox-group/index.mjs +9 -14
- package/form-date-picker/index.mjs +5 -10
- package/form-holder/index.mjs +4 -5
- package/form-input/index.mjs +6 -11
- package/form-input-cron-expression/index.mjs +8 -13
- package/form-input-email/index.mjs +12 -17
- package/form-input-id-card/index.mjs +15 -19
- package/form-input-number/index.mjs +16 -23
- package/form-input-phone-number/index.mjs +8 -12
- package/form-input-tag/index.mjs +7 -12
- package/form-input-time/index.mjs +2 -7
- package/form-item/index.mjs +2 -6
- package/form-radio-group/index.mjs +7 -12
- package/form-select/index.mjs +2 -6
- package/form-switch/index.mjs +7 -12
- package/form-table/index.mjs +22 -28
- package/form-table-plus/index.mjs +10 -14
- package/form-textarea/index.mjs +6 -11
- package/form-tree-select/index.mjs +9 -17
- package/form-tree-select-multiple/index.mjs +11 -19
- package/form-view/index.mjs +2 -2
- package/fy-array/index.mjs +2 -5
- package/fy-cascader/index.mjs +13 -17
- package/fy-checkbox/index.mjs +19 -23
- package/fy-code/index.mjs +9 -10
- package/fy-curd/index.mjs +4 -6
- package/fy-date/index.mjs +5 -9
- package/fy-draggable/index.mjs +2 -3
- package/fy-dynamic/index.mjs +11 -14
- package/fy-empty/index.mjs +3 -4
- package/fy-form/index.mjs +2 -5
- package/fy-form-design/index.mjs +4 -4
- package/fy-input/index.mjs +10 -14
- package/fy-input-color/index.mjs +11 -15
- package/fy-input-icon/index.mjs +6 -10
- package/fy-input-map/index.mjs +5 -8
- package/fy-input-number/index.mjs +12 -16
- package/fy-input-table/index.mjs +2 -5
- package/fy-input-tree/index.mjs +2 -5
- package/fy-radio/index.mjs +9 -13
- package/fy-rate/index.mjs +7 -11
- package/fy-select/index.mjs +2 -4
- package/fy-slider/index.mjs +7 -10
- package/fy-switch/index.mjs +5 -9
- package/fy-time/index.mjs +3 -6
- package/fy-title/index.mjs +12 -16
- package/fy-u-editor/index.mjs +2 -3
- package/fy-upload/index.mjs +2 -4
- package/image-cropper/index.mjs +2 -3
- package/license/index.mjs +2 -3
- package/package.json +1 -1
- package/page-skeleton/index.mjs +6 -6
- package/pageable-table/index.mjs +2 -5
- package/pageable-view/index.mjs +6 -7
- package/photo-swipe/index.mjs +5 -7
- package/picker-table-view/index.mjs +23 -24
- package/present-view/index.mjs +2 -2
- package/record-video/index.mjs +10 -11
- package/resize-observer/index.mjs +2 -3
- package/search/index.mjs +2 -4
- package/sign/index.mjs +2 -3
- package/split-pane/index.mjs +2 -2
- package/swiper/index.mjs +2 -2
- package/table-column/index.mjs +2 -5
- package/table-view/index.mjs +2 -3
- package/text-ellipsis/index.mjs +2 -3
- package/toolbar/index.mjs +2 -3
- package/toolbar-button/index.mjs +2 -3
- package/verify/index.mjs +7 -8
- package/watermark/index.mjs +14 -15
- package/web-types.json +1 -1
package/fy-input/index.mjs
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { p as r, e as
|
|
2
|
-
import { n as
|
|
3
|
-
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const a = {
|
|
1
|
+
import { p as r, e as a } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
+
import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
+
const p = {
|
|
8
4
|
name: "FyInput",
|
|
9
|
-
mixins: [r,
|
|
5
|
+
mixins: [r, a],
|
|
10
6
|
props: {
|
|
11
7
|
showPassword: {
|
|
12
8
|
type: Boolean,
|
|
@@ -66,7 +62,7 @@ const a = {
|
|
|
66
62
|
}
|
|
67
63
|
}
|
|
68
64
|
};
|
|
69
|
-
var
|
|
65
|
+
var s = function() {
|
|
70
66
|
var e = this, t = e._self._c;
|
|
71
67
|
return t("ElInput", { staticClass: "avue-input", attrs: { size: e.size, clearable: e.clearableVal, type: e.typeParam, maxlength: e.maxlength, minlength: e.minlength, "show-password": e.typeParam === "password" ? e.showPassword : !1, rows: e.rows, autosize: { minRows: e.minRows, maxRows: e.maxRows }, "prefix-icon": e.prefixIcon, "suffix-icon": e.suffixIcon, readonly: e.readonly, placeholder: e.placeholder, "show-word-limit": e.showWordLimit, disabled: e.disabled, autocomplete: e.autocomplete }, on: { keyup: function(n) {
|
|
72
68
|
if (!n.type.indexOf("key") && e._k(n.keyCode, "enter", 13, n.key, "Enter")) return null;
|
|
@@ -88,15 +84,15 @@ var i = function() {
|
|
|
88
84
|
}, proxy: !0 } : null], null, !0), model: { value: e.text, callback: function(n) {
|
|
89
85
|
e.text = n;
|
|
90
86
|
}, expression: "text" } });
|
|
91
|
-
},
|
|
92
|
-
|
|
93
|
-
i,
|
|
87
|
+
}, l = [], i = /* @__PURE__ */ o(
|
|
88
|
+
p,
|
|
94
89
|
s,
|
|
90
|
+
l,
|
|
95
91
|
!1,
|
|
96
92
|
null,
|
|
97
93
|
null
|
|
98
94
|
);
|
|
99
|
-
const
|
|
95
|
+
const f = i.exports;
|
|
100
96
|
export {
|
|
101
|
-
|
|
97
|
+
f as default
|
|
102
98
|
};
|
package/fy-input-color/index.mjs
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { p as
|
|
2
|
-
import { n
|
|
3
|
-
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const n = {
|
|
1
|
+
import { p as l, e as t } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
+
import { n } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
+
const o = {
|
|
8
4
|
name: "FyInputColor",
|
|
9
|
-
mixins: [
|
|
5
|
+
mixins: [l, t],
|
|
10
6
|
props: {
|
|
11
7
|
colorFormat: String,
|
|
12
8
|
predefine: {
|
|
@@ -34,25 +30,25 @@ const n = {
|
|
|
34
30
|
}
|
|
35
31
|
};
|
|
36
32
|
var s = function() {
|
|
37
|
-
var e = this,
|
|
38
|
-
return
|
|
33
|
+
var e = this, a = e._self._c;
|
|
34
|
+
return a("div", { staticClass: "avue-input-color" }, [a("ElInput", { ref: "main", attrs: { placeholder: e.placeholder, size: e.size, readonly: e.readonly, clearable: e.clearableVal, disabled: e.disabled }, nativeOn: { click: function(r) {
|
|
39
35
|
return e.handleClick.apply(null, arguments);
|
|
40
36
|
} }, scopedSlots: e._u([{ key: "append", fn: function() {
|
|
41
|
-
return [
|
|
37
|
+
return [a("ElColorPicker", { attrs: { size: "mini", "popper-class": e.popperClass, "color-format": e.colorFormat, disabled: e.disabled, "show-alpha": e.showAlpha, predefine: e.predefine }, model: { value: e.text, callback: function(r) {
|
|
42
38
|
e.text = r;
|
|
43
39
|
}, expression: "text" } })];
|
|
44
40
|
}, proxy: !0 }]), model: { value: e.text, callback: function(r) {
|
|
45
41
|
e.text = r;
|
|
46
42
|
}, expression: "text" } })], 1);
|
|
47
|
-
}, p = [],
|
|
48
|
-
|
|
43
|
+
}, p = [], c = /* @__PURE__ */ n(
|
|
44
|
+
o,
|
|
49
45
|
s,
|
|
50
46
|
p,
|
|
51
47
|
!1,
|
|
52
48
|
null,
|
|
53
49
|
null
|
|
54
50
|
);
|
|
55
|
-
const
|
|
51
|
+
const u = c.exports;
|
|
56
52
|
export {
|
|
57
|
-
|
|
53
|
+
u as default
|
|
58
54
|
};
|
package/fy-input-icon/index.mjs
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { p as s, e as l } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
-
import a from "
|
|
3
|
-
import "
|
|
2
|
+
import a from "../icon-temp/index.mjs";
|
|
3
|
+
import "../icon-temp/style.css";
|
|
4
4
|
import { n as r } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
5
|
-
import "../chunks/util.DqFv_pWg.mjs";
|
|
6
|
-
import "@web-utils/core";
|
|
7
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
8
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
9
5
|
const o = {
|
|
10
6
|
name: "FyInputIcon",
|
|
11
7
|
components: { IconTemp: a },
|
|
@@ -68,11 +64,11 @@ var c = function() {
|
|
|
68
64
|
} } }, [n("div", { staticClass: "avue-input-icon__filter" }, [n("ElInput", { attrs: { placeholder: "请输入", size: t.size }, model: { value: t.filterText, callback: function(i) {
|
|
69
65
|
t.filterText = i;
|
|
70
66
|
}, expression: "filterText" } })], 1), n("FyTabs", { attrs: { option: { tabs: t.iconList } }, on: { change: t.handleTabs } }), n("div", { staticClass: "avue-input-icon__list" }, t._l(t.filteredIcons, function(i) {
|
|
71
|
-
return n("div", { key: i.value, class: ["avue-input-icon__item", { active: t.text === i }], attrs: { title: i.label || i.value }, on: { click: function(
|
|
67
|
+
return n("div", { key: i.value, class: ["avue-input-icon__item", { active: t.text === i }], attrs: { title: i.label || i.value }, on: { click: function(p) {
|
|
72
68
|
return t.handleSubmit(i.value);
|
|
73
69
|
} } }, [n("IconTemp", { attrs: { text: i.value, size: t.tabs.iconSize, small: t.size === "mini" } }), n("p", { staticClass: "avue-input-icon__label" }, [t._v(t._s(i.label || i.value))])], 1);
|
|
74
70
|
}), 0)], 1) : t._e()], 1);
|
|
75
|
-
}, u = [],
|
|
71
|
+
}, u = [], d = /* @__PURE__ */ r(
|
|
76
72
|
o,
|
|
77
73
|
c,
|
|
78
74
|
u,
|
|
@@ -80,7 +76,7 @@ var c = function() {
|
|
|
80
76
|
null,
|
|
81
77
|
null
|
|
82
78
|
);
|
|
83
|
-
const
|
|
79
|
+
const m = d.exports;
|
|
84
80
|
export {
|
|
85
|
-
|
|
81
|
+
m as default
|
|
86
82
|
};
|
package/fy-input-map/index.mjs
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { p as c, e as p } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { isBlank as d } from "@web-utils/core";
|
|
3
3
|
import { n as h } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
-
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const m = {
|
|
4
|
+
const u = {
|
|
8
5
|
name: "FyInputMap",
|
|
9
6
|
mixins: [c, p],
|
|
10
7
|
props: {
|
|
@@ -160,7 +157,7 @@ const m = {
|
|
|
160
157
|
}
|
|
161
158
|
}
|
|
162
159
|
};
|
|
163
|
-
var
|
|
160
|
+
var m = function() {
|
|
164
161
|
var e = this, a = e._self._c;
|
|
165
162
|
return a("div", { staticClass: "avue-input-map" }, [a("ElInput", { ref: "main", attrs: { size: e.size, clearable: e.clearableVal, rows: e.rows, autosize: { minRows: e.minRows, maxRows: e.maxRows }, disabled: e.disabled, type: "textarea", placeholder: e.placeholder }, on: { clear: e.handleClear, focus: e.handleShow }, nativeOn: { click: function(i) {
|
|
166
163
|
return e.handleClick.apply(null, arguments);
|
|
@@ -174,14 +171,14 @@ var u = function() {
|
|
|
174
171
|
e.formattedAddress = i;
|
|
175
172
|
}, expression: "formattedAddress" } }), a("div", { staticClass: "avue-input-map__content-box" }, [a("div", { staticClass: "avue-input-map__content-container", attrs: { id: "map__container", tabindex: "0" } }), a("div", { staticClass: "avue-input-map__content-result", attrs: { id: "map__result" } })])], 1) : e._e()])], 1) : e._e()], 1);
|
|
176
173
|
}, f = [], _ = /* @__PURE__ */ h(
|
|
177
|
-
m,
|
|
178
174
|
u,
|
|
175
|
+
m,
|
|
179
176
|
f,
|
|
180
177
|
!1,
|
|
181
178
|
null,
|
|
182
179
|
null
|
|
183
180
|
);
|
|
184
|
-
const
|
|
181
|
+
const w = _.exports;
|
|
185
182
|
export {
|
|
186
|
-
|
|
183
|
+
w as default
|
|
187
184
|
};
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { p as r, e as
|
|
2
|
-
import { n as
|
|
3
|
-
import "../chunks/util.DqFv_pWg.mjs";
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
1
|
+
import { p as r, e as l } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
+
import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
7
3
|
const a = {
|
|
8
4
|
name: "FyInputNumber",
|
|
9
|
-
mixins: [r,
|
|
5
|
+
mixins: [r, l],
|
|
10
6
|
props: {
|
|
11
7
|
controls: {
|
|
12
8
|
type: Boolean,
|
|
@@ -33,22 +29,22 @@ const a = {
|
|
|
33
29
|
}
|
|
34
30
|
}
|
|
35
31
|
};
|
|
36
|
-
var
|
|
37
|
-
var e = this,
|
|
38
|
-
return
|
|
32
|
+
var s = function() {
|
|
33
|
+
var e = this, t = e._self._c;
|
|
34
|
+
return t("ElInputNumber", { staticClass: "avue-input-number", attrs: { precision: e.precision, placeholder: e.placeholder, size: e.size, min: e.min, max: e.max, step: e.step, clearable: e.clearableVal, readonly: e.readonly, "controls-position": e.controlsPosition, controls: e.controls, label: e.placeholder, disabled: e.disabled }, on: { focus: e.handleFocus, blur: e.handleBlur }, nativeOn: { click: function(n) {
|
|
39
35
|
return e.handleClick.apply(null, arguments);
|
|
40
|
-
} }, model: { value: e.text, callback: function(
|
|
41
|
-
e.text = e._n(
|
|
36
|
+
} }, model: { value: e.text, callback: function(n) {
|
|
37
|
+
e.text = e._n(n);
|
|
42
38
|
}, expression: "text" } });
|
|
43
|
-
},
|
|
39
|
+
}, i = [], c = /* @__PURE__ */ o(
|
|
44
40
|
a,
|
|
45
|
-
i,
|
|
46
41
|
s,
|
|
42
|
+
i,
|
|
47
43
|
!1,
|
|
48
44
|
null,
|
|
49
45
|
null
|
|
50
46
|
);
|
|
51
|
-
const
|
|
47
|
+
const d = c.exports;
|
|
52
48
|
export {
|
|
53
|
-
|
|
49
|
+
d as default
|
|
54
50
|
};
|
package/fy-input-table/index.mjs
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { p as n, e as r } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { isBlank as s } from "@web-utils/core";
|
|
3
3
|
import { n as o } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
-
import "../chunks/util.DqFv_pWg.mjs";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
4
|
const l = {
|
|
8
5
|
name: "FyInputTable",
|
|
9
6
|
mixins: [n, r],
|
|
@@ -102,7 +99,7 @@ var h = function() {
|
|
|
102
99
|
null,
|
|
103
100
|
null
|
|
104
101
|
);
|
|
105
|
-
const
|
|
102
|
+
const g = d.exports;
|
|
106
103
|
export {
|
|
107
|
-
|
|
104
|
+
g as default
|
|
108
105
|
};
|
package/fy-input-tree/index.mjs
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { p as u, e as h } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { isBlank as n } from "@web-utils/core";
|
|
3
3
|
import { n as p } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
-
import "../chunks/util.DqFv_pWg.mjs";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
4
|
const f = {
|
|
8
5
|
name: "FyInputTree",
|
|
9
6
|
mixins: [u, h],
|
|
@@ -176,7 +173,7 @@ var y = function() {
|
|
|
176
173
|
null,
|
|
177
174
|
null
|
|
178
175
|
);
|
|
179
|
-
const
|
|
176
|
+
const K = k.exports;
|
|
180
177
|
export {
|
|
181
|
-
|
|
178
|
+
K as default
|
|
182
179
|
};
|
package/fy-radio/index.mjs
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { p as t, e as o } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { n as l } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
-
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const i = {
|
|
3
|
+
const s = {
|
|
8
4
|
name: "FyRadio",
|
|
9
5
|
mixins: [t, o],
|
|
10
6
|
props: {
|
|
@@ -18,24 +14,24 @@ const i = {
|
|
|
18
14
|
};
|
|
19
15
|
}
|
|
20
16
|
};
|
|
21
|
-
var
|
|
22
|
-
var e = this,
|
|
23
|
-
return
|
|
17
|
+
var i = function() {
|
|
18
|
+
var e = this, n = e._self._c;
|
|
19
|
+
return n("div", { staticClass: "avue-radio" }, [n("ElRadioGroup", { attrs: { size: e.size, disabled: e.disabled }, nativeOn: { click: function(a) {
|
|
24
20
|
return e.handleClick.apply(null, arguments);
|
|
25
21
|
} }, model: { value: e.text, callback: function(a) {
|
|
26
22
|
e.text = a;
|
|
27
|
-
}, expression: "text" } }, e._l(e.dic, function(a,
|
|
28
|
-
return
|
|
23
|
+
}, expression: "text" } }, e._l(e.dic, function(a, r) {
|
|
24
|
+
return n(e.componentName, { key: r, tag: "Component", attrs: { label: a[e.valueKey], border: e.border, readonly: e.readonly, disabled: a[e.disabledKey] } }, [e._v(" " + e._s(a[e.labelKey]) + " ")]);
|
|
29
25
|
}), 1)], 1);
|
|
30
26
|
}, d = [], c = /* @__PURE__ */ l(
|
|
31
|
-
i,
|
|
32
27
|
s,
|
|
28
|
+
i,
|
|
33
29
|
d,
|
|
34
30
|
!1,
|
|
35
31
|
null,
|
|
36
32
|
null
|
|
37
33
|
);
|
|
38
|
-
const
|
|
34
|
+
const m = c.exports;
|
|
39
35
|
export {
|
|
40
|
-
|
|
36
|
+
m as default
|
|
41
37
|
};
|
package/fy-rate/index.mjs
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { p as l, e as
|
|
2
|
-
import { n as
|
|
3
|
-
import "../chunks/util.DqFv_pWg.mjs";
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
1
|
+
import { p as l, e as a } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
+
import { n as t } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
7
3
|
const r = {
|
|
8
4
|
name: "FyRate",
|
|
9
|
-
mixins: [l,
|
|
5
|
+
mixins: [l, a],
|
|
10
6
|
props: {
|
|
11
7
|
allowHalf: Boolean,
|
|
12
8
|
lowThreshold: Number,
|
|
@@ -61,15 +57,15 @@ var n = function() {
|
|
|
61
57
|
} }, model: { value: e.text, callback: function(o) {
|
|
62
58
|
e.text = o;
|
|
63
59
|
}, expression: "text" } });
|
|
64
|
-
},
|
|
60
|
+
}, d = [], i = /* @__PURE__ */ t(
|
|
65
61
|
r,
|
|
66
62
|
n,
|
|
67
|
-
|
|
63
|
+
d,
|
|
68
64
|
!1,
|
|
69
65
|
null,
|
|
70
66
|
null
|
|
71
67
|
);
|
|
72
|
-
const
|
|
68
|
+
const p = i.exports;
|
|
73
69
|
export {
|
|
74
|
-
|
|
70
|
+
p as default
|
|
75
71
|
};
|
package/fy-select/index.mjs
CHANGED
|
@@ -4,8 +4,6 @@ import { b as d } from "../chunks/util.DqFv_pWg.mjs";
|
|
|
4
4
|
import { isBlank as p } from "@web-utils/core";
|
|
5
5
|
import { p as u } from "../chunks/packages.ByyangTp.mjs";
|
|
6
6
|
import { n as f } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
7
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
8
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
9
7
|
const h = {
|
|
10
8
|
name: "FySelect",
|
|
11
9
|
mixins: [i, r],
|
|
@@ -134,7 +132,7 @@ var m = function() {
|
|
|
134
132
|
null,
|
|
135
133
|
null
|
|
136
134
|
);
|
|
137
|
-
const
|
|
135
|
+
const K = y.exports;
|
|
138
136
|
export {
|
|
139
|
-
|
|
137
|
+
K as default
|
|
140
138
|
};
|
package/fy-slider/index.mjs
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { p as s, e as n } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { s as r } from "../chunks/util.DqFv_pWg.mjs";
|
|
3
|
-
import { n as
|
|
4
|
-
|
|
5
|
-
import "@web-utils/core";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const a = {
|
|
3
|
+
import { n as a } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
+
const l = {
|
|
8
5
|
name: "FySlider",
|
|
9
6
|
mixins: [s, n],
|
|
10
7
|
props: {
|
|
@@ -26,22 +23,22 @@ const a = {
|
|
|
26
23
|
setPx: r
|
|
27
24
|
}
|
|
28
25
|
};
|
|
29
|
-
var
|
|
26
|
+
var i = function() {
|
|
30
27
|
var o = this, e = o._self._c;
|
|
31
28
|
return e("ElSlider", { attrs: { disabled: o.disabled, vertical: o.vertical, height: o.setPx(o.height), step: o.step, min: o.min, max: o.max, range: o.range, "show-stops": o.showStops, "show-tooltip": o.showTooltip, "show-input": o.showInput, "show-input-controls": o.showInputControls, "input-size": o.size, "tooltip-class": o.tooltipClass, marks: o.marks, "format-tooltip": o.formatTooltip }, nativeOn: { click: function(t) {
|
|
32
29
|
return o.handleClick.apply(null, arguments);
|
|
33
30
|
} }, model: { value: o.text, callback: function(t) {
|
|
34
31
|
o.text = t;
|
|
35
32
|
}, expression: "text" } });
|
|
36
|
-
}, p = [], m = /* @__PURE__ */
|
|
37
|
-
a,
|
|
33
|
+
}, p = [], m = /* @__PURE__ */ a(
|
|
38
34
|
l,
|
|
35
|
+
i,
|
|
39
36
|
p,
|
|
40
37
|
!1,
|
|
41
38
|
null,
|
|
42
39
|
null
|
|
43
40
|
);
|
|
44
|
-
const
|
|
41
|
+
const d = m.exports;
|
|
45
42
|
export {
|
|
46
|
-
|
|
43
|
+
d as default
|
|
47
44
|
};
|
package/fy-switch/index.mjs
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { p as a, e as n } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { n as c } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
-
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const r = {
|
|
3
|
+
const l = {
|
|
8
4
|
name: "FySwitch",
|
|
9
5
|
mixins: [a, n],
|
|
10
6
|
props: {
|
|
@@ -25,7 +21,7 @@ const r = {
|
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
23
|
};
|
|
28
|
-
var
|
|
24
|
+
var r = function() {
|
|
29
25
|
var e = this, i = e._self._c;
|
|
30
26
|
return i("ElSwitch", { attrs: { "active-text": e.active[e.labelKey], "active-value": e.active[e.valueKey], "inactive-value": e.inactive[e.valueKey], "inactive-text": e.inactive[e.labelKey], "active-icon-class": e.activeIconClass, "inactive-icon-class": e.inactiveIconClass, "active-color": e.activeColor, "inactive-color": e.inactiveColor, width: e.len, disabled: e.disabled, readonly: e.readonly, size: e.size }, nativeOn: { click: function(t) {
|
|
31
27
|
return e.handleClick.apply(null, arguments);
|
|
@@ -33,14 +29,14 @@ var l = function() {
|
|
|
33
29
|
e.text = t;
|
|
34
30
|
}, expression: "text" } });
|
|
35
31
|
}, o = [], s = /* @__PURE__ */ c(
|
|
36
|
-
r,
|
|
37
32
|
l,
|
|
33
|
+
r,
|
|
38
34
|
o,
|
|
39
35
|
!1,
|
|
40
36
|
null,
|
|
41
37
|
null
|
|
42
38
|
);
|
|
43
|
-
const
|
|
39
|
+
const m = s.exports;
|
|
44
40
|
export {
|
|
45
|
-
|
|
41
|
+
m as default
|
|
46
42
|
};
|
package/fy-time/index.mjs
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { p as n, e as o } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
2
|
import { isBlank as l } from "@web-utils/core";
|
|
3
3
|
import { n as i } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
-
import "../chunks/util.DqFv_pWg.mjs";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
4
|
const s = {
|
|
8
5
|
name: "FyTime",
|
|
9
6
|
mixins: [n, o],
|
|
@@ -42,7 +39,7 @@ var p = function() {
|
|
|
42
39
|
} }, model: { value: e.text, callback: function(a) {
|
|
43
40
|
e.text = a;
|
|
44
41
|
}, expression: "text" } })], 1);
|
|
45
|
-
}, c = [],
|
|
42
|
+
}, c = [], d = /* @__PURE__ */ i(
|
|
46
43
|
s,
|
|
47
44
|
p,
|
|
48
45
|
c,
|
|
@@ -50,7 +47,7 @@ var p = function() {
|
|
|
50
47
|
null,
|
|
51
48
|
null
|
|
52
49
|
);
|
|
53
|
-
const
|
|
50
|
+
const h = d.exports;
|
|
54
51
|
export {
|
|
55
|
-
|
|
52
|
+
h as default
|
|
56
53
|
};
|
package/fy-title/index.mjs
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { p as s, e as
|
|
2
|
-
import { n } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
-
|
|
4
|
-
import "@web-utils/core";
|
|
5
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
6
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
7
|
-
const o = {
|
|
1
|
+
import { p as s, e as n } from "../chunks/event.9aDS6jcw.mjs";
|
|
2
|
+
import { n as r } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
+
const a = {
|
|
8
4
|
name: "FyTitle",
|
|
9
|
-
mixins: [s,
|
|
5
|
+
mixins: [s, n],
|
|
10
6
|
props: {
|
|
11
7
|
styles: {
|
|
12
8
|
type: Object,
|
|
@@ -14,18 +10,18 @@ const o = {
|
|
|
14
10
|
}
|
|
15
11
|
}
|
|
16
12
|
};
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
return
|
|
20
|
-
},
|
|
21
|
-
o,
|
|
13
|
+
var l = function() {
|
|
14
|
+
var e = this, t = e._self._c;
|
|
15
|
+
return t("div", { staticClass: "avue-title" }, [t("p", { style: e.styles }, [e._v(" " + e._s(e.text) + " ")])]);
|
|
16
|
+
}, o = [], _ = /* @__PURE__ */ r(
|
|
22
17
|
a,
|
|
23
|
-
|
|
18
|
+
l,
|
|
19
|
+
o,
|
|
24
20
|
!1,
|
|
25
21
|
null,
|
|
26
22
|
null
|
|
27
23
|
);
|
|
28
|
-
const
|
|
24
|
+
const m = _.exports;
|
|
29
25
|
export {
|
|
30
|
-
|
|
26
|
+
m as default
|
|
31
27
|
};
|
package/fy-u-editor/index.mjs
CHANGED
|
@@ -2,7 +2,6 @@ import "@wangeditor/editor/dist/css/style.css";
|
|
|
2
2
|
import { createEditor as u, createToolbar as f } from "@wangeditor/editor";
|
|
3
3
|
import { p } from "../chunks/util.DqFv_pWg.mjs";
|
|
4
4
|
import { n as m } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
5
|
-
import "@web-utils/core";
|
|
6
5
|
const y = (e) => {
|
|
7
6
|
const { region: i, endpoint: r, accessKeyId: o, accessKeySecret: t, bucket: a } = e;
|
|
8
7
|
return new window.OSS({ region: i, endpoint: r, accessKeyId: o, accessKeySecret: t, bucket: a });
|
|
@@ -352,7 +351,7 @@ var v = function() {
|
|
|
352
351
|
null,
|
|
353
352
|
null
|
|
354
353
|
);
|
|
355
|
-
const
|
|
354
|
+
const k = O.exports;
|
|
356
355
|
export {
|
|
357
|
-
|
|
356
|
+
k as default
|
|
358
357
|
};
|
package/fy-upload/index.mjs
CHANGED
|
@@ -3,8 +3,6 @@ import { B, i as T, p as N } from "../chunks/util.DqFv_pWg.mjs";
|
|
|
3
3
|
import { p as A } from "../chunks/packages.ByyangTp.mjs";
|
|
4
4
|
import { isBlank as b } from "@web-utils/core";
|
|
5
5
|
import { n as K } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
6
|
-
import "../chunks/slot.DXIbhGat.mjs";
|
|
7
|
-
import "../chunks/dataformat.CpqOeGBl.mjs";
|
|
8
6
|
let d, g;
|
|
9
7
|
const w = {
|
|
10
8
|
width: 200,
|
|
@@ -417,7 +415,7 @@ var Q = function() {
|
|
|
417
415
|
null,
|
|
418
416
|
null
|
|
419
417
|
);
|
|
420
|
-
const
|
|
418
|
+
const it = X.exports;
|
|
421
419
|
export {
|
|
422
|
-
|
|
420
|
+
it as default
|
|
423
421
|
};
|
package/image-cropper/index.mjs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { B as r } from "../chunks/util.DqFv_pWg.mjs";
|
|
2
2
|
import { VueCropper as n } from "vue-cropper";
|
|
3
3
|
import { n as s } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
4
|
-
import "@web-utils/core";
|
|
5
4
|
const p = {
|
|
6
5
|
name: "ImageCropper",
|
|
7
6
|
components: {
|
|
@@ -68,7 +67,7 @@ var a = function() {
|
|
|
68
67
|
null,
|
|
69
68
|
null
|
|
70
69
|
);
|
|
71
|
-
const
|
|
70
|
+
const h = c.exports;
|
|
72
71
|
export {
|
|
73
|
-
|
|
72
|
+
h as default
|
|
74
73
|
};
|
package/license/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { C as r } from "../chunks/util.DqFv_pWg.mjs";
|
|
2
2
|
import { n as g } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
3
|
-
import "@web-utils/core";
|
|
4
3
|
const l = {
|
|
5
4
|
name: "License",
|
|
6
5
|
props: {
|
|
@@ -110,7 +109,7 @@ var m = function() {
|
|
|
110
109
|
null,
|
|
111
110
|
null
|
|
112
111
|
);
|
|
113
|
-
const
|
|
112
|
+
const u = w.exports;
|
|
114
113
|
export {
|
|
115
|
-
|
|
114
|
+
u as default
|
|
116
115
|
};
|
package/package.json
CHANGED
package/page-skeleton/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import "
|
|
3
|
-
import n from "
|
|
4
|
-
import "
|
|
5
|
-
import r from "
|
|
6
|
-
import "
|
|
1
|
+
import o from "../page/index.mjs";
|
|
2
|
+
import "../page/style.css";
|
|
3
|
+
import n from "../nav-bar/index.mjs";
|
|
4
|
+
import "../nav-bar/style.css";
|
|
5
|
+
import r from "../page-header/index.mjs";
|
|
6
|
+
import "../page-header/style.css";
|
|
7
7
|
import { n as a } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
8
8
|
const l = {
|
|
9
9
|
name: "PageSkeleton",
|
package/pageable-table/index.mjs
CHANGED
|
@@ -7,9 +7,6 @@ import { _ as T } from "../chunks/helper.BiMLcEEk.mjs";
|
|
|
7
7
|
import "vue";
|
|
8
8
|
import { n as b } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
9
9
|
import { isEqual as L } from "lodash-es";
|
|
10
|
-
import "async-validator";
|
|
11
|
-
import "../chunks/core.DJEgjQW6.mjs";
|
|
12
|
-
import "../chunks/configComponents.CpKi15WN.mjs";
|
|
13
10
|
function F(t) {
|
|
14
11
|
v(
|
|
15
12
|
t,
|
|
@@ -509,7 +506,7 @@ var X = function() {
|
|
|
509
506
|
null,
|
|
510
507
|
null
|
|
511
508
|
);
|
|
512
|
-
const
|
|
509
|
+
const ne = Y.exports;
|
|
513
510
|
export {
|
|
514
|
-
|
|
511
|
+
ne as default
|
|
515
512
|
};
|