@quoreadmin/ui 1.10.14 → 1.10.16
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.
- package/dist/index.css +1 -1
- package/dist/index194.js +1 -1
- package/dist/index195.js +7 -7
- package/dist/index201.js +23 -23
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index206.js +2 -2
- package/dist/index208.js +14 -14
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +3 -3
- package/dist/index212.js +6 -6
- package/dist/index234.js +1 -1
- package/dist/index238.js +1 -1
- package/dist/index242.js +3618 -109
- package/dist/index243.js +49 -32
- package/dist/index244.js +70 -73
- package/dist/index245.js +52 -20
- package/dist/index246.js +215 -20
- package/dist/index247.js +10 -20
- package/dist/index248.js +57 -20
- package/dist/index249.js +61 -22
- package/dist/index250.js +54 -22
- package/dist/index251.js +75 -20
- package/dist/index252.js +681 -791
- package/dist/index253.js +33 -693
- package/dist/index254.js +56 -168
- package/dist/index255.js +11 -22
- package/dist/index256.js +705 -20
- package/dist/index257.js +820 -20
- package/dist/index258.js +22 -3
- package/dist/index259.js +21 -186
- package/dist/index260.js +19 -132
- package/dist/index261.js +744 -1131
- package/dist/index262.js +701 -19
- package/dist/index263.js +176 -22
- package/dist/index264.js +13 -15
- package/dist/index265.js +13 -22
- package/dist/index266.js +15 -13
- package/dist/index267.js +12 -12
- package/dist/index268.js +20 -2
- package/dist/index269.js +2 -1
- package/dist/index270.js +166 -3615
- package/dist/index271.js +128 -50
- package/dist/index272.js +1214 -68
- package/dist/index273.js +122 -47
- package/dist/index274.js +20 -215
- package/dist/index275.js +22 -10
- package/dist/index276.js +22 -57
- package/dist/index277.js +32 -55
- package/dist/index278.js +29 -54
- package/dist/index279.js +20 -75
- package/dist/index280.js +19 -725
- package/dist/index281.js +2 -42
- package/dist/index282.js +2 -64
- package/dist/index283.js +79 -10
- package/dist/index284.js +20 -705
- package/dist/index285.js +20 -820
- package/dist/index300.js +1534 -2
- package/dist/index301.js +346 -1494
- package/dist/index302.js +2675 -330
- package/dist/index303.js +72 -2717
- package/dist/index304.js +3782 -76
- package/dist/index305.js +49 -3781
- package/dist/index306.js +15 -60
- package/dist/index307.js +81 -76
- package/dist/index308.js +202 -22
- package/dist/index309.js +226 -915
- package/dist/index310.js +2 -22
- package/dist/index311.js +78 -19
- package/dist/index312.js +15 -13
- package/dist/index313.js +930 -64
- package/dist/index314.js +21 -18
- package/dist/index315.js +20 -19
- package/dist/index316.js +10 -12
- package/dist/index317.js +68 -21
- package/dist/index318.js +16 -60
- package/dist/index319.js +19 -84
- package/dist/index320.js +22 -202
- package/dist/index321.js +22 -246
- package/dist/index322.js +63 -15
- package/dist/index366.js +1 -1
- package/dist/index380.js +95 -98
- package/dist/index381.js +100 -16
- package/dist/index383.js +16 -97
- package/dist/index4.js +39 -18
- package/dist/index68.js +19 -4
- package/dist/src/components/avatar/avatar.d.ts +31 -0
- package/dist/src/components/avatar/avatar.stories.d.ts +29 -0
- package/dist/src/components/comment/comment.d.ts +27 -0
- package/dist/src/components/comment/comment.stories.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +27 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +27 -0
- package/package.json +1 -1
package/dist/index249.js
CHANGED
|
@@ -1,24 +1,63 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
1
|
+
import { Node as l, textblockTypeInputRule as i, mergeAttributes as a } from "./index242.js";
|
|
2
|
+
var d = l.create({
|
|
3
|
+
name: "heading",
|
|
4
|
+
addOptions() {
|
|
5
|
+
return {
|
|
6
|
+
levels: [1, 2, 3, 4, 5, 6],
|
|
7
|
+
HTMLAttributes: {}
|
|
8
|
+
};
|
|
9
|
+
},
|
|
10
|
+
content: "inline*",
|
|
11
|
+
group: "block",
|
|
12
|
+
defining: !0,
|
|
13
|
+
addAttributes() {
|
|
14
|
+
return {
|
|
15
|
+
level: {
|
|
16
|
+
default: 1,
|
|
17
|
+
rendered: !1
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
},
|
|
21
|
+
parseHTML() {
|
|
22
|
+
return this.options.levels.map((e) => ({
|
|
23
|
+
tag: `h${e}`,
|
|
24
|
+
attrs: { level: e }
|
|
25
|
+
}));
|
|
26
|
+
},
|
|
27
|
+
renderHTML({ node: e, HTMLAttributes: t }) {
|
|
28
|
+
return [`h${this.options.levels.includes(e.attrs.level) ? e.attrs.level : this.options.levels[0]}`, a(this.options.HTMLAttributes, t), 0];
|
|
29
|
+
},
|
|
30
|
+
parseMarkdown: (e, t) => t.createNode("heading", { level: e.depth || 1 }, t.parseInline(e.tokens || [])),
|
|
31
|
+
renderMarkdown: (e, t) => {
|
|
32
|
+
var r;
|
|
33
|
+
const n = (r = e.attrs) != null && r.level ? parseInt(e.attrs.level, 10) : 1, s = "#".repeat(n);
|
|
34
|
+
return e.content ? `${s} ${t.renderChildren(e.content)}` : "";
|
|
35
|
+
},
|
|
36
|
+
addCommands() {
|
|
37
|
+
return {
|
|
38
|
+
setHeading: (e) => ({ commands: t }) => this.options.levels.includes(e.level) ? t.setNode(this.name, e) : !1,
|
|
39
|
+
toggleHeading: (e) => ({ commands: t }) => this.options.levels.includes(e.level) ? t.toggleNode(this.name, "paragraph", e) : !1
|
|
40
|
+
};
|
|
41
|
+
},
|
|
42
|
+
addKeyboardShortcuts() {
|
|
43
|
+
return this.options.levels.reduce(
|
|
44
|
+
(e, t) => ({
|
|
45
|
+
...e,
|
|
46
|
+
[`Mod-Alt-${t}`]: () => this.editor.commands.toggleHeading({ level: t })
|
|
47
|
+
}),
|
|
48
|
+
{}
|
|
49
|
+
);
|
|
50
|
+
},
|
|
51
|
+
addInputRules() {
|
|
52
|
+
return this.options.levels.map((e) => i({
|
|
53
|
+
find: new RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),
|
|
54
|
+
type: this.type,
|
|
55
|
+
getAttributes: {
|
|
56
|
+
level: e
|
|
57
|
+
}
|
|
58
|
+
}));
|
|
59
|
+
}
|
|
60
|
+
});
|
|
22
61
|
export {
|
|
23
|
-
|
|
62
|
+
d as Heading
|
|
24
63
|
};
|
package/dist/index250.js
CHANGED
|
@@ -1,24 +1,56 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
var
|
|
4
|
-
name: "
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
import { Node as m, nodeInputRule as f, canInsertNode as h, isNodeSelection as T, mergeAttributes as y } from "./index242.js";
|
|
2
|
+
import { TextSelection as s, NodeSelection as N } from "./index257.js";
|
|
3
|
+
var M = m.create({
|
|
4
|
+
name: "horizontalRule",
|
|
5
|
+
addOptions() {
|
|
6
|
+
return {
|
|
7
|
+
HTMLAttributes: {},
|
|
8
|
+
nextNodeType: "paragraph"
|
|
9
|
+
};
|
|
10
|
+
},
|
|
11
|
+
group: "block",
|
|
12
|
+
parseHTML() {
|
|
13
|
+
return [{ tag: "hr" }];
|
|
14
|
+
},
|
|
15
|
+
renderHTML({ HTMLAttributes: n }) {
|
|
16
|
+
return ["hr", y(this.options.HTMLAttributes, n)];
|
|
17
|
+
},
|
|
18
|
+
markdownTokenName: "hr",
|
|
19
|
+
parseMarkdown: (n, o) => o.createNode("horizontalRule"),
|
|
20
|
+
renderMarkdown: () => "---",
|
|
21
|
+
addCommands() {
|
|
22
|
+
return {
|
|
23
|
+
setHorizontalRule: () => ({ chain: n, state: o }) => {
|
|
24
|
+
if (!h(o, o.schema.nodes[this.name]))
|
|
25
|
+
return !1;
|
|
26
|
+
const { selection: i } = o, { $to: l } = i, r = n();
|
|
27
|
+
return T(i) ? r.insertContentAt(l.pos, {
|
|
28
|
+
type: this.name
|
|
29
|
+
}) : r.insertContent({ type: this.name }), r.command(({ state: p, tr: e, dispatch: u }) => {
|
|
30
|
+
if (u) {
|
|
31
|
+
const { $to: t } = e.selection, a = t.end();
|
|
32
|
+
if (t.nodeAfter)
|
|
33
|
+
t.nodeAfter.isTextblock ? e.setSelection(s.create(e.doc, t.pos + 1)) : t.nodeAfter.isBlock ? e.setSelection(N.create(e.doc, t.pos)) : e.setSelection(s.create(e.doc, t.pos));
|
|
34
|
+
else {
|
|
35
|
+
const c = p.schema.nodes[this.options.nextNodeType] || t.parent.type.contentMatch.defaultType, d = c?.create();
|
|
36
|
+
d && (e.insert(a, d), e.setSelection(s.create(e.doc, a + 1)));
|
|
37
|
+
}
|
|
38
|
+
e.scrollIntoView();
|
|
39
|
+
}
|
|
40
|
+
return !0;
|
|
41
|
+
}).run();
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
},
|
|
45
|
+
addInputRules() {
|
|
46
|
+
return [
|
|
47
|
+
f({
|
|
48
|
+
find: /^(?:---|—-|___\s|\*\*\*\s)$/,
|
|
49
|
+
type: this.type
|
|
50
|
+
})
|
|
51
|
+
];
|
|
52
|
+
}
|
|
53
|
+
});
|
|
22
54
|
export {
|
|
23
|
-
|
|
55
|
+
M as HorizontalRule
|
|
24
56
|
};
|
package/dist/index251.js
CHANGED
|
@@ -1,22 +1,77 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
import { Mark as s, markPasteRule as r, markInputRule as a, mergeAttributes as n } from "./index242.js";
|
|
2
|
+
var i = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/, d = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g, o = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/, l = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g, m = s.create({
|
|
3
|
+
name: "italic",
|
|
4
|
+
addOptions() {
|
|
5
|
+
return {
|
|
6
|
+
HTMLAttributes: {}
|
|
7
|
+
};
|
|
8
|
+
},
|
|
9
|
+
parseHTML() {
|
|
10
|
+
return [
|
|
11
|
+
{
|
|
12
|
+
tag: "em"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
tag: "i",
|
|
16
|
+
getAttrs: (t) => t.style.fontStyle !== "normal" && null
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
style: "font-style=normal",
|
|
20
|
+
clearMark: (t) => t.type.name === this.name
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
style: "font-style=italic"
|
|
24
|
+
}
|
|
25
|
+
];
|
|
26
|
+
},
|
|
27
|
+
renderHTML({ HTMLAttributes: t }) {
|
|
28
|
+
return ["em", n(this.options.HTMLAttributes, t), 0];
|
|
29
|
+
},
|
|
30
|
+
addCommands() {
|
|
31
|
+
return {
|
|
32
|
+
setItalic: () => ({ commands: t }) => t.setMark(this.name),
|
|
33
|
+
toggleItalic: () => ({ commands: t }) => t.toggleMark(this.name),
|
|
34
|
+
unsetItalic: () => ({ commands: t }) => t.unsetMark(this.name)
|
|
35
|
+
};
|
|
36
|
+
},
|
|
37
|
+
markdownTokenName: "em",
|
|
38
|
+
parseMarkdown: (t, e) => e.applyMark("italic", e.parseInline(t.tokens || [])),
|
|
39
|
+
renderMarkdown: (t, e) => `*${e.renderChildren(t)}*`,
|
|
40
|
+
addKeyboardShortcuts() {
|
|
41
|
+
return {
|
|
42
|
+
"Mod-i": () => this.editor.commands.toggleItalic(),
|
|
43
|
+
"Mod-I": () => this.editor.commands.toggleItalic()
|
|
44
|
+
};
|
|
45
|
+
},
|
|
46
|
+
addInputRules() {
|
|
47
|
+
return [
|
|
48
|
+
a({
|
|
49
|
+
find: i,
|
|
50
|
+
type: this.type
|
|
51
|
+
}),
|
|
52
|
+
a({
|
|
53
|
+
find: o,
|
|
54
|
+
type: this.type
|
|
55
|
+
})
|
|
56
|
+
];
|
|
57
|
+
},
|
|
58
|
+
addPasteRules() {
|
|
59
|
+
return [
|
|
60
|
+
r({
|
|
61
|
+
find: d,
|
|
62
|
+
type: this.type
|
|
63
|
+
}),
|
|
64
|
+
r({
|
|
65
|
+
find: l,
|
|
66
|
+
type: this.type
|
|
67
|
+
})
|
|
68
|
+
];
|
|
69
|
+
}
|
|
70
|
+
});
|
|
20
71
|
export {
|
|
21
|
-
|
|
72
|
+
m as Italic,
|
|
73
|
+
i as starInputRegex,
|
|
74
|
+
d as starPasteRegex,
|
|
75
|
+
o as underscoreInputRegex,
|
|
76
|
+
l as underscorePasteRegex
|
|
22
77
|
};
|