@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/color-picker/index.mjs
CHANGED
|
@@ -1,25 +1,193 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var a = (e, t, o) => new Promise((r, s) => {
|
|
2
|
+
var m = (i) => {
|
|
3
3
|
try {
|
|
4
|
-
|
|
4
|
+
n(o.next(i));
|
|
5
5
|
} catch (l) {
|
|
6
|
-
|
|
6
|
+
s(l);
|
|
7
7
|
}
|
|
8
|
-
},
|
|
8
|
+
}, h = (i) => {
|
|
9
9
|
try {
|
|
10
|
-
|
|
10
|
+
n(o.throw(i));
|
|
11
11
|
} catch (l) {
|
|
12
|
-
|
|
12
|
+
s(l);
|
|
13
13
|
}
|
|
14
|
-
},
|
|
15
|
-
|
|
14
|
+
}, n = (i) => i.done ? r(i.value) : Promise.resolve(i.value).then(m, h);
|
|
15
|
+
n((o = o.apply(e, t)).next());
|
|
16
16
|
});
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
import f from "element-ui/packages/color-picker/src/color";
|
|
18
|
+
import _ from "element-ui/src/utils/clickoutside";
|
|
19
|
+
import v from "element-ui/packages/color-picker/src/components/sv-panel";
|
|
20
|
+
import k from "element-ui/packages/color-picker/src/components/hue-slider";
|
|
21
|
+
import w from "element-ui/packages/color-picker/src/components/alpha-slider";
|
|
22
|
+
import C from "element-ui/packages/color-picker/src/components/predefine";
|
|
23
|
+
import $ from "element-ui/src/utils/vue-popper";
|
|
24
|
+
import y from "element-ui/src/mixins/locale";
|
|
25
|
+
import c from "element-ui/lib/button";
|
|
26
|
+
import P from "element-ui/lib/input";
|
|
27
|
+
import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
28
|
+
var x = function() {
|
|
29
|
+
var e = this, t = e.$createElement, o = e._self._c || t;
|
|
30
|
+
return o("Transition", {
|
|
31
|
+
attrs: {
|
|
32
|
+
name: "el-zoom-in-top"
|
|
33
|
+
},
|
|
34
|
+
on: {
|
|
35
|
+
"after-leave": e.doDestroy
|
|
36
|
+
}
|
|
37
|
+
}, [o("div", {
|
|
38
|
+
directives: [{
|
|
39
|
+
name: "show",
|
|
40
|
+
rawName: "v-show",
|
|
41
|
+
value: e.showPopper,
|
|
42
|
+
expression: "showPopper"
|
|
43
|
+
}],
|
|
44
|
+
staticClass: "el-color-dropdown"
|
|
45
|
+
}, [o("div", {
|
|
46
|
+
staticClass: "el-color-dropdown__main-wrapper"
|
|
47
|
+
}, [o("HueSlider", {
|
|
48
|
+
ref: "hue",
|
|
49
|
+
staticStyle: {
|
|
50
|
+
float: "right"
|
|
51
|
+
},
|
|
52
|
+
attrs: {
|
|
53
|
+
color: e.color,
|
|
54
|
+
vertical: ""
|
|
55
|
+
}
|
|
56
|
+
}), o("SvPanel", {
|
|
57
|
+
ref: "sl",
|
|
58
|
+
attrs: {
|
|
59
|
+
color: e.color
|
|
60
|
+
}
|
|
61
|
+
})], 1), e.showAlpha ? o("AlphaSlider", {
|
|
62
|
+
ref: "alpha",
|
|
63
|
+
attrs: {
|
|
64
|
+
color: e.color
|
|
65
|
+
}
|
|
66
|
+
}) : e._e(), e.predefine ? o("Predefine", {
|
|
67
|
+
attrs: {
|
|
68
|
+
color: e.color,
|
|
69
|
+
colors: e.predefine
|
|
70
|
+
}
|
|
71
|
+
}) : e._e(), o("div", {
|
|
72
|
+
staticClass: "el-color-dropdown__btns"
|
|
73
|
+
}, [o("span", {
|
|
74
|
+
staticClass: "el-color-dropdown__value"
|
|
75
|
+
}, [o(P, {
|
|
76
|
+
attrs: {
|
|
77
|
+
"validate-event": !1,
|
|
78
|
+
size: "mini"
|
|
79
|
+
},
|
|
80
|
+
on: {
|
|
81
|
+
blur: e.handleConfirm
|
|
82
|
+
},
|
|
83
|
+
nativeOn: {
|
|
84
|
+
keyup: function(r) {
|
|
85
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "enter", 13, r.key, "Enter") ? null : e.handleConfirm.apply(null, arguments);
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
model: {
|
|
89
|
+
value: e.customInput,
|
|
90
|
+
callback: function(r) {
|
|
91
|
+
e.customInput = r;
|
|
92
|
+
},
|
|
93
|
+
expression: "customInput"
|
|
94
|
+
}
|
|
95
|
+
})], 1), o(c, {
|
|
96
|
+
staticClass: "el-color-dropdown__link-btn",
|
|
97
|
+
attrs: {
|
|
98
|
+
size: "mini",
|
|
99
|
+
type: "text"
|
|
100
|
+
},
|
|
101
|
+
on: {
|
|
102
|
+
click: function(r) {
|
|
103
|
+
return e.$emit("clear");
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}, [e._v(" " + e._s(e.t("el.colorpicker.clear")) + " ")]), o(c, {
|
|
107
|
+
staticClass: "el-color-dropdown__btn",
|
|
108
|
+
attrs: {
|
|
109
|
+
plain: "",
|
|
110
|
+
size: "mini"
|
|
111
|
+
},
|
|
112
|
+
on: {
|
|
113
|
+
click: e.confirmValue
|
|
114
|
+
}
|
|
115
|
+
}, [e._v(" " + e._s(e.t("el.colorpicker.confirm")) + " ")])], 1)], 1)]);
|
|
116
|
+
}, b = [];
|
|
117
|
+
const S = {
|
|
118
|
+
name: "ElColorPickerDropdown",
|
|
119
|
+
components: {
|
|
120
|
+
SvPanel: v,
|
|
121
|
+
HueSlider: k,
|
|
122
|
+
AlphaSlider: w,
|
|
123
|
+
Predefine: C
|
|
124
|
+
},
|
|
125
|
+
mixins: [$, y],
|
|
126
|
+
props: {
|
|
127
|
+
color: {
|
|
128
|
+
type: Object,
|
|
129
|
+
required: !0
|
|
130
|
+
},
|
|
131
|
+
showAlpha: Boolean,
|
|
132
|
+
predefine: Array
|
|
133
|
+
},
|
|
134
|
+
data() {
|
|
135
|
+
return {
|
|
136
|
+
customInput: ""
|
|
137
|
+
};
|
|
138
|
+
},
|
|
139
|
+
computed: {
|
|
140
|
+
currentColor() {
|
|
141
|
+
const e = this.$parent;
|
|
142
|
+
return !e.value && !e.showPanelColor ? "" : e.color.value;
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
watch: {
|
|
146
|
+
showPopper(e) {
|
|
147
|
+
e === !0 && this.$nextTick(() => {
|
|
148
|
+
const { sl: t, hue: o, alpha: r } = this.$refs;
|
|
149
|
+
t && t.update(), o && o.update(), r && r.update();
|
|
150
|
+
});
|
|
151
|
+
},
|
|
152
|
+
currentColor: {
|
|
153
|
+
immediate: !0,
|
|
154
|
+
handler(e) {
|
|
155
|
+
this.customInput = e;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
mounted() {
|
|
160
|
+
this.$parent.popperElm = this.popperElm = this.$el, this.referenceElm = this.$parent.$el;
|
|
161
|
+
},
|
|
162
|
+
methods: {
|
|
163
|
+
confirmValue() {
|
|
164
|
+
this.$emit("pick");
|
|
165
|
+
},
|
|
166
|
+
handleConfirm() {
|
|
167
|
+
this.color.fromString(this.customInput);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}, p = {};
|
|
171
|
+
var O = /* @__PURE__ */ d(
|
|
172
|
+
S,
|
|
173
|
+
x,
|
|
174
|
+
b,
|
|
175
|
+
!1,
|
|
176
|
+
g,
|
|
177
|
+
null,
|
|
178
|
+
null,
|
|
179
|
+
null
|
|
180
|
+
);
|
|
181
|
+
function g(e) {
|
|
182
|
+
for (let t in p)
|
|
183
|
+
this[t] = p[t];
|
|
184
|
+
}
|
|
185
|
+
const E = /* @__PURE__ */ function() {
|
|
186
|
+
return O.exports;
|
|
187
|
+
}();
|
|
188
|
+
var I = function() {
|
|
189
|
+
var e = this, t = e.$createElement, o = e._self._c || t;
|
|
190
|
+
return o(E, {
|
|
23
191
|
directives: [{
|
|
24
192
|
name: "clickoutside",
|
|
25
193
|
rawName: "v-clickoutside",
|
|
@@ -46,10 +214,10 @@ var m = function() {
|
|
|
46
214
|
expression: "showPicker"
|
|
47
215
|
}
|
|
48
216
|
});
|
|
49
|
-
},
|
|
50
|
-
const
|
|
217
|
+
}, A = [];
|
|
218
|
+
const B = {
|
|
51
219
|
name: "ColorPicker",
|
|
52
|
-
directives: { Clickoutside:
|
|
220
|
+
directives: { Clickoutside: _ },
|
|
53
221
|
props: {
|
|
54
222
|
popperClass: String,
|
|
55
223
|
predefine: Array,
|
|
@@ -68,7 +236,7 @@ const v = {
|
|
|
68
236
|
},
|
|
69
237
|
data() {
|
|
70
238
|
return {
|
|
71
|
-
color: new
|
|
239
|
+
color: new f({ enableAlpha: !1 }),
|
|
72
240
|
showPicker: !1
|
|
73
241
|
};
|
|
74
242
|
},
|
|
@@ -82,7 +250,7 @@ const v = {
|
|
|
82
250
|
visible: {
|
|
83
251
|
immediate: !0,
|
|
84
252
|
handler(e) {
|
|
85
|
-
return
|
|
253
|
+
return a(this, null, function* () {
|
|
86
254
|
e ? (yield this.$nextTick(), this.$refs.dropdown.referenceElm = this.anchor) : this.$refs.dropdown && this.$refs.dropdown.doDestroy(!0), this.showPicker = e;
|
|
87
255
|
});
|
|
88
256
|
}
|
|
@@ -105,24 +273,24 @@ const v = {
|
|
|
105
273
|
this.$emit("update:visible", !1);
|
|
106
274
|
}
|
|
107
275
|
}
|
|
108
|
-
},
|
|
109
|
-
var
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
276
|
+
}, u = {};
|
|
277
|
+
var T = /* @__PURE__ */ d(
|
|
278
|
+
B,
|
|
279
|
+
I,
|
|
280
|
+
A,
|
|
113
281
|
!1,
|
|
114
|
-
|
|
282
|
+
z,
|
|
115
283
|
null,
|
|
116
284
|
null,
|
|
117
285
|
null
|
|
118
286
|
);
|
|
119
|
-
function
|
|
120
|
-
for (let
|
|
121
|
-
this[
|
|
287
|
+
function z(e) {
|
|
288
|
+
for (let t in u)
|
|
289
|
+
this[t] = u[t];
|
|
122
290
|
}
|
|
123
|
-
const
|
|
124
|
-
return
|
|
291
|
+
const K = /* @__PURE__ */ function() {
|
|
292
|
+
return T.exports;
|
|
125
293
|
}();
|
|
126
294
|
export {
|
|
127
|
-
|
|
295
|
+
K as default
|
|
128
296
|
};
|
package/confirm-button/index.mjs
CHANGED
package/confirmable/index.mjs
CHANGED
package/count-up/index.mjs
CHANGED
|
@@ -1,21 +1,18 @@
|
|
|
1
|
-
var o = Object.defineProperty,
|
|
2
|
-
var
|
|
1
|
+
var o = Object.defineProperty, d = Object.defineProperties;
|
|
2
|
+
var l = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var i = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
4
|
+
var c = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var r = (t, e, s) => e in t ? o(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, n = (t, e) => {
|
|
6
6
|
for (var s in e || (e = {}))
|
|
7
|
-
|
|
7
|
+
c.call(e, s) && r(t, s, e[s]);
|
|
8
8
|
if (i)
|
|
9
9
|
for (var s of i(e))
|
|
10
10
|
p.call(e, s) && r(t, s, e[s]);
|
|
11
11
|
return t;
|
|
12
|
-
}, a = (t, e) =>
|
|
12
|
+
}, a = (t, e) => d(t, l(e));
|
|
13
13
|
import { CountUp as h } from "countup.js";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
var t = this, e = t.$createElement, s = t._self._c || e;
|
|
17
|
-
return s("span", [t._v(t._s(t.end))]);
|
|
18
|
-
}, _ = [];
|
|
14
|
+
import { s as m, r as f } from "../chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs";
|
|
15
|
+
import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
19
16
|
const y = {
|
|
20
17
|
name: "CountUp",
|
|
21
18
|
props: {
|
|
@@ -105,23 +102,23 @@ const y = {
|
|
|
105
102
|
(e = this.c) == null || e.update(t);
|
|
106
103
|
}
|
|
107
104
|
}, u = {};
|
|
108
|
-
var
|
|
105
|
+
var b = /* @__PURE__ */ _(
|
|
109
106
|
y,
|
|
110
107
|
f,
|
|
111
|
-
|
|
108
|
+
m,
|
|
112
109
|
!1,
|
|
113
|
-
|
|
110
|
+
q,
|
|
114
111
|
null,
|
|
115
112
|
null,
|
|
116
113
|
null
|
|
117
114
|
);
|
|
118
|
-
function
|
|
115
|
+
function q(t) {
|
|
119
116
|
for (let e in u)
|
|
120
117
|
this[e] = u[e];
|
|
121
118
|
}
|
|
122
|
-
const
|
|
123
|
-
return
|
|
119
|
+
const x = /* @__PURE__ */ function() {
|
|
120
|
+
return b.exports;
|
|
124
121
|
}();
|
|
125
122
|
export {
|
|
126
|
-
|
|
123
|
+
x as default
|
|
127
124
|
};
|
package/data-box/index.mjs
CHANGED
|
@@ -1,57 +1,60 @@
|
|
|
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 n = this, o = n.$createElement, a = n._self._c || o;
|
|
7
|
+
return a("div", {
|
|
5
8
|
staticClass: "data-box"
|
|
6
|
-
}, [
|
|
9
|
+
}, [a(c, {
|
|
7
10
|
attrs: {
|
|
8
11
|
span: 24
|
|
9
12
|
}
|
|
10
|
-
},
|
|
11
|
-
return
|
|
13
|
+
}, n._l(n.data, function(t, i) {
|
|
14
|
+
return a(r, {
|
|
12
15
|
key: i,
|
|
13
16
|
attrs: {
|
|
14
|
-
md:
|
|
17
|
+
md: n.span,
|
|
15
18
|
xs: 24,
|
|
16
19
|
sm: 12
|
|
17
20
|
}
|
|
18
|
-
}, [
|
|
21
|
+
}, [a("div", {
|
|
19
22
|
staticClass: "item"
|
|
20
|
-
}, [
|
|
23
|
+
}, [a("a", {
|
|
21
24
|
attrs: {
|
|
22
25
|
href: t.href,
|
|
23
26
|
target: t.target
|
|
24
27
|
},
|
|
25
28
|
on: {
|
|
26
|
-
click: function(
|
|
29
|
+
click: function(f) {
|
|
27
30
|
t.click && t.click(t);
|
|
28
31
|
}
|
|
29
32
|
}
|
|
30
|
-
}, [
|
|
33
|
+
}, [a("div", {
|
|
31
34
|
staticClass: "item-icon",
|
|
32
35
|
style: {
|
|
33
36
|
backgroundColor: t.color
|
|
34
37
|
}
|
|
35
|
-
}, [
|
|
38
|
+
}, [a("i", {
|
|
36
39
|
class: t.icon
|
|
37
|
-
})]),
|
|
40
|
+
})]), a("div", {
|
|
38
41
|
staticClass: "item-info"
|
|
39
|
-
}, [
|
|
42
|
+
}, [a(e, {
|
|
40
43
|
staticClass: "title",
|
|
41
44
|
style: {
|
|
42
45
|
color: t.color
|
|
43
46
|
},
|
|
44
47
|
attrs: {
|
|
45
|
-
animation: t.animation ||
|
|
46
|
-
decimals: t.decimals ||
|
|
48
|
+
animation: t.animation || n.animation,
|
|
49
|
+
decimals: t.decimals || n.decimals,
|
|
47
50
|
end: t.count
|
|
48
51
|
}
|
|
49
|
-
}),
|
|
52
|
+
}), a("div", {
|
|
50
53
|
staticClass: "info"
|
|
51
|
-
}, [
|
|
54
|
+
}, [n._v(n._s(t.title))])], 1)])])]);
|
|
52
55
|
}), 1)], 1);
|
|
53
|
-
},
|
|
54
|
-
const
|
|
56
|
+
}, u = [];
|
|
57
|
+
const p = {
|
|
55
58
|
name: "DataBox",
|
|
56
59
|
props: {
|
|
57
60
|
option: {
|
|
@@ -74,24 +77,24 @@ const l = {
|
|
|
74
77
|
return this.option.data || [];
|
|
75
78
|
}
|
|
76
79
|
}
|
|
77
|
-
},
|
|
78
|
-
var
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
r,
|
|
82
|
-
!1,
|
|
80
|
+
}, s = {};
|
|
81
|
+
var d = /* @__PURE__ */ l(
|
|
82
|
+
p,
|
|
83
|
+
_,
|
|
83
84
|
u,
|
|
85
|
+
!1,
|
|
86
|
+
m,
|
|
84
87
|
null,
|
|
85
88
|
null,
|
|
86
89
|
null
|
|
87
90
|
);
|
|
88
|
-
function
|
|
89
|
-
for (let
|
|
90
|
-
this[
|
|
91
|
+
function m(n) {
|
|
92
|
+
for (let o in s)
|
|
93
|
+
this[o] = s[o];
|
|
91
94
|
}
|
|
92
|
-
const
|
|
93
|
-
return
|
|
95
|
+
const g = /* @__PURE__ */ function() {
|
|
96
|
+
return d.exports;
|
|
94
97
|
}();
|
|
95
98
|
export {
|
|
96
|
-
|
|
99
|
+
g as default
|
|
97
100
|
};
|
package/data-card/index.mjs
CHANGED
|
@@ -1,55 +1,57 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import s from "element-ui/lib/col";
|
|
2
|
+
import c from "element-ui/lib/row";
|
|
3
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var i = function() {
|
|
5
|
+
var t = this, e = t.$createElement, o = t._self._c || e;
|
|
6
|
+
return o("div", {
|
|
5
7
|
staticClass: "data-card"
|
|
6
|
-
}, [
|
|
8
|
+
}, [o(c, {
|
|
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(r, a) {
|
|
13
|
+
return o(s, {
|
|
14
|
+
key: a,
|
|
13
15
|
attrs: {
|
|
14
16
|
md: t.span,
|
|
15
17
|
xs: 24,
|
|
16
18
|
sm: 12
|
|
17
19
|
}
|
|
18
|
-
}, [
|
|
20
|
+
}, [o("div", {
|
|
19
21
|
staticClass: "item"
|
|
20
|
-
}, [
|
|
22
|
+
}, [o("a", {
|
|
21
23
|
attrs: {
|
|
22
|
-
href:
|
|
23
|
-
target:
|
|
24
|
+
href: r.href,
|
|
25
|
+
target: r.target
|
|
24
26
|
},
|
|
25
27
|
on: {
|
|
26
|
-
click: function(
|
|
27
|
-
|
|
28
|
+
click: function(f) {
|
|
29
|
+
r.click && r.click(r);
|
|
28
30
|
}
|
|
29
31
|
}
|
|
30
|
-
}, [
|
|
32
|
+
}, [o("img", {
|
|
31
33
|
staticClass: "item-img",
|
|
32
34
|
attrs: {
|
|
33
|
-
src:
|
|
35
|
+
src: r.src,
|
|
34
36
|
alt: ""
|
|
35
37
|
}
|
|
36
|
-
}),
|
|
38
|
+
}), o("div", {
|
|
37
39
|
staticClass: "item-text",
|
|
38
40
|
style: {
|
|
39
41
|
backgroundColor: t.bgText
|
|
40
42
|
}
|
|
41
|
-
}, [
|
|
43
|
+
}, [o("h3", {
|
|
42
44
|
style: {
|
|
43
45
|
color: t.colorText
|
|
44
46
|
}
|
|
45
|
-
}, [t._v(t._s(
|
|
47
|
+
}, [t._v(t._s(r.name))]), o("p", {
|
|
46
48
|
style: {
|
|
47
49
|
color: t.colorText
|
|
48
50
|
}
|
|
49
|
-
}, [t._v(t._s(
|
|
51
|
+
}, [t._v(t._s(r.text))])])])])]);
|
|
50
52
|
}), 1)], 1);
|
|
51
|
-
},
|
|
52
|
-
const
|
|
53
|
+
}, _ = [];
|
|
54
|
+
const u = {
|
|
53
55
|
name: "DataCard",
|
|
54
56
|
props: {
|
|
55
57
|
option: {
|
|
@@ -75,24 +77,24 @@ const i = {
|
|
|
75
77
|
return this.option.borderColor || "#2e323f";
|
|
76
78
|
}
|
|
77
79
|
}
|
|
78
|
-
},
|
|
79
|
-
var
|
|
80
|
+
}, n = {};
|
|
81
|
+
var p = /* @__PURE__ */ l(
|
|
82
|
+
u,
|
|
80
83
|
i,
|
|
81
|
-
|
|
82
|
-
c,
|
|
84
|
+
_,
|
|
83
85
|
!1,
|
|
84
|
-
|
|
86
|
+
d,
|
|
85
87
|
null,
|
|
86
88
|
null,
|
|
87
89
|
null
|
|
88
90
|
);
|
|
89
|
-
function
|
|
90
|
-
for (let
|
|
91
|
-
this[
|
|
91
|
+
function d(t) {
|
|
92
|
+
for (let e in n)
|
|
93
|
+
this[e] = n[e];
|
|
92
94
|
}
|
|
93
|
-
const
|
|
94
|
-
return
|
|
95
|
+
const g = /* @__PURE__ */ function() {
|
|
96
|
+
return p.exports;
|
|
95
97
|
}();
|
|
96
98
|
export {
|
|
97
|
-
|
|
99
|
+
g as default
|
|
98
100
|
};
|
package/data-cardtext/index.mjs
CHANGED
|
@@ -1,42 +1,44 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import r from "element-ui/lib/col";
|
|
2
|
+
import _ from "element-ui/lib/row";
|
|
3
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
|
+
var i = function() {
|
|
5
|
+
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
6
|
+
return n("div", {
|
|
5
7
|
staticClass: "avue-data-cardText"
|
|
6
|
-
}, [
|
|
8
|
+
}, [n(_, {
|
|
7
9
|
attrs: {
|
|
8
10
|
span: 24
|
|
9
11
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
11
|
-
return
|
|
12
|
+
}, t._l(t.data, function(a, o) {
|
|
13
|
+
return n(r, {
|
|
12
14
|
key: o,
|
|
13
15
|
attrs: {
|
|
14
16
|
md: t.span,
|
|
15
17
|
xs: 24,
|
|
16
18
|
sm: 12
|
|
17
19
|
}
|
|
18
|
-
}, [
|
|
20
|
+
}, [n("div", {
|
|
19
21
|
staticClass: "item"
|
|
20
|
-
}, [
|
|
22
|
+
}, [n("a", {
|
|
21
23
|
attrs: {
|
|
22
|
-
href:
|
|
23
|
-
target:
|
|
24
|
+
href: a.href,
|
|
25
|
+
target: a.target
|
|
24
26
|
},
|
|
25
27
|
on: {
|
|
26
|
-
click: function(
|
|
27
|
-
|
|
28
|
+
click: function(v) {
|
|
29
|
+
a.click && a.click(a);
|
|
28
30
|
}
|
|
29
31
|
}
|
|
30
|
-
}, [
|
|
32
|
+
}, [n("div", {
|
|
31
33
|
staticClass: "item-header"
|
|
32
|
-
}, [t._v(" " + t._s(
|
|
34
|
+
}, [t._v(" " + t._s(a.title) + " ")]), n("div", {
|
|
33
35
|
staticClass: "item-content"
|
|
34
|
-
}, [t._v(t._s(
|
|
36
|
+
}, [t._v(t._s(a.content))]), n("div", {
|
|
35
37
|
staticClass: "item-footer"
|
|
36
|
-
}, [
|
|
38
|
+
}, [n("span", [t._v(t._s(a.name))]), n("span", [t._v(t._s(a.date))])])])])]);
|
|
37
39
|
}), 1)], 1);
|
|
38
|
-
},
|
|
39
|
-
const
|
|
40
|
+
}, l = [];
|
|
41
|
+
const p = {
|
|
40
42
|
name: "DataCardtext",
|
|
41
43
|
props: {
|
|
42
44
|
option: {
|
|
@@ -60,23 +62,23 @@ const _ = {
|
|
|
60
62
|
}
|
|
61
63
|
}
|
|
62
64
|
}, s = {};
|
|
63
|
-
var
|
|
64
|
-
|
|
65
|
-
c,
|
|
65
|
+
var u = /* @__PURE__ */ c(
|
|
66
|
+
p,
|
|
66
67
|
i,
|
|
68
|
+
l,
|
|
67
69
|
!1,
|
|
68
|
-
|
|
70
|
+
d,
|
|
69
71
|
null,
|
|
70
72
|
null,
|
|
71
73
|
null
|
|
72
74
|
);
|
|
73
|
-
function
|
|
75
|
+
function d(t) {
|
|
74
76
|
for (let e in s)
|
|
75
77
|
this[e] = s[e];
|
|
76
78
|
}
|
|
77
|
-
const
|
|
78
|
-
return
|
|
79
|
+
const x = /* @__PURE__ */ function() {
|
|
80
|
+
return u.exports;
|
|
79
81
|
}();
|
|
80
82
|
export {
|
|
81
|
-
|
|
83
|
+
x as default
|
|
82
84
|
};
|