@quoreadmin/ui 1.7.5 → 1.7.6
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/dist/index140.js +298 -296
- package/dist/index171.js +14 -14
- package/dist/index172.js +3 -3
- package/dist/index175.js +4 -4
- package/dist/index182.js +10 -10
- package/dist/index184.js +10 -10
- package/dist/index190.js +9 -9
- package/dist/index191.js +1 -1
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index201.js +1 -1
- package/dist/index202.js +29 -84
- package/dist/index203.js +109 -400
- package/dist/index204.js +36 -22
- package/dist/index205.js +26 -33
- package/dist/index206.js +31 -111
- package/dist/index207.js +9 -36
- package/dist/index208.js +19 -26
- package/dist/index209.js +10 -36
- package/dist/index210.js +10 -9
- package/dist/index211.js +50 -18
- package/dist/index212.js +43 -10
- package/dist/index213.js +4 -10
- package/dist/index214.js +36 -48
- package/dist/index215.js +21 -43
- package/dist/index216.js +87 -3
- package/dist/index217.js +403 -35
- package/dist/index218.js +22 -21
- package/dist/index219.js +159 -159
- package/dist/index220.js +20 -228
- package/dist/index221.js +19 -36
- package/dist/index222.js +22 -10
- package/dist/index223.js +167 -129
- package/dist/index224.js +69 -19
- package/dist/index225.js +34 -20
- package/dist/index226.js +39 -21
- package/dist/index227.js +113 -185
- package/dist/index228.js +25 -57
- package/dist/index229.js +77 -31
- package/dist/index230.js +19 -39
- package/dist/index231.js +19 -126
- package/dist/index232.js +16 -34
- package/dist/index233.js +20 -80
- package/dist/index234.js +160 -19
- package/dist/index235.js +228 -20
- package/dist/index236.js +36 -19
- package/dist/index237.js +10 -20
- package/dist/index241.js +8 -8
- package/dist/index242.js +2 -2
- package/dist/index248.js +2 -2
- package/dist/index249.js +2 -2
- package/dist/index250.js +8 -8
- package/dist/index259.js +6 -6
- package/dist/index274.js +2 -2
- package/dist/index280.js +1 -1
- package/dist/index290.js +79 -1518
- package/dist/index291.js +22 -386
- package/dist/index292.js +902 -2698
- package/dist/index293.js +21 -85
- package/dist/index294.js +20 -3770
- package/dist/index295.js +19 -59
- package/dist/index296.js +67 -77
- package/dist/index297.js +18 -21
- package/dist/index298.js +18 -934
- package/dist/index299.js +16 -16
- package/dist/index300.js +13 -11
- package/dist/index301.js +62 -19
- package/dist/index302.js +1518 -69
- package/dist/index303.js +386 -19
- package/dist/index304.js +2731 -19
- package/dist/index305.js +85 -21
- package/dist/index306.js +3770 -22
- package/dist/index307.js +60 -63
- package/dist/index309.js +1 -1
- package/dist/index310.js +3 -3
- package/dist/index311.js +1 -1
- package/dist/index332.js +1 -1
- package/dist/index337.js +1 -1
- package/dist/index342.js +2 -2
- package/dist/index347.js +1 -1
- package/dist/index348.js +2 -2
- package/dist/index355.js +1 -1
- package/package.json +1 -1
package/dist/index307.js
CHANGED
|
@@ -1,65 +1,62 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
e
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}, s = a.extend({
|
|
60
|
-
name: "dropdown",
|
|
61
|
-
classes: l
|
|
62
|
-
});
|
|
1
|
+
import { keyName as u, base as c } from "./index371.js";
|
|
2
|
+
import { Plugin as d } from "./index274.js";
|
|
3
|
+
const p = typeof navigator < "u" && /Mac|iP(hone|[oa]d)/.test(navigator.platform), y = typeof navigator < "u" && /Win/.test(navigator.platform);
|
|
4
|
+
function m(e) {
|
|
5
|
+
let r = e.split(/-(?!$)/), t = r[r.length - 1];
|
|
6
|
+
t == "Space" && (t = " ");
|
|
7
|
+
let i, f, o, a;
|
|
8
|
+
for (let l = 0; l < r.length - 1; l++) {
|
|
9
|
+
let s = r[l];
|
|
10
|
+
if (/^(cmd|meta|m)$/i.test(s))
|
|
11
|
+
a = !0;
|
|
12
|
+
else if (/^a(lt)?$/i.test(s))
|
|
13
|
+
i = !0;
|
|
14
|
+
else if (/^(c|ctrl|control)$/i.test(s))
|
|
15
|
+
f = !0;
|
|
16
|
+
else if (/^s(hift)?$/i.test(s))
|
|
17
|
+
o = !0;
|
|
18
|
+
else if (/^mod$/i.test(s))
|
|
19
|
+
p ? a = !0 : f = !0;
|
|
20
|
+
else
|
|
21
|
+
throw new Error("Unrecognized modifier name: " + s);
|
|
22
|
+
}
|
|
23
|
+
return i && (t = "Alt-" + t), f && (t = "Ctrl-" + t), a && (t = "Meta-" + t), o && (t = "Shift-" + t), t;
|
|
24
|
+
}
|
|
25
|
+
function h(e) {
|
|
26
|
+
let r = /* @__PURE__ */ Object.create(null);
|
|
27
|
+
for (let t in e)
|
|
28
|
+
r[m(t)] = e[t];
|
|
29
|
+
return r;
|
|
30
|
+
}
|
|
31
|
+
function n(e, r, t = !0) {
|
|
32
|
+
return r.altKey && (e = "Alt-" + e), r.ctrlKey && (e = "Ctrl-" + e), r.metaKey && (e = "Meta-" + e), t && r.shiftKey && (e = "Shift-" + e), e;
|
|
33
|
+
}
|
|
34
|
+
function k(e) {
|
|
35
|
+
return new d({ props: { handleKeyDown: K(e) } });
|
|
36
|
+
}
|
|
37
|
+
function K(e) {
|
|
38
|
+
let r = h(e);
|
|
39
|
+
return function(t, i) {
|
|
40
|
+
let f = u(i), o, a = r[n(f, i)];
|
|
41
|
+
if (a && a(t.state, t.dispatch, t))
|
|
42
|
+
return !0;
|
|
43
|
+
if (f.length == 1 && f != " ") {
|
|
44
|
+
if (i.shiftKey) {
|
|
45
|
+
let l = r[n(f, i, !1)];
|
|
46
|
+
if (l && l(t.state, t.dispatch, t))
|
|
47
|
+
return !0;
|
|
48
|
+
}
|
|
49
|
+
if ((i.altKey || i.metaKey || i.ctrlKey) && // Ctrl-Alt may be used for AltGr on Windows
|
|
50
|
+
!(y && i.ctrlKey && i.altKey) && (o = c[i.keyCode]) && o != f) {
|
|
51
|
+
let l = r[n(o, i)];
|
|
52
|
+
if (l && l(t.state, t.dispatch, t))
|
|
53
|
+
return !0;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return !1;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
63
59
|
export {
|
|
64
|
-
|
|
60
|
+
K as keydownHandler,
|
|
61
|
+
k as keymap
|
|
65
62
|
};
|
package/dist/index309.js
CHANGED
package/dist/index310.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { keydownHandler as v } from "./
|
|
1
|
+
import { keydownHandler as v } from "./index307.js";
|
|
2
2
|
import { Plugin as w, TextSelection as m, NodeSelection as x, Selection as u } from "./index274.js";
|
|
3
|
-
import { Fragment as h, Slice as g } from "./
|
|
4
|
-
import { DecorationSet as S, Decoration as A } from "./
|
|
3
|
+
import { Fragment as h, Slice as g } from "./index304.js";
|
|
4
|
+
import { DecorationSet as S, Decoration as A } from "./index306.js";
|
|
5
5
|
class i extends u {
|
|
6
6
|
/**
|
|
7
7
|
Create a gap cursor.
|
package/dist/index311.js
CHANGED
package/dist/index332.js
CHANGED
|
@@ -5,7 +5,7 @@ import { mixComplex as g, mixArray as h, mixObject as y } from "./index342.js";
|
|
|
5
5
|
import { clamp as p } from "./index338.js";
|
|
6
6
|
import { pipe as b } from "./index343.js";
|
|
7
7
|
import { invariant as l } from "./index344.js";
|
|
8
|
-
import { color as d } from "./
|
|
8
|
+
import { color as d } from "./index210.js";
|
|
9
9
|
const A = (r, e) => (i) => a(r, e, i);
|
|
10
10
|
function u(r) {
|
|
11
11
|
if (typeof r == "number")
|
package/dist/index337.js
CHANGED
package/dist/index342.js
CHANGED
|
@@ -3,8 +3,8 @@ import { mixColor as f } from "./index341.js";
|
|
|
3
3
|
import { isNum as i } from "./index349.js";
|
|
4
4
|
import { pipe as p } from "./index343.js";
|
|
5
5
|
import { warning as d } from "./index344.js";
|
|
6
|
-
import { complex as a } from "./
|
|
7
|
-
import { color as b } from "./
|
|
6
|
+
import { complex as a } from "./index206.js";
|
|
7
|
+
import { color as b } from "./index210.js";
|
|
8
8
|
function l(n, e) {
|
|
9
9
|
return i(n) ? (r) => c(n, e, r) : b.test(n) ? f(n, e) : h(n, e);
|
|
10
10
|
}
|
package/dist/index347.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { alpha as s, number as m } from "./
|
|
1
|
+
import { alpha as s, number as m } from "./index207.js";
|
|
2
2
|
import { sanitize as e, clamp as i } from "./index351.js";
|
|
3
3
|
import { isColorString as p, splitColor as b } from "./index352.js";
|
|
4
4
|
const f = i(0, 255), t = Object.assign(Object.assign({}, m), { transform: (r) => Math.round(f(r)) }), d = {
|
package/dist/index348.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { alpha as n } from "./
|
|
2
|
-
import { percent as t } from "./
|
|
1
|
+
import { alpha as n } from "./index207.js";
|
|
2
|
+
import { percent as t } from "./index209.js";
|
|
3
3
|
import { sanitize as r } from "./index351.js";
|
|
4
4
|
import { isColorString as i, splitColor as e } from "./index352.js";
|
|
5
5
|
const u = {
|
package/dist/index355.js
CHANGED