@ntlab/ntjs-assets 2.124.0 → 2.125.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 (39) hide show
  1. package/assets/js/cdn.json +2 -2
  2. package/assets/js/tinymce/CHANGELOG.md +5 -0
  3. package/assets/js/tinymce/models/dom/model.js +1 -1
  4. package/assets/js/tinymce/plugins/accordion/plugin.js +1 -1
  5. package/assets/js/tinymce/plugins/advlist/plugin.js +1 -1
  6. package/assets/js/tinymce/plugins/anchor/plugin.js +1 -1
  7. package/assets/js/tinymce/plugins/autolink/plugin.js +1 -1
  8. package/assets/js/tinymce/plugins/autoresize/plugin.js +1 -1
  9. package/assets/js/tinymce/plugins/autosave/plugin.js +1 -1
  10. package/assets/js/tinymce/plugins/charmap/plugin.js +1 -1
  11. package/assets/js/tinymce/plugins/code/plugin.js +1 -1
  12. package/assets/js/tinymce/plugins/codesample/plugin.js +1 -1
  13. package/assets/js/tinymce/plugins/directionality/plugin.js +1 -1
  14. package/assets/js/tinymce/plugins/emoticons/plugin.js +1 -1
  15. package/assets/js/tinymce/plugins/fullscreen/plugin.js +1 -1
  16. package/assets/js/tinymce/plugins/help/plugin.js +2 -2
  17. package/assets/js/tinymce/plugins/help/plugin.min.js +1 -1
  18. package/assets/js/tinymce/plugins/image/plugin.js +1 -1
  19. package/assets/js/tinymce/plugins/importcss/plugin.js +1 -1
  20. package/assets/js/tinymce/plugins/insertdatetime/plugin.js +1 -1
  21. package/assets/js/tinymce/plugins/langs8/ka-GE.js +10 -10
  22. package/assets/js/tinymce/plugins/langs8/ro.js +9 -9
  23. package/assets/js/tinymce/plugins/link/plugin.js +1 -1
  24. package/assets/js/tinymce/plugins/lists/plugin.js +1 -1
  25. package/assets/js/tinymce/plugins/media/plugin.js +1 -1
  26. package/assets/js/tinymce/plugins/nonbreaking/plugin.js +1 -1
  27. package/assets/js/tinymce/plugins/pagebreak/plugin.js +1 -1
  28. package/assets/js/tinymce/plugins/preview/plugin.js +1 -1
  29. package/assets/js/tinymce/plugins/quickbars/plugin.js +1 -1
  30. package/assets/js/tinymce/plugins/save/plugin.js +1 -1
  31. package/assets/js/tinymce/plugins/searchreplace/plugin.js +1 -1
  32. package/assets/js/tinymce/plugins/table/plugin.js +1 -1
  33. package/assets/js/tinymce/plugins/visualblocks/plugin.js +1 -1
  34. package/assets/js/tinymce/plugins/visualchars/plugin.js +1 -1
  35. package/assets/js/tinymce/plugins/wordcount/plugin.js +1 -1
  36. package/assets/js/tinymce/themes/silver/theme.js +1 -1
  37. package/assets/js/tinymce/tinymce.js +9 -5
  38. package/assets/js/tinymce/tinymce.min.js +2 -2
  39. package/package.json +1 -1
@@ -239,11 +239,11 @@
239
239
  }
240
240
  },
241
241
  "tinymce": {
242
- "version": "8.2.1",
242
+ "version": "8.2.2",
243
243
  "jsdelivr": ""
244
244
  },
245
245
  "tinymce-i18n": {
246
- "version": "25.11.10",
246
+ "version": "25.11.17",
247
247
  "jsdelivr": ""
248
248
  },
249
249
  "typeahead.js": {
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6
6
  and is generated by [Changie](https://github.com/miniscruff/changie).
7
7
 
8
+ ## 8.2.2 - 2025-11-17
9
+
10
+ ### Fixed
11
+ - Ability to load licensekeymanager in different hosting scenarios. #TINY-13203
12
+
8
13
  ## 8.2.1 - 2025-11-06
9
14
 
10
15
  ### Fixed
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -672,7 +672,7 @@
672
672
  const getPluginKeys = (editor) => {
673
673
  const keys$1 = keys(editor.plugins);
674
674
  const forcedPlugins = getForcedPlugins(editor);
675
- const hiddenPlugins = isUndefined(forcedPlugins) ? ['onboarding'] : forcedPlugins.concat(['onboarding']);
675
+ const hiddenPlugins = isUndefined(forcedPlugins) ? ['onboarding', 'licensekeymanager'] : forcedPlugins.concat(['onboarding', 'licensekeymanager']);
676
676
  return filter(keys$1, (k) => !contains(hiddenPlugins, k));
677
677
  };
678
678
  const pluginLister = (editor) => {
@@ -1 +1 @@
1
- !function(){"use strict";const e=e=>"string"===(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=a=e,(r=String).prototype.isPrototypeOf(n)||a.constructor?.name===r.name)?"string":t;var n,a,r})(e);const t=e=>undefined===e;const n=e=>"function"==typeof e,a=()=>false;class r{tag;value;static singletonNone=new r(!1);constructor(e,t){this.tag=e,this.value=t}static some(e){return new r(!0,e)}static none(){return r.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?r.some(e(this.value)):r.none()}bind(e){return this.tag?e(this.value):r.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:r.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(e??"Called getOrDie on None")}static from(e){return null==e?r.none():r.some(e)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}const o=Array.prototype.slice,i=Array.prototype.indexOf,s=(e,t)=>{const n=e.length,a=new Array(n);for(let r=0;r<n;r++){const n=e[r];a[r]=t(n,r)}return a},m=(e,t)=>{const n=[];for(let a=0,r=e.length;a<r;a++){const r=e[a];t(r,a)&&n.push(r)}return n},c=(e,t)=>{const n=o.call(e,0);return n.sort(t),n};n(Array.from)&&Array.from;const l=Object.keys,u=Object.hasOwnProperty,p=(e,t)=>u.call(e,t);let y=0;const h=e=>{const t=(new Date).getTime(),n=Math.floor(window.crypto.getRandomValues(new Uint32Array(1))[0]/4294967295*1e9);return y++,e+"_"+n+y+String(t)};var d=tinymce.util.Tools.resolve("tinymce.PluginManager");const g=e=>t=>t.options.get(e),k=g("help_tabs"),v=g("forced_plugins");var b=tinymce.util.Tools.resolve("tinymce.Resource"),f=tinymce.util.Tools.resolve("tinymce.util.I18n");const A=(e,t)=>b.load(`tinymce.html-i18n.help-keynav.${t}`,`${e}/js/i18n/keynav/${t}.js`),w=e=>A(e,f.getCode()).catch((()=>A(e,"en")));var C=tinymce.util.Tools.resolve("tinymce.Env");const S=e=>{const t=C.os.isMacOS()||C.os.isiOS(),n=t?{alt:"&#x2325;",ctrl:"&#x2303;",shift:"&#x21E7;",meta:"&#x2318;",access:"&#x2303;&#x2325;"}:{meta:"Ctrl ",access:"Shift + Alt "},a=e.split("+"),r=s(a,(e=>{const t=e.toLowerCase().trim();return p(n,t)?n[t]:e}));return t?r.join("").replace(/\s/,""):r.join("+")},M=[{shortcuts:["Meta + B"],action:"Bold"},{shortcuts:["Meta + I"],action:"Italic"},{shortcuts:["Meta + U"],action:"Underline"},{shortcuts:["Meta + A"],action:"Select all"},{shortcuts:["Meta + Y","Meta + Shift + Z"],action:"Redo"},{shortcuts:["Meta + Z"],action:"Undo"},{shortcuts:["Access + 1"],action:"Heading 1"},{shortcuts:["Access + 2"],action:"Heading 2"},{shortcuts:["Access + 3"],action:"Heading 3"},{shortcuts:["Access + 4"],action:"Heading 4"},{shortcuts:["Access + 5"],action:"Heading 5"},{shortcuts:["Access + 6"],action:"Heading 6"},{shortcuts:["Access + 7"],action:"Paragraph"},{shortcuts:["Access + 8"],action:"Div"},{shortcuts:["Access + 9"],action:"Address"},{shortcuts:["Alt + 0"],action:"Open help dialog"},{shortcuts:["Alt + F9"],action:"Focus to menubar"},{shortcuts:["Alt + F10"],action:"Focus to toolbar"},{shortcuts:["Alt + F11"],action:"Focus to element path"},{shortcuts:["Alt + F12"],action:"Focus to notification"},{shortcuts:["Ctrl + F9"],action:"Focus to contextual toolbar"},{shortcuts:["Shift + Enter"],action:"Open popup menu for split buttons"},{shortcuts:["Meta + K"],action:"Insert link (if link plugin activated)"},{shortcuts:["Meta + S"],action:"Save (if save plugin activated)"},{shortcuts:["Meta + F"],action:"Find (if searchreplace plugin activated)"},{shortcuts:["Meta + Shift + F"],action:"Switch to or from fullscreen mode"}],_=()=>({name:"shortcuts",title:"Handy Shortcuts",items:[{type:"table",header:["Action","Shortcut"],cells:s(M,(e=>{const t=s(e.shortcuts,S).join(" or ");return[e.action,t]}))}]}),x=s([{key:"accordion",name:"Accordion"},{key:"anchor",name:"Anchor"},{key:"autolink",name:"Autolink"},{key:"autoresize",name:"Autoresize"},{key:"autosave",name:"Autosave"},{key:"charmap",name:"Character Map"},{key:"code",name:"Code"},{key:"codesample",name:"Code Sample"},{key:"colorpicker",name:"Color Picker"},{key:"directionality",name:"Directionality"},{key:"emoticons",name:"Emoticons"},{key:"fullscreen",name:"Full Screen"},{key:"help",name:"Help"},{key:"image",name:"Image"},{key:"importcss",name:"Import CSS"},{key:"insertdatetime",name:"Insert Date/Time"},{key:"link",name:"Link"},{key:"lists",name:"Lists"},{key:"advlist",name:"List Styles"},{key:"media",name:"Media"},{key:"nonbreaking",name:"Nonbreaking"},{key:"pagebreak",name:"Page Break"},{key:"preview",name:"Preview"},{key:"quickbars",name:"Quick Toolbars"},{key:"save",name:"Save"},{key:"searchreplace",name:"Search and Replace"},{key:"table",name:"Table"},{key:"textcolor",name:"Text Color"},{key:"visualblocks",name:"Visual Blocks"},{key:"visualchars",name:"Visual Characters"},{key:"wordcount",name:"Word Count"},{key:"a11ychecker",name:"Accessibility Checker",type:"premium"},{key:"typography",name:"Advanced Typography",type:"premium",slug:"advanced-typography"},{key:"ai",name:"AI Assistant",type:"premium"},{key:"casechange",name:"Case Change",type:"premium"},{key:"checklist",name:"Checklist",type:"premium"},{key:"advcode",name:"Enhanced Code Editor",type:"premium"},{key:"mediaembed",name:"Enhanced Media Embed",type:"premium",slug:"introduction-to-mediaembed"},{key:"advtable",name:"Enhanced Tables",type:"premium"},{key:"exportpdf",name:"Export to PDF",type:"premium"},{key:"exportword",name:"Export to Word",type:"premium"},{key:"footnotes",name:"Footnotes",type:"premium"},{key:"formatpainter",name:"Format Painter",type:"premium"},{key:"editimage",name:"Image Editing",type:"premium"},{key:"uploadcare",name:"Image Optimizer Powered by Uploadcare",type:"premium"},{key:"importword",name:"Import from Word",type:"premium"},{key:"inlinecss",name:"Inline CSS",type:"premium",slug:"inline-css"},{key:"linkchecker",name:"Link Checker",type:"premium"},{key:"math",name:"Math",type:"premium"},{key:"markdown",name:"Markdown",type:"premium"},{key:"mentions",name:"Mentions",type:"premium"},{key:"mergetags",name:"Merge Tags",type:"premium"},{key:"pageembed",name:"Page Embed",type:"premium"},{key:"permanentpen",name:"Permanent Pen",type:"premium"},{key:"powerpaste",name:"PowerPaste",type:"premium",slug:"introduction-to-powerpaste"},{key:"revisionhistory",name:"Revision History",type:"premium"},{key:"tinymcespellchecker",name:"Spell Checker",type:"premium",slug:"introduction-to-tiny-spellchecker"},{key:"suggestededits",name:"Suggested Edits",type:"premium"},{key:"autocorrect",name:"Spelling Autocorrect",type:"premium"},{key:"tableofcontents",name:"Table of Contents",type:"premium"},{key:"fullpagehtml",name:"Fullpage HTML",type:"premium"},{key:"advtemplate",name:"Templates",type:"premium",slug:"advanced-templates"},{key:"tinycomments",name:"Tiny Comments",type:"premium",slug:"introduction-to-tiny-comments"},{key:"tinydrive",name:"Tiny Drive",type:"premium",slug:"tinydrive-introduction"}],(e=>({...e,type:e.type||"opensource",slug:e.slug||e.key}))),T=e=>{const o=e=>`<a data-alloy-tabstop="true" tabindex="-1" href="${e.url}" target="_blank" rel="noopener">${e.name}</a>`,u=(e,t)=>{return(i=x,s=e=>e.key===t,((e,t,n)=>{for(let a=0,o=e.length;a<o;a++){const o=e[a];if(t(o,a))return r.some(o);if(n(o,a))break}return r.none()})(i,s,a)).fold((()=>((e,t)=>{const a=e.plugins[t].getMetadata;if(n(a)){const e=a();return{name:e.name,html:o(e)}}return{name:t,html:t}})(e,t)),(e=>{const t="premium"===e.type?`${e.name}*`:e.name;return{name:t,html:o({name:t,url:`https://www.tiny.cloud/docs/tinymce/${tinymce.majorVersion}/${e.slug}/`})}}));var i,s},p=e=>{const n=(e=>{const n=l(e.plugins),a=v(e),r=t(a)?["onboarding"]:a.concat(["onboarding"]);return m(n,(e=>!(((e,t)=>i.call(e,t))(r,e)>-1)))})(e),a=c(s(n,(t=>u(e,t))),((e,t)=>e.name.localeCompare(t.name))),r=s(a,(e=>"<li>"+e.html+"</li>")),o=r.length,p=r.join("");return"<p><b>"+f.translate(["Plugins installed ({0}):",o])+"</b></p><ul>"+p+"</ul>"},y={type:"htmlpanel",presets:"document",html:[(e=>null==e?"":"<div>"+p(e)+"</div>")(e),(()=>{const e=m(x,(({type:e})=>"premium"===e)),t=c(s(e,(e=>e.name)),((e,t)=>e.localeCompare(t))),n=s(t,(e=>`<li>${e}</li>`)).join("");return"<div><p><b>"+f.translate("Premium plugins:")+"</b></p><ul>"+n+'<li class="tox-help__more-link" "><a href="https://www.tiny.cloud/pricing/?utm_campaign=help_dialog_plugin_tab&utm_source=tiny&utm_medium=referral&utm_term=read_more&utm_content=premium_plugin_heading" rel="noopener" target="_blank" data-alloy-tabstop="true" tabindex="-1">'+f.translate("Learn more...")+"</a></li></ul></div>"})()].join("")};return{name:"plugins",title:"Plugins",items:[y]}};var O=tinymce.util.Tools.resolve("tinymce.EditorManager");const F=(t,n,a)=>()=>{(async(t,n,a)=>{const o=_(),i=await(async e=>({name:"keyboardnav",title:"Keyboard Navigation",items:[{type:"htmlpanel",presets:"document",html:await w(e)}]}))(a),m=T(t),c=(()=>{var e,t;const n='<a data-alloy-tabstop="true" tabindex="-1" href="https://www.tiny.cloud/docs/tinymce/8/changelog/?utm_campaign=help_dialog_version_tab&utm_source=tiny&utm_medium=referral" rel="noopener" target="_blank">TinyMCE '+(e=O.majorVersion,t=O.minorVersion,(0===e.indexOf("@")?"X.X.X":e+"."+t)+"</a>");return{name:"versions",title:"Version",items:[{type:"htmlpanel",html:"<p>"+f.translate(["You are using {0}",n])+"</p>",presets:"document"}]}})(),u={[o.name]:o,[i.name]:i,[m.name]:m,[c.name]:c,...n.get()};return r.from(k(t)).fold((()=>(e=>{const t=l(e),n=t.indexOf("versions");return-1!==n&&(t.splice(n,1),t.push("versions")),{tabs:e,names:t}})(u)),(t=>((t,n)=>{const a={},r=s(t,(t=>{if(e(t))return p(n,t)&&(a[t]=n[t]),t;{const e=t.name??h("tab-name");return a[e]=t,e}}));return{tabs:a,names:r}})(t,u)))})(t,n,a).then((({tabs:e,names:n})=>{const a={type:"tabpanel",tabs:(e=>{const t=[],n=e=>{t.push(e)};for(let t=0;t<e.length;t++)e[t].each(n);return t})(s(n,(t=>{return p(n=e,a=t)?r.from(n[a]):r.none();var n,a})))};t.windowManager.open({title:"Help",size:"medium",body:a,buttons:[{type:"cancel",name:"close",text:"Close",primary:!0}],initialData:{}})}))};d.add("help",((e,t)=>{const n=(()=>{let e={};return{get:()=>e,set:t=>{e=t}}})(),a=(e=>({addTab:t=>{const n=t.name??h("tab-name"),a=e.get();a[n]=t,e.set(a)}}))(n);(e=>{(0,e.options.register)("help_tabs",{processor:"array"})})(e);const r=F(e,n,t);return((e,t)=>{e.ui.registry.addButton("help",{icon:"help",tooltip:"Help",onAction:t,context:"any"}),e.ui.registry.addMenuItem("help",{text:"Help",icon:"help",shortcut:"Alt+0",onAction:t,context:"any"})})(e,r),((e,t)=>{e.addCommand("mceHelp",t)})(e,r),e.shortcuts.add("Alt+0","Open help dialog","mceHelp"),((e,t)=>{e.on("init",(()=>{w(t)}))})(e,t),a}))}();
1
+ !function(){"use strict";const e=e=>"string"===(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=a=e,(r=String).prototype.isPrototypeOf(n)||a.constructor?.name===r.name)?"string":t;var n,a,r})(e);const t=e=>undefined===e;const n=e=>"function"==typeof e,a=()=>false;class r{tag;value;static singletonNone=new r(!1);constructor(e,t){this.tag=e,this.value=t}static some(e){return new r(!0,e)}static none(){return r.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?r.some(e(this.value)):r.none()}bind(e){return this.tag?e(this.value):r.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:r.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(e??"Called getOrDie on None")}static from(e){return null==e?r.none():r.some(e)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}const o=Array.prototype.slice,i=Array.prototype.indexOf,s=(e,t)=>{const n=e.length,a=new Array(n);for(let r=0;r<n;r++){const n=e[r];a[r]=t(n,r)}return a},m=(e,t)=>{const n=[];for(let a=0,r=e.length;a<r;a++){const r=e[a];t(r,a)&&n.push(r)}return n},c=(e,t)=>{const n=o.call(e,0);return n.sort(t),n};n(Array.from)&&Array.from;const l=Object.keys,u=Object.hasOwnProperty,p=(e,t)=>u.call(e,t);let y=0;const h=e=>{const t=(new Date).getTime(),n=Math.floor(window.crypto.getRandomValues(new Uint32Array(1))[0]/4294967295*1e9);return y++,e+"_"+n+y+String(t)};var d=tinymce.util.Tools.resolve("tinymce.PluginManager");const g=e=>t=>t.options.get(e),k=g("help_tabs"),v=g("forced_plugins");var b=tinymce.util.Tools.resolve("tinymce.Resource"),f=tinymce.util.Tools.resolve("tinymce.util.I18n");const A=(e,t)=>b.load(`tinymce.html-i18n.help-keynav.${t}`,`${e}/js/i18n/keynav/${t}.js`),w=e=>A(e,f.getCode()).catch((()=>A(e,"en")));var C=tinymce.util.Tools.resolve("tinymce.Env");const S=e=>{const t=C.os.isMacOS()||C.os.isiOS(),n=t?{alt:"&#x2325;",ctrl:"&#x2303;",shift:"&#x21E7;",meta:"&#x2318;",access:"&#x2303;&#x2325;"}:{meta:"Ctrl ",access:"Shift + Alt "},a=e.split("+"),r=s(a,(e=>{const t=e.toLowerCase().trim();return p(n,t)?n[t]:e}));return t?r.join("").replace(/\s/,""):r.join("+")},M=[{shortcuts:["Meta + B"],action:"Bold"},{shortcuts:["Meta + I"],action:"Italic"},{shortcuts:["Meta + U"],action:"Underline"},{shortcuts:["Meta + A"],action:"Select all"},{shortcuts:["Meta + Y","Meta + Shift + Z"],action:"Redo"},{shortcuts:["Meta + Z"],action:"Undo"},{shortcuts:["Access + 1"],action:"Heading 1"},{shortcuts:["Access + 2"],action:"Heading 2"},{shortcuts:["Access + 3"],action:"Heading 3"},{shortcuts:["Access + 4"],action:"Heading 4"},{shortcuts:["Access + 5"],action:"Heading 5"},{shortcuts:["Access + 6"],action:"Heading 6"},{shortcuts:["Access + 7"],action:"Paragraph"},{shortcuts:["Access + 8"],action:"Div"},{shortcuts:["Access + 9"],action:"Address"},{shortcuts:["Alt + 0"],action:"Open help dialog"},{shortcuts:["Alt + F9"],action:"Focus to menubar"},{shortcuts:["Alt + F10"],action:"Focus to toolbar"},{shortcuts:["Alt + F11"],action:"Focus to element path"},{shortcuts:["Alt + F12"],action:"Focus to notification"},{shortcuts:["Ctrl + F9"],action:"Focus to contextual toolbar"},{shortcuts:["Shift + Enter"],action:"Open popup menu for split buttons"},{shortcuts:["Meta + K"],action:"Insert link (if link plugin activated)"},{shortcuts:["Meta + S"],action:"Save (if save plugin activated)"},{shortcuts:["Meta + F"],action:"Find (if searchreplace plugin activated)"},{shortcuts:["Meta + Shift + F"],action:"Switch to or from fullscreen mode"}],_=()=>({name:"shortcuts",title:"Handy Shortcuts",items:[{type:"table",header:["Action","Shortcut"],cells:s(M,(e=>{const t=s(e.shortcuts,S).join(" or ");return[e.action,t]}))}]}),x=s([{key:"accordion",name:"Accordion"},{key:"anchor",name:"Anchor"},{key:"autolink",name:"Autolink"},{key:"autoresize",name:"Autoresize"},{key:"autosave",name:"Autosave"},{key:"charmap",name:"Character Map"},{key:"code",name:"Code"},{key:"codesample",name:"Code Sample"},{key:"colorpicker",name:"Color Picker"},{key:"directionality",name:"Directionality"},{key:"emoticons",name:"Emoticons"},{key:"fullscreen",name:"Full Screen"},{key:"help",name:"Help"},{key:"image",name:"Image"},{key:"importcss",name:"Import CSS"},{key:"insertdatetime",name:"Insert Date/Time"},{key:"link",name:"Link"},{key:"lists",name:"Lists"},{key:"advlist",name:"List Styles"},{key:"media",name:"Media"},{key:"nonbreaking",name:"Nonbreaking"},{key:"pagebreak",name:"Page Break"},{key:"preview",name:"Preview"},{key:"quickbars",name:"Quick Toolbars"},{key:"save",name:"Save"},{key:"searchreplace",name:"Search and Replace"},{key:"table",name:"Table"},{key:"textcolor",name:"Text Color"},{key:"visualblocks",name:"Visual Blocks"},{key:"visualchars",name:"Visual Characters"},{key:"wordcount",name:"Word Count"},{key:"a11ychecker",name:"Accessibility Checker",type:"premium"},{key:"typography",name:"Advanced Typography",type:"premium",slug:"advanced-typography"},{key:"ai",name:"AI Assistant",type:"premium"},{key:"casechange",name:"Case Change",type:"premium"},{key:"checklist",name:"Checklist",type:"premium"},{key:"advcode",name:"Enhanced Code Editor",type:"premium"},{key:"mediaembed",name:"Enhanced Media Embed",type:"premium",slug:"introduction-to-mediaembed"},{key:"advtable",name:"Enhanced Tables",type:"premium"},{key:"exportpdf",name:"Export to PDF",type:"premium"},{key:"exportword",name:"Export to Word",type:"premium"},{key:"footnotes",name:"Footnotes",type:"premium"},{key:"formatpainter",name:"Format Painter",type:"premium"},{key:"editimage",name:"Image Editing",type:"premium"},{key:"uploadcare",name:"Image Optimizer Powered by Uploadcare",type:"premium"},{key:"importword",name:"Import from Word",type:"premium"},{key:"inlinecss",name:"Inline CSS",type:"premium",slug:"inline-css"},{key:"linkchecker",name:"Link Checker",type:"premium"},{key:"math",name:"Math",type:"premium"},{key:"markdown",name:"Markdown",type:"premium"},{key:"mentions",name:"Mentions",type:"premium"},{key:"mergetags",name:"Merge Tags",type:"premium"},{key:"pageembed",name:"Page Embed",type:"premium"},{key:"permanentpen",name:"Permanent Pen",type:"premium"},{key:"powerpaste",name:"PowerPaste",type:"premium",slug:"introduction-to-powerpaste"},{key:"revisionhistory",name:"Revision History",type:"premium"},{key:"tinymcespellchecker",name:"Spell Checker",type:"premium",slug:"introduction-to-tiny-spellchecker"},{key:"suggestededits",name:"Suggested Edits",type:"premium"},{key:"autocorrect",name:"Spelling Autocorrect",type:"premium"},{key:"tableofcontents",name:"Table of Contents",type:"premium"},{key:"fullpagehtml",name:"Fullpage HTML",type:"premium"},{key:"advtemplate",name:"Templates",type:"premium",slug:"advanced-templates"},{key:"tinycomments",name:"Tiny Comments",type:"premium",slug:"introduction-to-tiny-comments"},{key:"tinydrive",name:"Tiny Drive",type:"premium",slug:"tinydrive-introduction"}],(e=>({...e,type:e.type||"opensource",slug:e.slug||e.key}))),T=e=>{const o=e=>`<a data-alloy-tabstop="true" tabindex="-1" href="${e.url}" target="_blank" rel="noopener">${e.name}</a>`,u=(e,t)=>{return(i=x,s=e=>e.key===t,((e,t,n)=>{for(let a=0,o=e.length;a<o;a++){const o=e[a];if(t(o,a))return r.some(o);if(n(o,a))break}return r.none()})(i,s,a)).fold((()=>((e,t)=>{const a=e.plugins[t].getMetadata;if(n(a)){const e=a();return{name:e.name,html:o(e)}}return{name:t,html:t}})(e,t)),(e=>{const t="premium"===e.type?`${e.name}*`:e.name;return{name:t,html:o({name:t,url:`https://www.tiny.cloud/docs/tinymce/${tinymce.majorVersion}/${e.slug}/`})}}));var i,s},p=e=>{const n=(e=>{const n=l(e.plugins),a=v(e),r=t(a)?["onboarding","licensekeymanager"]:a.concat(["onboarding","licensekeymanager"]);return m(n,(e=>!(((e,t)=>i.call(e,t))(r,e)>-1)))})(e),a=c(s(n,(t=>u(e,t))),((e,t)=>e.name.localeCompare(t.name))),r=s(a,(e=>"<li>"+e.html+"</li>")),o=r.length,p=r.join("");return"<p><b>"+f.translate(["Plugins installed ({0}):",o])+"</b></p><ul>"+p+"</ul>"},y={type:"htmlpanel",presets:"document",html:[(e=>null==e?"":"<div>"+p(e)+"</div>")(e),(()=>{const e=m(x,(({type:e})=>"premium"===e)),t=c(s(e,(e=>e.name)),((e,t)=>e.localeCompare(t))),n=s(t,(e=>`<li>${e}</li>`)).join("");return"<div><p><b>"+f.translate("Premium plugins:")+"</b></p><ul>"+n+'<li class="tox-help__more-link" "><a href="https://www.tiny.cloud/pricing/?utm_campaign=help_dialog_plugin_tab&utm_source=tiny&utm_medium=referral&utm_term=read_more&utm_content=premium_plugin_heading" rel="noopener" target="_blank" data-alloy-tabstop="true" tabindex="-1">'+f.translate("Learn more...")+"</a></li></ul></div>"})()].join("")};return{name:"plugins",title:"Plugins",items:[y]}};var O=tinymce.util.Tools.resolve("tinymce.EditorManager");const F=(t,n,a)=>()=>{(async(t,n,a)=>{const o=_(),i=await(async e=>({name:"keyboardnav",title:"Keyboard Navigation",items:[{type:"htmlpanel",presets:"document",html:await w(e)}]}))(a),m=T(t),c=(()=>{var e,t;const n='<a data-alloy-tabstop="true" tabindex="-1" href="https://www.tiny.cloud/docs/tinymce/8/changelog/?utm_campaign=help_dialog_version_tab&utm_source=tiny&utm_medium=referral" rel="noopener" target="_blank">TinyMCE '+(e=O.majorVersion,t=O.minorVersion,(0===e.indexOf("@")?"X.X.X":e+"."+t)+"</a>");return{name:"versions",title:"Version",items:[{type:"htmlpanel",html:"<p>"+f.translate(["You are using {0}",n])+"</p>",presets:"document"}]}})(),u={[o.name]:o,[i.name]:i,[m.name]:m,[c.name]:c,...n.get()};return r.from(k(t)).fold((()=>(e=>{const t=l(e),n=t.indexOf("versions");return-1!==n&&(t.splice(n,1),t.push("versions")),{tabs:e,names:t}})(u)),(t=>((t,n)=>{const a={},r=s(t,(t=>{if(e(t))return p(n,t)&&(a[t]=n[t]),t;{const e=t.name??h("tab-name");return a[e]=t,e}}));return{tabs:a,names:r}})(t,u)))})(t,n,a).then((({tabs:e,names:n})=>{const a={type:"tabpanel",tabs:(e=>{const t=[],n=e=>{t.push(e)};for(let t=0;t<e.length;t++)e[t].each(n);return t})(s(n,(t=>{return p(n=e,a=t)?r.from(n[a]):r.none();var n,a})))};t.windowManager.open({title:"Help",size:"medium",body:a,buttons:[{type:"cancel",name:"close",text:"Close",primary:!0}],initialData:{}})}))};d.add("help",((e,t)=>{const n=(()=>{let e={};return{get:()=>e,set:t=>{e=t}}})(),a=(e=>({addTab:t=>{const n=t.name??h("tab-name"),a=e.get();a[n]=t,e.set(a)}}))(n);(e=>{(0,e.options.register)("help_tabs",{processor:"array"})})(e);const r=F(e,n,t);return((e,t)=>{e.ui.registry.addButton("help",{icon:"help",tooltip:"Help",onAction:t,context:"any"}),e.ui.registry.addMenuItem("help",{text:"Help",icon:"help",shortcut:"Alt+0",onAction:t,context:"any"})})(e,r),((e,t)=>{e.addCommand("mceHelp",t)})(e,r),e.shortcuts.add("Alt+0","Open help dialog","mceHelp"),((e,t)=>{e.on("init",(()=>{w(t)}))})(e,t),a}))}();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,9 +1,9 @@
1
1
  tinymce.addI18n("ka-GE", {
2
2
  "#": "#",
3
3
  "Accessibility": "\u10ee\u10d4\u10da\u10db\u10d8\u10e1\u10d0\u10ec\u10d5\u10d3\u10dd\u10db\u10dd\u10d1\u10d0",
4
- "Accordion": "",
5
- "Accordion body...": "",
6
- "Accordion summary...": "",
4
+ "Accordion": "\u10d0\u10d9\u10dd\u10e0\u10d3\u10d8\u10dd\u10dc\u10d8",
5
+ "Accordion body...": "\u10d0\u10d9\u10dd\u10e0\u10d3\u10d8\u10dd\u10dc\u10d8\u10e1 \u10e1\u10ee\u10d4\u10e3\u10da\u10d8...",
6
+ "Accordion summary...": "\u10d0\u10d9\u10dd\u10e0\u10d3\u10d8\u10dd\u10dc\u10d8\u10e1 \u10e8\u10d4\u10ef\u10d0\u10db\u10d4\u10d1\u10d0...",
7
7
  "Action": "\u10e5\u10db\u10d4\u10d3\u10d4\u10d1\u10d0",
8
8
  "Activity": "\u10d0\u10e5\u10e2\u10d8\u10d5\u10dd\u10d1\u10d0",
9
9
  "Address": "\u10db\u10d8\u10e1\u10d0\u10db\u10d0\u10e0\u10d7\u10d8",
@@ -13,7 +13,7 @@ tinymce.addI18n("ka-GE", {
13
13
  "Align left": "\u10d2\u10d0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4 \u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5",
14
14
  "Align right": "\u10d2\u10d0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4 \u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5",
15
15
  "Alignment": "\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d0",
16
- "Alignment {0}": "",
16
+ "Alignment {0}": "\u10db\u10dd\u10e0\u10d2\u10d4\u10d1\u10d0 {0}",
17
17
  "All": "\u10e7\u10d5\u10d4\u10da\u10d0",
18
18
  "Alternative description": "\u10d0\u10da\u10e2\u10d4\u10e0\u10dc\u10d0\u10e2\u10d8\u10e3\u10da\u10d8 \u10d0\u10e6\u10ec\u10d4\u10e0\u10d0",
19
19
  "Alternative source": "\u10d0\u10da\u10e2\u10d4\u10e0\u10dc\u10d0\u10e2\u10d8\u10e3\u10da\u10d8 \u10ec\u10e7\u10d0\u10e0\u10dd",
@@ -28,7 +28,7 @@ tinymce.addI18n("ka-GE", {
28
28
  "Background color {0}": "\u10e4\u10dd\u10dc\u10d8\u10e1 \u10e4\u10d4\u10e0\u10d8 {0}",
29
29
  "Black": "\u10e8\u10d0\u10d5\u10d8",
30
30
  "Block": "\u10e9\u10d0\u10d9\u10d4\u10e2\u10d5\u10d0",
31
- "Block {0}": "",
31
+ "Block {0}": "\u10d1\u10da\u10dd\u10d9\u10d8 {0}",
32
32
  "Blockquote": "\u10d1\u10da\u10dd\u10d9\u10d8\u10e0\u10d4\u10d1\u10e3\u10da\u10d8 \u10ea\u10d8\u10e2\u10d0\u10e2\u10d0",
33
33
  "Blocks": "\u10d1\u10da\u10dd\u10d9\u10d4\u10d1\u10d8",
34
34
  "Blue": "\u10da\u10e3\u10e0\u10ef\u10d8",
@@ -95,7 +95,7 @@ tinymce.addI18n("ka-GE", {
95
95
  "Date/time": "\u10d7\u10d0\u10e0\u10d8\u10e6\u10d8/\u10d3\u10e0\u10dd",
96
96
  "Decrease indent": "\u10d0\u10d1\u10d6\u10d0\u10ea\u10d8\u10e1 \u10e8\u10d4\u10db\u10ea\u10d8\u10e0\u10d4\u10d1\u10d0",
97
97
  "Default": "\u10e1\u10e2\u10d0\u10dc\u10d3\u10d0\u10e0\u10e2\u10e3\u10da\u10d8",
98
- "Delete accordion": "",
98
+ "Delete accordion": "\u10d0\u10d9\u10dd\u10e0\u10d3\u10d8\u10dd\u10dc\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
99
99
  "Delete column": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
100
100
  "Delete row": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
101
101
  "Delete table": "\u10ea\u10ee\u10e0\u10d8\u10da\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
@@ -179,7 +179,7 @@ tinymce.addI18n("ka-GE", {
179
179
  "Inline": "\u10ee\u10d0\u10d6\u10e8\u10d8\u10d3\u10d0",
180
180
  "Insert": "\u10e9\u10d0\u10e1\u10db\u10d0",
181
181
  "Insert Template": "\u10e8\u10d0\u10d1\u10da\u10dd\u10dc\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
182
- "Insert accordion": "",
182
+ "Insert accordion": "\u10d0\u10d9\u10dd\u10e0\u10d3\u10d8\u10dd\u10dc\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
183
183
  "Insert column after": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10d1\u10dd\u10da\u10dd\u10e8\u10d8 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0",
184
184
  "Insert column before": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10d7\u10d0\u10d5\u10e8\u10d8 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0",
185
185
  "Insert date/time": "\u10d7\u10d0\u10e0\u10d8\u10e6\u10d8/\u10d3\u10e0\u10dd\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
@@ -271,8 +271,8 @@ tinymce.addI18n("ka-GE", {
271
271
  "Preferences": "\u10de\u10e0\u10d4\u10e4\u10d4\u10e0\u10d4\u10dc\u10ea\u10d8\u10d4\u10d1\u10d8",
272
272
  "Preformatted": "\u10ec\u10d8\u10dc\u10d0\u10e1\u10ec\u10d0\u10e0 \u10e4\u10dd\u10e0\u10db\u10d0\u10e2\u10d8\u10e0\u10d4\u10d1\u10e3\u10da\u10d8",
273
273
  "Premium plugins:": "\u10de\u10e0\u10d4\u10db\u10d8\u10e3\u10db \u10de\u10da\u10d0\u10d2\u10d8\u10dc\u10d4\u10d1\u10d8:",
274
- "Press the Up and Down arrow keys to resize the editor.": "",
275
- "Press the arrow keys to resize the editor.": "",
274
+ "Press the Up and Down arrow keys to resize the editor.": "\u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4 \u10d6\u10d4\u10db\u10dd\u10d7 \u10d3\u10d0 \u10e5\u10d5\u10d4\u10db\u10dd\u10d7 \u10d8\u10e1\u10e0\u10d8\u10e1 \u10e6\u10d8\u10da\u10d0\u10d9\u10d4\u10d1\u10e1 \u10e0\u10d4\u10d3\u10d0\u10e5\u10e2\u10dd\u10e0\u10d8\u10e1 \u10d6\u10dd\u10db\u10d8\u10e1 \u10e8\u10d4\u10e1\u10d0\u10ea\u10d5\u10da\u10d4\u10da\u10d0\u10d3.",
275
+ "Press the arrow keys to resize the editor.": "\u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4\u10d7 \u10d8\u10e1\u10e0\u10d8\u10e1 \u10e6\u10d8\u10da\u10d0\u10d9\u10d4\u10d1\u10e1 \u10e0\u10d4\u10d3\u10d0\u10e5\u10e2\u10dd\u10e0\u10d8\u10e1 \u10d6\u10dd\u10db\u10d8\u10e1 \u10e8\u10d4\u10e1\u10d0\u10ea\u10d5\u10da\u10d4\u10da\u10d0\u10d3.",
276
276
  "Press {0} for help": "\u10d3\u10d0\u10e1\u10d0\u10ee\u10db\u10d0\u10e0\u10d4\u10d1\u10da\u10d0\u10d3 \u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4\u10d7 {0}",
277
277
  "Preview": "\u10ec\u10d8\u10dc\u10d0\u10e1\u10ec\u10d0\u10e0 \u10dc\u10d0\u10ee\u10d5\u10d0",
278
278
  "Previous": "\u10ec\u10d8\u10dc\u10d0",
@@ -349,7 +349,7 @@ tinymce.addI18n("ka-GE", {
349
349
  "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "\u10d7\u10e5\u10d5\u10d4\u10dc\u10e1 \u10db\u10d8\u10d4\u10e0 \u10db\u10d8\u10d7\u10d8\u10d7\u10d4\u10d1\u10e3\u10da\u10d8 \u10db\u10d8\u10e1\u10d0\u10db\u10d0\u10e0\u10d7\u10d8 \u10ec\u10d0\u10e0\u10db\u10dd\u10d0\u10d3\u10d2\u10d4\u10dc\u10e1 \u10d2\u10d0\u10e0\u10d4 \u10d1\u10db\u10e3\u10da\u10e1. \u10d2\u10e1\u10e3\u10e0\u10d7, \u10e0\u10dd\u10db \u10d3\u10d0\u10d4\u10db\u10d0\u10e2\u10dd\u10e1 https:// \u10e4\u10e0\u10d4\u10e4\u10d8\u10e5\u10e1\u10d8?",
350
350
  "Title": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8",
351
351
  "To open the popup, press Shift+Enter": "\u10d0\u10db\u10dd\u10db\u10ee\u10e2\u10d0\u10e0\u10d8 \u10e4\u10d0\u10dc\u10ef\u10e0\u10d8\u10e1 \u10d2\u10d0\u10e1\u10d0\u10ee\u10e1\u10dc\u10d4\u10da\u10d0\u10d3 \u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4\u10d7 Shift+Enter",
352
- "Toggle accordion": "",
352
+ "Toggle accordion": "\u10d0\u10d9\u10dd\u10e0\u10d3\u10d8\u10dd\u10dc\u10d8\u10e1 \u10d2\u10d0\u10d3\u10d0\u10e0\u10d7\u10d5\u10d0",
353
353
  "Tools": "\u10d8\u10d0\u10e0\u10d0\u10e6\u10d4\u10d1\u10d8",
354
354
  "Top": "\u10db\u10d0\u10e6\u10da\u10d0",
355
355
  "Travel and Places": "\u10db\u10dd\u10d2\u10d6\u10d0\u10e3\u10e0\u10dd\u10d1\u10d0 \u10d3\u10d0 \u10d0\u10d3\u10d2\u10d8\u10da\u10d4\u10d1\u10d8",
@@ -102,7 +102,7 @@ tinymce.addI18n("ro", {
102
102
  "Dimensions": "Dimensiuni",
103
103
  "Disc": "Punct",
104
104
  "Div": "Div",
105
- "Document": "",
105
+ "Document": "Document",
106
106
  "Dotted": "",
107
107
  "Double": "",
108
108
  "Drop an image here": "Glisa\u021bi o imagine aici",
@@ -131,7 +131,7 @@ tinymce.addI18n("ro", {
131
131
  "Focus to element path": "Centrare pe calea elementului",
132
132
  "Focus to menubar": "Centrare pe bara de meniuri",
133
133
  "Focus to toolbar": "Centrare pe bara de unelte",
134
- "Font": "",
134
+ "Font": "Font",
135
135
  "Font size {0}": "",
136
136
  "Font sizes": "Dimensiuni de font",
137
137
  "Font {0}": "",
@@ -161,8 +161,8 @@ tinymce.addI18n("ro", {
161
161
  "Height": "\xcen\u0103l\u021bime",
162
162
  "Help": "Ajutor",
163
163
  "Hex color code": "",
164
- "Hidden": "",
165
- "Horizontal align": "",
164
+ "Hidden": "Ascuns",
165
+ "Horizontal align": "Aliniere orizontal\u0103",
166
166
  "Horizontal line": "Linie orizontal\u0103",
167
167
  "Horizontal space": "Spa\u0163iu orizontal",
168
168
  "ID": "ID",
@@ -217,7 +217,7 @@ tinymce.addI18n("ro", {
217
217
  "List Properties": "Propriet\u0103\u021bi list\u0103",
218
218
  "List properties...": "Propriet\u0103\u021bi list\u0103...",
219
219
  "Loading emojis...": "",
220
- "Loading...": "",
220
+ "Loading...": "A\u0219tepta\u021bi...",
221
221
  "Lower Alpha": "Litere mici",
222
222
  "Lower Greek": "Grecesc mic",
223
223
  "Lower Roman": "Cifre romane mici",
@@ -271,8 +271,8 @@ tinymce.addI18n("ro", {
271
271
  "Preferences": "Preferin\u021be",
272
272
  "Preformatted": "Preformatat",
273
273
  "Premium plugins:": "Module premium:",
274
- "Press the Up and Down arrow keys to resize the editor.": "",
275
- "Press the arrow keys to resize the editor.": "",
274
+ "Press the Up and Down arrow keys to resize the editor.": "Ap\u0103sa\u021bi tastele Sus \u0219i Jos pentru a redimensiona editorul.",
275
+ "Press the arrow keys to resize the editor.": "Ap\u0103sa\u021bi tastele s\u0103geat\u0103 pentru a redimensiona editorul.",
276
276
  "Press {0} for help": "",
277
277
  "Preview": "Previzualizare",
278
278
  "Previous": "Anterior",
@@ -357,7 +357,7 @@ tinymce.addI18n("ro", {
357
357
  "Underline": "Subliniere",
358
358
  "Undo": "Anulare",
359
359
  "Upload": "\xcenc\u0103rcare",
360
- "Uploading image": "",
360
+ "Uploading image": "\xcenc\u0103rcare imagine",
361
361
  "Upper Alpha": "Litere mari",
362
362
  "Upper Roman": "Cifre romane mari",
363
363
  "Url": "Url",
@@ -421,6 +421,6 @@ tinymce.addI18n("ro", {
421
421
  "yuan character": "simbol yuan",
422
422
  "yuan character, in hong kong and taiwan": "simbol yuan \xeen Hong Kong \u0219i Taiwan",
423
423
  "{0} characters": "{0} caractere",
424
- "{0} columns, {1} rows": "",
424
+ "{0} columns, {1} rows": "{0} coloane, {1} r\xe2nduri",
425
425
  "{0} words": "{0} cuvinte"
426
426
  });
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * TinyMCE version 8.2.1 (2025-11-06)
2
+ * TinyMCE version 8.2.2 (2025-11-17)
3
3
  */
4
4
 
5
5
  (function () {
@@ -24643,7 +24643,10 @@
24643
24643
  const determineStrategy = (editor) => {
24644
24644
  const onlineStatus = getOnlineStatus(editor);
24645
24645
  const licenseKeyType = getLicenseKeyType(editor);
24646
- const forcePlugin = (new Set(getPlugins(editor))).has(PLUGIN_CODE$1);
24646
+ const forcePlugin = new Set([
24647
+ ...getPlugins(editor),
24648
+ ...keys(getExternalPlugins$1(editor)),
24649
+ ]).has(PLUGIN_CODE$1);
24647
24650
  if (licenseKeyType !== 'gpl' || onlineStatus === 'online' || forcePlugin) {
24648
24651
  return {
24649
24652
  type: 'use_plugin',
@@ -24694,7 +24697,8 @@
24694
24697
  const load = (editor, suffix) => {
24695
24698
  const strategy = determineStrategy(editor);
24696
24699
  if (strategy.type === 'use_plugin') {
24697
- const url = `plugins/${PLUGIN_CODE}/plugin${suffix}.js`;
24700
+ const externalUrl = get$a(getExternalPlugins$1(editor), PLUGIN_CODE).map(trim$4).filter(isNotEmpty);
24701
+ const url = externalUrl.getOr(`plugins/${PLUGIN_CODE}/plugin${suffix}.js`);
24698
24702
  addOnManager.load(ADDON_KEY, url).catch(() => {
24699
24703
  licenseKeyManagerLoadError(editor, url);
24700
24704
  });
@@ -40543,14 +40547,14 @@
40543
40547
  * @property minorVersion
40544
40548
  * @type String
40545
40549
  */
40546
- minorVersion: '2.1',
40550
+ minorVersion: '2.2',
40547
40551
  /**
40548
40552
  * Release date of TinyMCE build.
40549
40553
  *
40550
40554
  * @property releaseDate
40551
40555
  * @type String
40552
40556
  */
40553
- releaseDate: '2025-11-06',
40557
+ releaseDate: '2025-11-17',
40554
40558
  /**
40555
40559
  * Collection of language pack data.
40556
40560
  *