@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/data-imgtext/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
3
|
-
var a = this,
|
|
1
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var i = function() {
|
|
3
|
+
var a = this, e = a.$createElement, t = a._self._c || e;
|
|
4
4
|
return t("div", {
|
|
5
5
|
staticClass: "avue-data-imgtext"
|
|
6
6
|
}, [t("ElRow", {
|
|
@@ -26,7 +26,7 @@ var l = function() {
|
|
|
26
26
|
target: s.target
|
|
27
27
|
},
|
|
28
28
|
on: {
|
|
29
|
-
click: function(
|
|
29
|
+
click: function(n) {
|
|
30
30
|
s.click && s.click(s);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -45,25 +45,25 @@ var l = function() {
|
|
|
45
45
|
staticClass: "time"
|
|
46
46
|
}, [t("span", [a._v(a._s(s.time))])]), t("div", {
|
|
47
47
|
staticClass: "imgs"
|
|
48
|
-
}, [t("ul", a._l(s.headimg, function(
|
|
48
|
+
}, [t("ul", a._l(s.headimg, function(n, c) {
|
|
49
49
|
return t("li", {
|
|
50
50
|
key: c
|
|
51
51
|
}, [t("ElTooltip", {
|
|
52
52
|
attrs: {
|
|
53
53
|
effect: "dark",
|
|
54
|
-
content:
|
|
54
|
+
content: n.name,
|
|
55
55
|
placement: "top-start"
|
|
56
56
|
}
|
|
57
57
|
}, [t("img", {
|
|
58
58
|
attrs: {
|
|
59
|
-
src:
|
|
59
|
+
src: n.src,
|
|
60
60
|
alt: ""
|
|
61
61
|
}
|
|
62
62
|
})])], 1);
|
|
63
63
|
}), 0)])])])])]);
|
|
64
64
|
}), 1)], 1);
|
|
65
65
|
}, _ = [];
|
|
66
|
-
const
|
|
66
|
+
const u = {
|
|
67
67
|
name: "DataImgtext",
|
|
68
68
|
props: {
|
|
69
69
|
option: {
|
|
@@ -84,23 +84,23 @@ const p = {
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}, r = {};
|
|
87
|
-
var
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
var p = /* @__PURE__ */ l(
|
|
88
|
+
u,
|
|
89
|
+
i,
|
|
90
90
|
_,
|
|
91
91
|
!1,
|
|
92
|
-
|
|
92
|
+
v,
|
|
93
93
|
null,
|
|
94
94
|
null,
|
|
95
95
|
null
|
|
96
96
|
);
|
|
97
|
-
function
|
|
98
|
-
for (let
|
|
99
|
-
this[
|
|
97
|
+
function v(a) {
|
|
98
|
+
for (let e in r)
|
|
99
|
+
this[e] = r[e];
|
|
100
100
|
}
|
|
101
|
-
const
|
|
102
|
-
return
|
|
101
|
+
const m = /* @__PURE__ */ function() {
|
|
102
|
+
return p.exports;
|
|
103
103
|
}();
|
|
104
104
|
export {
|
|
105
|
-
|
|
105
|
+
m as default
|
|
106
106
|
};
|
package/data-imgtext/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-imgtext .item{border-radius:5px;width:240px;height:340px;margin:10px auto 50px;position:relative;box-shadow:2px 2px 20px #ccc}.avue-data-imgtext .item a{text-decoration:none}.avue-data-imgtext .item a:visited{color:inherit}.avue-data-imgtext .item-header img{background:red;border-radius:5px 5px 0 0;width:100%;height:170px}.avue-data-imgtext .item-content{padding:10px 15px;color:#333!important}.avue-data-imgtext .item-content span{font-size:20px}.avue-data-imgtext .item-content:hover span{color:#1890ff}.avue-data-imgtext .item-content p{height:60px;margin:6px 0;font-size:14px;overflow:hidden}.avue-data-imgtext .item-footer{padding:10px 15px;position:relative}.avue-data-imgtext .item-footer img{border-radius:50%;width:20px;height:20px}.avue-data-imgtext .item-footer div{display:inline-block}.avue-data-imgtext .item-footer div ul,.avue-data-imgtext .item-footer div li{border:2px solid #fff;border-radius:50%;margin:0 0 0 -8px;padding:0;list-style:none;display:inline-block}.avue-data-imgtext .item-footer div:first-child{font-size:14px;color:#ccc!important}.avue-data-imgtext .item-footer div:nth-child(2){position:absolute;right:15px}
|
|
1
|
+
.avue-data-imgtext .item{border-radius:5px;width:240px;height:340px;margin:10px auto 50px;position:relative;box-shadow:2px 2px 20px #ccc}.avue-data-imgtext .item a{text-decoration:none}.avue-data-imgtext .item a:visited{color:inherit}.avue-data-imgtext .item-header img{background:red;border-radius:5px 5px 0 0;width:100%;height:170px}.avue-data-imgtext .item-content{padding:10px 15px;color:#333!important}.avue-data-imgtext .item-content span{font-size:20px}.avue-data-imgtext .item-content:hover span{color:#1890ff}.avue-data-imgtext .item-content p{height:60px;margin:6px 0;font-size:14px;overflow:hidden}.avue-data-imgtext .item-footer{padding:10px 15px;position:relative}.avue-data-imgtext .item-footer img{border-radius:50%;width:20px;height:20px}.avue-data-imgtext .item-footer div{display:inline-block}.avue-data-imgtext .item-footer div ul,.avue-data-imgtext .item-footer div li{border:2px solid #fff;border-radius:50%;margin:0 0 0 -8px;padding:0;list-style:none;display:inline-block}.avue-data-imgtext .item-footer div:first-child{font-size:14px;color:#ccc!important}.avue-data-imgtext .item-footer div:nth-child(2){position:absolute;right:15px}
|
package/data-operatext/index.mjs
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
import { n as o } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var c = function() {
|
|
3
|
-
var t = this, e = t.$createElement,
|
|
4
|
-
return
|
|
3
|
+
var t = this, e = t.$createElement, a = t._self._c || e;
|
|
4
|
+
return a("div", {
|
|
5
5
|
staticClass: "avue-data-operatext"
|
|
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(s, i) {
|
|
11
|
+
return a("ElCol", {
|
|
12
12
|
key: i,
|
|
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:
|
|
22
|
+
href: s.href
|
|
23
23
|
},
|
|
24
24
|
on: {
|
|
25
25
|
click: function(n) {
|
|
26
|
-
|
|
26
|
+
s.click && s.click(s);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
}, [
|
|
29
|
+
}, [a("div", {
|
|
30
30
|
staticClass: "item-header",
|
|
31
31
|
style: {
|
|
32
|
-
backgroundColor:
|
|
33
|
-
backgroundImage: `url(${
|
|
32
|
+
backgroundColor: s.color,
|
|
33
|
+
backgroundImage: `url(${s.colorImg})`
|
|
34
34
|
}
|
|
35
|
-
}, [
|
|
35
|
+
}, [a("span", {
|
|
36
36
|
staticClass: "item-title"
|
|
37
|
-
}, [t._v(t._s(
|
|
37
|
+
}, [t._v(t._s(s.title))]), a("span", {
|
|
38
38
|
staticClass: "item-subtitle"
|
|
39
|
-
}, [t._v(t._s(
|
|
39
|
+
}, [t._v(t._s(s.subtitle))])]), a("div", {
|
|
40
40
|
staticClass: "item-content"
|
|
41
|
-
}, [
|
|
41
|
+
}, [a("div", {
|
|
42
42
|
staticClass: "item-img"
|
|
43
|
-
}, [
|
|
43
|
+
}, [a("img", {
|
|
44
44
|
attrs: {
|
|
45
|
-
src:
|
|
45
|
+
src: s.img,
|
|
46
46
|
alt: ""
|
|
47
47
|
}
|
|
48
|
-
})]),
|
|
48
|
+
})]), a("div", {
|
|
49
49
|
staticClass: "item-list"
|
|
50
|
-
}, t._l(
|
|
51
|
-
return
|
|
50
|
+
}, t._l(s.list, function(n, r) {
|
|
51
|
+
return a("div", {
|
|
52
52
|
key: r,
|
|
53
53
|
staticClass: "item-row"
|
|
54
|
-
}, [
|
|
54
|
+
}, [a("span", {
|
|
55
55
|
staticClass: "item-label"
|
|
56
|
-
}, [t._v(t._s(n.label))]),
|
|
56
|
+
}, [t._v(t._s(n.label))]), a("span", {
|
|
57
57
|
staticClass: "item-value"
|
|
58
58
|
}, [t._v(t._s(n.value))])]);
|
|
59
59
|
}), 0)])])])]);
|
|
60
60
|
}), 1)], 1);
|
|
61
|
-
},
|
|
62
|
-
const
|
|
61
|
+
}, _ = [];
|
|
62
|
+
const u = {
|
|
63
63
|
name: "DataOperatext",
|
|
64
64
|
props: {
|
|
65
65
|
option: {
|
|
@@ -78,9 +78,9 @@ const _ = {
|
|
|
78
78
|
}
|
|
79
79
|
}, l = {};
|
|
80
80
|
var p = /* @__PURE__ */ o(
|
|
81
|
-
_,
|
|
82
|
-
c,
|
|
83
81
|
u,
|
|
82
|
+
c,
|
|
83
|
+
_,
|
|
84
84
|
!1,
|
|
85
85
|
v,
|
|
86
86
|
null,
|
package/data-operatext/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-operatext .item{box-sizing:border-box;background:#fff;border-radius:3px;margin:5px 10px;position:relative;box-shadow:0 1px 1px rgba(0,0,0,.1)}.avue-data-operatext .item a{color:#333;text-decoration:none}.avue-data-operatext .item a:visited{color:inherit}.avue-data-operatext .item-header{color:#fff;background-position:50%;border-top-left-radius:3px;border-top-right-radius:3px;padding:20px 20px 60px}.avue-data-operatext .item-title{text-shadow:0 1px 1px rgba(0,0,0,.2);margin-top:0;margin-bottom:5px;font-size:25px;font-weight:300;display:block}.avue-data-operatext .item-subtitle{font-size:14px;font-weight:400}.avue-data-operatext .item-content{background-color:#fff;border-top:1px solid #f4f4f4;border-radius:0 0 3px 3px;padding:10px 10px 20px}.avue-data-operatext .item-img{border:4px solid #fff;border-radius:100%;width:90px;height:90px;margin:-60px auto 5px;overflow:hidden}.avue-data-operatext .item-img img{width:100%;height:100%}.avue-data-operatext .item-list{flex-wrap:wrap;display:flex}.avue-data-operatext .item-row{box-sizing:border-box;text-align:center;width:33.33%}.avue-data-operatext .item-label{margin-bottom:5px;font-size:16px;font-weight:600;display:block}.avue-data-operatext .item-value{text-transform:uppercase;font-weight:300;display:block}
|
|
1
|
+
.avue-data-operatext .item{box-sizing:border-box;background:#fff;border-radius:3px;margin:5px 10px;position:relative;box-shadow:0 1px 1px rgba(0,0,0,.1)}.avue-data-operatext .item a{color:#333;text-decoration:none}.avue-data-operatext .item a:visited{color:inherit}.avue-data-operatext .item-header{color:#fff;background-position:50%;border-top-left-radius:3px;border-top-right-radius:3px;padding:20px 20px 60px}.avue-data-operatext .item-title{text-shadow:0 1px 1px rgba(0,0,0,.2);margin-top:0;margin-bottom:5px;font-size:25px;font-weight:300;display:block}.avue-data-operatext .item-subtitle{font-size:14px;font-weight:400}.avue-data-operatext .item-content{background-color:#fff;border-top:1px solid #f4f4f4;border-radius:0 0 3px 3px;padding:10px 10px 20px}.avue-data-operatext .item-img{border:4px solid #fff;border-radius:100%;width:90px;height:90px;margin:-60px auto 5px;overflow:hidden}.avue-data-operatext .item-img img{width:100%;height:100%}.avue-data-operatext .item-list{flex-wrap:wrap;display:flex}.avue-data-operatext .item-row{box-sizing:border-box;text-align:center;width:33.33%}.avue-data-operatext .item-label{margin-bottom:5px;font-size:16px;font-weight:600;display:block}.avue-data-operatext .item-value{text-transform:uppercase;font-weight:300;display:block}
|
package/data-panel/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
1
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var l = function() {
|
|
3
3
|
var t = this, s = t.$createElement, a = t._self._c || s;
|
|
4
4
|
return a("div", {
|
|
5
5
|
staticClass: "avue-data-panel"
|
|
@@ -7,9 +7,9 @@ var c = function() {
|
|
|
7
7
|
attrs: {
|
|
8
8
|
span: 24
|
|
9
9
|
}
|
|
10
|
-
}, t._l(t.data, function(n,
|
|
10
|
+
}, t._l(t.data, function(n, i) {
|
|
11
11
|
return a("ElCol", {
|
|
12
|
-
key:
|
|
12
|
+
key: i,
|
|
13
13
|
attrs: {
|
|
14
14
|
md: t.span,
|
|
15
15
|
xs: 24,
|
|
@@ -20,7 +20,7 @@ var c = function() {
|
|
|
20
20
|
href: n.href
|
|
21
21
|
},
|
|
22
22
|
on: {
|
|
23
|
-
click: function(
|
|
23
|
+
click: function(d) {
|
|
24
24
|
n.click && n.click(n);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -46,7 +46,7 @@ var c = function() {
|
|
|
46
46
|
}
|
|
47
47
|
})], 1)])])]);
|
|
48
48
|
}), 1)], 1);
|
|
49
|
-
},
|
|
49
|
+
}, c = [];
|
|
50
50
|
const r = {
|
|
51
51
|
name: "DataPanel",
|
|
52
52
|
props: {
|
|
@@ -70,24 +70,24 @@ const r = {
|
|
|
70
70
|
return this.option.data || [];
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
},
|
|
74
|
-
var u = /* @__PURE__ */
|
|
73
|
+
}, e = {};
|
|
74
|
+
var u = /* @__PURE__ */ o(
|
|
75
75
|
r,
|
|
76
|
-
c,
|
|
77
76
|
l,
|
|
77
|
+
c,
|
|
78
78
|
!1,
|
|
79
|
-
|
|
79
|
+
_,
|
|
80
80
|
null,
|
|
81
81
|
null,
|
|
82
82
|
null
|
|
83
83
|
);
|
|
84
|
-
function
|
|
85
|
-
for (let s in
|
|
86
|
-
this[s] =
|
|
84
|
+
function _(t) {
|
|
85
|
+
for (let s in e)
|
|
86
|
+
this[s] = e[s];
|
|
87
87
|
}
|
|
88
|
-
const
|
|
88
|
+
const v = /* @__PURE__ */ function() {
|
|
89
89
|
return u.exports;
|
|
90
90
|
}();
|
|
91
91
|
export {
|
|
92
|
-
|
|
92
|
+
v as default
|
|
93
93
|
};
|
package/data-panel/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-panel .item{color:#666;cursor:pointer;background:#fff;border-color:rgba(0,0,0,.05);justify-content:space-between;align-items:center;height:108px;margin:0 20px;padding:0 30px;font-size:12px;display:flex;position:relative;overflow:hidden;box-shadow:4px 4px 40px rgba(0,0,0,.05)}.avue-data-panel .item-icon{font-size:52px}.avue-data-panel .item-info{text-align:center}.avue-data-panel .item-title{color:rgba(0,0,0,.45);margin-bottom:12px;font-size:16px;line-height:18px}.avue-data-panel .item-count{font-size:20px}
|
|
1
|
+
.avue-data-panel .item{color:#666;cursor:pointer;background:#fff;border-color:rgba(0,0,0,.05);justify-content:space-between;align-items:center;height:108px;margin:0 20px;padding:0 30px;font-size:12px;display:flex;position:relative;overflow:hidden;box-shadow:4px 4px 40px rgba(0,0,0,.05)}.avue-data-panel .item-icon{font-size:52px}.avue-data-panel .item-info{text-align:center}.avue-data-panel .item-title{color:rgba(0,0,0,.45);margin-bottom:12px;font-size:16px;line-height:18px}.avue-data-panel .item-count{font-size:20px}
|
package/data-pay/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var c = function() {
|
|
3
3
|
var t = this, o = t.$createElement, s = t._self._c || o;
|
|
4
4
|
return s("div", {
|
|
@@ -66,9 +66,9 @@ var c = function() {
|
|
|
66
66
|
}
|
|
67
67
|
}, [t._v(t._s(a.subtext))])], 2), s("div", {
|
|
68
68
|
staticClass: "list"
|
|
69
|
-
}, t._l(a.list, function(n,
|
|
69
|
+
}, t._l(a.list, function(n, e) {
|
|
70
70
|
return s("div", {
|
|
71
|
-
key:
|
|
71
|
+
key: e,
|
|
72
72
|
staticClass: "list-item"
|
|
73
73
|
}, [n.check ? s("i", {
|
|
74
74
|
staticClass: "list-item-icon list-item--check",
|
|
@@ -106,7 +106,7 @@ var c = function() {
|
|
|
106
106
|
}), 0)])]);
|
|
107
107
|
}), 1)], 1);
|
|
108
108
|
}, _ = [];
|
|
109
|
-
const
|
|
109
|
+
const u = {
|
|
110
110
|
name: "DataPay",
|
|
111
111
|
props: {
|
|
112
112
|
option: {
|
|
@@ -130,8 +130,8 @@ const p = {
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
}, l = {};
|
|
133
|
-
var
|
|
134
|
-
|
|
133
|
+
var p = /* @__PURE__ */ r(
|
|
134
|
+
u,
|
|
135
135
|
c,
|
|
136
136
|
_,
|
|
137
137
|
!1,
|
|
@@ -145,7 +145,7 @@ function d(t) {
|
|
|
145
145
|
this[o] = l[o];
|
|
146
146
|
}
|
|
147
147
|
const f = /* @__PURE__ */ function() {
|
|
148
|
-
return
|
|
148
|
+
return p.exports;
|
|
149
149
|
}();
|
|
150
150
|
export {
|
|
151
151
|
f as default
|
package/data-pay/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-pay .item{background-color:#fff;border-radius:4px;width:80%;min-height:670px;margin:0 auto;padding-bottom:16px;position:relative;box-shadow:1px 2px 10px #eee}.avue-data-pay .item a{text-decoration:none}.avue-data-pay .item a:visited{color:inherit}.avue-data-pay .top{border-radius:4px 4px 0 0;width:100%;height:6px;position:absolute;top:0;left:0}.avue-data-pay .header{text-align:center;margin-bottom:40px}.avue-data-pay .title{text-align:center;padding:20px 0 10px;font-size:20px;font-weight:200}.avue-data-pay .money span{margin-right:5px;font-size:14px}.avue-data-pay .money .b{margin-right:2px;font-size:20px;font-weight:700}.avue-data-pay .money s{margin-right:3px;font-size:12px}.avue-data-pay .money em{font-size:14px;font-style:normal}.avue-data-pay .img{width:50px}.avue-data-pay .line{background:rgba(150,150,150,.1);width:60%;height:1px;margin:20px auto}.avue-data-pay .btn{color:#fff;text-align:center;cursor:pointer;border-radius:32px;width:120px;height:32px;margin:0 auto;line-height:32px;transition:opacity .2s ease-in-out;display:block}.avue-data-pay .list-item{color:#666;margin-bottom:12px;padding-left:20px;font-size:14px;list-style:none}.avue-data-pay .list-item a{color:#666}.avue-data-pay .list-item-icon{color:#515a6e;margin-right:8px}.avue-data-pay .list-item--link{color:#2d8cf0;font-size:12px}.avue-data-pay .list-item--no,.avue-data-pay .list-item--no+span{color:#c5c8ce}
|
|
1
|
+
.avue-data-pay .item{background-color:#fff;border-radius:4px;width:80%;min-height:670px;margin:0 auto;padding-bottom:16px;position:relative;box-shadow:1px 2px 10px #eee}.avue-data-pay .item a{text-decoration:none}.avue-data-pay .item a:visited{color:inherit}.avue-data-pay .top{border-radius:4px 4px 0 0;width:100%;height:6px;position:absolute;top:0;left:0}.avue-data-pay .header{text-align:center;margin-bottom:40px}.avue-data-pay .title{text-align:center;padding:20px 0 10px;font-size:20px;font-weight:200}.avue-data-pay .money span{margin-right:5px;font-size:14px}.avue-data-pay .money .b{margin-right:2px;font-size:20px;font-weight:700}.avue-data-pay .money s{margin-right:3px;font-size:12px}.avue-data-pay .money em{font-size:14px;font-style:normal}.avue-data-pay .img{width:50px}.avue-data-pay .line{background:rgba(150,150,150,.1);width:60%;height:1px;margin:20px auto}.avue-data-pay .btn{color:#fff;text-align:center;cursor:pointer;border-radius:32px;width:120px;height:32px;margin:0 auto;line-height:32px;transition:opacity .2s ease-in-out;display:block}.avue-data-pay .list-item{color:#666;margin-bottom:12px;padding-left:20px;font-size:14px;list-style:none}.avue-data-pay .list-item a{color:#666}.avue-data-pay .list-item-icon{color:#515a6e;margin-right:8px}.avue-data-pay .list-item--link{color:#2d8cf0;font-size:12px}.avue-data-pay .list-item--no,.avue-data-pay .list-item--no+span{color:#c5c8ce}
|
package/data-price/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as l } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var o = function() {
|
|
3
3
|
var t = this, n = t.$createElement, s = t._self._c || n;
|
|
4
4
|
return s("div", {
|
|
@@ -43,8 +43,8 @@ var o = function() {
|
|
|
43
43
|
}, [t._v(" " + t._s(e) + " ")]);
|
|
44
44
|
}), 0)])])])];
|
|
45
45
|
})], 2)], 1);
|
|
46
|
-
},
|
|
47
|
-
const
|
|
46
|
+
}, _ = [];
|
|
47
|
+
const p = {
|
|
48
48
|
name: "DataPrice",
|
|
49
49
|
props: {
|
|
50
50
|
option: {
|
|
@@ -63,9 +63,9 @@ const _ = {
|
|
|
63
63
|
}
|
|
64
64
|
}, r = {};
|
|
65
65
|
var u = /* @__PURE__ */ l(
|
|
66
|
-
_,
|
|
67
|
-
o,
|
|
68
66
|
p,
|
|
67
|
+
o,
|
|
68
|
+
_,
|
|
69
69
|
!1,
|
|
70
70
|
v,
|
|
71
71
|
null,
|
package/data-price/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.data-price .item{text-align:center;border:1px solid #ccc;margin:0 20px;box-shadow:2px 3px 15px #eee}.data-price .item:hover{border:1px solid #00a680}.data-price .item:hover .body{color:#fff;background-color:#00a680}.data-price .item:hover .body:after{border-top-color:#00a680}.data-price .item:hover .list{color:#00a680}.data-price .item:hover .price{color:#fff}.data-price .item .title{color:#333;height:80px;font-size:18px;line-height:80px}.data-price .item .price{color:#6b6b6b;height:120px;margin:0 0 50px;padding:0 8px;font-size:42px;line-height:120px}.data-price .item .append{font-size:16px}.data-price .item .body{color:#6b6b6b;background-color:#f4f4f4;height:120px;margin:0 0 50px;padding:0;font-size:42px;line-height:120px;position:relative}.data-price .item .body:before{content:"¥";font-size:16px;font-weight:400}.data-price .item .body:after{content:"";border:30px solid transparent;border-top:20px solid #f4f4f4;border-bottom-width:0;width:0;height:0;display:block;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.data-price .item .list{color:#666;padding-bottom:30px;font-size:14px}
|
|
1
|
+
.data-price .item{text-align:center;border:1px solid #ccc;margin:0 20px;box-shadow:2px 3px 15px #eee}.data-price .item:hover{border:1px solid #00a680}.data-price .item:hover .body{color:#fff;background-color:#00a680}.data-price .item:hover .body:after{border-top-color:#00a680}.data-price .item:hover .list{color:#00a680}.data-price .item:hover .price{color:#fff}.data-price .item .title{color:#333;height:80px;font-size:18px;line-height:80px}.data-price .item .price{color:#6b6b6b;height:120px;margin:0 0 50px;padding:0 8px;font-size:42px;line-height:120px}.data-price .item .append{font-size:16px}.data-price .item .body{color:#6b6b6b;background-color:#f4f4f4;height:120px;margin:0 0 50px;padding:0;font-size:42px;line-height:120px;position:relative}.data-price .item .body:before{content:"¥";font-size:16px;font-weight:400}.data-price .item .body:after{content:"";border:30px solid transparent;border-top:20px solid #f4f4f4;border-bottom-width:0;width:0;height:0;display:block;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.data-price .item .list{color:#666;padding-bottom:30px;font-size:14px}
|
package/data-progress/index.mjs
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import { n as r } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var i = function() {
|
|
3
|
-
var a = this,
|
|
4
|
-
return
|
|
3
|
+
var a = this, n = a.$createElement, s = a._self._c || n;
|
|
4
|
+
return s("div", {
|
|
5
5
|
staticClass: "data-progress"
|
|
6
|
-
}, [
|
|
6
|
+
}, [s("ElRow", {
|
|
7
7
|
attrs: {
|
|
8
8
|
span: 24
|
|
9
9
|
}
|
|
10
10
|
}, a._l(a.data, function(t, o) {
|
|
11
|
-
return
|
|
11
|
+
return s("ElCol", {
|
|
12
12
|
key: o,
|
|
13
13
|
attrs: {
|
|
14
14
|
md: a.span,
|
|
15
15
|
xs: 24,
|
|
16
16
|
sm: 12
|
|
17
17
|
}
|
|
18
|
-
}, [
|
|
18
|
+
}, [s("div", {
|
|
19
19
|
staticClass: "item"
|
|
20
|
-
}, [
|
|
20
|
+
}, [s("a", {
|
|
21
21
|
attrs: {
|
|
22
22
|
href: t.href,
|
|
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
|
}
|
|
30
|
-
}, [
|
|
30
|
+
}, [s("div", {
|
|
31
31
|
staticClass: "item-header"
|
|
32
|
-
}, [
|
|
32
|
+
}, [s("CountUp", {
|
|
33
33
|
staticClass: "item-count",
|
|
34
34
|
attrs: {
|
|
35
35
|
animation: t.animation || a.animation,
|
|
36
36
|
decimals: t.decimals || a.decimals,
|
|
37
37
|
end: t.count
|
|
38
38
|
}
|
|
39
|
-
}),
|
|
39
|
+
}), s("div", {
|
|
40
40
|
staticClass: "item-title",
|
|
41
41
|
domProps: {
|
|
42
42
|
textContent: a._s(t.title)
|
|
43
43
|
}
|
|
44
|
-
})], 1),
|
|
44
|
+
})], 1), s("ElProgress", {
|
|
45
45
|
attrs: {
|
|
46
46
|
"stroke-width": 15,
|
|
47
47
|
percentage: t.count,
|
|
@@ -80,14 +80,14 @@ var u = /* @__PURE__ */ r(
|
|
|
80
80
|
i,
|
|
81
81
|
c,
|
|
82
82
|
!1,
|
|
83
|
-
|
|
83
|
+
_,
|
|
84
84
|
null,
|
|
85
85
|
null,
|
|
86
86
|
null
|
|
87
87
|
);
|
|
88
|
-
function
|
|
89
|
-
for (let
|
|
90
|
-
this[
|
|
88
|
+
function _(a) {
|
|
89
|
+
for (let n in e)
|
|
90
|
+
this[n] = e[n];
|
|
91
91
|
}
|
|
92
92
|
const m = /* @__PURE__ */ function() {
|
|
93
93
|
return u.exports;
|
package/data-progress/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.data-progress .item{margin:10px}.data-progress .item a{text-decoration:none}.data-progress .item a:visited{color:inherit}.data-progress .item-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.data-progress .item-count{color:#666;font-size:26px;line-height:26px}.data-progress .item-title{color:#999;font-size:14px}
|
|
1
|
+
.data-progress .item{margin:10px}.data-progress .item a{text-decoration:none}.data-progress .item a:visited{color:inherit}.data-progress .item-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.data-progress .item-count{color:#666;font-size:26px;line-height:26px}.data-progress .item-title{color:#999;font-size:14px}
|
package/data-rotate/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as
|
|
1
|
+
import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var c = function() {
|
|
3
3
|
var t = this, s = t.$createElement, a = t._self._c || s;
|
|
4
4
|
return a("div", {
|
|
@@ -7,9 +7,9 @@ var c = function() {
|
|
|
7
7
|
attrs: {
|
|
8
8
|
span: 24
|
|
9
9
|
}
|
|
10
|
-
}, t._l(t.data, function(n,
|
|
10
|
+
}, t._l(t.data, function(n, e) {
|
|
11
11
|
return a("ElCol", {
|
|
12
|
-
key:
|
|
12
|
+
key: e,
|
|
13
13
|
attrs: {
|
|
14
14
|
md: t.span,
|
|
15
15
|
xs: 24,
|
|
@@ -39,7 +39,7 @@ var c = function() {
|
|
|
39
39
|
href: n.href
|
|
40
40
|
},
|
|
41
41
|
on: {
|
|
42
|
-
click: function(
|
|
42
|
+
click: function(p) {
|
|
43
43
|
n.click && n.click(n);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -74,17 +74,17 @@ const l = {
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
}, o = {};
|
|
77
|
-
var u = /* @__PURE__ */
|
|
77
|
+
var u = /* @__PURE__ */ i(
|
|
78
78
|
l,
|
|
79
79
|
c,
|
|
80
80
|
r,
|
|
81
81
|
!1,
|
|
82
|
-
|
|
82
|
+
_,
|
|
83
83
|
null,
|
|
84
84
|
null,
|
|
85
85
|
null
|
|
86
86
|
);
|
|
87
|
-
function
|
|
87
|
+
function _(t) {
|
|
88
88
|
for (let s in o)
|
|
89
89
|
this[s] = o[s];
|
|
90
90
|
}
|
package/data-rotate/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-rotate .item{box-sizing:border-box;color:#fff;border-radius:3px;margin:5px 10px;position:relative}.avue-data-rotate .item-box{padding:10px 20px}.avue-data-rotate .item-count{white-space:nowrap;margin-bottom:5px;font-size:38px;font-weight:300;display:block}.avue-data-rotate .item-title{font-size:15px}.avue-data-rotate .item-icon{color:rgba(0,0,0,.15);font-size:65px;transition:all .3s linear;position:absolute;top:20px;right:20px}.avue-data-rotate .item-icon:hover{font-size:70px}.avue-data-rotate .item-more{z-index:10;color:rgba(255,255,255,.8);letter-spacing:2px;text-align:center;background:rgba(0,0,0,.1);padding:3px 0;font-size:14px;text-decoration:none;display:block;position:relative}
|
|
1
|
+
.avue-data-rotate .item{box-sizing:border-box;color:#fff;border-radius:3px;margin:5px 10px;position:relative}.avue-data-rotate .item-box{padding:10px 20px}.avue-data-rotate .item-count{white-space:nowrap;margin-bottom:5px;font-size:38px;font-weight:300;display:block}.avue-data-rotate .item-title{font-size:15px}.avue-data-rotate .item-icon{color:rgba(0,0,0,.15);font-size:65px;transition:all .3s linear;position:absolute;top:20px;right:20px}.avue-data-rotate .item-icon:hover{font-size:70px}.avue-data-rotate .item-more{z-index:10;color:rgba(255,255,255,.8);letter-spacing:2px;text-align:center;background:rgba(0,0,0,.1);padding:3px 0;font-size:14px;text-decoration:none;display:block;position:relative}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as n } from "../chunks/index.
|
|
2
|
-
import { n as o } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { f as n } from "../chunks/index.57f871af.mjs";
|
|
2
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
3
|
var r = function() {
|
|
4
4
|
var e = this, t = e.$createElement, l = e._self._c || t;
|
|
5
5
|
return l("ElementDialog", {
|
package/data-tabs/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as i } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var r = function() {
|
|
3
3
|
var t = this, n = t.$createElement, a = t._self._c || n;
|
|
4
4
|
return a("div", {
|
|
@@ -7,9 +7,9 @@ var r = function() {
|
|
|
7
7
|
attrs: {
|
|
8
8
|
span: 24
|
|
9
9
|
}
|
|
10
|
-
}, t._l(t.data, function(s,
|
|
10
|
+
}, t._l(t.data, function(s, o) {
|
|
11
11
|
return a("ElCol", {
|
|
12
|
-
key:
|
|
12
|
+
key: o,
|
|
13
13
|
attrs: {
|
|
14
14
|
md: t.span,
|
|
15
15
|
xs: 24,
|
|
@@ -71,7 +71,7 @@ const l = {
|
|
|
71
71
|
return this.option.data || [];
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
},
|
|
74
|
+
}, e = {};
|
|
75
75
|
var _ = /* @__PURE__ */ i(
|
|
76
76
|
l,
|
|
77
77
|
r,
|
|
@@ -83,8 +83,8 @@ var _ = /* @__PURE__ */ i(
|
|
|
83
83
|
null
|
|
84
84
|
);
|
|
85
85
|
function u(t) {
|
|
86
|
-
for (let n in
|
|
87
|
-
this[n] =
|
|
86
|
+
for (let n in e)
|
|
87
|
+
this[n] = e[n];
|
|
88
88
|
}
|
|
89
89
|
const v = /* @__PURE__ */ function() {
|
|
90
90
|
return _.exports;
|
package/data-tabs/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-data-tabs .item{box-sizing:border-box;color:#fff;border-radius:4px;height:160px;margin:15px;padding:12px;position:relative;overflow:hidden}.avue-data-tabs .item a{color:#fff}.avue-data-tabs .item-header{position:relative}.avue-data-tabs .item-header>p{color:#fff;margin:0;font-size:14px}.avue-data-tabs .item-header>span{background:rgba(255,255,255,.3);border-radius:4px;padding:2px 8px;font-size:12px;position:absolute;top:0;right:0}.avue-data-tabs .item-body .h2{color:#fff;margin:0;font-size:32px;font-weight:700;line-height:60px}.avue-data-tabs .item-footer{padding-top:8px;line-height:20px}.avue-data-tabs .item-footer>span{font-size:10px}.avue-data-tabs .item-footer>p{color:#fff;margin:0;font-size:12px}.avue-data-tabs .item-tip{opacity:.1;border:2px solid #fff;border-radius:100%;justify-content:center;align-items:center;width:80px;height:80px;font-size:48px;display:flex;position:absolute;bottom:10px;right:10px;transform:rotate(-40deg)}
|
|
1
|
+
.avue-data-tabs .item{box-sizing:border-box;color:#fff;border-radius:4px;height:160px;margin:15px;padding:12px;position:relative;overflow:hidden}.avue-data-tabs .item a{color:#fff}.avue-data-tabs .item-header{position:relative}.avue-data-tabs .item-header>p{color:#fff;margin:0;font-size:14px}.avue-data-tabs .item-header>span{background:rgba(255,255,255,.3);border-radius:4px;padding:2px 8px;font-size:12px;position:absolute;top:0;right:0}.avue-data-tabs .item-body .h2{color:#fff;margin:0;font-size:32px;font-weight:700;line-height:60px}.avue-data-tabs .item-footer{padding-top:8px;line-height:20px}.avue-data-tabs .item-footer>span{font-size:10px}.avue-data-tabs .item-footer>p{color:#fff;margin:0;font-size:12px}.avue-data-tabs .item-tip{opacity:.1;border:2px solid #fff;border-radius:100%;justify-content:center;align-items:center;width:80px;height:80px;font-size:48px;display:flex;position:absolute;bottom:10px;right:10px;transform:rotate(-40deg)}
|