@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/index295.js
CHANGED
|
@@ -1,62 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
};
|
|
1
|
+
import t from "./index280.js";
|
|
2
|
+
import { createElementBlock as r, openBlock as o, mergeProps as n, createElementVNode as i } from "vue";
|
|
3
|
+
var l = {
|
|
4
|
+
name: "AngleLeftIcon",
|
|
5
|
+
extends: t
|
|
6
|
+
}, p = /* @__PURE__ */ i("path", {
|
|
7
|
+
d: "M8.75 11.185C8.65146 11.1854 8.55381 11.1662 8.4628 11.1284C8.37179 11.0906 8.28924 11.0351 8.22 10.965L4.72 7.46496C4.57955 7.32433 4.50066 7.13371 4.50066 6.93496C4.50066 6.73621 4.57955 6.54558 4.72 6.40496L8.22 2.93496C8.36095 2.84357 8.52851 2.80215 8.69582 2.81733C8.86312 2.83252 9.02048 2.90344 9.14268 3.01872C9.26487 3.134 9.34483 3.28696 9.36973 3.4531C9.39463 3.61924 9.36303 3.78892 9.28 3.93496L6.28 6.93496L9.28 9.93496C9.42045 10.0756 9.49934 10.2662 9.49934 10.465C9.49934 10.6637 9.42045 10.8543 9.28 10.995C9.13526 11.1257 8.9448 11.1939 8.75 11.185Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, null, -1), s = [p];
|
|
10
|
+
function a(e, C, c, d, m, h) {
|
|
11
|
+
return o(), r("svg", n({
|
|
12
|
+
width: "14",
|
|
13
|
+
height: "14",
|
|
14
|
+
viewBox: "0 0 14 14",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, e.pti()), s, 16);
|
|
58
18
|
}
|
|
19
|
+
l.render = a;
|
|
59
20
|
export {
|
|
60
|
-
|
|
61
|
-
k as keymap
|
|
21
|
+
l as default
|
|
62
22
|
};
|
package/dist/index296.js
CHANGED
|
@@ -1,81 +1,71 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import n from "./index277.js";
|
|
2
|
+
var t = `
|
|
3
|
+
@layer primevue {
|
|
4
|
+
.p-virtualscroller {
|
|
5
|
+
position: relative;
|
|
6
|
+
overflow: auto;
|
|
7
|
+
contain: strict;
|
|
8
|
+
transform: translateZ(0);
|
|
9
|
+
will-change: scroll-position;
|
|
10
|
+
outline: 0 none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.p-virtualscroller-content {
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
/* contain: content; */
|
|
18
|
+
min-height: 100%;
|
|
19
|
+
min-width: 100%;
|
|
20
|
+
will-change: transform;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.p-virtualscroller-spacer {
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
height: 1px;
|
|
28
|
+
width: 1px;
|
|
29
|
+
transform-origin: 0 0;
|
|
30
|
+
pointer-events: none;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.p-virtualscroller .p-virtualscroller-loader {
|
|
34
|
+
position: sticky;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 100%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.p-virtualscroller-loader.p-component-overlay {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.p-virtualscroller-loading-icon {
|
|
48
|
+
font-size: 2rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.p-virtualscroller-loading-icon.p-icon {
|
|
52
|
+
width: 2rem;
|
|
53
|
+
height: 2rem;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.p-virtualscroller-horizontal > .p-virtualscroller-content {
|
|
57
|
+
display: flex;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* Inline */
|
|
61
|
+
.p-virtualscroller-inline .p-virtualscroller-content {
|
|
62
|
+
position: static;
|
|
63
|
+
}
|
|
9
64
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
function p(n) {
|
|
14
|
-
var t = g(n, "string");
|
|
15
|
-
return r(t) == "symbol" ? t : String(t);
|
|
16
|
-
}
|
|
17
|
-
function g(n, t) {
|
|
18
|
-
if (r(n) != "object" || !n) return n;
|
|
19
|
-
var e = n[Symbol.toPrimitive];
|
|
20
|
-
if (e !== void 0) {
|
|
21
|
-
var a = e.call(n, t);
|
|
22
|
-
if (r(a) != "object") return a;
|
|
23
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24
|
-
}
|
|
25
|
-
return (t === "string" ? String : Number)(n);
|
|
26
|
-
}
|
|
27
|
-
var s = {
|
|
28
|
-
paginator: function(t) {
|
|
29
|
-
var e = t.instance, a = t.key;
|
|
30
|
-
return ["p-paginator p-component", o({
|
|
31
|
-
"p-paginator-default": !e.hasBreakpoints()
|
|
32
|
-
}, "p-paginator-".concat(a), e.hasBreakpoints())];
|
|
33
|
-
},
|
|
34
|
-
start: "p-paginator-left-content",
|
|
35
|
-
end: "p-paginator-right-content",
|
|
36
|
-
firstPageButton: function(t) {
|
|
37
|
-
var e = t.instance;
|
|
38
|
-
return ["p-paginator-first p-paginator-element p-link", {
|
|
39
|
-
"p-disabled": e.$attrs.disabled
|
|
40
|
-
}];
|
|
41
|
-
},
|
|
42
|
-
firstPageIcon: "p-paginator-icon",
|
|
43
|
-
previousPageButton: function(t) {
|
|
44
|
-
var e = t.instance;
|
|
45
|
-
return ["p-paginator-prev p-paginator-element p-link", {
|
|
46
|
-
"p-disabled": e.$attrs.disabled
|
|
47
|
-
}];
|
|
48
|
-
},
|
|
49
|
-
previousPageIcon: "p-paginator-icon",
|
|
50
|
-
nextPageButton: function(t) {
|
|
51
|
-
var e = t.instance;
|
|
52
|
-
return ["p-paginator-next p-paginator-element p-link", {
|
|
53
|
-
"p-disabled": e.$attrs.disabled
|
|
54
|
-
}];
|
|
55
|
-
},
|
|
56
|
-
nextPageIcon: "p-paginator-icon",
|
|
57
|
-
lastPageButton: function(t) {
|
|
58
|
-
var e = t.instance;
|
|
59
|
-
return ["p-paginator-last p-paginator-element p-link", {
|
|
60
|
-
"p-disabled": e.$attrs.disabled
|
|
61
|
-
}];
|
|
62
|
-
},
|
|
63
|
-
lastPageIcon: "p-paginator-icon",
|
|
64
|
-
pages: "p-paginator-pages",
|
|
65
|
-
pageButton: function(t) {
|
|
66
|
-
var e = t.props, a = t.pageLink;
|
|
67
|
-
return ["p-paginator-page p-paginator-element p-link", {
|
|
68
|
-
"p-highlight": a - 1 === e.page
|
|
69
|
-
}];
|
|
70
|
-
},
|
|
71
|
-
current: "p-paginator-current",
|
|
72
|
-
rowPerPageDropdown: "p-paginator-rpp-options",
|
|
73
|
-
jumpToPageDropdown: "p-paginator-page-options",
|
|
74
|
-
jumpToPageInput: "p-paginator-page-input"
|
|
75
|
-
}, c = i.extend({
|
|
76
|
-
name: "paginator",
|
|
77
|
-
classes: s
|
|
65
|
+
`, r = n.extend({
|
|
66
|
+
name: "virtualscroller",
|
|
67
|
+
css: t
|
|
78
68
|
});
|
|
79
69
|
export {
|
|
80
|
-
|
|
70
|
+
r as default
|
|
81
71
|
};
|
package/dist/index297.js
CHANGED
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { createElementBlock as t, openBlock as o, mergeProps as C, createElementVNode as l } from "vue";
|
|
1
|
+
import c from "./index277.js";
|
|
3
2
|
var n = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
n.render = d;
|
|
3
|
+
root: function(i) {
|
|
4
|
+
var o = i.instance, e = i.props;
|
|
5
|
+
return ["p-checkbox p-component", {
|
|
6
|
+
"p-highlight": o.checked,
|
|
7
|
+
"p-disabled": e.disabled,
|
|
8
|
+
"p-invalid": e.invalid,
|
|
9
|
+
"p-variant-filled": e.variant ? e.variant === "filled" : o.$primevue.config.inputStyle === "filled"
|
|
10
|
+
}];
|
|
11
|
+
},
|
|
12
|
+
box: "p-checkbox-box",
|
|
13
|
+
input: "p-checkbox-input",
|
|
14
|
+
icon: "p-checkbox-icon"
|
|
15
|
+
}, p = c.extend({
|
|
16
|
+
name: "checkbox",
|
|
17
|
+
classes: n
|
|
18
|
+
});
|
|
22
19
|
export {
|
|
23
|
-
|
|
20
|
+
p as default
|
|
24
21
|
};
|