@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.
Files changed (85) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index138.js +155 -105
  3. package/dist/index147.js +1 -1
  4. package/dist/index186.js +4 -4
  5. package/dist/index193.js +8 -8
  6. package/dist/index195.js +8 -8
  7. package/dist/index201.js +7 -7
  8. package/dist/index206.js +2 -2
  9. package/dist/index208.js +14 -14
  10. package/dist/index209.js +1 -1
  11. package/dist/index210.js +1 -1
  12. package/dist/index211.js +3 -3
  13. package/dist/index212.js +6 -6
  14. package/dist/index230.js +159 -159
  15. package/dist/index231.js +228 -20
  16. package/dist/index232.js +36 -19
  17. package/dist/index233.js +10 -22
  18. package/dist/index234.js +113 -185
  19. package/dist/index235.js +25 -57
  20. package/dist/index236.js +77 -31
  21. package/dist/index237.js +19 -39
  22. package/dist/index238.js +19 -126
  23. package/dist/index239.js +16 -34
  24. package/dist/index240.js +20 -80
  25. package/dist/index241.js +10 -10
  26. package/dist/index242.js +3636 -20
  27. package/dist/index243.js +55 -20
  28. package/dist/index244.js +77 -20
  29. package/dist/index245.js +51 -160
  30. package/dist/index246.js +212 -225
  31. package/dist/index247.js +10 -37
  32. package/dist/index248.js +57 -10
  33. package/dist/index249.js +46 -3621
  34. package/dist/index250.js +35 -36
  35. package/dist/index251.js +28 -30
  36. package/dist/index252.js +702 -28
  37. package/dist/index253.js +22 -195
  38. package/dist/index254.js +63 -9
  39. package/dist/index255.js +8 -54
  40. package/dist/index256.js +695 -51
  41. package/dist/index257.js +815 -49
  42. package/dist/index258.js +154 -68
  43. package/dist/index259.js +19 -725
  44. package/dist/index260.js +22 -42
  45. package/dist/index261.js +190 -55
  46. package/dist/index262.js +70 -11
  47. package/dist/index263.js +33 -704
  48. package/dist/index264.js +37 -817
  49. package/dist/index277.js +3 -3
  50. package/dist/index292.js +2 -54
  51. package/dist/index294.js +1534 -26
  52. package/dist/index295.js +386 -22
  53. package/dist/index296.js +2731 -22
  54. package/dist/index297.js +86 -16
  55. package/dist/index298.js +3792 -17
  56. package/dist/index299.js +59 -22
  57. package/dist/index300.js +15 -2
  58. package/dist/index301.js +62 -1512
  59. package/dist/index302.js +172 -356
  60. package/dist/index303.js +210 -2695
  61. package/dist/index304.js +50 -82
  62. package/dist/index305.js +26 -3792
  63. package/dist/index306.js +21 -59
  64. package/dist/index307.js +22 -15
  65. package/dist/index308.js +16 -84
  66. package/dist/index309.js +16 -201
  67. package/dist/index310.js +23 -246
  68. package/dist/index313.js +1 -1
  69. package/dist/index380.js +95 -98
  70. package/dist/index381.js +100 -90
  71. package/dist/index382.js +91 -98
  72. package/dist/index41.js +5 -5
  73. package/dist/src/components/comment/comment.d.ts +6 -0
  74. package/dist/src/components/comment/comment.stories.d.ts +6 -0
  75. package/dist/src/components/comment-section/comment-section.d.ts +6 -0
  76. package/dist/src/components/comment-section/comment-section.stories.d.ts +6 -0
  77. package/dist/src/components/data-filter/data-filter.d.ts +6 -0
  78. package/dist/src/components/data-list/data-list.d.ts +6 -0
  79. package/dist/src/components/grid/grid.stories.d.ts +12 -0
  80. package/dist/src/components/popover/popover.d.ts +6 -0
  81. package/dist/src/components/popover/popover.stories.d.ts +42 -0
  82. package/dist/src/components/room-details-popover/room-details-popover.d.ts +6 -0
  83. package/dist/src/views/lists.vue.d.ts +12 -0
  84. package/dist/src/views/tables.vue.d.ts +6 -0
  85. package/package.json +1 -1
package/dist/index304.js CHANGED
@@ -1,88 +1,56 @@
1
- import { ReplaceAroundStep as h, liftTarget as w, canJoin as C, findWrapping as L, canSplit as R } from "./index301.js";
2
- import { Fragment as s, Slice as I, NodeRange as x } from "./index303.js";
3
- function O(r, t = null) {
4
- return function(e, l) {
5
- let { $from: o, $to: n } = e.selection, f = o.blockRange(n);
6
- if (!f)
7
- return !1;
8
- let i = l ? e.tr : null;
9
- return S(i, f, r, t) ? (l && l(i.scrollIntoView()), !0) : !1;
10
- };
1
+ import l from "./index288.js";
2
+ function r(e) {
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(e);
11
9
  }
12
- function S(r, t, e, l = null) {
13
- let o = !1, n = t, f = t.$from.doc;
14
- if (t.depth >= 2 && t.$from.node(t.depth - 1).type.compatibleContent(e) && t.startIndex == 0) {
15
- if (t.$from.index(t.depth - 1) == 0)
16
- return !1;
17
- let d = f.resolve(t.start - 2);
18
- n = new x(d, d, t.depth), t.endIndex < t.parent.childCount && (t = new x(t.$from, f.resolve(t.$to.end(t.depth)), t.depth)), o = !0;
19
- }
20
- let i = L(n, e, l, t);
21
- return i ? (r && v(r, t, i, o, e), !0) : !1;
22
- }
23
- function v(r, t, e, l, o) {
24
- let n = s.empty;
25
- for (let u = e.length - 1; u >= 0; u--)
26
- n = s.from(e[u].type.create(e[u].attrs, n));
27
- r.step(new h(t.start - (l ? 2 : 0), t.end, t.start, t.end, new I(n, 0, 0), e.length, !0));
28
- let f = 0;
29
- for (let u = 0; u < e.length; u++)
30
- e[u].type == o && (f = u + 1);
31
- let i = e.length - f, d = t.start + e.length - (l ? 2 : 0), c = t.parent;
32
- for (let u = t.startIndex, m = t.endIndex, p = !0; u < m; u++, p = !1)
33
- !p && R(r.doc, d, i) && (r.split(d, i), d += 2 * i), d += c.child(u).nodeSize;
34
- return r;
35
- }
36
- function V(r) {
37
- return function(t, e) {
38
- let { $from: l, $to: o } = t.selection, n = l.blockRange(o, (f) => f.childCount > 0 && f.firstChild.type == r);
39
- return n ? e ? l.node(n.depth - 1).type == r ? b(t, e, r, n) : k(t, e, n) : !0 : !1;
40
- };
10
+ function i(e, t, n) {
11
+ return t = u(t), t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
41
12
  }
42
- function b(r, t, e, l) {
43
- let o = r.tr, n = l.end, f = l.$to.end(l.depth);
44
- n < f && (o.step(new h(n - 1, f, n, f, new I(s.from(e.create(null, l.parent.copy())), 1, 0), 1, !0)), l = new x(o.doc.resolve(l.$from.pos), o.doc.resolve(f), l.depth));
45
- const i = w(l);
46
- if (i == null)
47
- return !1;
48
- o.lift(l, i);
49
- let d = o.doc.resolve(o.mapping.map(n, -1) - 1);
50
- return C(o.doc, d.pos) && d.nodeBefore.type == d.nodeAfter.type && o.join(d.pos), t(o.scrollIntoView()), !0;
13
+ function u(e) {
14
+ var t = a(e, "string");
15
+ return r(t) == "symbol" ? t : String(t);
51
16
  }
52
- function k(r, t, e) {
53
- let l = r.tr, o = e.parent;
54
- for (let a = e.end, $ = e.endIndex - 1, y = e.startIndex; $ > y; $--)
55
- a -= o.child($).nodeSize, l.delete(a - 1, a + 1);
56
- let n = l.doc.resolve(e.start), f = n.nodeAfter;
57
- if (l.mapping.map(e.end) != e.start + n.nodeAfter.nodeSize)
58
- return !1;
59
- let i = e.startIndex == 0, d = e.endIndex == o.childCount, c = n.node(-1), u = n.index(-1);
60
- if (!c.canReplace(u + (i ? 0 : 1), u + 1, f.content.append(d ? s.empty : s.from(o))))
61
- return !1;
62
- let m = n.pos, p = m + f.nodeSize;
63
- return l.step(new h(m - (i ? 1 : 0), p + (d ? 1 : 0), m + 1, p - 1, new I((i ? s.empty : s.from(o.copy(s.empty))).append(d ? s.empty : s.from(o.copy(s.empty))), i ? 0 : 1, d ? 0 : 1), i ? 0 : 1)), t(l.scrollIntoView()), !0;
64
- }
65
- function B(r) {
66
- return function(t, e) {
67
- let { $from: l, $to: o } = t.selection, n = l.blockRange(o, (c) => c.childCount > 0 && c.firstChild.type == r);
68
- if (!n)
69
- return !1;
70
- let f = n.startIndex;
71
- if (f == 0)
72
- return !1;
73
- let i = n.parent, d = i.child(f - 1);
74
- if (d.type != r)
75
- return !1;
76
- if (e) {
77
- let c = d.lastChild && d.lastChild.type == i.type, u = s.from(c ? r.create() : null), m = new I(s.from(r.create(null, s.from(i.type.create(null, u)))), c ? 3 : 1, 0), p = n.start, a = n.end;
78
- e(t.tr.step(new h(p - (c ? 3 : 1), a, p, a, m, 1, !0)).scrollIntoView());
79
- }
80
- return !0;
81
- };
17
+ function a(e, t) {
18
+ if (r(e) != "object" || !e) return e;
19
+ var n = e[Symbol.toPrimitive];
20
+ if (n !== void 0) {
21
+ var o = n.call(e, t);
22
+ if (r(o) != "object") return o;
23
+ throw new TypeError("@@toPrimitive must return a primitive value.");
24
+ }
25
+ return (t === "string" ? String : Number)(e);
82
26
  }
27
+ var p = {
28
+ root: function(t) {
29
+ var n = t.instance, o = t.props;
30
+ return ["p-button p-component", i(i(i(i(i(i(i(i({
31
+ "p-button-icon-only": n.hasIcon && !o.label && !o.badge,
32
+ "p-button-vertical": (o.iconPos === "top" || o.iconPos === "bottom") && o.label,
33
+ "p-disabled": n.$attrs.disabled || n.$attrs.disabled === "" || o.loading,
34
+ "p-button-loading": o.loading,
35
+ "p-button-loading-label-only": o.loading && !n.hasIcon && o.label,
36
+ "p-button-link": o.link
37
+ }, "p-button-".concat(o.severity), o.severity), "p-button-raised", o.raised), "p-button-rounded", o.rounded), "p-button-text", o.text), "p-button-outlined", o.outlined), "p-button-sm", o.size === "small"), "p-button-lg", o.size === "large"), "p-button-plain", o.plain)];
38
+ },
39
+ loadingIcon: "p-button-loading-icon pi-spin",
40
+ icon: function(t) {
41
+ var n = t.props;
42
+ return ["p-button-icon", {
43
+ "p-button-icon-left": n.iconPos === "left" && n.label,
44
+ "p-button-icon-right": n.iconPos === "right" && n.label,
45
+ "p-button-icon-top": n.iconPos === "top" && n.label,
46
+ "p-button-icon-bottom": n.iconPos === "bottom" && n.label
47
+ }];
48
+ },
49
+ label: "p-button-label"
50
+ }, s = l.extend({
51
+ name: "button",
52
+ classes: p
53
+ });
83
54
  export {
84
- V as liftListItem,
85
- B as sinkListItem,
86
- O as wrapInList,
87
- S as wrapRangeInList
55
+ s as default
88
56
  };