@notectl/core 1.0.6 → 1.0.8

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 (233) hide show
  1. package/README.md +78 -56
  2. package/custom-elements.json +344 -0
  3. package/dist/chunks/{AttrRegistry-DTsHyDVA.mjs → AttrRegistry-D-przlzb.mjs} +4 -4
  4. package/dist/chunks/{AttrRegistry-DTsHyDVA.mjs.map → AttrRegistry-D-przlzb.mjs.map} +1 -1
  5. package/dist/chunks/ColorNames-iaWsSZx1.mjs +35 -0
  6. package/dist/chunks/ColorNames-iaWsSZx1.mjs.map +1 -0
  7. package/dist/chunks/ColorValidation-Dyy4Bye8.mjs +140 -0
  8. package/dist/chunks/ColorValidation-Dyy4Bye8.mjs.map +1 -0
  9. package/dist/chunks/{Commands-DLP85Mp5.mjs → Commands-CSpSwGXv.mjs} +13 -13
  10. package/dist/chunks/{Commands-DLP85Mp5.mjs.map → Commands-CSpSwGXv.mjs.map} +1 -1
  11. package/dist/chunks/ToolbarKeyboardNav-B32OMv8r.mjs +46 -0
  12. package/dist/chunks/ToolbarKeyboardNav-B32OMv8r.mjs.map +1 -0
  13. package/dist/chunks/{ToolbarPlugin-sJTiZr-S.mjs → ToolbarPlugin-DY2xaJiu.mjs} +63 -93
  14. package/dist/chunks/ToolbarPlugin-DY2xaJiu.mjs.map +1 -0
  15. package/dist/chunks/index-BAk1EG1x.mjs +541 -0
  16. package/dist/chunks/index-BAk1EG1x.mjs.map +1 -0
  17. package/dist/chunks/index-BRYzYOYC.mjs +63 -0
  18. package/dist/chunks/index-BRYzYOYC.mjs.map +1 -0
  19. package/dist/chunks/index-BSFLNveF.mjs +953 -0
  20. package/dist/chunks/index-BSFLNveF.mjs.map +1 -0
  21. package/dist/chunks/index-BYgspns5.mjs +209 -0
  22. package/dist/chunks/index-BYgspns5.mjs.map +1 -0
  23. package/dist/chunks/index-B_3qDrUN.mjs +64 -0
  24. package/dist/chunks/index-B_3qDrUN.mjs.map +1 -0
  25. package/dist/chunks/index-Bsp4LC5t.mjs +130 -0
  26. package/dist/chunks/index-Bsp4LC5t.mjs.map +1 -0
  27. package/dist/chunks/index-C-YWHOcC.mjs +100 -0
  28. package/dist/chunks/index-C-YWHOcC.mjs.map +1 -0
  29. package/dist/chunks/index-C2GQoHot.mjs +92 -0
  30. package/dist/chunks/index-C2GQoHot.mjs.map +1 -0
  31. package/dist/chunks/index-CT3HGdQt.mjs +39 -0
  32. package/dist/chunks/index-CT3HGdQt.mjs.map +1 -0
  33. package/dist/chunks/index-Ct0ivLhO.mjs +407 -0
  34. package/dist/chunks/index-Ct0ivLhO.mjs.map +1 -0
  35. package/dist/chunks/index-CxiWyUho.mjs +191 -0
  36. package/dist/chunks/index-CxiWyUho.mjs.map +1 -0
  37. package/dist/chunks/index-D3CQWJiw.mjs +200 -0
  38. package/dist/chunks/index-D3CQWJiw.mjs.map +1 -0
  39. package/dist/chunks/index-DC1EK22F.mjs +41 -0
  40. package/dist/chunks/index-DC1EK22F.mjs.map +1 -0
  41. package/dist/chunks/index-Dh76rR13.mjs +196 -0
  42. package/dist/chunks/index-Dh76rR13.mjs.map +1 -0
  43. package/dist/chunks/index-o6hDR07y.mjs +41 -0
  44. package/dist/chunks/index-o6hDR07y.mjs.map +1 -0
  45. package/dist/chunks/index-uTnc9y7M.mjs +62 -0
  46. package/dist/chunks/index-uTnc9y7M.mjs.map +1 -0
  47. package/dist/chunks/resolvePluginLocale-B4w1OkPy.mjs +34 -0
  48. package/dist/chunks/resolvePluginLocale-B4w1OkPy.mjs.map +1 -0
  49. package/dist/editor/NotectlEditor.d.ts +10 -0
  50. package/dist/editor/NotectlEditor.d.ts.map +1 -1
  51. package/dist/editor/PaperLayoutController.d.ts +27 -0
  52. package/dist/editor/PaperLayoutController.d.ts.map +1 -0
  53. package/dist/editor/PaperSize.d.ts +35 -0
  54. package/dist/editor/PaperSize.d.ts.map +1 -0
  55. package/dist/editor/styles/color-picker.d.ts +1 -1
  56. package/dist/editor/styles/color-picker.d.ts.map +1 -1
  57. package/dist/editor/styles/paper.d.ts +3 -0
  58. package/dist/editor/styles/paper.d.ts.map +1 -0
  59. package/dist/editor/styles/table.d.ts +1 -1
  60. package/dist/editor/styles/table.d.ts.map +1 -1
  61. package/dist/editor/styles/toolbar.d.ts +1 -1
  62. package/dist/editor/styles/toolbar.d.ts.map +1 -1
  63. package/dist/editor/styles.d.ts.map +1 -1
  64. package/dist/i18n/Locale.d.ts +17 -0
  65. package/dist/i18n/Locale.d.ts.map +1 -0
  66. package/dist/i18n/LocaleService.d.ts +8 -0
  67. package/dist/i18n/LocaleService.d.ts.map +1 -0
  68. package/dist/i18n/index.d.ts +4 -0
  69. package/dist/i18n/index.d.ts.map +1 -0
  70. package/dist/i18n/resolvePluginLocale.d.ts +3 -0
  71. package/dist/i18n/resolvePluginLocale.d.ts.map +1 -0
  72. package/dist/index.d.ts +42 -0
  73. package/dist/index.d.ts.map +1 -1
  74. package/dist/input/ClipboardHandler.d.ts.map +1 -1
  75. package/dist/input/InputHandler.d.ts.map +1 -1
  76. package/dist/input/KeyboardHandler.d.ts.map +1 -1
  77. package/dist/input/PasteHandler.d.ts.map +1 -1
  78. package/dist/notectl-core.mjs +2126 -1952
  79. package/dist/notectl-core.mjs.map +1 -1
  80. package/dist/notectl-core.umd.js +2002 -1544
  81. package/dist/notectl-core.umd.js.map +1 -1
  82. package/dist/plugins/PluginManager.d.ts +5 -0
  83. package/dist/plugins/PluginManager.d.ts.map +1 -1
  84. package/dist/plugins/alignment/AlignmentLocale.d.ts +19 -0
  85. package/dist/plugins/alignment/AlignmentLocale.d.ts.map +1 -0
  86. package/dist/plugins/alignment/AlignmentPlugin.d.ts +4 -0
  87. package/dist/plugins/alignment/AlignmentPlugin.d.ts.map +1 -1
  88. package/dist/plugins/alignment.mjs +3 -89
  89. package/dist/plugins/alignment.mjs.map +1 -1
  90. package/dist/plugins/blockquote/BlockquoteLocale.d.ts +17 -0
  91. package/dist/plugins/blockquote/BlockquoteLocale.d.ts.map +1 -0
  92. package/dist/plugins/blockquote/BlockquotePlugin.d.ts +3 -0
  93. package/dist/plugins/blockquote/BlockquotePlugin.d.ts.map +1 -1
  94. package/dist/plugins/blockquote.mjs +2 -55
  95. package/dist/plugins/blockquote.mjs.map +1 -1
  96. package/dist/plugins/code-block/CodeBlockLocale.d.ts +17 -0
  97. package/dist/plugins/code-block/CodeBlockLocale.d.ts.map +1 -0
  98. package/dist/plugins/code-block/CodeBlockPlugin.d.ts +1 -0
  99. package/dist/plugins/code-block/CodeBlockPlugin.d.ts.map +1 -1
  100. package/dist/plugins/code-block/CodeBlockTypes.d.ts +2 -0
  101. package/dist/plugins/code-block/CodeBlockTypes.d.ts.map +1 -1
  102. package/dist/plugins/code-block.mjs +3 -3
  103. package/dist/plugins/font/FontLocale.d.ts +15 -0
  104. package/dist/plugins/font/FontLocale.d.ts.map +1 -0
  105. package/dist/plugins/font/FontPlugin.d.ts +3 -0
  106. package/dist/plugins/font/FontPlugin.d.ts.map +1 -1
  107. package/dist/plugins/font-size/FontSizeLocale.d.ts +17 -0
  108. package/dist/plugins/font-size/FontSizeLocale.d.ts.map +1 -0
  109. package/dist/plugins/font-size/FontSizePlugin.d.ts +3 -0
  110. package/dist/plugins/font-size/FontSizePlugin.d.ts.map +1 -1
  111. package/dist/plugins/font-size/FontSizePopup.d.ts +2 -0
  112. package/dist/plugins/font-size/FontSizePopup.d.ts.map +1 -1
  113. package/dist/plugins/font-size.mjs +2 -201
  114. package/dist/plugins/font-size.mjs.map +1 -1
  115. package/dist/plugins/font.mjs +2 -183
  116. package/dist/plugins/font.mjs.map +1 -1
  117. package/dist/plugins/hard-break.mjs +1 -1
  118. package/dist/plugins/heading/HeadingLocale.d.ts +26 -0
  119. package/dist/plugins/heading/HeadingLocale.d.ts.map +1 -0
  120. package/dist/plugins/heading/HeadingPlugin.d.ts +4 -0
  121. package/dist/plugins/heading/HeadingPlugin.d.ts.map +1 -1
  122. package/dist/plugins/heading.mjs +1 -184
  123. package/dist/plugins/heading.mjs.map +1 -1
  124. package/dist/plugins/highlight/HighlightLocale.d.ts +17 -0
  125. package/dist/plugins/highlight/HighlightLocale.d.ts.map +1 -0
  126. package/dist/plugins/highlight/HighlightPlugin.d.ts +3 -5
  127. package/dist/plugins/highlight/HighlightPlugin.d.ts.map +1 -1
  128. package/dist/plugins/highlight.mjs +2 -123
  129. package/dist/plugins/highlight.mjs.map +1 -1
  130. package/dist/plugins/horizontal-rule/HorizontalRuleLocale.d.ts +15 -0
  131. package/dist/plugins/horizontal-rule/HorizontalRuleLocale.d.ts.map +1 -0
  132. package/dist/plugins/horizontal-rule/HorizontalRulePlugin.d.ts +4 -0
  133. package/dist/plugins/horizontal-rule/HorizontalRulePlugin.d.ts.map +1 -1
  134. package/dist/plugins/horizontal-rule.mjs +2 -56
  135. package/dist/plugins/horizontal-rule.mjs.map +1 -1
  136. package/dist/plugins/image/ImageLocale.d.ts +25 -0
  137. package/dist/plugins/image/ImageLocale.d.ts.map +1 -0
  138. package/dist/plugins/image/ImagePlugin.d.ts +1 -0
  139. package/dist/plugins/image/ImagePlugin.d.ts.map +1 -1
  140. package/dist/plugins/image/ImageUpload.d.ts +3 -0
  141. package/dist/plugins/image/ImageUpload.d.ts.map +1 -1
  142. package/dist/plugins/image.mjs +4 -378
  143. package/dist/plugins/image.mjs.map +1 -1
  144. package/dist/plugins/link/LinkLocale.d.ts +23 -0
  145. package/dist/plugins/link/LinkLocale.d.ts.map +1 -0
  146. package/dist/plugins/link/LinkPlugin.d.ts +3 -0
  147. package/dist/plugins/link/LinkPlugin.d.ts.map +1 -1
  148. package/dist/plugins/link.mjs +2 -124
  149. package/dist/plugins/link.mjs.map +1 -1
  150. package/dist/plugins/list/ListLocale.d.ts +18 -0
  151. package/dist/plugins/list/ListLocale.d.ts.map +1 -0
  152. package/dist/plugins/list/ListPlugin.d.ts +4 -0
  153. package/dist/plugins/list/ListPlugin.d.ts.map +1 -1
  154. package/dist/plugins/list.mjs +2 -190
  155. package/dist/plugins/list.mjs.map +1 -1
  156. package/dist/plugins/print/PrintLocale.d.ts +16 -0
  157. package/dist/plugins/print/PrintLocale.d.ts.map +1 -0
  158. package/dist/plugins/print/PrintPlugin.d.ts +1 -0
  159. package/dist/plugins/print/PrintPlugin.d.ts.map +1 -1
  160. package/dist/plugins/print/PrintStyleCollector.d.ts +7 -0
  161. package/dist/plugins/print/PrintStyleCollector.d.ts.map +1 -1
  162. package/dist/plugins/print/PrintTypes.d.ts +5 -0
  163. package/dist/plugins/print/PrintTypes.d.ts.map +1 -1
  164. package/dist/plugins/shared/ColorMarkOperations.d.ts +28 -0
  165. package/dist/plugins/shared/ColorMarkOperations.d.ts.map +1 -0
  166. package/dist/plugins/shared/ColorNames.d.ts +22 -0
  167. package/dist/plugins/shared/ColorNames.d.ts.map +1 -0
  168. package/dist/plugins/shared/ColorPickerPopup.d.ts +31 -0
  169. package/dist/plugins/shared/ColorPickerPopup.d.ts.map +1 -0
  170. package/dist/plugins/shared/ColorValidation.d.ts +14 -0
  171. package/dist/plugins/shared/ColorValidation.d.ts.map +1 -0
  172. package/dist/plugins/strikethrough/StrikethroughLocale.d.ts +17 -0
  173. package/dist/plugins/strikethrough/StrikethroughLocale.d.ts.map +1 -0
  174. package/dist/plugins/strikethrough/StrikethroughPlugin.d.ts +3 -0
  175. package/dist/plugins/strikethrough/StrikethroughPlugin.d.ts.map +1 -1
  176. package/dist/plugins/strikethrough.mjs +2 -32
  177. package/dist/plugins/strikethrough.mjs.map +1 -1
  178. package/dist/plugins/super-sub/SuperSubLocale.d.ts +19 -0
  179. package/dist/plugins/super-sub/SuperSubLocale.d.ts.map +1 -0
  180. package/dist/plugins/super-sub/SuperSubPlugin.d.ts +3 -0
  181. package/dist/plugins/super-sub/SuperSubPlugin.d.ts.map +1 -1
  182. package/dist/plugins/super-sub.mjs +2 -78
  183. package/dist/plugins/super-sub.mjs.map +1 -1
  184. package/dist/plugins/table/TableBorderColor.d.ts +24 -0
  185. package/dist/plugins/table/TableBorderColor.d.ts.map +1 -0
  186. package/dist/plugins/table/TableCommands.d.ts +9 -8
  187. package/dist/plugins/table/TableCommands.d.ts.map +1 -1
  188. package/dist/plugins/table/TableContextMenu.d.ts +14 -0
  189. package/dist/plugins/table/TableContextMenu.d.ts.map +1 -0
  190. package/dist/plugins/table/TableControls.d.ts +3 -1
  191. package/dist/plugins/table/TableControls.d.ts.map +1 -1
  192. package/dist/plugins/table/TableControlsDOM.d.ts +13 -1
  193. package/dist/plugins/table/TableControlsDOM.d.ts.map +1 -1
  194. package/dist/plugins/table/TableLocale.d.ts +48 -0
  195. package/dist/plugins/table/TableLocale.d.ts.map +1 -0
  196. package/dist/plugins/table/TableNavigation.d.ts +2 -1
  197. package/dist/plugins/table/TableNavigation.d.ts.map +1 -1
  198. package/dist/plugins/table/TableNodeViews.d.ts +3 -1
  199. package/dist/plugins/table/TableNodeViews.d.ts.map +1 -1
  200. package/dist/plugins/table/TablePlugin.d.ts +7 -1
  201. package/dist/plugins/table/TablePlugin.d.ts.map +1 -1
  202. package/dist/plugins/table/index.d.ts +3 -0
  203. package/dist/plugins/table/index.d.ts.map +1 -1
  204. package/dist/plugins/table.mjs +18 -660
  205. package/dist/plugins/table.mjs.map +1 -1
  206. package/dist/plugins/text-color/TextColorLocale.d.ts +17 -0
  207. package/dist/plugins/text-color/TextColorLocale.d.ts.map +1 -0
  208. package/dist/plugins/text-color/TextColorPlugin.d.ts +3 -5
  209. package/dist/plugins/text-color/TextColorPlugin.d.ts.map +1 -1
  210. package/dist/plugins/text-color.mjs +2 -123
  211. package/dist/plugins/text-color.mjs.map +1 -1
  212. package/dist/plugins/text-formatting/TextFormattingLocale.d.ts +18 -0
  213. package/dist/plugins/text-formatting/TextFormattingLocale.d.ts.map +1 -0
  214. package/dist/plugins/text-formatting/TextFormattingPlugin.d.ts +4 -0
  215. package/dist/plugins/text-formatting/TextFormattingPlugin.d.ts.map +1 -1
  216. package/dist/plugins/text-formatting.mjs +2 -49
  217. package/dist/plugins/text-formatting.mjs.map +1 -1
  218. package/dist/plugins/toolbar/ToolbarLocale.d.ts +14 -0
  219. package/dist/plugins/toolbar/ToolbarLocale.d.ts.map +1 -0
  220. package/dist/plugins/toolbar/ToolbarPlugin.d.ts +1 -0
  221. package/dist/plugins/toolbar/ToolbarPlugin.d.ts.map +1 -1
  222. package/dist/plugins/toolbar.mjs +1 -1
  223. package/dist/state/EditorState.d.ts +4 -1
  224. package/dist/state/EditorState.d.ts.map +1 -1
  225. package/dist/view/EditorView.d.ts.map +1 -1
  226. package/package.json +3 -2
  227. package/dist/chunks/Plugin-B9OZ6Y4c.mjs +0 -15
  228. package/dist/chunks/Plugin-B9OZ6Y4c.mjs.map +0 -1
  229. package/dist/chunks/ToolbarPlugin-sJTiZr-S.mjs.map +0 -1
  230. package/dist/chunks/color-picker-Csf0wx5a.mjs +0 -5
  231. package/dist/chunks/color-picker-Csf0wx5a.mjs.map +0 -1
  232. package/dist/chunks/index-QvKiO9_4.mjs +0 -538
  233. package/dist/chunks/index-QvKiO9_4.mjs.map +0 -1
@@ -0,0 +1,541 @@
1
+ import { S as t, r as e } from "./resolvePluginLocale-B4w1OkPy.mjs";
2
+ import { g as o, p as n, b as c, j as r, k as l } from "./Document-CI3iCwEP.mjs";
3
+ import { e as s } from "./HTMLUtils-0wvCRvJc.mjs";
4
+ import { c as i } from "./NodeSpec-NZVvcCuH.mjs";
5
+ import { i as a, a as d, c as u } from "./Selection-D5ZjXoB7.mjs";
6
+ import { n as f } from "./TypeBrands-C09nE2qO.mjs";
7
+ import { f as k } from "./ToolbarItem-ugDymuXi.mjs";
8
+ import { f as g } from "./NodeResolver-D68ZLXti.mjs";
9
+ function p(t2, e2) {
10
+ switch (t2.type) {
11
+ case "inline":
12
+ return (function(t3, e3) {
13
+ switch (e3.type) {
14
+ case "insertText":
15
+ return (function(t4, e4) {
16
+ if (t4.blockId !== e4.blockId) return t4;
17
+ const o2 = e4.text.length, n2 = t4.from > e4.offset ? t4.from + o2 : t4.from, c2 = t4.to >= e4.offset ? t4.to + o2 : t4.to;
18
+ return n2 === t4.from && c2 === t4.to ? t4 : { ...t4, from: n2, to: c2 };
19
+ })(t3, e3);
20
+ case "deleteText":
21
+ return (function(t4, e4) {
22
+ if (t4.blockId !== e4.blockId) return t4;
23
+ const o2 = e4.to - e4.from, n2 = h(t4.from, e4.from, e4.to, o2), c2 = h(t4.to, e4.from, e4.to, o2);
24
+ return n2 >= c2 ? null : n2 === t4.from && c2 === t4.to ? t4 : { ...t4, from: n2, to: c2 };
25
+ })(t3, e3);
26
+ case "splitBlock":
27
+ return (function(t4, e4) {
28
+ if (t4.blockId !== e4.blockId) return t4;
29
+ if (t4.to <= e4.offset) return t4;
30
+ if (t4.from >= e4.offset) return { ...t4, blockId: e4.newBlockId, from: t4.from - e4.offset, to: t4.to - e4.offset };
31
+ return [{ ...t4, to: e4.offset }, { ...t4, blockId: e4.newBlockId, from: 0, to: t4.to - e4.offset }];
32
+ })(t3, e3);
33
+ case "mergeBlocks":
34
+ return (function(t4, e4) {
35
+ return t4.blockId !== e4.sourceBlockId ? t4 : { ...t4, blockId: e4.targetBlockId, from: t4.from + e4.targetLengthBefore, to: t4.to + e4.targetLengthBefore };
36
+ })(t3, e3);
37
+ case "removeNode":
38
+ return b(t3, e3);
39
+ default:
40
+ return t3;
41
+ }
42
+ })(t2, e2);
43
+ case "widget":
44
+ return (function(t3, e3) {
45
+ switch (e3.type) {
46
+ case "insertText":
47
+ return (function(t4, e4) {
48
+ if (t4.blockId !== e4.blockId) return t4;
49
+ const o2 = e4.text.length;
50
+ return t4.offset > e4.offset || t4.offset === e4.offset && t4.side >= 1 ? { ...t4, offset: t4.offset + o2 } : t4;
51
+ })(t3, e3);
52
+ case "deleteText":
53
+ return (function(t4, e4) {
54
+ if (t4.blockId !== e4.blockId) return t4;
55
+ if (t4.offset > e4.from && t4.offset < e4.to) return null;
56
+ const o2 = e4.to - e4.from;
57
+ return t4.offset >= e4.to ? { ...t4, offset: t4.offset - o2 } : t4;
58
+ })(t3, e3);
59
+ case "splitBlock":
60
+ return (function(t4, e4) {
61
+ return t4.blockId !== e4.blockId || t4.offset < e4.offset ? t4 : t4.offset > e4.offset ? { ...t4, blockId: e4.newBlockId, offset: t4.offset - e4.offset } : t4.side >= 1 ? { ...t4, blockId: e4.newBlockId, offset: 0 } : t4;
62
+ })(t3, e3);
63
+ case "mergeBlocks":
64
+ return (function(t4, e4) {
65
+ return t4.blockId !== e4.sourceBlockId ? t4 : { ...t4, blockId: e4.targetBlockId, offset: t4.offset + e4.targetLengthBefore };
66
+ })(t3, e3);
67
+ case "removeNode":
68
+ return b(t3, e3);
69
+ default:
70
+ return t3;
71
+ }
72
+ })(t2, e2);
73
+ case "node":
74
+ return (function(t3, e3) {
75
+ switch (e3.type) {
76
+ case "mergeBlocks":
77
+ return (function(t4, e4) {
78
+ return t4.blockId === e4.sourceBlockId ? null : t4;
79
+ })(t3, e3);
80
+ case "removeNode":
81
+ return b(t3, e3);
82
+ default:
83
+ return t3;
84
+ }
85
+ })(t2, e2);
86
+ }
87
+ }
88
+ function b(t2, e2) {
89
+ return t2.blockId === e2.removedNode.id ? null : t2;
90
+ }
91
+ function h(t2, e2, o2, n2) {
92
+ return t2 <= e2 ? t2 : t2 >= o2 ? t2 - n2 : e2;
93
+ }
94
+ function m(t2, e2, o2, n2) {
95
+ return { type: "inline", blockId: t2, from: e2, to: o2, attrs: n2 };
96
+ }
97
+ function y(t2, e2) {
98
+ return { type: "node", blockId: t2, attrs: e2 };
99
+ }
100
+ function B(t2, e2, o2, n2) {
101
+ return { type: "widget", blockId: t2, offset: e2, toDOM: o2, side: n2?.side ?? -1, key: n2?.key };
102
+ }
103
+ class C {
104
+ constructor(t2) {
105
+ this.byBlock = t2;
106
+ }
107
+ static empty = new C(/* @__PURE__ */ new Map());
108
+ static create(t2) {
109
+ if (0 === t2.length) return C.empty;
110
+ const e2 = /* @__PURE__ */ new Map();
111
+ for (const o2 of t2) {
112
+ const t3 = e2.get(o2.blockId);
113
+ t3 ? t3.push(o2) : e2.set(o2.blockId, [o2]);
114
+ }
115
+ return new C(e2);
116
+ }
117
+ find(t2) {
118
+ return this.byBlock.get(t2) ?? [];
119
+ }
120
+ findInline(t2) {
121
+ const e2 = this.byBlock.get(t2);
122
+ return e2 ? e2.filter((t3) => "inline" === t3.type) : [];
123
+ }
124
+ findNode(t2) {
125
+ const e2 = this.byBlock.get(t2);
126
+ return e2 ? e2.filter((t3) => "node" === t3.type) : [];
127
+ }
128
+ findWidget(t2) {
129
+ const e2 = this.byBlock.get(t2);
130
+ return e2 ? e2.filter((t3) => "widget" === t3.type) : [];
131
+ }
132
+ add(t2) {
133
+ if (0 === t2.length) return this;
134
+ if (this.isEmpty) return C.create(t2);
135
+ const e2 = /* @__PURE__ */ new Map();
136
+ for (const [t3, o2] of this.byBlock) e2.set(t3, [...o2]);
137
+ for (const o2 of t2) {
138
+ const t3 = e2.get(o2.blockId);
139
+ t3 ? t3.push(o2) : e2.set(o2.blockId, [o2]);
140
+ }
141
+ return new C(e2);
142
+ }
143
+ remove(t2) {
144
+ const e2 = /* @__PURE__ */ new Map();
145
+ let o2 = false;
146
+ for (const [n2, c2] of this.byBlock) {
147
+ const r2 = c2.filter((e3) => !t2(e3));
148
+ r2.length !== c2.length && (o2 = true), r2.length > 0 && e2.set(n2, r2);
149
+ }
150
+ return o2 ? 0 === e2.size ? C.empty : new C(e2) : this;
151
+ }
152
+ merge(t2) {
153
+ if (t2.isEmpty) return this;
154
+ if (this.isEmpty) return t2;
155
+ const e2 = /* @__PURE__ */ new Map();
156
+ for (const [t3, o2] of this.byBlock) e2.set(t3, [...o2]);
157
+ for (const [o2, n2] of t2.byBlock) {
158
+ const t3 = e2.get(o2);
159
+ t3 ? t3.push(...n2) : e2.set(o2, [...n2]);
160
+ }
161
+ return new C(e2);
162
+ }
163
+ equals(t2) {
164
+ if (this === t2) return true;
165
+ if (this.byBlock.size !== t2.byBlock.size) return false;
166
+ for (const [e2, o2] of this.byBlock) {
167
+ const n2 = t2.byBlock.get(e2);
168
+ if (!n2) return false;
169
+ if (!I(o2, n2)) return false;
170
+ }
171
+ return true;
172
+ }
173
+ get isEmpty() {
174
+ return 0 === this.byBlock.size;
175
+ }
176
+ map(t2) {
177
+ if (this.isEmpty || 0 === t2.steps.length) return this;
178
+ let e2 = [];
179
+ for (const t3 of this.byBlock.values()) for (const o2 of t3) e2.push(o2);
180
+ for (const o2 of t2.steps) {
181
+ const t3 = [];
182
+ for (const n2 of e2) {
183
+ const e3 = p(n2, o2);
184
+ if (null !== e3) if (Array.isArray(e3)) for (const o3 of e3) t3.push(o3);
185
+ else t3.push(e3);
186
+ }
187
+ e2 = t3;
188
+ }
189
+ return 0 === e2.length ? C.empty : C.create(e2);
190
+ }
191
+ }
192
+ function I(t2, e2) {
193
+ if (t2 === e2) return true;
194
+ if (t2.length !== e2.length) return false;
195
+ for (let o2 = 0; o2 < t2.length; o2++) {
196
+ const n2 = t2[o2], c2 = e2[o2];
197
+ if (!n2 || !c2 || !x(n2, c2)) return false;
198
+ }
199
+ return true;
200
+ }
201
+ function x(t2, e2) {
202
+ if (t2.type !== e2.type) return false;
203
+ if (t2.blockId !== e2.blockId) return false;
204
+ switch (t2.type) {
205
+ case "inline": {
206
+ const o2 = e2;
207
+ return t2.from === o2.from && t2.to === o2.to && w(t2.attrs, o2.attrs);
208
+ }
209
+ case "node": {
210
+ const o2 = e2;
211
+ return w(t2.attrs, o2.attrs);
212
+ }
213
+ case "widget": {
214
+ const o2 = e2;
215
+ return t2.offset === o2.offset && t2.side === o2.side && t2.key === o2.key && t2.toDOM === o2.toDOM;
216
+ }
217
+ }
218
+ }
219
+ function w(t2, e2) {
220
+ if (t2 === e2) return true;
221
+ const o2 = Object.keys(t2), n2 = Object.keys(e2);
222
+ if (o2.length !== n2.length) return false;
223
+ for (const n3 of o2) if (t2[n3] !== e2[n3]) return false;
224
+ return true;
225
+ }
226
+ function v(t2, e2) {
227
+ const o2 = t2.getState();
228
+ if (a(o2.selection)) return false;
229
+ const n2 = o2.selection, c2 = o2.getBlock(n2.anchor.blockId);
230
+ return !(!c2 || "code_block" !== c2.type) && e2({ state: o2, block: c2, blockId: n2.anchor.blockId, offset: n2.anchor.offset });
231
+ }
232
+ function _(t2) {
233
+ return v(t2, ({ state: e2, blockId: o2 }) => {
234
+ const n2 = e2.getBlockOrder(), c2 = n2.indexOf(o2);
235
+ if (c2 < n2.length - 1) {
236
+ const o3 = n2[c2 + 1], r2 = e2.transaction("command").setSelection(u(o3, 0)).build();
237
+ t2.dispatch(r2);
238
+ } else S(t2, o2);
239
+ return true;
240
+ });
241
+ }
242
+ function S(t2, e2) {
243
+ const n2 = t2.getState(), r2 = n2.getBlock(e2);
244
+ if (!r2) return;
245
+ const l2 = o(r2), s2 = c(), i2 = n2.transaction("command").splitBlock(e2, l2, s2).setBlockType(s2, f("paragraph")).setSelection(u(s2, 0)).build();
246
+ t2.dispatch(i2);
247
+ }
248
+ function A(t2, e2) {
249
+ const n2 = t2.getState(), c2 = n2.selection;
250
+ if (a(c2)) return false;
251
+ const s2 = n2.getBlock(c2.anchor.blockId);
252
+ if (!s2 || "code_block" === s2.type) return false;
253
+ const i2 = { language: e2.defaultLanguage ?? "", backgroundColor: "" }, d2 = n2.transaction("command");
254
+ return (function(t3, e3) {
255
+ if (0 === o(e3)) return;
256
+ const n3 = r(e3);
257
+ let c3 = 0;
258
+ for (const o2 of n3) if (l(o2)) {
259
+ if (o2.text.length > 0) for (const n4 of o2.marks) t3.removeMark(e3.id, c3, c3 + o2.text.length, n4);
260
+ c3 += o2.text.length;
261
+ } else c3 += 1;
262
+ })(d2, s2), d2.setBlockType(c2.anchor.blockId, f("code_block"), i2).setSelection(u(c2.anchor.blockId, 0)), t2.dispatch(d2.build()), true;
263
+ }
264
+ const T = { label: "Code Block", tooltip: (t2) => t2 ? `Code Block (${t2})` : "Code Block", enteredCodeBlock: "Entered code block. Press Escape to exit.", leftCodeBlock: "Left code block." }, M = { en: T, de: { label: "Codeblock", tooltip: (t2) => t2 ? `Codeblock (${t2})` : "Codeblock", enteredCodeBlock: "Codeblock betreten. Escape zum Verlassen drücken.", leftCodeBlock: "Codeblock verlassen." }, es: { label: "Bloque de código", tooltip: (t2) => t2 ? `Bloque de código (${t2})` : "Bloque de código", enteredCodeBlock: "Bloque de código activado. Pulse Escape para salir.", leftCodeBlock: "Bloque de código desactivado." }, fr: { label: "Bloc de code", tooltip: (t2) => t2 ? `Bloc de code (${t2})` : "Bloc de code", enteredCodeBlock: "Bloc de code activé. Appuyez sur Échap pour quitter.", leftCodeBlock: "Bloc de code quitté." }, zh: { label: "代码块", tooltip: (t2) => t2 ? `代码块 (${t2})` : "代码块", enteredCodeBlock: "已进入代码块。按 Escape 退出。", leftCodeBlock: "已离开代码块。" }, ru: { label: "Блок кода", tooltip: (t2) => t2 ? `Блок кода (${t2})` : "Блок кода", enteredCodeBlock: "Вход в блок кода. Нажмите Escape для выхода.", leftCodeBlock: "Выход из блока кода." }, ar: { label: "كتلة كود", tooltip: (t2) => t2 ? `كتلة كود (${t2})` : "كتلة كود", enteredCodeBlock: "تم الدخول إلى كتلة الكود. اضغط Escape للخروج.", leftCodeBlock: "تم الخروج من كتلة الكود." }, hi: { label: "कोड ब्लॉक", tooltip: (t2) => t2 ? `कोड ब्लॉक (${t2})` : "कोड ब्लॉक", enteredCodeBlock: "कोड ब्लॉक में प्रवेश किया। बाहर निकलने के लिए Escape दबाएँ।", leftCodeBlock: "कोड ब्लॉक से बाहर।" } }, N = { insertAfter: "Mod-Enter", toggle: "Mod-Shift-M" }, E = { defaultLanguage: "", useSpaces: false, spaceCount: 2, showCopyButton: true }, L = new t("codeBlock");
265
+ function O(t2, e2, o2, n2) {
266
+ const c2 = t2.getState(), r2 = c2.getBlock(e2);
267
+ if (!r2 || "code_block" !== r2.type) return;
268
+ const l2 = g(c2.doc, e2);
269
+ if (!l2) return;
270
+ const s2 = { ...r2.attrs, [o2]: n2 }, i2 = c2.transaction("command").setNodeAttr(l2, s2).build();
271
+ t2.dispatch(i2);
272
+ }
273
+ class z {
274
+ id = "code-block";
275
+ name = "Code Block";
276
+ priority = 36;
277
+ config;
278
+ resolvedKeymap;
279
+ context = null;
280
+ locale;
281
+ constructor(t2) {
282
+ this.config = { ...E, ...t2 }, this.resolvedKeymap = { ...N, ...t2?.keymap };
283
+ }
284
+ init(t2) {
285
+ this.locale = e(M, t2, this.config.locale), t2.registerStyleSheet("\n/* Code Block — uses theme custom properties */\n.notectl-code-block {\n position: relative;\n margin: 8px 0;\n border-radius: 6px;\n background: var(--notectl-code-block-bg);\n color: var(--notectl-code-block-color);\n font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', Menlo, Consolas, monospace;\n font-size: 14px;\n line-height: 1.5;\n overflow: hidden;\n}\n\n.notectl-code-block__header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 6px 12px;\n background: var(--notectl-code-block-header-bg);\n border-bottom: 1px solid var(--notectl-code-block-header-border);\n font-size: 12px;\n color: var(--notectl-code-block-header-color);\n user-select: none;\n}\n\n.notectl-code-block__language {\n font-weight: 500;\n letter-spacing: 0.02em;\n}\n\n.notectl-code-block__copy {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 24px;\n height: 24px;\n border: none;\n border-radius: 4px;\n background: transparent;\n color: var(--notectl-code-block-header-color);\n cursor: pointer;\n padding: 0;\n transition: background 0.15s, color 0.15s;\n}\n\n.notectl-code-block__copy:hover {\n background: rgba(128, 128, 128, 0.15);\n color: var(--notectl-code-block-color);\n}\n\n.notectl-code-block__copy svg {\n fill: currentColor;\n}\n\n.notectl-code-block__content {\n display: block;\n padding: 12px 16px;\n white-space: pre-wrap;\n word-wrap: break-word;\n tab-size: 4;\n -moz-tab-size: 4;\n outline: none;\n min-height: 1.5em;\n}\n\n.notectl-code-block--selected {\n outline: 2px solid var(--notectl-primary);\n outline-offset: 2px;\n}\n\n.notectl-code-block__esc-hint {\n display: none;\n position: absolute;\n bottom: 4px;\n right: 8px;\n font-size: 11px;\n color: var(--notectl-code-block-header-color);\n opacity: 0.5;\n pointer-events: none;\n user-select: none;\n font-family: system-ui, sans-serif;\n}\n\n.notectl-code-block--focused .notectl-code-block__esc-hint {\n display: block;\n}\n"), this.context = t2, this.registerNodeSpec(t2), this.registerNodeView(t2), (function(t3, e2) {
286
+ t3.registerCommand("toggleCodeBlock", () => (function(t4, e3) {
287
+ const o2 = t4.getState();
288
+ if (a(o2.selection)) return false;
289
+ const n2 = o2.getBlock(o2.selection.anchor.blockId);
290
+ if (!n2) return false;
291
+ if ("code_block" === n2.type) {
292
+ const e4 = o2.transaction("command").setBlockType(o2.selection.anchor.blockId, f("paragraph")).setSelection(o2.selection).build();
293
+ return t4.dispatch(e4), true;
294
+ }
295
+ return A(t4, e3);
296
+ })(t3, e2)), t3.registerCommand("insertCodeBlock", () => A(t3, e2)), t3.registerCommand("setCodeBlockLanguage", () => false), t3.registerCommand("setCodeBlockBackground", () => false), t3.registerCommand("exitCodeBlock", () => _(t3));
297
+ })(t2, this.config), (function(t3, e2, r2) {
298
+ const l2 = { Enter: () => (function(t4) {
299
+ return v(t4, ({ state: e3, block: o2, blockId: r3, offset: l3 }) => {
300
+ if (!d(e3.selection)) return false;
301
+ const s3 = n(o2);
302
+ if (s3.endsWith("\n") && l3 === s3.length) return (function(t5, e4, o3) {
303
+ const n2 = t5.getState(), r4 = o3.length - 1, l4 = c(), s4 = n2.transaction("input").deleteTextAt(e4, r4, o3.length).splitBlock(e4, r4, l4).setBlockType(l4, f("paragraph")).setSelection(u(l4, 0)).build();
304
+ return t5.dispatch(s4), true;
305
+ })(t4, r3, s3);
306
+ const i3 = e3.transaction("input").insertText(r3, l3, "\n", []).setSelection(u(r3, l3 + 1)).build();
307
+ return t4.dispatch(i3), true;
308
+ });
309
+ })(t3), Backspace: () => (function(t4) {
310
+ return v(t4, ({ state: e3, blockId: o2, offset: n2 }) => {
311
+ if (!d(e3.selection)) return false;
312
+ if (0 !== n2) return false;
313
+ const c2 = e3.transaction("input").setBlockType(o2, f("paragraph")).setSelection(e3.selection).build();
314
+ return t4.dispatch(c2), true;
315
+ });
316
+ })(t3), Tab: () => (function(t4, e3) {
317
+ return v(t4, ({ state: o2, blockId: n2, offset: c2 }) => {
318
+ const r3 = e3.useSpaces ? " ".repeat(e3.spaceCount ?? 2) : " ", l3 = o2.transaction("input").insertText(n2, c2, r3, []).setSelection(u(n2, c2 + r3.length)).build();
319
+ return t4.dispatch(l3), true;
320
+ });
321
+ })(t3, e2), "Shift-Tab": () => (function(t4, e3) {
322
+ return v(t4, ({ state: o2, block: c2, blockId: r3, offset: l3 }) => {
323
+ const s3 = n(c2), i3 = s3.lastIndexOf("\n", l3 - 1) + 1;
324
+ if (e3.useSpaces) {
325
+ const n2 = e3.spaceCount ?? 2;
326
+ if (s3.slice(i3, i3 + n2) === " ".repeat(n2)) {
327
+ const e4 = o2.transaction("input").deleteTextAt(r3, i3, i3 + n2).setSelection(u(r3, Math.max(i3, l3 - n2))).build();
328
+ return t4.dispatch(e4), true;
329
+ }
330
+ } else if (" " === s3[i3]) {
331
+ const e4 = o2.transaction("input").deleteTextAt(r3, i3, i3 + 1).setSelection(u(r3, Math.max(i3, l3 - 1))).build();
332
+ return t4.dispatch(e4), true;
333
+ }
334
+ return true;
335
+ });
336
+ })(t3, e2), Escape: () => _(t3), ArrowDown: () => (function(t4) {
337
+ return v(t4, ({ state: e3, block: o2, blockId: c2, offset: r3 }) => {
338
+ if (!d(e3.selection)) return false;
339
+ if (-1 !== n(o2).indexOf("\n", r3)) return false;
340
+ const l3 = e3.getBlockOrder(), s3 = l3.indexOf(c2);
341
+ if (s3 < l3.length - 1) {
342
+ const o3 = l3[s3 + 1], n2 = e3.transaction("command").setSelection(u(o3, 0)).build();
343
+ t4.dispatch(n2);
344
+ } else S(t4, c2);
345
+ return true;
346
+ });
347
+ })(t3), ArrowUp: () => (function(t4) {
348
+ return v(t4, ({ state: e3, block: c2, blockId: r3, offset: l3 }) => {
349
+ if (!d(e3.selection)) return false;
350
+ const s3 = n(c2).indexOf("\n");
351
+ if (-1 !== s3 && l3 > s3) return false;
352
+ const i3 = e3.getBlockOrder(), a2 = i3.indexOf(r3);
353
+ if (a2 > 0) {
354
+ const n2 = i3[a2 - 1], c3 = e3.getBlock(n2), r4 = c3 ? o(c3) : 0, l4 = e3.transaction("command").setSelection(u(n2, r4)).build();
355
+ return t4.dispatch(l4), true;
356
+ }
357
+ return false;
358
+ });
359
+ })(t3), ArrowRight: () => (function(t4) {
360
+ return v(t4, ({ state: e3, block: o2, blockId: c2, offset: r3 }) => {
361
+ if (!d(e3.selection)) return false;
362
+ if (r3 !== n(o2).length) return false;
363
+ const l3 = e3.getBlockOrder(), s3 = l3.indexOf(c2);
364
+ if (s3 < l3.length - 1) {
365
+ const o3 = l3[s3 + 1], n2 = e3.transaction("command").setSelection(u(o3, 0)).build();
366
+ t4.dispatch(n2);
367
+ } else S(t4, c2);
368
+ return true;
369
+ });
370
+ })(t3), ArrowLeft: () => (function(t4) {
371
+ return v(t4, ({ state: e3, blockId: n2, offset: c2 }) => {
372
+ if (!d(e3.selection)) return false;
373
+ if (0 !== c2) return false;
374
+ const r3 = e3.getBlockOrder(), l3 = r3.indexOf(n2);
375
+ if (l3 > 0) {
376
+ const n3 = r3[l3 - 1], c3 = e3.getBlock(n3), s3 = c3 ? o(c3) : 0, i3 = e3.transaction("command").setSelection(u(n3, s3)).build();
377
+ return t4.dispatch(i3), true;
378
+ }
379
+ return false;
380
+ });
381
+ })(t3) }, { insertAfter: s2, toggle: i2 } = r2;
382
+ s2 && (l2[s2] = () => (function(t4) {
383
+ return v(t4, ({ blockId: e3 }) => (S(t4, e3), true));
384
+ })(t3)), i2 && (l2[i2] = () => t3.executeCommand("toggleCodeBlock")), t3.registerKeymap(l2);
385
+ })(t2, this.config, this.resolvedKeymap), this.registerInputRule(t2), this.registerToolbarItem(t2), this.registerMiddleware(t2), (function(t3, e2, o2) {
386
+ t3.registerService(L, { setLanguage(e3, o3) {
387
+ O(t3, e3, "language", o3);
388
+ }, getLanguage(t4) {
389
+ const e3 = o2();
390
+ if (!e3) return "";
391
+ const n2 = e3.getState().getBlock(t4);
392
+ return n2 && "code_block" === n2.type ? n2.attrs?.language ?? "" : "";
393
+ }, setBackground(e3, o3) {
394
+ O(t3, e3, "backgroundColor", o3);
395
+ }, getBackground(t4) {
396
+ const e3 = o2();
397
+ if (!e3) return "";
398
+ const n2 = e3.getState().getBlock(t4);
399
+ return n2 && "code_block" === n2.type ? n2.attrs?.backgroundColor ?? "" : "";
400
+ }, isCodeBlock(t4) {
401
+ const e3 = o2();
402
+ if (!e3) return false;
403
+ const n2 = e3.getState().getBlock(t4);
404
+ return "code_block" === n2?.type;
405
+ }, getSupportedLanguages: () => e2.highlighter ? e2.highlighter.getSupportedLanguages() : [] });
406
+ })(t2, this.config, () => this.context), this.patchTableCellContent(t2);
407
+ }
408
+ destroy() {
409
+ this.context = null;
410
+ }
411
+ onStateChange(t2, e2, o2) {
412
+ if (!this.context) return;
413
+ const n2 = a(t2.selection) ? null : t2.selection.anchor.blockId, c2 = a(e2.selection) ? null : e2.selection.anchor.blockId, r2 = n2 ? t2.getBlock(n2) : void 0, l2 = c2 ? e2.getBlock(c2) : void 0, s2 = "code_block" === r2?.type, i2 = "code_block" === l2?.type;
414
+ s2 && n2 && this.setBlockFocused(n2, false), i2 && c2 && this.setBlockFocused(c2, true), !s2 && i2 ? this.context.announce(this.locale.enteredCodeBlock) : s2 && !i2 && this.context.announce(this.locale.leftCodeBlock);
415
+ }
416
+ decorations(t2) {
417
+ if (!this.config.highlighter) return C.empty;
418
+ const e2 = [], o2 = this.config.highlighter;
419
+ for (const c2 of t2.getBlockOrder()) {
420
+ const r2 = t2.getBlock(c2);
421
+ if (!r2 || "code_block" !== r2.type) continue;
422
+ const l2 = r2.attrs?.language ?? "";
423
+ if (!l2) continue;
424
+ const s2 = n(r2);
425
+ if (!s2) continue;
426
+ const i2 = o2.tokenize(s2, l2);
427
+ for (const t3 of i2) e2.push(m(c2, t3.from, t3.to, { class: `notectl-token--${t3.type}` }));
428
+ }
429
+ return C.create(e2);
430
+ }
431
+ registerNodeSpec(t2) {
432
+ t2.registerNodeSpec({ type: "code_block", group: "block", content: { allow: ["text"] }, selectable: true, attrs: { language: { default: "" }, backgroundColor: { default: "" } }, toDOM(t3) {
433
+ const e2 = i("pre", t3.id);
434
+ e2.className = "notectl-code-block";
435
+ const o2 = document.createElement("code");
436
+ return o2.className = "notectl-code-block__content", e2.appendChild(o2), e2;
437
+ }, toHTML(t3, e2) {
438
+ const o2 = s(t3.attrs?.language ?? ""), n2 = s(t3.attrs?.backgroundColor ?? "");
439
+ return `<pre${n2 ? ` style="background-color: ${n2}"` : ""}><code${o2 ? ` data-language="${o2}"` : ""}>${e2 || ""}</code></pre>`;
440
+ }, parseHTML: [{ tag: "pre", getAttrs(t3) {
441
+ const e2 = t3.querySelector("code"), o2 = e2?.className.match(/language-(\S+)/)?.[1] ?? "";
442
+ return { language: (e2?.getAttribute("data-language") ?? "") || o2 };
443
+ } }], sanitize: { tags: ["pre", "code"], attrs: ["data-language", "class", "style"] } });
444
+ }
445
+ registerNodeView(t2) {
446
+ var e2;
447
+ t2.registerNodeView("code_block", (e2 = this.config, (t3, o2, c2) => {
448
+ const r2 = document.createElement("pre");
449
+ r2.className = "notectl-code-block", r2.setAttribute("data-block-id", t3.id), r2.setAttribute("role", "group"), r2.setAttribute("aria-roledescription", "code block");
450
+ const l2 = document.createElement("div");
451
+ l2.className = "notectl-code-block__header", l2.setAttribute("contenteditable", "false");
452
+ const s2 = document.createElement("span");
453
+ s2.className = "notectl-code-block__language";
454
+ let i2 = null;
455
+ false !== e2.showCopyButton && (i2 = document.createElement("button"), i2.className = "notectl-code-block__copy", i2.setAttribute("aria-label", "Copy code"), i2.setAttribute("data-notectl-no-print", ""), i2.type = "button", i2.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="14" height="14"><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>');
456
+ const a2 = document.createElement("span");
457
+ a2.className = "notectl-sr-only", a2.setAttribute("aria-live", "assertive"), a2.setAttribute("aria-atomic", "true"), l2.appendChild(s2), i2 && l2.appendChild(i2), l2.appendChild(a2);
458
+ const d2 = document.createElement("code");
459
+ d2.className = "notectl-code-block__content";
460
+ const u2 = document.createElement("div");
461
+ u2.className = "notectl-code-block__esc-hint", u2.setAttribute("contenteditable", "false"), u2.setAttribute("aria-hidden", "true"), u2.setAttribute("data-notectl-no-print", ""), u2.textContent = "Esc to exit", r2.appendChild(l2), r2.appendChild(d2), r2.appendChild(u2), e2.background && r2.style.setProperty("--notectl-code-block-bg", e2.background), e2.headerBackground && r2.style.setProperty("--notectl-code-block-header-bg", e2.headerBackground), e2.textColor && r2.style.setProperty("--notectl-code-block-color", e2.textColor), e2.headerColor && r2.style.setProperty("--notectl-code-block-header-color", e2.headerColor);
462
+ let f2 = t3.id;
463
+ function k2(t4) {
464
+ const e3 = t4.attrs?.language ?? "", o3 = e3 || "plain";
465
+ s2.textContent = o3, r2.setAttribute("aria-label", `${o3} code block. Press Escape to exit.`), e3 ? d2.setAttribute("data-language", e3) : d2.removeAttribute("data-language");
466
+ const n2 = t4.attrs?.backgroundColor ?? "";
467
+ r2.style.backgroundColor = n2 || "";
468
+ }
469
+ return k2(t3), i2 && i2.addEventListener("click", (t4) => {
470
+ t4.preventDefault(), t4.stopPropagation();
471
+ const e3 = o2().getBlock(f2);
472
+ if (!e3) return;
473
+ const c3 = n(e3);
474
+ navigator.clipboard.writeText(c3), a2.textContent = "Copied to clipboard", setTimeout(() => {
475
+ a2.textContent = "";
476
+ }, 1e3);
477
+ }), { dom: r2, contentDOM: d2, update: (t4) => "code_block" === t4.type && (f2 = t4.id, r2.setAttribute("data-block-id", t4.id), k2(t4), true), selectNode() {
478
+ r2.classList.add("notectl-code-block--selected");
479
+ }, deselectNode() {
480
+ r2.classList.remove("notectl-code-block--selected");
481
+ }, destroy() {
482
+ } };
483
+ }));
484
+ }
485
+ registerInputRule(t2) {
486
+ t2.registerInputRule({ pattern: /^```(\w*) $/, handler: (t3, e2, o2, n2) => {
487
+ const c2 = t3.selection;
488
+ if (a(c2)) return null;
489
+ if (!d(c2)) return null;
490
+ const r2 = t3.getBlock(c2.anchor.blockId);
491
+ if (!r2 || "paragraph" !== r2.type) return null;
492
+ const l2 = { language: e2[1] ?? "", backgroundColor: "" };
493
+ return t3.transaction("input").deleteTextAt(c2.anchor.blockId, o2, o2 + e2[0].length).setBlockType(c2.anchor.blockId, f("code_block"), l2).setSelection(u(c2.anchor.blockId, 0)).build();
494
+ } });
495
+ }
496
+ registerToolbarItem(t2) {
497
+ t2.registerToolbarItem({ id: "code_block", group: "block", icon: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/></svg>', label: this.locale.label, tooltip: this.locale.tooltip(this.resolvedKeymap.toggle ? k(this.resolvedKeymap.toggle) : void 0), command: "toggleCodeBlock", priority: 56, separatorAfter: this.config.separatorAfter, isActive: (t3) => {
498
+ if (a(t3.selection)) return false;
499
+ const e2 = t3.getBlock(t3.selection.anchor.blockId);
500
+ return "code_block" === e2?.type;
501
+ } });
502
+ }
503
+ registerMiddleware(t2) {
504
+ t2.registerMiddleware((t3, e2, o2) => {
505
+ if (!t3.steps.some((t4) => {
506
+ if ("addMark" !== t4.type) return false;
507
+ const o3 = e2.getBlock(t4.blockId);
508
+ return "code_block" === o3?.type;
509
+ })) return void o2(t3);
510
+ const n2 = t3.steps.filter((t4) => {
511
+ if ("addMark" !== t4.type) return true;
512
+ const o3 = e2.getBlock(t4.blockId);
513
+ return "code_block" !== o3?.type;
514
+ });
515
+ o2({ ...t3, steps: n2 });
516
+ }, 50);
517
+ }
518
+ patchTableCellContent(t2) {
519
+ const e2 = t2.getSchemaRegistry(), o2 = e2.getNodeSpec("table_cell");
520
+ if (!o2?.content) return;
521
+ const n2 = o2.content.allow ?? [];
522
+ n2.includes("code_block") || (e2.removeNodeSpec("table_cell"), e2.registerNodeSpec({ ...o2, content: { ...o2.content, allow: [...n2, "code_block"] } }));
523
+ }
524
+ setBlockFocused(t2, e2) {
525
+ if (!this.context) return;
526
+ const o2 = this.context.getContainer().querySelector(`[data-block-id="${t2}"]`);
527
+ o2 && o2.classList.toggle("notectl-code-block--focused", e2);
528
+ }
529
+ }
530
+ export {
531
+ M as C,
532
+ C as D,
533
+ T as a,
534
+ L as b,
535
+ z as c,
536
+ I as d,
537
+ m as i,
538
+ y as n,
539
+ B as w
540
+ };
541
+ //# sourceMappingURL=index-BAk1EG1x.mjs.map