@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/index253.js CHANGED
@@ -1,217 +1,44 @@
1
- import { Node as k, textblockTypeInputRule as S, mergeAttributes as C } from "./index249.js";
2
- import { Plugin as w, PluginKey as B, TextSelection as T, Selection as L } from "./index264.js";
3
- var y = 4, M = /^```([a-z]+)?[\s\n]$/, N = /^~~~([a-z]+)?[\s\n]$/, $ = k.create({
4
- name: "codeBlock",
1
+ import { Node as o, mergeAttributes as i } from "./index242.js";
2
+ var a = " ", d = " ", p = o.create({
3
+ name: "paragraph",
4
+ priority: 1e3,
5
5
  addOptions() {
6
6
  return {
7
- languageClassPrefix: "language-",
8
- exitOnTripleEnter: !0,
9
- exitOnArrowDown: !0,
10
- defaultLanguage: null,
11
- enableTabIndentation: !1,
12
- tabSize: y,
13
7
  HTMLAttributes: {}
14
8
  };
15
9
  },
16
- content: "text*",
17
- marks: "",
18
10
  group: "block",
19
- code: !0,
20
- defining: !0,
21
- addAttributes() {
22
- return {
23
- language: {
24
- default: this.options.defaultLanguage,
25
- parseHTML: (e) => {
26
- var t;
27
- const { languageClassPrefix: r } = this.options;
28
- if (!r)
29
- return null;
30
- const o = [...((t = e.firstElementChild) == null ? void 0 : t.classList) || []].filter((s) => s.startsWith(r)).map((s) => s.replace(r, ""))[0];
31
- return o || null;
32
- },
33
- rendered: !1
34
- }
35
- };
36
- },
11
+ content: "inline*",
37
12
  parseHTML() {
38
- return [
39
- {
40
- tag: "pre",
41
- preserveWhitespace: "full"
42
- }
43
- ];
13
+ return [{ tag: "p" }];
44
14
  },
45
- renderHTML({ node: e, HTMLAttributes: t }) {
46
- return [
47
- "pre",
48
- C(this.options.HTMLAttributes, t),
49
- [
50
- "code",
51
- {
52
- class: e.attrs.language ? this.options.languageClassPrefix + e.attrs.language : null
53
- },
54
- 0
55
- ]
56
- ];
15
+ renderHTML({ HTMLAttributes: r }) {
16
+ return ["p", i(this.options.HTMLAttributes, r), 0];
57
17
  },
58
- markdownTokenName: "code",
59
- parseMarkdown: (e, t) => {
60
- var r;
61
- return ((r = e.raw) == null ? void 0 : r.startsWith("```")) === !1 && e.codeBlockStyle !== "indented" ? [] : t.createNode(
62
- "codeBlock",
63
- { language: e.lang || null },
64
- e.text ? [t.createTextNode(e.text)] : []
65
- );
18
+ parseMarkdown: (r, e) => {
19
+ const t = r.tokens || [];
20
+ if (t.length === 1 && t[0].type === "image")
21
+ return e.parseChildren([t[0]]);
22
+ const n = e.parseInline(t);
23
+ return n.length === 1 && n[0].type === "text" && (n[0].text === a || n[0].text === d) ? e.createNode("paragraph", void 0, []) : e.createNode("paragraph", void 0, n);
66
24
  },
67
- renderMarkdown: (e, t) => {
68
- var r;
69
- let n = "";
70
- const a = ((r = e.attrs) == null ? void 0 : r.language) || "";
71
- return e.content ? n = [`\`\`\`${a}`, t.renderChildren(e.content), "```"].join(`
72
- `) : n = `\`\`\`${a}
73
-
74
- \`\`\``, n;
25
+ renderMarkdown: (r, e) => {
26
+ if (!r)
27
+ return "";
28
+ const t = Array.isArray(r.content) ? r.content : [];
29
+ return t.length === 0 ? a : e.renderChildren(t);
75
30
  },
76
31
  addCommands() {
77
32
  return {
78
- setCodeBlock: (e) => ({ commands: t }) => t.setNode(this.name, e),
79
- toggleCodeBlock: (e) => ({ commands: t }) => t.toggleNode(this.name, "paragraph", e)
33
+ setParagraph: () => ({ commands: r }) => r.setNode(this.name)
80
34
  };
81
35
  },
82
36
  addKeyboardShortcuts() {
83
37
  return {
84
- "Mod-Alt-c": () => this.editor.commands.toggleCodeBlock(),
85
- // remove code block when at start of document or code block is empty
86
- Backspace: () => {
87
- const { empty: e, $anchor: t } = this.editor.state.selection, r = t.pos === 1;
88
- return !e || t.parent.type.name !== this.name ? !1 : r || !t.parent.textContent.length ? this.editor.commands.clearNodes() : !1;
89
- },
90
- // handle tab indentation
91
- Tab: ({ editor: e }) => {
92
- var t;
93
- if (!this.options.enableTabIndentation)
94
- return !1;
95
- const r = (t = this.options.tabSize) != null ? t : y, { state: n } = e, { selection: a } = n, { $from: o, empty: s } = a;
96
- if (o.parent.type !== this.type)
97
- return !1;
98
- const i = " ".repeat(r);
99
- return s ? e.commands.insertContent(i) : e.commands.command(({ tr: l }) => {
100
- const { from: c, to: f } = a, u = n.doc.textBetween(c, f, `
101
- `, `
102
- `).split(`
103
- `).map((p) => i + p).join(`
104
- `);
105
- return l.replaceWith(c, f, n.schema.text(u)), !0;
106
- });
107
- },
108
- // handle shift+tab reverse indentation
109
- "Shift-Tab": ({ editor: e }) => {
110
- var t;
111
- if (!this.options.enableTabIndentation)
112
- return !1;
113
- const r = (t = this.options.tabSize) != null ? t : y, { state: n } = e, { selection: a } = n, { $from: o, empty: s } = a;
114
- return o.parent.type !== this.type ? !1 : s ? e.commands.command(({ tr: i }) => {
115
- var l;
116
- const { pos: c } = o, f = o.start(), h = o.end(), u = n.doc.textBetween(f, h, `
117
- `, `
118
- `).split(`
119
- `);
120
- let p = 0, g = 0;
121
- const b = c - f;
122
- for (let d = 0; d < u.length; d += 1) {
123
- if (g + u[d].length >= b) {
124
- p = d;
125
- break;
126
- }
127
- g += u[d].length + 1;
128
- }
129
- const A = ((l = u[p].match(/^ */)) == null ? void 0 : l[0]) || "", v = Math.min(A.length, r);
130
- if (v === 0)
131
- return !0;
132
- let m = f;
133
- for (let d = 0; d < p; d += 1)
134
- m += u[d].length + 1;
135
- return i.delete(m, m + v), c - m <= v && i.setSelection(T.create(i.doc, m)), !0;
136
- }) : e.commands.command(({ tr: i }) => {
137
- const { from: l, to: c } = a, x = n.doc.textBetween(l, c, `
138
- `, `
139
- `).split(`
140
- `).map((u) => {
141
- var p;
142
- const g = ((p = u.match(/^ */)) == null ? void 0 : p[0]) || "", b = Math.min(g.length, r);
143
- return u.slice(b);
144
- }).join(`
145
- `);
146
- return i.replaceWith(l, c, n.schema.text(x)), !0;
147
- });
148
- },
149
- // exit node on triple enter
150
- Enter: ({ editor: e }) => {
151
- if (!this.options.exitOnTripleEnter)
152
- return !1;
153
- const { state: t } = e, { selection: r } = t, { $from: n, empty: a } = r;
154
- if (!a || n.parent.type !== this.type)
155
- return !1;
156
- const o = n.parentOffset === n.parent.nodeSize - 2, s = n.parent.textContent.endsWith(`
157
-
158
- `);
159
- return !o || !s ? !1 : e.chain().command(({ tr: i }) => (i.delete(n.pos - 2, n.pos), !0)).exitCode().run();
160
- },
161
- // exit node on arrow down
162
- ArrowDown: ({ editor: e }) => {
163
- if (!this.options.exitOnArrowDown)
164
- return !1;
165
- const { state: t } = e, { selection: r, doc: n } = t, { $from: a, empty: o } = r;
166
- if (!o || a.parent.type !== this.type || !(a.parentOffset === a.parent.nodeSize - 2))
167
- return !1;
168
- const i = a.after();
169
- return i === void 0 ? !1 : n.nodeAt(i) ? e.commands.command(({ tr: c }) => (c.setSelection(L.near(n.resolve(i))), !0)) : e.commands.exitCode();
170
- }
38
+ "Mod-Alt-0": () => this.editor.commands.setParagraph()
171
39
  };
172
- },
173
- addInputRules() {
174
- return [
175
- S({
176
- find: M,
177
- type: this.type,
178
- getAttributes: (e) => ({
179
- language: e[1]
180
- })
181
- }),
182
- S({
183
- find: N,
184
- type: this.type,
185
- getAttributes: (e) => ({
186
- language: e[1]
187
- })
188
- })
189
- ];
190
- },
191
- addProseMirrorPlugins() {
192
- return [
193
- // this plugin creates a code block for pasted content from VS Code
194
- // we can also detect the copied code language
195
- new w({
196
- key: new B("codeBlockVSCodeHandler"),
197
- props: {
198
- handlePaste: (e, t) => {
199
- if (!t.clipboardData || this.editor.isActive(this.type.name))
200
- return !1;
201
- const r = t.clipboardData.getData("text/plain"), n = t.clipboardData.getData("vscode-editor-data"), a = n ? JSON.parse(n) : void 0, o = a?.mode;
202
- if (!r || !o)
203
- return !1;
204
- const { tr: s, schema: i } = e.state, l = i.text(r.replace(/\r\n?/g, `
205
- `));
206
- return s.replaceSelectionWith(this.type.create({ language: o }, l)), s.selection.$from.parent.type !== this.type && s.setSelection(T.near(s.doc.resolve(Math.max(0, s.selection.from - 2)))), s.setMeta("paste", !0), e.dispatch(s), !0;
207
- }
208
- }
209
- })
210
- ];
211
40
  }
212
41
  });
213
42
  export {
214
- $ as CodeBlock,
215
- M as backtickInputRegex,
216
- N as tildeInputRegex
43
+ p as Paragraph
217
44
  };
package/dist/index254.js CHANGED
@@ -1,12 +1,66 @@
1
- import { Node as n } from "./index249.js";
2
- var o = n.create({
3
- name: "doc",
4
- topNode: !0,
5
- content: "block+",
6
- renderMarkdown: (e, r) => e.content ? r.renderChildren(e.content, `
7
-
8
- `) : ""
1
+ import { Mark as r, markPasteRule as s, markInputRule as n, mergeAttributes as a } from "./index242.js";
2
+ var i = /(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/, d = /(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g, o = r.create({
3
+ name: "strike",
4
+ addOptions() {
5
+ return {
6
+ HTMLAttributes: {}
7
+ };
8
+ },
9
+ parseHTML() {
10
+ return [
11
+ {
12
+ tag: "s"
13
+ },
14
+ {
15
+ tag: "del"
16
+ },
17
+ {
18
+ tag: "strike"
19
+ },
20
+ {
21
+ style: "text-decoration",
22
+ consuming: !1,
23
+ getAttrs: (e) => e.includes("line-through") ? {} : !1
24
+ }
25
+ ];
26
+ },
27
+ renderHTML({ HTMLAttributes: e }) {
28
+ return ["s", a(this.options.HTMLAttributes, e), 0];
29
+ },
30
+ markdownTokenName: "del",
31
+ parseMarkdown: (e, t) => t.applyMark("strike", t.parseInline(e.tokens || [])),
32
+ renderMarkdown: (e, t) => `~~${t.renderChildren(e)}~~`,
33
+ addCommands() {
34
+ return {
35
+ setStrike: () => ({ commands: e }) => e.setMark(this.name),
36
+ toggleStrike: () => ({ commands: e }) => e.toggleMark(this.name),
37
+ unsetStrike: () => ({ commands: e }) => e.unsetMark(this.name)
38
+ };
39
+ },
40
+ addKeyboardShortcuts() {
41
+ return {
42
+ "Mod-Shift-s": () => this.editor.commands.toggleStrike()
43
+ };
44
+ },
45
+ addInputRules() {
46
+ return [
47
+ n({
48
+ find: i,
49
+ type: this.type
50
+ })
51
+ ];
52
+ },
53
+ addPasteRules() {
54
+ return [
55
+ s({
56
+ find: d,
57
+ type: this.type
58
+ })
59
+ ];
60
+ }
9
61
  });
10
62
  export {
11
- o as Document
63
+ o as Strike,
64
+ i as inputRegex,
65
+ d as pasteRegex
12
66
  };
package/dist/index255.js CHANGED
@@ -1,59 +1,13 @@
1
- import { Node as l, mergeAttributes as c } from "./index249.js";
2
- var f = l.create({
3
- name: "hardBreak",
4
- markdownTokenName: "br",
5
- addOptions() {
6
- return {
7
- keepMarks: !0,
8
- HTMLAttributes: {}
9
- };
10
- },
11
- inline: !0,
1
+ import { Node as t } from "./index242.js";
2
+ var o = t.create({
3
+ name: "text",
12
4
  group: "inline",
13
- selectable: !1,
14
- linebreakReplacement: !0,
15
- parseHTML() {
16
- return [{ tag: "br" }];
17
- },
18
- renderHTML({ HTMLAttributes: e }) {
19
- return ["br", c(this.options.HTMLAttributes, e)];
20
- },
21
- renderText() {
22
- return `
23
- `;
24
- },
25
- renderMarkdown: () => `
26
- `,
27
- parseMarkdown: () => ({
28
- type: "hardBreak"
5
+ parseMarkdown: (e) => ({
6
+ type: "text",
7
+ text: e.text || ""
29
8
  }),
30
- addCommands() {
31
- return {
32
- setHardBreak: () => ({ commands: e, chain: n, state: a, editor: s }) => e.first([
33
- () => e.exitCode(),
34
- () => e.command(() => {
35
- const { selection: r, storedMarks: o } = a;
36
- if (r.$from.parent.type.spec.isolating)
37
- return !1;
38
- const { keepMarks: i } = this.options, { splittableMarks: d } = s.extensionManager, t = o || r.$to.parentOffset && r.$from.marks();
39
- return n().insertContent({ type: this.name }).command(({ tr: u, dispatch: k }) => {
40
- if (k && t && i) {
41
- const m = t.filter((p) => d.includes(p.type.name));
42
- u.ensureMarks(m);
43
- }
44
- return !0;
45
- }).run();
46
- })
47
- ])
48
- };
49
- },
50
- addKeyboardShortcuts() {
51
- return {
52
- "Mod-Enter": () => this.editor.commands.setHardBreak(),
53
- "Shift-Enter": () => this.editor.commands.setHardBreak()
54
- };
55
- }
9
+ renderMarkdown: (e) => e.text || ""
56
10
  });
57
11
  export {
58
- f as HardBreak
12
+ o as Text
59
13
  };