@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.
Files changed (83) hide show
  1. package/dist/index140.js +298 -296
  2. package/dist/index171.js +14 -14
  3. package/dist/index172.js +3 -3
  4. package/dist/index175.js +4 -4
  5. package/dist/index182.js +10 -10
  6. package/dist/index184.js +10 -10
  7. package/dist/index190.js +9 -9
  8. package/dist/index191.js +1 -1
  9. package/dist/index192.js +1 -1
  10. package/dist/index193.js +1 -1
  11. package/dist/index201.js +1 -1
  12. package/dist/index202.js +29 -84
  13. package/dist/index203.js +109 -400
  14. package/dist/index204.js +36 -22
  15. package/dist/index205.js +26 -33
  16. package/dist/index206.js +31 -111
  17. package/dist/index207.js +9 -36
  18. package/dist/index208.js +19 -26
  19. package/dist/index209.js +10 -36
  20. package/dist/index210.js +10 -9
  21. package/dist/index211.js +50 -18
  22. package/dist/index212.js +43 -10
  23. package/dist/index213.js +4 -10
  24. package/dist/index214.js +36 -48
  25. package/dist/index215.js +21 -43
  26. package/dist/index216.js +87 -3
  27. package/dist/index217.js +403 -35
  28. package/dist/index218.js +22 -21
  29. package/dist/index219.js +159 -159
  30. package/dist/index220.js +20 -228
  31. package/dist/index221.js +19 -36
  32. package/dist/index222.js +22 -10
  33. package/dist/index223.js +167 -129
  34. package/dist/index224.js +69 -19
  35. package/dist/index225.js +34 -20
  36. package/dist/index226.js +39 -21
  37. package/dist/index227.js +113 -185
  38. package/dist/index228.js +25 -57
  39. package/dist/index229.js +77 -31
  40. package/dist/index230.js +19 -39
  41. package/dist/index231.js +19 -126
  42. package/dist/index232.js +16 -34
  43. package/dist/index233.js +20 -80
  44. package/dist/index234.js +160 -19
  45. package/dist/index235.js +228 -20
  46. package/dist/index236.js +36 -19
  47. package/dist/index237.js +10 -20
  48. package/dist/index241.js +8 -8
  49. package/dist/index242.js +2 -2
  50. package/dist/index248.js +2 -2
  51. package/dist/index249.js +2 -2
  52. package/dist/index250.js +8 -8
  53. package/dist/index259.js +6 -6
  54. package/dist/index274.js +2 -2
  55. package/dist/index280.js +1 -1
  56. package/dist/index290.js +79 -1518
  57. package/dist/index291.js +22 -386
  58. package/dist/index292.js +902 -2698
  59. package/dist/index293.js +21 -85
  60. package/dist/index294.js +20 -3770
  61. package/dist/index295.js +19 -59
  62. package/dist/index296.js +67 -77
  63. package/dist/index297.js +18 -21
  64. package/dist/index298.js +18 -934
  65. package/dist/index299.js +16 -16
  66. package/dist/index300.js +13 -11
  67. package/dist/index301.js +62 -19
  68. package/dist/index302.js +1518 -69
  69. package/dist/index303.js +386 -19
  70. package/dist/index304.js +2731 -19
  71. package/dist/index305.js +85 -21
  72. package/dist/index306.js +3770 -22
  73. package/dist/index307.js +60 -63
  74. package/dist/index309.js +1 -1
  75. package/dist/index310.js +3 -3
  76. package/dist/index311.js +1 -1
  77. package/dist/index332.js +1 -1
  78. package/dist/index337.js +1 -1
  79. package/dist/index342.js +2 -2
  80. package/dist/index347.js +1 -1
  81. package/dist/index348.js +2 -2
  82. package/dist/index355.js +1 -1
  83. package/package.json +1 -1
package/dist/index295.js CHANGED
@@ -1,62 +1,22 @@
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
- };
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
- K as keydownHandler,
61
- k as keymap
21
+ l as default
62
22
  };
package/dist/index296.js CHANGED
@@ -1,81 +1,71 @@
1
- import i from "./index277.js";
2
- function r(n) {
3
- "@babel/helpers - typeof";
4
- return r = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
5
- return typeof t;
6
- } : function(t) {
7
- return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
8
- }, r(n);
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
- function o(n, t, e) {
11
- return t = p(t), t in n ? Object.defineProperty(n, t, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : n[t] = e, n;
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
- c as default
70
+ r as default
81
71
  };
package/dist/index297.js CHANGED
@@ -1,24 +1,21 @@
1
- import r from "./index280.js";
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
- name: "AngleDoubleLeftIcon",
5
- extends: r
6
- }, i = /* @__PURE__ */ l("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M5.71602 11.164C5.80782 11.2021 5.9063 11.2215 6.00569 11.221C6.20216 11.2301 6.39427 11.1612 6.54025 11.0294C6.68191 10.8875 6.76148 10.6953 6.76148 10.4948C6.76148 10.2943 6.68191 10.1021 6.54025 9.96024L3.51441 6.9344L6.54025 3.90855C6.624 3.76126 6.65587 3.59011 6.63076 3.42254C6.60564 3.25498 6.525 3.10069 6.40175 2.98442C6.2785 2.86815 6.11978 2.79662 5.95104 2.7813C5.78229 2.76598 5.61329 2.80776 5.47112 2.89994L1.97123 6.39983C1.82957 6.54167 1.75 6.73393 1.75 6.9344C1.75 7.13486 1.82957 7.32712 1.97123 7.46896L5.47112 10.9991C5.54096 11.0698 5.62422 11.1259 5.71602 11.164ZM11.0488 10.9689C11.1775 11.1156 11.3585 11.2061 11.5531 11.221C11.7477 11.2061 11.9288 11.1156 12.0574 10.9689C12.1815 10.8302 12.25 10.6506 12.25 10.4645C12.25 10.2785 12.1815 10.0989 12.0574 9.96024L9.03158 6.93439L12.0574 3.90855C12.1248 3.76739 12.1468 3.60881 12.1204 3.45463C12.0939 3.30045 12.0203 3.15826 11.9097 3.04765C11.7991 2.93703 11.6569 2.86343 11.5027 2.83698C11.3486 2.81053 11.19 2.83252 11.0488 2.89994L7.51865 6.36957C7.37699 6.51141 7.29742 6.70367 7.29742 6.90414C7.29742 7.1046 7.37699 7.29686 7.51865 7.4387L11.0488 10.9689Z",
10
- fill: "currentColor"
11
- }, null, -1), p = [i];
12
- function d(e, s, a, c, m, u) {
13
- return o(), t("svg", C({
14
- width: "14",
15
- height: "14",
16
- viewBox: "0 0 14 14",
17
- fill: "none",
18
- xmlns: "http://www.w3.org/2000/svg"
19
- }, e.pti()), p, 16);
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
- n as default
20
+ p as default
24
21
  };