@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/input-number/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import u from "element-ui/src/mixins/focus";
|
|
2
2
|
import o from "element-ui/src/directives/repeat-click";
|
|
3
|
-
import { i as a } from "../chunks/input-number-mixin.
|
|
4
|
-
import { n as l } from "../chunks/vueComponentNormalizer.
|
|
3
|
+
import { i as a } from "../chunks/input-number-mixin.41a066be.mjs";
|
|
4
|
+
import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
5
5
|
var c = function() {
|
|
6
6
|
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
7
7
|
return n("div", {
|
package/input-number/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-input-number.input-number{display:block}.el-input-number.input-number .el-input-group{display:inline-table}.el-input-number.input-number .el-input{width:100%}
|
|
1
|
+
.el-input-number.input-number{display:block}.el-input-number.input-number .el-input-group{display:inline-table}.el-input-number.input-number .el-input{width:100%}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { isNotEmpty as
|
|
2
|
-
import { n as o } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { isNotEmpty as i } from "@web-utils/core";
|
|
2
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
3
|
var r = function() {
|
|
4
4
|
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
5
5
|
return n("div", {
|
|
@@ -19,8 +19,8 @@ var r = function() {
|
|
|
19
19
|
},
|
|
20
20
|
model: {
|
|
21
21
|
value: t.val[0],
|
|
22
|
-
callback: function(
|
|
23
|
-
t.$set(t.val, 0,
|
|
22
|
+
callback: function(s) {
|
|
23
|
+
t.$set(t.val, 0, s);
|
|
24
24
|
},
|
|
25
25
|
expression: "val[0]"
|
|
26
26
|
}
|
|
@@ -44,8 +44,8 @@ var r = function() {
|
|
|
44
44
|
},
|
|
45
45
|
model: {
|
|
46
46
|
value: t.val[1],
|
|
47
|
-
callback: function(
|
|
48
|
-
t.$set(t.val, 1,
|
|
47
|
+
callback: function(s) {
|
|
48
|
+
t.$set(t.val, 1, s);
|
|
49
49
|
},
|
|
50
50
|
expression: "val[1]"
|
|
51
51
|
}
|
|
@@ -78,7 +78,7 @@ const u = {
|
|
|
78
78
|
immediate: !0,
|
|
79
79
|
handler(t) {
|
|
80
80
|
const e = [void 0, void 0];
|
|
81
|
-
|
|
81
|
+
i(t == null ? void 0 : t[0]) && (e[0] = t[0]), i(t == null ? void 0 : t[1]) && (e[1] = t[1]), this.val = e;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.input-number-range{flex-direction:row;align-items:center;width:100%;display:flex}
|
|
1
|
+
.input-number-range{flex-direction:row;align-items:center;width:100%;display:flex}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as _ } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
const C = Object.prototype.toString;
|
|
3
3
|
function d(e) {
|
|
4
4
|
return e != null;
|
|
@@ -93,7 +93,11 @@ const k = {
|
|
|
93
93
|
i && o && l(i, o)
|
|
94
94
|
)
|
|
95
95
|
return t;
|
|
96
|
-
const { cache: s, keys: a } = this, r = t.key == null ?
|
|
96
|
+
const { cache: s, keys: a } = this, r = t.key == null ? (
|
|
97
|
+
// same constructor may get registered as different local components
|
|
98
|
+
// so cid alone is not enough (#3269)
|
|
99
|
+
n.Ctor.cid + (n.tag ? `::${n.tag}` : "")
|
|
100
|
+
) : t.key, u = s[r];
|
|
97
101
|
u ? u.cid === n.Ctor.cid ? (t.componentInstance = u.componentInstance, y(a, r), a.push(r)) : (u.componentInstance.$destroy(), s[r] = null, this.vnodeToCache = t, this.keyToCache = r) : (this.vnodeToCache = t, this.keyToCache = r), t.data.keepAlive = !0;
|
|
98
102
|
}
|
|
99
103
|
return t || e && e[0];
|
package/keyboard/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as
|
|
1
|
+
import { n as S } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
let T = class {
|
|
3
3
|
constructor(e) {
|
|
4
4
|
if (typeof e != "object") {
|
|
@@ -17,11 +17,7 @@ let T = class {
|
|
|
17
17
|
o.push(t.toString());
|
|
18
18
|
o.push("0");
|
|
19
19
|
const s = e.keys || [
|
|
20
|
-
["`"].concat(o).concat([
|
|
21
|
-
"-",
|
|
22
|
-
"=",
|
|
23
|
-
"Delete"
|
|
24
|
-
]),
|
|
20
|
+
["`"].concat(o).concat(["-", "=", "Delete"]),
|
|
25
21
|
["Tab", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\\"],
|
|
26
22
|
["Caps", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "Enter"],
|
|
27
23
|
["Shift", "z", "x", "c", "v", "b", "n", "m", ",", ".", "/", "Shift"],
|
|
@@ -294,8 +290,8 @@ var E = function() {
|
|
|
294
290
|
id: "keyboard"
|
|
295
291
|
}
|
|
296
292
|
})]);
|
|
297
|
-
},
|
|
298
|
-
const
|
|
293
|
+
}, _ = [];
|
|
294
|
+
const L = {
|
|
299
295
|
name: "Keyboard",
|
|
300
296
|
props: {
|
|
301
297
|
ele: {
|
|
@@ -353,31 +349,36 @@ const C = {
|
|
|
353
349
|
};
|
|
354
350
|
this.type === "default" ? d = new T(e) : this.type === "number" && (d = new $(e));
|
|
355
351
|
const r = this.ele.indexOf("#") === 0 ? this.ele.substring(1) : this.ele;
|
|
356
|
-
d.inputOn(
|
|
357
|
-
|
|
358
|
-
|
|
352
|
+
d.inputOn(
|
|
353
|
+
`#${r}`,
|
|
354
|
+
"value",
|
|
355
|
+
(c, i) => {
|
|
356
|
+
this.$emit("click", c, i);
|
|
357
|
+
},
|
|
358
|
+
this.rebind ? this.customClick : null
|
|
359
|
+
), this.keyboard = d;
|
|
359
360
|
},
|
|
360
361
|
bindClick(d, e) {
|
|
361
362
|
this.keyboard.onclick(d, e), this.customClick[d] = e;
|
|
362
363
|
}
|
|
363
364
|
}
|
|
364
|
-
},
|
|
365
|
-
var
|
|
366
|
-
C,
|
|
367
|
-
E,
|
|
365
|
+
}, g = {};
|
|
366
|
+
var C = /* @__PURE__ */ S(
|
|
368
367
|
L,
|
|
368
|
+
E,
|
|
369
|
+
_,
|
|
369
370
|
!1,
|
|
370
|
-
|
|
371
|
+
H,
|
|
371
372
|
null,
|
|
372
373
|
null,
|
|
373
374
|
null
|
|
374
375
|
);
|
|
375
|
-
function
|
|
376
|
-
for (let e in
|
|
377
|
-
this[e] =
|
|
376
|
+
function H(d) {
|
|
377
|
+
for (let e in g)
|
|
378
|
+
this[e] = g[e];
|
|
378
379
|
}
|
|
379
380
|
const x = /* @__PURE__ */ function() {
|
|
380
|
-
return
|
|
381
|
+
return C.exports;
|
|
381
382
|
}();
|
|
382
383
|
export {
|
|
383
384
|
x as default
|
package/keyboard/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-keyboard--default .akeyboard-keyboard{box-sizing:border-box;background:#f0f0f0;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--default .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--default .akeyboard-keyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--default .akeyboard-keyboard-keys:hover{color:#fff;background:#1e9fff}.avue-keyboard--default .akeyboard-keyboard-keys-Delete,.avue-keyboard--default .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--default .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--default .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--default .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--default .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--default .keyboard-keyboard-keys-focus{color:#fff;background:#1e9fff}.avue-keyboard--default .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--default .akeyboard-numberKeyboard{box-sizing:border-box;background:#f0f0f0;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--default .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--default .akeyboard-mobileKeyboard{box-sizing:border-box;background:#f0f0f0;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--default .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#1e9fff!important}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--default .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#1e9fff!important}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#1e9fff!important}.avue-keyboard--green .akeyboard-keyboard{box-sizing:border-box;background:#030;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--green .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--green .akeyboard-keyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#cc9;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--green .akeyboard-keyboard-keys:hover{color:#fff;background:#693}.avue-keyboard--green .akeyboard-keyboard-keys-Delete,.avue-keyboard--green .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--green .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--green .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--green .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--green .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--green .keyboard-keyboard-keys-focus{color:#fff;background:#693}.avue-keyboard--green .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--green .akeyboard-numberKeyboard{box-sizing:border-box;background:#030;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--green .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--green .akeyboard-mobileKeyboard{box-sizing:border-box;background:#030;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#cc9;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--green .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#693!important}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--green .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#693!important}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#693!important}.avue-keyboard--dark .akeyboard-keyboard{box-sizing:border-box;color:#fff;background:#000;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--dark .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--dark .akeyboard-keyboard-keys{box-sizing:border-box;color:#fff;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#393d49;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--dark .akeyboard-keyboard-keys:hover{background:#1e9fff}.avue-keyboard--dark .akeyboard-keyboard-keys-Delete,.avue-keyboard--dark .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--dark .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--dark .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--dark .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--dark .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--dark .keyboard-keyboard-keys-focus{background:#1e9fff}.avue-keyboard--dark .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--dark .akeyboard-numberKeyboard{box-sizing:border-box;background:#000;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--dark .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--dark .akeyboard-mobileKeyboard{box-sizing:border-box;background:#000;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys{box-sizing:border-box;color:#fff;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#393d49;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#1e9fff!important}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#1e9fff!important}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#1e9fff!important}.avue-keyboard--classic .akeyboard-keyboard{box-sizing:border-box;background:#2f4056;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--classic .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--classic .akeyboard-keyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--classic .akeyboard-keyboard-keys:hover{color:#fff;background:#c2c2c2}.avue-keyboard--classic .akeyboard-keyboard-keys-Delete,.avue-keyboard--classic .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--classic .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--classic .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--classic .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--classic .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--classic .keyboard-keyboard-keys-focus{color:#fff;background:#c2c2c2}.avue-keyboard--classic .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--classic .akeyboard-numberKeyboard{box-sizing:border-box;background:#2f4056;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--classic .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--classic .akeyboard-mobileKeyboard{box-sizing:border-box;background:#2f4056;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#c2c2c2!important}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#c2c2c2!important}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#c2c2c2!important}
|
|
1
|
+
.avue-keyboard--default .akeyboard-keyboard{box-sizing:border-box;background:#f0f0f0;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--default .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--default .akeyboard-keyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--default .akeyboard-keyboard-keys:hover{color:#fff;background:#1e9fff}.avue-keyboard--default .akeyboard-keyboard-keys-Delete,.avue-keyboard--default .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--default .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--default .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--default .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--default .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--default .keyboard-keyboard-keys-focus{color:#fff;background:#1e9fff}.avue-keyboard--default .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--default .akeyboard-numberKeyboard{box-sizing:border-box;background:#f0f0f0;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--default .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--default .akeyboard-mobileKeyboard{box-sizing:border-box;background:#f0f0f0;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--default .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#1e9fff!important}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--default .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#1e9fff!important}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#1e9fff!important}.avue-keyboard--green .akeyboard-keyboard{box-sizing:border-box;background:#030;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--green .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--green .akeyboard-keyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#cc9;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--green .akeyboard-keyboard-keys:hover{color:#fff;background:#693}.avue-keyboard--green .akeyboard-keyboard-keys-Delete,.avue-keyboard--green .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--green .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--green .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--green .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--green .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--green .keyboard-keyboard-keys-focus{color:#fff;background:#693}.avue-keyboard--green .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--green .akeyboard-numberKeyboard{box-sizing:border-box;background:#030;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--green .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--green .akeyboard-mobileKeyboard{box-sizing:border-box;background:#030;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#cc9;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--green .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#693!important}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--green .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#693!important}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#693!important}.avue-keyboard--dark .akeyboard-keyboard{box-sizing:border-box;color:#fff;background:#000;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--dark .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--dark .akeyboard-keyboard-keys{box-sizing:border-box;color:#fff;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#393d49;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--dark .akeyboard-keyboard-keys:hover{background:#1e9fff}.avue-keyboard--dark .akeyboard-keyboard-keys-Delete,.avue-keyboard--dark .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--dark .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--dark .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--dark .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--dark .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--dark .keyboard-keyboard-keys-focus{background:#1e9fff}.avue-keyboard--dark .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--dark .akeyboard-numberKeyboard{box-sizing:border-box;background:#000;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--dark .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--dark .akeyboard-mobileKeyboard{box-sizing:border-box;background:#000;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys{box-sizing:border-box;color:#fff;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#393d49;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#1e9fff!important}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#1e9fff!important}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#1e9fff!important}.avue-keyboard--classic .akeyboard-keyboard{box-sizing:border-box;background:#2f4056;border-radius:5px;width:100%;height:100%;padding:9px 5px 5px}.avue-keyboard--classic .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--classic .akeyboard-keyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:5px;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;display:inline-block}.avue-keyboard--classic .akeyboard-keyboard-keys:hover{color:#fff;background:#c2c2c2}.avue-keyboard--classic .akeyboard-keyboard-keys-Delete,.avue-keyboard--classic .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--classic .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--classic .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--classic .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--classic .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--classic .keyboard-keyboard-keys-focus{color:#fff;background:#c2c2c2}.avue-keyboard--classic .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;border-radius:0!important;width:100%!important;height:auto!important}.avue-keyboard--classic .akeyboard-numberKeyboard{box-sizing:border-box;background:#2f4056;border-radius:5px;width:100%;height:100%;padding:10px 5px 5px}.avue-keyboard--classic .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--classic .akeyboard-mobileKeyboard{box-sizing:border-box;background:#2f4056;border-radius:5px;width:100%;height:100%;padding:11px 5px 5px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys{box-sizing:border-box;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:3px;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;display:inline-block}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#c2c2c2!important}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-⇧,.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-⇦{background-color:#999faf;width:25px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Enter{color:#fff;width:55px;height:28px;line-height:28px;background:#c2c2c2!important}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#c2c2c2!important}
|
package/license/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as l } from "../chunks/util.
|
|
2
|
-
import { n as g } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { C as l } from "../chunks/util.ae730cde.mjs";
|
|
2
|
+
import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
3
|
var m = function() {
|
|
4
4
|
var t = this, e = t.$createElement, s = t._self._c || e;
|
|
5
5
|
return s("div", {
|
package/loading-view/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as o } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var s = function() {
|
|
3
3
|
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
4
4
|
return n("div", {
|
|
@@ -44,18 +44,18 @@ var r = /* @__PURE__ */ o(
|
|
|
44
44
|
s,
|
|
45
45
|
a,
|
|
46
46
|
!1,
|
|
47
|
-
|
|
47
|
+
_,
|
|
48
48
|
null,
|
|
49
49
|
null,
|
|
50
50
|
null
|
|
51
51
|
);
|
|
52
|
-
function
|
|
52
|
+
function _(t) {
|
|
53
53
|
for (let e in i)
|
|
54
54
|
this[e] = i[e];
|
|
55
55
|
}
|
|
56
|
-
const
|
|
56
|
+
const u = /* @__PURE__ */ function() {
|
|
57
57
|
return r.exports;
|
|
58
58
|
}();
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
u as default
|
|
61
61
|
};
|
package/loading-view/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.loading-view{color:#909399;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex;position:relative}
|
|
1
|
+
.loading-view{color:#909399;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex;position:relative}
|
package/login/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { s as l } from "../chunks/util.
|
|
1
|
+
import { s as l } from "../chunks/util.ae730cde.mjs";
|
|
2
2
|
import { isBlank as a } from "@web-utils/core";
|
|
3
|
-
import { n as c } from "../chunks/vueComponentNormalizer.
|
|
3
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
4
|
var p = function() {
|
|
5
5
|
var e = this, s = e.$createElement, t = e._self._c || s;
|
|
6
6
|
return t("div", {
|
|
@@ -242,9 +242,9 @@ function h(e) {
|
|
|
242
242
|
for (let s in n)
|
|
243
243
|
this[s] = n[s];
|
|
244
244
|
}
|
|
245
|
-
const
|
|
245
|
+
const w = /* @__PURE__ */ function() {
|
|
246
246
|
return u.exports;
|
|
247
247
|
}();
|
|
248
248
|
export {
|
|
249
|
-
|
|
249
|
+
w as default
|
|
250
250
|
};
|
package/login/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-login .el-form-item{margin-bottom:18px}.avue-login .el-input-group__append{padding:0;overflow:hidden}.avue-login__send{box-sizing:border-box;min-width:150px}.avue-login__send:hover{color:#c0c4cc!important;background-color:#f5f7fa!important;border-color:#ebeef5!important}.avue-login__submit{width:100%}
|
|
1
|
+
.avue-login .el-form-item{margin-bottom:18px}.avue-login .el-input-group__append{padding:0;overflow:hidden}.avue-login__send{box-sizing:border-box;min-width:150px}.avue-login__send:hover{color:#c0c4cc!important;background-color:#f5f7fa!important;border-color:#ebeef5!important}.avue-login__submit{width:100%}
|
package/monaco-editor/index.mjs
CHANGED
|
@@ -11,9 +11,9 @@ var r = (t, e, i) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
11
11
|
};
|
|
12
12
|
import * as o from "monaco-editor/esm/vs/editor/editor.api";
|
|
13
13
|
import "monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution";
|
|
14
|
-
import { c as l } from "../chunks/json-beautifier.
|
|
14
|
+
import { c as l } from "../chunks/json-beautifier.21cfffea.mjs";
|
|
15
15
|
import { NOOP as a } from "@web-utils/core";
|
|
16
|
-
import { n as m } from "../chunks/vueComponentNormalizer.
|
|
16
|
+
import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
17
17
|
const p = {
|
|
18
18
|
name: "MonacoEditor",
|
|
19
19
|
props: {
|
package/name-avatar/index.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { n as
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var s = 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: "name-avatar",
|
|
6
6
|
class: t.square ? "square" : "round"
|
|
7
|
-
}, [t.faceUrl && !t.num ?
|
|
7
|
+
}, [t.faceUrl && !t.num ? a("img", {
|
|
8
8
|
staticClass: "name-avatar-image",
|
|
9
9
|
attrs: {
|
|
10
10
|
src: t.faceUrl,
|
|
11
11
|
alt: ""
|
|
12
12
|
}
|
|
13
|
-
}) :
|
|
13
|
+
}) : a("div", {
|
|
14
14
|
staticClass: "name-avatar-text",
|
|
15
15
|
style: t.styles
|
|
16
16
|
}, [t._v(" " + t._s(t.text) + " ")])]);
|
|
@@ -44,7 +44,7 @@ const i = {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}, n = {};
|
|
47
|
-
var l = /* @__PURE__ */
|
|
47
|
+
var l = /* @__PURE__ */ r(
|
|
48
48
|
i,
|
|
49
49
|
s,
|
|
50
50
|
o,
|
package/name-avatar/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.name-avatar{width:40px;height:40px;overflow:hidden}.name-avatar .name-avatar-image,.name-avatar .name-avatar-text{width:100%;height:100%}.name-avatar .name-avatar-text{justify-content:center;align-items:center;display:flex}.round{z-index:10;text-align:center;vertical-align:bottom;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50%;font-size:8px;display:inline-block;position:relative}.square{border-radius:8px;display:block;overflow:hidden}
|
|
1
|
+
.name-avatar{width:40px;height:40px;overflow:hidden}.name-avatar .name-avatar-image,.name-avatar .name-avatar-text{width:100%;height:100%}.name-avatar .name-avatar-text{justify-content:center;align-items:center;display:flex}.round{z-index:10;text-align:center;vertical-align:bottom;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50%;font-size:8px;display:inline-block;position:relative}.square{border-radius:8px;display:block;overflow:hidden}
|
package/nav-bar/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { n as a } from "../chunks/vueComponentNormalizer.
|
|
1
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var r = function() {
|
|
3
|
-
var t = this, e = t.$createElement,
|
|
4
|
-
return
|
|
3
|
+
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
4
|
+
return n("div", {
|
|
5
5
|
staticClass: "nav-bar"
|
|
6
|
-
}, [t.showBack ?
|
|
6
|
+
}, [t.showBack ? n("ElButton", {
|
|
7
7
|
attrs: {
|
|
8
8
|
type: "text",
|
|
9
9
|
icon: "el-icon-arrow-left"
|
|
@@ -11,7 +11,7 @@ var r = function() {
|
|
|
11
11
|
on: {
|
|
12
12
|
click: t.goBack
|
|
13
13
|
}
|
|
14
|
-
}, [t._v(" 返回 ")]) : t._e(), t.$slots.right ?
|
|
14
|
+
}, [t._v(" 返回 ")]) : t._e(), t.$slots.right ? n("div", {
|
|
15
15
|
staticClass: "flex-item flex-row-column vertical-center"
|
|
16
16
|
}, [t._t("right")], 2) : t._e()], 1);
|
|
17
17
|
}, s = [];
|
|
@@ -29,7 +29,7 @@ const c = {
|
|
|
29
29
|
this.onGoBack ? this.onGoBack() : this.$router.back();
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
},
|
|
32
|
+
}, o = {};
|
|
33
33
|
var l = /* @__PURE__ */ a(
|
|
34
34
|
c,
|
|
35
35
|
r,
|
|
@@ -41,8 +41,8 @@ var l = /* @__PURE__ */ a(
|
|
|
41
41
|
null
|
|
42
42
|
);
|
|
43
43
|
function i(t) {
|
|
44
|
-
for (let e in
|
|
45
|
-
this[e] =
|
|
44
|
+
for (let e in o)
|
|
45
|
+
this[e] = o[e];
|
|
46
46
|
}
|
|
47
47
|
const u = /* @__PURE__ */ function() {
|
|
48
48
|
return l.exports;
|
package/nav-bar/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.nav-bar{background-color:#fff;border-bottom:1px solid #eee;flex-shrink:0;width:100%;height:40px;display:flex}.nav-bar .el-button--text{margin-left:12px}
|
|
1
|
+
.nav-bar{background-color:#fff;border-bottom:1px solid #eee;flex-shrink:0;width:100%;height:40px;display:flex}.nav-bar .el-button--text{margin-left:12px}
|
package/not-implement/index.mjs
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
return
|
|
1
|
+
import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var s = function() {
|
|
3
|
+
var e = this, t = e.$createElement;
|
|
4
|
+
return e._self._c, e._m(0);
|
|
5
5
|
}, o = [function() {
|
|
6
|
-
var
|
|
6
|
+
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
7
7
|
return n("div", {
|
|
8
8
|
staticClass: "not-implement"
|
|
9
9
|
}, [n("div", [n("i", {
|
|
10
10
|
staticClass: "fa fa-wrench"
|
|
11
|
-
}),
|
|
11
|
+
}), e._v(" 建设中...")])]);
|
|
12
12
|
}];
|
|
13
|
-
const
|
|
13
|
+
const a = {
|
|
14
14
|
name: "NotImplement"
|
|
15
|
-
},
|
|
16
|
-
var
|
|
17
|
-
_,
|
|
15
|
+
}, _ = {};
|
|
16
|
+
var l = /* @__PURE__ */ r(
|
|
18
17
|
a,
|
|
18
|
+
s,
|
|
19
19
|
o,
|
|
20
20
|
!1,
|
|
21
|
-
|
|
21
|
+
c,
|
|
22
22
|
null,
|
|
23
23
|
null,
|
|
24
24
|
null
|
|
25
25
|
);
|
|
26
|
-
function
|
|
27
|
-
for (let
|
|
28
|
-
this[
|
|
26
|
+
function c(e) {
|
|
27
|
+
for (let t in _)
|
|
28
|
+
this[t] = _[t];
|
|
29
29
|
}
|
|
30
30
|
const m = /* @__PURE__ */ function() {
|
|
31
|
-
return
|
|
31
|
+
return l.exports;
|
|
32
32
|
}();
|
|
33
33
|
export {
|
|
34
34
|
m as default
|
package/not-implement/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.not-implement{color:gray;text-align:center;justify-content:center;align-items:center;height:100%;font-size:3em;display:flex}
|
|
1
|
+
.not-implement{color:gray;text-align:center;justify-content:center;align-items:center;height:100%;font-size:3em;display:flex}
|
package/notice/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, a = t.$createElement, e = t._self._c || a;
|
|
4
4
|
return e("div", {
|
|
@@ -8,7 +8,7 @@ var o = function() {
|
|
|
8
8
|
key: r,
|
|
9
9
|
staticClass: "avue-notice__item",
|
|
10
10
|
on: {
|
|
11
|
-
click: function(
|
|
11
|
+
click: function(v) {
|
|
12
12
|
return t.click(s);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -39,14 +39,14 @@ var o = function() {
|
|
|
39
39
|
directives: [{
|
|
40
40
|
name: "loading",
|
|
41
41
|
rawName: "v-loading",
|
|
42
|
-
value:
|
|
43
|
-
expression: "
|
|
42
|
+
value: !0,
|
|
43
|
+
expression: "true"
|
|
44
44
|
}],
|
|
45
45
|
staticClass: "avue-notice__more",
|
|
46
46
|
on: {
|
|
47
47
|
click: t.handleClick
|
|
48
48
|
}
|
|
49
|
-
}, [t._v("
|
|
49
|
+
}, [t._v("加载更多")])], 2);
|
|
50
50
|
}, c = [];
|
|
51
51
|
const i = {
|
|
52
52
|
img: "img",
|
package/notice/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.avue-notice__item{text-align:left;cursor:pointer;border-bottom:1px solid #e8eaec;align-items:flex-start;padding:12px 24px;transition:background-color .2s ease-in-out;display:flex}.avue-notice__content{flex:1}.avue-notice__img{border-radius:100%;width:38px;height:38px;margin-top:5px;margin-right:10px;overflow:hidden}.avue-notice__img img{width:100%;height:100%}.avue-notice__name{line-height:25px}.avue-notice__title{color:#515a6e;margin-bottom:4px;font-size:14px;font-weight:400;line-height:22px}.avue-notice__tag{float:right;margin-top:2px}.avue-notice__subtitle{color:#808695;font-size:12px}.avue-notice__more{color:#2d8cf0;text-align:center;cursor:pointer;padding:10px 0}
|
|
1
|
+
.avue-notice__item{text-align:left;cursor:pointer;border-bottom:1px solid #e8eaec;align-items:flex-start;padding:12px 24px;transition:background-color .2s ease-in-out;display:flex}.avue-notice__content{flex:1}.avue-notice__img{border-radius:100%;width:38px;height:38px;margin-top:5px;margin-right:10px;overflow:hidden}.avue-notice__img img{width:100%;height:100%}.avue-notice__name{line-height:25px}.avue-notice__title{color:#515a6e;margin-bottom:4px;font-size:14px;font-weight:400;line-height:22px}.avue-notice__tag{float:right;margin-top:2px}.avue-notice__subtitle{color:#808695;font-size:12px}.avue-notice__more{color:#2d8cf0;text-align:center;cursor:pointer;padding:10px 0}
|
package/package.json
CHANGED
package/page/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as o } from "../chunks/vueComponentNormalizer.
|
|
2
|
-
var
|
|
1
|
+
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var l = function() {
|
|
3
3
|
var e = this, t = e.$createElement, a = e._self._c || t;
|
|
4
4
|
return a("div", {
|
|
5
5
|
staticClass: "page flex-row flex-item",
|
|
@@ -7,7 +7,7 @@ var r = function() {
|
|
|
7
7
|
vertical: e.vertical && !e.horizontal
|
|
8
8
|
}
|
|
9
9
|
}, [e._t("default")], 2);
|
|
10
|
-
},
|
|
10
|
+
}, r = [];
|
|
11
11
|
const s = {
|
|
12
12
|
name: "Page",
|
|
13
13
|
props: {
|
|
@@ -18,22 +18,22 @@ const s = {
|
|
|
18
18
|
horizontal: Boolean
|
|
19
19
|
}
|
|
20
20
|
}, n = {};
|
|
21
|
-
var
|
|
21
|
+
var _ = /* @__PURE__ */ o(
|
|
22
22
|
s,
|
|
23
|
-
r,
|
|
24
23
|
l,
|
|
24
|
+
r,
|
|
25
25
|
!1,
|
|
26
|
-
|
|
26
|
+
c,
|
|
27
27
|
null,
|
|
28
28
|
null,
|
|
29
29
|
null
|
|
30
30
|
);
|
|
31
|
-
function
|
|
31
|
+
function c(e) {
|
|
32
32
|
for (let t in n)
|
|
33
33
|
this[t] = n[t];
|
|
34
34
|
}
|
|
35
35
|
const u = /* @__PURE__ */ function() {
|
|
36
|
-
return
|
|
36
|
+
return _.exports;
|
|
37
37
|
}();
|
|
38
38
|
export {
|
|
39
39
|
u as default
|
package/page/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.page{height:100%}.page.vertical{flex-direction:column}
|
|
1
|
+
.page{height:100%}.page.vertical{flex-direction:column}
|
package/page-header/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
1
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var r = function() {
|
|
3
3
|
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
4
4
|
return n("div", {
|
|
5
5
|
staticClass: "egd-header flex-row egd-page-header"
|
|
@@ -34,17 +34,17 @@ const s = {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
}, l = {};
|
|
37
|
-
var o = /* @__PURE__ */
|
|
37
|
+
var o = /* @__PURE__ */ a(
|
|
38
38
|
s,
|
|
39
|
-
|
|
39
|
+
r,
|
|
40
40
|
i,
|
|
41
41
|
!1,
|
|
42
|
-
|
|
42
|
+
_,
|
|
43
43
|
null,
|
|
44
44
|
null,
|
|
45
45
|
null
|
|
46
46
|
);
|
|
47
|
-
function
|
|
47
|
+
function _(e) {
|
|
48
48
|
for (let t in l)
|
|
49
49
|
this[t] = l[t];
|
|
50
50
|
}
|
package/page-header/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.egd-page-header{height:40px;margin:0 10px;line-height:40px}.egd-page-header .align-end{justify-content:flex-end}
|
|
1
|
+
.egd-page-header{height:40px;margin:0 10px;line-height:40px}.egd-page-header .align-end{justify-content:flex-end}
|
package/page-index/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
var r = (t, a, e) => new Promise((s, i) => {
|
|
2
2
|
var u = (n) => {
|
|
3
3
|
try {
|
|
4
|
-
|
|
5
|
-
} catch (
|
|
6
|
-
i(
|
|
4
|
+
d(e.next(n));
|
|
5
|
+
} catch (o) {
|
|
6
|
+
i(o);
|
|
7
7
|
}
|
|
8
|
-
},
|
|
8
|
+
}, h = (n) => {
|
|
9
9
|
try {
|
|
10
|
-
|
|
11
|
-
} catch (
|
|
12
|
-
i(
|
|
10
|
+
d(e.throw(n));
|
|
11
|
+
} catch (o) {
|
|
12
|
+
i(o);
|
|
13
13
|
}
|
|
14
|
-
},
|
|
15
|
-
|
|
14
|
+
}, d = (n) => n.done ? s(n.value) : Promise.resolve(n.value).then(u, h);
|
|
15
|
+
d((e = e.apply(t, a)).next());
|
|
16
16
|
});
|
|
17
|
-
import { treeToArray as p, findFirstMatchNode as
|
|
18
|
-
import { n as
|
|
19
|
-
var
|
|
17
|
+
import { treeToArray as p, findFirstMatchNode as l } from "@web-utils/core";
|
|
18
|
+
import { n as y } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
19
|
+
var f = function() {
|
|
20
20
|
var t = this, a = t.$createElement, e = t._self._c || a;
|
|
21
21
|
return e("div", {
|
|
22
22
|
staticClass: "egd-container"
|
|
@@ -73,8 +73,8 @@ var y = function() {
|
|
|
73
73
|
staticClass: "page-index-content-empty"
|
|
74
74
|
}, [t._v(" " + t._s(t.tips) + " ")])];
|
|
75
75
|
})], 2)]);
|
|
76
|
-
},
|
|
77
|
-
const
|
|
76
|
+
}, _ = [];
|
|
77
|
+
const m = {
|
|
78
78
|
name: "PageIndex",
|
|
79
79
|
props: {
|
|
80
80
|
menus: {
|
|
@@ -127,7 +127,7 @@ const _ = {
|
|
|
127
127
|
if (p(this.menus).map((a) => a.path).filter((a) => a).includes(this.$route.path))
|
|
128
128
|
yield this.setCurrentKey(this.$route.path);
|
|
129
129
|
else {
|
|
130
|
-
const a =
|
|
130
|
+
const a = l(this.menus, (e) => e.path);
|
|
131
131
|
a && (yield this.$router.push({ path: a.path, query: a.query }), yield this.setCurrentKey(a.path));
|
|
132
132
|
}
|
|
133
133
|
});
|
|
@@ -145,7 +145,7 @@ const _ = {
|
|
|
145
145
|
beforeRouteUpdate(t, a, e) {
|
|
146
146
|
return r(this, null, function* () {
|
|
147
147
|
if (t.path === this.schema) {
|
|
148
|
-
const s =
|
|
148
|
+
const s = l(this.menus, (i) => i.path);
|
|
149
149
|
s ? (yield e({ path: s.path, query: s.query }), yield this.setCurrentKey(s.path)) : yield e(!1);
|
|
150
150
|
} else
|
|
151
151
|
yield e(), yield this.setCurrentKey(this.$route.path);
|
|
@@ -153,10 +153,10 @@ const _ = {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
}, c = {};
|
|
156
|
-
var v = /* @__PURE__ */
|
|
157
|
-
_,
|
|
158
|
-
y,
|
|
156
|
+
var v = /* @__PURE__ */ y(
|
|
159
157
|
m,
|
|
158
|
+
f,
|
|
159
|
+
_,
|
|
160
160
|
!1,
|
|
161
161
|
C,
|
|
162
162
|
null,
|
package/page-index/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.page-index-content{flex-direction:column;flex:auto;height:100%;padding:0;display:flex;overflow:hidden}.page-index-content-empty{color:gray;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex}
|
|
1
|
+
.page-index-content{flex-direction:column;flex:auto;height:100%;padding:0;display:flex;overflow:hidden}.page-index-content-empty{color:gray;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex}
|