@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/index138.js CHANGED
@@ -1,7 +1,7 @@
1
- import { defineComponent as M, ref as h, computed as H, onMounted as A, onUnmounted as Q, watch as F, nextTick as O } from "vue";
2
- import { onClickOutside as W } from "./index173.js";
3
- import { useThrottleFn as k } from "./index184.js";
4
- const G = M({
1
+ import { defineComponent as _, ref as g, computed as O, onMounted as D, onUnmounted as G, watch as U, nextTick as k } from "vue";
2
+ import { onClickOutside as q } from "./index173.js";
3
+ import { useThrottleFn as x } from "./index184.js";
4
+ const te = _({
5
5
  name: "QPopover",
6
6
  props: {
7
7
  /** Aligns the popover accordingly with the trigger.
@@ -84,174 +84,224 @@ const G = M({
84
84
  }
85
85
  },
86
86
  emits: ["update:modelValue"],
87
- setup(o, { emit: a }) {
88
- const f = h(!1), d = h(""), u = h(null), g = h(null), V = h({
87
+ setup(o, { emit: m }) {
88
+ const h = g(!1), w = g(""), s = g(null), v = g(0), p = g(null), V = g({
89
89
  top: "0",
90
90
  left: "0",
91
91
  transform: "none"
92
- }), p = H(() => f.value === !0 && o.reposition === !0 ? S(o.align) : o.align), y = H(() => f.value === !0 && o.reposition === !0 ? R(o.position) : o.position), S = (t) => {
93
- if (!u.value) return t;
94
- const e = o.teleport ? document.querySelector(".q-popover.teleported") : u.value.children[1];
95
- if (!e || w(e)) return t;
96
- const n = u.value.children[0].getBoundingClientRect(), r = e.getBoundingClientRect();
92
+ }), H = O(() => (v.value, h.value === !0 && o.reposition === !0 ? B(o.align) : o.align)), E = O(() => (v.value, h.value === !0 && o.reposition === !0 ? C(o.position) : o.position)), B = (t) => {
93
+ if (!s.value) return t;
94
+ const e = o.teleport ? document.querySelector(".q-popover.teleported") : s.value.children[1];
95
+ if (!e || S(e)) return t;
96
+ const n = s.value.children[0].getBoundingClientRect(), c = e.getBoundingClientRect();
97
97
  if (t === "left" || t === "right" || t === "center") {
98
98
  const l = n.left;
99
- return window.innerWidth - l < r.width ? "right" : "left";
99
+ return window.innerWidth - l < c.width ? "right" : "left";
100
100
  } else {
101
101
  const l = n.top;
102
- return window.innerHeight - l < r.height ? "bottom" : "top";
102
+ return window.innerHeight - l < c.height ? "bottom" : "top";
103
103
  }
104
- }, R = (t) => {
105
- if (!u.value) return t;
106
- const e = o.teleport ? document.querySelector(".q-popover.teleported") : u.value.children[1];
107
- if (!e || w(e)) return t;
108
- const n = u.value.children[0].getBoundingClientRect(), r = e.getBoundingClientRect();
104
+ }, C = (t) => {
105
+ if (!s.value) return t;
106
+ const e = o.teleport ? document.querySelector(".q-popover.teleported") : s.value.children[1];
107
+ if (!e || S(e)) return t;
108
+ const n = s.value.children[0].getBoundingClientRect(), c = e.getBoundingClientRect();
109
109
  if (t === "top" || t === "bottom") {
110
+ if (o.teleport && v.value > 0) {
111
+ const i = window.innerHeight - n.bottom - 10, a = n.top - 10, b = 100;
112
+ return t === "bottom" && a > i + b ? "top" : t === "top" && i > a + b ? "bottom" : t;
113
+ }
110
114
  const l = n.top;
111
- return window.innerHeight - l < r.height ? "top" : "bottom";
115
+ return window.innerHeight - l < c.height ? "top" : "bottom";
112
116
  } else {
113
117
  const l = n.left;
114
- return window.innerWidth - l < r.width ? "left" : "right";
118
+ return window.innerWidth - l < c.width ? "left" : "right";
115
119
  }
116
- }, w = (t) => {
120
+ }, S = (t) => {
117
121
  if (!t) return !1;
118
122
  const e = t.getBoundingClientRect();
119
123
  return e ? e.top >= 0 && e.left >= 0 && e.bottom <= (window.innerHeight || document.documentElement.clientHeight) && e.right <= (window.innerWidth || document.documentElement.clientWidth) : !1;
120
- }, q = () => {
121
- if (!u.value) return !0;
122
- const t = u.value.children[0];
124
+ }, P = () => {
125
+ if (!s.value) return !0;
126
+ const t = s.value.children[0];
123
127
  if (!t) return !0;
124
128
  const e = t.getBoundingClientRect();
125
129
  let n = t.parentElement;
126
130
  for (; n; ) {
127
- const r = getComputedStyle(n), l = r.overflowY, i = r.overflowX;
128
- if (l === "auto" || l === "scroll" || (i === "auto" || i === "scroll")) {
129
- const v = n.getBoundingClientRect();
130
- if (!(e.bottom > v.top && e.top < v.bottom && e.right > v.left && e.left < v.right))
131
+ const u = getComputedStyle(n), i = u.overflowY, a = u.overflowX;
132
+ if (i === "auto" || i === "scroll" || (a === "auto" || a === "scroll")) {
133
+ const y = n.getBoundingClientRect();
134
+ if (!(e.bottom > y.top && e.top < y.bottom && e.right > y.left && e.left < y.right))
131
135
  return !1;
132
136
  }
133
137
  n = n.parentElement;
134
138
  }
135
- return !0;
136
- }, B = () => {
139
+ const c = window.innerHeight || document.documentElement.clientHeight, l = window.innerWidth || document.documentElement.clientWidth;
140
+ return e.bottom > 0 && e.top < c && e.right > 0 && e.left < l;
141
+ }, Y = (t) => {
142
+ let e = t.parentElement;
143
+ for (; e && e !== document.documentElement; ) {
144
+ const c = getComputedStyle(e).overflowY;
145
+ if ((c === "auto" || c === "scroll") && e.scrollHeight > e.clientHeight)
146
+ return e;
147
+ e = e.parentElement;
148
+ }
149
+ return null;
150
+ }, T = () => {
137
151
  if (!o.teleport || !o.scrollIntoView || !o.modelValue) return;
138
152
  const t = document.querySelector(".q-popover.teleported");
139
153
  if (!t) return;
140
- const e = t.getBoundingClientRect(), n = o.scrollIntoViewPadding, r = window.innerHeight, l = window.innerWidth;
141
- let i = 0, c = 0;
142
- e.bottom + n > r ? c = e.bottom + n - r : e.top - n < 0 && (c = e.top - n), e.right + n > l ? i = e.right + n - l : e.left - n < 0 && (i = e.left - n), (i !== 0 || c !== 0) && window.scrollBy({
143
- top: c,
144
- left: i,
145
- behavior: "smooth"
146
- });
147
- }, z = () => {
154
+ const e = t.getBoundingClientRect(), n = o.scrollIntoViewPadding, c = window.innerHeight, l = window.innerWidth;
155
+ let r = 0, u = 0;
156
+ if (e.bottom + n > c ? u = e.bottom + n - c : e.top - n < 0 && (u = e.top - n), e.right + n > l ? r = e.right + n - l : e.left - n < 0 && (r = e.left - n), !(r === 0 && u === 0)) {
157
+ if (s.value) {
158
+ const i = s.value.children[0];
159
+ if (i) {
160
+ const a = Y(i);
161
+ if (a) {
162
+ const b = a.scrollTop;
163
+ a.scrollBy({
164
+ top: u,
165
+ left: r,
166
+ behavior: "smooth"
167
+ }), requestAnimationFrame(() => {
168
+ a.scrollTop !== b && (f(), d());
169
+ });
170
+ return;
171
+ }
172
+ }
173
+ }
174
+ window.scrollBy({
175
+ top: u,
176
+ left: r,
177
+ behavior: "smooth"
178
+ });
179
+ }
180
+ }, L = () => {
148
181
  if (!o.teleport || !o.scrollIntoView) return;
149
- b();
182
+ R();
150
183
  const t = document.querySelector(".q-popover.teleported");
151
- t && (g.value = new ResizeObserver(() => {
152
- setTimeout(B, 50);
153
- }), g.value.observe(t));
154
- }, b = () => {
155
- g.value && (g.value.disconnect(), g.value = null);
156
- }, I = () => {
157
- (o.trigger === "click" || o.trigger === "both") && a("update:modelValue", !o.modelValue);
158
- }, P = () => {
159
- o.trigger !== "click" && a("update:modelValue", !1);
160
- }, T = () => {
161
- o.trigger !== "click" && a("update:modelValue", !0);
162
- }, x = () => {
163
- const t = u.value?.children[0];
184
+ t && (p.value = new ResizeObserver(() => {
185
+ setTimeout(() => {
186
+ v.value++, f(), d(), T();
187
+ }, 50);
188
+ }), p.value.observe(t));
189
+ }, R = () => {
190
+ p.value && (p.value.disconnect(), p.value = null);
191
+ }, d = () => {
192
+ if (!o.teleport || !o.scrollIntoView || !o.modelValue || !s.value) return;
193
+ const t = s.value.children[0];
194
+ if (!t) return;
195
+ const e = t.getBoundingClientRect(), n = 10, c = o.scrollIntoViewPadding, l = window.innerHeight, r = E.value, u = 200;
196
+ let i;
197
+ if (r === "bottom") {
198
+ const a = e.bottom + n;
199
+ i = l - a - c;
200
+ } else r === "top" ? i = e.top - n - c : i = l - c * 2;
201
+ i = Math.max(i, u), V.value = {
202
+ ...V.value,
203
+ maxHeight: `${i}px`,
204
+ overflowY: "auto"
205
+ };
206
+ }, z = () => {
207
+ (o.trigger === "click" || o.trigger === "both") && m("update:modelValue", !o.modelValue);
208
+ }, X = () => {
209
+ o.trigger !== "click" && m("update:modelValue", !1);
210
+ }, $ = () => {
211
+ o.trigger !== "click" && m("update:modelValue", !0);
212
+ }, A = () => {
213
+ const t = s.value?.children[0];
164
214
  if (t) {
165
215
  const e = t.clientWidth, n = t.clientHeight;
166
- switch (p.value) {
216
+ switch (H.value) {
167
217
  case "left":
168
- d.value = `margin-left: ${e / 2 - 10}px;`;
218
+ w.value = `margin-left: ${e / 2 - 10}px;`;
169
219
  break;
170
220
  case "right":
171
- d.value = `margin-right: ${e / 2 - 10}px;`;
221
+ w.value = `margin-right: ${e / 2 - 10}px;`;
172
222
  break;
173
223
  case "top":
174
- d.value = `margin-top: ${n / 2 - 10}px;`;
224
+ w.value = `margin-top: ${n / 2 - 10}px;`;
175
225
  break;
176
226
  case "bottom":
177
- d.value = `margin-bottom: ${n / 2 - 10}px;`;
227
+ w.value = `margin-bottom: ${n / 2 - 10}px;`;
178
228
  break;
179
229
  }
180
230
  }
181
- }, m = () => {
182
- if (!u.value || !o.teleport) return;
183
- const t = u.value.children[0];
231
+ }, f = () => {
232
+ if (!s.value || !o.teleport) return;
233
+ const t = s.value.children[0];
184
234
  if (!t) return;
185
- const e = t.getBoundingClientRect(), n = 10, r = y.value, l = p.value;
186
- let i = 0, c = 0, s = "none";
187
- r === "bottom" ? (i = e.bottom + n, l === "left" ? (c = e.left, s = "none") : l === "right" ? (c = e.right, s = "translateX(-100%)") : l === "center" && (c = e.left + e.width / 2, s = "translateX(-50%)")) : r === "top" ? (i = e.top - n, s = "translateY(-100%)", l === "left" ? c = e.left : l === "right" ? (c = e.right, s = "translate(-100%, -100%)") : l === "center" && (c = e.left + e.width / 2, s = "translate(-50%, -100%)")) : r === "left" ? (c = e.left - n, s = "translateX(-100%)", l === "top" ? i = e.top : l === "bottom" ? (i = e.bottom, s = "translate(-100%, -100%)") : l === "middle" && (i = e.top + e.height / 2, s = "translate(-100%, -50%)")) : r === "right" && (c = e.right + n, l === "top" ? (i = e.top, s = "none") : l === "bottom" ? (i = e.bottom, s = "translateY(-100%)") : l === "middle" && (i = e.top + e.height / 2, s = "translateY(-50%)")), V.value = {
188
- top: `${i}px`,
189
- left: `${c}px`,
190
- transform: s
235
+ const e = t.getBoundingClientRect(), n = 10, c = E.value, l = H.value;
236
+ let r = 0, u = 0, i = "none";
237
+ c === "bottom" ? (r = e.bottom + n, l === "left" ? (u = e.left, i = "none") : l === "right" ? (u = e.right, i = "translateX(-100%)") : l === "center" && (u = e.left + e.width / 2, i = "translateX(-50%)")) : c === "top" ? (r = e.top - n, i = "translateY(-100%)", l === "left" ? u = e.left : l === "right" ? (u = e.right, i = "translate(-100%, -100%)") : l === "center" && (u = e.left + e.width / 2, i = "translate(-50%, -100%)")) : c === "left" ? (u = e.left - n, i = "translateX(-100%)", l === "top" ? r = e.top : l === "bottom" ? (r = e.bottom, i = "translate(-100%, -100%)") : l === "middle" && (r = e.top + e.height / 2, i = "translate(-100%, -50%)")) : c === "right" && (u = e.right + n, l === "top" ? (r = e.top, i = "none") : l === "bottom" ? (r = e.bottom, i = "translateY(-100%)") : l === "middle" && (r = e.top + e.height / 2, i = "translateY(-50%)")), V.value = {
238
+ top: `${r}px`,
239
+ left: `${u}px`,
240
+ transform: i
191
241
  };
192
- }, L = () => {
193
- o.teleport && o.modelValue && m();
194
- }, X = () => {
242
+ }, M = () => {
243
+ o.teleport && o.modelValue && (f(), d());
244
+ }, F = () => {
195
245
  if (o.teleport && o.modelValue) {
196
- if (o.closeOnScrollOutOfView && !q()) {
197
- a("update:modelValue", !1);
246
+ if (o.closeOnScrollOutOfView && !P()) {
247
+ m("update:modelValue", !1);
198
248
  return;
199
249
  }
200
- o.followScroll && m();
250
+ o.followScroll && (f(), d());
201
251
  }
202
- }, C = k(L, 16, !0), E = k(X, 16, !0);
203
- W(u, (t) => {
252
+ }, I = x(M, 16, !0), W = x(F, 16, !0);
253
+ q(s, (t) => {
204
254
  if (o.teleport) {
205
255
  const e = document.querySelector(".q-popover.teleported");
206
256
  if (e && e.contains(t.target))
207
257
  return;
208
258
  }
209
- o.modelValue && a("update:modelValue", !1);
259
+ o.modelValue && m("update:modelValue", !1);
210
260
  });
211
- function Y() {
212
- f.value = !1, b();
261
+ function N() {
262
+ h.value = !1, v.value = 0, R();
213
263
  }
214
- function $() {
215
- f.value = !0, o.teleport ? O(() => {
216
- m(), o.scrollIntoView && setTimeout(() => {
217
- z(), B();
264
+ function Q() {
265
+ h.value = !0, o.teleport ? k(() => {
266
+ f(), o.scrollIntoView && setTimeout(() => {
267
+ d(), L(), T();
218
268
  }, 100);
219
- }) : !w(u.value?.children[1]) && o.reposition === !0 && x();
269
+ }) : !S(s.value?.children[1]) && o.reposition === !0 && A();
220
270
  }
221
- return A(() => {
222
- o.teleport && (window.addEventListener("resize", C), window.addEventListener("scroll", E, !0));
223
- }), Q(() => {
224
- o.teleport && (window.removeEventListener("resize", C), window.removeEventListener("scroll", E, !0)), b();
225
- }), F(
271
+ return D(() => {
272
+ o.teleport && (window.addEventListener("resize", I), window.addEventListener("scroll", W, !0));
273
+ }), G(() => {
274
+ o.teleport && (window.removeEventListener("resize", I), window.removeEventListener("scroll", W, !0)), R();
275
+ }), U(
226
276
  () => o.modelValue,
227
277
  (t) => {
228
- o.teleport && t && O(() => {
229
- m();
278
+ o.teleport && t && k(() => {
279
+ f(), d();
230
280
  });
231
281
  }
232
282
  ), {
233
283
  // Refs
234
- entered: f,
235
- offsetStyle: d,
236
- popover: u,
284
+ entered: h,
285
+ offsetStyle: w,
286
+ popover: s,
237
287
  teleportedStyle: V,
238
288
  // Computed
239
- alignment: p,
240
- positioning: y,
289
+ alignment: H,
290
+ positioning: E,
241
291
  // Methods
242
- getAlignment: S,
243
- getPositioning: R,
244
- isElementInView: w,
245
- onAfterLeave: Y,
246
- onClick: I,
247
- onClickOutside: W,
248
- onEnter: $,
249
- onMouseLeave: P,
250
- onMouseOver: T,
251
- updateTeleportedPosition: m
292
+ getAlignment: B,
293
+ getPositioning: C,
294
+ isElementInView: S,
295
+ onAfterLeave: N,
296
+ onClick: z,
297
+ onClickOutside: q,
298
+ onEnter: Q,
299
+ onMouseLeave: X,
300
+ onMouseOver: $,
301
+ updateTeleportedPosition: f
252
302
  };
253
303
  }
254
304
  });
255
305
  export {
256
- G as default
306
+ te as default
257
307
  };
package/dist/index147.js CHANGED
@@ -751,7 +751,7 @@ const Pt = 996, Zt = It({
751
751
  }, dt = (e) => {
752
752
  Ne(), b.value = e;
753
753
  }, mt = async (e) => {
754
- if (console.log("selected:", e), E.value = e, O.value = [], g.value.issue = null, p.value.problem = null, v.value.item = null, v.value.issue = null, d.value.item = null, !E.value) {
754
+ if (E.value = e, O.value = [], g.value.issue = null, p.value.problem = null, v.value.item = null, v.value.issue = null, d.value.item = null, !E.value) {
755
755
  y.value.actionItems = !1;
756
756
  return;
757
757
  }
package/dist/index186.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { createVNode as s, defineComponent as nt, ref as k, onMounted as me, onUnmounted as at, h as Ye, watchEffect as Y, Teleport as lt, Transition as ot, computed as A, toRef as rt, inject as ge, watch as st, openBlock as ye, createElementBlock as be, provide as we, shallowRef as it, createElementVNode as Z, isVNode as ut } from "vue";
2
- import { format as Ce } from "./index245.js";
3
- import { parse as ct } from "./index246.js";
4
- import { getWeek as Ie } from "./index247.js";
5
- import dt from "./index248.js";
2
+ import { format as Ce } from "./index230.js";
3
+ import { parse as ct } from "./index231.js";
4
+ import { getWeek as Ie } from "./index232.js";
5
+ import dt from "./index233.js";
6
6
  var ft = Object.defineProperty, pt = Object.defineProperties, vt = Object.getOwnPropertyDescriptors, le = Object.getOwnPropertySymbols, Ue = Object.prototype.hasOwnProperty, Fe = Object.prototype.propertyIsEnumerable, Se = (t, e, n) => e in t ? ft(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, M = (t, e) => {
7
7
  for (var n in e || (e = {}))
8
8
  Ue.call(e, n) && Se(t, n, e[n]);
package/dist/index193.js CHANGED
@@ -1,14 +1,14 @@
1
- import A from "./index230.js";
2
- import O from "./index231.js";
3
- import V from "./index232.js";
4
- import R from "./index233.js";
5
- import j from "./index234.js";
6
- import K from "./index235.js";
1
+ import A from "./index258.js";
2
+ import O from "./index259.js";
3
+ import V from "./index237.js";
4
+ import R from "./index260.js";
5
+ import j from "./index261.js";
6
+ import K from "./index262.js";
7
7
  import H from "./index227.js";
8
8
  import { DomHandler as w } from "./index180.js";
9
9
  import W from "./index228.js";
10
- import G from "./index236.js";
11
- import Y from "./index237.js";
10
+ import G from "./index263.js";
11
+ import Y from "./index264.js";
12
12
  import { resolveComponent as y, openBlock as o, createElementBlock as f, Fragment as U, renderList as E, mergeProps as r, createElementVNode as h, toDisplayString as F, createVNode as L, normalizeClass as B, withCtx as C, createBlock as m, resolveDynamicComponent as b, resolveDirective as Z, renderSlot as g, withDirectives as M, withKeys as T, createCommentVNode as v, createTextVNode as z } from "vue";
13
13
  var q = {
14
14
  name: "BaseFileUpload",
package/dist/index195.js CHANGED
@@ -1,15 +1,15 @@
1
- import q from "./index238.js";
2
- import X from "./index239.js";
1
+ import q from "./index234.js";
2
+ import X from "./index235.js";
3
3
  import { ZIndexUtils as T, DomHandler as c, UniqueComponentId as k, ObjectUtils as $ } from "./index180.js";
4
4
  import O from "./index228.js";
5
- import Y from "./index240.js";
6
- import J from "./index232.js";
5
+ import Y from "./index236.js";
6
+ import J from "./index237.js";
7
7
  import L from "./index227.js";
8
- import H from "./index241.js";
9
- import M from "./index242.js";
8
+ import H from "./index238.js";
9
+ import M from "./index239.js";
10
10
  import { resolveDirective as C, openBlock as s, createElementBlock as d, mergeProps as l, createElementVNode as b, withDirectives as y, createBlock as f, resolveDynamicComponent as p, createCommentVNode as h, Fragment as U, renderList as G, resolveComponent as A, createVNode as z, withCtx as D, Transition as Q } from "vue";
11
- import ee from "./index243.js";
12
- import te from "./index244.js";
11
+ import ee from "./index240.js";
12
+ import te from "./index241.js";
13
13
  var ie = {
14
14
  name: "BaseGalleria",
15
15
  extends: O,
package/dist/index201.js CHANGED
@@ -7,25 +7,25 @@ import { ObjectUtils as b, UniqueComponentId as X, DomHandler as m, HelperSet as
7
7
  import dt from "./index269.js";
8
8
  import F from "./index228.js";
9
9
  import ct from "./index270.js";
10
- import We from "./index243.js";
11
- import Ue from "./index242.js";
10
+ import We from "./index240.js";
11
+ import Ue from "./index239.js";
12
12
  import { mergeProps as f, resolveComponent as R, openBlock as u, createBlock as w, withCtx as k, resolveDynamicComponent as C, normalizeClass as S, createCommentVNode as v, resolveDirective as qe, createElementBlock as p, toDisplayString as H, Fragment as P, withDirectives as q, createTextVNode as Xe, createElementVNode as T, withModifiers as Je, renderList as B, normalizeProps as ue, guardReactiveProps as fe, createVNode as z, Transition as ft, withKeys as me, renderSlot as O, createSlots as Ce } from "vue";
13
13
  import mt from "./index271.js";
14
14
  import pe from "./index272.js";
15
15
  import ht from "./index273.js";
16
- import pt from "./index232.js";
16
+ import pt from "./index237.js";
17
17
  import K from "./index274.js";
18
18
  import gt from "./index227.js";
19
19
  import Ze from "./index275.js";
20
20
  import yt from "./index276.js";
21
- import wt from "./index230.js";
21
+ import wt from "./index258.js";
22
22
  import vt from "./index277.js";
23
- import bt from "./index238.js";
23
+ import bt from "./index234.js";
24
24
  import Ct from "./index278.js";
25
25
  import Rt from "./index279.js";
26
- import St from "./index231.js";
26
+ import St from "./index259.js";
27
27
  import Pt from "./index280.js";
28
- import Et from "./index239.js";
28
+ import Et from "./index235.js";
29
29
  import Re from "./index281.js";
30
30
  import Se from "./index282.js";
31
31
  import Pe from "./index283.js";
package/dist/index206.js CHANGED
@@ -1,5 +1,5 @@
1
- import { Editor as p } from "./index249.js";
2
- import { CommandManager as y, Extendable as M, Extension as T, InputRule as F, MappablePosition as I, Mark as B, Node as O, NodePos as D, PasteRule as _, callOrReturn as j, canInsertNode as V, combineTransactionSteps as q, commands as z, createAtomBlockMarkdownSpec as L, createBlockMarkdownSpec as U, createChainableState as $, createDocument as H, createInlineMarkdownSpec as W, createMappablePosition as G, createNodeFromContent as J, createStyleTag as K, defaultBlockAt as Q, deleteProps as X, elementFromString as Y, extensions as Z, findChildrenInRange as ee, findDuplicates as te, findParentNode as ne, findParentNodeClosestToPos as re, flattenExtensions as ie, fromString as oe, getAttributes as ae, getAttributesFromExtensions as se, getChangedRanges as le, getExtensionField as de, getHTMLFromFragment as ue, getMarkAttributes as ce, getMarkRange as pe, getMarkType as ge, getMarksBetween as me, getNodeAtPosition as ve, getNodeAttributes as Se, getNodeType as he, getRenderedAttributes as xe, getSchemaByResolvedExtensions as fe, getSchemaTypeByName as we, getSchemaTypeNameByName as Ee, getSplittedAttributes as Ne, getText as be, getTextBetween as Ce, getTextContentFromNodes as ke, getTextSerializersFromSchema as Ae, getUpdatedPosition as Re, injectExtensionAttributesToParseRule as Pe, inputRulesPlugin as ye, isActive as Me, isAndroid as Te, isAtEndOfNode as Fe, isAtStartOfNode as Ie, isEmptyObject as Be, isExtensionRulesEnabled as Oe, isFunction as De, isList as _e, isMacOS as je, isMarkActive as Ve, isNodeActive as qe, isNodeEmpty as ze, isNodeSelection as Le, isNumber as Ue, isPlainObject as $e, isRegExp as He, isSafari as We, isTextSelection as Ge, isiOS as Je, markInputRule as Ke, markPasteRule as Qe, markdown as Xe, mergeAttributes as Ye, mergeDeep as Ze, minMax as et, nodeInputRule as tt, objectIncludes as nt, parseAttributes as rt, parseIndentedBlocks as it, pasteRulesPlugin as ot, removeDuplicates as at, renderNestedMarkdownContent as st, resolveExtensions as lt, resolveFocusPosition as dt, selectionToInsertionEnd as ut, serializeAttributes as ct, sortExtensions as pt, splitExtensions as gt, textblockTypeInputRule as mt, updateMarkViewAttributes as vt, wrappingInputRule as St } from "./index249.js";
1
+ import { Editor as p } from "./index242.js";
2
+ import { CommandManager as y, Extendable as M, Extension as T, InputRule as F, MappablePosition as I, Mark as B, Node as O, NodePos as D, PasteRule as _, callOrReturn as j, canInsertNode as V, combineTransactionSteps as q, commands as z, createAtomBlockMarkdownSpec as L, createBlockMarkdownSpec as U, createChainableState as $, createDocument as H, createInlineMarkdownSpec as W, createMappablePosition as G, createNodeFromContent as J, createStyleTag as K, defaultBlockAt as Q, deleteProps as X, elementFromString as Y, extensions as Z, findChildrenInRange as ee, findDuplicates as te, findParentNode as ne, findParentNodeClosestToPos as re, flattenExtensions as ie, fromString as oe, getAttributes as ae, getAttributesFromExtensions as se, getChangedRanges as le, getExtensionField as de, getHTMLFromFragment as ue, getMarkAttributes as ce, getMarkRange as pe, getMarkType as ge, getMarksBetween as me, getNodeAtPosition as ve, getNodeAttributes as Se, getNodeType as he, getRenderedAttributes as xe, getSchemaByResolvedExtensions as fe, getSchemaTypeByName as we, getSchemaTypeNameByName as Ee, getSplittedAttributes as Ne, getText as be, getTextBetween as Ce, getTextContentFromNodes as ke, getTextSerializersFromSchema as Ae, getUpdatedPosition as Re, injectExtensionAttributesToParseRule as Pe, inputRulesPlugin as ye, isActive as Me, isAndroid as Te, isAtEndOfNode as Fe, isAtStartOfNode as Ie, isEmptyObject as Be, isExtensionRulesEnabled as Oe, isFunction as De, isList as _e, isMacOS as je, isMarkActive as Ve, isNodeActive as qe, isNodeEmpty as ze, isNodeSelection as Le, isNumber as Ue, isPlainObject as $e, isRegExp as He, isSafari as We, isTextSelection as Ge, isiOS as Je, markInputRule as Ke, markPasteRule as Qe, markdown as Xe, mergeAttributes as Ye, mergeDeep as Ze, minMax as et, nodeInputRule as tt, objectIncludes as nt, parseAttributes as rt, parseIndentedBlocks as it, pasteRulesPlugin as ot, removeDuplicates as at, renderNestedMarkdownContent as st, resolveExtensions as lt, resolveFocusPosition as dt, selectionToInsertionEnd as ut, serializeAttributes as ct, sortExtensions as pt, splitExtensions as gt, textblockTypeInputRule as mt, updateMarkViewAttributes as vt, wrappingInputRule as St } from "./index242.js";
3
3
  import { defineComponent as s, h as l, ref as g, getCurrentInstance as m, watchEffect as v, nextTick as S, unref as h, onBeforeUnmount as u, shallowRef as x, onMounted as f, markRaw as w, customRef as E } from "vue";
4
4
  function d(t) {
5
5
  return E((e, r) => ({
package/dist/index208.js CHANGED
@@ -1,18 +1,18 @@
1
- import { Extension as r } from "./index249.js";
2
- import { Blockquote as n } from "./index250.js";
3
- import { Bold as p } from "./index251.js";
4
- import { Code as f } from "./index252.js";
5
- import { CodeBlock as h } from "./index253.js";
6
- import { Document as u } from "./index254.js";
7
- import { HardBreak as l } from "./index255.js";
8
- import { Heading as a } from "./index256.js";
9
- import { HorizontalRule as c } from "./index257.js";
10
- import { Italic as d } from "./index258.js";
1
+ import { Extension as r } from "./index242.js";
2
+ import { Blockquote as n } from "./index243.js";
3
+ import { Bold as p } from "./index244.js";
4
+ import { Code as f } from "./index245.js";
5
+ import { CodeBlock as h } from "./index246.js";
6
+ import { Document as u } from "./index247.js";
7
+ import { HardBreak as l } from "./index248.js";
8
+ import { Heading as a } from "./index249.js";
9
+ import { HorizontalRule as c } from "./index250.js";
10
+ import { Italic as d } from "./index251.js";
11
11
  import { Link as m } from "./index211.js";
12
- import { BulletList as g, ListItem as k, ListKeymap as B, OrderedList as L } from "./index259.js";
13
- import { Paragraph as x } from "./index260.js";
14
- import { Strike as b } from "./index261.js";
15
- import { Text as v } from "./index262.js";
12
+ import { BulletList as g, ListItem as k, ListKeymap as B, OrderedList as L } from "./index252.js";
13
+ import { Paragraph as x } from "./index253.js";
14
+ import { Strike as b } from "./index254.js";
15
+ import { Text as v } from "./index255.js";
16
16
  import { Underline as R } from "./index209.js";
17
17
  import { Dropcursor as K, Gapcursor as _, UndoRedo as I, TrailingNode as q } from "./index212.js";
18
18
  var y = r.create({
package/dist/index209.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Mark as s, mergeAttributes as d } from "./index249.js";
1
+ import { Mark as s, mergeAttributes as d } from "./index242.js";
2
2
  var u = s.create({
3
3
  name: "underline",
4
4
  addOptions() {
package/dist/index210.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Mark as y, mergeAttributes as p, Extension as l } from "./index249.js";
1
+ import { Mark as y, mergeAttributes as p, Extension as l } from "./index242.js";
2
2
  var d = 20, u = (t, e = 0) => {
3
3
  const r = [];
4
4
  return !t.children.length || e > d || Array.from(t.children).forEach((o) => {
package/dist/index211.js CHANGED
@@ -1,6 +1,6 @@
1
- import { Mark as x, markPasteRule as b, mergeAttributes as v, combineTransactionSteps as w, getChangedRanges as T, findChildrenInRange as _, getMarksBetween as O, getAttributes as R } from "./index249.js";
2
- import { registerCustomProtocol as C, tokenize as H, find as M, reset as U } from "./index263.js";
3
- import { Plugin as g, PluginKey as A } from "./index264.js";
1
+ import { Mark as x, markPasteRule as b, mergeAttributes as v, combineTransactionSteps as w, getChangedRanges as T, findChildrenInRange as _, getMarksBetween as O, getAttributes as R } from "./index242.js";
2
+ import { registerCustomProtocol as C, tokenize as H, find as M, reset as U } from "./index256.js";
3
+ import { Plugin as g, PluginKey as A } from "./index257.js";
4
4
  var P = "[\0-   ᠎ -\u2029  ]", B = new RegExp(P), I = new RegExp(`${P}$`), W = new RegExp(P, "g");
5
5
  function $(t) {
6
6
  return t.length === 1 ? t[0].isLink : t.length === 3 && t[1].isLink ? ["()", "[]"].includes(t[0].value + t[2].value) : !1;
package/dist/index212.js CHANGED
@@ -1,9 +1,9 @@
1
- import { Extension as l, isNodeEmpty as v, callOrReturn as P, getExtensionField as S, isNodeSelection as z } from "./index249.js";
2
- import { Plugin as p, PluginKey as m } from "./index264.js";
3
- import { dropCursor as E } from "./index308.js";
4
- import { Decoration as y, DecorationSet as f } from "./index305.js";
5
- import { gapCursor as N } from "./index309.js";
6
- import { history as A, redo as M, undo as O } from "./index310.js";
1
+ import { Extension as l, isNodeEmpty as v, callOrReturn as P, getExtensionField as S, isNodeSelection as z } from "./index242.js";
2
+ import { Plugin as p, PluginKey as m } from "./index257.js";
3
+ import { dropCursor as E } from "./index301.js";
4
+ import { Decoration as y, DecorationSet as f } from "./index298.js";
5
+ import { gapCursor as N } from "./index302.js";
6
+ import { history as A, redo as M, undo as O } from "./index303.js";
7
7
  l.create({
8
8
  name: "characterCount",
9
9
  addOptions() {