yxuse 3.0.8 → 3.0.11
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/README.md +122 -80
- package/lib/api.cjs.js +1 -1
- package/lib/api.es.js +1 -1
- package/lib/components.cjs.js +1 -1
- package/lib/components.es.js +8 -9
- package/lib/directives.cjs.js +1 -1
- package/lib/directives.es.js +1 -1
- package/lib/icons.cjs.js +1 -1
- package/lib/icons.es.js +1 -1
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs2.js +5 -3
- package/lib/index.cjs2.js.gz +0 -0
- package/lib/index.cjs3.js +1 -1
- package/lib/index.cjs4.js +1 -1
- package/lib/index.cjs6.js +3 -3
- package/lib/index.cjs6.js.gz +0 -0
- package/lib/index.es.js +12 -13
- package/lib/index.es2.js +728 -675
- package/lib/index.es2.js.gz +0 -0
- package/lib/index.es3.js +66 -45
- package/lib/index.es4.js +5 -5
- package/lib/index.es6.js +2929 -729
- package/lib/index.es6.js.gz +0 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/theme.cjs.js +1 -1
- package/lib/theme.es.js +6 -6
- package/lib/utils.cjs.js +1 -1
- package/lib/utils.es.js +9 -8
- package/lib/vue.runtime.esm-bundler.cjs.js +8 -0
- package/lib/vue.runtime.esm-bundler.cjs.js.gz +0 -0
- package/lib/vue.runtime.esm-bundler.es.js +4588 -0
- package/lib/vue.runtime.esm-bundler.es.js.gz +0 -0
- package/package.json +150 -151
- package/types/api/auth/index.d.ts +13 -5
- package/types/components/Toolbar/index.d.ts +4 -0
- package/types/theme/config.d.ts +11 -0
- package/types/theme/index.d.ts +8 -11
- package/types/theme/type.d.ts +28 -0
- package/types/utils/common/index.d.ts +5 -0
package/lib/index.es2.js.gz
CHANGED
|
Binary file
|
package/lib/index.es3.js
CHANGED
|
@@ -1,61 +1,82 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var i = (
|
|
4
|
-
import { h as
|
|
5
|
-
const
|
|
6
|
-
new BroadcastChannel("YXUSE_BC").postMessage(
|
|
7
|
-
},
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
var b = Object.defineProperty;
|
|
2
|
+
var c = (s, e, t) => e in s ? b(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t;
|
|
3
|
+
var i = (s, e, t) => (c(s, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
+
import { h as l } from "./index.es6.js";
|
|
5
|
+
const h = (s) => {
|
|
6
|
+
new BroadcastChannel("YXUSE_BC").postMessage(s);
|
|
7
|
+
}, p = (s) => {
|
|
8
|
+
const e = new BroadcastChannel("YXUSE_BC");
|
|
9
|
+
e.onmessage = () => {
|
|
10
|
+
s();
|
|
11
11
|
};
|
|
12
|
-
},
|
|
13
|
-
label:
|
|
14
|
-
value:
|
|
15
|
-
})) : [],
|
|
16
|
-
const
|
|
17
|
-
for (const
|
|
18
|
-
isNaN(Number(
|
|
19
|
-
return
|
|
12
|
+
}, f = (s, e, t, r) => Array.isArray(s) ? s.map((n) => ({
|
|
13
|
+
label: n == null ? void 0 : n[e],
|
|
14
|
+
value: r ? +n[t] : n[t]
|
|
15
|
+
})) : [], g = (s) => {
|
|
16
|
+
const e = [];
|
|
17
|
+
for (const t in s)
|
|
18
|
+
isNaN(Number(t)) && e.push({ label: t, value: s[t] });
|
|
19
|
+
return e;
|
|
20
|
+
}, o = (s) => {
|
|
21
|
+
if (!s)
|
|
22
|
+
return !1;
|
|
23
|
+
let e, t, r;
|
|
24
|
+
if (s.startsWith("#"))
|
|
25
|
+
if (s = s.slice(1), s.length === 3)
|
|
26
|
+
e = parseInt(s[0] + s[0], 16), t = parseInt(s[1] + s[1], 16), r = parseInt(s[2] + s[2], 16);
|
|
27
|
+
else if (s.length === 6)
|
|
28
|
+
e = parseInt(s.slice(0, 2), 16), t = parseInt(s.slice(2, 4), 16), r = parseInt(s.slice(4, 6), 16);
|
|
29
|
+
else
|
|
30
|
+
return null;
|
|
31
|
+
else if (s.startsWith("rgba")) {
|
|
32
|
+
const a = s.match(/(\d+(\.\d+)?)/g);
|
|
33
|
+
e = parseFloat(a[0]), t = parseFloat(a[1]), r = parseFloat(a[2]);
|
|
34
|
+
} else
|
|
35
|
+
return null;
|
|
36
|
+
e /= 255, t /= 255, r /= 255;
|
|
37
|
+
const n = Math.max(e, t, r), u = Math.min(e, t, r);
|
|
38
|
+
return (n + u) / 2 < 0.5;
|
|
20
39
|
};
|
|
21
|
-
class
|
|
40
|
+
class y {
|
|
22
41
|
constructor() {
|
|
23
42
|
i(this, "subscribers");
|
|
24
43
|
this.subscribers = {};
|
|
25
44
|
}
|
|
26
|
-
subscribe(
|
|
27
|
-
this.subscribers[
|
|
45
|
+
subscribe(e, t) {
|
|
46
|
+
this.subscribers[e] || (this.subscribers[e] = []), this.subscribers[e].push(t);
|
|
28
47
|
}
|
|
29
|
-
unsubscribe(
|
|
30
|
-
const
|
|
31
|
-
if (!
|
|
32
|
-
return this.subscribers[
|
|
33
|
-
if (
|
|
34
|
-
const
|
|
35
|
-
|
|
48
|
+
unsubscribe(e, t) {
|
|
49
|
+
const r = this.subscribers[e];
|
|
50
|
+
if (!t)
|
|
51
|
+
return this.subscribers[e] = [];
|
|
52
|
+
if (r) {
|
|
53
|
+
const n = r.indexOf(t);
|
|
54
|
+
n !== -1 && r.splice(n, 1);
|
|
36
55
|
}
|
|
37
56
|
}
|
|
38
|
-
publish(
|
|
39
|
-
const
|
|
40
|
-
|
|
41
|
-
|
|
57
|
+
publish(e) {
|
|
58
|
+
const t = this.subscribers[e.type];
|
|
59
|
+
t && t.forEach((r) => {
|
|
60
|
+
r(e.data);
|
|
42
61
|
});
|
|
43
62
|
}
|
|
44
63
|
}
|
|
45
|
-
const
|
|
64
|
+
const d = new y(), B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46
65
|
__proto__: null,
|
|
47
|
-
enumToArray:
|
|
48
|
-
getSelectOptions:
|
|
49
|
-
http:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
66
|
+
enumToArray: g,
|
|
67
|
+
getSelectOptions: f,
|
|
68
|
+
http: l,
|
|
69
|
+
isDarkColor: o,
|
|
70
|
+
notifyMessageToSystems: h,
|
|
71
|
+
receiveMessage: p,
|
|
72
|
+
yxSubscribe: d
|
|
53
73
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
54
74
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
75
|
+
g as e,
|
|
76
|
+
f as g,
|
|
77
|
+
o as i,
|
|
78
|
+
h as n,
|
|
79
|
+
p as r,
|
|
80
|
+
B as u,
|
|
81
|
+
d as y
|
|
61
82
|
};
|
package/lib/index.es4.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { o as e, l, E as r } from "./vue.runtime.esm-bundler.es.js";
|
|
2
|
+
const o = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: "58",
|
|
5
5
|
height: "58",
|
|
6
6
|
fill: "none"
|
|
7
|
-
},
|
|
8
|
-
|
|
7
|
+
}, c = /* @__PURE__ */ r('<path fill="currentColor" d="m19.35 47.876 7.597-16.06c.722-1.525 2.892-1.526 3.615-.001l7.617 16.059a2 2 0 0 1-1.807 2.857H21.16a2 2 0 0 1-1.808-2.855Z" class="icon-title-assist-2"></path><g filter="url(#a)"><rect width="50.373" height="38.592" x="3.296" y="7.519" fill="currentColor" fill-opacity=".56" class="icon-title-main" rx="4"></rect><rect width="49.973" height="38.192" x="3.496" y="7.719" stroke="url(#b)" stroke-width=".4" rx="3.8"></rect></g><path stroke="currentColor" stroke-dasharray="1.2 1.2" stroke-width=".598" d="m30.269 27.749-3.579 4.312" class="icon-title-assist"></path><g fill="currentColor" class="icon-title-assist"><path d="M30.914 24.456a.285.285 0 1 0 0 .57 1.645 1.645 0 0 1 1.644 1.645.285.285 0 1 0 .57 0 2.217 2.217 0 0 0-2.215-2.215Z"></path><path d="M30.513 25.483a.272.272 0 0 0-.242.242.184.184 0 0 0 .205.205c.34-.028.657.08.878.303.222.223.331.538.304.879a.185.185 0 0 0 .095.184.227.227 0 0 0 .224-.018.271.271 0 0 0 .127-.202c.037-.459-.11-.884-.409-1.183-.298-.299-.725-.444-1.183-.409v-.001Zm2.416-.806a2.525 2.525 0 0 0-1.873-.736.241.241 0 0 1-.25-.252.273.273 0 0 1 .263-.262 2.998 2.998 0 0 1 3.109 3.108.274.274 0 0 1-.264.264.242.242 0 0 1-.25-.25 2.522 2.522 0 0 0-.735-1.872ZM34.324 13.246c.506-.006.628.208.87.453l1.499 1.556c.198.25.542.428.677.735.166.38-.15.883-.145.894l.447.465.628-.637c.262-.132.373-.552.834-.477.507.082.962.766 1.281 1.09.167.169.384.33.508.539a.88.88 0 0 1 .096.588c-.102.457-.892.989-1.172 1.36l.085.085.459.49.266-.27c.192-.086.44-.215.713-.098.272.118.473.417.665.625l1.39 1.433c.22.225.72.523.652 1.004-.056.393-.288.55-.508.772l-1.317 1.36c-.655.441-1.197-.417-1.51-.736l-1.511-1.555c-.177-.179-.453-.423-.339-.845.082-.306.33-.431.496-.65v-.024l-.544-.55-.822.844c-.374.258-1.219.149-1.788.147l-.617-.637-.012-.82c.05-.34-.008-.652.097-.919.136-.346.752-.763.99-1.078v-.024l-.483-.49h-.012l-.254.27c-.23.233-.607.656-1.087.367-.254-.154-.517-.479-.701-.71l-1.402-1.446c-.197-.2-.592-.445-.52-.894.066-.405.349-.585.58-.82.481-.49.879-1.061 1.51-1.397Zm-.508 8.096c1.821-.024 3.038 1.341 2.659 3.344a7.931 7.931 0 0 1-.164.672.243.243 0 0 1-.407.103L32.51 21.96a.243.243 0 0 1 .105-.4c.187-.057.38-.113.585-.156l.616-.061Z" class="icon-title-assist"></path></g><path stroke="currentColor" stroke-width=".359" d="M28.542 37.862c-8.262 0-18.535 1.47-22.74 3.444h45.384c-4.039-1.975-14.382-3.444-22.644-3.444Z" class="icon-title-assist"></path><path fill="currentColor" d="m26.18 32.902.96 5.012H25.22l.96-5.012ZM16.148 35.459l.62 3.234h-1.24l.62-3.234ZM43.642 36.746l.441 2.37-.89-.022.45-2.348Z" class="icon-title-assist"></path><circle cx="26.179" cy="32.902" r="1.024" fill="currentColor" class="icon-title-assist"></circle><circle cx="16.148" cy="35.587" r=".277" fill="currentColor" class="icon-title-assist"></circle><circle cx="43.638" cy="36.745" r=".277" fill="currentColor" class="icon-title-assist"></circle><path stroke="#fff" stroke-width=".359" d="M3.657 41.307h49.837"></path><defs><linearGradient id="b" x1="15.102" x2="35.969" y1="12.921" y2="32.624" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient><filter id="a" width="58.025" height="46.244" x="-.53" y="3.693" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feGaussianBlur in="BackgroundImageFix" stdDeviation="1.913"></feGaussianBlur><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_149_966"></feComposite><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_149_966" result="shape"></feBlend></filter></defs>', 11), i = [
|
|
8
|
+
c
|
|
9
9
|
];
|
|
10
10
|
function t(n, f) {
|
|
11
|
-
return e(), l("svg",
|
|
11
|
+
return e(), l("svg", o, i);
|
|
12
12
|
}
|
|
13
13
|
const s = { render: t }, a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14
14
|
__proto__: null,
|