@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/index306.js CHANGED
@@ -1,62 +1,24 @@
1
- import { keyName as u, base as c } from "./index381.js";
2
- import { Plugin as d } from "./index264.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 e from "./index293.js";
2
+ import { openBlock as r, createElementBlock as o, mergeProps as t, createElementVNode as n } from "vue";
3
+ var l = {
4
+ name: "InfoCircleIcon",
5
+ extends: e
6
+ }, i = /* @__PURE__ */ n("path", {
7
+ "fill-rule": "evenodd",
8
+ "clip-rule": "evenodd",
9
+ d: "M3.11101 12.8203C4.26215 13.5895 5.61553 14 7 14C8.85652 14 10.637 13.2625 11.9497 11.9497C13.2625 10.637 14 8.85652 14 7C14 5.61553 13.5895 4.26215 12.8203 3.11101C12.0511 1.95987 10.9579 1.06266 9.67879 0.532846C8.3997 0.00303296 6.99224 -0.13559 5.63437 0.134506C4.2765 0.404603 3.02922 1.07129 2.05026 2.05026C1.07129 3.02922 0.404603 4.2765 0.134506 5.63437C-0.13559 6.99224 0.00303296 8.3997 0.532846 9.67879C1.06266 10.9579 1.95987 12.0511 3.11101 12.8203ZM3.75918 2.14976C4.71846 1.50879 5.84628 1.16667 7 1.16667C8.5471 1.16667 10.0308 1.78125 11.1248 2.87521C12.2188 3.96918 12.8333 5.45291 12.8333 7C12.8333 8.15373 12.4912 9.28154 11.8502 10.2408C11.2093 11.2001 10.2982 11.9478 9.23232 12.3893C8.16642 12.8308 6.99353 12.9463 5.86198 12.7212C4.73042 12.4962 3.69102 11.9406 2.87521 11.1248C2.05941 10.309 1.50384 9.26958 1.27876 8.13803C1.05367 7.00647 1.16919 5.83358 1.61071 4.76768C2.05222 3.70178 2.79989 2.79074 3.75918 2.14976ZM7.00002 4.8611C6.84594 4.85908 6.69873 4.79698 6.58977 4.68801C6.48081 4.57905 6.4187 4.43185 6.41669 4.27776V3.88888C6.41669 3.73417 6.47815 3.58579 6.58754 3.4764C6.69694 3.367 6.84531 3.30554 7.00002 3.30554C7.15473 3.30554 7.3031 3.367 7.4125 3.4764C7.52189 3.58579 7.58335 3.73417 7.58335 3.88888V4.27776C7.58134 4.43185 7.51923 4.57905 7.41027 4.68801C7.30131 4.79698 7.1541 4.85908 7.00002 4.8611ZM7.00002 10.6945C6.84594 10.6925 6.69873 10.6304 6.58977 10.5214C6.48081 10.4124 6.4187 10.2652 6.41669 10.1111V6.22225C6.41669 6.06754 6.47815 5.91917 6.58754 5.80977C6.69694 5.70037 6.84531 5.63892 7.00002 5.63892C7.15473 5.63892 7.3031 5.70037 7.4125 5.80977C7.52189 5.91917 7.58335 6.06754 7.58335 6.22225V10.1111C7.58134 10.2652 7.51923 10.4124 7.41027 10.5214C7.30131 10.6304 7.1541 10.6925 7.00002 10.6945Z",
10
+ fill: "currentColor"
11
+ }, null, -1), p = [i];
12
+ function d(C, c, s, a, m, f) {
13
+ return r(), o("svg", t({
14
+ width: "14",
15
+ height: "14",
16
+ viewBox: "0 0 14 14",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg"
19
+ }, C.pti()), p, 16);
58
20
  }
21
+ l.render = d;
59
22
  export {
60
- K as keydownHandler,
61
- k as keymap
23
+ l as default
62
24
  };
package/dist/index307.js CHANGED
@@ -1,17 +1,24 @@
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
- };
1
+ import e from "./index293.js";
2
+ import { openBlock as r, createElementBlock as t, mergeProps as o, createElementVNode as l } from "vue";
3
+ var n = {
4
+ name: "TimesCircleIcon",
5
+ extends: e
6
+ }, i = /* @__PURE__ */ l("path", {
7
+ "fill-rule": "evenodd",
8
+ "clip-rule": "evenodd",
9
+ d: "M7 14C5.61553 14 4.26215 13.5895 3.11101 12.8203C1.95987 12.0511 1.06266 10.9579 0.532846 9.67879C0.00303296 8.3997 -0.13559 6.99224 0.134506 5.63437C0.404603 4.2765 1.07129 3.02922 2.05026 2.05026C3.02922 1.07129 4.2765 0.404603 5.63437 0.134506C6.99224 -0.13559 8.3997 0.00303296 9.67879 0.532846C10.9579 1.06266 12.0511 1.95987 12.8203 3.11101C13.5895 4.26215 14 5.61553 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM7 1.16667C5.84628 1.16667 4.71846 1.50879 3.75918 2.14976C2.79989 2.79074 2.05222 3.70178 1.61071 4.76768C1.16919 5.83358 1.05367 7.00647 1.27876 8.13803C1.50384 9.26958 2.05941 10.309 2.87521 11.1248C3.69102 11.9406 4.73042 12.4962 5.86198 12.7212C6.99353 12.9463 8.16642 12.8308 9.23232 12.3893C10.2982 11.9478 11.2093 11.2001 11.8502 10.2408C12.4912 9.28154 12.8333 8.15373 12.8333 7C12.8333 5.45291 12.2188 3.96918 11.1248 2.87521C10.0308 1.78125 8.5471 1.16667 7 1.16667ZM4.66662 9.91668C4.58998 9.91704 4.51404 9.90209 4.44325 9.87271C4.37246 9.84333 4.30826 9.8001 4.2544 9.74557C4.14516 9.6362 4.0838 9.48793 4.0838 9.33335C4.0838 9.17876 4.14516 9.0305 4.2544 8.92113L6.17553 7L4.25443 5.07891C4.15139 4.96832 4.09529 4.82207 4.09796 4.67094C4.10063 4.51982 4.16185 4.37563 4.26872 4.26876C4.3756 4.16188 4.51979 4.10066 4.67091 4.09799C4.82204 4.09532 4.96829 4.15142 5.07887 4.25446L6.99997 6.17556L8.92106 4.25446C9.03164 4.15142 9.1779 4.09532 9.32903 4.09799C9.48015 4.10066 9.62434 4.16188 9.73121 4.26876C9.83809 4.37563 9.89931 4.51982 9.90198 4.67094C9.90464 4.82207 9.84855 4.96832 9.74551 5.07891L7.82441 7L9.74554 8.92113C9.85478 9.0305 9.91614 9.17876 9.91614 9.33335C9.91614 9.48793 9.85478 9.6362 9.74554 9.74557C9.69168 9.8001 9.62748 9.84333 9.55669 9.87271C9.4859 9.90209 9.40996 9.91704 9.33332 9.91668C9.25668 9.91704 9.18073 9.90209 9.10995 9.87271C9.03916 9.84333 8.97495 9.8001 8.9211 9.74557L6.99997 7.82444L5.07884 9.74557C5.02499 9.8001 4.96078 9.84333 4.88999 9.87271C4.81921 9.90209 4.74326 9.91704 4.66662 9.91668Z",
10
+ fill: "currentColor"
11
+ }, null, -1), p = [i];
12
+ function d(C, s, c, a, m, h) {
13
+ return r(), t("svg", o({
14
+ width: "14",
15
+ height: "14",
16
+ viewBox: "0 0 14 14",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg"
19
+ }, C.pti()), p, 16);
20
+ }
21
+ n.render = d;
11
22
  export {
12
- t as createElement,
13
- t as h,
14
- t as jsx,
15
- t as jsxDEV,
16
- t as jsxs
23
+ n as default
17
24
  };
package/dist/index308.js CHANGED
@@ -1,86 +1,18 @@
1
- import { Plugin as w } from "./index264.js";
2
- import { dropPoint as v } from "./index301.js";
3
- function y(m = {}) {
4
- return new w({
5
- view(e) {
6
- return new C(e, m);
7
- }
8
- });
9
- }
10
- class C {
11
- constructor(e, t) {
12
- var i;
13
- this.editorView = e, this.cursorPos = null, this.element = null, this.timeout = -1, this.width = (i = t.width) !== null && i !== void 0 ? i : 1, this.color = t.color === !1 ? void 0 : t.color || "black", this.class = t.class, this.handlers = ["dragover", "dragend", "drop", "dragleave"].map((s) => {
14
- let d = (r) => {
15
- this[s](r);
16
- };
17
- return e.dom.addEventListener(s, d), { name: s, handler: d };
18
- });
19
- }
20
- destroy() {
21
- this.handlers.forEach(({ name: e, handler: t }) => this.editorView.dom.removeEventListener(e, t));
22
- }
23
- update(e, t) {
24
- this.cursorPos != null && t.doc != e.state.doc && (this.cursorPos > e.state.doc.content.size ? this.setCursor(null) : this.updateOverlay());
25
- }
26
- setCursor(e) {
27
- e != this.cursorPos && (this.cursorPos = e, e == null ? (this.element.parentNode.removeChild(this.element), this.element = null) : this.updateOverlay());
28
- }
29
- updateOverlay() {
30
- let e = this.editorView.state.doc.resolve(this.cursorPos), t = !e.parent.inlineContent, i, s = this.editorView.dom, d = s.getBoundingClientRect(), r = d.width / s.offsetWidth, h = d.height / s.offsetHeight;
31
- if (t) {
32
- let o = e.nodeBefore, n = e.nodeAfter;
33
- if (o || n) {
34
- let a = this.editorView.nodeDOM(this.cursorPos - (o ? o.nodeSize : 0));
35
- if (a) {
36
- let c = a.getBoundingClientRect(), u = o ? c.bottom : c.top;
37
- o && n && (u = (u + this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top) / 2);
38
- let g = this.width / 2 * h;
39
- i = { left: c.left, right: c.right, top: u - g, bottom: u + g };
40
- }
41
- }
42
- }
43
- if (!i) {
44
- let o = this.editorView.coordsAtPos(this.cursorPos), n = this.width / 2 * r;
45
- i = { left: o.left - n, right: o.left + n, top: o.top, bottom: o.bottom };
46
- }
47
- let l = this.editorView.dom.offsetParent;
48
- this.element || (this.element = l.appendChild(document.createElement("div")), this.class && (this.element.className = this.class), this.element.style.cssText = "position: absolute; z-index: 50; pointer-events: none;", this.color && (this.element.style.backgroundColor = this.color)), this.element.classList.toggle("prosemirror-dropcursor-block", t), this.element.classList.toggle("prosemirror-dropcursor-inline", !t);
49
- let f, p;
50
- if (!l || l == document.body && getComputedStyle(l).position == "static")
51
- f = -pageXOffset, p = -pageYOffset;
52
- else {
53
- let o = l.getBoundingClientRect(), n = o.width / l.offsetWidth, a = o.height / l.offsetHeight;
54
- f = o.left - l.scrollLeft * n, p = o.top - l.scrollTop * a;
55
- }
56
- this.element.style.left = (i.left - f) / r + "px", this.element.style.top = (i.top - p) / h + "px", this.element.style.width = (i.right - i.left) / r + "px", this.element.style.height = (i.bottom - i.top) / h + "px";
57
- }
58
- scheduleRemoval(e) {
59
- clearTimeout(this.timeout), this.timeout = setTimeout(() => this.setCursor(null), e);
60
- }
61
- dragover(e) {
62
- if (!this.editorView.editable)
63
- return;
64
- let t = this.editorView.posAtCoords({ left: e.clientX, top: e.clientY }), i = t && t.inside >= 0 && this.editorView.state.doc.nodeAt(t.inside), s = i && i.type.spec.disableDropCursor, d = typeof s == "function" ? s(this.editorView, t, e) : s;
65
- if (t && !d) {
66
- let r = t.pos;
67
- if (this.editorView.dragging && this.editorView.dragging.slice) {
68
- let h = v(this.editorView.state.doc, r, this.editorView.dragging.slice);
69
- h != null && (r = h);
70
- }
71
- this.setCursor(r), this.scheduleRemoval(5e3);
72
- }
73
- }
74
- dragend() {
75
- this.scheduleRemoval(20);
76
- }
77
- drop() {
78
- this.scheduleRemoval(20);
79
- }
80
- dragleave(e) {
81
- this.editorView.dom.contains(e.relatedTarget) || this.setCursor(null);
82
- }
83
- }
1
+ import o from "./index288.js";
2
+ var a = {
3
+ root: function(e) {
4
+ var s = e.props;
5
+ return "p-message p-component p-message-" + s.severity;
6
+ },
7
+ wrapper: "p-message-wrapper",
8
+ icon: "p-message-icon",
9
+ text: "p-message-text",
10
+ closeButton: "p-message-close p-link",
11
+ closeIcon: "p-message-close-icon"
12
+ }, r = o.extend({
13
+ name: "message",
14
+ classes: a
15
+ });
84
16
  export {
85
- y as dropCursor
17
+ r as default
86
18
  };
package/dist/index309.js CHANGED
@@ -1,204 +1,19 @@
1
- import { keydownHandler as v } from "./index306.js";
2
- import { Plugin as w, TextSelection as m, NodeSelection as x, Selection as u } from "./index264.js";
3
- import { Fragment as h, Slice as g } from "./index303.js";
4
- import { DecorationSet as S, Decoration as A } from "./index305.js";
5
- class i extends u {
6
- /**
7
- Create a gap cursor.
8
- */
9
- constructor(e) {
10
- super(e, e);
11
- }
12
- map(e, t) {
13
- let o = e.resolve(t.map(this.head));
14
- return i.valid(o) ? new i(o) : u.near(o);
15
- }
16
- content() {
17
- return g.empty;
18
- }
19
- eq(e) {
20
- return e instanceof i && e.head == this.head;
21
- }
22
- toJSON() {
23
- return { type: "gapcursor", pos: this.head };
24
- }
25
- /**
26
- @internal
27
- */
28
- static fromJSON(e, t) {
29
- if (typeof t.pos != "number")
30
- throw new RangeError("Invalid input for GapCursor.fromJSON");
31
- return new i(e.resolve(t.pos));
32
- }
33
- /**
34
- @internal
35
- */
36
- getBookmark() {
37
- return new d(this.anchor);
38
- }
39
- /**
40
- @internal
41
- */
42
- static valid(e) {
43
- let t = e.parent;
44
- if (t.isTextblock || !b(e) || !y(e))
45
- return !1;
46
- let o = t.type.spec.allowGapCursor;
47
- if (o != null)
48
- return o;
49
- let r = t.contentMatchAt(e.index()).defaultType;
50
- return r && r.isTextblock;
51
- }
52
- /**
53
- @internal
54
- */
55
- static findGapCursorFrom(e, t, o = !1) {
56
- e: for (; ; ) {
57
- if (!o && i.valid(e))
58
- return e;
59
- let r = e.pos, s = null;
60
- for (let l = e.depth; ; l--) {
61
- let a = e.node(l);
62
- if (t > 0 ? e.indexAfter(l) < a.childCount : e.index(l) > 0) {
63
- s = a.child(t > 0 ? e.indexAfter(l) : e.index(l) - 1);
64
- break;
65
- } else if (l == 0)
66
- return null;
67
- r += t;
68
- let f = e.doc.resolve(r);
69
- if (i.valid(f))
70
- return f;
71
- }
72
- for (; ; ) {
73
- let l = t > 0 ? s.firstChild : s.lastChild;
74
- if (!l) {
75
- if (s.isAtom && !s.isText && !x.isSelectable(s)) {
76
- e = e.doc.resolve(r + s.nodeSize * t), o = !1;
77
- continue e;
78
- }
79
- break;
80
- }
81
- s = l, r += t;
82
- let a = e.doc.resolve(r);
83
- if (i.valid(a))
84
- return a;
85
- }
86
- return null;
87
- }
88
- }
89
- }
90
- i.prototype.visible = !1;
91
- i.findFrom = i.findGapCursorFrom;
92
- u.jsonID("gapcursor", i);
93
- class d {
94
- constructor(e) {
95
- this.pos = e;
96
- }
97
- map(e) {
98
- return new d(e.map(this.pos));
99
- }
100
- resolve(e) {
101
- let t = e.resolve(this.pos);
102
- return i.valid(t) ? new i(t) : u.near(t);
103
- }
104
- }
105
- function C(n) {
106
- return n.isAtom || n.spec.isolating || n.spec.createGapCursor;
107
- }
108
- function b(n) {
109
- for (let e = n.depth; e >= 0; e--) {
110
- let t = n.index(e), o = n.node(e);
111
- if (t == 0) {
112
- if (o.type.spec.isolating)
113
- return !0;
114
- continue;
115
- }
116
- for (let r = o.child(t - 1); ; r = r.lastChild) {
117
- if (r.childCount == 0 && !r.inlineContent || C(r.type))
118
- return !0;
119
- if (r.inlineContent)
120
- return !1;
121
- }
122
- }
123
- return !0;
124
- }
125
- function y(n) {
126
- for (let e = n.depth; e >= 0; e--) {
127
- let t = n.indexAfter(e), o = n.node(e);
128
- if (t == o.childCount) {
129
- if (o.type.spec.isolating)
130
- return !0;
131
- continue;
132
- }
133
- for (let r = o.child(t); ; r = r.firstChild) {
134
- if (r.childCount == 0 && !r.inlineContent || C(r.type))
135
- return !0;
136
- if (r.inlineContent)
137
- return !1;
138
- }
139
- }
140
- return !0;
141
- }
142
- function B() {
143
- return new w({
144
- props: {
145
- decorations: F,
146
- createSelectionBetween(n, e, t) {
147
- return e.pos == t.pos && i.valid(t) ? new i(t) : null;
148
- },
149
- handleClick: T,
150
- handleKeyDown: k,
151
- handleDOMEvents: { beforeinput: D }
152
- }
153
- });
154
- }
155
- const k = v({
156
- ArrowLeft: c("horiz", -1),
157
- ArrowRight: c("horiz", 1),
158
- ArrowUp: c("vert", -1),
159
- ArrowDown: c("vert", 1)
1
+ import a from "./index288.js";
2
+ var s = {
3
+ root: function(r) {
4
+ var e = r.instance;
5
+ return ["p-progressbar p-component", {
6
+ "p-progressbar-determinate": e.determinate,
7
+ "p-progressbar-indeterminate": e.indeterminate
8
+ }];
9
+ },
10
+ container: "p-progressbar-indeterminate-container",
11
+ value: "p-progressbar-value p-progressbar-value-animate",
12
+ label: "p-progressbar-label"
13
+ }, o = a.extend({
14
+ name: "progressbar",
15
+ classes: s
160
16
  });
161
- function c(n, e) {
162
- const t = n == "vert" ? e > 0 ? "down" : "up" : e > 0 ? "right" : "left";
163
- return function(o, r, s) {
164
- let l = o.selection, a = e > 0 ? l.$to : l.$from, f = l.empty;
165
- if (l instanceof m) {
166
- if (!s.endOfTextblock(t) || a.depth == 0)
167
- return !1;
168
- f = !1, a = o.doc.resolve(e > 0 ? a.after() : a.before());
169
- }
170
- let p = i.findGapCursorFrom(a, e, f);
171
- return p ? (r && r(o.tr.setSelection(new i(p))), !0) : !1;
172
- };
173
- }
174
- function T(n, e, t) {
175
- if (!n || !n.editable)
176
- return !1;
177
- let o = n.state.doc.resolve(e);
178
- if (!i.valid(o))
179
- return !1;
180
- let r = n.posAtCoords({ left: t.clientX, top: t.clientY });
181
- return r && r.inside > -1 && x.isSelectable(n.state.doc.nodeAt(r.inside)) ? !1 : (n.dispatch(n.state.tr.setSelection(new i(o))), !0);
182
- }
183
- function D(n, e) {
184
- if (e.inputType != "insertCompositionText" || !(n.state.selection instanceof i))
185
- return !1;
186
- let { $from: t } = n.state.selection, o = t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);
187
- if (!o)
188
- return !1;
189
- let r = h.empty;
190
- for (let l = o.length - 1; l >= 0; l--)
191
- r = h.from(o[l].createAndFill(null, r));
192
- let s = n.state.tr.replace(t.pos, t.pos, new g(r, 0, 0));
193
- return s.setSelection(m.near(s.doc.resolve(t.pos + 1))), n.dispatch(s), !1;
194
- }
195
- function F(n) {
196
- if (!(n.selection instanceof i))
197
- return null;
198
- let e = document.createElement("div");
199
- return e.className = "ProseMirror-gapcursor", S.create(n.doc, [A.widget(n.selection.head, e, { key: "gapcursor" })]);
200
- }
201
17
  export {
202
- i as GapCursor,
203
- B as gapCursor
18
+ o as default
204
19
  };