@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/data-price/index.mjs
CHANGED
|
@@ -1,50 +1,52 @@
|
|
|
1
|
+
import _ from "element-ui/lib/col";
|
|
2
|
+
import o from "element-ui/lib/row";
|
|
1
3
|
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
-
var
|
|
3
|
-
var t = this,
|
|
4
|
-
return
|
|
4
|
+
var p = function() {
|
|
5
|
+
var t = this, a = t.$createElement, n = t._self._c || a;
|
|
6
|
+
return n("div", {
|
|
5
7
|
staticClass: "data-price"
|
|
6
|
-
}, [
|
|
8
|
+
}, [n(o, {
|
|
7
9
|
attrs: {
|
|
8
10
|
span: 24
|
|
9
11
|
}
|
|
10
|
-
}, [t._l(t.data, function(
|
|
11
|
-
return [
|
|
12
|
-
key:
|
|
12
|
+
}, [t._l(t.data, function(s, i) {
|
|
13
|
+
return [n(_, {
|
|
14
|
+
key: i,
|
|
13
15
|
attrs: {
|
|
14
16
|
xs: 12,
|
|
15
17
|
sm: 6,
|
|
16
18
|
md: t.span
|
|
17
19
|
}
|
|
18
|
-
}, [
|
|
20
|
+
}, [n("div", {
|
|
19
21
|
staticClass: "item item--active"
|
|
20
|
-
}, [
|
|
22
|
+
}, [n("a", {
|
|
21
23
|
attrs: {
|
|
22
|
-
href:
|
|
23
|
-
target:
|
|
24
|
+
href: s.href,
|
|
25
|
+
target: s.target
|
|
24
26
|
},
|
|
25
27
|
on: {
|
|
26
28
|
click: function(e) {
|
|
27
|
-
|
|
29
|
+
s.click && s.click(s);
|
|
28
30
|
}
|
|
29
31
|
}
|
|
30
|
-
}, [
|
|
32
|
+
}, [n("div", {
|
|
31
33
|
staticClass: "title"
|
|
32
|
-
}, [t._v(" " + t._s(
|
|
34
|
+
}, [t._v(" " + t._s(s.title) + " ")]), n("div", {
|
|
33
35
|
staticClass: "body"
|
|
34
|
-
}, [
|
|
36
|
+
}, [n("span", {
|
|
35
37
|
staticClass: "price"
|
|
36
|
-
}, [t._v(t._s(
|
|
38
|
+
}, [t._v(t._s(s.price))]), n("span", {
|
|
37
39
|
staticClass: "append"
|
|
38
|
-
}, [t._v(t._s(
|
|
40
|
+
}, [t._v(t._s(s.append))])]), n("div", {
|
|
39
41
|
staticClass: "list"
|
|
40
|
-
}, t._l(
|
|
41
|
-
return
|
|
42
|
-
key:
|
|
42
|
+
}, t._l(s.list, function(e, c) {
|
|
43
|
+
return n("p", {
|
|
44
|
+
key: c
|
|
43
45
|
}, [t._v(" " + t._s(e) + " ")]);
|
|
44
46
|
}), 0)])])])];
|
|
45
47
|
})], 2)], 1);
|
|
46
|
-
},
|
|
47
|
-
const
|
|
48
|
+
}, u = [];
|
|
49
|
+
const v = {
|
|
48
50
|
name: "DataPrice",
|
|
49
51
|
props: {
|
|
50
52
|
option: {
|
|
@@ -62,23 +64,23 @@ const p = {
|
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
66
|
}, r = {};
|
|
65
|
-
var
|
|
67
|
+
var d = /* @__PURE__ */ l(
|
|
68
|
+
v,
|
|
66
69
|
p,
|
|
67
|
-
|
|
68
|
-
_,
|
|
70
|
+
u,
|
|
69
71
|
!1,
|
|
70
|
-
|
|
72
|
+
f,
|
|
71
73
|
null,
|
|
72
74
|
null,
|
|
73
75
|
null
|
|
74
76
|
);
|
|
75
|
-
function
|
|
76
|
-
for (let
|
|
77
|
-
this[
|
|
77
|
+
function f(t) {
|
|
78
|
+
for (let a in r)
|
|
79
|
+
this[a] = r[a];
|
|
78
80
|
}
|
|
79
|
-
const
|
|
80
|
-
return
|
|
81
|
+
const y = /* @__PURE__ */ function() {
|
|
82
|
+
return d.exports;
|
|
81
83
|
}();
|
|
82
84
|
export {
|
|
83
|
-
|
|
85
|
+
y as default
|
|
84
86
|
};
|
package/data-progress/index.mjs
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import r from "element-ui/lib/progress";
|
|
2
|
+
import { _ as i } from "../chunks/CountUp.f1a19f35.mjs";
|
|
3
|
+
import c from "element-ui/lib/col";
|
|
4
|
+
import _ from "element-ui/lib/row";
|
|
5
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
6
|
+
var p = function() {
|
|
7
|
+
var n = this, o = n.$createElement, s = n._self._c || o;
|
|
4
8
|
return s("div", {
|
|
5
9
|
staticClass: "data-progress"
|
|
6
|
-
}, [s(
|
|
10
|
+
}, [s(_, {
|
|
7
11
|
attrs: {
|
|
8
12
|
span: 24
|
|
9
13
|
}
|
|
10
|
-
},
|
|
11
|
-
return s(
|
|
12
|
-
key:
|
|
14
|
+
}, n._l(n.data, function(t, e) {
|
|
15
|
+
return s(c, {
|
|
16
|
+
key: e,
|
|
13
17
|
attrs: {
|
|
14
|
-
md:
|
|
18
|
+
md: n.span,
|
|
15
19
|
xs: 24,
|
|
16
20
|
sm: 12
|
|
17
21
|
}
|
|
@@ -23,25 +27,25 @@ var i = function() {
|
|
|
23
27
|
target: t.target
|
|
24
28
|
},
|
|
25
29
|
on: {
|
|
26
|
-
click: function(
|
|
30
|
+
click: function(v) {
|
|
27
31
|
t.click && t.click(t);
|
|
28
32
|
}
|
|
29
33
|
}
|
|
30
34
|
}, [s("div", {
|
|
31
35
|
staticClass: "item-header"
|
|
32
|
-
}, [s(
|
|
36
|
+
}, [s(i, {
|
|
33
37
|
staticClass: "item-count",
|
|
34
38
|
attrs: {
|
|
35
|
-
animation: t.animation ||
|
|
36
|
-
decimals: t.decimals ||
|
|
39
|
+
animation: t.animation || n.animation,
|
|
40
|
+
decimals: t.decimals || n.decimals,
|
|
37
41
|
end: t.count
|
|
38
42
|
}
|
|
39
43
|
}), s("div", {
|
|
40
44
|
staticClass: "item-title",
|
|
41
45
|
domProps: {
|
|
42
|
-
textContent:
|
|
46
|
+
textContent: n._s(t.title)
|
|
43
47
|
}
|
|
44
|
-
})], 1), s(
|
|
48
|
+
})], 1), s(r, {
|
|
45
49
|
attrs: {
|
|
46
50
|
"stroke-width": 15,
|
|
47
51
|
percentage: t.count,
|
|
@@ -50,8 +54,8 @@ var i = function() {
|
|
|
50
54
|
}
|
|
51
55
|
})], 1)])]);
|
|
52
56
|
}), 1)], 1);
|
|
53
|
-
},
|
|
54
|
-
const
|
|
57
|
+
}, u = [];
|
|
58
|
+
const m = {
|
|
55
59
|
name: "DataProgress",
|
|
56
60
|
props: {
|
|
57
61
|
option: {
|
|
@@ -74,24 +78,24 @@ const l = {
|
|
|
74
78
|
return this.option.data || [];
|
|
75
79
|
}
|
|
76
80
|
}
|
|
77
|
-
},
|
|
78
|
-
var
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
}, a = {};
|
|
82
|
+
var d = /* @__PURE__ */ l(
|
|
83
|
+
m,
|
|
84
|
+
p,
|
|
85
|
+
u,
|
|
82
86
|
!1,
|
|
83
|
-
|
|
87
|
+
f,
|
|
84
88
|
null,
|
|
85
89
|
null,
|
|
86
90
|
null
|
|
87
91
|
);
|
|
88
|
-
function
|
|
89
|
-
for (let
|
|
90
|
-
this[
|
|
92
|
+
function f(n) {
|
|
93
|
+
for (let o in a)
|
|
94
|
+
this[o] = a[o];
|
|
91
95
|
}
|
|
92
|
-
const
|
|
93
|
-
return
|
|
96
|
+
const y = /* @__PURE__ */ function() {
|
|
97
|
+
return d.exports;
|
|
94
98
|
}();
|
|
95
99
|
export {
|
|
96
|
-
|
|
100
|
+
y as default
|
|
97
101
|
};
|
package/data-rotate/index.mjs
CHANGED
|
@@ -1,56 +1,59 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { _ as e } from "../chunks/CountUp.f1a19f35.mjs";
|
|
2
|
+
import r from "element-ui/lib/col";
|
|
3
|
+
import c from "element-ui/lib/row";
|
|
4
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
+
var _ = function() {
|
|
6
|
+
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
7
|
+
return n("div", {
|
|
5
8
|
staticClass: "avue-data-rotate"
|
|
6
|
-
}, [
|
|
9
|
+
}, [n(c, {
|
|
7
10
|
attrs: {
|
|
8
11
|
span: 24
|
|
9
12
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
11
|
-
return
|
|
12
|
-
key:
|
|
13
|
+
}, t._l(t.data, function(a, i) {
|
|
14
|
+
return n(r, {
|
|
15
|
+
key: i,
|
|
13
16
|
attrs: {
|
|
14
17
|
md: t.span,
|
|
15
18
|
xs: 24,
|
|
16
19
|
sm: 12
|
|
17
20
|
}
|
|
18
|
-
}, [
|
|
21
|
+
}, [n("div", {
|
|
19
22
|
staticClass: "item",
|
|
20
23
|
style: {
|
|
21
|
-
backgroundColor:
|
|
24
|
+
backgroundColor: a.color
|
|
22
25
|
}
|
|
23
|
-
}, [
|
|
26
|
+
}, [n("div", {
|
|
24
27
|
staticClass: "item-box"
|
|
25
|
-
}, [
|
|
28
|
+
}, [n(e, {
|
|
26
29
|
staticClass: "item-count",
|
|
27
30
|
attrs: {
|
|
28
|
-
decimals:
|
|
29
|
-
animation:
|
|
30
|
-
end:
|
|
31
|
+
decimals: a.decimals || t.decimals,
|
|
32
|
+
animation: a.animation || t.animation,
|
|
33
|
+
end: a.count
|
|
31
34
|
}
|
|
32
|
-
}),
|
|
35
|
+
}), n("span", {
|
|
33
36
|
staticClass: "item-title"
|
|
34
|
-
}, [t._v(t._s(
|
|
37
|
+
}, [t._v(t._s(a.title))]), n("i", {
|
|
35
38
|
staticClass: "item-icon",
|
|
36
|
-
class:
|
|
37
|
-
})], 1),
|
|
39
|
+
class: a.icon
|
|
40
|
+
})], 1), n("a", {
|
|
38
41
|
attrs: {
|
|
39
|
-
href:
|
|
42
|
+
href: a.href
|
|
40
43
|
},
|
|
41
44
|
on: {
|
|
42
|
-
click: function(
|
|
43
|
-
|
|
45
|
+
click: function(v) {
|
|
46
|
+
a.click && a.click(a);
|
|
44
47
|
}
|
|
45
48
|
}
|
|
46
|
-
}, [
|
|
49
|
+
}, [n("p", {
|
|
47
50
|
staticClass: "item-more"
|
|
48
|
-
}, [t._v("更多"),
|
|
51
|
+
}, [t._v("更多"), n("i", {
|
|
49
52
|
staticClass: "el-icon-arrow-right"
|
|
50
53
|
})])])])]);
|
|
51
54
|
}), 1)], 1);
|
|
52
|
-
},
|
|
53
|
-
const
|
|
55
|
+
}, u = [];
|
|
56
|
+
const p = {
|
|
54
57
|
name: "DataRotate",
|
|
55
58
|
props: {
|
|
56
59
|
option: {
|
|
@@ -74,23 +77,23 @@ const l = {
|
|
|
74
77
|
}
|
|
75
78
|
}
|
|
76
79
|
}, o = {};
|
|
77
|
-
var
|
|
78
|
-
|
|
79
|
-
c,
|
|
80
|
-
r,
|
|
81
|
-
!1,
|
|
80
|
+
var m = /* @__PURE__ */ l(
|
|
81
|
+
p,
|
|
82
82
|
_,
|
|
83
|
+
u,
|
|
84
|
+
!1,
|
|
85
|
+
d,
|
|
83
86
|
null,
|
|
84
87
|
null,
|
|
85
88
|
null
|
|
86
89
|
);
|
|
87
|
-
function
|
|
90
|
+
function d(t) {
|
|
88
91
|
for (let s in o)
|
|
89
92
|
this[s] = o[s];
|
|
90
93
|
}
|
|
91
|
-
const
|
|
92
|
-
return
|
|
94
|
+
const x = /* @__PURE__ */ function() {
|
|
95
|
+
return m.exports;
|
|
93
96
|
}();
|
|
94
97
|
export {
|
|
95
|
-
|
|
98
|
+
x as default
|
|
96
99
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { f as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { f as l } from "../chunks/index.d91bd77a.mjs";
|
|
2
|
+
import i from "element-ui/lib/button";
|
|
3
|
+
import { _ as r } from "../chunks/PageableTable.333cbdc1.mjs";
|
|
4
|
+
import { _ as s } from "../chunks/ElementDialog.d8f3105c.mjs";
|
|
5
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
6
|
+
var a = function() {
|
|
7
|
+
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
8
|
+
return n(s, {
|
|
6
9
|
ref: "dialog",
|
|
7
10
|
attrs: {
|
|
8
11
|
visible: e.visible,
|
|
@@ -18,7 +21,7 @@ var r = function() {
|
|
|
18
21
|
scopedSlots: e._u([{
|
|
19
22
|
key: "default",
|
|
20
23
|
fn: function() {
|
|
21
|
-
return [e._t("search-form"),
|
|
24
|
+
return [e._t("search-form"), n(r, {
|
|
22
25
|
ref: "pageableTable",
|
|
23
26
|
staticStyle: {
|
|
24
27
|
height: "60vh"
|
|
@@ -43,7 +46,7 @@ var r = function() {
|
|
|
43
46
|
}, {
|
|
44
47
|
key: "footer",
|
|
45
48
|
fn: function() {
|
|
46
|
-
return [
|
|
49
|
+
return [n(i, {
|
|
47
50
|
attrs: {
|
|
48
51
|
size: "mini",
|
|
49
52
|
type: "primary"
|
|
@@ -51,7 +54,7 @@ var r = function() {
|
|
|
51
54
|
on: {
|
|
52
55
|
click: e.confirm
|
|
53
56
|
}
|
|
54
|
-
}, [e._v(" 确 定 ")]),
|
|
57
|
+
}, [e._v(" 确 定 ")]), n(i, {
|
|
55
58
|
attrs: {
|
|
56
59
|
size: "mini"
|
|
57
60
|
},
|
|
@@ -63,8 +66,8 @@ var r = function() {
|
|
|
63
66
|
proxy: !0
|
|
64
67
|
}], null, !0)
|
|
65
68
|
});
|
|
66
|
-
},
|
|
67
|
-
const
|
|
69
|
+
}, u = [];
|
|
70
|
+
const m = {
|
|
68
71
|
name: "DataTablePicker",
|
|
69
72
|
props: {
|
|
70
73
|
visible: Boolean,
|
|
@@ -96,7 +99,7 @@ const a = {
|
|
|
96
99
|
};
|
|
97
100
|
},
|
|
98
101
|
methods: {
|
|
99
|
-
filterTableColumnProperties:
|
|
102
|
+
filterTableColumnProperties: l,
|
|
100
103
|
selectionChange(e) {
|
|
101
104
|
this.selectedRows = e;
|
|
102
105
|
},
|
|
@@ -114,24 +117,24 @@ const a = {
|
|
|
114
117
|
this.multiple ? (e = this.selectedRows) != null && e.length ? (this.$emit("confirm", this.selectedRows), this.close()) : this.$message.warning("请选择") : this.currentRow ? (this.$emit("confirm", this.currentRow), this.close()) : this.$message.warning("请选择");
|
|
115
118
|
}
|
|
116
119
|
}
|
|
117
|
-
},
|
|
118
|
-
var
|
|
120
|
+
}, o = {};
|
|
121
|
+
var h = /* @__PURE__ */ c(
|
|
122
|
+
m,
|
|
119
123
|
a,
|
|
120
|
-
r,
|
|
121
|
-
s,
|
|
122
|
-
!1,
|
|
123
124
|
u,
|
|
125
|
+
!1,
|
|
126
|
+
f,
|
|
124
127
|
null,
|
|
125
128
|
null,
|
|
126
129
|
null
|
|
127
130
|
);
|
|
128
|
-
function
|
|
129
|
-
for (let t in
|
|
130
|
-
this[t] =
|
|
131
|
+
function f(e) {
|
|
132
|
+
for (let t in o)
|
|
133
|
+
this[t] = o[t];
|
|
131
134
|
}
|
|
132
|
-
const
|
|
133
|
-
return
|
|
135
|
+
const v = /* @__PURE__ */ function() {
|
|
136
|
+
return h.exports;
|
|
134
137
|
}();
|
|
135
138
|
export {
|
|
136
|
-
|
|
139
|
+
v as default
|
|
137
140
|
};
|
package/data-tabs/index.mjs
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { _ as i } from "../chunks/CountUp.f1a19f35.mjs";
|
|
2
|
+
import r from "element-ui/lib/col";
|
|
3
|
+
import _ from "element-ui/lib/row";
|
|
4
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
|
+
var l = function() {
|
|
6
|
+
var t = this, s = t.$createElement, a = t._self._c || s;
|
|
4
7
|
return a("div", {
|
|
5
8
|
staticClass: "avue-data-tabs"
|
|
6
|
-
}, [a(
|
|
9
|
+
}, [a(_, {
|
|
7
10
|
attrs: {
|
|
8
11
|
span: 24
|
|
9
12
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
11
|
-
return a(
|
|
12
|
-
key:
|
|
13
|
+
}, t._l(t.data, function(n, e) {
|
|
14
|
+
return a(r, {
|
|
15
|
+
key: e,
|
|
13
16
|
attrs: {
|
|
14
17
|
md: t.span,
|
|
15
18
|
xs: 24,
|
|
@@ -18,37 +21,37 @@ var r = function() {
|
|
|
18
21
|
}, [a("div", {
|
|
19
22
|
staticClass: "item",
|
|
20
23
|
style: {
|
|
21
|
-
background:
|
|
24
|
+
background: n.color
|
|
22
25
|
}
|
|
23
26
|
}, [a("a", {
|
|
24
27
|
attrs: {
|
|
25
|
-
href:
|
|
26
|
-
target:
|
|
28
|
+
href: n.href,
|
|
29
|
+
target: n.target
|
|
27
30
|
},
|
|
28
31
|
on: {
|
|
29
|
-
click: function(
|
|
30
|
-
|
|
32
|
+
click: function(m) {
|
|
33
|
+
n.click && n.click(n);
|
|
31
34
|
}
|
|
32
35
|
}
|
|
33
36
|
}, [a("div", {
|
|
34
37
|
staticClass: "item-header"
|
|
35
|
-
}, [a("p", [t._v(t._s(
|
|
38
|
+
}, [a("p", [t._v(t._s(n.title))]), a("span", [t._v(t._s(n.subtitle))])]), a("div", {
|
|
36
39
|
staticClass: "item-body"
|
|
37
|
-
}, [a(
|
|
40
|
+
}, [a(i, {
|
|
38
41
|
staticClass: "h2",
|
|
39
42
|
attrs: {
|
|
40
|
-
decimals:
|
|
41
|
-
animation:
|
|
42
|
-
end:
|
|
43
|
+
decimals: n.decimals || t.decimals,
|
|
44
|
+
animation: n.animation || t.animation,
|
|
45
|
+
end: n.count
|
|
43
46
|
}
|
|
44
47
|
})], 1), a("div", {
|
|
45
48
|
staticClass: "item-footer"
|
|
46
|
-
}, [a("span", [t._v(t._s(
|
|
49
|
+
}, [a("span", [t._v(t._s(n.allcount))]), a("p", [t._v(t._s(n.text))])]), a("p", {
|
|
47
50
|
staticClass: "item-tip"
|
|
48
|
-
}, [t._v(t._s(
|
|
51
|
+
}, [t._v(t._s(n.key))])])])]);
|
|
49
52
|
}), 1)], 1);
|
|
50
|
-
},
|
|
51
|
-
const
|
|
53
|
+
}, p = [];
|
|
54
|
+
const u = {
|
|
52
55
|
name: "DataTabs",
|
|
53
56
|
props: {
|
|
54
57
|
option: {
|
|
@@ -71,24 +74,24 @@ const l = {
|
|
|
71
74
|
return this.option.data || [];
|
|
72
75
|
}
|
|
73
76
|
}
|
|
74
|
-
},
|
|
75
|
-
var
|
|
77
|
+
}, o = {};
|
|
78
|
+
var d = /* @__PURE__ */ c(
|
|
79
|
+
u,
|
|
76
80
|
l,
|
|
77
|
-
|
|
78
|
-
c,
|
|
81
|
+
p,
|
|
79
82
|
!1,
|
|
80
|
-
|
|
83
|
+
v,
|
|
81
84
|
null,
|
|
82
85
|
null,
|
|
83
86
|
null
|
|
84
87
|
);
|
|
85
|
-
function
|
|
86
|
-
for (let
|
|
87
|
-
this[
|
|
88
|
+
function v(t) {
|
|
89
|
+
for (let s in o)
|
|
90
|
+
this[s] = o[s];
|
|
88
91
|
}
|
|
89
|
-
const
|
|
90
|
-
return
|
|
92
|
+
const C = /* @__PURE__ */ function() {
|
|
93
|
+
return d.exports;
|
|
91
94
|
}();
|
|
92
95
|
export {
|
|
93
|
-
|
|
96
|
+
C as default
|
|
94
97
|
};
|
package/dialog-form/index.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
import { isEmpty as
|
|
2
|
-
import { d as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { isEmpty as l } from "@web-utils/core";
|
|
2
|
+
import { d as r } from "../chunks/util.7844e2c2.mjs";
|
|
3
|
+
import c from "vue";
|
|
4
|
+
import m from "element-ui/lib/drawer";
|
|
5
|
+
import d from "@web-utils/component/element-dialog";
|
|
6
|
+
import "@web-utils/component/element-dialog/style.css";
|
|
7
|
+
import n from "element-ui/lib/button";
|
|
8
|
+
import { _ as p } from "../chunks/FyForm.0294e494.mjs";
|
|
9
|
+
import { n as u } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
10
|
+
var _ = function() {
|
|
6
11
|
var e = this, t = e.$createElement, o = e._self._c || t;
|
|
7
12
|
return o(e.dialogType, e._b({
|
|
8
13
|
tag: "Component",
|
|
@@ -13,11 +18,11 @@ var d = function() {
|
|
|
13
18
|
"before-close": e.beforeClose
|
|
14
19
|
},
|
|
15
20
|
on: {
|
|
16
|
-
"update:visible": function(
|
|
17
|
-
e.visible =
|
|
21
|
+
"update:visible": function(i) {
|
|
22
|
+
e.visible = i;
|
|
18
23
|
}
|
|
19
24
|
}
|
|
20
|
-
}, "Component", e.dialog, !1), [o(
|
|
25
|
+
}, "Component", e.dialog, !1), [o(p, {
|
|
21
26
|
ref: "form",
|
|
22
27
|
attrs: {
|
|
23
28
|
option: Object.assign({}, e.deepClone(e.option), {
|
|
@@ -26,23 +31,23 @@ var d = function() {
|
|
|
26
31
|
status: e.disabled
|
|
27
32
|
},
|
|
28
33
|
on: {
|
|
29
|
-
"update:status": function(
|
|
30
|
-
e.disabled =
|
|
34
|
+
"update:status": function(i) {
|
|
35
|
+
e.disabled = i;
|
|
31
36
|
},
|
|
32
37
|
submit: e.handleSubmit,
|
|
33
38
|
"reset-change": e.close
|
|
34
39
|
},
|
|
35
40
|
model: {
|
|
36
41
|
value: e.data,
|
|
37
|
-
callback: function(
|
|
38
|
-
e.data =
|
|
42
|
+
callback: function(i) {
|
|
43
|
+
e.data = i;
|
|
39
44
|
},
|
|
40
45
|
expression: "data"
|
|
41
46
|
}
|
|
42
47
|
}), e.isEmpty(e.option.menuBtn, !0) ? o("span", {
|
|
43
48
|
staticClass: "avue-dialog__footer",
|
|
44
49
|
class: `avue-dialog__footer--${e.menuPosition}`
|
|
45
|
-
}, [e.isEmpty(e.option.submitBtn, !0) ? o(
|
|
50
|
+
}, [e.isEmpty(e.option.submitBtn, !0) ? o(n, {
|
|
46
51
|
attrs: {
|
|
47
52
|
size: e.$AVUE.size,
|
|
48
53
|
icon: e.option.submitIcon,
|
|
@@ -52,7 +57,7 @@ var d = function() {
|
|
|
52
57
|
on: {
|
|
53
58
|
click: e.submit
|
|
54
59
|
}
|
|
55
|
-
}, [e._v(e._s(e.option.submitText))]) : e._e(), e.isEmpty(e.option.emptyBtn, !0) ? o(
|
|
60
|
+
}, [e._v(e._s(e.option.submitText))]) : e._e(), e.isEmpty(e.option.emptyBtn, !0) ? o(n, {
|
|
56
61
|
attrs: {
|
|
57
62
|
disabled: e.disabled,
|
|
58
63
|
size: e.$AVUE.size,
|
|
@@ -62,9 +67,13 @@ var d = function() {
|
|
|
62
67
|
click: e.reset
|
|
63
68
|
}
|
|
64
69
|
}, [e._v(e._s(e.option.emptyText))]) : e._e()], 1) : e._e()], 1);
|
|
65
|
-
},
|
|
66
|
-
const
|
|
70
|
+
}, f = [];
|
|
71
|
+
const s = {
|
|
67
72
|
name: "DialogForm",
|
|
73
|
+
components: {
|
|
74
|
+
ElDrawer: m,
|
|
75
|
+
ElementDialog: d
|
|
76
|
+
},
|
|
68
77
|
data() {
|
|
69
78
|
return {
|
|
70
79
|
opt: {},
|
|
@@ -94,8 +103,8 @@ const i = {
|
|
|
94
103
|
}
|
|
95
104
|
},
|
|
96
105
|
methods: {
|
|
97
|
-
isEmpty:
|
|
98
|
-
deepClone:
|
|
106
|
+
isEmpty: l,
|
|
107
|
+
deepClone: r,
|
|
99
108
|
submit() {
|
|
100
109
|
this.$refs.form.submit();
|
|
101
110
|
},
|
|
@@ -121,28 +130,28 @@ const i = {
|
|
|
121
130
|
}
|
|
122
131
|
}
|
|
123
132
|
};
|
|
124
|
-
|
|
125
|
-
const t =
|
|
133
|
+
s.showForm = (e) => {
|
|
134
|
+
const t = c.extend(s), o = new t().$mount();
|
|
126
135
|
return document.body.appendChild(o.$el), o.show(e), o;
|
|
127
136
|
};
|
|
128
|
-
const
|
|
129
|
-
var
|
|
130
|
-
u,
|
|
131
|
-
d,
|
|
132
|
-
m,
|
|
133
|
-
!1,
|
|
137
|
+
const b = s, a = {};
|
|
138
|
+
var h = /* @__PURE__ */ u(
|
|
134
139
|
b,
|
|
140
|
+
_,
|
|
141
|
+
f,
|
|
142
|
+
!1,
|
|
143
|
+
g,
|
|
135
144
|
null,
|
|
136
145
|
null,
|
|
137
146
|
null
|
|
138
147
|
);
|
|
139
|
-
function
|
|
140
|
-
for (let t in
|
|
141
|
-
this[t] =
|
|
148
|
+
function g(e) {
|
|
149
|
+
for (let t in a)
|
|
150
|
+
this[t] = a[t];
|
|
142
151
|
}
|
|
143
|
-
const
|
|
144
|
-
return
|
|
152
|
+
const F = /* @__PURE__ */ function() {
|
|
153
|
+
return h.exports;
|
|
145
154
|
}();
|
|
146
155
|
export {
|
|
147
|
-
|
|
156
|
+
F as default
|
|
148
157
|
};
|