reactjs-tiptap-editor 0.4.1 → 1.0.0

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 (338) hide show
  1. package/lib/ActionMenuButton-BKOg7hkq.js +38 -0
  2. package/lib/ActionMenuButton-DLQyd_gx.cjs +1 -0
  3. package/lib/Attachment.cjs +2 -2
  4. package/lib/Attachment.d.cts +43 -55
  5. package/lib/Attachment.d.ts +43 -55
  6. package/lib/Attachment.js +129 -99
  7. package/lib/Blockquote.cjs +3 -3
  8. package/lib/Blockquote.d.cts +43 -55
  9. package/lib/Blockquote.d.ts +43 -55
  10. package/lib/Blockquote.js +50 -22
  11. package/lib/Bold.cjs +1 -1
  12. package/lib/Bold.d.cts +43 -55
  13. package/lib/Bold.d.ts +43 -55
  14. package/lib/Bold.js +48 -20
  15. package/lib/BulletList.cjs +1 -1
  16. package/lib/BulletList.d.cts +43 -55
  17. package/lib/BulletList.d.ts +43 -55
  18. package/lib/BulletList.js +38 -9
  19. package/lib/Clear.cjs +1 -1
  20. package/lib/Clear.d.cts +43 -55
  21. package/lib/Clear.d.ts +43 -55
  22. package/lib/Clear.js +32 -6
  23. package/lib/Code.cjs +1 -1
  24. package/lib/Code.d.cts +43 -55
  25. package/lib/Code.d.ts +43 -55
  26. package/lib/Code.js +53 -25
  27. package/lib/CodeBlock.cjs +35 -35
  28. package/lib/CodeBlock.d.cts +43 -55
  29. package/lib/CodeBlock.d.ts +43 -55
  30. package/lib/CodeBlock.js +605 -590
  31. package/lib/CodeView.cjs +1 -1
  32. package/lib/CodeView.d.cts +44 -56
  33. package/lib/CodeView.d.ts +44 -56
  34. package/lib/CodeView.js +49 -21
  35. package/lib/Color.cjs +1 -1
  36. package/lib/Color.d.cts +47 -55
  37. package/lib/Color.d.ts +47 -55
  38. package/lib/Color.js +123 -79
  39. package/lib/Column.cjs +1 -0
  40. package/lib/{Document.d.cts → Column.d.cts} +49 -58
  41. package/lib/{Document.d.ts → Column.d.ts} +49 -58
  42. package/lib/Column.js +217 -0
  43. package/lib/{Drawer-CaAfmqNo.js → Drawer-DZ5jvmrX.js} +404 -394
  44. package/lib/Drawer-SRhwOc6T.cjs +1 -0
  45. package/lib/Drawer.cjs +1 -1
  46. package/lib/Drawer.d.cts +43 -55
  47. package/lib/Drawer.d.ts +43 -55
  48. package/lib/Drawer.js +6 -5
  49. package/lib/Emoji.cjs +1 -1
  50. package/lib/Emoji.d.cts +43 -60
  51. package/lib/Emoji.d.ts +43 -60
  52. package/lib/Emoji.js +377 -392
  53. package/lib/Excalidraw-DwBRXEtC.js +345 -0
  54. package/lib/Excalidraw-ZN3DQvDC.cjs +1 -0
  55. package/lib/Excalidraw.cjs +1 -1
  56. package/lib/Excalidraw.d.cts +43 -55
  57. package/lib/Excalidraw.d.ts +43 -55
  58. package/lib/Excalidraw.js +6 -4
  59. package/lib/ExportPdf.cjs +5 -5
  60. package/lib/ExportPdf.d.cts +43 -55
  61. package/lib/ExportPdf.d.ts +43 -55
  62. package/lib/ExportPdf.js +60 -32
  63. package/lib/ExportWord.cjs +1 -1
  64. package/lib/ExportWord.d.cts +44 -56
  65. package/lib/ExportWord.d.ts +44 -56
  66. package/lib/ExportWord.js +84 -21
  67. package/lib/FontFamily.cjs +1 -1
  68. package/lib/FontFamily.d.cts +57 -58
  69. package/lib/FontFamily.d.ts +57 -58
  70. package/lib/FontFamily.js +72 -74
  71. package/lib/FontSize.cjs +1 -1
  72. package/lib/FontSize.d.cts +54 -58
  73. package/lib/FontSize.d.ts +54 -58
  74. package/lib/FontSize.js +72 -64
  75. package/lib/Heading.cjs +1 -1
  76. package/lib/Heading.d.cts +57 -55
  77. package/lib/Heading.d.ts +57 -55
  78. package/lib/Heading.js +91 -73
  79. package/lib/Highlight.cjs +1 -1
  80. package/lib/Highlight.d.cts +47 -55
  81. package/lib/Highlight.d.ts +47 -55
  82. package/lib/Highlight.js +152 -21
  83. package/lib/History.cjs +1 -1
  84. package/lib/History.d.cts +45 -55
  85. package/lib/History.d.ts +45 -55
  86. package/lib/History.js +976 -53
  87. package/lib/HorizontalRule.cjs +1 -1
  88. package/lib/HorizontalRule.d.cts +43 -55
  89. package/lib/HorizontalRule.d.ts +43 -55
  90. package/lib/HorizontalRule.js +97 -17
  91. package/lib/Icon-DUpv2cI6.cjs +1 -0
  92. package/lib/Icon-jKs8Hr6p.js +11 -0
  93. package/lib/Iframe-CmXkEqOd.js +431 -0
  94. package/lib/Iframe-Cvca2G7X.cjs +1 -0
  95. package/lib/Iframe.cjs +1 -1
  96. package/lib/Iframe.d.cts +42 -61
  97. package/lib/Iframe.d.ts +42 -61
  98. package/lib/Iframe.js +6 -4
  99. package/lib/Image.cjs +1 -1
  100. package/lib/Image.d.cts +43 -56
  101. package/lib/Image.d.ts +43 -56
  102. package/lib/Image.js +848 -5
  103. package/lib/ImageGif.cjs +1 -1
  104. package/lib/ImageGif.d.cts +44 -58
  105. package/lib/ImageGif.d.ts +44 -58
  106. package/lib/ImageGif.js +424 -5
  107. package/lib/ImportWord.cjs +48 -48
  108. package/lib/ImportWord.d.cts +44 -56
  109. package/lib/ImportWord.d.ts +44 -56
  110. package/lib/ImportWord.js +2596 -2588
  111. package/lib/Indent.cjs +1 -1
  112. package/lib/Indent.d.cts +43 -55
  113. package/lib/Indent.d.ts +43 -55
  114. package/lib/Indent.js +97 -27
  115. package/lib/Italic.cjs +1 -1
  116. package/lib/Italic.d.cts +43 -55
  117. package/lib/Italic.d.ts +43 -55
  118. package/lib/Italic.js +47 -19
  119. package/lib/Katex-DsYXsjSS.js +2740 -0
  120. package/lib/Katex-XfrNne6U.cjs +4 -0
  121. package/lib/Katex.cjs +1 -1
  122. package/lib/Katex.d.cts +43 -55
  123. package/lib/Katex.d.ts +43 -55
  124. package/lib/Katex.js +5 -196
  125. package/lib/LineHeight.cjs +1 -1
  126. package/lib/LineHeight.d.cts +45 -61
  127. package/lib/LineHeight.d.ts +45 -61
  128. package/lib/LineHeight.js +71 -112
  129. package/lib/Link.cjs +1 -1
  130. package/lib/Link.d.cts +44 -58
  131. package/lib/Link.d.ts +44 -58
  132. package/lib/Link.js +3 -3
  133. package/lib/LinkEditBlock-BZenZq-Z.cjs +5 -0
  134. package/lib/LinkEditBlock-CB8yIffE.js +1241 -0
  135. package/lib/Mention.cjs +1 -1
  136. package/lib/Mention.d.cts +40 -55
  137. package/lib/Mention.d.ts +40 -55
  138. package/lib/Mention.js +114 -130
  139. package/lib/Mermaid.cjs +2 -2
  140. package/lib/Mermaid.d.cts +43 -55
  141. package/lib/Mermaid.d.ts +43 -55
  142. package/lib/Mermaid.js +177 -165
  143. package/lib/MoreMark.cjs +1 -1
  144. package/lib/MoreMark.d.cts +58 -57
  145. package/lib/MoreMark.d.ts +58 -57
  146. package/lib/MoreMark.js +125 -55
  147. package/lib/OrderedList.cjs +1 -1
  148. package/lib/OrderedList.d.cts +43 -55
  149. package/lib/OrderedList.d.ts +43 -55
  150. package/lib/OrderedList.js +37 -9
  151. package/lib/SearchAndReplace.cjs +1 -1
  152. package/lib/SearchAndReplace.d.cts +43 -58
  153. package/lib/SearchAndReplace.d.ts +43 -58
  154. package/lib/SearchAndReplace.js +221 -197
  155. package/lib/SlashCommand.cjs +1 -1
  156. package/lib/SlashCommand.d.cts +55 -62
  157. package/lib/SlashCommand.d.ts +55 -62
  158. package/lib/SlashCommand.js +235 -249
  159. package/lib/Strike.cjs +1 -1
  160. package/lib/Strike.d.cts +43 -55
  161. package/lib/Strike.d.ts +43 -55
  162. package/lib/Strike.js +39 -11
  163. package/lib/Table-B1j1Ebmh.cjs +9 -0
  164. package/lib/Table-Db8TcQX8.js +1984 -0
  165. package/lib/Table.cjs +1 -9
  166. package/lib/Table.d.cts +44 -58
  167. package/lib/Table.d.ts +44 -58
  168. package/lib/Table.js +3 -558
  169. package/lib/TaskList.cjs +1 -1
  170. package/lib/TaskList.d.cts +43 -55
  171. package/lib/TaskList.d.ts +43 -55
  172. package/lib/TaskList.js +38 -10
  173. package/lib/TextAlign.cjs +1 -1
  174. package/lib/TextAlign.d.cts +56 -55
  175. package/lib/TextAlign.d.ts +56 -55
  176. package/lib/TextAlign.js +108 -101
  177. package/lib/TextDirection.cjs +1 -1
  178. package/lib/TextDirection.d.cts +72 -55
  179. package/lib/TextDirection.d.ts +72 -55
  180. package/lib/TextDirection.js +105 -112
  181. package/lib/TextUnderline.cjs +1 -1
  182. package/lib/TextUnderline.d.cts +43 -55
  183. package/lib/TextUnderline.d.ts +43 -55
  184. package/lib/TextUnderline.js +46 -18
  185. package/lib/{Twitter-BFULyqdR.js → Twitter-CXmmjz9R.js} +536 -498
  186. package/lib/Twitter-CtVTIWJW.cjs +1 -0
  187. package/lib/Twitter.cjs +1 -1
  188. package/lib/Twitter.d.cts +43 -55
  189. package/lib/Twitter.d.ts +43 -55
  190. package/lib/Twitter.js +5 -4
  191. package/lib/Video.cjs +1 -1
  192. package/lib/Video.d.cts +43 -55
  193. package/lib/Video.d.ts +43 -55
  194. package/lib/Video.js +261 -4
  195. package/lib/_commonjsHelpers-BItOPCY9.js +28 -0
  196. package/lib/_commonjsHelpers-BTDuMlIz.cjs +1 -0
  197. package/lib/bubble.cjs +2 -0
  198. package/lib/{bubble-extra.d.cts → bubble.d.cts} +69 -70
  199. package/lib/{bubble-extra.d.ts → bubble.d.ts} +69 -70
  200. package/lib/bubble.js +1925 -0
  201. package/lib/button-B12K7BJ4.cjs +1 -0
  202. package/lib/button-DXMsXUEn.js +43 -0
  203. package/lib/clsx-C11secjj.cjs +1 -0
  204. package/lib/clsx-OuTLNxxd.js +16 -0
  205. package/lib/delete-node-CosiBes5.cjs +1 -0
  206. package/lib/delete-node-IyVmiRbI.js +22 -0
  207. package/lib/dialog-CaCS-W5S.cjs +1 -0
  208. package/lib/dialog-PtQivpHS.js +100 -0
  209. package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
  210. package/lib/dom-dataset-CIEeltF6.js +47 -0
  211. package/lib/dropdown-menu-BPp2Z_U-.js +136 -0
  212. package/lib/dropdown-menu-CdSm4emp.cjs +1 -0
  213. package/lib/file-BLas99n7.js +43 -0
  214. package/lib/file-i7e4nQY2.cjs +1 -0
  215. package/lib/floating-ui.dom-U1vPFQ5f.js +1151 -0
  216. package/lib/floating-ui.dom-VCrc58uF.cjs +1 -0
  217. package/lib/icons-Cllpys39.js +362 -0
  218. package/lib/icons-CqHjeW5T.cjs +1 -0
  219. package/lib/index-BH4bc3jN.cjs +33 -0
  220. package/lib/index-BPfVXs5_.js +2380 -0
  221. package/lib/index-Bnmd0WvY.js +1631 -0
  222. package/lib/{index-Ch6dBBad.js → index-CBce_TWY.js} +40 -42
  223. package/lib/{index-5iBZLua9.cjs → index-D-5U8dY8.cjs} +8 -8
  224. package/lib/{index-ByurDDMv.js → index-D2TUfKkC.js} +2 -2
  225. package/lib/index-DV5kbgRU.cjs +1 -0
  226. package/lib/{index-LmrOdnen.js → index-DYkucCoF.js} +396 -495
  227. package/lib/index-Dfmm6FTT.cjs +1 -0
  228. package/lib/index-DnWWK9F_.js +6374 -0
  229. package/lib/index-DzcKxutn.js +632 -0
  230. package/lib/index-DzvuNTxo.cjs +4 -0
  231. package/lib/{index-BeCTd5v2.cjs → index-N--9MohJ.cjs} +1 -1
  232. package/lib/index-RfTlOzIr.cjs +22 -0
  233. package/lib/index.cjs +132 -1
  234. package/lib/index.d.cts +45 -296
  235. package/lib/index.d.ts +45 -296
  236. package/lib/index.js +243 -2
  237. package/lib/input-_ECRfn3Y.cjs +1 -0
  238. package/lib/input-wJ9PDEzZ.js +21 -0
  239. package/lib/isNumber-ClPupm7P.cjs +1 -0
  240. package/lib/isNumber-fpLGS0AZ.js +15 -0
  241. package/lib/label-BkgAe7IY.cjs +1 -0
  242. package/lib/label-CGdLYWv7.js +19 -0
  243. package/lib/locale-bundle.cjs +1 -1
  244. package/lib/locale-bundle.d.cts +5421 -73
  245. package/lib/locale-bundle.d.ts +5421 -73
  246. package/lib/locale-bundle.js +9 -7
  247. package/lib/popover-BgmUNMHj.cjs +1 -0
  248. package/lib/popover-CAuEW0Mr.js +23 -0
  249. package/lib/separator-CuBW_w98.js +328 -0
  250. package/lib/separator-DRIrVZ2N.cjs +1 -0
  251. package/lib/store-DX599H5W.js +10 -0
  252. package/lib/store-WStcMOiW.cjs +1 -0
  253. package/lib/style.css +1 -1
  254. package/lib/switch-CnLJ7Y-b.cjs +1 -0
  255. package/lib/switch-Coix_FA1.js +27 -0
  256. package/lib/tabs-B5mVSN1I.js +46 -0
  257. package/lib/tabs-BoLCMcCI.cjs +1 -0
  258. package/lib/textarea-B-6zTKQz.cjs +1 -0
  259. package/lib/{textarea-aPtytkDx.js → textarea-DUUM1jZd.js} +1 -1
  260. package/lib/theme-B7aAsK_T.js +15 -0
  261. package/lib/theme-D8_cxGqB.cjs +1 -0
  262. package/lib/throttle-CdwDrFpn.js +249 -0
  263. package/lib/throttle-qX7Yjtsg.cjs +1 -0
  264. package/lib/toggle-Cdp4IT2U.js +85 -0
  265. package/lib/toggle-D41PzQLJ.cjs +1 -0
  266. package/lib/tooltip-BuEiE96N.cjs +1 -0
  267. package/lib/tooltip-CopwsU8q.js +23 -0
  268. package/lib/updatePosition-8Sdem5jb.cjs +1 -0
  269. package/lib/updatePosition-BPmcE0YD.js +215 -0
  270. package/lib/use-toast-Bz3QCOtE.cjs +1 -0
  271. package/lib/use-toast-Crf7-q5H.js +98 -0
  272. package/lib/useButtonProps-BsEd4zYM.js +141 -0
  273. package/lib/useButtonProps-C6Vpn190.cjs +1 -0
  274. package/package.json +22 -105
  275. package/lib/ActionMenuButton-CYdM1xx5.cjs +0 -1
  276. package/lib/ActionMenuButton-DKRF6oa0.js +0 -33
  277. package/lib/BaseKit.cjs +0 -3
  278. package/lib/BaseKit.d.cts +0 -481
  279. package/lib/BaseKit.d.ts +0 -481
  280. package/lib/BaseKit.js +0 -132
  281. package/lib/Document.cjs +0 -1
  282. package/lib/Document.js +0 -9
  283. package/lib/Drawer-CdvCMSzN.cjs +0 -1
  284. package/lib/Excalidraw-BbMQhNvs.cjs +0 -1
  285. package/lib/Excalidraw-CVWz2Vyn.js +0 -290
  286. package/lib/FormatPainter.cjs +0 -1
  287. package/lib/FormatPainter.d.cts +0 -372
  288. package/lib/FormatPainter.d.ts +0 -372
  289. package/lib/FormatPainter.js +0 -76
  290. package/lib/ListItem.cjs +0 -1
  291. package/lib/ListItem.d.cts +0 -290
  292. package/lib/ListItem.d.ts +0 -290
  293. package/lib/ListItem.js +0 -7
  294. package/lib/MultiColumn.cjs +0 -1
  295. package/lib/MultiColumn.d.cts +0 -294
  296. package/lib/MultiColumn.d.ts +0 -294
  297. package/lib/MultiColumn.js +0 -8
  298. package/lib/RichTextEditor-CxvwGvQG.cjs +0 -142
  299. package/lib/RichTextEditor-DGcKEUGr.js +0 -22166
  300. package/lib/Selection.cjs +0 -1
  301. package/lib/Selection.d.cts +0 -289
  302. package/lib/Selection.d.ts +0 -289
  303. package/lib/Selection.js +0 -25
  304. package/lib/SubAndSuperScript.cjs +0 -1
  305. package/lib/SubAndSuperScript.d.cts +0 -377
  306. package/lib/SubAndSuperScript.d.ts +0 -377
  307. package/lib/SubAndSuperScript.js +0 -43
  308. package/lib/TableOfContent.cjs +0 -1
  309. package/lib/TableOfContent.d.cts +0 -291
  310. package/lib/TableOfContent.d.ts +0 -291
  311. package/lib/TableOfContent.js +0 -185
  312. package/lib/TextBubble.cjs +0 -1
  313. package/lib/TextBubble.d.cts +0 -362
  314. package/lib/TextBubble.d.ts +0 -362
  315. package/lib/TextBubble.js +0 -133
  316. package/lib/TrailingNode.cjs +0 -1
  317. package/lib/TrailingNode.d.cts +0 -297
  318. package/lib/TrailingNode.d.ts +0 -297
  319. package/lib/TrailingNode.js +0 -41
  320. package/lib/Twitter-Cutpkh3h.cjs +0 -1
  321. package/lib/bubble-extra.cjs +0 -2
  322. package/lib/bubble-extra.js +0 -631
  323. package/lib/dom-dataset-_6-diIRQ.cjs +0 -33
  324. package/lib/dom-dataset-lYeH6gfI.js +0 -2361
  325. package/lib/index-6D1J-A-o.cjs +0 -1
  326. package/lib/index-B96Cclrj.cjs +0 -3
  327. package/lib/index-BBz7Nmv9.js +0 -55
  328. package/lib/index-CUogRI7j.cjs +0 -1
  329. package/lib/index-DF2Lp4HZ.cjs +0 -100
  330. package/lib/index-D_L6n8O8.js +0 -76
  331. package/lib/index-Dbvi-Bvh.cjs +0 -1
  332. package/lib/index-DpCrt7xs.cjs +0 -1
  333. package/lib/index-DsAX1Vq8.cjs +0 -1
  334. package/lib/index-Dy4DlW9o.js +0 -12
  335. package/lib/index-J3jHHZ4d.js +0 -200
  336. package/lib/index-VvXaaKe3.js +0 -898
  337. package/lib/index-kbO3iWqL.js +0 -13432
  338. package/lib/textarea-DFo_aXnj.cjs +0 -1
@@ -1,8 +1,5 @@
1
- var R = Object.defineProperty;
2
- var W = (t, e, o) => e in t ? R(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
3
- var S = (t, e, o) => W(t, typeof e != "symbol" ? e + "" : e, o);
4
- import { useSyncExternalStore as I, useMemo as N, useEffect as U } from "react";
5
- const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt = 10, kt = 2, vt = [
1
+ import { useSyncExternalStore as L, useCallback as E } from "react";
2
+ const w = "en", rt = 20, dt = 1e5, at = 16, nt = 10, st = 10, pt = 2, ut = [
6
3
  "#000000",
7
4
  "#262626",
8
5
  "#595959",
@@ -73,7 +70,8 @@ const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt =
73
70
  "#061178",
74
71
  "#22075E",
75
72
  "#780650"
76
- ], Tt = [
73
+ ], mt = [
74
+ "Default",
77
75
  "Inter",
78
76
  "Comic Sans MS, Comic Sans",
79
77
  "serif",
@@ -89,7 +87,8 @@ const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt =
89
87
  "Lucida Console",
90
88
  "Monaco",
91
89
  "monospace"
92
- ], xt = [
90
+ ], gt = [
91
+ "Default",
93
92
  "10px",
94
93
  "11px",
95
94
  "12px",
@@ -104,165 +103,154 @@ const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt =
104
103
  "36px",
105
104
  "48px",
106
105
  "72px"
107
- ], yt = "default";
108
- var M = /* @__PURE__ */ ((t) => (t[t["size-small"] = 200] = "size-small", t[t["size-medium"] = 500] = "size-medium", t["size-large"] = "100%", t))(M || {}), K = /* @__PURE__ */ ((t) => (t[t["size-small"] = 480] = "size-small", t[t["size-medium"] = 640] = "size-medium", t["size-large"] = "100%", t))(K || {});
109
- const Ft = ["100%", "115%", "150%", "200%", "250%", "300%"], Ct = "1", _t = [
110
- "bold",
111
- "italic",
112
- "underline",
113
- "strike",
114
- "code",
115
- "link",
116
- "divider",
117
- "color",
118
- "highlight",
119
- "textAlign"
120
106
  ];
121
- function O({ update: t, notify: e, unwatched: o }) {
107
+ var B = /* @__PURE__ */ ((t) => (t[t["size-small"] = 200] = "size-small", t[t["size-medium"] = 500] = "size-medium", t["size-large"] = "100%", t))(B || {}), N = /* @__PURE__ */ ((t) => (t[t["size-small"] = 480] = "size-small", t[t["size-medium"] = 640] = "size-medium", t["size-large"] = "100%", t))(N || {});
108
+ const ct = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], ht = ["Paragraph", 1, 2, 3, 4, 5, 6];
109
+ function R({ update: t, notify: o, unwatched: l }) {
122
110
  return {
123
- link: a,
124
- unlink: u,
125
- propagate: k,
126
- checkDirty: f,
127
- shallowPropagate: b
111
+ link: p,
112
+ unlink: g,
113
+ propagate: C,
114
+ checkDirty: h,
115
+ shallowPropagate: f
128
116
  };
129
- function a(i, r, d) {
130
- const n = r.depsTail;
131
- if (n !== void 0 && n.dep === i)
117
+ function p(e, r, d) {
118
+ const a = r.depsTail;
119
+ if (a !== void 0 && a.dep === e)
132
120
  return;
133
- const l = n !== void 0 ? n.nextDep : r.deps;
134
- if (l !== void 0 && l.dep === i) {
135
- l.version = d, r.depsTail = l;
121
+ const i = a !== void 0 ? a.nextDep : r.deps;
122
+ if (i !== void 0 && i.dep === e) {
123
+ i.version = d, r.depsTail = i;
136
124
  return;
137
125
  }
138
- const s = i.subsTail;
139
- if (s !== void 0 && s.version === d && s.sub === r)
126
+ const n = e.subsTail;
127
+ if (n !== void 0 && n.version === d && n.sub === r)
140
128
  return;
141
- const p = r.depsTail = i.subsTail = {
129
+ const s = r.depsTail = e.subsTail = {
142
130
  version: d,
143
- dep: i,
131
+ dep: e,
144
132
  sub: r,
145
- prevDep: n,
146
- nextDep: l,
147
- prevSub: s,
133
+ prevDep: a,
134
+ nextDep: i,
135
+ prevSub: n,
148
136
  nextSub: void 0
149
137
  };
150
- l !== void 0 && (l.prevDep = p), n !== void 0 ? n.nextDep = p : r.deps = p, s !== void 0 ? s.nextSub = p : i.subs = p;
138
+ i !== void 0 && (i.prevDep = s), a !== void 0 ? a.nextDep = s : r.deps = s, n !== void 0 ? n.nextSub = s : e.subs = s;
151
139
  }
152
- function u(i, r = i.sub) {
153
- const d = i.dep, n = i.prevDep, l = i.nextDep, s = i.nextSub, p = i.prevSub;
154
- return l !== void 0 ? l.prevDep = n : r.depsTail = n, n !== void 0 ? n.nextDep = l : r.deps = l, s !== void 0 ? s.prevSub = p : d.subsTail = p, p !== void 0 ? p.nextSub = s : (d.subs = s) === void 0 && o(d), l;
140
+ function g(e, r = e.sub) {
141
+ const d = e.dep, a = e.prevDep, i = e.nextDep, n = e.nextSub, s = e.prevSub;
142
+ return i !== void 0 ? i.prevDep = a : r.depsTail = a, a !== void 0 ? a.nextDep = i : r.deps = i, n !== void 0 ? n.prevSub = s : d.subsTail = s, s !== void 0 ? s.nextSub = n : (d.subs = n) === void 0 && l(d), i;
155
143
  }
156
- function k(i) {
157
- let r = i.nextSub, d;
144
+ function C(e) {
145
+ let r = e.nextSub, d;
158
146
  t: do {
159
- const n = i.sub;
160
- let l = n.flags;
161
- if (l & 60 ? l & 12 ? l & 4 ? !(l & 48) && y(i, n) ? (n.flags = l | 40, l &= 1) : l = 0 : n.flags = l & -9 | 32 : l = 0 : n.flags = l | 32, l & 2 && e(n), l & 1) {
162
- const s = n.subs;
163
- if (s !== void 0) {
164
- const p = (i = s).nextSub;
165
- p !== void 0 && (d = { value: r, prev: d }, r = p);
147
+ const a = e.sub;
148
+ let i = a.flags;
149
+ if (i & 60 ? i & 12 ? i & 4 ? !(i & 48) && x(e, a) ? (a.flags = i | 40, i &= 1) : i = 0 : a.flags = i & -9 | 32 : i = 0 : a.flags = i | 32, i & 2 && o(a), i & 1) {
150
+ const n = a.subs;
151
+ if (n !== void 0) {
152
+ const s = (e = n).nextSub;
153
+ s !== void 0 && (d = { value: r, prev: d }, r = s);
166
154
  continue;
167
155
  }
168
156
  }
169
- if ((i = r) !== void 0) {
170
- r = i.nextSub;
157
+ if ((e = r) !== void 0) {
158
+ r = e.nextSub;
171
159
  continue;
172
160
  }
173
161
  for (; d !== void 0; )
174
- if (i = d.value, d = d.prev, i !== void 0) {
175
- r = i.nextSub;
162
+ if (e = d.value, d = d.prev, e !== void 0) {
163
+ r = e.nextSub;
176
164
  continue t;
177
165
  }
178
166
  break;
179
167
  } while (!0);
180
168
  }
181
- function f(i, r) {
182
- let d, n = 0, l = !1;
169
+ function h(e, r) {
170
+ let d, a = 0, i = !1;
183
171
  t: do {
184
- const s = i.dep, p = s.flags;
172
+ const n = e.dep, s = n.flags;
185
173
  if (r.flags & 16)
186
- l = !0;
187
- else if ((p & 17) === 17) {
188
- if (t(s)) {
189
- const m = s.subs;
190
- m.nextSub !== void 0 && b(m), l = !0;
174
+ i = !0;
175
+ else if ((s & 17) === 17) {
176
+ if (t(n)) {
177
+ const u = n.subs;
178
+ u.nextSub !== void 0 && f(u), i = !0;
191
179
  }
192
- } else if ((p & 33) === 33) {
193
- (i.nextSub !== void 0 || i.prevSub !== void 0) && (d = { value: i, prev: d }), i = s.deps, r = s, ++n;
180
+ } else if ((s & 33) === 33) {
181
+ (e.nextSub !== void 0 || e.prevSub !== void 0) && (d = { value: e, prev: d }), e = n.deps, r = n, ++a;
194
182
  continue;
195
183
  }
196
- if (!l) {
197
- const m = i.nextDep;
198
- if (m !== void 0) {
199
- i = m;
184
+ if (!i) {
185
+ const u = e.nextDep;
186
+ if (u !== void 0) {
187
+ e = u;
200
188
  continue;
201
189
  }
202
190
  }
203
- for (; n--; ) {
204
- const m = r.subs, z = m.nextSub !== void 0;
205
- if (z ? (i = d.value, d = d.prev) : i = m, l) {
191
+ for (; a--; ) {
192
+ const u = r.subs, F = u.nextSub !== void 0;
193
+ if (F ? (e = d.value, d = d.prev) : e = u, i) {
206
194
  if (t(r)) {
207
- z && b(m), r = i.sub;
195
+ F && f(u), r = e.sub;
208
196
  continue;
209
197
  }
210
- l = !1;
198
+ i = !1;
211
199
  } else
212
200
  r.flags &= -33;
213
- r = i.sub;
214
- const A = i.nextDep;
215
- if (A !== void 0) {
216
- i = A;
201
+ r = e.sub;
202
+ const z = e.nextDep;
203
+ if (z !== void 0) {
204
+ e = z;
217
205
  continue t;
218
206
  }
219
207
  }
220
- return l;
208
+ return i;
221
209
  } while (!0);
222
210
  }
223
- function b(i) {
211
+ function f(e) {
224
212
  do {
225
- const r = i.sub, d = r.flags;
226
- (d & 48) === 32 && (r.flags = d | 16, (d & 6) === 2 && e(r));
227
- } while ((i = i.nextSub) !== void 0);
213
+ const r = e.sub, d = r.flags;
214
+ (d & 48) === 32 && (r.flags = d | 16, (d & 6) === 2 && o(r));
215
+ } while ((e = e.nextSub) !== void 0);
228
216
  }
229
- function y(i, r) {
217
+ function x(e, r) {
230
218
  let d = r.depsTail;
231
219
  for (; d !== void 0; ) {
232
- if (d === i)
220
+ if (d === e)
233
221
  return !0;
234
222
  d = d.prevDep;
235
223
  }
236
224
  return !1;
237
225
  }
238
226
  }
239
- let C = 0, v = 0, T = 0, h;
240
- const g = [], { link: L, unlink: D, propagate: V, checkDirty: q, shallowPropagate: H } = O({
227
+ let T = 0, b = 0, k = 0, c;
228
+ const m = [], { link: A, unlink: _, propagate: P, checkDirty: U, shallowPropagate: j } = R({
241
229
  update(t) {
242
- return t.depsTail !== void 0 ? Y(t) : E(t);
230
+ return t.depsTail !== void 0 ? M(t) : S(t);
243
231
  },
244
232
  notify(t) {
245
- var a;
246
- let e = T, o = e;
233
+ var p;
234
+ let o = k, l = o;
247
235
  do
248
- if (t.flags &= -3, g[e++] = t, t = (a = t.subs) == null ? void 0 : a.sub, t === void 0 || !(t.flags & 2))
236
+ if (t.flags &= -3, m[o++] = t, t = (p = t.subs) == null ? void 0 : p.sub, t === void 0 || !(t.flags & 2))
249
237
  break;
250
238
  while (!0);
251
- for (T = e; o < --e; ) {
252
- const u = g[o];
253
- g[o++] = g[e], g[e] = u;
239
+ for (k = o; l < --o; ) {
240
+ const g = m[l];
241
+ m[l++] = m[o], m[o] = g;
254
242
  }
255
243
  },
256
244
  unwatched(t) {
257
- t.flags & 1 ? t.depsTail !== void 0 && (t.depsTail = void 0, t.flags = 17, x(t)) : w.call(t);
245
+ t.flags & 1 ? t.depsTail !== void 0 && (t.depsTail = void 0, t.flags = 17, v(t)) : D.call(t);
258
246
  }
259
247
  });
260
- function _(t) {
261
- const e = h;
262
- return h = t, e;
248
+ function y(t) {
249
+ const o = c;
250
+ return c = t, o;
263
251
  }
264
- function G(t) {
265
- return Q.bind({
252
+ function W(t) {
253
+ return O.bind({
266
254
  currentValue: t,
267
255
  pendingValue: t,
268
256
  subs: void 0,
@@ -270,157 +258,125 @@ function G(t) {
270
258
  flags: 1
271
259
  });
272
260
  }
273
- function X(t) {
274
- const e = {
261
+ function I(t) {
262
+ const o = {
275
263
  fn: t,
276
264
  subs: void 0,
277
265
  subsTail: void 0,
278
266
  deps: void 0,
279
267
  depsTail: void 0,
280
268
  flags: 6
281
- }, o = _(e);
282
- o !== void 0 && L(e, o, 0);
269
+ }, l = y(o);
270
+ l !== void 0 && A(o, l, 0);
283
271
  try {
284
- e.fn();
272
+ o.fn();
285
273
  } finally {
286
- h = o, e.flags &= -5;
274
+ c = l, o.flags &= -5;
287
275
  }
288
- return Z.bind(e);
276
+ return q.bind(o);
289
277
  }
290
- function Y(t) {
291
- ++C, t.depsTail = void 0, t.flags = 5;
292
- const e = _(t);
278
+ function M(t) {
279
+ ++T, t.depsTail = void 0, t.flags = 5;
280
+ const o = y(t);
293
281
  try {
294
- const o = t.value;
295
- return o !== (t.value = t.getter(o));
282
+ const l = t.value;
283
+ return l !== (t.value = t.getter(l));
296
284
  } finally {
297
- h = e, t.flags &= -5, x(t);
285
+ c = o, t.flags &= -5, v(t);
298
286
  }
299
287
  }
300
- function E(t) {
288
+ function S(t) {
301
289
  return t.flags = 1, t.currentValue !== (t.currentValue = t.pendingValue);
302
290
  }
303
- function $(t) {
304
- const e = t.flags;
305
- if (e & 16 || e & 32 && q(t.deps, t)) {
306
- ++C, t.depsTail = void 0, t.flags = 6;
307
- const o = _(t);
291
+ function K(t) {
292
+ const o = t.flags;
293
+ if (o & 16 || o & 32 && U(t.deps, t)) {
294
+ ++T, t.depsTail = void 0, t.flags = 6;
295
+ const l = y(t);
308
296
  try {
309
297
  t.fn();
310
298
  } finally {
311
- h = o, t.flags &= -5, x(t);
299
+ c = l, t.flags &= -5, v(t);
312
300
  }
313
301
  } else
314
302
  t.flags = 2;
315
303
  }
316
- function J() {
317
- for (; v < T; ) {
318
- const t = g[v];
319
- g[v++] = void 0, $(t);
304
+ function V() {
305
+ for (; b < k; ) {
306
+ const t = m[b];
307
+ m[b++] = void 0, K(t);
320
308
  }
321
- v = 0, T = 0;
309
+ b = 0, k = 0;
322
310
  }
323
- function Q(...t) {
324
- var e;
311
+ function O(...t) {
312
+ var o;
325
313
  if (t.length) {
326
314
  if (this.pendingValue !== (this.pendingValue = t[0])) {
327
315
  this.flags = 17;
328
- const o = this.subs;
329
- o !== void 0 && (V(o), J());
316
+ const l = this.subs;
317
+ l !== void 0 && (P(l), V());
330
318
  }
331
319
  } else {
332
- if (this.flags & 16 && E(this)) {
333
- const a = this.subs;
334
- a !== void 0 && H(a);
320
+ if (this.flags & 16 && S(this)) {
321
+ const p = this.subs;
322
+ p !== void 0 && j(p);
335
323
  }
336
- let o = h;
337
- for (; o !== void 0; ) {
338
- if (o.flags & 3) {
339
- L(this, o, C);
324
+ let l = c;
325
+ for (; l !== void 0; ) {
326
+ if (l.flags & 3) {
327
+ A(this, l, T);
340
328
  break;
341
329
  }
342
- o = (e = o.subs) == null ? void 0 : e.sub;
330
+ l = (o = l.subs) == null ? void 0 : o.sub;
343
331
  }
344
332
  return this.currentValue;
345
333
  }
346
334
  }
347
- function Z() {
348
- w.call(this);
335
+ function q() {
336
+ D.call(this);
349
337
  }
350
- function w() {
351
- this.depsTail = void 0, this.flags = 0, x(this);
338
+ function D() {
339
+ this.depsTail = void 0, this.flags = 0, v(this);
352
340
  const t = this.subs;
353
- t !== void 0 && D(t);
341
+ t !== void 0 && _(t);
354
342
  }
355
- function x(t) {
356
- const e = t.depsTail;
357
- let o = e !== void 0 ? e.nextDep : t.deps;
358
- for (; o !== void 0; )
359
- o = D(o, t);
343
+ function v(t) {
344
+ const o = t.depsTail;
345
+ let l = o !== void 0 ? o.nextDep : t.deps;
346
+ for (; l !== void 0; )
347
+ l = _(l, t);
360
348
  }
361
- function tt(t) {
362
- return G(t);
349
+ function G(t) {
350
+ return W(t);
363
351
  }
364
- function et(t) {
365
- return [I((e) => {
366
- let o = X(() => {
367
- t(), e();
352
+ function H(t) {
353
+ return [L((o) => {
354
+ let l = I(() => {
355
+ t(), o();
368
356
  });
369
- return () => o();
370
- }, () => t(), () => t()), (e) => {
371
- t(typeof e == "function" ? e(t()) : e);
357
+ return () => l();
358
+ }, () => t(), () => t()), (o) => {
359
+ t(typeof o == "function" ? o(t()) : o);
372
360
  }];
373
361
  }
374
- function ot(t) {
375
- return t = t || /* @__PURE__ */ new Map(), {
376
- /**
377
- * A Map of event names to registered handler functions.
378
- */
379
- all: t,
380
- /**
381
- * Register an event handler for the given type.
382
- * @param {string|symbol} type Type of event to listen for, or `'*'` for all events
383
- * @param {Function} handler Function to call in response to given event
384
- * @memberOf mitt
385
- */
386
- //@ts-expect-error
387
- on(e, o) {
388
- const a = t.get(e);
389
- a ? a.push(o) : t.set(e, [o]);
390
- },
391
- /**
392
- * Remove an event handler for the given type.
393
- * If `handler` is omitted, all handlers of the given type are removed.
394
- * @param {string|symbol} type Type of event to unregister `handler` from (`'*'` to remove a wildcard handler)
395
- * @param {Function} [handler] Handler function to remove
396
- * @memberOf mitt
397
- */
398
- //@ts-expect-error
399
- off(e, o) {
400
- const a = t.get(e);
401
- a && (o ? a.splice(a.indexOf(o) >>> 0, 1) : t.set(e, []));
402
- },
403
- /**
404
- * Invoke all handlers for the given type.
405
- * If present, `'*'` handlers are invoked after type-matched handlers.
406
- *
407
- * Note: Manually firing '*' handlers is not supported.
408
- *
409
- * @param {string|symbol} type The event type to invoke
410
- * @param {Any} [evt] Any value (object is recommended and powerful), passed to each handler
411
- * @memberOf mitt
412
- */
413
- emit(e, o) {
414
- let a = t.get(e);
415
- a && [...a].map((u) => {
416
- u(o);
417
- }), a = t.get("*"), a && [...a].map((u) => {
418
- u(e, o);
419
- });
420
- }
362
+ function ft(t, o) {
363
+ return window.addEventListener(t, o), () => {
364
+ window.removeEventListener(t, o);
421
365
  };
422
366
  }
423
- const it = {
367
+ function X(t, o) {
368
+ window.dispatchEvent(
369
+ new CustomEvent(t, {
370
+ detail: o
371
+ })
372
+ );
373
+ }
374
+ const Y = {
375
+ UPLOAD_IMAGE: (t) => `UPLOAD_IMAGE-${t}`,
376
+ UPLOAD_VIDEO: (t) => `UPLOAD_VIDEO-${t}`,
377
+ UPDATE_THEME: (t) => `UPDATE_THEME-${t}`,
378
+ CHANGE_LANGUAGE: "CHANGE_LANGUAGE"
379
+ }, $ = {
424
380
  "editor.remove": "Remove",
425
381
  "editor.copy": "Copy",
426
382
  "editor.words": "WORDS",
@@ -583,6 +539,7 @@ const it = {
583
539
  "editor.textDirection.auto.tooltip": "Auto",
584
540
  "editor.textDirection.ltr.tooltip": "Left to Right",
585
541
  "editor.textDirection.rtl.tooltip": "Right to Left",
542
+ "editor.textDirection.unset.tooltip": "Unset",
586
543
  "editor.attachment.tooltip": "Attachment",
587
544
  "editor.attachment.uploading": "Uploading",
588
545
  "editor.attachment.please_upload": "Please upload the file",
@@ -596,7 +553,184 @@ const it = {
596
553
  "editor.upload.fileTypeNotSupported": "{fileName} file type not supported",
597
554
  "editor.upload.fileSizeTooBig": "{fileName} file size too big, maximum size is {size}MB",
598
555
  "editor.upload.error": "Error uploading file"
599
- }, lt = {
556
+ }, J = {
557
+ "editor.remove": "Poista",
558
+ "editor.copy": "Kopioi",
559
+ "editor.words": "SANAT",
560
+ "editor.characters": "MERKIT",
561
+ "editor.default": "Oletus",
562
+ "editor.recent": "Viimeksi käytetyt",
563
+ "editor.nofill": "Ei täyttöä",
564
+ "editor.format": "Muotoilun kopioija",
565
+ "editor.delete": "Poista",
566
+ "editor.edit": "Muokkaa",
567
+ "editor.settings": "Asetukset",
568
+ "editor.table_of_content": "Sisällysluettelo",
569
+ "editor.draghandle.tooltip": "Muokkaa",
570
+ "editor.copyToClipboard": "Kopioi leikepöydälle",
571
+ "editor.slash": "Paina '/' nähdäksesi komennot",
572
+ "editor.slash.empty": "Ei tuloksia",
573
+ "editor.slash.format": "Muotoile",
574
+ "editor.slash.insert": "Lisää",
575
+ "editor.slash.embed": "Upota palvelut",
576
+ "editor.content": "Syötä sisältö",
577
+ "editor.fontFamily.tooltip": "Fontti",
578
+ "editor.fontFamily.default.tooltip": "Oletus",
579
+ "editor.moremark": "Lisää tekstityylejä",
580
+ "editor.size.small.tooltip": "Pieni",
581
+ "editor.size.medium.tooltip": "Keskikokoinen",
582
+ "editor.size.large.tooltip": "Iso",
583
+ "editor.bold.tooltip": "Lihavointi",
584
+ "editor.italic.tooltip": "Kursivointi",
585
+ "editor.underline.tooltip": "Alleviivaus",
586
+ "editor.strike.tooltip": "Yliviivaus",
587
+ "editor.color.tooltip": "Väri",
588
+ "editor.color.more": "Lisää värejä",
589
+ "editor.highlight.tooltip": "Korosta",
590
+ "editor.lineheight.tooltip": "Riviväli",
591
+ "editor.heading.tooltip": "Otsikot",
592
+ "editor.heading.h1.tooltip": "Otsikko 1",
593
+ "editor.heading.h2.tooltip": "Otsikko 2",
594
+ "editor.heading.h3.tooltip": "Otsikko 3",
595
+ "editor.heading.h4.tooltip": "Otsikko 4",
596
+ "editor.heading.h5.tooltip": "Otsikko 5",
597
+ "editor.heading.h6.tooltip": "Otsikko 6",
598
+ "editor.paragraph.tooltip": "Kappale",
599
+ "editor.textalign.tooltip": "Tasaus",
600
+ "editor.textalign.left.tooltip": "Vasen",
601
+ "editor.textalign.center.tooltip": "Keski",
602
+ "editor.textalign.right.tooltip": "Oikea",
603
+ "editor.textalign.justify.tooltip": "Tasaa",
604
+ "editor.indent": "Sisennys",
605
+ "editor.indent.indent": "Lisää sisennystä",
606
+ "editor.indent.outdent": "Vähennä sisennystä",
607
+ "editor.fontSize.tooltip": "Fontin koko",
608
+ "editor.fontSize.default.tooltip": "Oletus",
609
+ "editor.superscript.tooltip": "Yläindeksi",
610
+ "editor.subscript.tooltip": "Alaindeksi",
611
+ "editor.bulletlist.tooltip": "Lista",
612
+ "editor.orderedlist.tooltip": "Numeroitu lista",
613
+ "editor.tasklist.tooltip": "Tehtävälista",
614
+ "editor.indent.tooltip": "Sisennä",
615
+ "editor.outdent.tooltip": "Poista sisennys",
616
+ "editor.columns.tooltip": "Sarakkeet",
617
+ "editor.link.tooltip": "Linkki",
618
+ "editor.link.unlink.tooltip": "Poista linkki",
619
+ "editor.link.open.tooltip": "Avaa linkki",
620
+ "editor.link.edit.tooltip": "Muokkaa linkkiä",
621
+ "editor.link.dialog.title": "Lisää linkki",
622
+ "editor.link.dialog.link": "Linkki",
623
+ "editor.link.dialog.text": "Teksti",
624
+ "editor.link.dialog.openInNewTab": "Avaa uudessa välilehdessä",
625
+ "editor.link.dialog.link.placeholder": "Linkin osoite",
626
+ "editor.link.dialog.text.placeholder": "Lisää kuvaus",
627
+ "editor.link.dialog.button.apply": "Käytä",
628
+ "editor.image.tooltip": "Kuva",
629
+ "editor.image.dragger.tooltip": "Klikkaa tai pudota kuva ladataksesi",
630
+ "editor.image.float.left.tooltip": "Asemoi vasemmalle",
631
+ "editor.image.float.none.tooltip": "Ei asemointia",
632
+ "editor.image.float.right.tooltip": "Asemoi oikealle",
633
+ "editor.image.dialog.title": "Lisää kuva",
634
+ "editor.image.dialog.tab.url": "Url",
635
+ "editor.image.dialog.tab.upload": "Lataa",
636
+ "editor.image.dialog.tab.uploadCrop": "Lataa & Rajaa",
637
+ "editor.image.dialog.uploading": "Ladataan",
638
+ "editor.link.dialog.inline": "Rivissä",
639
+ "editor.image.dialog.form.link": "Linkki",
640
+ "editor.image.dialog.placeholder": "Linkki",
641
+ "editor.image.dialog.form.alt": "Alt",
642
+ "editor.image.dialog.form.aspectRatio": "Lukitse alkuperäinen kuvasuhde",
643
+ "editor.image.dialog.form.file": "Tiedosto",
644
+ "editor.image.dialog.button.apply": "Käytä",
645
+ "editor.video.tooltip": "Video",
646
+ "editor.video.dialog.tab.upload": "Lataa",
647
+ "editor.video.dialog.uploading": "Ladataan",
648
+ "editor.video.dialog.title": "Upota tai lataa video",
649
+ "editor.video.dialog.link": "Linkki",
650
+ "editor.video.dialog.placeholder": "Linkki",
651
+ "editor.video.dialog.button.apply": "Käytä",
652
+ "editor.table.tooltip": "Taulukko",
653
+ "editor.table.menu.insert_table": "Lisää taulukko",
654
+ "editor.table.menu.insert_table.with_header_row": "Otsikkorivillä",
655
+ "editor.table.menu.add_column_before": "Lisää sarake ennen",
656
+ "editor.table.menu.add_column_after": "Lisää sarake jälkeen",
657
+ "editor.table.menu.delete_column": "Poista sarake",
658
+ "editor.table.menu.add_row_before": "Lisää rivi ennen",
659
+ "editor.table.menu.add_row_after": "Lisää rivi jälkeen",
660
+ "editor.table.menu.delete_row": "Poista rivi",
661
+ "editor.table.menu.merge_or_split_cells": "Yhdistä tai jaa solut",
662
+ "editor.table.menu.delete_table": "Poista taulukko",
663
+ "editor.blockquote.tooltip": "Lainaus",
664
+ "editor.horizontalrule.tooltip": "Vaakaviiva",
665
+ "editor.code.tooltip": "Koodi",
666
+ "editor.codeblock.tooltip": "Koodilohko",
667
+ "editor.clear.tooltip": "Tyhjennä muotoilu",
668
+ "editor.undo.tooltip": "Kumoa",
669
+ "editor.redo.tooltip": "Tee uudelleen",
670
+ "editor.fullscreen.tooltip.fullscreen": "Koko näyttö",
671
+ "editor.fullscreen.tooltip.exit": "Poistu koko näytöstä",
672
+ "editor.imageUpload.cancel": "Peruuta",
673
+ "editor.imageUpload.crop": "Rajaa",
674
+ "editor.imageUpload.uploading": "Ladataan...",
675
+ "editor.imageUpload.alt": "Alt-Teksti",
676
+ "editor.imageUpload.fileTypeNotSupported": "Tiedostotyyppi ei tuettu",
677
+ "editor.imageUpload.fileSizeTooBig": "Tiedosto liian suuri, suurin sallittu koko on",
678
+ "editor.table.menu.insertColumnBefore": "Lisää sarake ennen",
679
+ "editor.table.menu.insertColumnAfter": "Lisää sarake jälkeen",
680
+ "editor.table.menu.deleteColumn": "Poista sarake",
681
+ "editor.table.menu.insertRowAbove": "Lisää rivi yläpuolelle",
682
+ "editor.table.menu.insertRowBelow": "Lisää rivi alapuolelle",
683
+ "editor.table.menu.deleteRow": "Poista rivi",
684
+ "editor.table.menu.mergeCells": "Yhdistä solut",
685
+ "editor.table.menu.splitCells": "Jaa solut",
686
+ "editor.table.menu.deleteTable": "Poista taulukko",
687
+ "editor.table.menu.setCellsBgColor": "Solun taustaväri",
688
+ "editor.emoji.tooltip": "Emoji",
689
+ "editor.iframe.tooltip": "Iframe",
690
+ "editor.searchAndReplace.tooltip": "Etsi ja korvaa",
691
+ "editor.search.dialog.text": "Etsi",
692
+ "editor.replace.dialog.text": "Korvaa",
693
+ "editor.replaceAll.dialog.text": "Korvaa kaikki",
694
+ "editor.previous.dialog.text": "Edellinen",
695
+ "editor.next.dialog.text": "Seuraava",
696
+ no_result_found: "Ei tuloksia",
697
+ "Smileys & People": "Hymiöt & Ihmiset",
698
+ "Animals & Nature": "Eläimet & Luonto",
699
+ "Food & Drink": "Ruoka & Juoma",
700
+ Activity: "Toiminta",
701
+ "Travel & Places": "Matkat & Paikat",
702
+ Object: "Esineet",
703
+ Symbol: "Symbolit",
704
+ Flags: "Liput",
705
+ "Frequently used": "Usein käytetyt",
706
+ "editor.formula.dialog.text": "Kaava",
707
+ "editor.katex.tooltip": "Matemaattinen kaava",
708
+ "editor.exportPdf.tooltip": "Vie PDF",
709
+ "editor.exportWord.tooltip": "Vie Word",
710
+ "editor.importWord.tooltip": "Tuo Word",
711
+ "editor.importWord.limitSize": "Tiedoston koko ei saa ylittää",
712
+ "editor.importWord.converting": "Muunnetaan Word-dokumenttia, odota...",
713
+ "editor.importWord.convertError": "Virhe Word-dokumentin käsittelyssä",
714
+ "editor.importWord.importError": "Virhe Word-dokumentin tuonnissa",
715
+ "editor.textDirection.tooltip": "Tekstin suunta",
716
+ "editor.textDirection.auto.tooltip": "Automaattinen",
717
+ "editor.textDirection.ltr.tooltip": "Vasemmalta oikealle",
718
+ "editor.textDirection.rtl.tooltip": "Oikealta vasemmalle",
719
+ "editor.textDirection.unset.tooltip": "Poista asetus",
720
+ "editor.attachment.tooltip": "Liite",
721
+ "editor.attachment.uploading": "Ladataan",
722
+ "editor.attachment.please_upload": "Lataa tiedosto",
723
+ "editor.imageGif.tooltip": "Gif",
724
+ "editor.replace.caseSensitive": "Huomioi isot ja pienet kirjaimet",
725
+ "editor.mermaid.tooltip": "Mermaid",
726
+ "editor.twitter.tooltip": "Twitter",
727
+ "editor.codeView.tooltip": "Koodinäkymä",
728
+ "editor.tooltip.flipX": "Käännä vaakasuunnassa",
729
+ "editor.tooltip.flipY": "Käännä pystysuunnassa",
730
+ "editor.upload.fileTypeNotSupported": "{fileName}-tiedostotyyppi ei tuettu",
731
+ "editor.upload.fileSizeTooBig": "{fileName}-tiedosto liian suuri, suurin sallittu koko on {size}MB",
732
+ "editor.upload.error": "Virhe tiedoston latauksessa"
733
+ }, Q = {
600
734
  "editor.remove": "Eltávolítás",
601
735
  "editor.copy": "Másolás",
602
736
  "editor.words": "SZAVAK",
@@ -759,6 +893,7 @@ const it = {
759
893
  "editor.textDirection.auto.tooltip": "Automatikus",
760
894
  "editor.textDirection.ltr.tooltip": "Balról jobbra",
761
895
  "editor.textDirection.rtl.tooltip": "Jobbról balra",
896
+ "editor.textDirection.unset.tooltip": "Beállítás visszavonása",
762
897
  "editor.attachment.tooltip": "Csatolmány",
763
898
  "editor.attachment.uploading": "Feltöltés alatt",
764
899
  "editor.attachment.please_upload": "Töltse fel a fájlt",
@@ -772,7 +907,7 @@ const it = {
772
907
  "editor.upload.fileTypeNotSupported": "{fileName} fájltípus nem támogatott",
773
908
  "editor.upload.fileSizeTooBig": "{fileName} fájlméret túl nagy, maximális méret {size}MB",
774
909
  "editor.upload.error": "Hiba a fájl feltöltésekor"
775
- }, rt = {
910
+ }, Z = {
776
911
  "editor.remove": "Remover",
777
912
  "editor.copy": "Copiar",
778
913
  "editor.words": "PALAVRAS",
@@ -935,6 +1070,7 @@ const it = {
935
1070
  "editor.textDirection.auto.tooltip": "Automático",
936
1071
  "editor.textDirection.ltr.tooltip": "Esquerda para Direita",
937
1072
  "editor.textDirection.rtl.tooltip": "Direita para Esquerda",
1073
+ "editor.textDirection.unset.tooltip": "Desconfigurar",
938
1074
  "editor.attachment.tooltip": "Anexo",
939
1075
  "editor.attachment.uploading": "Enviando",
940
1076
  "editor.attachment.please_upload": "Por favor, envie o arquivo",
@@ -948,7 +1084,7 @@ const it = {
948
1084
  "editor.upload.fileTypeNotSupported": "{fileName} tipo de arquivo não suportado",
949
1085
  "editor.upload.fileSizeTooBig": "{fileName} tamanho do arquivo muito grande, o tamanho máximo é {size}MB",
950
1086
  "editor.upload.error": "Erro ao enviar arquivo"
951
- }, dt = {
1087
+ }, tt = {
952
1088
  "editor.remove": "Xóa",
953
1089
  "editor.copy": "Sao chép",
954
1090
  "editor.words": "TỪ",
@@ -1111,6 +1247,7 @@ const it = {
1111
1247
  "editor.textDirection.auto.tooltip": "Tự động",
1112
1248
  "editor.textDirection.ltr.tooltip": "Trái sang Phải",
1113
1249
  "editor.textDirection.rtl.tooltip": "Phải sang Trái",
1250
+ "editor.textDirection.unset.tooltip": "Bỏ đặt",
1114
1251
  "editor.attachment.tooltip": "Đính kèm",
1115
1252
  "editor.attachment.uploading": "Đang tải lên",
1116
1253
  "editor.attachment.please_upload": "Vui lòng tải lên tệp",
@@ -1124,7 +1261,7 @@ const it = {
1124
1261
  "editor.upload.fileTypeNotSupported": "{fileName} loại tệp không được hỗ trợ",
1125
1262
  "editor.upload.fileSizeTooBig": "{fileName} kích thước tệp quá lớn, kích thước tối đa là {size}MB",
1126
1263
  "editor.upload.error": "Lỗi khi tải lên tệp"
1127
- }, at = {
1264
+ }, et = {
1128
1265
  "editor.remove": "移除",
1129
1266
  "editor.copy": "复制",
1130
1267
  "editor.words": "字数",
@@ -1287,6 +1424,7 @@ const it = {
1287
1424
  "editor.textDirection.auto.tooltip": "自动",
1288
1425
  "editor.textDirection.ltr.tooltip": "从左到右",
1289
1426
  "editor.textDirection.rtl.tooltip": "从右到左",
1427
+ "editor.textDirection.unset.tooltip": "取消设置",
1290
1428
  "editor.attachment.tooltip": "附件",
1291
1429
  "editor.attachment.uploading": "上传中",
1292
1430
  "editor.attachment.please_upload": "请上传文件",
@@ -1300,298 +1438,61 @@ const it = {
1300
1438
  "editor.upload.fileTypeNotSupported": "{fileName} 文件类型不受支持",
1301
1439
  "editor.upload.fileSizeTooBig": "{fileName} 文件大小超出限制,最大大小为 {size}MB",
1302
1440
  "editor.upload.error": "上传文件时出错"
1303
- }, nt = {
1304
- "editor.remove": "Poista",
1305
- "editor.copy": "Kopioi",
1306
- "editor.words": "SANAT",
1307
- "editor.characters": "MERKIT",
1308
- "editor.default": "Oletus",
1309
- "editor.recent": "Viimeksi käytetyt",
1310
- "editor.nofill": "Ei täyttöä",
1311
- "editor.format": "Muotoilun kopioija",
1312
- "editor.delete": "Poista",
1313
- "editor.edit": "Muokkaa",
1314
- "editor.settings": "Asetukset",
1315
- "editor.table_of_content": "Sisällysluettelo",
1316
- "editor.draghandle.tooltip": "Muokkaa",
1317
- "editor.copyToClipboard": "Kopioi leikepöydälle",
1318
- "editor.slash": "Paina '/' nähdäksesi komennot",
1319
- "editor.slash.empty": "Ei tuloksia",
1320
- "editor.slash.format": "Muotoile",
1321
- "editor.slash.insert": "Lisää",
1322
- "editor.slash.embed": "Upota palvelut",
1323
- "editor.content": "Syötä sisältö",
1324
- "editor.fontFamily.tooltip": "Fontti",
1325
- "editor.fontFamily.default.tooltip": "Oletus",
1326
- "editor.moremark": "Lisää tekstityylejä",
1327
- "editor.size.small.tooltip": "Pieni",
1328
- "editor.size.medium.tooltip": "Keskikokoinen",
1329
- "editor.size.large.tooltip": "Iso",
1330
- "editor.bold.tooltip": "Lihavointi",
1331
- "editor.italic.tooltip": "Kursivointi",
1332
- "editor.underline.tooltip": "Alleviivaus",
1333
- "editor.strike.tooltip": "Yliviivaus",
1334
- "editor.color.tooltip": "Väri",
1335
- "editor.color.more": "Lisää värejä",
1336
- "editor.highlight.tooltip": "Korosta",
1337
- "editor.lineheight.tooltip": "Riviväli",
1338
- "editor.heading.tooltip": "Otsikot",
1339
- "editor.heading.h1.tooltip": "Otsikko 1",
1340
- "editor.heading.h2.tooltip": "Otsikko 2",
1341
- "editor.heading.h3.tooltip": "Otsikko 3",
1342
- "editor.heading.h4.tooltip": "Otsikko 4",
1343
- "editor.heading.h5.tooltip": "Otsikko 5",
1344
- "editor.heading.h6.tooltip": "Otsikko 6",
1345
- "editor.paragraph.tooltip": "Kappale",
1346
- "editor.textalign.tooltip": "Tasaus",
1347
- "editor.textalign.left.tooltip": "Vasen",
1348
- "editor.textalign.center.tooltip": "Keski",
1349
- "editor.textalign.right.tooltip": "Oikea",
1350
- "editor.textalign.justify.tooltip": "Tasaa",
1351
- "editor.indent": "Sisennys",
1352
- "editor.indent.indent": "Lisää sisennystä",
1353
- "editor.indent.outdent": "Vähennä sisennystä",
1354
- "editor.fontSize.tooltip": "Fontin koko",
1355
- "editor.fontSize.default.tooltip": "Oletus",
1356
- "editor.superscript.tooltip": "Yläindeksi",
1357
- "editor.subscript.tooltip": "Alaindeksi",
1358
- "editor.bulletlist.tooltip": "Lista",
1359
- "editor.orderedlist.tooltip": "Numeroitu lista",
1360
- "editor.tasklist.tooltip": "Tehtävälista",
1361
- "editor.indent.tooltip": "Sisennä",
1362
- "editor.outdent.tooltip": "Poista sisennys",
1363
- "editor.columns.tooltip": "Sarakkeet",
1364
- "editor.link.tooltip": "Linkki",
1365
- "editor.link.unlink.tooltip": "Poista linkki",
1366
- "editor.link.open.tooltip": "Avaa linkki",
1367
- "editor.link.edit.tooltip": "Muokkaa linkkiä",
1368
- "editor.link.dialog.title": "Lisää linkki",
1369
- "editor.link.dialog.link": "Linkki",
1370
- "editor.link.dialog.text": "Teksti",
1371
- "editor.link.dialog.openInNewTab": "Avaa uudessa välilehdessä",
1372
- "editor.link.dialog.link.placeholder": "Linkin osoite",
1373
- "editor.link.dialog.text.placeholder": "Lisää kuvaus",
1374
- "editor.link.dialog.button.apply": "Käytä",
1375
- "editor.image.tooltip": "Kuva",
1376
- "editor.image.dragger.tooltip": "Klikkaa tai pudota kuva ladataksesi",
1377
- "editor.image.float.left.tooltip": "Asemoi vasemmalle",
1378
- "editor.image.float.none.tooltip": "Ei asemointia",
1379
- "editor.image.float.right.tooltip": "Asemoi oikealle",
1380
- "editor.image.dialog.title": "Lisää kuva",
1381
- "editor.image.dialog.tab.url": "Url",
1382
- "editor.image.dialog.tab.upload": "Lataa",
1383
- "editor.image.dialog.tab.uploadCrop": "Lataa & Rajaa",
1384
- "editor.image.dialog.uploading": "Ladataan",
1385
- "editor.link.dialog.inline": "Rivissä",
1386
- "editor.image.dialog.form.link": "Linkki",
1387
- "editor.image.dialog.placeholder": "Linkki",
1388
- "editor.image.dialog.form.alt": "Alt",
1389
- "editor.image.dialog.form.aspectRatio": "Lukitse alkuperäinen kuvasuhde",
1390
- "editor.image.dialog.form.file": "Tiedosto",
1391
- "editor.image.dialog.button.apply": "Käytä",
1392
- "editor.video.tooltip": "Video",
1393
- "editor.video.dialog.tab.upload": "Lataa",
1394
- "editor.video.dialog.uploading": "Ladataan",
1395
- "editor.video.dialog.title": "Upota tai lataa video",
1396
- "editor.video.dialog.link": "Linkki",
1397
- "editor.video.dialog.placeholder": "Linkki",
1398
- "editor.video.dialog.button.apply": "Käytä",
1399
- "editor.table.tooltip": "Taulukko",
1400
- "editor.table.menu.insert_table": "Lisää taulukko",
1401
- "editor.table.menu.insert_table.with_header_row": "Otsikkorivillä",
1402
- "editor.table.menu.add_column_before": "Lisää sarake ennen",
1403
- "editor.table.menu.add_column_after": "Lisää sarake jälkeen",
1404
- "editor.table.menu.delete_column": "Poista sarake",
1405
- "editor.table.menu.add_row_before": "Lisää rivi ennen",
1406
- "editor.table.menu.add_row_after": "Lisää rivi jälkeen",
1407
- "editor.table.menu.delete_row": "Poista rivi",
1408
- "editor.table.menu.merge_or_split_cells": "Yhdistä tai jaa solut",
1409
- "editor.table.menu.delete_table": "Poista taulukko",
1410
- "editor.blockquote.tooltip": "Lainaus",
1411
- "editor.horizontalrule.tooltip": "Vaakaviiva",
1412
- "editor.code.tooltip": "Koodi",
1413
- "editor.codeblock.tooltip": "Koodilohko",
1414
- "editor.clear.tooltip": "Tyhjennä muotoilu",
1415
- "editor.undo.tooltip": "Kumoa",
1416
- "editor.redo.tooltip": "Tee uudelleen",
1417
- "editor.fullscreen.tooltip.fullscreen": "Koko näyttö",
1418
- "editor.fullscreen.tooltip.exit": "Poistu koko näytöstä",
1419
- "editor.imageUpload.cancel": "Peruuta",
1420
- "editor.imageUpload.crop": "Rajaa",
1421
- "editor.imageUpload.uploading": "Ladataan...",
1422
- "editor.imageUpload.alt": "Alt-Teksti",
1423
- "editor.imageUpload.fileTypeNotSupported": "Tiedostotyyppi ei tuettu",
1424
- "editor.imageUpload.fileSizeTooBig": "Tiedosto liian suuri, suurin sallittu koko on",
1425
- "editor.table.menu.insertColumnBefore": "Lisää sarake ennen",
1426
- "editor.table.menu.insertColumnAfter": "Lisää sarake jälkeen",
1427
- "editor.table.menu.deleteColumn": "Poista sarake",
1428
- "editor.table.menu.insertRowAbove": "Lisää rivi yläpuolelle",
1429
- "editor.table.menu.insertRowBelow": "Lisää rivi alapuolelle",
1430
- "editor.table.menu.deleteRow": "Poista rivi",
1431
- "editor.table.menu.mergeCells": "Yhdistä solut",
1432
- "editor.table.menu.splitCells": "Jaa solut",
1433
- "editor.table.menu.deleteTable": "Poista taulukko",
1434
- "editor.table.menu.setCellsBgColor": "Solun taustaväri",
1435
- "editor.emoji.tooltip": "Emoji",
1436
- "editor.iframe.tooltip": "Iframe",
1437
- "editor.searchAndReplace.tooltip": "Etsi ja korvaa",
1438
- "editor.search.dialog.text": "Etsi",
1439
- "editor.replace.dialog.text": "Korvaa",
1440
- "editor.replaceAll.dialog.text": "Korvaa kaikki",
1441
- "editor.previous.dialog.text": "Edellinen",
1442
- "editor.next.dialog.text": "Seuraava",
1443
- no_result_found: "Ei tuloksia",
1444
- "Smileys & People": "Hymiöt & Ihmiset",
1445
- "Animals & Nature": "Eläimet & Luonto",
1446
- "Food & Drink": "Ruoka & Juoma",
1447
- Activity: "Toiminta",
1448
- "Travel & Places": "Matkat & Paikat",
1449
- Object: "Esineet",
1450
- Symbol: "Symbolit",
1451
- Flags: "Liput",
1452
- "Frequently used": "Usein käytetyt",
1453
- "editor.formula.dialog.text": "Kaava",
1454
- "editor.katex.tooltip": "Matemaattinen kaava",
1455
- "editor.exportPdf.tooltip": "Vie PDF",
1456
- "editor.exportWord.tooltip": "Vie Word",
1457
- "editor.importWord.tooltip": "Tuo Word",
1458
- "editor.importWord.limitSize": "Tiedoston koko ei saa ylittää",
1459
- "editor.importWord.converting": "Muunnetaan Word-dokumenttia, odota...",
1460
- "editor.importWord.convertError": "Virhe Word-dokumentin käsittelyssä",
1461
- "editor.importWord.importError": "Virhe Word-dokumentin tuonnissa",
1462
- "editor.textDirection.tooltip": "Tekstin suunta",
1463
- "editor.textDirection.auto.tooltip": "Automaattinen",
1464
- "editor.textDirection.ltr.tooltip": "Vasemmalta oikealle",
1465
- "editor.textDirection.rtl.tooltip": "Oikealta vasemmalle",
1466
- "editor.attachment.tooltip": "Liite",
1467
- "editor.attachment.uploading": "Ladataan",
1468
- "editor.attachment.please_upload": "Lataa tiedosto",
1469
- "editor.imageGif.tooltip": "Gif",
1470
- "editor.replace.caseSensitive": "Huomioi isot ja pienet kirjaimet",
1471
- "editor.mermaid.tooltip": "Mermaid",
1472
- "editor.twitter.tooltip": "Twitter",
1473
- "editor.codeView.tooltip": "Koodinäkymä",
1474
- "editor.tooltip.flipX": "Käännä vaakasuunnassa",
1475
- "editor.tooltip.flipY": "Käännä pystysuunnassa",
1476
- "editor.upload.fileTypeNotSupported": "{fileName}-tiedostotyyppi ei tuettu",
1477
- "editor.upload.fileSizeTooBig": "{fileName}-tiedosto liian suuri, suurin sallittu koko on {size}MB",
1478
- "editor.upload.error": "Virhe tiedoston latauksessa"
1479
- }, c = {
1480
- lang: P,
1441
+ }, ot = {
1442
+ currentLang: w,
1481
1443
  message: {
1482
- en: it,
1483
- hu_HU: lt,
1484
- vi: dt,
1485
- zh_CN: at,
1486
- pt_BR: rt,
1487
- fi: nt
1488
- }
1489
- };
1490
- class st {
1491
- constructor() {
1492
- S(this, "emitter");
1493
- this.emitter = ot();
1494
- }
1495
- // Getter and setter for current language
1496
- get lang() {
1497
- return c.lang;
1498
- }
1499
- set lang(e) {
1500
- if (!this.isLangSupported(e)) {
1501
- console.warn(
1502
- `Can't find the current language "${e}", Using language "${c.lang}" by default`
1503
- );
1504
- return;
1505
- }
1506
- c.lang = e, this.emitter.emit("lang", e);
1507
- }
1508
- // Getter and setter for messages
1509
- get message() {
1510
- return c.message;
1511
- }
1512
- set message(e) {
1513
- c.message = e;
1514
- }
1515
- // Load messages for a specific language
1516
- loadLangMessage(e) {
1517
- return this.message[e];
1518
- }
1519
- // Check if a language is supported
1520
- isLangSupported(e) {
1521
- return Object.keys(this.message).includes(e);
1522
- }
1523
- // Set the current language
1524
- setLang(e) {
1525
- this.lang = e;
1444
+ en: $,
1445
+ hu_HU: Q,
1446
+ vi: tt,
1447
+ zh_CN: et,
1448
+ pt_BR: Z,
1449
+ fi: J
1526
1450
  }
1527
- // Register a language change watcher
1528
- registerWatchLang(e) {
1529
- return this.emitter.on("lang", e), {
1530
- unsubscribe: () => {
1531
- this.emitter.off("lang", e);
1532
- }
1533
- };
1534
- }
1535
- // Set messages for a specific language
1536
- setMessage(e, o) {
1537
- this.message[e] = o;
1538
- }
1539
- // Build a translation function for a given language
1540
- buildLocalesHandler(e) {
1541
- e || (e = this.lang);
1542
- const o = this.loadLangMessage(e);
1543
- return function(u, k) {
1544
- let f = o[u] || u;
1545
- return k && Object.entries(k).forEach(([b, y]) => {
1546
- f = f.replace(new RegExp(`\\{${b}\\}`, "g"), String(y));
1547
- }), f;
1548
- };
1549
- }
1550
- }
1551
- const F = new st(), B = tt(c.lang);
1552
- function zt() {
1553
- const [t, e] = et(B), o = N(() => F.buildLocalesHandler(t), [t]);
1554
- return U(() => {
1555
- const a = F.registerWatchLang((u) => {
1556
- e(u);
1557
- });
1558
- return () => {
1559
- a.unsubscribe();
1560
- };
1561
- }, []), {
1562
- lang: t,
1563
- t: o
1451
+ }, it = G(ot);
1452
+ function bt() {
1453
+ const [t, o] = H(it), l = E((p, g) => {
1454
+ let h = (t.message[t.currentLang] || {})[p] || p;
1455
+ return g && Object.entries(g).forEach(([f, x]) => {
1456
+ h = h.replace(new RegExp(`\\{${f}\\}`, "g"), String(x));
1457
+ }), h;
1458
+ }, [t]);
1459
+ return {
1460
+ setLang: o,
1461
+ lang: t.currentLang,
1462
+ t: l
1564
1463
  };
1565
1464
  }
1566
- const At = {
1567
- t: (t, e) => F.buildLocalesHandler(B())(t, e)
1465
+ const kt = {
1466
+ setLang: (t) => {
1467
+ X(Y.CHANGE_LANGUAGE, t);
1468
+ }
1568
1469
  };
1569
1470
  export {
1570
- _t as B,
1571
- vt as C,
1572
- Tt as D,
1573
- mt as E,
1574
- ct as I,
1575
- bt as T,
1576
- K as V,
1471
+ ut as C,
1472
+ mt as D,
1473
+ Y as E,
1474
+ ht as H,
1475
+ dt as I,
1476
+ st as T,
1477
+ N as V,
1577
1478
  it as a,
1578
- lt as b,
1579
- dt as c,
1580
- at as d,
1581
- rt as e,
1582
- nt as f,
1583
- xt as g,
1584
- yt as h,
1479
+ $ as b,
1480
+ Q as c,
1481
+ tt as d,
1482
+ et as e,
1483
+ Z as f,
1484
+ J as g,
1485
+ X as h,
1585
1486
  gt as i,
1586
- ht as j,
1587
- Ct as k,
1588
- F as l,
1589
- Ft as m,
1590
- At as n,
1591
- ot as o,
1592
- ft as p,
1593
- kt as q,
1594
- M as r,
1595
- tt as s,
1596
- zt as u
1487
+ ct as j,
1488
+ ft as k,
1489
+ kt as l,
1490
+ at as m,
1491
+ rt as n,
1492
+ G as o,
1493
+ nt as p,
1494
+ pt as q,
1495
+ B as r,
1496
+ bt as u,
1497
+ H as x
1597
1498
  };