@quoreadmin/ui 1.10.3 → 1.10.5
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/index.css +1 -1
- package/dist/index138.js +155 -105
- package/dist/index147.js +1 -1
- package/dist/index186.js +4 -4
- package/dist/index193.js +8 -8
- package/dist/index195.js +8 -8
- package/dist/index201.js +7 -7
- package/dist/index206.js +2 -2
- package/dist/index208.js +14 -14
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +3 -3
- package/dist/index212.js +6 -6
- package/dist/index230.js +159 -159
- package/dist/index231.js +228 -20
- package/dist/index232.js +36 -19
- package/dist/index233.js +10 -22
- package/dist/index234.js +113 -185
- package/dist/index235.js +25 -57
- package/dist/index236.js +77 -31
- package/dist/index237.js +19 -39
- package/dist/index238.js +19 -126
- package/dist/index239.js +16 -34
- package/dist/index240.js +20 -80
- package/dist/index241.js +10 -10
- package/dist/index242.js +3636 -20
- package/dist/index243.js +55 -20
- package/dist/index244.js +77 -20
- package/dist/index245.js +51 -160
- package/dist/index246.js +212 -225
- package/dist/index247.js +10 -37
- package/dist/index248.js +57 -10
- package/dist/index249.js +46 -3621
- package/dist/index250.js +35 -36
- package/dist/index251.js +28 -30
- package/dist/index252.js +702 -28
- package/dist/index253.js +22 -195
- package/dist/index254.js +63 -9
- package/dist/index255.js +8 -54
- package/dist/index256.js +695 -51
- package/dist/index257.js +815 -49
- package/dist/index258.js +154 -68
- package/dist/index259.js +19 -725
- package/dist/index260.js +22 -42
- package/dist/index261.js +190 -55
- package/dist/index262.js +70 -11
- package/dist/index263.js +33 -704
- package/dist/index264.js +37 -817
- package/dist/index277.js +3 -3
- package/dist/index292.js +2 -54
- package/dist/index294.js +1534 -26
- package/dist/index295.js +386 -22
- package/dist/index296.js +2731 -22
- package/dist/index297.js +86 -16
- package/dist/index298.js +3792 -17
- package/dist/index299.js +59 -22
- package/dist/index300.js +15 -2
- package/dist/index301.js +62 -1512
- package/dist/index302.js +172 -356
- package/dist/index303.js +210 -2695
- package/dist/index304.js +50 -82
- package/dist/index305.js +26 -3792
- package/dist/index306.js +21 -59
- package/dist/index307.js +22 -15
- package/dist/index308.js +16 -84
- package/dist/index309.js +16 -201
- package/dist/index310.js +23 -246
- package/dist/index313.js +1 -1
- package/dist/index380.js +95 -98
- package/dist/index381.js +100 -90
- package/dist/index382.js +91 -98
- package/dist/index41.js +5 -5
- package/dist/src/components/comment/comment.d.ts +6 -0
- package/dist/src/components/comment/comment.stories.d.ts +6 -0
- package/dist/src/components/comment-section/comment-section.d.ts +6 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +6 -0
- package/dist/src/components/data-filter/data-filter.d.ts +6 -0
- package/dist/src/components/data-list/data-list.d.ts +6 -0
- package/dist/src/components/grid/grid.stories.d.ts +12 -0
- package/dist/src/components/popover/popover.d.ts +6 -0
- package/dist/src/components/popover/popover.stories.d.ts +42 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +6 -0
- package/dist/src/views/lists.vue.d.ts +12 -0
- package/dist/src/views/tables.vue.d.ts +6 -0
- package/package.json +1 -1
package/dist/index299.js
CHANGED
|
@@ -1,25 +1,62 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { keyName as u, base as c } from "./index382.js";
|
|
2
|
+
import { Plugin as d } from "./index257.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);
|
|
18
22
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
+
}
|
|
23
59
|
export {
|
|
24
|
-
|
|
60
|
+
K as keydownHandler,
|
|
61
|
+
k as keymap
|
|
25
62
|
};
|
package/dist/index300.js
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
var
|
|
1
|
+
var t = (e, n) => {
|
|
2
|
+
if (e === "slot")
|
|
3
|
+
return 0;
|
|
4
|
+
if (e instanceof Function)
|
|
5
|
+
return e(n);
|
|
6
|
+
const { children: r, ...s } = n ?? {};
|
|
7
|
+
if (e === "svg")
|
|
8
|
+
throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");
|
|
9
|
+
return [e, s, r];
|
|
10
|
+
};
|
|
2
11
|
export {
|
|
3
|
-
|
|
12
|
+
t as createElement,
|
|
13
|
+
t as h,
|
|
14
|
+
t as jsx,
|
|
15
|
+
t as jsxDEV,
|
|
16
|
+
t as jsxs
|
|
4
17
|
};
|