@web-utils/component 2.70.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/address-input/index.mjs +16 -14
- package/awesome-button/index.mjs +30 -29
- package/card/index.mjs +42 -40
- package/carousel/index.mjs +27 -25
- package/chat/index.mjs +70 -59
- package/chunk-file-uploader/index.mjs +594 -35
- package/chunk-file-uploader/style.css +1 -1
- package/chunks/CountUp.f1a19f35.mjs +124 -0
- package/chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs +8 -0
- package/chunks/EasyPopup.vue_vue_type_style_index_0_lang.89350bda.mjs +32 -0
- package/chunks/EditableTree.vue_vue_type_style_index_0_lang.5dba9f89.mjs +356 -0
- package/chunks/ElementDialog.d8f3105c.mjs +211 -0
- package/chunks/ElementDialog.vue_vue_type_style_index_0_lang.57cb8e07.mjs +95 -0
- package/chunks/EmptyView.e2430422.mjs +51 -0
- package/chunks/EmptyView.vue_vue_type_style_index_0_lang.ffa84770.mjs +23 -0
- package/chunks/FlowNode.vue_vue_type_template_lang.662bdcfa.mjs +37 -0
- package/chunks/FormInput.vue_vue_type_template_lang.3cb79386.mjs +65 -0
- package/chunks/FormItem.2920ac0c.mjs +45 -0
- package/chunks/FormItem.vue_vue_type_style_index_0_lang.970bd712.mjs +258 -0
- package/chunks/FormItemGroup.41daddb6.mjs +64 -0
- package/chunks/FormItemGroup.vue_vue_type_style_index_0_lang.b588a8ea.mjs +155 -0
- package/chunks/FyCurd.8acd2983.mjs +548 -0
- package/chunks/FyCurd.vue_vue_type_style_index_0_lang.4fbd4b30.mjs +2945 -0
- package/chunks/FyDate.vue_vue_type_style_index_0_lang.429c03e3.mjs +47 -0
- package/chunks/FyDynamic.vue_vue_type_style_index_0_lang.304417ce.mjs +151 -0
- package/chunks/FyEmpty.vue_vue_type_style_index_0_lang.fc8bd24c.mjs +22 -0
- package/chunks/FyForm.0294e494.mjs +439 -0
- package/chunks/FyForm.vue_vue_type_style_index_0_lang.6e64daee.mjs +737 -0
- package/chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs +93 -0
- package/chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs +56 -0
- package/chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs +158 -0
- package/chunks/FyRate.vue_vue_type_style_index_0_lang.82174185.mjs +39 -0
- package/chunks/FySelect.vue_vue_type_style_index_0_lang.5f0f3244.mjs +102 -0
- package/chunks/FyTabs.vue_vue_type_template_lang.66af5ac9.mjs +41 -0
- package/chunks/HighlightJS.vue_vue_type_style_index_0_lang.fefeaa3b.mjs +15 -0
- package/chunks/IconTemp.42c48e1f.mjs +32 -0
- package/chunks/IconTemp.vue_vue_type_style_index_0_lang.a0777b31.mjs +23 -0
- package/chunks/InputNumber.vue_vue_type_style_index_0_lang.18046bd3.mjs +172 -0
- package/chunks/LoadingView.vue_vue_type_style_index_0_lang.4c3fff2a.mjs +23 -0
- package/chunks/NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs +21 -0
- package/chunks/Page.81f4b8d9.mjs +32 -0
- package/chunks/Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs +13 -0
- package/chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs +26 -0
- package/chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs +88 -0
- package/chunks/PageableTable.333cbdc1.mjs +335 -0
- package/chunks/PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs +148 -0
- package/chunks/ResizeObserver.60f728f0.mjs +54 -0
- package/chunks/ResizeObserver.vue_vue_type_style_index_0_lang.7079029c.mjs +13 -0
- package/chunks/TableColumn.8503272e.mjs +106 -0
- package/chunks/Toolbar.5c539dbb.mjs +24 -0
- package/chunks/Toolbar.vue_vue_type_style_index_0_lang.7594243c.mjs +275 -0
- package/chunks/ToolbarButton.vue_vue_type_style_index_0_lang.e2cb14ba.mjs +31 -0
- package/chunks/XInputTag.vue_vue_type_style_index_0_lang.7ad045b3.mjs +74 -0
- package/chunks/confirmable-mixin.26e1d0e0.mjs +197 -0
- package/chunks/{dataformat.f995e2f9.mjs → dataformat.816df805.mjs} +5 -5
- package/chunks/{dic.eaac0823.mjs → dic.3b4ba802.mjs} +40 -40
- package/chunks/{event.b5d855dd.mjs → event.4377230d.mjs} +2 -2
- package/chunks/{index.57f871af.mjs → index.d91bd77a.mjs} +7 -7
- package/chunks/{init.47f219b4.mjs → init.f0a03127.mjs} +2 -2
- package/chunks/{util.ae730cde.mjs → util.7844e2c2.mjs} +21 -21
- package/color-picker/index.mjs +200 -32
- package/confirm-button/index.mjs +1 -1
- package/confirmable/index.mjs +1 -1
- package/count-up/index.mjs +14 -17
- package/data-box/index.mjs +36 -33
- package/data-card/index.mjs +35 -33
- package/data-cardtext/index.mjs +29 -27
- package/data-display/index.mjs +37 -34
- package/data-icons/index.mjs +32 -29
- package/data-imgtext/index.mjs +30 -27
- package/data-operatext/index.mjs +41 -39
- package/data-panel/index.mjs +39 -36
- package/data-pay/index.mjs +26 -22
- package/data-price/index.mjs +34 -32
- package/data-progress/index.mjs +32 -28
- package/data-rotate/index.mjs +38 -35
- package/data-table-picker/index.mjs +25 -22
- package/data-tabs/index.mjs +35 -32
- package/dialog-form/index.mjs +41 -32
- package/dynamic-table/index.mjs +47 -42
- package/easy-popup/index.mjs +29 -56
- package/editable-progress/index.mjs +16 -14
- package/editable-tree/index.mjs +129 -476
- package/egd-collapse-item/index.mjs +1 -2
- package/element-dialog/index.mjs +37 -126
- package/empty-view/index.mjs +13 -31
- package/flex-column/index.mjs +1 -1
- package/flex-item/index.mjs +1 -1
- package/flex-row/index.mjs +1 -1
- package/flow/index.mjs +105 -40
- package/flow-designer/index.mjs +1190 -1114
- package/flow-node/index.mjs +15 -47
- package/flow-viewer/index.mjs +167 -78
- package/form-block/index.mjs +24 -22
- package/form-cascader/index.mjs +29 -29
- package/form-checkbox-group/index.mjs +76 -31
- package/form-date-picker/index.mjs +21 -20
- package/form-holder/index.mjs +16 -15
- package/form-input/index.mjs +30 -88
- package/form-input-email/index.mjs +28 -28
- package/form-input-id-card/index.mjs +37 -37
- package/form-input-number/index.mjs +219 -59
- package/form-input-phone-number/index.mjs +25 -25
- package/form-input-tag/index.mjs +160 -38
- package/form-input-time/index.mjs +23 -23
- package/form-item/index.mjs +15 -144
- package/form-item-group/index.mjs +15 -163
- package/form-radio-group/index.mjs +39 -38
- package/form-select/index.mjs +33 -32
- package/form-switch/index.mjs +26 -26
- package/form-textarea/index.mjs +26 -26
- package/form-view/index.mjs +46 -42
- package/fy-array/index.mjs +65 -61
- package/fy-cascader/index.mjs +14 -13
- package/fy-checkbox/index.mjs +37 -32
- package/fy-code/index.mjs +11 -14
- package/fy-curd/index.mjs +206 -2795
- package/fy-date/index.mjs +16 -57
- package/fy-draggable/index.mjs +21 -20
- package/fy-dynamic/index.mjs +64 -207
- package/fy-empty/index.mjs +12 -29
- package/fy-form/index.mjs +178 -732
- package/fy-form-design/index.mjs +1738 -1179
- package/fy-input/index.mjs +15 -101
- package/fy-input-color/index.mjs +17 -66
- package/fy-input-icon/index.mjs +21 -116
- package/fy-input-map/index.mjs +27 -24
- package/fy-input-number/index.mjs +23 -22
- package/fy-input-table/index.mjs +22 -18
- package/fy-input-tree/index.mjs +32 -28
- package/fy-progress/index.mjs +24 -23
- package/fy-radio/index.mjs +23 -18
- package/fy-rate/index.mjs +16 -49
- package/fy-select/index.mjs +29 -122
- package/fy-slider/index.mjs +18 -17
- package/fy-switch/index.mjs +21 -20
- package/fy-tabs/index.mjs +14 -48
- package/fy-time/index.mjs +20 -14
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +26 -20
- package/fy-u-editor/index.mjs +1 -1
- package/fy-upload/index.mjs +76 -74
- package/guide-steps/index.mjs +24 -22
- package/highlight-j-s/index.mjs +19 -29
- package/icon-temp/index.mjs +12 -30
- package/iframe-window/index.mjs +19 -18
- package/image-cropper/index.mjs +53 -51
- package/image-preview/index.mjs +27 -25
- package/input-number/index.mjs +63 -172
- package/input-number-range/index.mjs +24 -23
- package/license/index.mjs +1 -1
- package/loading-view/index.mjs +15 -33
- package/login/index.mjs +40 -35
- package/nav-bar/index.mjs +15 -30
- package/notice/index.mjs +19 -18
- package/package.json +1 -1
- package/page/index.mjs +12 -20
- package/page-header/index.mjs +13 -34
- package/page-index/index.mjs +34 -33
- package/page-index-top/index.mjs +100 -51
- package/page-skeleton/index.mjs +18 -35
- package/page-skeleton-new/index.mjs +16 -15
- package/pageable-table/index.mjs +85 -223
- package/pageable-view/index.mjs +34 -33
- package/present-view/index.mjs +75 -71
- package/record-video/index.mjs +1 -1
- package/resize-observer/index.mjs +21 -29
- package/search/index.mjs +29 -27
- package/search-popover/index.mjs +1 -1
- package/sign/index.mjs +1 -1
- package/split-pane/index.mjs +40 -45
- package/static-pageable-table/index.mjs +20 -18
- package/swiper/index.mjs +27 -25
- package/table-view/index.mjs +627 -89
- package/tag-render/index.mjs +21 -19
- package/text-ellipsis/index.mjs +13 -12
- package/tinymce-editor/index.mjs +73 -72
- package/toolbar/index.mjs +15 -208
- package/toolbar-button/index.mjs +32 -57
- package/verify/index.mjs +1 -1
- package/vue-cron/index.mjs +112 -104
- package/watermark/index.mjs +1 -1
- package/web-types.json +1 -1
- package/x-input-tag/index.mjs +51 -117
- package/chunks/FormTemp.7f91629d.mjs +0 -165
- package/chunks/confirmable-mixin.817b542f.mjs +0 -116
- package/chunks/form-input-mixin.4632ad36.mjs +0 -24
- package/chunks/form-item-mixin.ad148e7b.mjs +0 -140
- package/chunks/input-number-mixin.41a066be.mjs +0 -60
package/fy-input/index.mjs
CHANGED
|
@@ -1,95 +1,9 @@
|
|
|
1
|
-
import { p as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
return r("ElInput", {
|
|
6
|
-
staticClass: "avue-input",
|
|
7
|
-
attrs: {
|
|
8
|
-
size: e.size,
|
|
9
|
-
clearable: e.clearableVal,
|
|
10
|
-
type: e.typeParam,
|
|
11
|
-
maxlength: e.maxlength,
|
|
12
|
-
minlength: e.minlength,
|
|
13
|
-
"show-password": e.typeParam === "password" ? e.showPassword : !1,
|
|
14
|
-
rows: e.rows,
|
|
15
|
-
autosize: {
|
|
16
|
-
minRows: e.minRows,
|
|
17
|
-
maxRows: e.maxRows
|
|
18
|
-
},
|
|
19
|
-
"prefix-icon": e.prefixIcon,
|
|
20
|
-
"suffix-icon": e.suffixIcon,
|
|
21
|
-
readonly: e.readonly,
|
|
22
|
-
placeholder: e.placeholder,
|
|
23
|
-
"show-word-limit": e.showWordLimit,
|
|
24
|
-
disabled: e.disabled,
|
|
25
|
-
autocomplete: e.autocomplete
|
|
26
|
-
},
|
|
27
|
-
on: {
|
|
28
|
-
keyup: function(n) {
|
|
29
|
-
if (!n.type.indexOf("key") && e._k(n.keyCode, "enter", 13, n.key, "Enter"))
|
|
30
|
-
return null;
|
|
31
|
-
e.isSearch && e.appendClick();
|
|
32
|
-
},
|
|
33
|
-
focus: e.handleFocus,
|
|
34
|
-
blur: e.handleBlur
|
|
35
|
-
},
|
|
36
|
-
nativeOn: {
|
|
37
|
-
click: function(n) {
|
|
38
|
-
return e.handleClick.apply(null, arguments);
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
scopedSlots: e._u([e.prepend ? {
|
|
42
|
-
key: "prepend",
|
|
43
|
-
fn: function() {
|
|
44
|
-
return [r("span", {
|
|
45
|
-
on: {
|
|
46
|
-
click: function(n) {
|
|
47
|
-
return e.prependClick();
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}, [e._v(e._s(e.prepend))])];
|
|
51
|
-
},
|
|
52
|
-
proxy: !0
|
|
53
|
-
} : null, e.append ? {
|
|
54
|
-
key: "append",
|
|
55
|
-
fn: function() {
|
|
56
|
-
return [r("span", {
|
|
57
|
-
on: {
|
|
58
|
-
click: function(n) {
|
|
59
|
-
return e.appendClick();
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}, [e._v(e._s(e.append))])];
|
|
63
|
-
},
|
|
64
|
-
proxy: !0
|
|
65
|
-
} : e.isSearch ? {
|
|
66
|
-
key: "append",
|
|
67
|
-
fn: function() {
|
|
68
|
-
return [r("ElButton", {
|
|
69
|
-
attrs: {
|
|
70
|
-
icon: "el-icon-search"
|
|
71
|
-
},
|
|
72
|
-
on: {
|
|
73
|
-
click: function(n) {
|
|
74
|
-
return e.appendClick();
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
})];
|
|
78
|
-
},
|
|
79
|
-
proxy: !0
|
|
80
|
-
} : null], null, !0),
|
|
81
|
-
model: {
|
|
82
|
-
value: e.text,
|
|
83
|
-
callback: function(n) {
|
|
84
|
-
e.text = n;
|
|
85
|
-
},
|
|
86
|
-
expression: "text"
|
|
87
|
-
}
|
|
88
|
-
});
|
|
89
|
-
}, i = [];
|
|
90
|
-
const u = {
|
|
1
|
+
import { p as n, e as r } from "../chunks/event.4377230d.mjs";
|
|
2
|
+
import { s as o, r as p } from "../chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs";
|
|
3
|
+
import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
const a = {
|
|
91
5
|
name: "FyInput",
|
|
92
|
-
mixins: [
|
|
6
|
+
mixins: [n, r],
|
|
93
7
|
props: {
|
|
94
8
|
showPassword: {
|
|
95
9
|
type: Boolean,
|
|
@@ -148,23 +62,23 @@ const u = {
|
|
|
148
62
|
return this.type === "textarea" ? "textarea" : this.type === "password" ? "password" : "text";
|
|
149
63
|
}
|
|
150
64
|
}
|
|
151
|
-
},
|
|
152
|
-
var
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
65
|
+
}, t = {};
|
|
66
|
+
var i = /* @__PURE__ */ s(
|
|
67
|
+
a,
|
|
68
|
+
p,
|
|
69
|
+
o,
|
|
156
70
|
!1,
|
|
157
|
-
|
|
71
|
+
u,
|
|
158
72
|
null,
|
|
159
73
|
null,
|
|
160
74
|
null
|
|
161
75
|
);
|
|
162
|
-
function
|
|
163
|
-
for (let
|
|
164
|
-
this[
|
|
76
|
+
function u(l) {
|
|
77
|
+
for (let e in t)
|
|
78
|
+
this[e] = t[e];
|
|
165
79
|
}
|
|
166
80
|
const y = /* @__PURE__ */ function() {
|
|
167
|
-
return
|
|
81
|
+
return i.exports;
|
|
168
82
|
}();
|
|
169
83
|
export {
|
|
170
84
|
y as default
|
package/fy-input-color/index.mjs
CHANGED
|
@@ -1,58 +1,9 @@
|
|
|
1
|
-
import { p as
|
|
2
|
-
import { n as s } from "../chunks/
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
return l("div", {
|
|
6
|
-
staticClass: "avue-input-color"
|
|
7
|
-
}, [l("ElInput", {
|
|
8
|
-
ref: "main",
|
|
9
|
-
attrs: {
|
|
10
|
-
placeholder: e.placeholder,
|
|
11
|
-
size: e.size,
|
|
12
|
-
readonly: e.readonly,
|
|
13
|
-
clearable: e.clearableVal,
|
|
14
|
-
disabled: e.disabled
|
|
15
|
-
},
|
|
16
|
-
nativeOn: {
|
|
17
|
-
click: function(r) {
|
|
18
|
-
return e.handleClick.apply(null, arguments);
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
scopedSlots: e._u([{
|
|
22
|
-
key: "append",
|
|
23
|
-
fn: function() {
|
|
24
|
-
return [l("ElColorPicker", {
|
|
25
|
-
attrs: {
|
|
26
|
-
size: "mini",
|
|
27
|
-
"popper-class": e.popperClass,
|
|
28
|
-
"color-format": e.colorFormat,
|
|
29
|
-
disabled: e.disabled,
|
|
30
|
-
"show-alpha": e.showAlpha,
|
|
31
|
-
predefine: e.predefine
|
|
32
|
-
},
|
|
33
|
-
model: {
|
|
34
|
-
value: e.text,
|
|
35
|
-
callback: function(r) {
|
|
36
|
-
e.text = r;
|
|
37
|
-
},
|
|
38
|
-
expression: "text"
|
|
39
|
-
}
|
|
40
|
-
})];
|
|
41
|
-
},
|
|
42
|
-
proxy: !0
|
|
43
|
-
}]),
|
|
44
|
-
model: {
|
|
45
|
-
value: e.text,
|
|
46
|
-
callback: function(r) {
|
|
47
|
-
e.text = r;
|
|
48
|
-
},
|
|
49
|
-
expression: "text"
|
|
50
|
-
}
|
|
51
|
-
})], 1);
|
|
52
|
-
}, i = [];
|
|
53
|
-
const p = {
|
|
1
|
+
import { p as t, e as r } from "../chunks/event.4377230d.mjs";
|
|
2
|
+
import { s as n, r as s } from "../chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs";
|
|
3
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
const l = {
|
|
54
5
|
name: "FyInputColor",
|
|
55
|
-
mixins: [
|
|
6
|
+
mixins: [t, r],
|
|
56
7
|
props: {
|
|
57
8
|
colorFormat: String,
|
|
58
9
|
predefine: {
|
|
@@ -78,24 +29,24 @@ const p = {
|
|
|
78
29
|
default: !0
|
|
79
30
|
}
|
|
80
31
|
}
|
|
81
|
-
},
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
32
|
+
}, o = {};
|
|
33
|
+
var f = /* @__PURE__ */ a(
|
|
34
|
+
l,
|
|
35
|
+
s,
|
|
36
|
+
n,
|
|
86
37
|
!1,
|
|
87
|
-
|
|
38
|
+
p,
|
|
88
39
|
null,
|
|
89
40
|
null,
|
|
90
41
|
null
|
|
91
42
|
);
|
|
92
|
-
function
|
|
93
|
-
for (let
|
|
94
|
-
this[
|
|
43
|
+
function p(u) {
|
|
44
|
+
for (let e in o)
|
|
45
|
+
this[e] = o[e];
|
|
95
46
|
}
|
|
96
|
-
const
|
|
97
|
-
return
|
|
47
|
+
const _ = /* @__PURE__ */ function() {
|
|
48
|
+
return f.exports;
|
|
98
49
|
}();
|
|
99
50
|
export {
|
|
100
|
-
|
|
51
|
+
_ as default
|
|
101
52
|
};
|
package/fy-input-icon/index.mjs
CHANGED
|
@@ -1,107 +1,12 @@
|
|
|
1
|
-
import { p as s, e as
|
|
1
|
+
import { p as s, e as i } from "../chunks/event.4377230d.mjs";
|
|
2
2
|
import r from "@web-utils/component/icon-temp";
|
|
3
3
|
import "@web-utils/component/icon-temp/style.css";
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return e("div", {
|
|
8
|
-
staticClass: "avue-input-icon"
|
|
9
|
-
}, [e("ElInput", {
|
|
10
|
-
ref: "main",
|
|
11
|
-
attrs: {
|
|
12
|
-
placeholder: t.placeholder,
|
|
13
|
-
size: t.size,
|
|
14
|
-
clearable: t.clearableVal,
|
|
15
|
-
disabled: t.disabled
|
|
16
|
-
},
|
|
17
|
-
on: {
|
|
18
|
-
focus: t.handleShow
|
|
19
|
-
},
|
|
20
|
-
nativeOn: {
|
|
21
|
-
click: function(n) {
|
|
22
|
-
return t.handleClick.apply(null, arguments);
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
scopedSlots: t._u([{
|
|
26
|
-
key: "append",
|
|
27
|
-
fn: function() {
|
|
28
|
-
return [e("IconTemp", {
|
|
29
|
-
attrs: {
|
|
30
|
-
text: t.text,
|
|
31
|
-
size: 28,
|
|
32
|
-
small: t.size === "mini"
|
|
33
|
-
},
|
|
34
|
-
on: {
|
|
35
|
-
click: t.handleShow
|
|
36
|
-
}
|
|
37
|
-
})];
|
|
38
|
-
},
|
|
39
|
-
proxy: !0
|
|
40
|
-
}]),
|
|
41
|
-
model: {
|
|
42
|
-
value: t.text,
|
|
43
|
-
callback: function(n) {
|
|
44
|
-
t.text = n;
|
|
45
|
-
},
|
|
46
|
-
expression: "text"
|
|
47
|
-
}
|
|
48
|
-
}), t.box ? e("div", [e("ElementDialog", {
|
|
49
|
-
attrs: {
|
|
50
|
-
title: t.placeholder,
|
|
51
|
-
visible: t.box,
|
|
52
|
-
width: t.dialogWidth
|
|
53
|
-
},
|
|
54
|
-
on: {
|
|
55
|
-
"update:visible": function(n) {
|
|
56
|
-
t.box = n;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}, [e("div", {
|
|
60
|
-
staticClass: "avue-input-icon__filter"
|
|
61
|
-
}, [e("ElInput", {
|
|
62
|
-
attrs: {
|
|
63
|
-
placeholder: "请输入",
|
|
64
|
-
size: t.size
|
|
65
|
-
},
|
|
66
|
-
model: {
|
|
67
|
-
value: t.filterText,
|
|
68
|
-
callback: function(n) {
|
|
69
|
-
t.filterText = n;
|
|
70
|
-
},
|
|
71
|
-
expression: "filterText"
|
|
72
|
-
}
|
|
73
|
-
})], 1), e("FyTabs", {
|
|
74
|
-
attrs: {
|
|
75
|
-
option: t.option
|
|
76
|
-
},
|
|
77
|
-
on: {
|
|
78
|
-
change: t.handleTabs
|
|
79
|
-
}
|
|
80
|
-
}), e("div", {
|
|
81
|
-
staticClass: "avue-input-icon__list"
|
|
82
|
-
}, t._l(t.list, function(n, a) {
|
|
83
|
-
return e("div", {
|
|
84
|
-
key: a,
|
|
85
|
-
class: ["avue-input-icon__item", {
|
|
86
|
-
active: t.text === n
|
|
87
|
-
}],
|
|
88
|
-
on: {
|
|
89
|
-
click: function(v) {
|
|
90
|
-
return t.handleSubmit(n.value);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}, [e("IconTemp", {
|
|
94
|
-
attrs: {
|
|
95
|
-
text: n.value,
|
|
96
|
-
small: t.size === "mini"
|
|
97
|
-
}
|
|
98
|
-
}), e("p", [t._v(t._s(n.label || n.value))])], 1);
|
|
99
|
-
}), 0)], 1)], 1) : t._e()], 1);
|
|
100
|
-
}, p = [];
|
|
101
|
-
const d = {
|
|
4
|
+
import { s as o, r as a } from "../chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs";
|
|
5
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
6
|
+
const u = {
|
|
102
7
|
name: "FyInputIcon",
|
|
103
8
|
components: { IconTemp: r },
|
|
104
|
-
mixins: [s,
|
|
9
|
+
mixins: [s, i],
|
|
105
10
|
props: {
|
|
106
11
|
dialogWidth: {
|
|
107
12
|
type: String,
|
|
@@ -121,10 +26,10 @@ const d = {
|
|
|
121
26
|
},
|
|
122
27
|
computed: {
|
|
123
28
|
list() {
|
|
124
|
-
let t = (this.tabs.list || []).map((
|
|
125
|
-
value:
|
|
126
|
-
} :
|
|
127
|
-
return this.filterText && (t = t.filter((
|
|
29
|
+
let t = (this.tabs.list || []).map((e) => !e.value && !e.label ? {
|
|
30
|
+
value: e
|
|
31
|
+
} : e);
|
|
32
|
+
return this.filterText && (t = t.filter((e) => e.label.indexOf(this.filterText) !== -1)), t;
|
|
128
33
|
},
|
|
129
34
|
option() {
|
|
130
35
|
return {
|
|
@@ -146,24 +51,24 @@ const d = {
|
|
|
146
51
|
this.$refs.main.blur(), !(this.disabled || this.readonly) && (this.box = !0);
|
|
147
52
|
}
|
|
148
53
|
}
|
|
149
|
-
},
|
|
150
|
-
var
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
54
|
+
}, n = {};
|
|
55
|
+
var p = /* @__PURE__ */ l(
|
|
56
|
+
u,
|
|
57
|
+
a,
|
|
58
|
+
o,
|
|
154
59
|
!1,
|
|
155
|
-
|
|
60
|
+
h,
|
|
156
61
|
null,
|
|
157
62
|
null,
|
|
158
63
|
null
|
|
159
64
|
);
|
|
160
|
-
function
|
|
161
|
-
for (let
|
|
162
|
-
this[
|
|
65
|
+
function h(t) {
|
|
66
|
+
for (let e in n)
|
|
67
|
+
this[e] = n[e];
|
|
163
68
|
}
|
|
164
|
-
const
|
|
165
|
-
return
|
|
69
|
+
const x = /* @__PURE__ */ function() {
|
|
70
|
+
return p.exports;
|
|
166
71
|
}();
|
|
167
72
|
export {
|
|
168
|
-
|
|
73
|
+
x as default
|
|
169
74
|
};
|
package/fy-input-map/index.mjs
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { p, e as
|
|
1
|
+
import { p as u, e as h } from "../chunks/event.4377230d.mjs";
|
|
2
2
|
import { isBlank as d } from "@web-utils/core";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import l from "element-ui/lib/input";
|
|
4
|
+
import m from "element-ui/lib/button";
|
|
5
|
+
import { _ } from "../chunks/ElementDialog.d8f3105c.mjs";
|
|
6
|
+
import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
7
|
+
var g = function() {
|
|
5
8
|
var e = this, t = e.$createElement, s = e._self._c || t;
|
|
6
9
|
return s("div", {
|
|
7
10
|
staticClass: "avue-input-map"
|
|
8
|
-
}, [s(
|
|
11
|
+
}, [s(l, {
|
|
9
12
|
ref: "main",
|
|
10
13
|
attrs: {
|
|
11
14
|
size: e.size,
|
|
@@ -35,7 +38,7 @@ var m = function() {
|
|
|
35
38
|
},
|
|
36
39
|
expression: "address"
|
|
37
40
|
}
|
|
38
|
-
}), e.box ? s("div", [s(
|
|
41
|
+
}), e.box ? s("div", [s(_, {
|
|
39
42
|
attrs: {
|
|
40
43
|
"show-full-screen": "",
|
|
41
44
|
width: e.dialogWidth,
|
|
@@ -51,7 +54,7 @@ var m = function() {
|
|
|
51
54
|
scopedSlots: e._u([{
|
|
52
55
|
key: "footer",
|
|
53
56
|
fn: function() {
|
|
54
|
-
return [e.disabled || e.readonly ? e._e() : s(
|
|
57
|
+
return [e.disabled || e.readonly ? e._e() : s(m, {
|
|
55
58
|
attrs: {
|
|
56
59
|
type: "primary",
|
|
57
60
|
size: e.size,
|
|
@@ -66,7 +69,7 @@ var m = function() {
|
|
|
66
69
|
}], null, !1, 1816263233)
|
|
67
70
|
}, [e.box ? s("div", {
|
|
68
71
|
staticClass: "avue-input-map__content"
|
|
69
|
-
}, [s(
|
|
72
|
+
}, [s(l, {
|
|
70
73
|
staticClass: "avue-input-map__content-input",
|
|
71
74
|
attrs: {
|
|
72
75
|
id: "map__input",
|
|
@@ -99,10 +102,10 @@ var m = function() {
|
|
|
99
102
|
id: "map__result"
|
|
100
103
|
}
|
|
101
104
|
})])], 1) : e._e()])], 1) : e._e()], 1);
|
|
102
|
-
},
|
|
103
|
-
const
|
|
105
|
+
}, k = [];
|
|
106
|
+
const b = {
|
|
104
107
|
name: "FyInputMap",
|
|
105
|
-
mixins: [
|
|
108
|
+
mixins: [u, h],
|
|
106
109
|
props: {
|
|
107
110
|
dialogWidth: {
|
|
108
111
|
type: String,
|
|
@@ -197,8 +200,8 @@ const f = {
|
|
|
197
200
|
this.service = new window.AMap.service("AMap.Geocoder", () => {
|
|
198
201
|
new window.AMap.Geocoder({}).getAddress([e, t], (i, r) => {
|
|
199
202
|
if (i === "complete" && r.info === "OK") {
|
|
200
|
-
const
|
|
201
|
-
this.poi = Object.assign(
|
|
203
|
+
const p = r.regeocode;
|
|
204
|
+
this.poi = Object.assign(p, {
|
|
202
205
|
longitude: e,
|
|
203
206
|
latitude: t
|
|
204
207
|
});
|
|
@@ -262,24 +265,24 @@ const f = {
|
|
|
262
265
|
});
|
|
263
266
|
}
|
|
264
267
|
}
|
|
265
|
-
},
|
|
266
|
-
var
|
|
267
|
-
|
|
268
|
-
m,
|
|
269
|
-
_,
|
|
270
|
-
!1,
|
|
268
|
+
}, c = {};
|
|
269
|
+
var v = /* @__PURE__ */ f(
|
|
270
|
+
b,
|
|
271
271
|
g,
|
|
272
|
+
k,
|
|
273
|
+
!1,
|
|
274
|
+
x,
|
|
272
275
|
null,
|
|
273
276
|
null,
|
|
274
277
|
null
|
|
275
278
|
);
|
|
276
|
-
function
|
|
277
|
-
for (let t in
|
|
278
|
-
this[t] =
|
|
279
|
+
function x(e) {
|
|
280
|
+
for (let t in c)
|
|
281
|
+
this[t] = c[t];
|
|
279
282
|
}
|
|
280
|
-
const
|
|
281
|
-
return
|
|
283
|
+
const S = /* @__PURE__ */ function() {
|
|
284
|
+
return v.exports;
|
|
282
285
|
}();
|
|
283
286
|
export {
|
|
284
|
-
|
|
287
|
+
S as default
|
|
285
288
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { p as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { p as l, e as a } from "../chunks/event.4377230d.mjs";
|
|
2
|
+
import s from "element-ui/lib/input-number";
|
|
3
|
+
import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var u = function() {
|
|
5
|
+
var e = this, n = e.$createElement, r = e._self._c || n;
|
|
6
|
+
return r(s, {
|
|
6
7
|
staticClass: "avue-input-number",
|
|
7
8
|
attrs: {
|
|
8
9
|
precision: e.precision,
|
|
@@ -23,22 +24,22 @@ var i = function() {
|
|
|
23
24
|
blur: e.handleBlur
|
|
24
25
|
},
|
|
25
26
|
nativeOn: {
|
|
26
|
-
click: function(
|
|
27
|
+
click: function(t) {
|
|
27
28
|
return e.handleClick.apply(null, arguments);
|
|
28
29
|
}
|
|
29
30
|
},
|
|
30
31
|
model: {
|
|
31
32
|
value: e.text,
|
|
32
|
-
callback: function(
|
|
33
|
-
e.text = e._n(
|
|
33
|
+
callback: function(t) {
|
|
34
|
+
e.text = e._n(t);
|
|
34
35
|
},
|
|
35
36
|
expression: "text"
|
|
36
37
|
}
|
|
37
38
|
});
|
|
38
|
-
},
|
|
39
|
-
const
|
|
39
|
+
}, c = [];
|
|
40
|
+
const p = {
|
|
40
41
|
name: "FyInputNumber",
|
|
41
|
-
mixins: [
|
|
42
|
+
mixins: [l, a],
|
|
42
43
|
props: {
|
|
43
44
|
controls: {
|
|
44
45
|
type: Boolean,
|
|
@@ -64,24 +65,24 @@ const c = {
|
|
|
64
65
|
default: 1 / 0
|
|
65
66
|
}
|
|
66
67
|
}
|
|
67
|
-
},
|
|
68
|
-
var
|
|
69
|
-
|
|
70
|
-
i,
|
|
68
|
+
}, o = {};
|
|
69
|
+
var m = /* @__PURE__ */ i(
|
|
70
|
+
p,
|
|
71
71
|
u,
|
|
72
|
+
c,
|
|
72
73
|
!1,
|
|
73
|
-
|
|
74
|
+
d,
|
|
74
75
|
null,
|
|
75
76
|
null,
|
|
76
77
|
null
|
|
77
78
|
);
|
|
78
|
-
function
|
|
79
|
-
for (let
|
|
80
|
-
this[
|
|
79
|
+
function d(e) {
|
|
80
|
+
for (let n in o)
|
|
81
|
+
this[n] = o[n];
|
|
81
82
|
}
|
|
82
|
-
const
|
|
83
|
-
return
|
|
83
|
+
const v = /* @__PURE__ */ function() {
|
|
84
|
+
return m.exports;
|
|
84
85
|
}();
|
|
85
86
|
export {
|
|
86
|
-
|
|
87
|
+
v as default
|
|
87
88
|
};
|
package/fy-input-table/index.mjs
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { p as o, e as r } from "../chunks/event.
|
|
1
|
+
import { p as o, e as r } from "../chunks/event.4377230d.mjs";
|
|
2
2
|
import { isBlank as n } from "@web-utils/core";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import { _ as l } from "../chunks/FyCurd.8acd2983.mjs";
|
|
4
|
+
import h from "element-ui/lib/button";
|
|
5
|
+
import { _ as c } from "../chunks/ElementDialog.d8f3105c.mjs";
|
|
6
|
+
import u from "element-ui/lib/input";
|
|
7
|
+
import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
8
|
+
var p = function() {
|
|
5
9
|
var e = this, t = e.$createElement, a = e._self._c || t;
|
|
6
10
|
return a("div", {
|
|
7
11
|
staticClass: "avue-input-table"
|
|
8
|
-
}, [a(
|
|
12
|
+
}, [a(u, {
|
|
9
13
|
ref: "main",
|
|
10
14
|
attrs: {
|
|
11
15
|
size: e.size,
|
|
@@ -23,7 +27,7 @@ var h = function() {
|
|
|
23
27
|
return e.handleClick.apply(null, arguments);
|
|
24
28
|
}
|
|
25
29
|
}
|
|
26
|
-
}), e.box ? a("div", [a(
|
|
30
|
+
}), e.box ? a("div", [a(c, {
|
|
27
31
|
attrs: {
|
|
28
32
|
width: e.dialogWidth,
|
|
29
33
|
title: e.placeholder,
|
|
@@ -37,7 +41,7 @@ var h = function() {
|
|
|
37
41
|
scopedSlots: e._u([{
|
|
38
42
|
key: "footer",
|
|
39
43
|
fn: function() {
|
|
40
|
-
return [a(
|
|
44
|
+
return [a(h, {
|
|
41
45
|
attrs: {
|
|
42
46
|
type: "primary",
|
|
43
47
|
size: e.size,
|
|
@@ -50,7 +54,7 @@ var h = function() {
|
|
|
50
54
|
},
|
|
51
55
|
proxy: !0
|
|
52
56
|
}], null, !1, 2921262159)
|
|
53
|
-
}, [e.box ? a(
|
|
57
|
+
}, [e.box ? a(l, {
|
|
54
58
|
ref: "crud",
|
|
55
59
|
staticClass: "avue-input-table__crud",
|
|
56
60
|
attrs: {
|
|
@@ -73,8 +77,8 @@ var h = function() {
|
|
|
73
77
|
"current-row-change": e.handleCurrentRowChange
|
|
74
78
|
}
|
|
75
79
|
}) : e._e()], 1)], 1) : e._e()], 1);
|
|
76
|
-
},
|
|
77
|
-
const
|
|
80
|
+
}, f = [];
|
|
81
|
+
const _ = {
|
|
78
82
|
name: "FyInputTable",
|
|
79
83
|
mixins: [o, r],
|
|
80
84
|
props: {
|
|
@@ -153,23 +157,23 @@ const u = {
|
|
|
153
157
|
}
|
|
154
158
|
}
|
|
155
159
|
}, s = {};
|
|
156
|
-
var
|
|
157
|
-
|
|
158
|
-
h,
|
|
159
|
-
c,
|
|
160
|
-
!1,
|
|
160
|
+
var g = /* @__PURE__ */ d(
|
|
161
|
+
_,
|
|
161
162
|
p,
|
|
163
|
+
f,
|
|
164
|
+
!1,
|
|
165
|
+
m,
|
|
162
166
|
null,
|
|
163
167
|
null,
|
|
164
168
|
null
|
|
165
169
|
);
|
|
166
|
-
function
|
|
170
|
+
function m(e) {
|
|
167
171
|
for (let t in s)
|
|
168
172
|
this[t] = s[t];
|
|
169
173
|
}
|
|
170
|
-
const
|
|
171
|
-
return
|
|
174
|
+
const j = /* @__PURE__ */ function() {
|
|
175
|
+
return g.exports;
|
|
172
176
|
}();
|
|
173
177
|
export {
|
|
174
|
-
|
|
178
|
+
j as default
|
|
175
179
|
};
|