@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.
Files changed (95) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index194.js +1 -1
  3. package/dist/index195.js +7 -7
  4. package/dist/index201.js +23 -23
  5. package/dist/index202.js +1 -1
  6. package/dist/index203.js +1 -1
  7. package/dist/index206.js +2 -2
  8. package/dist/index208.js +14 -14
  9. package/dist/index209.js +1 -1
  10. package/dist/index210.js +1 -1
  11. package/dist/index211.js +3 -3
  12. package/dist/index212.js +6 -6
  13. package/dist/index234.js +1 -1
  14. package/dist/index238.js +1 -1
  15. package/dist/index242.js +3618 -109
  16. package/dist/index243.js +49 -32
  17. package/dist/index244.js +70 -73
  18. package/dist/index245.js +52 -20
  19. package/dist/index246.js +215 -20
  20. package/dist/index247.js +10 -20
  21. package/dist/index248.js +57 -20
  22. package/dist/index249.js +61 -22
  23. package/dist/index250.js +54 -22
  24. package/dist/index251.js +75 -20
  25. package/dist/index252.js +681 -791
  26. package/dist/index253.js +33 -693
  27. package/dist/index254.js +56 -168
  28. package/dist/index255.js +11 -22
  29. package/dist/index256.js +705 -20
  30. package/dist/index257.js +820 -20
  31. package/dist/index258.js +22 -3
  32. package/dist/index259.js +21 -186
  33. package/dist/index260.js +19 -132
  34. package/dist/index261.js +744 -1131
  35. package/dist/index262.js +701 -19
  36. package/dist/index263.js +176 -22
  37. package/dist/index264.js +13 -15
  38. package/dist/index265.js +13 -22
  39. package/dist/index266.js +15 -13
  40. package/dist/index267.js +12 -12
  41. package/dist/index268.js +20 -2
  42. package/dist/index269.js +2 -1
  43. package/dist/index270.js +166 -3615
  44. package/dist/index271.js +128 -50
  45. package/dist/index272.js +1214 -68
  46. package/dist/index273.js +122 -47
  47. package/dist/index274.js +20 -215
  48. package/dist/index275.js +22 -10
  49. package/dist/index276.js +22 -57
  50. package/dist/index277.js +32 -55
  51. package/dist/index278.js +29 -54
  52. package/dist/index279.js +20 -75
  53. package/dist/index280.js +19 -725
  54. package/dist/index281.js +2 -42
  55. package/dist/index282.js +2 -64
  56. package/dist/index283.js +79 -10
  57. package/dist/index284.js +20 -705
  58. package/dist/index285.js +20 -820
  59. package/dist/index300.js +1534 -2
  60. package/dist/index301.js +346 -1494
  61. package/dist/index302.js +2675 -330
  62. package/dist/index303.js +72 -2717
  63. package/dist/index304.js +3782 -76
  64. package/dist/index305.js +49 -3781
  65. package/dist/index306.js +15 -60
  66. package/dist/index307.js +81 -76
  67. package/dist/index308.js +202 -22
  68. package/dist/index309.js +226 -915
  69. package/dist/index310.js +2 -22
  70. package/dist/index311.js +78 -19
  71. package/dist/index312.js +15 -13
  72. package/dist/index313.js +930 -64
  73. package/dist/index314.js +21 -18
  74. package/dist/index315.js +20 -19
  75. package/dist/index316.js +10 -12
  76. package/dist/index317.js +68 -21
  77. package/dist/index318.js +16 -60
  78. package/dist/index319.js +19 -84
  79. package/dist/index320.js +22 -202
  80. package/dist/index321.js +22 -246
  81. package/dist/index322.js +63 -15
  82. package/dist/index366.js +1 -1
  83. package/dist/index380.js +95 -98
  84. package/dist/index381.js +100 -16
  85. package/dist/index383.js +16 -97
  86. package/dist/index4.js +39 -18
  87. package/dist/index68.js +19 -4
  88. package/dist/src/components/avatar/avatar.d.ts +31 -0
  89. package/dist/src/components/avatar/avatar.stories.d.ts +29 -0
  90. package/dist/src/components/comment/comment.d.ts +27 -0
  91. package/dist/src/components/comment/comment.stories.d.ts +27 -0
  92. package/dist/src/components/comment-section/comment-section.d.ts +27 -0
  93. package/dist/src/components/comment-section/comment-section.stories.d.ts +27 -0
  94. package/dist/src/components/room-details-popover/room-details-popover.d.ts +27 -0
  95. package/package.json +1 -1
package/dist/index243.js CHANGED
@@ -1,40 +1,57 @@
1
- import { DomHandler as d } from "./index180.js";
2
- import { renderSlot as t, openBlock as a, createBlock as l, Teleport as i, createCommentVNode as u } from "vue";
3
- var p = {
4
- name: "Portal",
5
- props: {
6
- appendTo: {
7
- type: [String, Object],
8
- default: "body"
9
- },
10
- disabled: {
11
- type: Boolean,
12
- default: !1
13
- }
1
+ import { Node as a, wrappingInputRule as c, mergeAttributes as d } from "./index242.js";
2
+ import { createElement as i } from "./index306.js";
3
+ var l = /^\s*>\s$/, g = a.create({
4
+ name: "blockquote",
5
+ addOptions() {
6
+ return {
7
+ HTMLAttributes: {}
8
+ };
9
+ },
10
+ content: "block+",
11
+ group: "block",
12
+ defining: !0,
13
+ parseHTML() {
14
+ return [{ tag: "blockquote" }];
15
+ },
16
+ renderHTML({ HTMLAttributes: t }) {
17
+ return /* @__PURE__ */ i("blockquote", { ...d(this.options.HTMLAttributes, t), children: /* @__PURE__ */ i("slot", {}) });
14
18
  },
15
- data: function() {
19
+ parseMarkdown: (t, e) => e.createNode("blockquote", void 0, e.parseChildren(t.tokens || [])),
20
+ renderMarkdown: (t, e) => {
21
+ if (!t.content)
22
+ return "";
23
+ const r = ">", n = [];
24
+ return t.content.forEach((u) => {
25
+ const s = e.renderChildren([u]).split(`
26
+ `).map((o) => o.trim() === "" ? r : `${r} ${o}`);
27
+ n.push(s.join(`
28
+ `));
29
+ }), n.join(`
30
+ ${r}
31
+ `);
32
+ },
33
+ addCommands() {
16
34
  return {
17
- mounted: !1
35
+ setBlockquote: () => ({ commands: t }) => t.wrapIn(this.name),
36
+ toggleBlockquote: () => ({ commands: t }) => t.toggleWrap(this.name),
37
+ unsetBlockquote: () => ({ commands: t }) => t.lift(this.name)
18
38
  };
19
39
  },
20
- mounted: function() {
21
- this.mounted = d.isClient();
40
+ addKeyboardShortcuts() {
41
+ return {
42
+ "Mod-Shift-b": () => this.editor.commands.toggleBlockquote()
43
+ };
22
44
  },
23
- computed: {
24
- inline: function() {
25
- return this.disabled || this.appendTo === "self";
26
- }
45
+ addInputRules() {
46
+ return [
47
+ c({
48
+ find: l,
49
+ type: this.type
50
+ })
51
+ ];
27
52
  }
28
- };
29
- function s(e, f, n, m, o, r) {
30
- return r.inline ? t(e.$slots, "default", {
31
- key: 0
32
- }) : o.mounted ? (a(), l(i, {
33
- key: 1,
34
- to: n.appendTo
35
- }, [t(e.$slots, "default")], 8, ["to"])) : u("", !0);
36
- }
37
- p.render = s;
53
+ });
38
54
  export {
39
- p as default
55
+ g as Blockquote,
56
+ l as inputRegex
40
57
  };
package/dist/index244.js CHANGED
@@ -1,82 +1,79 @@
1
- import l from "./index288.js";
2
- var r = {
3
- mask: function(i) {
4
- var a = i.instance;
5
- return ["p-galleria-mask p-component-overlay p-component-overlay-enter", {
6
- "p-ripple-disabled": a.$primevue.config.ripple === !1
7
- }];
1
+ import { Mark as a, markPasteRule as r, markInputRule as s, mergeAttributes as o } from "./index242.js";
2
+ import { createElement as n } from "./index306.js";
3
+ var d = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, l = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g, i = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/, u = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g, p = a.create({
4
+ name: "bold",
5
+ addOptions() {
6
+ return {
7
+ HTMLAttributes: {}
8
+ };
8
9
  },
9
- root: function(i) {
10
- var a = i.instance, e = a.$attrs.showThumbnails && a.getPositionClass("p-galleria-thumbnails", a.$attrs.thumbnailsPosition), n = a.$attrs.showIndicators && a.getPositionClass("p-galleria-indicators", a.$attrs.indicatorsPosition);
11
- return ["p-galleria p-component", {
12
- "p-galleria-fullscreen": a.$attrs.fullScreen,
13
- "p-galleria-indicator-onitem": a.$attrs.showIndicatorsOnItem,
14
- "p-galleria-item-nav-onhover": a.$attrs.showItemNavigatorsOnHover && !a.$attrs.fullScreen
15
- }, e, n];
10
+ parseHTML() {
11
+ return [
12
+ {
13
+ tag: "strong"
14
+ },
15
+ {
16
+ tag: "b",
17
+ getAttrs: (t) => t.style.fontWeight !== "normal" && null
18
+ },
19
+ {
20
+ style: "font-weight=400",
21
+ clearMark: (t) => t.type.name === this.name
22
+ },
23
+ {
24
+ style: "font-weight",
25
+ getAttrs: (t) => /^(bold(er)?|[5-9]\d{2,})$/.test(t) && null
26
+ }
27
+ ];
16
28
  },
17
- closeButton: "p-galleria-close p-link",
18
- closeIcon: "p-galleria-close-icon",
19
- header: "p-galleria-header",
20
- content: "p-galleria-content",
21
- footer: "p-galleria-footer",
22
- itemWrapper: "p-galleria-item-wrapper",
23
- itemContainer: "p-galleria-item-container",
24
- previousItemButton: function(i) {
25
- var a = i.instance;
26
- return ["p-galleria-item-prev p-galleria-item-nav p-link", {
27
- "p-disabled": a.isNavBackwardDisabled()
28
- }];
29
+ renderHTML({ HTMLAttributes: t }) {
30
+ return /* @__PURE__ */ n("strong", { ...o(this.options.HTMLAttributes, t), children: /* @__PURE__ */ n("slot", {}) });
29
31
  },
30
- previousItemIcon: "p-galleria-item-prev-icon",
31
- item: "p-galleria-item",
32
- nextItemButton: function(i) {
33
- var a = i.instance;
34
- return ["p-galleria-item-next p-galleria-item-nav p-link", {
35
- "p-disabled": a.isNavForwardDisabled()
36
- }];
32
+ markdownTokenName: "strong",
33
+ parseMarkdown: (t, e) => e.applyMark("bold", e.parseInline(t.tokens || [])),
34
+ renderMarkdown: (t, e) => `**${e.renderChildren(t)}**`,
35
+ addCommands() {
36
+ return {
37
+ setBold: () => ({ commands: t }) => t.setMark(this.name),
38
+ toggleBold: () => ({ commands: t }) => t.toggleMark(this.name),
39
+ unsetBold: () => ({ commands: t }) => t.unsetMark(this.name)
40
+ };
37
41
  },
38
- nextItemIcon: "p-galleria-item-next-icon",
39
- caption: "p-galleria-caption",
40
- indicators: "p-galleria-indicators p-reset",
41
- indicator: function(i) {
42
- var a = i.instance, e = i.index;
43
- return ["p-galleria-indicator", {
44
- "p-highlight": a.isIndicatorItemActive(e)
45
- }];
42
+ addKeyboardShortcuts() {
43
+ return {
44
+ "Mod-b": () => this.editor.commands.toggleBold(),
45
+ "Mod-B": () => this.editor.commands.toggleBold()
46
+ };
46
47
  },
47
- indicatorButton: "p-link",
48
- thumbnailWrapper: "p-galleria-thumbnail-wrapper",
49
- thumbnailContainer: "p-galleria-thumbnail-container",
50
- previousThumbnailButton: function(i) {
51
- var a = i.instance;
52
- return ["p-galleria-thumbnail-prev p-link", {
53
- "p-disabled": a.isNavBackwardDisabled()
54
- }];
48
+ addInputRules() {
49
+ return [
50
+ s({
51
+ find: d,
52
+ type: this.type
53
+ }),
54
+ s({
55
+ find: i,
56
+ type: this.type
57
+ })
58
+ ];
55
59
  },
56
- previousThumbnailIcon: "p-galleria-thumbnail-prev-icon",
57
- thumbnailItemsContainer: "p-galleria-thumbnail-items-container",
58
- thumbnailItems: "p-galleria-thumbnail-items",
59
- thumbnailItem: function(i) {
60
- var a = i.instance, e = i.index, n = i.activeIndex;
61
- return ["p-galleria-thumbnail-item", {
62
- "p-galleria-thumbnail-item-current": n === e,
63
- "p-galleria-thumbnail-item-active": a.isItemActive(e),
64
- "p-galleria-thumbnail-item-start": a.firstItemAciveIndex() === e,
65
- "p-galleria-thumbnail-item-end": a.lastItemActiveIndex() === e
66
- }];
67
- },
68
- thumbnailItemContent: "p-galleria-thumbnail-item-content",
69
- nextThumbnailButton: function(i) {
70
- var a = i.instance;
71
- return ["p-galleria-thumbnail-next p-link", {
72
- "p-disabled": a.isNavForwardDisabled()
73
- }];
74
- },
75
- nextThumbnailIcon: "p-galleria-thumbnail-next-icon"
76
- }, s = l.extend({
77
- name: "galleria",
78
- classes: r
60
+ addPasteRules() {
61
+ return [
62
+ r({
63
+ find: l,
64
+ type: this.type
65
+ }),
66
+ r({
67
+ find: u,
68
+ type: this.type
69
+ })
70
+ ];
71
+ }
79
72
  });
80
73
  export {
81
- s as default
74
+ p as Bold,
75
+ d as starInputRegex,
76
+ l as starPasteRegex,
77
+ i as underscoreInputRegex,
78
+ u as underscorePasteRegex
82
79
  };
package/dist/index245.js CHANGED
@@ -1,22 +1,54 @@
1
- import r from "./index293.js";
2
- import { openBlock as t, createElementBlock as o, mergeProps as n, createElementVNode as i } from "vue";
3
- var p = {
4
- name: "ChevronLeftIcon",
5
- extends: r
6
- }, C = /* @__PURE__ */ i("path", {
7
- d: "M9.61296 13C9.50997 13.0005 9.40792 12.9804 9.3128 12.9409C9.21767 12.9014 9.13139 12.8433 9.05902 12.7701L3.83313 7.54416C3.68634 7.39718 3.60388 7.19795 3.60388 6.99022C3.60388 6.78249 3.68634 6.58325 3.83313 6.43628L9.05902 1.21039C9.20762 1.07192 9.40416 0.996539 9.60724 1.00012C9.81032 1.00371 10.0041 1.08597 10.1477 1.22959C10.2913 1.37322 10.3736 1.56698 10.3772 1.77005C10.3808 1.97313 10.3054 2.16968 10.1669 2.31827L5.49496 6.99022L10.1669 11.6622C10.3137 11.8091 10.3962 12.0084 10.3962 12.2161C10.3962 12.4238 10.3137 12.6231 10.1669 12.7701C10.0945 12.8433 10.0083 12.9014 9.91313 12.9409C9.81801 12.9804 9.71596 13.0005 9.61296 13Z",
8
- fill: "currentColor"
9
- }, null, -1), l = [C];
10
- function s(e, a, c, d, h, m) {
11
- return t(), o("svg", n({
12
- width: "14",
13
- height: "14",
14
- viewBox: "0 0 14 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, e.pti()), l, 16);
18
- }
19
- p.render = s;
1
+ import { Mark as r, markPasteRule as n, markInputRule as a, mergeAttributes as d } from "./index242.js";
2
+ var o = /(^|[^`])`([^`]+)`(?!`)$/, u = /(^|[^`])`([^`]+)`(?!`)/g, i = r.create({
3
+ name: "code",
4
+ addOptions() {
5
+ return {
6
+ HTMLAttributes: {}
7
+ };
8
+ },
9
+ excludes: "_",
10
+ code: !0,
11
+ exitable: !0,
12
+ parseHTML() {
13
+ return [{ tag: "code" }];
14
+ },
15
+ renderHTML({ HTMLAttributes: e }) {
16
+ return ["code", d(this.options.HTMLAttributes, e), 0];
17
+ },
18
+ markdownTokenName: "codespan",
19
+ parseMarkdown: (e, t) => t.applyMark("code", [{ type: "text", text: e.text || "" }]),
20
+ renderMarkdown: (e, t) => e.content ? `\`${t.renderChildren(e.content)}\`` : "",
21
+ addCommands() {
22
+ return {
23
+ setCode: () => ({ commands: e }) => e.setMark(this.name),
24
+ toggleCode: () => ({ commands: e }) => e.toggleMark(this.name),
25
+ unsetCode: () => ({ commands: e }) => e.unsetMark(this.name)
26
+ };
27
+ },
28
+ addKeyboardShortcuts() {
29
+ return {
30
+ "Mod-e": () => this.editor.commands.toggleCode()
31
+ };
32
+ },
33
+ addInputRules() {
34
+ return [
35
+ a({
36
+ find: o,
37
+ type: this.type
38
+ })
39
+ ];
40
+ },
41
+ addPasteRules() {
42
+ return [
43
+ n({
44
+ find: u,
45
+ type: this.type
46
+ })
47
+ ];
48
+ }
49
+ });
20
50
  export {
21
- p as default
51
+ i as Code,
52
+ o as inputRegex,
53
+ u as pasteRegex
22
54
  };
package/dist/index246.js CHANGED
@@ -1,22 +1,217 @@
1
- import r from "./index293.js";
2
- import { openBlock as t, createElementBlock as o, mergeProps as n, createElementVNode as i } from "vue";
3
- var p = {
4
- name: "ChevronRightIcon",
5
- extends: r
6
- }, C = /* @__PURE__ */ i("path", {
7
- d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
8
- fill: "currentColor"
9
- }, null, -1), l = [C];
10
- function s(e, a, c, d, h, m) {
11
- return t(), o("svg", n({
12
- width: "14",
13
- height: "14",
14
- viewBox: "0 0 14 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, e.pti()), l, 16);
18
- }
19
- p.render = s;
1
+ import { Node as k, textblockTypeInputRule as S, mergeAttributes as C } from "./index242.js";
2
+ import { Plugin as w, PluginKey as B, TextSelection as T, Selection as L } from "./index257.js";
3
+ var y = 4, M = /^```([a-z]+)?[\s\n]$/, N = /^~~~([a-z]+)?[\s\n]$/, $ = k.create({
4
+ name: "codeBlock",
5
+ addOptions() {
6
+ return {
7
+ languageClassPrefix: "language-",
8
+ exitOnTripleEnter: !0,
9
+ exitOnArrowDown: !0,
10
+ defaultLanguage: null,
11
+ enableTabIndentation: !1,
12
+ tabSize: y,
13
+ HTMLAttributes: {}
14
+ };
15
+ },
16
+ content: "text*",
17
+ marks: "",
18
+ 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
+ },
37
+ parseHTML() {
38
+ return [
39
+ {
40
+ tag: "pre",
41
+ preserveWhitespace: "full"
42
+ }
43
+ ];
44
+ },
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
+ ];
57
+ },
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
+ );
66
+ },
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;
75
+ },
76
+ addCommands() {
77
+ return {
78
+ setCodeBlock: (e) => ({ commands: t }) => t.setNode(this.name, e),
79
+ toggleCodeBlock: (e) => ({ commands: t }) => t.toggleNode(this.name, "paragraph", e)
80
+ };
81
+ },
82
+ addKeyboardShortcuts() {
83
+ 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
+ }
171
+ };
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
+ }
212
+ });
20
213
  export {
21
- p as default
214
+ $ as CodeBlock,
215
+ M as backtickInputRegex,
216
+ N as tildeInputRegex
22
217
  };
package/dist/index247.js CHANGED
@@ -1,22 +1,12 @@
1
- import r from "./index293.js";
2
- import { openBlock as t, createElementBlock as o, mergeProps as n, createElementVNode as i } from "vue";
3
- var p = {
4
- name: "ChevronDownIcon",
5
- extends: r
6
- }, C = /* @__PURE__ */ i("path", {
7
- d: "M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",
8
- fill: "currentColor"
9
- }, null, -1), l = [C];
10
- function s(e, a, c, d, h, m) {
11
- return t(), o("svg", n({
12
- width: "14",
13
- height: "14",
14
- viewBox: "0 0 14 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, e.pti()), l, 16);
18
- }
19
- p.render = s;
1
+ import { Node as n } from "./index242.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
+ `) : ""
9
+ });
20
10
  export {
21
- p as default
11
+ o as Document
22
12
  };
package/dist/index248.js CHANGED
@@ -1,22 +1,59 @@
1
- import r from "./index293.js";
2
- import { openBlock as t, createElementBlock as o, mergeProps as n, createElementVNode as p } from "vue";
3
- var i = {
4
- name: "ChevronUpIcon",
5
- extends: r
6
- }, l = /* @__PURE__ */ p("path", {
7
- d: "M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",
8
- fill: "currentColor"
9
- }, null, -1), s = [l];
10
- function C(e, a, c, d, h, m) {
11
- return t(), o("svg", n({
12
- width: "14",
13
- height: "14",
14
- viewBox: "0 0 14 14",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, e.pti()), s, 16);
18
- }
19
- i.render = C;
1
+ import { Node as l, mergeAttributes as c } from "./index242.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,
12
+ 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"
29
+ }),
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
+ }
56
+ });
20
57
  export {
21
- i as default
58
+ f as HardBreak
22
59
  };