@web-utils/component 2.30.1 → 2.40.0
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 +9 -9
- package/address-input/style.css +1 -1
- package/affix/index.mjs +1 -1
- package/affix/style.css +1 -1
- package/aside-menu/index.mjs +20 -20
- package/aside-menu/style.css +1 -1
- package/avatar/index.mjs +1 -1
- package/avatar/style.css +1 -1
- package/awesome-button/index.mjs +1 -1
- package/base.css +1 -1
- package/capsule-tab/index.mjs +10 -10
- package/capsule-tab/style.css +1 -1
- package/card/index.mjs +23 -23
- package/card/style.css +1 -1
- package/carousel/index.mjs +5 -5
- package/carousel/style.css +1 -1
- package/chat/index.mjs +5 -3
- package/chat/style.css +1 -1
- package/chunk-file-uploader/index.mjs +3 -3
- package/chunk-file-uploader/style.css +1 -1
- package/chunks/{FormTemp.FX8xmbVB.mjs → FormTemp.7f91629d.mjs} +4 -4
- package/chunks/{confirmable-mixin.rTUMhoRH.mjs → confirmable-mixin.817b542f.mjs} +16 -6
- package/chunks/{dataformat.X_61lMA7.mjs → dataformat.f995e2f9.mjs} +1 -1
- package/chunks/{dic.6tk91Dmq.mjs → dic.eaac0823.mjs} +8 -10
- package/chunks/{event.NHA7rYFE.mjs → event.b5d855dd.mjs} +3 -3
- package/chunks/{form-input-mixin.IKogWBfn.mjs → form-input-mixin.4632ad36.mjs} +2 -2
- package/chunks/{form-item-mixin.BilKDUlK.mjs → form-item-mixin.ad148e7b.mjs} +1 -1
- package/chunks/{init.Ac4dKUJB.mjs → init.47f219b4.mjs} +3 -3
- package/chunks/{util.C2Bhx22L.mjs → util.ae730cde.mjs} +24 -18
- package/code-mirror-editor/index.mjs +404 -175
- package/code-mirror-editor/style.css +1 -1
- package/color-picker/index.mjs +1 -1
- package/comment/index.mjs +18 -18
- package/comment/style.css +1 -1
- package/confirm-button/index.mjs +2 -2
- package/confirmable/index.mjs +2 -2
- package/context-menu/index.mjs +9 -9
- package/context-menu/style.css +1 -1
- package/count-up/index.mjs +6 -10
- package/custom-scrollbar/index.mjs +5 -9
- package/data-box/index.mjs +8 -8
- package/data-box/style.css +1 -1
- package/data-card/index.mjs +19 -19
- package/data-card/style.css +1 -1
- package/data-cardtext/index.mjs +22 -22
- package/data-cardtext/style.css +1 -1
- package/data-display/index.mjs +24 -24
- package/data-display/style.css +1 -1
- package/data-icons/index.mjs +13 -13
- package/data-icons/style.css +1 -1
- package/data-imgtext/index.mjs +18 -18
- package/data-imgtext/style.css +1 -1
- package/data-operatext/index.mjs +28 -28
- package/data-operatext/style.css +1 -1
- package/data-panel/index.mjs +15 -15
- package/data-panel/style.css +1 -1
- package/data-pay/index.mjs +7 -7
- package/data-pay/style.css +1 -1
- package/data-price/index.mjs +5 -5
- package/data-price/style.css +1 -1
- package/data-progress/index.mjs +16 -16
- package/data-progress/style.css +1 -1
- package/data-rotate/index.mjs +7 -7
- package/data-rotate/style.css +1 -1
- package/data-table-picker/index.mjs +2 -2
- package/data-tabs/index.mjs +6 -6
- package/data-tabs/style.css +1 -1
- package/dialog-form/index.mjs +47 -47
- package/dialog-form/style.css +1 -1
- package/dynamic-table/index.mjs +15 -15
- package/dynamic-table/style.css +1 -1
- package/e-charts/index.mjs +7 -7
- package/e-charts/style.css +1 -1
- package/easy-popup/index.mjs +15 -15
- package/easy-popup/style.css +1 -1
- package/editable-progress/index.mjs +1 -1
- package/editable-progress/style.css +1 -1
- package/editable-tree/index.mjs +5 -5
- package/editable-tree/style.css +1 -1
- package/egd-collapse/index.mjs +1 -1
- package/egd-collapse-item/index.mjs +1 -1
- package/element-dialog/index.mjs +13 -9
- package/element-dialog/style.css +1 -1
- package/empty-view/index.mjs +9 -9
- package/empty-view/style.css +1 -1
- package/error-view/index.mjs +13 -13
- package/error-view/style.css +1 -1
- package/flex-column/index.mjs +2 -2
- package/flex-item/index.mjs +12 -6
- package/flex-row/index.mjs +2 -2
- package/flex-scroller/index.mjs +5 -5
- package/flex-scroller/style.css +1 -1
- package/flow/index.mjs +23 -9
- package/flow/style.css +1 -1
- package/flow-designer/index.mjs +156 -63
- package/flow-designer/style.css +1 -1
- package/flow-node/index.mjs +2 -2
- package/flow-viewer/index.mjs +20 -11
- package/flow-viewer/style.css +1 -1
- package/form-block/index.mjs +23 -20
- package/form-block/style.css +1 -1
- package/form-button/index.mjs +1 -1
- package/form-cascader/index.mjs +7 -5
- package/form-checkbox-group/index.mjs +9 -7
- package/form-checkbox-group/style.css +1 -1
- package/form-date-picker/index.mjs +41 -12
- package/form-holder/index.mjs +6 -3
- package/form-input/index.mjs +6 -4
- package/form-input-email/index.mjs +12 -8
- package/form-input-id-card/index.mjs +12 -8
- package/form-input-number/index.mjs +10 -8
- package/form-input-number/style.css +1 -1
- package/form-input-phone-number/index.mjs +12 -8
- package/form-input-tag/index.mjs +3 -3
- package/form-input-time/index.mjs +6 -4
- package/form-item/index.mjs +43 -37
- package/form-item/style.css +1 -1
- package/form-item-config-provider/index.mjs +1 -1
- package/form-item-group/index.mjs +15 -12
- package/form-item-group/style.css +1 -1
- package/form-radio-group/index.mjs +40 -38
- package/form-radio-group/style.css +1 -1
- package/form-select/index.mjs +7 -5
- package/form-switch/index.mjs +6 -4
- package/form-textarea/index.mjs +6 -4
- package/form-view/index.mjs +32 -10
- package/form-view/style.css +1 -1
- package/fy-array/index.mjs +9 -9
- package/fy-array/style.css +1 -1
- package/fy-article/index.mjs +7 -7
- package/fy-article/style.css +1 -1
- package/fy-cascader/index.mjs +2 -2
- package/fy-checkbox/index.mjs +6 -6
- package/fy-checkbox/style.css +1 -1
- package/fy-code/index.mjs +2 -2
- package/fy-curd/index.mjs +117 -99
- package/fy-curd/style.css +1 -1
- package/fy-date/index.mjs +8 -8
- package/fy-date/style.css +1 -1
- package/fy-draggable/index.mjs +3 -3
- package/fy-draggable/style.css +1 -1
- package/fy-dynamic/index.mjs +51 -43
- package/fy-dynamic/style.css +1 -1
- package/fy-empty/index.mjs +10 -10
- package/fy-empty/style.css +1 -1
- package/fy-form/index.mjs +42 -42
- package/fy-form/style.css +1 -1
- package/fy-form-design/index.mjs +539 -421
- package/fy-form-design/style.css +1 -1
- package/fy-input/index.mjs +2 -2
- package/fy-input-color/index.mjs +2 -2
- package/fy-input-icon/index.mjs +5 -5
- package/fy-input-icon/style.css +1 -1
- package/fy-input-map/index.mjs +21 -15
- package/fy-input-map/style.css +1 -1
- package/fy-input-number/index.mjs +2 -2
- package/fy-input-table/index.mjs +13 -10
- package/fy-input-table/style.css +1 -1
- package/fy-input-tree/index.mjs +6 -6
- package/fy-input-tree/style.css +1 -1
- package/fy-progress/index.mjs +1 -1
- package/fy-radio/index.mjs +6 -6
- package/fy-radio/style.css +1 -1
- package/fy-rate/index.mjs +4 -4
- package/fy-rate/style.css +1 -1
- package/fy-select/index.mjs +27 -27
- package/fy-select/style.css +1 -1
- package/fy-slider/index.mjs +3 -3
- package/fy-switch/index.mjs +2 -2
- package/fy-tabs/index.mjs +1 -1
- package/fy-time/index.mjs +2 -2
- package/fy-title/index.mjs +14 -14
- package/fy-title/style.css +1 -1
- package/fy-tree/index.mjs +6 -9
- package/fy-tree/style.css +1 -1
- package/fy-u-editor/index.mjs +34 -32
- package/fy-u-editor/style.css +1 -1
- package/fy-upload/index.mjs +27 -27
- package/fy-upload/style.css +1 -1
- package/guide-steps/index.mjs +12 -12
- package/guide-steps/style.css +1 -1
- package/highlight-j-s/index.mjs +1 -1
- package/highlight-j-s/style.css +1 -1
- package/icon-card/index.mjs +9 -9
- package/icon-card/style.css +1 -1
- package/icon-temp/index.mjs +16 -16
- package/icon-temp/style.css +1 -1
- package/iframe-window/index.mjs +5 -5
- package/iframe-window/style.css +1 -1
- package/image-cropper/index.mjs +10 -10
- package/image-cropper/style.css +1 -1
- package/image-preview/index.mjs +7 -7
- package/image-preview/style.css +1 -1
- package/image-viewer/index.mjs +5 -5
- package/image-viewer/style.css +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number/style.css +1 -1
- package/input-number-range/index.mjs +7 -7
- package/input-number-range/style.css +1 -1
- package/keep-view-alive/index.mjs +6 -2
- package/keyboard/index.mjs +21 -20
- package/keyboard/style.css +1 -1
- package/license/index.mjs +2 -2
- package/loading-view/index.mjs +5 -5
- package/loading-view/style.css +1 -1
- package/login/index.mjs +4 -4
- package/login/style.css +1 -1
- package/monaco-editor/index.mjs +2 -2
- package/name-avatar/index.mjs +6 -6
- package/name-avatar/style.css +1 -1
- package/nav-bar/index.mjs +8 -8
- package/nav-bar/style.css +1 -1
- package/not-implement/index.mjs +15 -15
- package/not-implement/style.css +1 -1
- package/notice/index.mjs +5 -5
- package/notice/style.css +1 -1
- package/package.json +1 -1
- package/page/index.mjs +8 -8
- package/page/style.css +1 -1
- package/page-header/index.mjs +6 -6
- package/page-header/style.css +1 -1
- package/page-index/index.mjs +19 -19
- package/page-index/style.css +1 -1
- package/page-index-top/index.mjs +1 -1
- package/page-skeleton/index.mjs +21 -21
- package/page-skeleton/style.css +1 -1
- package/page-skeleton-new/index.mjs +3 -3
- package/page-skeleton-new/style.css +1 -1
- package/pageable-table/index.mjs +21 -26
- package/pageable-table/style.css +1 -1
- package/pageable-view/index.mjs +37 -42
- package/pageable-view/style.css +1 -1
- package/photo-swipe/index.mjs +4 -2
- package/present-view/index.mjs +31 -9
- package/present-view/style.css +1 -1
- package/queue/index.mjs +4 -4
- package/queue/style.css +1 -1
- package/record-video/index.mjs +14 -14
- package/record-video/style.css +1 -1
- package/resize-observer/index.mjs +6 -6
- package/resize-observer/style.css +1 -1
- package/search/index.mjs +7 -7
- package/search/style.css +1 -1
- package/search-popover/index.mjs +6 -6
- package/search-popover/style.css +1 -1
- package/sign/index.mjs +31 -31
- package/sign/style.css +1 -1
- package/sign-panel/index.mjs +8 -8
- package/sign-panel/style.css +1 -1
- package/skeleton/index.mjs +10 -10
- package/skeleton/style.css +1 -1
- package/split-pane/index.mjs +19 -22
- package/split-pane/style.css +1 -1
- package/stateful/index.mjs +12 -12
- package/stateful/style.css +1 -1
- package/static-pageable-table/index.mjs +9 -9
- package/static-pageable-table/style.css +1 -1
- package/swiper/index.mjs +7 -7
- package/swiper/style.css +1 -1
- package/tab/index.mjs +2 -2
- package/tab/style.css +1 -1
- package/tab-item/index.mjs +2 -2
- package/table-column/index.mjs +10 -6
- package/table-view/index.mjs +28 -8
- package/table-view/style.css +1 -1
- package/tag-render/index.mjs +29 -29
- package/tag-render/style.css +1 -1
- package/text-ellipsis/index.mjs +9 -12
- package/text-ellipsis/style.css +1 -1
- package/tinymce-editor/index.mjs +77 -77
- package/tinymce-editor/style.css +1 -1
- package/toolbar/index.mjs +1 -1
- package/toolbar/style.css +1 -1
- package/toolbar-button/index.mjs +6 -6
- package/toolbar-button/style.css +1 -1
- package/verify/index.mjs +10 -10
- package/verify/style.css +1 -1
- package/vue-cron/index.mjs +1 -1
- package/vue-cron/style.css +1 -1
- package/vue-qr-code/index.mjs +1 -1
- package/vue-quill-editor/index.mjs +3 -3
- package/vue-quill-editor/style.css +1 -1
- package/vue-tags-input/index.mjs +1 -1
- package/vue-tags-input/style.css +1 -1
- package/vue-tree-select/index.mjs +25 -22
- package/vue-tree-select/style.css +1 -1
- package/vue-video-player/index.mjs +32 -29
- package/vue-video-player/style.css +1 -1
- package/watermark/index.mjs +11 -11
- package/watermark/style.css +1 -1
- package/web-types.json +31 -31
- package/x-input-tag/index.mjs +13 -13
- package/x-input-tag/style.css +1 -1
- /package/chunks/{form-pick-mixin.y-qhZJi6.mjs → form-pick-mixin.61ad06b2.mjs} +0 -0
- /package/chunks/{index.LGsb2aDq.mjs → index.57f871af.mjs} +0 -0
- /package/chunks/{input-number-mixin.GE2zr_3s.mjs → input-number-mixin.41a066be.mjs} +0 -0
- /package/chunks/{json-beautifier.fUZFSW5j.mjs → json-beautifier.21cfffea.mjs} +0 -0
- /package/chunks/{packages.v6r2Hr7E.mjs → packages.1fc9ccba.mjs} +0 -0
- /package/chunks/{permission.E9kZbW48.mjs → permission.ce5d2121.mjs} +0 -0
- /package/chunks/{slot.j1uMmBnG.mjs → slot.4b391395.mjs} +0 -0
- /package/chunks/{tab-mixin.tM9jcRT8.mjs → tab-mixin.e2b9c6a4.mjs} +0 -0
- /package/chunks/{vueComponentNormalizer.JwmUNtgn.mjs → vueComponentNormalizer.446f5dc4.mjs} +0 -0
package/color-picker/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ var c = (e, o, t) => new Promise((r, n) => {
|
|
|
16
16
|
});
|
|
17
17
|
import p from "element-ui/packages/color-picker/src/color";
|
|
18
18
|
import h from "element-ui/src/utils/clickoutside";
|
|
19
|
-
import { n as f } from "../chunks/vueComponentNormalizer.
|
|
19
|
+
import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
20
20
|
var m = function() {
|
|
21
21
|
var e = this, o = e.$createElement, t = e._self._c || o;
|
|
22
22
|
return t("ElColorPickerDropdown", {
|
package/comment/index.mjs
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { n as s } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var n = function() {
|
|
3
|
-
var t = this,
|
|
4
|
-
return
|
|
3
|
+
var t = this, a = t.$createElement, e = t._self._c || a;
|
|
4
|
+
return e("div", {
|
|
5
5
|
class: ["avue-comment", {
|
|
6
6
|
"avue-comment--reverse": t.reverse
|
|
7
7
|
}]
|
|
8
|
-
}, [
|
|
8
|
+
}, [e("img", {
|
|
9
9
|
staticClass: "avue-comment__avatar",
|
|
10
10
|
attrs: {
|
|
11
11
|
src: t.avatar,
|
|
12
12
|
alt: ""
|
|
13
13
|
}
|
|
14
|
-
}),
|
|
14
|
+
}), e("div", {
|
|
15
15
|
staticClass: "avue-comment__main"
|
|
16
|
-
}, [
|
|
16
|
+
}, [e("div", {
|
|
17
17
|
staticClass: "avue-comment__header"
|
|
18
|
-
}, [t.author ?
|
|
18
|
+
}, [t.author ? e("div", {
|
|
19
19
|
staticClass: "avue-comment__author",
|
|
20
20
|
domProps: {
|
|
21
21
|
textContent: t._s(t.author)
|
|
22
22
|
}
|
|
23
|
-
}) : t._e(), t._t("default")], 2), t.body ?
|
|
23
|
+
}) : t._e(), t._t("default")], 2), t.body ? e("div", {
|
|
24
24
|
staticClass: "avue-comment__body",
|
|
25
25
|
domProps: {
|
|
26
26
|
innerHTML: t._s(t.body)
|
|
@@ -31,7 +31,7 @@ const r = {
|
|
|
31
31
|
avatar: "avatar",
|
|
32
32
|
author: "author",
|
|
33
33
|
body: "body"
|
|
34
|
-
},
|
|
34
|
+
}, _ = {
|
|
35
35
|
name: "Comment",
|
|
36
36
|
props: {
|
|
37
37
|
reverse: {
|
|
@@ -68,23 +68,23 @@ const r = {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
}, o = {};
|
|
71
|
-
var
|
|
72
|
-
|
|
71
|
+
var v = /* @__PURE__ */ s(
|
|
72
|
+
_,
|
|
73
73
|
n,
|
|
74
74
|
u,
|
|
75
75
|
!1,
|
|
76
|
-
|
|
76
|
+
c,
|
|
77
77
|
null,
|
|
78
78
|
null,
|
|
79
79
|
null
|
|
80
80
|
);
|
|
81
|
-
function
|
|
82
|
-
for (let
|
|
83
|
-
this[
|
|
81
|
+
function c(t) {
|
|
82
|
+
for (let a in o)
|
|
83
|
+
this[a] = o[a];
|
|
84
84
|
}
|
|
85
|
-
const
|
|
86
|
-
return
|
|
85
|
+
const m = /* @__PURE__ */ function() {
|
|
86
|
+
return v.exports;
|
|
87
87
|
}();
|
|
88
88
|
export {
|
|
89
|
-
|
|
89
|
+
m as default
|
|
90
90
|
};
|
package/comment/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-comment{align-items:flex-start;margin-bottom:30px;display:flex}.avue-comment--reverse{flex-direction:row-reverse}.avue-comment--reverse .avue-comment__main:before,.avue-comment--reverse .avue-comment__main:after{border-width:8px 0 8px 8px;left:auto;right:-8px}.avue-comment--reverse .avue-comment__main:before{border-left-color:#dedede}.avue-comment--reverse .avue-comment__main:after{border-left-color:#f8f8f8;margin-left:auto;margin-right:1px}.avue-comment__avatar{box-sizing:border-box;vertical-align:middle;border:1px solid transparent;border-radius:50%;width:48px;height:48px}.avue-comment__header{background:#f8f8f8;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:5px 15px;display:flex}.avue-comment__author{color:#999;font-size:14px;font-weight:700}.avue-comment__main{border:1px solid #dedede;border-radius:2px;flex:1;margin:0 20px;position:relative}.avue-comment__main:before,.avue-comment__main:after{content:" ";pointer-events:none;border-top:8px solid transparent;border-bottom:8px outset transparent;border-left:0 solid transparent;border-right:8px solid transparent;width:0;height:0;display:block;position:absolute;top:10px;left:-8px;right:100%}.avue-comment__main:before{z-index:1;border-right-color:#dedede}.avue-comment__main:after{z-index:2;border-right-color:#f8f8f8;margin-left:1px}.avue-comment__body{color:#333;background:#fff;padding:15px;font-family:Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;font-size:14px;overflow:hidden}.avue-comment blockquote{border-left:4px solid #ddd;margin:0;padding:1px 0 1px 15px;font-family:Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif}
|
|
1
|
+
.avue-comment{align-items:flex-start;margin-bottom:30px;display:flex}.avue-comment--reverse{flex-direction:row-reverse}.avue-comment--reverse .avue-comment__main:before,.avue-comment--reverse .avue-comment__main:after{border-width:8px 0 8px 8px;left:auto;right:-8px}.avue-comment--reverse .avue-comment__main:before{border-left-color:#dedede}.avue-comment--reverse .avue-comment__main:after{border-left-color:#f8f8f8;margin-left:auto;margin-right:1px}.avue-comment__avatar{box-sizing:border-box;vertical-align:middle;border:1px solid transparent;border-radius:50%;width:48px;height:48px}.avue-comment__header{background:#f8f8f8;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:5px 15px;display:flex}.avue-comment__author{color:#999;font-size:14px;font-weight:700}.avue-comment__main{border:1px solid #dedede;border-radius:2px;flex:1;margin:0 20px;position:relative}.avue-comment__main:before,.avue-comment__main:after{content:" ";pointer-events:none;border-top:8px solid transparent;border-bottom:8px outset transparent;border-left:0 solid transparent;border-right:8px solid transparent;width:0;height:0;display:block;position:absolute;top:10px;left:-8px;right:100%}.avue-comment__main:before{z-index:1;border-right-color:#dedede}.avue-comment__main:after{z-index:2;border-right-color:#f8f8f8;margin-left:1px}.avue-comment__body{color:#333;background:#fff;padding:15px;font-family:Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;font-size:14px;overflow:hidden}.avue-comment blockquote{border-left:4px solid #ddd;margin:0;padding:1px 0 1px 15px;font-family:Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif}
|
package/confirm-button/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as e } from "../chunks/confirmable-mixin.
|
|
2
|
-
import { n as o } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { c as e } from "../chunks/confirmable-mixin.817b542f.mjs";
|
|
2
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
3
|
const i = {
|
|
4
4
|
props: {
|
|
5
5
|
type: {
|
package/confirmable/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as o } from "../chunks/confirmable-mixin.
|
|
2
|
-
import { n as t } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { c as o } from "../chunks/confirmable-mixin.817b542f.mjs";
|
|
2
|
+
import { n as t } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
3
|
const r = {
|
|
4
4
|
name: "Confirmable",
|
|
5
5
|
mixins: [o]
|
package/context-menu/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as a } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var d = function() {
|
|
3
3
|
var t = this, i = t.$createElement, e = t._self._c || i;
|
|
4
4
|
return t.rendered ? e("div", {
|
|
@@ -68,7 +68,7 @@ var d = function() {
|
|
|
68
68
|
}, [e("div", {
|
|
69
69
|
class: t.secondLeft ? "cm-left" : "",
|
|
70
70
|
on: {
|
|
71
|
-
click: function(
|
|
71
|
+
click: function(o) {
|
|
72
72
|
return t.onItemClick(n, [l, r]);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -90,22 +90,22 @@ var d = function() {
|
|
|
90
90
|
staticClass: "cm-ul cm-ul-3 easy-cm-ul",
|
|
91
91
|
class: t.underline ? "cm-underline" : "",
|
|
92
92
|
style: t.thirdBorderCheck(l, r)
|
|
93
|
-
}, t._l(n.children, function(
|
|
93
|
+
}, t._l(n.children, function(o, h) {
|
|
94
94
|
return e("li", {
|
|
95
|
-
key:
|
|
95
|
+
key: h,
|
|
96
96
|
style: t.liStyle
|
|
97
97
|
}, [e("div", {
|
|
98
98
|
on: {
|
|
99
99
|
click: function(p) {
|
|
100
|
-
return t.onItemClick(
|
|
100
|
+
return t.onItemClick(o, [l, r, h]);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
}, [e("i", {
|
|
104
104
|
staticClass: "cm-item-icon",
|
|
105
|
-
class:
|
|
105
|
+
class: o.icon
|
|
106
106
|
}), e("span", {
|
|
107
107
|
staticClass: "cm-item-label"
|
|
108
|
-
}, [t._v(t._s(
|
|
108
|
+
}, [t._v(t._s(o.text))])])]);
|
|
109
109
|
}), 0) : t._e()]);
|
|
110
110
|
}), 0) : t._e()]);
|
|
111
111
|
}), 0)]) : t._e();
|
|
@@ -247,9 +247,9 @@ function y(t) {
|
|
|
247
247
|
for (let i in c)
|
|
248
248
|
this[i] = c[i];
|
|
249
249
|
}
|
|
250
|
-
const
|
|
250
|
+
const _ = /* @__PURE__ */ function() {
|
|
251
251
|
return f.exports;
|
|
252
252
|
}();
|
|
253
253
|
export {
|
|
254
|
-
|
|
254
|
+
_ as default
|
|
255
255
|
};
|
package/context-menu/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cm-container{z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:fixed}.cm-container .icon{vertical-align:-.15em;fill:currentColor;width:.9em;height:.9em;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%)}.cm-container .cm-item-icon{margin-right:4px}.cm-container .cm-ul{color:#2e2e2e;background-color:#fff;width:100%;margin:0;padding:0;list-style:none;box-shadow:0 0 1px #666}.cm-container .cm-ul li{box-sizing:border-box;text-align:left;cursor:pointer;width:100%;position:relative}.cm-container .cm-ul li:hover>ul{display:block}.cm-container .cm-ul li div{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;width:100%;height:100%;padding:0 .8em;display:inline-block;position:relative;overflow:hidden}.cm-container .cm-ul li i{text-align:center;width:1em;font-size:1.3em;display:inline-block}.cm-container .cm-ul li div:hover{color:#fff;background-color:#666}.cm-container .cm-ul-2,.cm-container .cm-ul-3{z-index:10000;display:none;position:absolute;top:0}.cm-container .cm-left svg{left:0;transform:translateY(-50%)rotate(180deg)}.cm-container .cm-underline li div:after{z-index:10001;content:"";background-color:#ccc;width:90%;height:1px;position:absolute;top:0;left:5%}.cm-container .cm-underline li div:hover:after,.cm-container .cm-underline>li:first-child>div:after{display:none}
|
|
1
|
+
.cm-container{z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:fixed}.cm-container .icon{vertical-align:-.15em;fill:currentColor;width:.9em;height:.9em;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%)}.cm-container .cm-item-icon{margin-right:4px}.cm-container .cm-ul{color:#2e2e2e;background-color:#fff;width:100%;margin:0;padding:0;list-style:none;box-shadow:0 0 1px #666}.cm-container .cm-ul li{box-sizing:border-box;text-align:left;cursor:pointer;width:100%;position:relative}.cm-container .cm-ul li:hover>ul{display:block}.cm-container .cm-ul li div{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;width:100%;height:100%;padding:0 .8em;display:inline-block;position:relative;overflow:hidden}.cm-container .cm-ul li i{text-align:center;width:1em;font-size:1.3em;display:inline-block}.cm-container .cm-ul li div:hover{color:#fff;background-color:#666}.cm-container .cm-ul-2,.cm-container .cm-ul-3{z-index:10000;display:none;position:absolute;top:0}.cm-container .cm-left svg{left:0;transform:translateY(-50%)rotate(180deg)}.cm-container .cm-underline li div:after{z-index:10001;content:"";background-color:#ccc;width:90%;height:1px;position:absolute;top:0;left:5%}.cm-container .cm-underline li div:hover:after,.cm-container .cm-underline>li:first-child>div:after{display:none}
|
package/count-up/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ var r = (t, e, s) => e in t ? o(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
11
11
|
return t;
|
|
12
12
|
}, a = (t, e) => c(t, d(e));
|
|
13
13
|
import { CountUp as h } from "countup.js";
|
|
14
|
-
import { n as m } from "../chunks/vueComponentNormalizer.
|
|
14
|
+
import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
15
15
|
var f = function() {
|
|
16
16
|
var t = this, e = t.$createElement, s = t._self._c || e;
|
|
17
17
|
return s("span", [t._v(t._s(t.end))]);
|
|
@@ -74,15 +74,11 @@ const y = {
|
|
|
74
74
|
},
|
|
75
75
|
methods: {
|
|
76
76
|
init() {
|
|
77
|
-
this.c || (this.c = new h(
|
|
78
|
-
this
|
|
79
|
-
this.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
duration: this.duration,
|
|
83
|
-
startVal: this.start
|
|
84
|
-
})
|
|
85
|
-
), this.c.start(() => {
|
|
77
|
+
this.c || (this.c = new h(this.$el, this.end, a(n({}, this.options), {
|
|
78
|
+
decimal: this.decimals,
|
|
79
|
+
duration: this.duration,
|
|
80
|
+
startVal: this.start
|
|
81
|
+
})), this.c.start(() => {
|
|
86
82
|
this.callback(this.c);
|
|
87
83
|
}));
|
|
88
84
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "overlayscrollbars/overlayscrollbars.css";
|
|
2
2
|
import { OverlayScrollbars as r } from "overlayscrollbars";
|
|
3
3
|
import { defaults as c } from "lodash-es";
|
|
4
|
-
import { n as a } from "../chunks/vueComponentNormalizer.
|
|
4
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
5
|
var h = function() {
|
|
6
6
|
var t = this, e = t.$createElement, o = t._self._c || e;
|
|
7
7
|
return o(t.element, {
|
|
@@ -46,14 +46,10 @@ const u = {
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
mounted() {
|
|
49
|
-
this.scroller = r(
|
|
50
|
-
this
|
|
51
|
-
this.
|
|
52
|
-
|
|
53
|
-
scroll: this.internalScroll,
|
|
54
|
-
initialized: this.initialized
|
|
55
|
-
}
|
|
56
|
-
);
|
|
49
|
+
this.scroller = r(this.$el, this.innerOptions, {
|
|
50
|
+
scroll: this.internalScroll,
|
|
51
|
+
initialized: this.initialized
|
|
52
|
+
});
|
|
57
53
|
},
|
|
58
54
|
activated() {
|
|
59
55
|
var t;
|
package/data-box/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as
|
|
1
|
+
import { n as e } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var c = function() {
|
|
3
3
|
var a = this, s = a.$createElement, n = a._self._c || s;
|
|
4
4
|
return n("div", {
|
|
@@ -23,7 +23,7 @@ var c = function() {
|
|
|
23
23
|
target: t.target
|
|
24
24
|
},
|
|
25
25
|
on: {
|
|
26
|
-
click: function(
|
|
26
|
+
click: function(d) {
|
|
27
27
|
t.click && t.click(t);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -50,7 +50,7 @@ var c = function() {
|
|
|
50
50
|
staticClass: "info"
|
|
51
51
|
}, [a._v(a._s(t.title))])], 1)])])]);
|
|
52
52
|
}), 1)], 1);
|
|
53
|
-
},
|
|
53
|
+
}, r = [];
|
|
54
54
|
const l = {
|
|
55
55
|
name: "DataBox",
|
|
56
56
|
props: {
|
|
@@ -75,22 +75,22 @@ const l = {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}, o = {};
|
|
78
|
-
var
|
|
78
|
+
var _ = /* @__PURE__ */ e(
|
|
79
79
|
l,
|
|
80
80
|
c,
|
|
81
|
-
|
|
81
|
+
r,
|
|
82
82
|
!1,
|
|
83
|
-
|
|
83
|
+
u,
|
|
84
84
|
null,
|
|
85
85
|
null,
|
|
86
86
|
null
|
|
87
87
|
);
|
|
88
|
-
function
|
|
88
|
+
function u(a) {
|
|
89
89
|
for (let s in o)
|
|
90
90
|
this[s] = o[s];
|
|
91
91
|
}
|
|
92
92
|
const v = /* @__PURE__ */ function() {
|
|
93
|
-
return
|
|
93
|
+
return _.exports;
|
|
94
94
|
}();
|
|
95
95
|
export {
|
|
96
96
|
v as default
|
package/data-box/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.data-box .item{box-sizing:border-box;border-radius:5px;width:96%;height:100px;margin:0 auto 10px;position:relative;overflow:hidden}.data-box .item:hover .item-text{top:0}.data-box .item a{text-decoration:none;display:flex}.data-box .item a:visited{color:inherit}.data-box .item-icon{color:#fff;text-align:center;justify-content:center;align-items:center;width:100px;height:100px;line-height:100px;display:flex}.data-box .item-icon i{font-size:48px!important}.data-box .item-info{background-color:#fff;border:1px solid #eee;border-left:none;border-radius:0 5px 5px 0;flex-direction:column;flex:1;justify-content:center;display:flex}.data-box .item-info .title{text-align:center;font-size:30px;line-height:40px}.data-box .item-info .info{color:#999;text-align:center;font-size:14px}
|
|
1
|
+
.data-box .item{box-sizing:border-box;border-radius:5px;width:96%;height:100px;margin:0 auto 10px;position:relative;overflow:hidden}.data-box .item:hover .item-text{top:0}.data-box .item a{text-decoration:none;display:flex}.data-box .item a:visited{color:inherit}.data-box .item-icon{color:#fff;text-align:center;justify-content:center;align-items:center;width:100px;height:100px;line-height:100px;display:flex}.data-box .item-icon i{font-size:48px!important}.data-box .item-info{background-color:#fff;border:1px solid #eee;border-left:none;border-radius:0 5px 5px 0;flex-direction:column;flex:1;justify-content:center;display:flex}.data-box .item-info .title{text-align:center;font-size:30px;line-height:40px}.data-box .item-info .info{color:#999;text-align:center;font-size:14px}
|
package/data-card/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { n as s } from "../chunks/vueComponentNormalizer.
|
|
2
|
-
var
|
|
3
|
-
var t = this,
|
|
1
|
+
import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var l = function() {
|
|
3
|
+
var t = this, o = t.$createElement, r = t._self._c || o;
|
|
4
4
|
return r("div", {
|
|
5
5
|
staticClass: "data-card"
|
|
6
6
|
}, [r("ElRow", {
|
|
7
7
|
attrs: {
|
|
8
8
|
span: 24
|
|
9
9
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
10
|
+
}, t._l(t.data, function(e, n) {
|
|
11
11
|
return r("ElCol", {
|
|
12
12
|
key: n,
|
|
13
13
|
attrs: {
|
|
@@ -19,18 +19,18 @@ var c = function() {
|
|
|
19
19
|
staticClass: "item"
|
|
20
20
|
}, [r("a", {
|
|
21
21
|
attrs: {
|
|
22
|
-
href:
|
|
23
|
-
target:
|
|
22
|
+
href: e.href,
|
|
23
|
+
target: e.target
|
|
24
24
|
},
|
|
25
25
|
on: {
|
|
26
|
-
click: function(
|
|
27
|
-
|
|
26
|
+
click: function(d) {
|
|
27
|
+
e.click && e.click(e);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
}, [r("img", {
|
|
31
31
|
staticClass: "item-img",
|
|
32
32
|
attrs: {
|
|
33
|
-
src:
|
|
33
|
+
src: e.src,
|
|
34
34
|
alt: ""
|
|
35
35
|
}
|
|
36
36
|
}), r("div", {
|
|
@@ -42,13 +42,13 @@ var c = function() {
|
|
|
42
42
|
style: {
|
|
43
43
|
color: t.colorText
|
|
44
44
|
}
|
|
45
|
-
}, [t._v(t._s(
|
|
45
|
+
}, [t._v(t._s(e.name))]), r("p", {
|
|
46
46
|
style: {
|
|
47
47
|
color: t.colorText
|
|
48
48
|
}
|
|
49
|
-
}, [t._v(t._s(
|
|
49
|
+
}, [t._v(t._s(e.text))])])])])]);
|
|
50
50
|
}), 1)], 1);
|
|
51
|
-
},
|
|
51
|
+
}, c = [];
|
|
52
52
|
const i = {
|
|
53
53
|
name: "DataCard",
|
|
54
54
|
props: {
|
|
@@ -76,22 +76,22 @@ const i = {
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
}, a = {};
|
|
79
|
-
var
|
|
79
|
+
var _ = /* @__PURE__ */ s(
|
|
80
80
|
i,
|
|
81
|
-
c,
|
|
82
81
|
l,
|
|
82
|
+
c,
|
|
83
83
|
!1,
|
|
84
|
-
|
|
84
|
+
u,
|
|
85
85
|
null,
|
|
86
86
|
null,
|
|
87
87
|
null
|
|
88
88
|
);
|
|
89
|
-
function
|
|
90
|
-
for (let
|
|
91
|
-
this[
|
|
89
|
+
function u(t) {
|
|
90
|
+
for (let o in a)
|
|
91
|
+
this[o] = a[o];
|
|
92
92
|
}
|
|
93
93
|
const f = /* @__PURE__ */ function() {
|
|
94
|
-
return
|
|
94
|
+
return _.exports;
|
|
95
95
|
}();
|
|
96
96
|
export {
|
|
97
97
|
f as default
|
package/data-card/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.data-card .item{border:1px solid #fff;border-radius:5px;width:230px;height:340px;margin:0 auto 50px;position:relative;overflow:hidden}.data-card .item:hover .item-text{top:0}.data-card .item-img{border-radius:5px 5px 0 0;width:100%}.data-card .item-text{box-sizing:border-box;opacity:.9;border-radius:0 0 5px 5px;width:100%;height:340px;padding:20px 15px;transition:top .4s;position:absolute;top:150px;overflow:auto}.data-card .item-text>p{text-indent:2em;font-size:12px;line-height:25px}
|
|
1
|
+
.data-card .item{border:1px solid #fff;border-radius:5px;width:230px;height:340px;margin:0 auto 50px;position:relative;overflow:hidden}.data-card .item:hover .item-text{top:0}.data-card .item-img{border-radius:5px 5px 0 0;width:100%}.data-card .item-text{box-sizing:border-box;opacity:.9;border-radius:0 0 5px 5px;width:100%;height:340px;padding:20px 15px;transition:top .4s;position:absolute;top:150px;overflow:auto}.data-card .item-text>p{text-indent:2em;font-size:12px;line-height:25px}
|
package/data-cardtext/index.mjs
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { n as r } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var c = function() {
|
|
3
|
-
var t = this,
|
|
4
|
-
return
|
|
3
|
+
var t = this, e = t.$createElement, a = t._self._c || e;
|
|
4
|
+
return a("div", {
|
|
5
5
|
staticClass: "avue-data-cardText"
|
|
6
|
-
}, [
|
|
6
|
+
}, [a("ElRow", {
|
|
7
7
|
attrs: {
|
|
8
8
|
span: 24
|
|
9
9
|
}
|
|
10
|
-
}, t._l(t.data, function(
|
|
11
|
-
return
|
|
10
|
+
}, t._l(t.data, function(n, o) {
|
|
11
|
+
return a("ElCol", {
|
|
12
12
|
key: o,
|
|
13
13
|
attrs: {
|
|
14
14
|
md: t.span,
|
|
15
15
|
xs: 24,
|
|
16
16
|
sm: 12
|
|
17
17
|
}
|
|
18
|
-
}, [
|
|
18
|
+
}, [a("div", {
|
|
19
19
|
staticClass: "item"
|
|
20
|
-
}, [
|
|
20
|
+
}, [a("a", {
|
|
21
21
|
attrs: {
|
|
22
|
-
href:
|
|
23
|
-
target:
|
|
22
|
+
href: n.href,
|
|
23
|
+
target: n.target
|
|
24
24
|
},
|
|
25
25
|
on: {
|
|
26
26
|
click: function(d) {
|
|
27
|
-
|
|
27
|
+
n.click && n.click(n);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
}, [
|
|
30
|
+
}, [a("div", {
|
|
31
31
|
staticClass: "item-header"
|
|
32
|
-
}, [t._v(" " + t._s(
|
|
32
|
+
}, [t._v(" " + t._s(n.title) + " ")]), a("div", {
|
|
33
33
|
staticClass: "item-content"
|
|
34
|
-
}, [t._v(t._s(
|
|
34
|
+
}, [t._v(t._s(n.content))]), a("div", {
|
|
35
35
|
staticClass: "item-footer"
|
|
36
|
-
}, [
|
|
36
|
+
}, [a("span", [t._v(t._s(n.name))]), a("span", [t._v(t._s(n.date))])])])])]);
|
|
37
37
|
}), 1)], 1);
|
|
38
38
|
}, i = [];
|
|
39
|
-
const
|
|
39
|
+
const _ = {
|
|
40
40
|
name: "DataCardtext",
|
|
41
41
|
props: {
|
|
42
42
|
option: {
|
|
@@ -59,9 +59,9 @@ const l = {
|
|
|
59
59
|
return this.option.data || [];
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
},
|
|
63
|
-
var
|
|
64
|
-
|
|
62
|
+
}, s = {};
|
|
63
|
+
var l = /* @__PURE__ */ r(
|
|
64
|
+
_,
|
|
65
65
|
c,
|
|
66
66
|
i,
|
|
67
67
|
!1,
|
|
@@ -71,11 +71,11 @@ var _ = /* @__PURE__ */ r(
|
|
|
71
71
|
null
|
|
72
72
|
);
|
|
73
73
|
function u(t) {
|
|
74
|
-
for (let
|
|
75
|
-
this[
|
|
74
|
+
for (let e in s)
|
|
75
|
+
this[e] = s[e];
|
|
76
76
|
}
|
|
77
77
|
const v = /* @__PURE__ */ function() {
|
|
78
|
-
return
|
|
78
|
+
return l.exports;
|
|
79
79
|
}();
|
|
80
80
|
export {
|
|
81
81
|
v as default
|
package/data-cardtext/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-cardText .item{background:#f8f8f8;border-radius:6px;margin:10px 20px;padding:20px 25px;box-shadow:2px 2px 20px #ccc}.avue-data-cardText .item-header{color:#000;font-weight:700}.avue-data-cardText .item-content{color:#333;margin-top:8px;font-size:14px;line-height:22px}.avue-data-cardText .item-footer{color:#999;justify-content:space-between;margin-top:20px;font-size:12px;display:flex}.avue-data-cardText .item a{text-decoration:none}.avue-data-cardText .item a:visited{color:inherit}
|
|
1
|
+
.avue-data-cardText .item{background:#f8f8f8;border-radius:6px;margin:10px 20px;padding:20px 25px;box-shadow:2px 2px 20px #ccc}.avue-data-cardText .item-header{color:#000;font-weight:700}.avue-data-cardText .item-content{color:#333;margin-top:8px;font-size:14px;line-height:22px}.avue-data-cardText .item-footer{color:#999;justify-content:space-between;margin-top:20px;font-size:12px;display:flex}.avue-data-cardText .item a{text-decoration:none}.avue-data-cardText .item a:visited{color:inherit}
|
package/data-display/index.mjs
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { n as
|
|
1
|
+
import e from "@web-utils/component/count-up";
|
|
2
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
3
|
var l = function() {
|
|
4
|
-
var t = this, s = t.$createElement,
|
|
5
|
-
return
|
|
4
|
+
var t = this, s = t.$createElement, n = t._self._c || s;
|
|
5
|
+
return n("div", {
|
|
6
6
|
staticClass: "avue-data-display"
|
|
7
|
-
}, [
|
|
7
|
+
}, [n("ElRow", {
|
|
8
8
|
attrs: {
|
|
9
9
|
span: 24
|
|
10
10
|
}
|
|
11
|
-
}, t._l(t.data, function(
|
|
12
|
-
return
|
|
11
|
+
}, t._l(t.data, function(a, i) {
|
|
12
|
+
return n("ElCol", {
|
|
13
13
|
key: i,
|
|
14
14
|
attrs: {
|
|
15
15
|
md: t.span,
|
|
16
16
|
xs: 12,
|
|
17
17
|
sm: 12
|
|
18
18
|
}
|
|
19
|
-
}, [
|
|
19
|
+
}, [n("div", {
|
|
20
20
|
staticClass: "item",
|
|
21
21
|
style: {
|
|
22
22
|
color: t.color
|
|
23
23
|
}
|
|
24
|
-
}, [
|
|
24
|
+
}, [n("a", {
|
|
25
25
|
attrs: {
|
|
26
|
-
href:
|
|
27
|
-
target:
|
|
26
|
+
href: a.href,
|
|
27
|
+
target: a.target
|
|
28
28
|
},
|
|
29
29
|
on: {
|
|
30
|
-
click: function(
|
|
31
|
-
|
|
30
|
+
click: function(d) {
|
|
31
|
+
a.click && a.click(a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
}, [
|
|
34
|
+
}, [n("CountUp", {
|
|
35
35
|
staticClass: "count",
|
|
36
36
|
attrs: {
|
|
37
|
-
animation:
|
|
38
|
-
decimals:
|
|
39
|
-
end:
|
|
37
|
+
animation: a.animation || t.animation,
|
|
38
|
+
decimals: a.decimals || t.decimals,
|
|
39
|
+
end: a.count
|
|
40
40
|
}
|
|
41
|
-
}),
|
|
41
|
+
}), n("span", {
|
|
42
42
|
staticClass: "splitLine"
|
|
43
|
-
}),
|
|
43
|
+
}), n("div", {
|
|
44
44
|
staticClass: "title"
|
|
45
|
-
}, [t._v(t._s(
|
|
45
|
+
}, [t._v(t._s(a.title))])], 1)])]);
|
|
46
46
|
}), 1)], 1);
|
|
47
47
|
}, c = [];
|
|
48
48
|
const p = {
|
|
49
49
|
name: "DataDisplay",
|
|
50
50
|
components: {
|
|
51
|
-
CountUp:
|
|
51
|
+
CountUp: e
|
|
52
52
|
},
|
|
53
53
|
props: {
|
|
54
54
|
option: {
|
|
@@ -75,17 +75,17 @@ const p = {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}, o = {};
|
|
78
|
-
var u = /* @__PURE__ */
|
|
78
|
+
var u = /* @__PURE__ */ r(
|
|
79
79
|
p,
|
|
80
80
|
l,
|
|
81
81
|
c,
|
|
82
82
|
!1,
|
|
83
|
-
|
|
83
|
+
_,
|
|
84
84
|
null,
|
|
85
85
|
null,
|
|
86
86
|
null
|
|
87
87
|
);
|
|
88
|
-
function
|
|
88
|
+
function _(t) {
|
|
89
89
|
for (let s in o)
|
|
90
90
|
this[s] = o[s];
|
|
91
91
|
}
|
package/data-display/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-display .item{text-align:center;flex-direction:column;align-items:center;margin:5px 0;display:flex}.avue-data-display .item a{text-decoration:none}.avue-data-display .item a:visited{color:inherit}.avue-data-display .count{color:#15a0ff;margin:8px 0 15px;font-size:32px;font-weight:700;display:block}.avue-data-display .title{color:#999;line-height:32px}.avue-data-display .splitLine{background:#9b9b9b;width:24px;height:1px;margin:0 auto;display:block}
|
|
1
|
+
.avue-data-display .item{text-align:center;flex-direction:column;align-items:center;margin:5px 0;display:flex}.avue-data-display .item a{text-decoration:none}.avue-data-display .item a:visited{color:inherit}.avue-data-display .count{color:#15a0ff;margin:8px 0 15px;font-size:32px;font-weight:700;display:block}.avue-data-display .title{color:#999;line-height:32px}.avue-data-display .splitLine{background:#9b9b9b;width:24px;height:1px;margin:0 auto;display:block}
|
package/data-icons/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as c } from "../chunks/vueComponentNormalizer.
|
|
2
|
-
var
|
|
3
|
-
var t = this,
|
|
1
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var e = function() {
|
|
3
|
+
var t = this, a = t.$createElement, n = t._self._c || a;
|
|
4
4
|
return n("div", {
|
|
5
5
|
staticClass: "data-icons"
|
|
6
6
|
}, [n("ElRow", {
|
|
@@ -26,7 +26,7 @@ var r = function() {
|
|
|
26
26
|
target: s.target
|
|
27
27
|
},
|
|
28
28
|
on: {
|
|
29
|
-
click: function(
|
|
29
|
+
click: function(d) {
|
|
30
30
|
s.click && s.click(s);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -51,7 +51,7 @@ var r = function() {
|
|
|
51
51
|
}
|
|
52
52
|
})], 1)])])])];
|
|
53
53
|
})], 2)], 1);
|
|
54
|
-
},
|
|
54
|
+
}, r = [];
|
|
55
55
|
const l = {
|
|
56
56
|
name: "DataIcons",
|
|
57
57
|
props: {
|
|
@@ -81,24 +81,24 @@ const l = {
|
|
|
81
81
|
return this.option.discount || !1;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
},
|
|
84
|
+
}, o = {};
|
|
85
85
|
var u = /* @__PURE__ */ c(
|
|
86
86
|
l,
|
|
87
|
-
r,
|
|
88
87
|
e,
|
|
88
|
+
r,
|
|
89
89
|
!1,
|
|
90
|
-
|
|
90
|
+
_,
|
|
91
91
|
null,
|
|
92
92
|
null,
|
|
93
93
|
null
|
|
94
94
|
);
|
|
95
|
-
function
|
|
96
|
-
for (let
|
|
97
|
-
this[
|
|
95
|
+
function _(t) {
|
|
96
|
+
for (let a in o)
|
|
97
|
+
this[a] = o[a];
|
|
98
98
|
}
|
|
99
|
-
const
|
|
99
|
+
const v = /* @__PURE__ */ function() {
|
|
100
100
|
return u.exports;
|
|
101
101
|
}();
|
|
102
102
|
export {
|
|
103
|
-
|
|
103
|
+
v as default
|
|
104
104
|
};
|
package/data-icons/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.data-icons .item{justify-content:center;align-items:center;width:90%;margin:10px 15px;display:flex}.data-icons .item a{text-decoration:none}.data-icons .item a:visited{color:inherit}.data-icons .item-icon{text-align:center;margin-top:3px;margin-right:0!important}.data-icons .item-icon>i{font-size:46px!important}.data-icons .item-info{text-align:center;padding:10px 0}.data-icons .item-info>span{color:#999;padding:5px 0;font-size:12px;display:block}.data-icons .item-info .count{font-size:20px;line-height:25px}.data-icons .item--easy{flex-direction:column}.data-icons .item--easy>.item-icon{margin:0}.data-icons .item--easy>.item-info{margin-top:-15px}.data-icons .item--easy>.item-info>span{font-size:14px}
|
|
1
|
+
.data-icons .item{justify-content:center;align-items:center;width:90%;margin:10px 15px;display:flex}.data-icons .item a{text-decoration:none}.data-icons .item a:visited{color:inherit}.data-icons .item-icon{text-align:center;margin-top:3px;margin-right:0!important}.data-icons .item-icon>i{font-size:46px!important}.data-icons .item-info{text-align:center;padding:10px 0}.data-icons .item-info>span{color:#999;padding:5px 0;font-size:12px;display:block}.data-icons .item-info .count{font-size:20px;line-height:25px}.data-icons .item--easy{flex-direction:column}.data-icons .item--easy>.item-icon{margin:0}.data-icons .item--easy>.item-info{margin-top:-15px}.data-icons .item--easy>.item-info>span{font-size:14px}
|