fx-platform-ui 0.0.13-alpha13 → 0.0.13-alpha15

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 (114) hide show
  1. package/lib/fx-platform-ui.mjs +30783 -62614
  2. package/lib/fx-platform-ui.umd.js +68 -112
  3. package/lib/packages/components/editor/src/index.vue.d.ts +16 -0
  4. package/lib/style.css +1 -1
  5. package/lib/tinymce/CHANGELOG.md +2957 -0
  6. package/lib/tinymce/README.md +71 -0
  7. package/lib/tinymce/bower.json +27 -0
  8. package/lib/tinymce/composer.json +52 -0
  9. package/lib/tinymce/icons/default/icons.js +182 -0
  10. package/lib/tinymce/icons/default/icons.min.js +1 -0
  11. package/lib/tinymce/icons/default/index.js +7 -0
  12. package/lib/tinymce/license.txt +21 -0
  13. package/lib/tinymce/models/dom/index.js +7 -0
  14. package/lib/tinymce/models/dom/model.js +7975 -0
  15. package/lib/tinymce/models/dom/model.min.js +4 -0
  16. package/lib/tinymce/package.json +32 -0
  17. package/lib/tinymce/plugins/advlist/index.js +7 -0
  18. package/lib/tinymce/plugins/advlist/plugin.js +246 -0
  19. package/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  20. package/lib/tinymce/plugins/anchor/index.js +7 -0
  21. package/lib/tinymce/plugins/anchor/plugin.js +195 -0
  22. package/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  23. package/lib/tinymce/plugins/autolink/index.js +7 -0
  24. package/lib/tinymce/plugins/autolink/plugin.js +232 -0
  25. package/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  26. package/lib/tinymce/plugins/autoresize/index.js +7 -0
  27. package/lib/tinymce/plugins/autoresize/plugin.js +156 -0
  28. package/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  29. package/lib/tinymce/plugins/autosave/index.js +7 -0
  30. package/lib/tinymce/plugins/autosave/plugin.js +232 -0
  31. package/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  32. package/lib/tinymce/plugins/charmap/index.js +7 -0
  33. package/lib/tinymce/plugins/charmap/plugin.js +1636 -0
  34. package/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  35. package/lib/tinymce/plugins/code/index.js +7 -0
  36. package/lib/tinymce/plugins/code/plugin.js +85 -0
  37. package/lib/tinymce/plugins/code/plugin.min.js +4 -0
  38. package/lib/tinymce/plugins/codesample/index.js +7 -0
  39. package/lib/tinymce/plugins/codesample/plugin.js +2451 -0
  40. package/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  41. package/lib/tinymce/plugins/directionality/index.js +7 -0
  42. package/lib/tinymce/plugins/directionality/plugin.js +384 -0
  43. package/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  44. package/lib/tinymce/plugins/emoticons/index.js +7 -0
  45. package/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  46. package/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  47. package/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  48. package/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  49. package/lib/tinymce/plugins/emoticons/plugin.js +577 -0
  50. package/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  51. package/lib/tinymce/plugins/fullscreen/index.js +7 -0
  52. package/lib/tinymce/plugins/fullscreen/plugin.js +1190 -0
  53. package/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  54. package/lib/tinymce/plugins/help/index.js +7 -0
  55. package/lib/tinymce/plugins/help/plugin.js +848 -0
  56. package/lib/tinymce/plugins/help/plugin.min.js +4 -0
  57. package/lib/tinymce/plugins/image/index.js +7 -0
  58. package/lib/tinymce/plugins/image/plugin.js +1475 -0
  59. package/lib/tinymce/plugins/image/plugin.min.js +4 -0
  60. package/lib/tinymce/plugins/importcss/index.js +7 -0
  61. package/lib/tinymce/plugins/importcss/plugin.js +342 -0
  62. package/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  63. package/lib/tinymce/plugins/insertdatetime/index.js +7 -0
  64. package/lib/tinymce/plugins/insertdatetime/plugin.js +176 -0
  65. package/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  66. package/lib/tinymce/plugins/link/index.js +7 -0
  67. package/lib/tinymce/plugins/link/plugin.js +1190 -0
  68. package/lib/tinymce/plugins/link/plugin.min.js +4 -0
  69. package/lib/tinymce/plugins/lists/index.js +7 -0
  70. package/lib/tinymce/plugins/lists/plugin.js +1820 -0
  71. package/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  72. package/lib/tinymce/plugins/media/index.js +7 -0
  73. package/lib/tinymce/plugins/media/plugin.js +1157 -0
  74. package/lib/tinymce/plugins/media/plugin.min.js +4 -0
  75. package/lib/tinymce/plugins/nonbreaking/index.js +7 -0
  76. package/lib/tinymce/plugins/nonbreaking/plugin.js +111 -0
  77. package/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  78. package/lib/tinymce/plugins/pagebreak/index.js +7 -0
  79. package/lib/tinymce/plugins/pagebreak/plugin.js +105 -0
  80. package/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  81. package/lib/tinymce/plugins/preview/index.js +7 -0
  82. package/lib/tinymce/plugins/preview/plugin.js +97 -0
  83. package/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  84. package/lib/tinymce/plugins/quickbars/index.js +7 -0
  85. package/lib/tinymce/plugins/quickbars/plugin.js +421 -0
  86. package/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  87. package/lib/tinymce/plugins/save/index.js +7 -0
  88. package/lib/tinymce/plugins/save/plugin.js +118 -0
  89. package/lib/tinymce/plugins/save/plugin.min.js +4 -0
  90. package/lib/tinymce/plugins/searchreplace/index.js +7 -0
  91. package/lib/tinymce/plugins/searchreplace/plugin.js +1079 -0
  92. package/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  93. package/lib/tinymce/plugins/table/index.js +7 -0
  94. package/lib/tinymce/plugins/table/plugin.js +3393 -0
  95. package/lib/tinymce/plugins/table/plugin.min.js +4 -0
  96. package/lib/tinymce/plugins/template/index.js +7 -0
  97. package/lib/tinymce/plugins/template/plugin.js +548 -0
  98. package/lib/tinymce/plugins/template/plugin.min.js +4 -0
  99. package/lib/tinymce/plugins/visualblocks/index.js +7 -0
  100. package/lib/tinymce/plugins/visualblocks/plugin.js +98 -0
  101. package/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  102. package/lib/tinymce/plugins/visualchars/index.js +7 -0
  103. package/lib/tinymce/plugins/visualchars/plugin.js +506 -0
  104. package/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  105. package/lib/tinymce/plugins/wordcount/index.js +7 -0
  106. package/lib/tinymce/plugins/wordcount/plugin.js +404 -0
  107. package/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  108. package/lib/tinymce/themes/silver/index.js +7 -0
  109. package/lib/tinymce/themes/silver/theme.js +26184 -0
  110. package/lib/tinymce/themes/silver/theme.min.js +4 -0
  111. package/lib/tinymce/tinymce.d.ts +2895 -0
  112. package/lib/tinymce/tinymce.js +29400 -0
  113. package/package.json +1 -1
  114. package/packages/components/editor/src/index.vue +24 -23
@@ -0,0 +1,404 @@
1
+ /**
2
+ * TinyMCE version 6.1.2 (2022-07-29)
3
+ */
4
+
5
+ (function () {
6
+ 'use strict';
7
+
8
+ var global$2 = tinymce.util.Tools.resolve('tinymce.PluginManager');
9
+
10
+ const eq = t => a => t === a;
11
+ const isNull = eq(null);
12
+
13
+ const identity = x => {
14
+ return x;
15
+ };
16
+
17
+ const zeroWidth = '\uFEFF';
18
+ const removeZwsp$1 = s => s.replace(/\uFEFF/g, '');
19
+
20
+ const map = (xs, f) => {
21
+ const len = xs.length;
22
+ const r = new Array(len);
23
+ for (let i = 0; i < len; i++) {
24
+ const x = xs[i];
25
+ r[i] = f(x, i);
26
+ }
27
+ return r;
28
+ };
29
+
30
+ const punctuationStr = '[!-#%-*,-\\/:;?@\\[-\\]_{}\xA1\xAB\xB7\xBB\xBF;\xB7\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1361-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u3008\u3009\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30\u2E31\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uff3f\uFF5B\uFF5D\uFF5F-\uFF65]';
31
+ const regExps = {
32
+ aletter: '[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05F3\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097f\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c3d\u0c58\u0c59\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d60\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u10a0-\u10c5\u10d0-\u10fa\u10fc\u1100-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191c\u1a00-\u1a16\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bc0-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u24B6-\u24E9\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2d00-\u2d25\u2d30-\u2d65\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u303b\u303c\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua697\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790\ua791\ua7a0-\ua7a9\ua7fa-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uffa0-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]',
33
+ midnumlet: `[-'\\.\u2018\u2019\u2024\uFE52\uFF07\uFF0E]`,
34
+ midletter: '[:\xB7\xB7\u05F4\u2027\uFE13\uFE55\uFF1A]',
35
+ midnum: '[\xB1+*/,;;\u0589\u060C\u060D\u066C\u07F8\u2044\uFE10\uFE14\uFE50\uFE54\uFF0C\uFF1B]',
36
+ numeric: '[0-9\u0660-\u0669\u066B\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\uaa50-\uaa59\uabf0-\uabf9]',
37
+ cr: '\\r',
38
+ lf: '\\n',
39
+ newline: '[\x0B\f\x85\u2028\u2029]',
40
+ extend: '[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065f\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0900-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0c01-\u0c03\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c82\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d02\u0d03\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d82\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f\u109a-\u109d\u135d-\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b6-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u192b\u1930-\u193b\u19b0-\u19c0\u19c8\u19c9\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f\u1b00-\u1b04\u1b34-\u1b44\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1baa\u1be6-\u1bf3\u1c24-\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf2\u1dc0-\u1de6\u1dfc-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\uA672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua880\ua881\ua8b4-\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa7b\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe3-\uabea\uabec\uabed\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]',
41
+ format: '[\xAD\u0600-\u0603\u06DD\u070F\u17b4\u17b5\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\uFEFF\uFFF9-\uFFFB]',
42
+ katakana: '[\u3031-\u3035\u309B\u309C\u30A0-\u30fa\u30fc-\u30ff\u31f0-\u31ff\u32D0-\u32FE\u3300-\u3357\uff66-\uff9d]',
43
+ extendnumlet: '[=_\u203f\u2040\u2054\ufe33\ufe34\ufe4d-\ufe4f\uff3f\u2200-\u22FF<>]',
44
+ punctuation: punctuationStr
45
+ };
46
+ const characterIndices = {
47
+ ALETTER: 0,
48
+ MIDNUMLET: 1,
49
+ MIDLETTER: 2,
50
+ MIDNUM: 3,
51
+ NUMERIC: 4,
52
+ CR: 5,
53
+ LF: 6,
54
+ NEWLINE: 7,
55
+ EXTEND: 8,
56
+ FORMAT: 9,
57
+ KATAKANA: 10,
58
+ EXTENDNUMLET: 11,
59
+ AT: 12,
60
+ OTHER: 13
61
+ };
62
+ const SETS$1 = [
63
+ new RegExp(regExps.aletter),
64
+ new RegExp(regExps.midnumlet),
65
+ new RegExp(regExps.midletter),
66
+ new RegExp(regExps.midnum),
67
+ new RegExp(regExps.numeric),
68
+ new RegExp(regExps.cr),
69
+ new RegExp(regExps.lf),
70
+ new RegExp(regExps.newline),
71
+ new RegExp(regExps.extend),
72
+ new RegExp(regExps.format),
73
+ new RegExp(regExps.katakana),
74
+ new RegExp(regExps.extendnumlet),
75
+ new RegExp('@')
76
+ ];
77
+ const EMPTY_STRING$1 = '';
78
+ const PUNCTUATION$1 = new RegExp('^' + regExps.punctuation + '$');
79
+ const WHITESPACE$1 = /^\s+$/;
80
+
81
+ const SETS = SETS$1;
82
+ const OTHER = characterIndices.OTHER;
83
+ const getType = char => {
84
+ let type = OTHER;
85
+ const setsLength = SETS.length;
86
+ for (let j = 0; j < setsLength; ++j) {
87
+ const set = SETS[j];
88
+ if (set && set.test(char)) {
89
+ type = j;
90
+ break;
91
+ }
92
+ }
93
+ return type;
94
+ };
95
+ const memoize = func => {
96
+ const cache = {};
97
+ return char => {
98
+ if (cache[char]) {
99
+ return cache[char];
100
+ } else {
101
+ const result = func(char);
102
+ cache[char] = result;
103
+ return result;
104
+ }
105
+ };
106
+ };
107
+ const classify = characters => {
108
+ const memoized = memoize(getType);
109
+ return map(characters, memoized);
110
+ };
111
+
112
+ const isWordBoundary = (map, index) => {
113
+ const type = map[index];
114
+ const nextType = map[index + 1];
115
+ if (index < 0 || index > map.length - 1 && index !== 0) {
116
+ return false;
117
+ }
118
+ if (type === characterIndices.ALETTER && nextType === characterIndices.ALETTER) {
119
+ return false;
120
+ }
121
+ const nextNextType = map[index + 2];
122
+ if (type === characterIndices.ALETTER && (nextType === characterIndices.MIDLETTER || nextType === characterIndices.MIDNUMLET || nextType === characterIndices.AT) && nextNextType === characterIndices.ALETTER) {
123
+ return false;
124
+ }
125
+ const prevType = map[index - 1];
126
+ if ((type === characterIndices.MIDLETTER || type === characterIndices.MIDNUMLET || nextType === characterIndices.AT) && nextType === characterIndices.ALETTER && prevType === characterIndices.ALETTER) {
127
+ return false;
128
+ }
129
+ if ((type === characterIndices.NUMERIC || type === characterIndices.ALETTER) && (nextType === characterIndices.NUMERIC || nextType === characterIndices.ALETTER)) {
130
+ return false;
131
+ }
132
+ if ((type === characterIndices.MIDNUM || type === characterIndices.MIDNUMLET) && nextType === characterIndices.NUMERIC && prevType === characterIndices.NUMERIC) {
133
+ return false;
134
+ }
135
+ if (type === characterIndices.NUMERIC && (nextType === characterIndices.MIDNUM || nextType === characterIndices.MIDNUMLET) && nextNextType === characterIndices.NUMERIC) {
136
+ return false;
137
+ }
138
+ if (type === characterIndices.EXTEND || type === characterIndices.FORMAT || prevType === characterIndices.EXTEND || prevType === characterIndices.FORMAT || nextType === characterIndices.EXTEND || nextType === characterIndices.FORMAT) {
139
+ return false;
140
+ }
141
+ if (type === characterIndices.CR && nextType === characterIndices.LF) {
142
+ return false;
143
+ }
144
+ if (type === characterIndices.NEWLINE || type === characterIndices.CR || type === characterIndices.LF) {
145
+ return true;
146
+ }
147
+ if (nextType === characterIndices.NEWLINE || nextType === characterIndices.CR || nextType === characterIndices.LF) {
148
+ return true;
149
+ }
150
+ if (type === characterIndices.KATAKANA && nextType === characterIndices.KATAKANA) {
151
+ return false;
152
+ }
153
+ if (nextType === characterIndices.EXTENDNUMLET && (type === characterIndices.ALETTER || type === characterIndices.NUMERIC || type === characterIndices.KATAKANA || type === characterIndices.EXTENDNUMLET)) {
154
+ return false;
155
+ }
156
+ if (type === characterIndices.EXTENDNUMLET && (nextType === characterIndices.ALETTER || nextType === characterIndices.NUMERIC || nextType === characterIndices.KATAKANA)) {
157
+ return false;
158
+ }
159
+ if (type === characterIndices.AT) {
160
+ return false;
161
+ }
162
+ return true;
163
+ };
164
+
165
+ const EMPTY_STRING = EMPTY_STRING$1;
166
+ const WHITESPACE = WHITESPACE$1;
167
+ const PUNCTUATION = PUNCTUATION$1;
168
+ const isProtocol = str => str === 'http' || str === 'https';
169
+ const findWordEnd = (characters, startIndex) => {
170
+ let i;
171
+ for (i = startIndex; i < characters.length; i++) {
172
+ if (WHITESPACE.test(characters[i])) {
173
+ break;
174
+ }
175
+ }
176
+ return i;
177
+ };
178
+ const findUrlEnd = (characters, startIndex) => {
179
+ const endIndex = findWordEnd(characters, startIndex + 1);
180
+ const peakedWord = characters.slice(startIndex + 1, endIndex).join(EMPTY_STRING);
181
+ return peakedWord.substr(0, 3) === '://' ? endIndex : startIndex;
182
+ };
183
+ const findWords = (chars, sChars, characterMap, options) => {
184
+ const words = [];
185
+ let word = [];
186
+ for (let i = 0; i < characterMap.length; ++i) {
187
+ word.push(chars[i]);
188
+ if (isWordBoundary(characterMap, i)) {
189
+ const ch = sChars[i];
190
+ if ((options.includeWhitespace || !WHITESPACE.test(ch)) && (options.includePunctuation || !PUNCTUATION.test(ch))) {
191
+ const startOfWord = i - word.length + 1;
192
+ const endOfWord = i + 1;
193
+ const str = sChars.slice(startOfWord, endOfWord).join(EMPTY_STRING);
194
+ if (isProtocol(str)) {
195
+ const endOfUrl = findUrlEnd(sChars, i);
196
+ const url = chars.slice(endOfWord, endOfUrl);
197
+ Array.prototype.push.apply(word, url);
198
+ i = endOfUrl;
199
+ }
200
+ words.push(word);
201
+ }
202
+ word = [];
203
+ }
204
+ }
205
+ return words;
206
+ };
207
+ const getDefaultOptions = () => ({
208
+ includeWhitespace: false,
209
+ includePunctuation: false
210
+ });
211
+ const getWords$1 = (chars, extract, options) => {
212
+ options = {
213
+ ...getDefaultOptions(),
214
+ ...options
215
+ };
216
+ const filteredChars = [];
217
+ const extractedChars = [];
218
+ for (let i = 0; i < chars.length; i++) {
219
+ const ch = extract(chars[i]);
220
+ if (ch !== zeroWidth) {
221
+ filteredChars.push(chars[i]);
222
+ extractedChars.push(ch);
223
+ }
224
+ }
225
+ const characterMap = classify(extractedChars);
226
+ return findWords(filteredChars, extractedChars, characterMap, options);
227
+ };
228
+
229
+ const getWords = getWords$1;
230
+
231
+ var global$1 = tinymce.util.Tools.resolve('tinymce.dom.TreeWalker');
232
+
233
+ const getText = (node, schema) => {
234
+ const blockElements = schema.getBlockElements();
235
+ const voidElements = schema.getVoidElements();
236
+ const isNewline = node => blockElements[node.nodeName] || voidElements[node.nodeName];
237
+ const textBlocks = [];
238
+ let txt = '';
239
+ const treeWalker = new global$1(node, node);
240
+ while (node = treeWalker.next()) {
241
+ if (node.nodeType === 3) {
242
+ txt += removeZwsp$1(node.data);
243
+ } else if (isNewline(node) && txt.length) {
244
+ textBlocks.push(txt);
245
+ txt = '';
246
+ }
247
+ }
248
+ if (txt.length) {
249
+ textBlocks.push(txt);
250
+ }
251
+ return textBlocks;
252
+ };
253
+
254
+ const removeZwsp = text => text.replace(/\u200B/g, '');
255
+ const strLen = str => str.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g, '_').length;
256
+ const countWords = (node, schema) => {
257
+ const text = removeZwsp(getText(node, schema).join('\n'));
258
+ return getWords(text.split(''), identity).length;
259
+ };
260
+ const countCharacters = (node, schema) => {
261
+ const text = getText(node, schema).join('');
262
+ return strLen(text);
263
+ };
264
+ const countCharactersWithoutSpaces = (node, schema) => {
265
+ const text = getText(node, schema).join('').replace(/\s/g, '');
266
+ return strLen(text);
267
+ };
268
+
269
+ const createBodyCounter = (editor, count) => () => count(editor.getBody(), editor.schema);
270
+ const createSelectionCounter = (editor, count) => () => count(editor.selection.getRng().cloneContents(), editor.schema);
271
+ const createBodyWordCounter = editor => createBodyCounter(editor, countWords);
272
+ const get = editor => ({
273
+ body: {
274
+ getWordCount: createBodyWordCounter(editor),
275
+ getCharacterCount: createBodyCounter(editor, countCharacters),
276
+ getCharacterCountWithoutSpaces: createBodyCounter(editor, countCharactersWithoutSpaces)
277
+ },
278
+ selection: {
279
+ getWordCount: createSelectionCounter(editor, countWords),
280
+ getCharacterCount: createSelectionCounter(editor, countCharacters),
281
+ getCharacterCountWithoutSpaces: createSelectionCounter(editor, countCharactersWithoutSpaces)
282
+ },
283
+ getCount: createBodyWordCounter(editor)
284
+ });
285
+
286
+ const open = (editor, api) => {
287
+ editor.windowManager.open({
288
+ title: 'Word Count',
289
+ body: {
290
+ type: 'panel',
291
+ items: [{
292
+ type: 'table',
293
+ header: [
294
+ 'Count',
295
+ 'Document',
296
+ 'Selection'
297
+ ],
298
+ cells: [
299
+ [
300
+ 'Words',
301
+ String(api.body.getWordCount()),
302
+ String(api.selection.getWordCount())
303
+ ],
304
+ [
305
+ 'Characters (no spaces)',
306
+ String(api.body.getCharacterCountWithoutSpaces()),
307
+ String(api.selection.getCharacterCountWithoutSpaces())
308
+ ],
309
+ [
310
+ 'Characters',
311
+ String(api.body.getCharacterCount()),
312
+ String(api.selection.getCharacterCount())
313
+ ]
314
+ ]
315
+ }]
316
+ },
317
+ buttons: [{
318
+ type: 'cancel',
319
+ name: 'close',
320
+ text: 'Close',
321
+ primary: true
322
+ }]
323
+ });
324
+ };
325
+
326
+ const register$1 = (editor, api) => {
327
+ editor.addCommand('mceWordCount', () => open(editor, api));
328
+ };
329
+
330
+ const first = (fn, rate) => {
331
+ let timer = null;
332
+ const cancel = () => {
333
+ if (!isNull(timer)) {
334
+ clearTimeout(timer);
335
+ timer = null;
336
+ }
337
+ };
338
+ const throttle = (...args) => {
339
+ if (isNull(timer)) {
340
+ timer = setTimeout(() => {
341
+ timer = null;
342
+ fn.apply(null, args);
343
+ }, rate);
344
+ }
345
+ };
346
+ return {
347
+ cancel,
348
+ throttle
349
+ };
350
+ };
351
+
352
+ var global = tinymce.util.Tools.resolve('tinymce.util.Delay');
353
+
354
+ const fireWordCountUpdate = (editor, api) => {
355
+ editor.dispatch('wordCountUpdate', {
356
+ wordCount: {
357
+ words: api.body.getWordCount(),
358
+ characters: api.body.getCharacterCount(),
359
+ charactersWithoutSpaces: api.body.getCharacterCountWithoutSpaces()
360
+ }
361
+ });
362
+ };
363
+
364
+ const updateCount = (editor, api) => {
365
+ fireWordCountUpdate(editor, api);
366
+ };
367
+ const setup = (editor, api, delay) => {
368
+ const debouncedUpdate = first(() => updateCount(editor, api), delay);
369
+ editor.on('init', () => {
370
+ updateCount(editor, api);
371
+ global.setEditorTimeout(editor, () => {
372
+ editor.on('SetContent BeforeAddUndo Undo Redo ViewUpdate keyup', debouncedUpdate.throttle);
373
+ }, 0);
374
+ editor.on('remove', debouncedUpdate.cancel);
375
+ });
376
+ };
377
+
378
+ const register = editor => {
379
+ const onAction = () => editor.execCommand('mceWordCount');
380
+ editor.ui.registry.addButton('wordcount', {
381
+ tooltip: 'Word count',
382
+ icon: 'character-count',
383
+ onAction
384
+ });
385
+ editor.ui.registry.addMenuItem('wordcount', {
386
+ text: 'Word count',
387
+ icon: 'character-count',
388
+ onAction
389
+ });
390
+ };
391
+
392
+ var Plugin = (delay = 300) => {
393
+ global$2.add('wordcount', editor => {
394
+ const api = get(editor);
395
+ register$1(editor, api);
396
+ register(editor);
397
+ setup(editor, api, delay);
398
+ return api;
399
+ });
400
+ };
401
+
402
+ Plugin();
403
+
404
+ })();
@@ -0,0 +1,4 @@
1
+ /**
2
+ * TinyMCE version 6.1.2 (2022-07-29)
3
+ */
4
+ !function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=(null,t=>null===t);const n=t=>t,o="[-'\\.\u2018\u2019\u2024\ufe52\uff07\uff0e]",r="[:\xb7\xb7\u05f4\u2027\ufe13\ufe55\uff1a]",c="[\xb1+*/,;;\u0589\u060c\u060d\u066c\u07f8\u2044\ufe10\ufe14\ufe50\ufe54\uff0c\uff1b]",u="[0-9\u0660-\u0669\u066b\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\uaa50-\uaa59\uabf0-\uabf9]",s="\\r",a="\\n",l="[\v\f\x85\u2028\u2029]",i="[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065f\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0900-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0c01-\u0c03\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c82\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d02\u0d03\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d82\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f\u109a-\u109d\u135d-\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b6-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u192b\u1930-\u193b\u19b0-\u19c0\u19c8\u19c9\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f\u1b00-\u1b04\u1b34-\u1b44\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1baa\u1be6-\u1bf3\u1c24-\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf2\u1dc0-\u1de6\u1dfc-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua880\ua881\ua8b4-\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa7b\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe3-\uabea\uabec\uabed\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]",g="[\xad\u0600-\u0603\u06dd\u070f\u17b4\u17b5\u200e\u200f\u202a-\u202e\u2060-\u2064\u206a-\u206f\ufeff\ufff9-\ufffb]",d="[\u3031-\u3035\u309b\u309c\u30a0-\u30fa\u30fc-\u30ff\u31f0-\u31ff\u32d0-\u32fe\u3300-\u3357\uff66-\uff9d]",p="[=_\u203f\u2040\u2054\ufe33\ufe34\ufe4d-\ufe4f\uff3f\u2200-\u22ff<>]",h="[!-#%-*,-\\/:;?@\\[-\\]_{}\xa1\xab\xb7\xbb\xbf;\xb7\u055a-\u055f\u0589\u058a\u05be\u05c0\u05c3\u05c6\u05f3\u05f4\u0609\u060a\u060c\u060d\u061b\u061e\u061f\u066a-\u066d\u06d4\u0700-\u070d\u07f7-\u07f9\u0830-\u083e\u085e\u0964\u0965\u0970\u0df4\u0e4f\u0e5a\u0e5b\u0f04-\u0f12\u0f3a-\u0f3d\u0f85\u0fd0-\u0fd4\u0fd9\u0fda\u104a-\u104f\u10fb\u1361-\u1368\u1400\u166d\u166e\u169b\u169c\u16eb-\u16ed\u1735\u1736\u17d4-\u17d6\u17d8-\u17da\u1800-\u180a\u1944\u1945\u1a1e\u1a1f\u1aa0-\u1aa6\u1aa8-\u1aad\u1b5a-\u1b60\u1bfc-\u1bff\u1c3b-\u1c3f\u1c7e\u1c7f\u1cd3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205e\u207d\u207e\u208d\u208e\u3008\u3009\u2768-\u2775\u27c5\u27c6\u27e6-\u27ef\u2983-\u2998\u29d8-\u29db\u29fc\u29fd\u2cf9-\u2cfc\u2cfe\u2cff\u2d70\u2e00-\u2e2e\u2e30\u2e31\u3001-\u3003\u3008-\u3011\u3014-\u301f\u3030\u303d\u30a0\u30fb\ua4fe\ua4ff\ua60d-\ua60f\ua673\ua67e\ua6f2-\ua6f7\ua874-\ua877\ua8ce\ua8cf\ua8f8-\ua8fa\ua92e\ua92f\ua95f\ua9c1-\ua9cd\ua9de\ua9df\uaa5c-\uaa5f\uaade\uaadf\uabeb\ufd3e\ufd3f\ufe10-\ufe19\ufe30-\ufe52\ufe54-\ufe61\ufe63\ufe68\ufe6a\ufe6b\uff01-\uff03\uff05-\uff0a\uff0c-\uff0f\uff1a\uff1b\uff1f\uff20\uff3b-\uff3d\uff3f\uff5b\uff5d\uff5f-\uff65]",C=[new RegExp("[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f3\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097f\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c3d\u0c58\u0c59\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d60\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u10a0-\u10c5\u10d0-\u10fa\u10fc\u1100-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191c\u1a00-\u1a16\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bc0-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u24b6-\u24e9\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2d00-\u2d25\u2d30-\u2d65\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005\u303b\u303c\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua697\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790\ua791\ua7a0-\ua7a9\ua7fa-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uffa0-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]"),new RegExp(o),new RegExp(r),new RegExp(c),new RegExp(u),new RegExp(s),new RegExp(a),new RegExp(l),new RegExp(i),new RegExp(g),new RegExp(d),new RegExp(p),new RegExp("@")],y=new RegExp("^"+h+"$"),m=C,w=t=>{let e=13;const n=m.length;for(let o=0;o<n;++o){const n=m[o];if(n&&n.test(t)){e=o;break}}return e},f=(t,e)=>{const n=t[e],o=t[e+1];if(e<0||e>t.length-1&&0!==e)return!1;if(0===n&&0===o)return!1;const r=t[e+2];if(0===n&&(2===o||1===o||12===o)&&0===r)return!1;const c=t[e-1];return(2!==n&&1!==n&&12!==o||0!==o||0!==c)&&(4!==n&&0!==n||4!==o&&0!==o)&&(3!==n&&1!==n||4!==o||4!==c)&&(4!==n||3!==o&&1!==o||4!==r)&&8!==n&&9!==n&&8!==c&&9!==c&&8!==o&&9!==o&&(5!==n||6!==o)&&(7===n||5===n||6===n||7===o||5===o||6===o||(10!==n||10!==o)&&(11!==o||0!==n&&4!==n&&10!==n&&11!==n)&&(11!==n||0!==o&&4!==o&&10!==o)&&12!==n)},W=/^\s+$/,x=y,E=t=>"http"===t||"https"===t,R=(t,e)=>{const n=((t,e)=>{let n;for(n=e;n<t.length&&!W.test(t[n]);n++);return n})(t,e+1);return"://"===t.slice(e+1,n).join("").substr(0,3)?n:e},S=(t,e,n)=>{n={includeWhitespace:!1,includePunctuation:!1,...n};const o=[],r=[];for(let n=0;n<t.length;n++){const c=e(t[n]);"\ufeff"!==c&&(o.push(t[n]),r.push(c))}return((t,e,n,o)=>{const r=[];let c=[];for(let u=0;u<n.length;++u)if(c.push(t[u]),f(n,u)){const n=e[u];if((o.includeWhitespace||!W.test(n))&&(o.includePunctuation||!x.test(n))){const n=u-c.length+1,o=u+1,s=e.slice(n,o).join("");if(E(s)){const n=R(e,u),r=t.slice(o,n);Array.prototype.push.apply(c,r),u=n}r.push(c)}c=[]}return r})(o,r,((t,e)=>{const n=t.length,o=new Array(n);for(let r=0;r<n;r++){const n=t[r];o[r]=e(n,r)}return o})(r,(t=>{const e={};return n=>{if(e[n])return e[n];{const o=t(n);return e[n]=o,o}}})(w)),n)};var b=tinymce.util.Tools.resolve("tinymce.dom.TreeWalker");const v=(t,e)=>{const n=e.getBlockElements(),o=e.getVoidElements(),r=t=>n[t.nodeName]||o[t.nodeName],c=[];let u="";const s=new b(t,t);for(;t=s.next();)3===t.nodeType?u+=t.data.replace(/\uFEFF/g,""):r(t)&&u.length&&(c.push(u),u="");return u.length&&c.push(u),c},F=t=>t.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"_").length,T=(t,e)=>{const o=(t=>t.replace(/\u200B/g,""))(v(t,e).join("\n"));return S(o.split(""),n).length},A=(t,e)=>{const n=v(t,e).join("");return F(n)},B=(t,e)=>{const n=v(t,e).join("").replace(/\s/g,"");return F(n)},D=(t,e)=>()=>e(t.getBody(),t.schema),j=(t,e)=>()=>e(t.selection.getRng().cloneContents(),t.schema),k=t=>D(t,T);var U=tinymce.util.Tools.resolve("tinymce.util.Delay");const M=(t,e)=>{((t,e)=>{t.dispatch("wordCountUpdate",{wordCount:{words:e.body.getWordCount(),characters:e.body.getCharacterCount(),charactersWithoutSpaces:e.body.getCharacterCountWithoutSpaces()}})})(t,e)},P=(t,n,o)=>{const r=((t,n)=>{let o=null;return{cancel:()=>{e(o)||(clearTimeout(o),o=null)},throttle:(...r)=>{e(o)&&(o=setTimeout((()=>{o=null,t.apply(null,r)}),n))}}})((()=>M(t,n)),o);t.on("init",(()=>{M(t,n),U.setEditorTimeout(t,(()=>{t.on("SetContent BeforeAddUndo Undo Redo ViewUpdate keyup",r.throttle)}),0),t.on("remove",r.cancel)}))};((e=300)=>{t.add("wordcount",(t=>{const n=(t=>({body:{getWordCount:k(t),getCharacterCount:D(t,A),getCharacterCountWithoutSpaces:D(t,B)},selection:{getWordCount:j(t,T),getCharacterCount:j(t,A),getCharacterCountWithoutSpaces:j(t,B)},getCount:k(t)}))(t);return((t,e)=>{t.addCommand("mceWordCount",(()=>((t,e)=>{t.windowManager.open({title:"Word Count",body:{type:"panel",items:[{type:"table",header:["Count","Document","Selection"],cells:[["Words",String(e.body.getWordCount()),String(e.selection.getWordCount())],["Characters (no spaces)",String(e.body.getCharacterCountWithoutSpaces()),String(e.selection.getCharacterCountWithoutSpaces())],["Characters",String(e.body.getCharacterCount()),String(e.selection.getCharacterCount())]]}]},buttons:[{type:"cancel",name:"close",text:"Close",primary:!0}]})})(t,e)))})(t,n),(t=>{const e=()=>t.execCommand("mceWordCount");t.ui.registry.addButton("wordcount",{tooltip:"Word count",icon:"character-count",onAction:e}),t.ui.registry.addMenuItem("wordcount",{text:"Word count",icon:"character-count",onAction:e})})(t),P(t,n,e),n}))})()}();
@@ -0,0 +1,7 @@
1
+ // Exports the "silver" theme for usage with module loaders
2
+ // Usage:
3
+ // CommonJS:
4
+ // require('tinymce/themes/silver')
5
+ // ES2015:
6
+ // import 'tinymce/themes/silver'
7
+ require('./theme.js');