@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231214.0 → 0.0.0-nightly-20231216.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.
- package/CHANGELOG.md +1 -1
- package/build/track-changes.js +1 -1
- package/package.json +4 -3
- package/src/augmentation.d.ts +2 -2
- package/src/commands/acceptsuggestioncommand.d.ts +2 -2
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.d.ts +2 -2
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.d.ts +2 -2
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.d.ts +2 -2
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.d.ts +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +12 -12
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.d.ts +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.d.ts +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.d.ts +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.d.ts +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.d.ts +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.d.ts +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.d.ts +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.d.ts +2 -2
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.d.ts +1 -1
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.d.ts +3 -3
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.d.ts +2 -2
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.d.ts +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.d.ts +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.d.ts +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.d.ts +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.d.ts +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.d.ts +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.d.ts +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.d.ts +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.d.ts +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.d.ts +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.d.ts +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.d.ts +2 -2
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.d.ts +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.d.ts +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.d.ts +3 -3
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.d.ts +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.d.ts +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.d.ts +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.d.ts +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.d.ts +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.d.ts +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.d.ts +2 -2
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.d.ts +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.d.ts +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.d.ts +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.d.ts +2 -2
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.d.ts +2 -2
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.d.ts +4 -4
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.d.ts +2 -2
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.d.ts +2 -2
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.d.ts +4 -4
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.d.ts +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.d.ts +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.d.ts +3 -3
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +5 -5
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.d.ts +3 -3
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +5 -5
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +1 -1
- package/src/trackchangesdata.d.ts +2 -2
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +53 -53
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +3 -3
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +5 -5
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.d.ts +6 -6
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +5 -5
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.d.ts +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +4 -4
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},995:(t,e,n)=>{t.exports=n(79)("./src/widget.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var i=e[o]={exports:{}};return t[o](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{BaseSuggestionThreadView:()=>Pc,TrackChanges:()=>el,TrackChangesData:()=>xl,TrackChangesEditing:()=>hc});var t=n(704),e=n(209),r=n(273),i=n(417),s=n(492),x=n(995);const a=["forceDisabled","editor","value","TrackChangesCommand","refresh","has","isEnabled","clearForceDisabled","execute","affectsData","commands","_enabledCommands"];var c,l;c=a,l=351,function(t){for(;--t;)c.push(c.shift())}(++l);const u=function(t,e){return a[t-=0]};class d extends t.Command{constructor(t,e){super(t),this._enabledCommands=e,this[u("0xb")]=!1,this[u("0x1")](),this._isEnabledBasedOnSelection=!1}[u("0x1")](){this[u("0x3")]=!0}[u("0x5")](){this[u("0xb")]=!this[u("0xb")],this[u("0xb")]?this._disableUnsupportedCommands():this._enableCommands()}_disableUnsupportedCommands(){for(const t of this[u("0xa")][u("0x7")].commands())t[u("0x6")]&&!this._enabledCommands[u("0x2")](t)&&t[u("0x9")](u("0x0"))}_enableCommands(){for(const t of this.editor[u("0x7")][u("0x7")]())t[u("0x6")]&&!this[u("0x8")][u("0x2")](t)&&t[u("0x4")]("TrackChangesCommand")}}const g=["editor","track-changes-accept-suggestion-not-found","model","acceptSuggestion","getRanges","get","isEnabled","plugins","canEditAt","refresh","TrackChangesEditing","_suggestions"];var f,m;f=g,m=325,function(t){for(;--t;)f.push(f.shift())}(++m);const h=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this[h("0xa")]=e,this.refresh(),this._isEnabledBasedOnSelection=!1}[h("0x8")](){this[h("0x5")]=!0}execute(t){const n=this._suggestions[h("0x4")](t);if(!n)throw new e.CKEditorError(h("0x0"),this);const o=n[h("0x3")]();this[h("0xb")][h("0x1")][h("0x7")](o)&&this[h("0xb")][h("0x6")].get(h("0x9"))[h("0x2")](n)}}const b=["editor","canEditAt","model","getRanges","isEnabled","TrackChangesEditing","_suggestions","execute","refresh","discardSuggestion","track-changes-discard-suggestion-not-found","_isEnabledBasedOnSelection"];var E,_;E=b,_=211,function(t){for(;--t;)E.push(E.shift())}(++_);const T=function(t,e){return b[t-=0]};class y extends t.Command{constructor(t,e){super(t),this[T("0xb")]=e,this[T("0x1")](),this[T("0x4")]=!1}[T("0x1")](){this[T("0x9")]=!0}[T("0x0")](t){const n=this[T("0xb")].get(t);if(!n)throw new e.CKEditorError(T("0x3"),this);const o=n[T("0x8")]();this[T("0x5")][T("0x7")][T("0x6")](o)&&this.editor.plugins.get(T("0xa"))[T("0x2")](n)}}const C=["next","push","getRanges","add","execute","splice","type","isTouching","length","content","isObject","isIntersecting","createPositionBefore","from","end","deletion","isArray"," [color ","replace","isInContent","isMultiRange","map","createPositionAfter"];var A,k;A=C,k=236,function(t){for(;--t;)A.push(A.shift())}(++k);const I=function(t,e){return C[t-=0]};function S(t){return t.sort(((t,e)=>I("0x9")==t[I("0x0")]&&I("0x9")!=e[I("0x0")]?-1:"deletion"!=t[I("0x0")]&&I("0x9")==e[I("0x0")]?1:0))}function R(t,e){let n,o=0;const r=[],i=e.schema;for(;o<t[I("0x2")];){const s=t[o],x=t[o+1];n||(n=e[I("0x6")](s)),v(e,s,x)||(r[I("0x12")](e.createRange(n,i[I("0x4")](s)?e[I("0x10")](s):e.createPositionAt(s,I("0x8")))),n=null),o++}return r}function v(t,e,n){if(!n)return!1;const o=t[I("0x10")](e),r=t.createPositionBefore(n);return o[I("0x1")](r)}function N(t,e,n){for(;n[I("0x2")];){const o=n[I("0x16")](0,100);t.change((()=>{for(const t of o)t.isInContent&&e[I("0x15")](t.id)}))}}const L=["values","from","_isEnabledBasedOnSelection","canEditAt","editor","refresh","getRanges","execute","_suggestions","_command","model"];var M,w;M=L,w=282,function(t){for(;--t;)M.push(M.shift())}(++w);const O=function(t,e){return L[t-=0]};class F extends t.Command{constructor(t,e,n){super(t),this[O("0x2")]=e,this[O("0x1")]=n,this.refresh(),this[O("0x6")]=!1}[O("0x9")](){const t=Array[O("0x5")](this[O("0x1")][O("0x4")]()).some((t=>t.isInContent));this.isEnabled=this._command.isEnabled&&t}[O("0x0")](){const t=S(Array[O("0x5")](this[O("0x1")][O("0x4")]()));for(const e of t){const t=e[O("0xa")]();if(!this.editor[O("0x3")][O("0x7")](t))return}N(this[O("0x8")][O("0x3")],this[O("0x2")],t)}}const D=["values","model","document","execute","editor","refresh","getRanges","_command","from","canEditAt","isEnabled","selection","_suggestions","_selectedSuggestions"];var B,P;B=D,P=412,function(t){for(;--t;)B.push(B.shift())}(++P);const U=function(t,e){return D[t-=0]};class j extends t.Command{constructor(t,e,n){super(t),this[U("0x1")]=e,this[U("0x6")]=n,this[U("0x7")]=new Set,this[U("0xd")](),this._isEnabledBasedOnSelection=!1}refresh(){const t=this[U("0xc")][U("0x9")][U("0xa")][U("0x5")],e=Array[U("0x2")](this[U("0x6")][U("0x8")]());this[U("0x7")]=function(t,e){const n=Array[I("0x7")](t[I("0x13")]()),o=new Set;for(const r of e)if(r[I("0xd")])for(const e of n)for(const n of r.getRanges())(e[I("0x5")](n)||t.isCollapsed&&!r[I("0xe")]&&r[I("0x11")]&&n[I("0x8")].isTouching(e.start))&&o[I("0x14")](r);return o}(t,e),this.isEnabled=this._command[U("0x4")]&&!!this[U("0x7")].size}[U("0xb")](){const t=S(Array[U("0x2")](this[U("0x7")]));for(const e of t){const t=e[U("0x0")]();if(!this[U("0xc")][U("0x9")][U("0x3")](t))return}N(this[U("0xc")][U("0x9")],this._command,t)}}const G=function(){this.__data__=[],this.size=0};const H=function(t,e){return t===e||t!=t&&e!=e};const V=function(t,e){for(var n=t.length;n--;)if(H(t[n][0],e))return n;return-1};var z=Array.prototype.splice;const W=function(t){var e=this.__data__,n=V(e,t);return!(n<0)&&(n==e.length-1?e.pop():z.call(e,n,1),--this.size,!0)};const K=function(t){var e=this.__data__,n=V(e,t);return n<0?void 0:e[n][1]};const q=function(t){return V(this.__data__,t)>-1};const X=function(t,e){var n=this.__data__,o=V(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function $(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}$.prototype.clear=G,$.prototype.delete=W,$.prototype.get=K,$.prototype.has=q,$.prototype.set=X;const Z=$;const Y=function(){this.__data__=new Z,this.size=0};const J=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const Q=function(t){return this.__data__.get(t)};const tt=function(t){return this.__data__.has(t)};const et="object"==typeof global&&global&&global.Object===Object&&global;var nt="object"==typeof self&&self&&self.Object===Object&&self;const ot=et||nt||Function("return this")();const rt=ot.Symbol;var it=Object.prototype,st=it.hasOwnProperty,xt=it.toString,at=rt?rt.toStringTag:void 0;const ct=function(t){var e=st.call(t,at),n=t[at];try{t[at]=void 0;var o=!0}catch(t){}var r=xt.call(t);return o&&(e?t[at]=n:delete t[at]),r};var lt=Object.prototype.toString;const ut=function(t){return lt.call(t)};var dt=rt?rt.toStringTag:void 0;const gt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":dt&&dt in Object(t)?ct(t):ut(t)};const ft=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const mt=function(t){if(!ft(t))return!1;var e=gt(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ht=ot["__core-js_shared__"];var pt,bt=(pt=/[^.]+$/.exec(ht&&ht.keys&&ht.keys.IE_PROTO||""))?"Symbol(src)_1."+pt:"";const Et=function(t){return!!bt&&bt in t};var _t=Function.prototype.toString;const Tt=function(t){if(null!=t){try{return _t.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var yt=/^\[object .+?Constructor\]$/,Ct=Function.prototype,At=Object.prototype,kt=Ct.toString,It=At.hasOwnProperty,St=RegExp("^"+kt.call(It).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Rt=function(t){return!(!ft(t)||Et(t))&&(mt(t)?St:yt).test(Tt(t))};const vt=function(t,e){return null==t?void 0:t[e]};const Nt=function(t,e){var n=vt(t,e);return Rt(n)?n:void 0};const Lt=Nt(ot,"Map");const Mt=Nt(Object,"create");const wt=function(){this.__data__=Mt?Mt(null):{},this.size=0};const Ot=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Ft=Object.prototype.hasOwnProperty;const Dt=function(t){var e=this.__data__;if(Mt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Ft.call(e,t)?e[t]:void 0};var Bt=Object.prototype.hasOwnProperty;const Pt=function(t){var e=this.__data__;return Mt?void 0!==e[t]:Bt.call(e,t)};const Ut=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Mt&&void 0===e?"__lodash_hash_undefined__":e,this};function jt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}jt.prototype.clear=wt,jt.prototype.delete=Ot,jt.prototype.get=Dt,jt.prototype.has=Pt,jt.prototype.set=Ut;const Gt=jt;const Ht=function(){this.size=0,this.__data__={hash:new Gt,map:new(Lt||Z),string:new Gt}};const Vt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const zt=function(t,e){var n=t.__data__;return Vt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Wt=function(t){var e=zt(this,t).delete(t);return this.size-=e?1:0,e};const Kt=function(t){return zt(this,t).get(t)};const qt=function(t){return zt(this,t).has(t)};const Xt=function(t,e){var n=zt(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function $t(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}$t.prototype.clear=Ht,$t.prototype.delete=Wt,$t.prototype.get=Kt,$t.prototype.has=qt,$t.prototype.set=Xt;const Zt=$t;const Yt=function(t,e){var n=this.__data__;if(n instanceof Z){var o=n.__data__;if(!Lt||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Zt(o)}return n.set(t,e),this.size=n.size,this};function Jt(t){var e=this.__data__=new Z(t);this.size=e.size}Jt.prototype.clear=Y,Jt.prototype.delete=J,Jt.prototype.get=Q,Jt.prototype.has=tt,Jt.prototype.set=Yt;const Qt=Jt;const te=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const ee=function(){try{var t=Nt(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const ne=function(t,e,n){"__proto__"==e&&ee?ee(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var oe=Object.prototype.hasOwnProperty;const re=function(t,e,n){var o=t[e];oe.call(t,e)&&H(o,n)&&(void 0!==n||e in t)||ne(t,e,n)};const ie=function(t,e,n,o){var r=!n;n||(n={});for(var i=-1,s=e.length;++i<s;){var x=e[i],a=o?o(n[x],t[x],x,n,t):void 0;void 0===a&&(a=t[x]),r?ne(n,x,a):re(n,x,a)}return n};const se=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const xe=function(t){return null!=t&&"object"==typeof t};const ae=function(t){return xe(t)&&"[object Arguments]"==gt(t)};var ce=Object.prototype,le=ce.hasOwnProperty,ue=ce.propertyIsEnumerable;const de=ae(function(){return arguments}())?ae:function(t){return xe(t)&&le.call(t,"callee")&&!ue.call(t,"callee")};const ge=Array.isArray;const fe=function(){return!1};var me="object"==typeof exports&&exports&&!exports.nodeType&&exports,he=me&&"object"==typeof module&&module&&!module.nodeType&&module,pe=he&&he.exports===me?ot.Buffer:void 0;const be=(pe?pe.isBuffer:void 0)||fe;var Ee=/^(?:0|[1-9]\d*)$/;const _e=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ee.test(t))&&t>-1&&t%1==0&&t<e};const Te=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var ye={};ye["[object Float32Array]"]=ye["[object Float64Array]"]=ye["[object Int8Array]"]=ye["[object Int16Array]"]=ye["[object Int32Array]"]=ye["[object Uint8Array]"]=ye["[object Uint8ClampedArray]"]=ye["[object Uint16Array]"]=ye["[object Uint32Array]"]=!0,ye["[object Arguments]"]=ye["[object Array]"]=ye["[object ArrayBuffer]"]=ye["[object Boolean]"]=ye["[object DataView]"]=ye["[object Date]"]=ye["[object Error]"]=ye["[object Function]"]=ye["[object Map]"]=ye["[object Number]"]=ye["[object Object]"]=ye["[object RegExp]"]=ye["[object Set]"]=ye["[object String]"]=ye["[object WeakMap]"]=!1;const Ce=function(t){return xe(t)&&Te(t.length)&&!!ye[gt(t)]};const Ae=function(t){return function(e){return t(e)}};var ke="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ie=ke&&"object"==typeof module&&module&&!module.nodeType&&module,Se=Ie&&Ie.exports===ke&&et.process;const Re=function(){try{var t=Ie&&Ie.require&&Ie.require("util").types;return t||Se&&Se.binding&&Se.binding("util")}catch(t){}}();var ve=Re&&Re.isTypedArray;const Ne=ve?Ae(ve):Ce;var Le=Object.prototype.hasOwnProperty;const Me=function(t,e){var n=ge(t),o=!n&&de(t),r=!n&&!o&&be(t),i=!n&&!o&&!r&&Ne(t),s=n||o||r||i,x=s?se(t.length,String):[],a=x.length;for(var c in t)!e&&!Le.call(t,c)||s&&("length"==c||r&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_e(c,a))||x.push(c);return x};var we=Object.prototype;const Oe=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||we)};const Fe=function(t,e){return function(n){return t(e(n))}};const De=Fe(Object.keys,Object);var Be=Object.prototype.hasOwnProperty;const Pe=function(t){if(!Oe(t))return De(t);var e=[];for(var n in Object(t))Be.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Ue=function(t){return null!=t&&Te(t.length)&&!mt(t)};const je=function(t){return Ue(t)?Me(t):Pe(t)};const Ge=function(t,e){return t&&ie(e,je(e),t)};const He=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Ve=Object.prototype.hasOwnProperty;const ze=function(t){if(!ft(t))return He(t);var e=Oe(t),n=[];for(var o in t)("constructor"!=o||!e&&Ve.call(t,o))&&n.push(o);return n};const We=function(t){return Ue(t)?Me(t,!0):ze(t)};const Ke=function(t,e){return t&&ie(e,We(e),t)};var qe="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xe=qe&&"object"==typeof module&&module&&!module.nodeType&&module,$e=Xe&&Xe.exports===qe?ot.Buffer:void 0,Ze=$e?$e.allocUnsafe:void 0;const Ye=function(t,e){if(e)return t.slice();var n=t.length,o=Ze?Ze(n):new t.constructor(n);return t.copy(o),o};const Je=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const Qe=function(t,e){for(var n=-1,o=null==t?0:t.length,r=0,i=[];++n<o;){var s=t[n];e(s,n,t)&&(i[r++]=s)}return i};const tn=function(){return[]};var en=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const on=nn?function(t){return null==t?[]:(t=Object(t),Qe(nn(t),(function(e){return en.call(t,e)})))}:tn;const rn=function(t,e){return ie(t,on(t),e)};const sn=function(t,e){for(var n=-1,o=e.length,r=t.length;++n<o;)t[r+n]=e[n];return t};const xn=Fe(Object.getPrototypeOf,Object);const an=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)sn(e,on(t)),t=xn(t);return e}:tn;const cn=function(t,e){return ie(t,an(t),e)};const ln=function(t,e,n){var o=e(t);return ge(t)?o:sn(o,n(t))};const un=function(t){return ln(t,je,on)};const dn=function(t){return ln(t,We,an)};const gn=Nt(ot,"DataView");const fn=Nt(ot,"Promise");const mn=Nt(ot,"Set");const hn=Nt(ot,"WeakMap");var pn="[object Map]",bn="[object Promise]",En="[object Set]",_n="[object WeakMap]",Tn="[object DataView]",yn=Tt(gn),Cn=Tt(Lt),An=Tt(fn),kn=Tt(mn),In=Tt(hn),Sn=gt;(gn&&Sn(new gn(new ArrayBuffer(1)))!=Tn||Lt&&Sn(new Lt)!=pn||fn&&Sn(fn.resolve())!=bn||mn&&Sn(new mn)!=En||hn&&Sn(new hn)!=_n)&&(Sn=function(t){var e=gt(t),n="[object Object]"==e?t.constructor:void 0,o=n?Tt(n):"";if(o)switch(o){case yn:return Tn;case Cn:return pn;case An:return bn;case kn:return En;case In:return _n}return e});const Rn=Sn;var vn=Object.prototype.hasOwnProperty;const Nn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&vn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Ln=ot.Uint8Array;const Mn=function(t){var e=new t.constructor(t.byteLength);return new Ln(e).set(new Ln(t)),e};const wn=function(t,e){var n=e?Mn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var On=/\w*$/;const Fn=function(t){var e=new t.constructor(t.source,On.exec(t));return e.lastIndex=t.lastIndex,e};var Dn=rt?rt.prototype:void 0,Bn=Dn?Dn.valueOf:void 0;const Pn=function(t){return Bn?Object(Bn.call(t)):{}};const Un=function(t,e){var n=e?Mn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const jn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return Mn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return wn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Un(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return Fn(t);case"[object Symbol]":return Pn(t)}};var Gn=Object.create;const Hn=function(){function t(){}return function(e){if(!ft(e))return{};if(Gn)return Gn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Vn=function(t){return"function"!=typeof t.constructor||Oe(t)?{}:Hn(xn(t))};const zn=function(t){return xe(t)&&"[object Map]"==Rn(t)};var Wn=Re&&Re.isMap;const Kn=Wn?Ae(Wn):zn;const qn=function(t){return xe(t)&&"[object Set]"==Rn(t)};var Xn=Re&&Re.isSet;const $n=Xn?Ae(Xn):qn;var Zn="[object Arguments]",Yn="[object Function]",Jn="[object Object]",Qn={};Qn[Zn]=Qn["[object Array]"]=Qn["[object ArrayBuffer]"]=Qn["[object DataView]"]=Qn["[object Boolean]"]=Qn["[object Date]"]=Qn["[object Float32Array]"]=Qn["[object Float64Array]"]=Qn["[object Int8Array]"]=Qn["[object Int16Array]"]=Qn["[object Int32Array]"]=Qn["[object Map]"]=Qn["[object Number]"]=Qn[Jn]=Qn["[object RegExp]"]=Qn["[object Set]"]=Qn["[object String]"]=Qn["[object Symbol]"]=Qn["[object Uint8Array]"]=Qn["[object Uint8ClampedArray]"]=Qn["[object Uint16Array]"]=Qn["[object Uint32Array]"]=!0,Qn["[object Error]"]=Qn[Yn]=Qn["[object WeakMap]"]=!1;const to=function t(e,n,o,r,i,s){var x,a=1&n,c=2&n,l=4&n;if(o&&(x=i?o(e,r,i,s):o(e)),void 0!==x)return x;if(!ft(e))return e;var u=ge(e);if(u){if(x=Nn(e),!a)return Je(e,x)}else{var d=Rn(e),g=d==Yn||"[object GeneratorFunction]"==d;if(be(e))return Ye(e,a);if(d==Jn||d==Zn||g&&!i){if(x=c||g?{}:Vn(e),!a)return c?cn(e,Ke(x,e)):rn(e,Ge(x,e))}else{if(!Qn[d])return i?e:{};x=jn(e,d,a)}}s||(s=new Qt);var f=s.get(e);if(f)return f;s.set(e,x),$n(e)?e.forEach((function(r){x.add(t(r,n,o,r,e,s))})):Kn(e)&&e.forEach((function(r,i){x.set(i,t(r,n,o,i,e,s))}));var m=u?void 0:(l?c?dn:un:c?We:je)(e);return te(m||e,(function(r,i){m&&(r=e[i=r]),re(x,i,t(r,n,o,i,e,s))})),x};const eo=function(t){return to(t,5)};const no=function(t){return"symbol"==typeof t||xe(t)&&"[object Symbol]"==gt(t)};var oo=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ro=/^\w*$/;const io=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!no(t))||(ro.test(t)||!oo.test(t)||null!=e&&t in Object(e))};function so(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,r=e?e.apply(this,o):o[0],i=n.cache;if(i.has(r))return i.get(r);var s=t.apply(this,o);return n.cache=i.set(r,s)||i,s};return n.cache=new(so.Cache||Zt),n}so.Cache=Zt;const xo=so;var ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,co=/\\(\\)?/g;const lo=function(t){var e=xo(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(ao,(function(t,n,o,r){e.push(o?r.replace(co,"$1"):n||t)})),e}));const uo=function(t,e){for(var n=-1,o=null==t?0:t.length,r=Array(o);++n<o;)r[n]=e(t[n],n,t);return r};var go=rt?rt.prototype:void 0,fo=go?go.toString:void 0;const mo=function t(e){if("string"==typeof e)return e;if(ge(e))return uo(e,t)+"";if(no(e))return fo?fo.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const ho=function(t){return null==t?"":mo(t)};const po=function(t,e){return ge(t)?t:io(t,e)?[t]:lo(ho(t))};const bo=function(t){if("string"==typeof t||no(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const Eo=function(t,e,n,o){if(!ft(t))return t;for(var r=-1,i=(e=po(e,t)).length,s=i-1,x=t;null!=x&&++r<i;){var a=bo(e[r]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(r!=s){var l=x[a];void 0===(c=o?o(l,a,x):void 0)&&(c=ft(l)?l:_e(e[r+1])?[]:{})}re(x,a,c),x=x[a]}return t};const _o=function(t,e,n){return null==t?t:Eo(t,e,n)};const To=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const yo=function(t){return this.__data__.has(t)};function Co(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Zt;++e<n;)this.add(t[e])}Co.prototype.add=Co.prototype.push=To,Co.prototype.has=yo;const Ao=Co;const ko=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const Io=function(t,e){return t.has(e)};const So=function(t,e,n,o,r,i){var s=1&n,x=t.length,a=e.length;if(x!=a&&!(s&&a>x))return!1;var c=i.get(t),l=i.get(e);if(c&&l)return c==e&&l==t;var u=-1,d=!0,g=2&n?new Ao:void 0;for(i.set(t,e),i.set(e,t);++u<x;){var f=t[u],m=e[u];if(o)var h=s?o(m,f,u,e,t,i):o(f,m,u,t,e,i);if(void 0!==h){if(h)continue;d=!1;break}if(g){if(!ko(e,(function(t,e){if(!Io(g,e)&&(f===t||r(f,t,n,o,i)))return g.push(e)}))){d=!1;break}}else if(f!==m&&!r(f,m,n,o,i)){d=!1;break}}return i.delete(t),i.delete(e),d};const Ro=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const vo=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var No=rt?rt.prototype:void 0,Lo=No?No.valueOf:void 0;const Mo=function(t,e,n,o,r,i,s){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!i(new Ln(t),new Ln(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return H(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var x=Ro;case"[object Set]":var a=1&o;if(x||(x=vo),t.size!=e.size&&!a)return!1;var c=s.get(t);if(c)return c==e;o|=2,s.set(t,e);var l=So(x(t),x(e),o,r,i,s);return s.delete(t),l;case"[object Symbol]":if(Lo)return Lo.call(t)==Lo.call(e)}return!1};var wo=Object.prototype.hasOwnProperty;const Oo=function(t,e,n,o,r,i){var s=1&n,x=un(t),a=x.length;if(a!=un(e).length&&!s)return!1;for(var c=a;c--;){var l=x[c];if(!(s?l in e:wo.call(e,l)))return!1}var u=i.get(t),d=i.get(e);if(u&&d)return u==e&&d==t;var g=!0;i.set(t,e),i.set(e,t);for(var f=s;++c<a;){var m=t[l=x[c]],h=e[l];if(o)var p=s?o(h,m,l,e,t,i):o(m,h,l,t,e,i);if(!(void 0===p?m===h||r(m,h,n,o,i):p)){g=!1;break}f||(f="constructor"==l)}if(g&&!f){var b=t.constructor,E=e.constructor;b==E||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof E&&E instanceof E||(g=!1)}return i.delete(t),i.delete(e),g};var Fo="[object Arguments]",Do="[object Array]",Bo="[object Object]",Po=Object.prototype.hasOwnProperty;const Uo=function(t,e,n,o,r,i){var s=ge(t),x=ge(e),a=s?Do:Rn(t),c=x?Do:Rn(e),l=(a=a==Fo?Bo:a)==Bo,u=(c=c==Fo?Bo:c)==Bo,d=a==c;if(d&&be(t)){if(!be(e))return!1;s=!0,l=!1}if(d&&!l)return i||(i=new Qt),s||Ne(t)?So(t,e,n,o,r,i):Mo(t,e,a,n,o,r,i);if(!(1&n)){var g=l&&Po.call(t,"__wrapped__"),f=u&&Po.call(e,"__wrapped__");if(g||f){var m=g?t.value():t,h=f?e.value():e;return i||(i=new Qt),r(m,h,n,o,i)}}return!!d&&(i||(i=new Qt),Oo(t,e,n,o,r,i))};const jo=function t(e,n,o,r,i){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:Uo(e,n,o,r,t,i))};const Go=function(t,e){return jo(t,e)};const Ho=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Vo=function(t,e){for(var n=0,o=(e=po(e,t)).length;null!=t&&n<o;)t=t[bo(e[n++])];return n&&n==o?t:void 0};const zo=function(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(r);++o<r;)i[o]=t[o+e];return i};const Wo=function(t,e){return e.length<2?t:Vo(t,zo(e,0,-1))};const Ko=function(t,e){return e=po(e,t),null==(t=Wo(t,e))||delete t[bo(Ho(e))]};const qo=function(t,e){return null==t||Ko(t,e)},Xo=["split","getContainedElement","length","onAccept","isExternal","setAttribute","end","addRange","commentThread","getItems","subType","decorate","addMarker","hasComments","set","nodeAfter","createdAt","_onAttributesChange","map","from","discard","_saved","addMarkerName","previous","type","data","_onAccept","getRange","next","removeMarker","_onDiscard","attributes","getMultiRangeId","getMarkerNames","nodeBefore","add","isIntersecting","_isDataLoaded","getFirstMarker","authoredAt","filter","_model","onDiscard","_markerNames","getMarkers","getRanges","push","size","@external","substr","reduce","change","creator","removeMarkers","accept","head","markers"];var $o,Zo;$o=Xo,Zo=357,function(t){for(;--t;)$o.push($o.shift())}(++Zo);const Yo=function(t,e){return Xo[t-=0]};class Jo extends((0,e.ObservableMixin)()){constructor(t,e){super(),this[Yo("0x16")]=!1,this.id=e.id,this.type=e[Yo("0x9")],this[Yo("0x34")]=e[Yo("0x34")]||null,this.author=e.author,this[Yo("0x25")]=e[Yo("0x25")]||e.author,this[Yo("0x2e")]=Boolean(e[Yo("0x10")]&&e[Yo("0x10")][Yo("0x21")]),this[Yo("0xa")]=null,this._model=t,this[Yo("0xb")]=e[Yo("0x2d")],this[Yo("0xf")]=e[Yo("0x1b")],this[Yo("0x2")]=e.onAttributesChange,this[Yo("0x1c")]=new Set,this[Yo("0x1")]=null,this[Yo("0x38")](Yo("0x18"),null),this[Yo("0x38")](Yo("0x10"),e[Yo("0x10")]||{}),this[Yo("0x38")](Yo("0x8"),null),this[Yo("0x38")](Yo("0xd"),null),this[Yo("0x38")](Yo("0x32"),null),this[Yo("0x38")](Yo("0x6"),!1),this[Yo("0x35")]("accept"),this.decorate(Yo("0x5"))}get[Yo("0x28")](){let t=this;for(;t[Yo("0x8")];)t=t[Yo("0x8")];return t}get[Yo("0x37")](){return!!this[Yo("0x32")]&&this[Yo("0x32")].length>0}get isMultiRange(){return 0!=this[Yo("0x1c")][Yo("0x20")]&&6==Array[Yo("0x4")](this._markerNames)[0][Yo("0x2a")](":")[Yo("0x2c")]}get isInContent(){return null!==this[Yo("0x17")]()}[Yo("0x7")](t){this[Yo("0x1c")][Yo("0x14")](t)}[Yo("0x12")](){return Array.from(this[Yo("0x1c")])}[Yo("0x1d")](){return this[Yo("0x12")]()[Yo("0x3")]((t=>this[Yo("0x1a")][Yo("0x29")].get(t)))[Yo("0x19")]((t=>t))}[Yo("0x17")](){return this[Yo("0x1d")]()[0]||null}[Yo("0x26")](){this._model.change((t=>{for(const e of this[Yo("0x1d")]())t[Yo("0xe")](e)})),this[Yo("0x1c")].clear()}[Yo("0xe")](t){this._model[Yo("0x24")]((e=>{e[Yo("0xe")](t)})),this[Yo("0x1c")].delete(t)}[Yo("0x31")](t){const e="suggestion:"+this[Yo("0x9")]+":"+this[Yo("0x34")]+":"+this.id+":"+this[Yo("0x25")].id+":"+Jo[Yo("0x11")]();this[Yo("0x7")](e),this[Yo("0x1a")][Yo("0x24")]((n=>{n[Yo("0x36")](e,{range:t,usingOperation:!0,affectsData:!0})}))}isIntersectingWithRange(t){for(const e of this[Yo("0x1e")]())if(e[Yo("0x15")](t))return!0;return!1}[Yo("0x1e")](){return this.getMarkers()[Yo("0x3")]((t=>t[Yo("0xc")]()))}[Yo("0x33")](){return this[Yo("0x1e")]()[Yo("0x23")](((t,e)=>[...t,...e.getItems()]),[])}getFirstRange(){var t;return(null===(t=this[Yo("0x17")]())||void 0===t?void 0:t[Yo("0xc")]())||null}[Yo("0x2b")](){const t=this.getRanges();if(1!=t[Yo("0x2c")])return null;const e=t[0],n=e.start[Yo("0x0")],o=e[Yo("0x30")][Yo("0x13")];return n instanceof s.Element?n!=o?null:n:null}[Yo("0x27")](){this[Yo("0xb")](this[Yo("0x1e")](),this[Yo("0xa")],this.attributes),this[Yo("0x26")]()}discard(){this[Yo("0xf")](this[Yo("0x1e")](),this[Yo("0xa")],this[Yo("0x10")]),this[Yo("0x26")]()}getAllAdjacentSuggestions(){const t=[];let e=this[Yo("0x28")];for(;e;)t[Yo("0x1f")](e),e=e[Yo("0xd")];return t}[Yo("0x2f")](t,e){const n=eo(this[Yo("0x10")]);_o(n,t,e),Go(n,this[Yo("0x10")])||(this[Yo("0x10")]=n,this[Yo("0x2")](n))}removeAttribute(t){const e=eo(this[Yo("0x10")]);qo(e,t),Go(e,this[Yo("0x10")])||(this[Yo("0x10")]=e,this[Yo("0x2")](this[Yo("0x10")]))}toJSON(){return{id:this.id,type:this[Yo("0x34")]?this[Yo("0x9")]+":"+this[Yo("0x34")]:this[Yo("0x9")],authorId:this[Yo("0x25")].id,createdAt:this[Yo("0x1")],hasComments:this[Yo("0x37")],data:this[Yo("0xa")],attributes:this[Yo("0x10")]}}static[Yo("0x11")](){return(0,e.uid)()[Yo("0x22")](1,5)}}function Qo(t,e,n){const o=t.t;switch(e){case"Track changes":return o("Track changes");case"Accept suggestion":return o("Accept suggestion");case"Discard suggestion":return o("Discard suggestion");case"Accept all suggestions":return o("Accept all suggestions");case"Accept all selected suggestions":return o("Accept all selected suggestions");case"Discard all suggestions":return o("Discard all suggestions");case"Discard all selected suggestions":return o("Discard all selected suggestions");case"*Reset font size*":return o("*Reset font size*");case"*Reset font family*":return o("*Reset font family*");case"*Reset font color*":return o("*Reset font color*");case"*Reset font background color*":return o("*Reset font background color*");case"*Remove image text alternative*":return o("*Remove image text alternative*");case"*Reset image width*":return o("*Reset image width*");case"*Remove link*":return o("*Remove link*");case"*Check item*":return o("*Check item*");case"*Uncheck item*":return o("*Uncheck item*");case"*Remove all formatting*":return o("*Remove all formatting*");case"*Replace table cells*":return o("*Replace table cells*");case"*Merge cells*":return o("*Merge cells*");case"*Split cell:* vertically":return o("*Split cell:* vertically");case"*Split cell:* horizontally":return o("*Split cell:* horizontally");case"*Indent:* %0":return o("*Indent:* %0",n);case"*Outdent:* %0":return o("*Outdent:* %0",n);case"*Change to:* %0":return o("*Change to:* %0",n);case"*Insert:* %0":return o("*Insert:* %0",n);case"*Format:* %0":return o("*Format:* %0",n);case"*Format:* change table properties":return o("*Format:* change table properties");case"*Format:* change table cell properties":return o("*Format:* change table cell properties");case"*Format:* insert into %0":return o("*Format:* insert into %0",n);case"*Format:* remove from %0":return o("*Format:* remove from %0",n);case"*Replace image URL*":return o("*Replace image URL*");case"*Format:* resize table":return o("*Format:* resize table");case"*Format:* set order to reversed":return o("*Format:* set order to reversed");case"*Format:* set order to regular":return o("*Format:* set order to regular");case"*Format:* set start index to %0":return o("*Format:* set start index to %0",n);case"*Change %0 content*":return o("*Change %0 content*",n);case"*Remove:* %0":return o("*Remove:* %0",n);case"*Merge:* %0":return o("*Merge:* %0",n);case"*Split:* %0":return o("*Split:* %0",n);case"*Remove format:* %0":return o("*Remove format:* %0",n);case"*Set font size:* %0":return o("*Set font size:* %0",n);case"*Set font family:* %0":return o("*Set font family:* %0",n);case"*Set format to:* %0":return o("*Set format to:* %0",n);case"*Set font color:* %0":return o("*Set font color:* %0",n);case"*Set font background color:* %0":return o("*Set font background color:* %0",n);case"*Set format:* %0":return o("*Set format:* %0",n);case"*Set image text alternative:* %0":return o("*Set image text alternative:* %0",n);case"*Set image width:* %0":return o("*Set image width:* %0",n);case"*Set link:* %0":return o("*Set link:* %0",n);case"*Set highlight:* %0":return o("*Set highlight:* %0",n);case"*Remove highlight*":return o("*Remove highlight*");case"FORMAT_HIGHLIGHT":return o({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return o({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return o({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return o({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return o({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return o({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return o({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return o({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return o({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return o({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return o({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return o({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return o({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return o({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return o({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return o({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return o({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return o({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return o({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return o({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return o({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return o({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return o({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return o({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return o({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return o({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return o({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return o({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return o({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return o({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return o({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return o({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return o({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return o({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return o({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return o({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return o({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return o({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return o({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return o({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return o({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return o({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return o({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return o({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return o({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return o({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return o({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return o({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return o({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return o({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return o({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return o({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return o({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return o({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return o({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return o({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return o({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return o({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return o({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return o({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return o({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return o({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return o({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return o({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return o({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return o({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return o({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return o({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return o({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return o({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return o({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return o({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return o({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return o({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const tr=["remove","add","registerDescriptionCallback","quantity","element","removeContainer","_itemLabelsCallbacks","addContainer","data","subType","_customCallbacks","softBreak","addObject","match","format","item","nextSibling","REPLACE_TEXT","_addDescriptionItems","getFirstRange","registerElementLabel","getWalker","normal","*Merge:* %0","_handleAttributeSuggestionDescription","$textProxy","_resolveDescriptionItems","removeFormat","join","_handleCustomCallbackDescription","Object","EmptyContainer","text","$text","matchingCallback","start","_schema","deletion","has","type","Container","getItemLabel","elementStart","isObject","map","addFormat","get","push","removeObject","_locale","isInContent","_handleRenameSuggestionDescription","key","attribute","end","*Remove:* %0","*Insert:* %0","skip","registerAttributeLabel","newValue","elementEnd","_handleInsertRemoveSuggestionDescription","pop","set","_itemLabels","getDescriptions","length","removeEmptyContainer","$1 $2","_attributeLabels","ELEMENT_SPACE","replace","isEmpty","insertion","name","indexOf","addEmptyContainer","*Change to:* %0","previousSibling"];var er,nr;er=tr,nr=355,function(t){for(;--t;)er.push(er.shift())}(++nr);const or=function(t,e){return tr[t-=0]};class rr{constructor(t,e){this[or("0x32")]=[],this[or("0x19")]=new Map,this._itemLabelsCallbacks=[],this[or("0x1e")]=new Map,this[or("0x4c")]=t,this[or("0xa")]=e}[or("0x1a")](t){const e=[],n=new Set,o=new Set;for(let r=0;r<t.length;r++){const i=t[r];if(!i[or("0xb")])continue;const s=this[or("0x45")](i);if(s){if(null!=i.subType){if(n[or("0x4e")](i.subType))continue;n[or("0x29")](i[or("0x31")])}e[or("0x8")](s)}else if(or("0xe")!=i[or("0x0")])or("0x22")!=i[or("0x0")]&&or("0x4d")!=i[or("0x0")]||this[or("0x16")](e,i,t[r+1]);else{const t=i[or("0x30")].key;if(o.has(t))continue;o.add(i[or("0x30")][or("0xd")]),t==mc?this[or("0xc")](e,i):this[or("0x40")](e,i)}}return this._resolveDescriptionItems(e)}[or("0x2a")](t){this[or("0x32")][or("0x8")](t)}[or("0x3c")](t,n,o=e.priorities[or("0x3e")]){"function"==typeof t?(0,e.insertToPriorityArray)(this[or("0x2e")],{matchingCallback:t,label:n,priority:o}):this[or("0x19")].set(t,n)}[or("0x13")](t,e){this._attributeLabels[or("0x18")](t,e)}[or("0x2")](t,e=1){let n;for(const e of this[or("0x2e")])if(e[or("0x4a")](t)){n=e.label;break}return n||(n=this[or("0x19")][or("0x7")](t.name)),n?n(e):1!==e?e+" "+t[or("0x23")]+"s":""+t.name}[or("0x3a")](t,e){const n=e[or("0x3b")]()[or("0x3d")](),o="insertion"==e[or("0x0")]?"add":or("0x28");for(const e of n){const r=e[or("0x37")],i=t[t[or("0x1b")]-1];if(r.is(or("0x41")))i&&i[or("0x0")].indexOf(or("0x1"))>-1&&t[or("0x17")](),i&&or("0x48")==i[or("0x0")]?i[o]+=r[or("0x30")]:t[or("0x8")]({type:"text",add:"add"==o?r[or("0x30")]:"",remove:or("0x28")==o?r[or("0x30")]:""});else if(this[or("0x4c")].isObject(r)){const s=r;if(i&&i[or("0x0")][or("0x24")](or("0x1"))>-1&&t[or("0x17")](),or("0x15")==e[or("0x0")])continue;i&&i[or("0x0")]==o+"Object"&&i[or("0x2c")][or("0x23")]==s.name?i[or("0x2b")]++:t[or("0x8")]({type:o+or("0x46"),element:s,quantity:1}),n[or("0x12")]((t=>!(or("0x15")==t[or("0x0")]&&t[or("0x37")]==r)))}else if(this[or("0x4c")].checkChild(r,or("0x49"))||r.is(or("0x2c"),or("0x33"))){const n=r;if("add"==o&&or("0x3")==e[or("0x0")]||"remove"==o&&"elementEnd"==e[or("0x0")])continue;if(i&&-1==i.type.indexOf("Container")){or("0x48")==i[or("0x0")]&&(i[o]+="\n");continue}let s;if(s=or("0x29")==o?n[or("0x38")]&&!this[or("0x4c")][or("0x4")](n.nextSibling)?n[or("0x38")]:null:n[or("0x27")]&&!this[or("0x4c")].isObject(n.previousSibling)?n.previousSibling:null,n[or("0x21")]||s&&s[or("0x21")]){const e=s&&s[or("0x21")]?s:n;i&&i[or("0x0")]==o+or("0x47")&&i[or("0x2c")][or("0x23")]==e[or("0x23")]?i[or("0x2b")]++:t[or("0x8")]({type:o+or("0x47"),element:e,quantity:1})}else t[or("0x8")]({type:o+or("0x1"),element:n})}}}[or("0x42")](t){const e=this[or("0xa")],n=[],o=[],r=[];for(const i of t)switch(i.type){case or("0x48"):if(i[or("0x29")]=i.add[or("0x20")](/(\S)\u000A+(\S)/g,or("0x1d"))[or("0x20")](/\u000A/g,""),i[or("0x28")]=i.remove[or("0x20")](/(\S)\u000A+(\S)/g,or("0x1d")).replace(/\u000A/g,""),""!=i.add&&""!=i[or("0x28")]){n[or("0x8")]({type:or("0x20"),content:Qo(e,or("0x39"),['"'+i.remove+'"','"'+i[or("0x29")]+'"'])});continue}if(null!=i.add.match(/^ +$/)){n.push({type:or("0x22"),content:Qo(e,or("0x11"),Qo(e,"ELEMENT_SPACE",i.add[or("0x1b")]))});continue}if(null!=i[or("0x28")][or("0x35")](/^ +$/)){n[or("0x8")]({type:"deletion",content:Qo(e,or("0x10"),Qo(e,or("0x1f"),i[or("0x28")][or("0x1b")]))});continue}if(""!=i[or("0x29")]){n[or("0x8")]({type:or("0x22"),content:Qo(e,"*Insert:* %0",'"'+i.add+'"')});continue}n[or("0x8")]({type:or("0x4d"),content:Qo(e,or("0x10"),'"'+i[or("0x28")]+'"')});continue;case or("0x25"):case or("0x34"):n.push({type:"insertion",content:Qo(e,or("0x11"),this[or("0x2")](i.element,i[or("0x2b")]))});continue;case or("0x1c"):case or("0x9"):n[or("0x8")]({type:or("0x4d"),content:Qo(e,or("0x10"),this.getItemLabel(i[or("0x2c")],i.quantity))});continue;case or("0x2f"):n.push({type:or("0x22"),content:Qo(e,"*Split:* %0",this[or("0x2")](i[or("0x2c")],i[or("0x2b")]))});continue;case or("0x2d"):n[or("0x8")]({type:or("0x4d"),content:Qo(e,or("0x3f"),this[or("0x2")](i[or("0x2c")],i.quantity))});continue;case or("0x6"):o[or("0x8")](i.key);continue;case or("0x43"):r[or("0x8")](i[or("0xd")]);continue;default:n[or("0x8")](i)}if(o.length){const t=o.map((t=>this._attributeLabels.has(t)?this[or("0x1e")][or("0x7")](t):t))[or("0x44")](", ");n[or("0x8")]({type:or("0x36"),content:Qo(this[or("0xa")],"*Set format:* %0",t)})}if(r[or("0x1b")]){const t=r[or("0x5")]((t=>this[or("0x1e")][or("0x4e")](t)?this[or("0x1e")][or("0x7")](t):t)).join(", ");n.push({type:"format",content:Qo(this._locale,"*Remove format:* %0",t)})}return n}[or("0x45")](t){for(const e of this._customCallbacks){const n=e(t);if(n&&or("0x0")in n)return n}}[or("0x40")](t,e){const n=e[or("0x30")],o=void 0===n[or("0x14")]?or("0x43"):or("0x6");t.push({type:o,key:n[or("0xd")]})}_handleRenameSuggestionDescription(t,e){t.push({type:"format",content:Qo(this[or("0xa")],or("0x26"),this.getItemLabel(e[or("0x3b")]()[or("0x4b")].nodeAfter,1))})}[or("0x16")](t,e,n){if(this[or("0x3a")](t,e),n&&n[or("0x3b")]()&&!e[or("0x3b")]()[or("0xf")].isEqual(n.getFirstRange()[or("0x4b")])){const n=t[t[or("0x1b")]-1],o="insertion"==e[or("0x0")]?or("0x29"):or("0x28");n&&"text"==n[or("0x0")]&&(n[o]+="\n")}}}const ir=["enableCommand","showAIAssistant","TrackChangesEditing","editor","plugins","afterInit","get"];var sr,xr;sr=ir,xr=475,function(t){for(;--t;)sr.push(sr.shift())}(++xr);const ar=function(t,e){return ir[t-=0]};class cr extends t.Plugin{[ar("0x6")](){const t=this[ar("0x4")],e=t[ar("0x5")].get(ar("0x3"));t.commands[ar("0x0")](ar("0x2"))&&e[ar("0x1")]("showAIAssistant")}}const lr=["registerAttributeLabel","FORMAT_ALIGN_TO_CENTER","FORMAT_JUSTIFY_TEXT","format","justify","commandName","locale","plugins","_enableDefaultAttributesIntegration","center","registerDescriptionCallback","formatBlock","*Format:* %0","alignment","left","type","FORMAT_ALIGN_TO_LEFT","TrackChangesEditing","right","FORMAT_ALIGNMENT","editor","commandParams","get","afterInit","_descriptionFactory","has"];var ur,dr;ur=lr,dr=141,function(t){for(;--t;)ur.push(ur.shift())}(++dr);const gr=function(t,e){return lr[t-=0]};class fr extends t.Plugin{[gr("0xc")](){const t=this[gr("0x9")],e=t[gr("0x15")];if(!t[gr("0x16")][gr("0xe")]("AlignmentEditing"))return;const n=t[gr("0x16")][gr("0xb")](gr("0x6"));n[gr("0x17")](gr("0x2"),[],[gr("0x2")]),n[gr("0xd")][gr("0xf")]("alignment",Qo(e,gr("0x8"))),this._registerLegacyDescription()}_registerLegacyDescription(){const t=this[gr("0x9")],e=t[gr("0x15")];t[gr("0x16")].get(gr("0x6"))._descriptionFactory[gr("0x19")]((t=>{if(gr("0x0")!=t[gr("0x4")])return;const{data:n}=t;if(n&&gr("0x2")==n[gr("0x14")]){const t=n[gr("0xa")][0].value;return{type:gr("0x12"),content:Qo(e,gr("0x1"),function(t){switch(t){case gr("0x3"):return Qo(e,gr("0x5"));case gr("0x7"):return Qo(e,"FORMAT_ALIGN_TO_RIGHT");case gr("0x18"):return Qo(e,gr("0x10"));case gr("0x13"):return Qo(e,gr("0x11"))}}(t))}}}))}}const mr=["plugins","subscript","FORMAT_ITALIC","commandParams","*Remove format:* %0","FORMAT_CODE","StrikethroughEditing","TrackChangesEditing","underline","FORMAT_STRIKETHROUGH","FORMAT_BOLD","SubscriptEditing","format","slice","formatInline","FORMAT_SUBSCRIPT","registerAttributeLabel","commandName","get","UnderlineEditing","editor","_descriptionFactory","_enableDefaultAttributesIntegration","FORMAT_UNDERLINE","ItalicEditing","afterInit","locale","_registerLegacyDescription"];var hr,pr;hr=mr,pr=248,function(t){for(;--t;)hr.push(hr.shift())}(++pr);const br=function(t,e){return mr[t-=0]},Er=["BoldEditing",br("0x0"),br("0x17"),"CodeEditing",br("0xa"),br("0xf"),"SuperscriptEditing"];class _r extends t.Plugin{[br("0x1")](){const t=this[br("0x18")],e=t.plugins[br("0x16")](br("0xb")),n=t[br("0x2")];for(const o of Er){if(!t[br("0x4")].has(o))continue;const r=o[br("0x11")](0,-7).toLowerCase(),i="FORMAT_"+r.toUpperCase();e[br("0x1a")](r,[r]),e._descriptionFactory[br("0x14")](r,Qo(n,i))}this._registerLegacyDescription()}[br("0x3")](){const t=this[br("0x18")],e=t[br("0x2")],n=t[br("0x4")].get(br("0xb"));function o(t,o){n[br("0x19")].registerDescriptionCallback((n=>{if(br("0x12")!=n.type)return;const{data:r}=n;return r&&r[br("0x15")]===t?r[br("0x7")][0].forceValue?{type:br("0x10"),content:Qo(e,"*Format:* %0",o)}:{type:br("0x10"),content:Qo(e,br("0x8"),o)}:void 0}))}o("bold",Qo(e,br("0xe"))),o("italic",Qo(e,br("0x6"))),o(br("0xc"),Qo(e,br("0x1b"))),o("code",Qo(e,br("0x9"))),o("strikethrough",Qo(e,br("0xd"))),o(br("0x5"),Qo(e,br("0x13"))),o("superscript",Qo(e,"FORMAT_SUPERSCRIPT"))}}const Tr=["editor","format","BlockQuoteEditing","filter","from","forceValue","name","schema","afterInit","plugins","document","ELEMENT_BLOCK_QUOTE","model","change","TrackChangesEditing","blockQuote","commandName","checkChild","parent","selection","commandParams","getSelectedBlocks","markBlockFormat","enableCommand","registerDescriptionCallback","value","has","commands"];var yr,Cr;yr=Tr,Cr=331,function(t){for(;--t;)yr.push(yr.shift())}(++Cr);const Ar=function(t,e){return Tr[t-=0]};class kr extends t.Plugin{[Ar("0xd")](){const t=this[Ar("0x5")],e=t.locale;if(!t[Ar("0xe")][Ar("0x3")](Ar("0x7")))return;const n=t[Ar("0xe")].get(Ar("0x13")),o=this[Ar("0x5")][Ar("0x4")].get(Ar("0x14"));n[Ar("0x0")]("blockQuote",((e,r={})=>{const i=this.editor[Ar("0x11")][Ar("0xf")][Ar("0x18")],s=r&&void 0!==r[Ar("0xa")]?r[Ar("0xa")]:!o[Ar("0x2")];let x=[];if(s){const e=Array[Ar("0x9")](i.getSelectedBlocks())[Ar("0x8")]((t=>Ir(t)||function(t,e){const n=e[Ar("0x16")](t[Ar("0x17")],"blockQuote"),o=e[Ar("0x16")](["$root",Ar("0x14")],t);return n&&o}(t,this[Ar("0x5")][Ar("0x11")][Ar("0xc")])));x=R(e,t.model)}else{const e=Array.from(i[Ar("0x1a")]()).filter((t=>Ir(t)));x=R(e,t[Ar("0x11")])}t.model[Ar("0x12")]((()=>{for(const t of x)n[Ar("0x1b")](t,{commandName:Ar("0x14"),commandParams:[{forceValue:s}]})}))})),n._descriptionFactory[Ar("0x1")]((t=>{const{data:n}=t;if(n&&Ar("0x14")==n[Ar("0x15")]){const t=Qo(e,Ar("0x10"));return n[Ar("0x19")][0][Ar("0xa")]?{type:Ar("0x6"),content:Qo(e,"*Set format:* %0",t)}:{type:Ar("0x6"),content:Qo(e,"*Remove format:* %0",t)}}}))}}function Ir(t){return Ar("0x14")==t.parent[Ar("0xb")]}const Sr=["ckbox","afterInit","get","plugins","commands","editor","enableCommand"];var Rr,vr;Rr=Sr,vr=278,function(t){for(;--t;)Rr.push(Rr.shift())}(++vr);const Nr=function(t,e){return Sr[t-=0]};class Lr extends t.Plugin{[Nr("0x3")](){const t=this[Nr("0x0")];t[Nr("0x6")][Nr("0x4")](Nr("0x2"))&&t[Nr("0x5")][Nr("0x4")]("TrackChangesEditing")[Nr("0x1")](Nr("0x2"))}}const Mr=["document","label","blockName","editor","value","parent","checkChild","_descriptionFactory","*Set format:* %0","outdentCodeBlock","selection","toLowerCase","languages","schema","get","*Remove format:* %0","enableCommand","CodeBlock","isLimit","language","name","TrackChangesEditing","ELEMENT_CODE_BLOCK","formatBlock","format","find","indentCodeBlock","commandParams","plugins","filter","registerDescriptionCallback","model","config","commands","rootElement","from","getSelectedBlocks","change","has","forceValue","codeBlock"];var wr,Or;wr=Mr,Or=314,function(t){for(;--t;)wr.push(wr.shift())}(++Or);const Fr=function(t,e){return Mr[t-=0]};class Dr extends t.Plugin{afterInit(){const t=this[Fr("0x11")];if(!t[Fr("0x1")][Fr("0xb")](Fr("0x1f")))return;const e=t.plugins.get(Fr("0x23")),n=t.locale,o=t[Fr("0x5")][Fr("0x1c")](Fr("0xd"))[Fr("0x1a")],r=t[Fr("0x6")][Fr("0x1c")](Fr("0xd"));e.enableCommand(Fr("0x28")),e[Fr("0x1e")](Fr("0x17")),e.enableCommand("codeBlock",((n,i={})=>{const s=t[Fr("0x4")],x=t.model[Fr("0xe")][Fr("0x18")],a=i&&void 0!==i[Fr("0xc")]?i[Fr("0xc")]:!r[Fr("0x12")];let c;i[Fr("0x21")]||(i[Fr("0x21")]=o[0][Fr("0x21")]),c=a?Array[Fr("0x8")](x[Fr("0x9")]()).filter((t=>{return Br(t)||(e=t,n=s[Fr("0x1b")],!e.is(Fr("0x7"))&&!n[Fr("0x20")](e)&&n[Fr("0x14")](e[Fr("0x13")],Fr("0xd")));var e,n})):Array[Fr("0x8")](x[Fr("0x9")]())[Fr("0x2")]((t=>Br(t)));const l=R(c,s);s[Fr("0xa")]((()=>{for(const t of l)e.markBlockFormat(t,{commandName:Fr("0xd"),commandParams:[{...i,forceValue:a}],formatGroupId:Fr("0x10")})}))})),e._descriptionFactory.registerElementLabel(Fr("0xd"),(t=>Qo(n,"ELEMENT_CODE_BLOCK",t))),e[Fr("0x15")][Fr("0x3")]((t=>{if(Fr("0x25")!=t.type)return;const e=n.t,{data:r}=t;if(!r||"codeBlock"!=r.commandName)return;const i=r.commandParams[0][Fr("0x21")],s=e(o[Fr("0x27")]((t=>t[Fr("0x21")]===i))[Fr("0xf")])[Fr("0x19")]();return r[Fr("0x0")][0][Fr("0xc")]?{type:Fr("0x26"),content:Qo(n,Fr("0x16"),Qo(n,Fr("0x24"),1)+" ("+s+")")}:{type:Fr("0x26"),content:Qo(n,Fr("0x1d"),Qo(n,Fr("0x24"),1))}}))}}function Br(t){return Fr("0xd")==t[Fr("0x22")]}const Pr=["enableCommand","afterInit","addCommentThread","editor","has","CommentsEditing","TrackChangesEditing","get","plugins"];var Ur,jr;Ur=Pr,jr=195,function(t){for(;--t;)Ur.push(Ur.shift())}(++jr);const Gr=function(t,e){return Pr[t-=0]};class Hr extends t.Plugin{[Gr("0x4")](){const t=this[Gr("0x6")];t[Gr("0x2")][Gr("0x7")](Gr("0x8"))&&t[Gr("0x2")][Gr("0x1")](Gr("0x0"))[Gr("0x3")](Gr("0x5"))}}var Vr=n(181);const zr=["includes","span","getAttribute","schema","ck-suggestion-marker--active","createUIElement","markerName","writer","ck-suggestion-marker-","previousPosition","name","activeMarkers","listIndent","isLimit","listItem","mapper","createRangeOn","start","getWalker","TrackChangesEditing","getCustomProperty","isAtEnd","parent","get","nextSibling","item","test","plugins","getItems","addHighlight","markerRange","push","element","hasAttribute","addClass"];var Wr,Kr;Wr=zr,Kr=129,function(t){for(;--t;)Wr.push(Wr.shift())}(++Kr);const qr=function(t,e){return zr[t-=0]};function Xr(t,e,n){const o=[];for(const r of e[qr("0x4")]())r[qr("0x9")](t)&&o.push(n[qr("0x1b")](r));return o}function $r(t,e,{showActiveMarker:n=!0}={}){const o=t[qr("0x3")][qr("0x22")](qr("0x1e"));return(r,i,s)=>{if(!s.consumable[qr("0x2")](i[qr("0x6")],r[qr("0x15")]))return;const x=i[qr("0x6")][qr("0x1d")](),a=i[qr("0x6")][qr("0x1c")],c=t.model[qr("0xe")];let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t[qr("0x1")];d=d||c.isContent(e);const n=s[qr("0x1a")].toViewElement(e);if(n&&n[qr("0x1f")](qr("0x5")))return;"elementEnd"==t.type&&c.isBlock(e)&&!c[qr("0x18")](e)&&(e[qr("0x0")]||a[qr("0x20")]?l&&l[qr("0x21")]==e||(l=e,f(t[qr("0x14")]),g=!0):u=u||t[qr("0x14")])}function f(t){const r=s[qr("0x12")][qr("0x10")](qr("0xc"),{class:qr("0x13")+e}),x=s.mapper.toViewPosition(t);n&&o[qr("0x16")][qr("0xb")](i[qr("0x11")])&&s[qr("0x12")][qr("0xa")](qr("0xf"),r),s[qr("0x12")].insert(x,r),s[qr("0x1a")].bindElementToMarker(r,i[qr("0x11")])}d||g||!u||f(u)}}const Zr=["writer","fromRange","data","merge","commands","batch","setSelection","enableCommand","get","options","end","markerName","markerNameToElements","plugins","forward","requires","downcastDispatcher","bind","uiElement","unit","lock","$graveyard","delete","createSelection","model","isCollapsed","rootName","start","editing","high","mapper","deleteForward","createRange","addMarker:suggestion:deletion","detach","editor","unbindElementFromMarkerName"];var Yr,Jr;Yr=Zr,Jr=258,function(t){for(;--t;)Yr.push(Yr.shift())}(++Jr);const Qr=function(t,e){return Zr[t-=0]};class ti extends t.Plugin{static get[Qr("0x10")](){return[Vr.Delete]}init(){const t=this[Qr("0x24")],e=t[Qr("0xe")][Qr("0x9")]("TrackChangesEditing");e[Qr("0x8")](Qr("0x17"));const n=t[Qr("0x5")].get("deleteForward");e[Qr("0x8")](Qr("0x20"),((e,o={})=>{const r=t.model[Qr("0x18")](t[Qr("0x19")].document.selection);r[Qr("0x1a")]&&t[Qr("0x19")].modifySelection(r,{direction:Qr("0xf"),unit:o[Qr("0x14")]});const i=r.getFirstRange(),x=s.LiveRange[Qr("0x2")](i);let a;e(o),a=Qr("0x16")==x.root[Qr("0x1b")]?t.model[Qr("0x21")](i[Qr("0x1c")]):t.model[Qr("0x21")](x.start,x.end),x[Qr("0x23")](),t[Qr("0x19")].enqueueChange(n.buffer[Qr("0x6")],(t=>{n.buffer[Qr("0x15")](),t[Qr("0x7")](t.createRange(a[Qr("0xb")])),n.buffer.unlock()}))})),t[Qr("0x1d")][Qr("0x11")].on(Qr("0x22"),$r(t,Qr("0x4")),{priority:Qr("0x1e")}),t[Qr("0x3")][Qr("0x11")].on("addMarker:suggestion:deletion",((e,n,o)=>{o[Qr("0xa")].showSuggestionHighlights&&$r(t,"merge",{showActiveMarker:!1})[Qr("0x12")](this)(e,n,o)}),{priority:"high"}),t.editing.downcastDispatcher.on("removeMarker:suggestion:deletion",((t,e,n)=>{const o=n[Qr("0x1f")][Qr("0xd")](e.markerName);if(o)for(const t of o)t.is(Qr("0x13"))&&(n[Qr("0x1f")][Qr("0x0")](t,e[Qr("0xc")]),n[Qr("0x1")].remove(t))}),{priority:"high"})}}const ei=["findIndex","get","indentList","setSelection","_descriptionFactory","numberedList","bulletedList","map","parent","*Format:* remove from %0","TrackChangesEditing","toUpperCase","formatInline","mergeListItemForward","detach","listItemId","model","ELEMENT_LIST_ITEM","listType","getSelectedBlocks","registerElementLabel","getFirstRange","type","list.multiBlock","locale","outdentList","nodeAfter","push","schema","afterInit","createRange","ELEMENT_BULLETED_LIST","previousSibling","forceValue","nextSibling","commandParams","markBlockFormat","value","formatBlock","from","getAttribute","mergeListItemBackward","*Merge:* %0","start","change","_LIST","refresh","end","document","deletion","*Change to:* %0","format","before","after","_suggestionFactory","markMultiRangeBlockFormat","next","splitListItemBefore","ELEMENT_","paragraph","accept","createPositionAt","commands","documentList","selection","editor","enableCommand","config","has","listIndent","execute","commandName","plugins"];var ni,oi;ni=ei,oi=460,function(t){for(;--t;)ni.push(ni.shift())}(++oi);const ri=function(t,e){return ei[t-=0]};class ii extends t.Plugin{[ri("0x7")](){const t=this[ri("0x2b")];if(!t[ri("0x32")][ri("0x2e")]("DocumentListEditing"))return;const e=t[ri("0x2")],n=t[ri("0x32")].get(ri("0x3d")),o=t[ri("0x32")][ri("0x34")]("DocumentListUtils");function r(e){return()=>{const r=t[ri("0x28")].get(e);if(r[ri("0xf")]&&!t[ri("0x2d")][ri("0x34")](ri("0x1")))return void t[ri("0x30")](ri("0x25"),{});let i=Array[ri("0x11")](t[ri("0x43")].document[ri("0x2a")].getSelectedBlocks());if(a(e)){i=o.expandListBlocksToCompleteList(i);const t=[];for(const e of i)o.isFirstBlockOfListItem(e)&&t.push(e);i=t}t[ri("0x43")].change((()=>{n[ri("0x21")](i,{commandName:e,commandParams:[{forceValue:!r[ri("0xf")]}],formatGroupId:"listType"},[],ri("0x29"))}))}}function i(e){return()=>{const o=function(t){let e=Array[ri("0x11")](t);const n=e[ri("0x33")]((t=>!t.hasAttribute(ri("0x42"))));return n>-1&&(e=e.slice(0,n)),e}(t[ri("0x43")][ri("0x1a")][ri("0x2a")][ri("0x46")]()),r=o[o.length-1],i=t[ri("0x43")].schema.isObject(r)?ri("0x1f"):ri("0x19"),s=t[ri("0x43")][ri("0x8")](t[ri("0x43")].createPositionAt(o[0],ri("0x1e")),t.model[ri("0x27")](r,i));t[ri("0x43")][ri("0x16")]((()=>{n.markBlockFormat(s,{commandName:e,commandParams:[],formatGroupId:"listType"},function(t){const e=new Set;for(const n of t){let t=n[ri("0xc")];for(;t&&t[ri("0x12")](ri("0x2f"))>n.getAttribute(ri("0x2f"));)e.add(t),t=t[ri("0xc")]}return Array.from(e)}(o))}))}}function x(e){return()=>{const o=t[ri("0x43")][ri("0x1a")][ri("0x2a")].getSelectedBlocks()[ri("0x22")]()[ri("0xf")],r=t[ri("0x43")].createPositionAt(o,ri("0x1e")),i=t[ri("0x43")][ri("0x27")](o,0),s=t.model.createRange(r,i);t[ri("0x43")][ri("0x16")]((()=>{n[ri("0xe")](s,{commandName:e,commandParams:[],formatGroupId:"listType"})}))}}function a(e){const n=t[ri("0x28")][ri("0x34")](ri("0x39")).value,o=t[ri("0x28")].get("numberedList").value;return ri("0x38")===e?n:o}n[ri("0x2c")](ri("0x38"),r("numberedList")),n[ri("0x2c")](ri("0x39"),r(ri("0x39"))),n[ri("0x2c")]("indentList",i(ri("0x35"))),n[ri("0x2c")](ri("0x3"),i("outdentList")),n[ri("0x2c")]("splitListItemAfter",x("splitListItemAfter")),n[ri("0x2c")](ri("0x23"),x(ri("0x23"))),n._descriptionFactory[ri("0x47")]((function(e){const n=!t.model[ri("0x6")].isObject(e),o=e[ri("0xa")],r=e[ri("0xc")],i=e[ri("0x12")](ri("0x42")),s=!o||o.getAttribute(ri("0x42"))!==i,x=!r||r[ri("0x12")](ri("0x42"))!==i;return n&&Boolean(i)&&s&&x}),(t=>Qo(e,ri("0x44"),t))),n[ri("0x37")].registerDescriptionCallback((function(n){if(ri("0x10")!=n[ri("0x0")]&&ri("0x3f")!=n[ri("0x0")])return;const{data:o}=n;if(!o)return;let r,i,s,x;switch(o[ri("0x31")]){case ri("0x39"):s=o[ri("0xd")][0].forceValue,x=a(o[ri("0x31")]),r=s?"*Format:* insert into %0":ri("0x3c"),!x&&t[ri("0x2d")][ri("0x34")](ri("0x1"))||(r=ri("0x1c")),i={type:"format",content:Qo(e,r,Qo(e,ri("0x9")))};break;case"numberedList":s=o[ri("0xd")][0][ri("0xb")],x=a(o[ri("0x31")]),r=s?"*Format:* insert into %0":ri("0x3c"),!x&&t[ri("0x2d")].get(ri("0x1"))||(r=ri("0x1c")),i={type:ri("0x1d"),content:Qo(e,r,Qo(e,"ELEMENT_NUMBERED_LIST"))};break;case"indentList":r="*Indent:* %0",i={type:"format",content:Qo(e,r,Qo(e,"ELEMENT_LIST_ITEM"))};break;case ri("0x3"):r=function(t){const e=t[ri("0x48")]();let n=e[ri("0x15")].nodeAfter;for(;n&&e.containsItem(n);){if(n[ri("0x12")](ri("0x2f"))>0)return!1;n=n[ri("0xc")]}return!0}(n)?Qo(e,ri("0x3c"),Qo(e,function(t){const e=t[ri("0x48")]().start[ri("0x4")];return ri("0x24")+e[ri("0x12")](ri("0x45"))[ri("0x3e")]()+ri("0x17")}(n))):Qo(e,"*Outdent:* %0",Qo(e,"ELEMENT_LIST_ITEM")),i={type:ri("0x1d"),content:r};break;case ri("0x13"):case ri("0x40"):!1===o.multipleBlocks&&(r=ri("0x14"),i={type:ri("0x1b"),content:Qo(e,r,Qo(e,ri("0x44")))})}return i})),n[ri("0x20")].registerCustomCallback(ri("0x10"),ri("0x29"),ri("0x26"),(function(e,n){const o=[];for(let n of e)n[ri("0x15")].nodeAfter===n[ri("0x19")][ri("0x3b")]&&(n=t.model[ri("0x8")](t[ri("0x43")][ri("0x27")](n[ri("0x15")][ri("0x4")],0))),o[ri("0x5")](n);t[ri("0x43")][ri("0x16")]((e=>{const r=t[ri("0x43")][ri("0x1a")].selection,i=Array[ri("0x11")](r.getRanges())[ri("0x3a")]((t=>s.LiveRange.fromRange(t)));e[ri("0x36")](o),t.commands[ri("0x34")](n[ri("0x31")])[ri("0x18")](),n.commandParams[ri("0x5")]({forceDefaultExecution:!0}),t[ri("0x30")](n.commandName,...n[ri("0xd")]),e[ri("0x36")](i);for(const t of i)t[ri("0x41")]()}))}))}}const si=["markMultiRangeBlockFormat","commandParams","TrackChangesEditing","change","selection","push","handleListStartCommand","getListTypeFromListStyleType","listStyle","reversed","enableCommand","config","*Format:* set order to regular","plugins","_getTranslationKeyForListStyle","model","afterInit","toUpperCase","list.properties","_LIST_","editor","handleDescriptions","handleListReversedCommand","*Change to:* %0","styles","get","listReversed","filter","isFirstBlockOfListItem","DocumentListPropertiesEditing","listStart","length","getSelectedBlocks","from","_getSuggestionBlocks","startIndex","bind","ELEMENT_","format","formatBlock","commandName","type","_getSuggestionBlocksForListStyle","formatInline","listType","getAttribute","isListItemBlock","has","document","handleListStyleCommand","DocumentListUtils","registerDescriptionCallback","DocumentListPropertiesUtils","expandListBlocksToCompleteList","numbered"];var xi,ai;xi=si,ai=212,function(t){for(;--t;)xi.push(xi.shift())}(++ai);const ci=function(t,e){return si[t-=0]};class li extends t.Plugin{[ci("0x18")](){if(!this[ci("0x1c")].plugins[ci("0x0")](ci("0x25")))return;const t=this.editor[ci("0x13")][ci("0x21")](ci("0x1a")),e=this[ci("0x1c")][ci("0x15")][ci("0x21")](ci("0xa"));t[ci("0x20")]&&e[ci("0x12")](ci("0x10"),this[ci("0x2")][ci("0x2c")](this)),t[ci("0x11")]&&e[ci("0x12")](ci("0x22"),this[ci("0x1e")][ci("0x2c")](this)),t.startIndex&&e[ci("0x12")](ci("0x26"),this[ci("0xe")][ci("0x2c")](this)),e._descriptionFactory[ci("0x4")](this[ci("0x1d")].bind(this))}[ci("0x2")](t,e={}){const n=this.editor[ci("0x15")][ci("0x21")](ci("0xa")),o=this[ci("0x32")]();this[ci("0x1c")].model[ci("0xb")]((()=>{n[ci("0x8")](o,{commandName:ci("0x10"),commandParams:[{type:e.type}],formatGroupId:ci("0x10")})}))}[ci("0x1e")](t,e={}){const n=this.editor.plugins[ci("0x21")]("TrackChangesEditing"),o=this.editor.plugins[ci("0x21")](ci("0x3")),r=this[ci("0x2a")]((t=>o[ci("0x36")](t)&&ci("0x7")===t.getAttribute(ci("0x34"))));null!==r&&this[ci("0x1c")].model.change((()=>{n[ci("0x8")](r,{commandName:ci("0x22"),commandParams:[{reversed:e[ci("0x11")]}],formatGroupId:ci("0x22")})}))}[ci("0xe")](t,e={}){const n=this[ci("0x1c")].plugins[ci("0x21")](ci("0xa")),o=this[ci("0x1c")][ci("0x15")][ci("0x21")](ci("0x3")),r=this[ci("0x2a")]((t=>o[ci("0x36")](t)&&ci("0x7")===t[ci("0x35")](ci("0x34"))));null!==r&&this[ci("0x1c")].model[ci("0xb")]((()=>{n[ci("0x8")](r,{commandName:ci("0x26"),commandParams:[{startIndex:e[ci("0x2b")]}],formatGroupId:ci("0x26")})}))}[ci("0x1d")](t){if(ci("0x2f")!=t.type&&ci("0x33")!=t[ci("0x31")])return;const e=this[ci("0x1c")].locale,{data:n}=t;if(!n)return;let o,r;switch(n[ci("0x30")]){case"listStyle":o=ci("0x1f"),r={type:ci("0x2e"),content:Qo(e,o,Qo(e,this[ci("0x16")](n[ci("0x9")][0][ci("0x31")])))};break;case ci("0x22"):o=n[ci("0x9")][0][ci("0x11")]?"*Format:* set order to reversed":ci("0x14"),r={type:ci("0x2e"),content:Qo(e,o)};break;case"listStart":o="*Format:* set start index to %0",r={type:"format",content:Qo(e,o,n.commandParams[0][ci("0x2b")])}}return r}[ci("0x32")](){const t=this.editor[ci("0x15")].get(ci("0x3"));let e=Array[ci("0x29")](this[ci("0x1c")][ci("0x17")][ci("0x1")][ci("0xc")].getSelectedBlocks());return e[ci("0xd")](...t[ci("0x6")](e)),e=[...new Set(e)],e}[ci("0x2a")](t){const e=this[ci("0x1c")][ci("0x15")][ci("0x21")](ci("0x3"));let n=Array[ci("0x29")](this[ci("0x1c")][ci("0x17")][ci("0x1")][ci("0xc")][ci("0x28")]())[ci("0x23")](t);if(!n[ci("0x27")])return null;n=e.expandListBlocksToCompleteList(n);const o=[];for(const t of n)e[ci("0x24")](t)&&o[ci("0xd")](t);return o}[ci("0x16")](t){return ci("0x2d")+this[ci("0x1c")][ci("0x15")].get(ci("0x5"))[ci("0xf")](t)[ci("0x19")]()+ci("0x1b")+t[ci("0x19")]().replace(/-/g,"_")}}var ui=n(331);const di=["commands","afterExecute","end","change","markInsertion","createRange","get","high","downcastDispatcher","enter","detach","data","showSuggestionHighlights","editing","remove","addMarker:suggestion:insertion","createPositionAt","init","unbindElementFromMarkerName","TrackChangesEditing","split","setSelection","requires","fire","markerName","parent","model","mapper","removeMarker:suggestion:insertion","bind","writer"];var gi,fi;gi=di,fi=489,function(t){for(;--t;)gi.push(gi.shift())}(++fi);const mi=function(t,e){return di[t-=0]};class hi extends t.Plugin{static get[mi("0x1d")](){return[ui.Enter]}[mi("0x18")](){const t=this.editor,e=t.plugins.get(mi("0x1a")),n=t[mi("0x7")][mi("0xd")](mi("0x10"));e.enableCommand("enter",(()=>{t.model[mi("0xa")]((o=>{const r=t[mi("0x2")].document.selection,i=r.getFirstPosition(),x=s.LiveRange.fromRange(r.getFirstRange());if(n.enterBlock(o)){const n=t[mi("0x2")][mi("0x17")](i[mi("0x1")].nextSibling,0),r=o[mi("0xc")](i,n);e[mi("0xb")](r)}else o[mi("0x1c")](o[mi("0xc")](x[mi("0x9")]));x[mi("0x11")](),n[mi("0x1e")](mi("0x8"),{writer:o})}))})),t[mi("0x14")][mi("0xf")].on(mi("0x16"),$r(t,mi("0x1b")),{priority:mi("0xe")}),t[mi("0x14")][mi("0xf")].on(mi("0x4"),((t,e,n)=>{const o=n[mi("0x3")].markerNameToElements(e.markerName);if(o)for(const t of o)t.hasClass("ck-suggestion-marker-split")&&(n[mi("0x3")][mi("0x19")](t,e[mi("0x0")]),n[mi("0x6")][mi("0x15")](t))}),{priority:mi("0xe")}),t[mi("0x12")][mi("0xf")].on(mi("0x16"),((e,n,o)=>{o.options[mi("0x13")]&&$r(t,mi("0x1b"),{showActiveMarker:!1})[mi("0x5")](this)(e,n,o)}),{priority:mi("0xe")})}}const pi=["FindAndReplaceEditing","has","get","find","enableCommand","replaceAll","item","start","model","bind","_isInDeletionRange","findNext","getIntersection","end","afterInit","markers","suggestion:deletion","editor","plugins","createRange","findByTextCallback","getRange","string"];var bi,Ei;bi=pi,Ei=349,function(t){for(;--t;)bi.push(bi.shift())}(++Ei);const _i=function(t,e){return pi[t-=0]};class Ti extends t.Plugin{[_i("0xa")](){if(!this[_i("0xd")].plugins[_i("0x14")](_i("0x13")))return;const t=this[_i("0xd")][_i("0xe")].get("TrackChangesEditing");t[_i("0x0")](_i("0x16"),this.handleFindCommand[_i("0x5")](this)),t[_i("0x0")](_i("0x7")),t[_i("0x0")]("findPrevious"),t.enableCommand("replace"),t.enableCommand(_i("0x1"))}handleFindCommand(t,e,n={}){const o=this[_i("0xd")][_i("0xe")][_i("0x15")]("FindAndReplaceUtils");return t((t=>(_i("0x12")==typeof e?o[_i("0x10")](e,n):e)(t).filter((e=>!1===this[_i("0x6")](e,t[_i("0x2")])))),n)}[_i("0x6")](t,e){const n=this[_i("0xd")][_i("0x4")][_i("0xf")](this[_i("0xd")][_i("0x4")].createPositionAt(e,t[_i("0x3")]),this[_i("0xd")][_i("0x4")].createPositionAt(e,t[_i("0x9")]));for(const t of this[_i("0xd")].model[_i("0xb")].getMarkersGroup(_i("0xc")))if(null!==n[_i("0x8")](t[_i("0x11")]()))return!0;return!1}}const yi=["format","*Set font size:* %0","FontBackgroundColorEditing","registerAttributeLabel","label","type","config","normalizeSizeOptions","_enableDefaultAttributesIntegration","toLowerCase","fontBackgroundColor.colors","find","value","FontSizeEditing","FontSize","fontBackgroundColor","*Reset font background color*","*Set font color:* %0","get","FontColorEditing","*Set font family:* %0","FORMAT_FONT_SIZE","FORMAT_FONT_FAMILY","title","*Reset font size*","plugins","locale","has","commandParams","TrackChangesEditing","fontSize","*Set font background color:* %0","fontColor","model","registerDescriptionCallback","FontFamilyEditing","fontSize.options","fontFamily","_registerLegacyDescription","editor","_descriptionFactory","*Reset font family*","commandName","formatInline","FORMAT_FONT_BACKGROUND","afterInit"];var Ci,Ai;Ci=yi,Ai=329,function(t){for(;--t;)Ci.push(Ci.shift())}(++Ai);const ki=function(t,e){return yi[t-=0]},Ii=[{pluginName:ki("0x6"),commandName:ki("0x17")},{pluginName:ki("0x1c"),commandName:"fontFamily"},{pluginName:ki("0xc"),commandName:ki("0x19")},{pluginName:ki("0x29"),commandName:"fontBackgroundColor"}];class Si extends t.Plugin{[ki("0x26")](){const t=this.editor[ki("0x13")],e=this[ki("0x20")][ki("0x12")][ki("0xb")](ki("0x16"));for(const{pluginName:t,commandName:n}of Ii)this[ki("0x20")].plugins[ki("0x14")](t)&&e[ki("0x1")](n,[n]);t.t,e[ki("0x21")][ki("0x2a")](ki("0x17"),Qo(t,ki("0xe"))),e._descriptionFactory[ki("0x2a")](ki("0x1e"),Qo(t,ki("0xf"))),e[ki("0x21")][ki("0x2a")](ki("0x19"),Qo(t,"FORMAT_FONT_COLOR")),e[ki("0x21")][ki("0x2a")](ki("0x8"),Qo(t,ki("0x25"))),this[ki("0x1f")]()}_registerLegacyDescription(){const t=this.editor,e=t[ki("0x13")];t[ki("0x12")][ki("0xb")](ki("0x16"))._descriptionFactory[ki("0x1b")]((t=>{const n=e.t;if(ki("0x24")!=t[ki("0x2c")])return;const{data:o}=t;if(null!=o){if(ki("0x17")==o[ki("0x23")]){const t=o[ki("0x15")][0].value;if(t){const o=n(this.editor[ki("0x12")][ki("0xb")](ki("0x7"))[ki("0x0")](this.editor[ki("0x2d")][ki("0xb")](ki("0x1d")))[ki("0x4")]((e=>e[ki("0x1a")]==t))[ki("0x10")]).toLowerCase();return{type:ki("0x27"),content:Qo(e,ki("0x28"),o)}}return{type:ki("0x27"),content:Qo(e,ki("0x11"))}}if(ki("0x1e")==o[ki("0x23")]){const t=o.commandParams[0][ki("0x5")];return t?{type:ki("0x27"),content:Qo(e,ki("0xd"),t)}:{type:ki("0x27"),content:Qo(e,ki("0x22"))}}if(ki("0x19")==o.commandName){const t=o[ki("0x15")][0][ki("0x5")];if(t){const o=(0,r.normalizeColorOptions)(this[ki("0x20")][ki("0x2d")].get("fontColor.colors"))[ki("0x4")]((e=>e[ki("0x1a")]==t));let i=t,s="";return o&&(i=o.label,s=n(i)[ki("0x2")]()),{type:ki("0x27"),content:Qo(e,ki("0xa"),s).trim(),color:{value:t,title:s||i}}}return{type:ki("0x27"),content:Qo(e,"*Reset font color*")}}if("fontBackgroundColor"==o[ki("0x23")]){const t=o.commandParams[0][ki("0x5")];if(t){const o=(0,r.normalizeColorOptions)(this.editor[ki("0x2d")][ki("0xb")](ki("0x3")))[ki("0x4")]((e=>e[ki("0x1a")]==t));let i=t,s="";return o&&(i=o[ki("0x2b")],s=n(i)[ki("0x2")]()),{type:ki("0x27"),content:Qo(e,ki("0x18"),s).trim(),color:{value:t,title:s||i}}}return{type:ki("0x27"),content:Qo(e,ki("0x9"))}}}}))}}const Ri=["afterInit","normalizeSizeOptions","formatBlock","plugins","boolean","fontSize.options","*Remove all formatting*","_registerLegacyDescription","toLowerCase","format","commandName","push","charAt","toUpperCase","commands","find","locale","join","get","editor","config","title","formatInline","type","TrackChangesEditing","registerDescriptionCallback","split","slice","label","fontBackgroundColor","copyFormat","FontSize"];var vi,Ni;vi=Ri,Ni=481,function(t){for(;--t;)vi.push(vi.shift())}(++Ni);const Li=function(t,e){return Ri[t-=0]};class Mi extends t.Plugin{[Li("0x1f")](){const t=this[Li("0x12")],e=t.plugins[Li("0x11")]("TrackChangesEditing"),n=t[Li("0xd")][Li("0x11")]("copyFormat"),o=t[Li("0xd")].get("pasteFormat");n&&o&&(e._enableDefaultAttributesIntegration("pasteFormat"),e.enableCommand(Li("0x1d")),this[Li("0x6")]())}[Li("0x6")](){const t=this[Li("0x12")],e=t[Li("0xf")];t[Li("0x2")][Li("0x11")](Li("0x17"))._descriptionFactory[Li("0x18")]((n=>{if(Li("0x1")!=n.type&&Li("0x15")!=n[Li("0x16")])return;const{data:o}=n;if(o&&"pasteFormat"===o[Li("0x9")]){const n=[],r=o.commandParams[0];for(const[e,o]of Object.entries(r))n[Li("0xa")](wi(t,e,o));return n.length?{type:Li("0x8"),content:Qo(e,"*Set format to:* %0",n[Li("0x10")](", "))}:{type:Li("0x8"),content:Qo(e,Li("0x5"))}}}))}}function wi(t,e,n){const o=t[Li("0xf")].t,i=e[Li("0x19")](/(?=[A-Z])/)[Li("0x10")](" "),s=o(i[Li("0xb")](0)[Li("0xc")]()+i[Li("0x1a")](1))[Li("0x7")]();if(Li("0x3")==typeof n)return s;if("fontColor"===e||Li("0x1c")===e){const e=(0,r.normalizeColorOptions)(t[Li("0x13")][Li("0x11")]("fontColor.colors"))[Li("0xe")]((t=>t.model==n));return s+" ("+(e?o(e[Li("0x1b")])[Li("0x7")]():n)+")"}if("fontSize"===e&&isNaN(parseFloat(n))){const e=t[Li("0x2")][Li("0x11")](Li("0x1e"))[Li("0x0")](t[Li("0x13")][Li("0x11")](Li("0x4"))).find((t=>t.model==n));return s+" ("+(e?o(e[Li("0x14")]).toLowerCase():n)+")"}return s+" ("+n+")"}const Oi=["_getHeadingLevel","formatBlock","HeadingEditing","editor","get","locale","value","commandParams","match","name","model","_headingOptions","paragraph","ELEMENT_HEADING","*Change to:* %0","has","_registerLegacyDescription","plugins","registerElementLabel","find","heading","view","registerDescriptionCallback","config","ELEMENT_HEADING_CUSTOM","title","_descriptionFactory","_enableDefaultAttributesIntegration","afterInit","commandName","format","TrackChangesEditing"];var Fi,Di;Fi=Oi,Di=187,function(t){for(;--t;)Fi.push(Fi.shift())}(++Di);const Bi=function(t,e){return Oi[t-=0]};class Pi extends t.Plugin{[Bi("0x1")](){const t=this[Bi("0x8")];if(!t[Bi("0x16")][Bi("0x14")](Bi("0x7")))return;this[Bi("0x10")]=t[Bi("0x1c")].get("heading.options");const e=t.locale,n=t[Bi("0x16")][Bi("0x9")](Bi("0x4"));n[Bi("0x0")]("heading");for(const t of this[Bi("0x10")])Bi("0x11")!=t.model&&n[Bi("0x1f")][Bi("0x17")](t[Bi("0xf")],(n=>{const o=this[Bi("0x5")](t[Bi("0xf")]);return null!==o?(s=n,x=o,Qo(e,Bi("0x12"),[s,x])):(r=n,i=t[Bi("0x1e")],Qo(e,"ELEMENT_HEADING_CUSTOM",[r,i]));var r,i,s,x}));this[Bi("0x15")]()}[Bi("0x15")](){const t=this[Bi("0x8")],e=t[Bi("0xa")];t[Bi("0x16")][Bi("0x9")](Bi("0x4"))._descriptionFactory[Bi("0x1b")]((t=>{if(Bi("0x6")!=t.type)return;const{data:n}=t;if(n&&Bi("0x19")==n[Bi("0x2")]){const t=n[Bi("0xc")][0][Bi("0xb")],s=this[Bi("0x5")](t);if(null!==s)return{type:Bi("0x3"),content:Qo(e,"*Change to:* %0",(1,i=s,Qo(e,Bi("0x12"),[1,i])))};const x=this._headingOptions[Bi("0x18")]((e=>e[Bi("0xf")]===t))[Bi("0x1e")];return{type:"format",content:Qo(e,Bi("0x13"),(o=1,r=x,Qo(e,Bi("0x1d"),[o,r])))}}var o,r,i}))}[Bi("0x5")](t){var e,n;const o=t[Bi("0xd")](/^heading(\d+)/);if(o)return o[1];const r=null===(e=this[Bi("0x10")])||void 0===e?void 0:e[Bi("0x18")]((e=>e.model==t));if(r&&r[Bi("0x1a")]){const t=r[Bi("0x1a")],e=(null!==(n=t[Bi("0xe")])&&void 0!==n?n:t)[Bi("0xd")](/^h(\d+)/);if(e)return e[1]}return null}}const Ui=["_enableDefaultAttributesIntegration","commandName","highlight","format","TrackChangesEditing","_registerLegacyDescription","color","registerAttributeLabel","locale","editor","toLowerCase","commandParams","_descriptionFactory","title","value","FORMAT_HIGHLIGHT","type","HighlightEditing","config","get","formatInline","*Set highlight:* %0","find","highlight.options","has","plugins","registerDescriptionCallback"];var ji,Gi;ji=Ui,Gi=389,function(t){for(;--t;)ji.push(ji.shift())}(++Gi);const Hi=function(t,e){return Ui[t-=0]};class Vi extends t.Plugin{afterInit(){const t=this[Hi("0x19")];if(!t[Hi("0xe")][Hi("0xd")](Hi("0x6")))return;const e=t[Hi("0xe")][Hi("0x8")](Hi("0x14")),n=t[Hi("0x18")];e[Hi("0x10")](Hi("0x12"),[Hi("0x12")]),e._descriptionFactory[Hi("0x17")]("highlight",Qo(n,Hi("0x4"))),this._registerLegacyDescription()}[Hi("0x15")](){const t=this[Hi("0x19")],e=t.locale;t.plugins[Hi("0x8")]("TrackChangesEditing")[Hi("0x1")][Hi("0xf")]((n=>{if(Hi("0x9")!=n[Hi("0x5")])return;const{data:o}=n;if(o&&Hi("0x12")==o[Hi("0x11")]){const n=e.t,r=o[Hi("0x0")][0][Hi("0x3")];if(r){const o=t[Hi("0x7")][Hi("0x8")](Hi("0xc"))[Hi("0xb")]((t=>t.model==r)),i=n(o.title)[Hi("0x1a")]();return{type:"format",content:Qo(e,Hi("0xa"),i),color:{value:o[Hi("0x16")],title:o[Hi("0x2")]}}}return{type:Hi("0x13"),content:Qo(e,"*Remove highlight*",Qo(e,Hi("0x4")))}}}))}}const zi=["showSuggestionHighlights","conversion","enableCommand","has","_descriptionFactory","createEmptyElement","registerElementLabel","createPositionAt","elementToStructure","ELEMENT_HORIZONTAL_LINE","horizontalLine","editor","div","createContainerElement","TrackChangesEditing","ck-horizontal-line","plugins","get"];var Wi,Ki;Wi=zi,Ki=207,function(t){for(;--t;)Wi.push(Wi.shift())}(++Ki);const qi=function(t,e){return zi[t-=0]};class Xi extends t.Plugin{afterInit(){const t=this[qi("0x2")];if(!t.plugins[qi("0xc")]("HorizontalLineEditing"))return;t[qi("0x7")].get(qi("0x5"))[qi("0xb")](qi("0x1"));const e=t[qi("0x7")][qi("0x8")](qi("0x5")),n=t.locale;e[qi("0xd")][qi("0xf")]("horizontalLine",(t=>Qo(n,qi("0x0"),t))),t[qi("0xa")].for("dataDowncast")[qi("0x11")]({model:qi("0x1"),view:(t,{writer:e,options:n})=>{if(!n[qi("0x9")])return null;const o=e[qi("0x4")](qi("0x3")),r=e[qi("0xe")]("hr");return e.addClass(qi("0x6"),o),e.insert(e[qi("0x10")](o,0),r),o},converterPriority:"high"})}}const $i=["start","plugins","ELEMENT_HTML_EMBED","nodeAfter","get","rawHtml","registerDescriptionCallback","HtmlEmbed","locale","element","registerElementLabel","attribute","*Change %0 content*","value","_descriptionFactory","type","key","editor","htmlEmbed","format","getFirstRange","commandName","_enableDefaultAttributesIntegration","TrackChangesEditing"];var Zi,Yi;Zi=$i,Yi=192,function(t){for(;--t;)Zi.push(Zi.shift())}(++Yi);const Ji=function(t,e){return $i[t-=0]};class Qi extends t.Plugin{afterInit(){const t=this[Ji("0x11")];if(!t[Ji("0x1")].has(Ji("0x7")))return;const e=t.plugins.get(Ji("0x17")),n=t[Ji("0x8")];e[Ji("0xe")][Ji("0xa")]("rawHtml",(t=>Qo(n,Ji("0x2"),t))),e[Ji("0x16")](Ji("0x12"),[],[Ji("0xd")]),e[Ji("0xe")][Ji("0x6")]((t=>{if(Ji("0xb")!=t[Ji("0xf")])return;const{data:e}=t;if(e&&"value"==e[Ji("0x10")]&&t[Ji("0x14")]()[Ji("0x0")][Ji("0x3")].is(Ji("0x9"),Ji("0x5"))){const t=Qo(n,Ji("0x2"));return{type:Ji("0x13"),content:Qo(n,Ji("0xc"),t)}}})),this._registerLegacyDescription()}_registerLegacyDescription(){const t=this.editor,e=t[Ji("0x8")];t.plugins[Ji("0x4")](Ji("0x17"))._descriptionFactory[Ji("0x6")]((t=>{if("formatBlock"!=t[Ji("0xf")])return;const{data:n}=t;if(n&&"htmlEmbed"==n[Ji("0x15")]){const t=Qo(e,"ELEMENT_HTML_EMBED");return{type:Ji("0x13"),content:Qo(e,"*Change %0 content*",t)}}}))}}const ts=["key","ImageUtils","_findSuggestions","registerAttributeLabel","afterInit","*Set image width:* %0","ImageEditing","TrackChangesEditing","findIndex","type","_enableDefaultAttributesIntegration","getCaptionFromImageModelElement","nodeBefore","imageInline","toNext","model","has","removeObject","imageStylePreApply","ImageCaptionUtils","addObject","find","resizeImage","detach","isCollapsed","Block image to inline image","enableCommand","registerDescriptionCallback","markDeletion","insertion","imageCaption","isBefore","ELEMENT_INLINE_IMAGE","ImageCaptionEditing","format","registerElementLabel","length","locale","editor","createRangeOn","getNearestSelectionRange","newValue","plugins","registerCustomCallback","discard","filter","ELEMENT_CAPTION","subType","schema","insertImage","deletion","*Set image text alternative:* %0","_descriptionFactory","formatInline","getContainedElement","attribute","convertBlockImageToInline","getSuggestionCallback","isEqual","accept","getFirstRange","imageTypeInline","commandParams","*Reset image width*","toggleImageCaption","_suggestionFactory","selection","get","isIntersecting","document","createRange","markBlockFormat","change","convertInlineImageToBlock","element","markInsertion","backward","ImageTextAlternativeEditing","join","ImageInlineEditing","uploadImage","start","isBlockImage","imageBlock","end","previous","*Remove image text alternative*","alt","fromPosition","imageTextAlternative","commandName","formatBlock","chain","caption","getClosestSelectedImageElement","ImageBlockEditing"];var es,ns;es=ts,ns=405,function(t){for(;--t;)es.push(es.shift())}(++ns);const os=function(t,e){return ts[t-=0]};class rs extends t.Plugin{[os("0x4f")](){const t=this.editor;if(!t[os("0x15")].has(os("0x51")))return;const e=t[os("0x15")][os("0x2e")]("TrackChangesEditing"),n=t.plugins.get(os("0x4c")),o=t[os("0x10")];e.enableCommand(os("0x1c")),e[os("0x1f")][os("0xe")](os("0x3e"),(t=>Qo(o,"ELEMENT_IMAGE",t))),e[os("0x1f")][os("0xe")](os("0x58"),(t=>Qo(o,os("0xb"),t))),e[os("0x1f")][os("0xe")](os("0x48"),(()=>Qo(o,os("0x19")))),t[os("0x15")][os("0x5b")]("ImageUploadEditing")&&e[os("0x5")](os("0x3b")),t.plugins[os("0x5b")](os("0x4a"))&&t[os("0x15")][os("0x5b")](os("0x3a"))&&(e[os("0x5")](os("0x28"),((o,r)=>{const i=n[os("0x49")](t[os("0x5a")].document.selection);t.model[os("0x33")]((()=>{e.markBlockFormat(i,{commandName:os("0x28"),commandParams:[r]},[],os("0x23"))}))})),e[os("0x5")]("imageTypeBlock",((o,r)=>{t.model[os("0x33")]((i=>{let x=n[os("0x49")](t.model.document.selection),a=i[os("0x12")](x);const c=s.LivePosition[os("0x43")](a[os("0x3c")],"toPrevious"),l=s.LivePosition[os("0x43")](a[os("0x3f")],os("0x59"));e.forceDefaultExecution((()=>o(r))),x=n[os("0x49")](t.model[os("0x30")][os("0x2d")]),a=i[os("0x12")](x);const u=i[os("0x31")](c,l);c[os("0x2")](),l[os("0x2")](),e[os("0x32")](x,{commandName:os("0x28"),commandParams:[r]},[],"convertInlineImageToBlock"),u[os("0x3c")][os("0xa")](a[os("0x3c")])&&e.markInsertion(i[os("0x31")](u.start,a[os("0x3c")]),os("0x34")),a[os("0x3f")][os("0xa")](u[os("0x3f")])&&e[os("0x36")](i.createRange(a[os("0x3f")],u.end),"convertInlineImageToBlock")}))})),e._suggestionFactory.registerCustomCallback(os("0x46"),os("0x34"),os("0x39"),(()=>!1)),e[os("0x2c")][os("0x16")](os("0x46"),"convertInlineImageToBlock",os("0x26"),(()=>!1)),e._suggestionFactory[os("0x16")](os("0x46"),os("0x34"),os("0x17"),e[os("0x2c")].getSuggestionCallback("formatBlock","",os("0x26"))),e._suggestionFactory[os("0x16")]("insertion",os("0x34"),os("0x39"),(()=>!1)),e[os("0x2c")].registerCustomCallback(os("0x8"),"convertInlineImageToBlock",os("0x17"),(([n])=>{const o=e[os("0x2c")][os("0x24")](os("0x8"),"",os("0x17"));let r=n[os("0x3c")],i=n[os("0x3f")];const s=t.model[os("0x1b")][os("0x13")](r,os("0x37")),x=t[os("0x5a")].schema[os("0x13")](i,"forward");s[os("0x3")]&&(r=s[os("0x3c")]),x[os("0x3")]&&(i=x[os("0x3f")]),o([t[os("0x5a")].createRange(r,i)])})),e._suggestionFactory[os("0x16")]("formatBlock",os("0x34"),"chain",x),e[os("0x2c")][os("0x16")](os("0x8"),os("0x34"),os("0x47"),x)),t[os("0x15")].has(os("0xc"))&&(e[os("0x5")](os("0x2b"),((o,r)=>{const i=t[os("0x15")][os("0x2e")](os("0x5e"));let s=n[os("0x49")](t[os("0x5a")][os("0x30")][os("0x2d")]),x=i[os("0x56")](s);t[os("0x5a")][os("0x33")]((()=>{if(x)return void e[os("0x7")](t[os("0x5a")][os("0x12")](x));const a=n[os("0x3d")](s);o(r),s=n.getClosestSelectedImageElement(t[os("0x5a")][os("0x30")][os("0x2d")]),x=i[os("0x56")](s),e[os("0x36")](t.model[os("0x12")](x),a?null:os("0x9"))}))})),e[os("0x2c")][os("0x16")](os("0x8"),os("0x9"),"chain",x));const r=[{type:os("0x46"),subType:os("0x5d")},{type:os("0x8"),subType:"imageCaption"},{type:os("0x46"),subType:os("0x34")},{type:"insertion",subType:os("0x34")}];function i(t,o){const i=r[os("0x53")]((({type:e,subType:n})=>t[os("0x54")]==e&&t[os("0x1a")]==n)),s=r.findIndex((({type:t,subType:e})=>o[os("0x54")]==t&&o[os("0x1a")]==e));if(i<0||s<0)return!1;const x=t[os("0x27")](),a=o.getFirstRange();if((0==i||1==i)&&2==s&&x[os("0x2f")](a))return!0;if(2==i&&3==s){const t=e[os("0x4d")](x,os("0x8"))[os("0x18")]((({suggestion:t,meta:e})=>e.isOwn&&"convertInlineImageToBlock"==t[os("0x1a")]));if(t.length>1&&a[os("0x3f")].isEqual(x.start))return!0;if(1==t[os("0xf")]&&(x[os("0x3c")][os("0x25")](a[os("0x3f")])||x[os("0x3f")].isEqual(a[os("0x3c")])))return!0}if(3==i&&3==s&&x[os("0x3c")].isBefore(a[os("0x3c")])){const t=x[os("0x3f")].nodeAfter,e=a[os("0x3c")][os("0x57")];return n[os("0x3d")](t)&&t===e}return!1}function x(t,e){return i(t,e)?[t,e]:i(e,t)?[e,t]:null}t[os("0x15")][os("0x5b")]("ImageResize")&&(e[os("0x55")](os("0x1"),[],["resizedWidth"]),e[os("0x1f")][os("0x4e")]("resizedWidth",Qo(o,"FORMAT_IMAGE_SIZE"))),t[os("0x15")].has(os("0x38"))&&e._enableDefaultAttributesIntegration(os("0x44"),[],["alt"]),e._descriptionFactory[os("0x6")]((t=>{if(r[os("0x0")]((({type:e,subType:n})=>t[os("0x54")]==e&&t.subType==n)))return t[os("0x40")]?{}:void 0})),e._descriptionFactory[os("0x6")]((t=>{if("insertion"==t[os("0x54")]||os("0x1d")==t[os("0x54")]){const e=t[os("0x21")]();if(e&&e.is(os("0x35"),os("0x48")))return{type:os("0x8")==t[os("0x54")]?os("0x5f"):os("0x5c"),element:e,quantity:1}}})),e[os("0x1f")][os("0x6")]((t=>os("0x46")==t.type&&os("0x34")==t[os("0x1a")]?{type:os("0xd"),content:"Inline image to block image"}:os("0x46")==t[os("0x54")]&&"convertBlockImageToInline"==t[os("0x1a")]?{type:os("0xd"),content:os("0x4")}:void 0)),e[os("0x1f")][os("0x6")]((t=>{if(os("0x22")!=t[os("0x54")])return;const{data:e}=t;if(!e||os("0x42")!=e[os("0x4b")])return;const n=e[os("0x14")];return n?{type:os("0xd"),content:Qo(o,"*Set image text alternative:* %0",'"'+n+'"')}:{type:os("0xd"),content:Qo(o,os("0x41"))}})),this._registerLegacyDescription()}_registerLegacyDescription(){const t=this[os("0x11")],e=t[os("0x10")];t[os("0x15")][os("0x2e")](os("0x52"))[os("0x1f")].registerDescriptionCallback((t=>{if("formatBlock"!=t[os("0x54")]&&os("0x20")!=t.type)return;const{data:n}=t;if(n){if(os("0x44")==n[os("0x45")]){const t=n[os("0x29")][0][os("0x14")];return t?{type:os("0xd"),content:Qo(e,os("0x1e"),'"'+t+'"')}:{type:os("0xd"),content:Qo(e,os("0x41"))}}if(os("0x1")==n[os("0x45")]){const t=n[os("0x29")][0].width;return t?{type:os("0xd"),content:Qo(e,os("0x50"),t)}:{type:os("0xd"),content:Qo(e,os("0x2a"))}}}}))}}const is=["_descriptionFactory","ImageEditing","formatBlock","type","commandName","getSuggestionCallback","locale","src","attribute","_handleLegacySuggestions","newValue","discard","accept","TrackChangesEditing","has","editor","_registerLegacyDescription","get","plugins","formatInline","*Replace image URL*","_enableDefaultAttributesIntegration","registerCustomCallback","afterInit","oldValue","format","replaceImageSource","_suggestionFactory"];var ss,xs;ss=is,xs=412,function(t){for(;--t;)ss.push(ss.shift())}(++xs);const as=function(t,e){return is[t-=0]};class cs extends t.Plugin{[as("0x3")](){if(!this[as("0x17")][as("0x1a")][as("0x16")](as("0x9")))return;const t=this[as("0x17")].locale,e=this.editor[as("0x1a")][as("0x19")](as("0x15"));e[as("0x1")](as("0x6"),[],[as("0xf")]),e[as("0x8")].registerDescriptionCallback((e=>{if(as("0x10")!=e.type)return;const{data:n}=e;return n&&as("0xf")==n.key?n[as("0x12")]&&n[as("0x4")]?{type:as("0x5"),content:Qo(t,as("0x0"))}:{type:"format",content:""}:void 0})),this._handleLegacySuggestions()}[as("0x11")](){const t=this[as("0x17")].plugins[as("0x19")](as("0x15"));t._suggestionFactory[as("0x2")](as("0xa"),as("0x6"),as("0x14"),t[as("0x7")][as("0xd")](as("0xa"),null,"discard")),t[as("0x7")][as("0x2")](as("0xa"),as("0x6"),as("0x13"),t[as("0x7")][as("0xd")]("formatBlock",null,as("0x14"))),this[as("0x18")]()}[as("0x18")](){const t=this.editor,e=t[as("0xe")];t.plugins.get("TrackChangesEditing")._descriptionFactory.registerDescriptionCallback((t=>{if("formatBlock"!=t[as("0xb")]&&as("0x1b")!=t[as("0xb")])return;const{data:n}=t;return n&&"replaceImageSource"==n[as("0xc")]?{type:"format",content:Qo(e,"*Format:* replace image URL")}:void 0}))}}const ls=["FORMAT_SIDE_IMAGE","normalizedStyles","nodeBefore","_findSuggestions","get","getClosestSelectedImageElement","registerDescriptionCallback","author","commandName","discardSuggestion","commands","isBefore","_suggestionFactory","imageTypeBlock","formatInline","next","commandReversedParams","hasSuggestion","subType","from","findIndex","getFirstRange","filter","enableCommand","editor","imageStylePreApply","imageStyle","refresh","end","isEqual","accept","title","document","has","ImageStyleEditing","ImageUtils","registerCustomCallback","setImageNaturalSizeAttributes","isBlockImage","imageStylePostApply","value","_descriptionFactory","change","type","join","createRangeOn","getContainedElement","selection","plugins","start","commandParams","Users","chain","afterInit","toLowerCase","isInContent","imageCaption","newRange","convertInlineImageToBlock","TrackChangesEditing","isInlineImage","getSuggestions","insertion","discard","*Format:* %0","isOwn","model","imageTypeInline","formatBlock","getSuggestion","format","markBlockFormat","shouldConvertImageType","forEach","head","name","length"];var us,ds;us=ls,ds=297,function(t){for(;--t;)us.push(us.shift())}(++ds);const gs=function(t,e){return ls[t-=0]};class fs extends t.Plugin{[gs("0x40")](){const t=this[gs("0x23")];if(!t.plugins[gs("0x2c")]("ImageStyleEditing"))return;const n=t[gs("0x3b")].get(gs("0x46")),o=t.plugins[gs("0xf")](gs("0x2e")),r={};n[gs("0x22")](gs("0x25"),((r,i)=>{const s=t[gs("0x3b")][gs("0xf")](gs("0x3e")).me,x=t[gs("0x15")][gs("0xf")]("imageStyle");let a=o[gs("0x10")](t[gs("0x0")].document[gs("0x3a")]),c=t[gs("0x0")][gs("0x38")](a),l=x.value;if(l==i[gs("0x33")])return;const u={commandName:gs("0x25"),commandParams:[i],formatGroupId:(0,e.uid)()};t.model[gs("0x35")]((()=>{if(n[gs("0x48")]()[gs("0x21")]((t=>t[gs("0x42")]&&s==t[gs("0x12")]&&(gs("0x2")==t.type||"formatInline"==t[gs("0x36")])&&(gs("0x24")==t[gs("0x1d")]||gs("0x32")==t.subType)&&t[gs("0x20")]()[gs("0x28")](c)))[gs("0x7")]((t=>n[gs("0x14")](t[gs("0x8")]))),a=o[gs("0x10")](t[gs("0x0")][gs("0x2b")][gs("0x3a")]),c=t.model[gs("0x38")](a),x.refresh(),t[gs("0x15")][gs("0xf")](gs("0x1"))[gs("0x26")](),t.commands[gs("0xf")](gs("0x18"))[gs("0x26")](),l=x[gs("0x33")],l!=i.value)return o[gs("0x47")](a)&&x[gs("0x6")](i[gs("0x33")],a)?(r({...i,setImageSizes:!1}),a=o[gs("0x10")](t[gs("0x0")][gs("0x2b")][gs("0x3a")]),void n[gs("0x5")](a,{...u,commandReversedParams:[{value:l||null,setImageSizes:!1}]},[],"imageStylePreApply")):void(o.isBlockImage(a)?n.markBlockFormat(a,u,[],gs("0x32")):n.markInlineFormat(c,u,gs("0x32")))}))}));for(const e of t[gs("0x3b")][gs("0xf")](gs("0x2d"))[gs("0xc")])r[e[gs("0x9")]]=e[gs("0x2a")][gs("0x41")]();n[gs("0x17")][gs("0x2f")](gs("0x2"),gs("0x24"),gs("0x37"),(()=>!1)),n[gs("0x17")][gs("0x2f")](gs("0x2"),gs("0x32"),gs("0x37"),(()=>!1)),n._suggestionFactory[gs("0x2f")](gs("0x19"),gs("0x32"),"join",(()=>!1)),n._suggestionFactory[gs("0x2f")]("formatBlock","imageStylePreApply",gs("0x29"),(([t])=>{o[gs("0x30")](t[gs("0x39")]())})),n[gs("0x17")].registerCustomCallback("formatBlock",gs("0x24"),gs("0x4a"),((t,e)=>{n[gs("0x17")].getSuggestionCallback(gs("0x2"),"",gs("0x29"))(t,{commandName:e[gs("0x13")],commandParams:e[gs("0x1b")]})})),n[gs("0x17")].registerCustomCallback(gs("0x2"),"imageStylePreApply",gs("0x3f"),(function(t,e){return s(t,e)?[t,e]:s(e,t)?[e,t]:null}));const i=[{type:gs("0x2"),subType:gs("0x24")},{type:gs("0x49"),subType:"imageCaption"},{type:gs("0x2"),subType:"convertInlineImageToBlock"},{type:gs("0x49"),subType:"convertInlineImageToBlock"}];function s(t,e){const r=i[gs("0x1f")]((({type:e,subType:n})=>t[gs("0x36")]==e&&t[gs("0x1d")]==n)),s=i[gs("0x1f")]((({type:t,subType:n})=>e[gs("0x36")]==t&&e[gs("0x1d")]==n));if(r<0||s<0)return!1;const x=t.getFirstRange(),a=e.getFirstRange();if((0==r||1==r)&&2==s&&x.isIntersecting(a))return!0;if(2==r&&3==s){const t=n[gs("0xe")](x,gs("0x49"))[gs("0x21")]((({suggestion:t,meta:e})=>e[gs("0x4c")]&&gs("0x45")==t[gs("0x1d")]));if(t.length>1&&a[gs("0x27")][gs("0x28")](x.start))return!0;if(1==t[gs("0xa")]&&(x[gs("0x3c")].isEqual(a[gs("0x27")])||x[gs("0x27")][gs("0x28")](a[gs("0x3c")])))return!0}if(3==r&&3==s&&x.start[gs("0x16")](a[gs("0x3c")])){const t=x[gs("0x27")].nodeAfter,e=a[gs("0x3c")][gs("0xd")];return o[gs("0x31")](t)&&t===e}return!1}t[gs("0x0")][gs("0x2b")].registerPostFixer((()=>{let e=!1;const r=Array[gs("0x1e")](t[gs("0x0")][gs("0x2b")].differ.getChangedMarkers());for(const{name:t,data:i}of r){const{group:r,type:s,subType:x,id:a}=n._splitMarkerName(t);if("suggestion"==r&&n[gs("0x1c")](a)){if(gs("0x2")==s&&("imageStylePreApply"==x||gs("0x32")==x)){const t=n[gs("0x3")](a);if(i[gs("0x44")]){const r=t[gs("0x20")]()[gs("0x39")]();if(o[gs("0x31")](r))continue;n[gs("0x14")](t),e=!0}}if(gs("0x49")==s&&gs("0x43")==x&&!i[gs("0x44")]){const t=n.getSuggestion(a);t[gs("0x1a")]&&t.next[gs("0x42")]&&(n.discardSuggestion(t[gs("0x1a")]),e=!0)}}}return e})),this._registerLegacyDescription(r)}_registerLegacyDescription(t){const e=this[gs("0x23")],n=e.locale;e.plugins.get(gs("0x46"))[gs("0x34")][gs("0x11")]((e=>{if(gs("0x2")!=e[gs("0x36")]&&"formatInline"!=e[gs("0x36")])return;const{data:o}=e;if(!o||"imageStyle"!=o[gs("0x13")])return;const r=o[gs("0x3d")][0][gs("0x33")];return i="side"===r?Qo(n,gs("0xb")):t[r]||r,{type:gs("0x4"),content:Qo(n,gs("0x4b"),i)};var i}))}}const ms=["_handleImportedData","execute","commands","dataInsert","afterInit","enableCommand","editor","trackChanges","Users","TrackChangesEditing","_trackChangesExecuted","collaboration_features","get","_trackChangesValueDuringImport","plugins","listenTo","importWord","value","lowest"];var hs,ps;hs=ms,ps=398,function(t){for(;--t;)hs.push(hs.shift())}(++ps);const bs=function(t,e){return ms[t-=0]};class Es extends t.Plugin{constructor(t){super(t),this._trackChangesValueDuringImport=!1,this[bs("0xb")]=!1}[bs("0x5")](){const t=this[bs("0x7")],e=t.commands[bs("0xd")](bs("0x11")),n=t[bs("0x3")][bs("0xd")](bs("0x8"));e&&(e.on("execute",((t,[,e])=>{this[bs("0xe")]=n[bs("0x12")],e[bs("0xc")].track_changes=!this[bs("0xe")]}),{priority:"high"}),this[bs("0x10")](e,bs("0x4"),this[bs("0x1")].bind(this)),this[bs("0x10")](e,bs("0x4"),(()=>{this[bs("0xb")]&&(n[bs("0x2")](),this[bs("0xb")]=!1)}),{priority:bs("0x0")}),t.plugins.get(bs("0xa"))[bs("0x6")](bs("0x11")))}[bs("0x1")](t,e){const{suggestions:n}=e,o=this[bs("0x7")][bs("0x3")].get(bs("0x8")),r=o[bs("0x12")];this[bs("0xe")]!==r&&(o.execute(),this._trackChangesExecuted=!0),n&&n.forEach((({id:t,type:e,author:n,created_at:o})=>{const r={id:t,type:e,authorId:this.editor[bs("0xf")][bs("0xd")](bs("0x9")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:bs("0x11")}}};this[bs("0x7")][bs("0xf")][bs("0xd")](bs("0xa"))._setSuggestionData(r)}))}}const _s=["has","getItems","editor","_registerLegacyDescription","getItemLabel","*Indent:* %0","enableCommand","blockIndent","plugins","locale","_descriptionFactory","outdentBlock","FORMAT_INDENT","outdent","commandName","TrackChangesEditing","indentBlock","IndentBlock","registerAttributeLabel","_enableDefaultAttributesIntegration","get","_registerBlockAttribute","format"];var Ts,ys;Ts=_s,ys=269,function(t){for(;--t;)Ts.push(Ts.shift())}(++ys);const Cs=function(t,e){return _s[t-=0]};class As extends t.Plugin{afterInit(){const t=this[Cs("0x9")],e=t.plugins.get(Cs("0x16"));if(t[Cs("0xf")][Cs("0x7")]("IndentEditing")&&(e[Cs("0xd")]("indent"),e[Cs("0xd")](Cs("0x14"))),t.plugins[Cs("0x7")](Cs("0x1")))for(const t of["indentBlock",Cs("0x12")])e[Cs("0x3")](t);const n=t[Cs("0x10")];e[Cs("0x5")](Cs("0xe")),e[Cs("0x11")][Cs("0x2")](Cs("0xe"),Qo(n,Cs("0x13"))),this[Cs("0xa")]()}[Cs("0xa")](){const t=this.editor,e=t[Cs("0x10")],n=t[Cs("0xf")][Cs("0x4")]("TrackChangesEditing");n[Cs("0x11")].registerDescriptionCallback((t=>{if("formatBlock"!=t.type)return;const{data:o}=t;if(!o)return;if(Cs("0x0")!=o[Cs("0x15")]&&"outdentBlock"!=o[Cs("0x15")])return;const r=t[Cs("0x8")]()[0],i=n._descriptionFactory[Cs("0xb")](r);return"indentBlock"==o[Cs("0x15")]?{type:Cs("0x6"),content:Qo(e,Cs("0xc"),i)}:Cs("0x12")==o[Cs("0x15")]?{type:Cs("0x6"),content:Qo(e,"*Outdent:* %0",i)}:void 0}))}}var ks,Is,Ss=["requires","get","init","input"];ks=Ss,Is=177,function(t){for(;--t;)ks.push(ks.shift())}(++Is);var Rs=function(t,e){return Ss[t-=0]};class vs extends t.Plugin{static get[Rs("0x3")](){return[Vr.Input]}[Rs("0x1")](){this.editor.plugins[Rs("0x0")]("TrackChangesEditing").enableCommand(Rs("0x2"))}}const Ns=["newValue","LinkEditing","unlink","*Set link:* %0","manualDecorators","_registerLegacyDescription","locale","format","*Remove link*","has","label","formatInline","type","link","TrackChangesEditing","get","key","afterInit","link (","commandParams","_enableDefaultAttributesIntegration","registerDescriptionCallback","editor","toLowerCase","commands","plugins","linkHref","_descriptionFactory"];var Ls,Ms;Ls=Ns,Ms=119,function(t){for(;--t;)Ls.push(Ls.shift())}(++Ms);const ws=function(t,e){return Ns[t-=0]};class Os extends t.Plugin{[ws("0xa")](){const t=this.editor;if(!t[ws("0x12")][ws("0x2")](ws("0x16")))return;const e=t[ws("0x12")][ws("0x8")](ws("0x7")),n=t[ws("0x11")].get(ws("0x6"));e[ws("0xd")]("link",[ws("0x13"),...n.manualDecorators.map((t=>t.id))]),e[ws("0xd")](ws("0x17"));for(const t of n[ws("0x19")])e[ws("0x14")].registerAttributeLabel(t.id,ws("0xb")+t[ws("0x3")][ws("0x10")]()+")");e[ws("0x14")][ws("0xe")]((e=>{if("attribute"!=e[ws("0x5")])return;const{data:n}=e;if(!n||ws("0x13")!=n[ws("0x9")])return;const o=n[ws("0x15")],r=t[ws("0x1b")];return{type:ws("0x0"),content:null==o?Qo(r,"*Remove link*"):Qo(r,ws("0x18"),'"'+o+'"')}})),this[ws("0x1a")]()}_registerLegacyDescription(){const t=this[ws("0xf")],e=t.locale;t[ws("0x12")][ws("0x8")]("TrackChangesEditing")[ws("0x14")][ws("0xe")]((t=>{if(ws("0x4")!=t[ws("0x5")])return;const{data:n}=t;if(n){if(ws("0x6")==n.commandName){const t=n[ws("0xc")][0];return{type:ws("0x0"),content:Qo(e,ws("0x18"),'"'+t+'"')}}return ws("0x17")==n.commandName?{type:ws("0x0"),content:Qo(e,ws("0x1"))}:void 0}}))}}const Fs=["nextSibling","type","todoList","indentList","*Change to:* %0","editor","add","get","element","slice","commandName","blockName","length","filter","numbered","isObject","name","listItem","formatBlock","outdentList","*Outdent:* %0","checkChild","previousSibling","getSelectedBlocks","createRange","registerDescriptionCallback","format","has","_descriptionFactory","numberedList","model","locale","from","List","listIndent","change","TodoListEditing","TrackChangesEditing","push","parent","selection","registerElementLabel","document","enableCommand","markBlockFormat","before","findIndex","*Check item*","plugins","value","paragraph","createPositionAt","end","getAttribute","bulletedList","ELEMENT_NUMBERED_LIST","_selectedElements","commands","todo","schema","*Uncheck item*","checkTodoList","listType"];var Ds,Bs;Ds=Fs,Bs=338,function(t){for(;--t;)Ds.push(Ds.shift())}(++Bs);const Ps=function(t,e){return Fs[t-=0]};class Us extends t.Plugin{afterInit(){const t=this[Ps("0x2d")],e=t[Ps("0x8")];if(!t[Ps("0x19")][Ps("0x4")]("ListEditing"))return;const n=t[Ps("0x19")][Ps("0x2f")](Ps("0xe")),o=t[Ps("0x19")][Ps("0x4")](Ps("0xd"));function r(e){return()=>{const o=t[Ps("0x7")][Ps("0x13")].selection,r=t[Ps("0x22")][Ps("0x2f")](e);if(r.value)return void t.execute(Ps("0x1b"),{});const i=e[Ps("0x31")](0,-4),s=function(t,e,n){let o=Array[Ps("0x9")](t)[Ps("0x35")]((t=>{return e=t,(o=n)[Ps("0x3d")](e[Ps("0x10")],Ps("0x39"))&&!o[Ps("0x37")](e);var e,o}));o=o.filter((t=>!t.is("element",Ps("0x39"))||t[Ps("0x1e")](Ps("0x27"))!=e));const r=new Set;for(const t of o)t.is("element",Ps("0x39"))?r.add(js(t)):r[Ps("0x2e")](t);return Array[Ps("0x9")](r)}(o[Ps("0x0")](),i,t[Ps("0x7")][Ps("0x24")]);t.model[Ps("0xc")]((()=>{for(const t of s)n[Ps("0x15")](t,{commandName:e,commandParams:[{forceValue:!r[Ps("0x1a")]}],formatGroupId:Ps("0x33")},Gs(t))}))}}function i(e){return()=>{const o=function(t){let e=Array.from(t);const n=e[Ps("0x17")]((t=>Ps("0x39")!=t[Ps("0x38")]));return n>-1&&(e=e[Ps("0x31")](0,n)),e}(t[Ps("0x7")][Ps("0x13")][Ps("0x11")][Ps("0x0")]()),r=t[Ps("0x7")][Ps("0x1")](t.model[Ps("0x1c")](o[0],Ps("0x16")),t[Ps("0x7")][Ps("0x1c")](o[o[Ps("0x34")]-1],Ps("0x1d")));t[Ps("0x7")][Ps("0xc")]((()=>{n[Ps("0x15")](r,{commandName:e,commandParams:[],formatGroupId:"listIndent"},function(t){const e=new Set;for(const n of t){let t=n.nextSibling;for(;t&&t[Ps("0x1e")](Ps("0xb"))>n[Ps("0x1e")](Ps("0xb"));)e[Ps("0x2e")](t),t=t[Ps("0x28")]}return Array[Ps("0x9")](e)}(o))}))}}n[Ps("0x14")](Ps("0x6"),r(Ps("0x6"))),n[Ps("0x14")](Ps("0x1f"),r(Ps("0x1f"))),o&&n[Ps("0x14")]("todoList",r(Ps("0x2a"))),n[Ps("0x14")](Ps("0x2b"),i(Ps("0x2b"))),n[Ps("0x14")](Ps("0x3b"),i(Ps("0x3b"))),o&&n[Ps("0x14")](Ps("0x26"),(()=>{const e=t[Ps("0x22")][Ps("0x2f")](Ps("0x26")),o=Array[Ps("0x9")](e[Ps("0x21")]);o[Ps("0x35")]((t=>t[Ps("0x1e")]("todoListChecked")!=e[Ps("0x1a")])),t.model.change((()=>{for(const t of o)n.markBlockFormat(t,{commandName:Ps("0x26"),commandParams:[{forceValue:!e[Ps("0x1a")]}]})}))})),n[Ps("0x5")][Ps("0x12")](Ps("0x39"),(t=>Qo(e,"ELEMENT_LIST_ITEM",t))),n._descriptionFactory[Ps("0x2")]((t=>{if(Ps("0x3a")!=t.type&&"formatInline"!=t[Ps("0x29")])return;const{data:n}=t;if(n){if(Ps("0x6")==n[Ps("0x32")]||Ps("0x1f")==n[Ps("0x32")]||Ps("0x2a")==n.commandName)switch(n.commandName.replace(Ps("0xa"),"")){case"bulleted":return o(Qo(e,"ELEMENT_BULLETED_LIST"));case Ps("0x36"):return o(Qo(e,Ps("0x20")));case Ps("0x23"):return o(Qo(e,"ELEMENT_TODO_LIST"))}if(Ps("0x2b")==n.commandName)return{type:Ps("0x3"),content:Qo(e,"*Indent:* %0",Qo(e,"ELEMENT_LIST_ITEM"))};if(Ps("0x3b")==n[Ps("0x32")])return{type:"format",content:Qo(e,Ps("0x3c"),Qo(e,"ELEMENT_LIST_ITEM"))};if("checkTodoList"==n.commandName)return n.commandParams[0].forceValue?{type:Ps("0x3"),content:Qo(e,Ps("0x18"))}:{type:"format",content:Qo(e,Ps("0x25"))}}function o(t){return{type:"format",content:Qo(e,Ps("0x2c"),t)}}}))}}function js(t){const e=t[Ps("0x1e")](Ps("0xb"));if(0==e)return t;let n=t;for(;t.previousSibling&&t[Ps("0x3e")].is(Ps("0x30"),"listItem");){const o=t[Ps("0x3e")].getAttribute("listIndent");if(o==e)n=t[Ps("0x3e")];else if(o<e)break;t=t[Ps("0x3e")]}return n}function Gs(t){const e=[];if(t.is(Ps("0x30"),Ps("0x39"))&&t.getAttribute(Ps("0xb"))>0){let n=t[Ps("0x28")];for(;n&&Ps("0x39")==n[Ps("0x38")]&&n[Ps("0x1e")](Ps("0xb"))==t[Ps("0x1e")](Ps("0xb"));)e[Ps("0xf")](n),n=n[Ps("0x28")]}return e}const Hs=["_getSuggestionBlocks","ListUtils","*Change to:* %0","enableCommand","markMultiRangeBlockFormat","map","listStart","afterInit","listType","styles","createPositionAt","filter","handleListStartCommand","handleListStyleCommand","flat","*Format:* set order to regular","handleListReversedCommand","backward","listReversed","change","ELEMENT_","listItem","handleDescriptions","TrackChangesEditing","from","reversed","unshift","selection","ListPropertiesEditing","getSelectedBlocks","locale","_LIST_","plugins","format","numbered","push","_descriptionFactory","config","before","startIndex","commandName","_getSuggestionBlocksForListStyle","_getTranslationKeyForListStyle","formatBlock","parent","getAttribute","document","listStyle","get","editor","commandParams","forward","length","getFirstPosition","registerDescriptionCallback","replace","bind","type","getSiblingNodes","element","formatInline","list.properties","createRange","model","*Format:* set order to reversed"];var Vs,zs;Vs=Hs,zs=394,function(t){for(;--t;)Vs.push(Vs.shift())}(++zs);const Ws=function(t,e){return Hs[t-=0]};class Ks extends t.Plugin{[Ws("0x3")](){if(!this.editor[Ws("0x1c")].has(Ws("0x18")))return;const t=this[Ws("0x2d")][Ws("0x21")].get(Ws("0x39")),e=this.editor[Ws("0x1c")].get("TrackChangesEditing");t[Ws("0x5")]&&e[Ws("0x40")](Ws("0x2b"),this[Ws("0x9")][Ws("0x34")](this)),t.reversed&&e[Ws("0x40")](Ws("0xe"),this[Ws("0xc")][Ws("0x34")](this)),t[Ws("0x23")]&&e[Ws("0x40")](Ws("0x2"),this[Ws("0x8")][Ws("0x34")](this)),e[Ws("0x20")][Ws("0x32")](this[Ws("0x12")][Ws("0x34")](this))}handleListStyleCommand(t,e={}){const n=this.editor[Ws("0x1c")][Ws("0x2c")](Ws("0x13")),o=this[Ws("0x25")]();this[Ws("0x2d")][Ws("0x3b")].change((()=>{n[Ws("0x0")](o,{commandName:"listStyle",commandParams:[{type:e.type}],formatGroupId:Ws("0x2b")})}))}[Ws("0xc")](t,e={}){const n=this[Ws("0x2d")][Ws("0x1c")][Ws("0x2c")](Ws("0x13")),o=this[Ws("0x3d")]((t=>t.is(Ws("0x37"),"listItem")&&"numbered"===t.getAttribute(Ws("0x4"))));if(o[Ws("0x30")]<1)return;const r=o[Ws("0x1")]((t=>this[Ws("0x2d")].model[Ws("0x3a")](this.editor[Ws("0x3b")][Ws("0x6")](t,Ws("0x22")),this[Ws("0x2d")][Ws("0x3b")][Ws("0x6")](t,0))));this[Ws("0x2d")].model.change((()=>{n[Ws("0x0")](r,{commandName:"listReversed",commandParams:[{reversed:e[Ws("0x15")]}],formatGroupId:Ws("0xe")})}))}[Ws("0x8")](t,e={}){const n=this[Ws("0x2d")][Ws("0x1c")][Ws("0x2c")](Ws("0x13")),o=this[Ws("0x3d")]((t=>t.is(Ws("0x37"),Ws("0x11"))&&Ws("0x1e")===t[Ws("0x29")](Ws("0x4"))));if(o[Ws("0x30")]<1)return;const r=o.map((t=>this[Ws("0x2d")].model[Ws("0x3a")](this[Ws("0x2d")][Ws("0x3b")][Ws("0x6")](t,"before"),this[Ws("0x2d")][Ws("0x3b")].createPositionAt(t,0))));this.editor[Ws("0x3b")][Ws("0xf")]((()=>{n[Ws("0x0")](r,{commandName:Ws("0x2"),commandParams:[{startIndex:e[Ws("0x23")]}],formatGroupId:Ws("0x2")})}))}handleDescriptions(t){if(Ws("0x27")!=t[Ws("0x35")]&&Ws("0x38")!=t[Ws("0x35")])return;const e=this[Ws("0x2d")][Ws("0x1a")],{data:n}=t;if(!n)return;let o,r;switch(n[Ws("0x24")]){case"listStyle":o=Ws("0x3f"),r={type:Ws("0x1d"),content:Qo(e,o,Qo(e,this[Ws("0x26")](n[Ws("0x2e")][0][Ws("0x35")])))};break;case Ws("0xe"):o=n.commandParams[0].reversed?Ws("0x3c"):Ws("0xb"),r={type:Ws("0x1d"),content:Qo(e,o)};break;case Ws("0x2"):o="*Format:* set start index to %0",r={type:Ws("0x1d"),content:Qo(e,o,n.commandParams[0][Ws("0x23")])}}return r}_getSuggestionBlocksForListStyle(){var t,e,n,o;const r=this[Ws("0x2d")][Ws("0x1c")][Ws("0x2c")](Ws("0x3e"));let i=Array[Ws("0x14")](this[Ws("0x2d")][Ws("0x3b")][Ws("0x2a")][Ws("0x17")][Ws("0x19")]());return(null===(t=i[0])||void 0===t?void 0:t.is(Ws("0x37"),Ws("0x11")))&&i[Ws("0x16")](...r[Ws("0x36")](this[Ws("0x2d")][Ws("0x3b")][Ws("0x2a")][Ws("0x17")].getFirstPosition(),Ws("0xd"))),(null===(e=i[i[Ws("0x30")]-1])||void 0===e?void 0:e.is("element",Ws("0x11")))&&i[Ws("0x1f")](...r[Ws("0x36")](this[Ws("0x2d")][Ws("0x3b")].document[Ws("0x17")].getLastPosition(),"forward")),i=[...new Set(i)],(null===(o=null===(n=this[Ws("0x2d")][Ws("0x3b")][Ws("0x2a")][Ws("0x17")][Ws("0x31")]())||void 0===n?void 0:n[Ws("0x28")])||void 0===o?void 0:o.is(Ws("0x37"),Ws("0x11")))&&(i=i[Ws("0x7")]((t=>t.is(Ws("0x37"),Ws("0x11"))))),i}_getSuggestionBlocks(t){const e=this[Ws("0x2d")][Ws("0x1c")].get(Ws("0x3e"));let n=Array[Ws("0x14")](this[Ws("0x2d")][Ws("0x3b")][Ws("0x2a")][Ws("0x17")][Ws("0x19")]())[Ws("0x7")](t).map((t=>{const n=this.editor[Ws("0x3b")][Ws("0x6")](t,0);return[...e[Ws("0x36")](n,"backward"),...e[Ws("0x36")](n,Ws("0x2f"))]}))[Ws("0xa")]();return n=[...new Set(n)],n}[Ws("0x26")](t){return Ws("0x10")+this[Ws("0x2d")][Ws("0x1c")][Ws("0x2c")](Ws("0x3e")).getListTypeFromListStyleType(t).toUpperCase()+Ws("0x1b")+t.toUpperCase()[Ws("0x33")](/-/g,"_")}}const qs=["locale","showSuggestionHighlights","media","data","plugins","downcastDispatcher","editor","ELEMENT_MEDIA","TrackChangesEditing","for","MediaEmbedEditing","afterInit","get","mediaEmbed","stop","dataDowncast","options","conversion","createEmptyElement","div","enableCommand","has","_descriptionFactory","high"];var Xs,$s;Xs=qs,$s=282,function(t){for(;--t;)Xs.push(Xs.shift())}(++$s);const Zs=function(t,e){return qs[t-=0]};class Ys extends t.Plugin{[Zs("0x11")](){const t=this[Zs("0xc")];if(!t[Zs("0xa")][Zs("0x3")](Zs("0x10")))return;const e=t[Zs("0xa")][Zs("0x12")](Zs("0xe")),n=t[Zs("0x6")];e[Zs("0x2")](Zs("0x13")),e[Zs("0x4")].registerElementLabel(Zs("0x8"),(t=>Qo(n,Zs("0xd"),t))),t[Zs("0x17")][Zs("0xf")](Zs("0x15")).elementToElement({model:Zs("0x8"),view:(t,{writer:e,options:n})=>{if(n.showSuggestionHighlights)return e[Zs("0x0")](Zs("0x1"))},converterPriority:Zs("0x5")}),t[Zs("0x9")][Zs("0xb")].on("attribute:url:media",((t,e,n)=>{n[Zs("0x16")][Zs("0x7")]&&t[Zs("0x14")]()}),{priority:Zs("0x5")})}}const Js=["editor","plugins","enableCommand","get","mention","TrackChangesEditing","afterInit","has"];var Qs,tx;Qs=Js,tx=364,function(t){for(;--t;)Qs.push(Qs.shift())}(++tx);const ex=function(t,e){return Js[t-=0]};class nx extends t.Plugin{[ex("0x2")](){const t=this[ex("0x4")];t[ex("0x5")][ex("0x3")]("MentionEditing")&&t[ex("0x5")][ex("0x7")](ex("0x1"))[ex("0x6")](ex("0x0"))}}const ox=["pageBreak","plugins","get","TrackChangesEditing","has","enableCommand","ELEMENT_PAGE_BREAK","_descriptionFactory","PageBreakEditing","editor","registerElementLabel","afterInit"];var rx,ix;rx=ox,ix=465,function(t){for(;--t;)rx.push(rx.shift())}(++ix);const sx=function(t,e){return ox[t-=0]};class xx extends t.Plugin{[sx("0x2")](){const t=this[sx("0x0")];if(!t[sx("0x4")][sx("0x7")](sx("0xb")))return;t[sx("0x4")][sx("0x5")](sx("0x6"))[sx("0x8")](sx("0x3"));const e=t.plugins[sx("0x5")]("TrackChangesEditing"),n=t.locale;e[sx("0xa")][sx("0x1")](sx("0x3"),(t=>Qo(n,sx("0x9"),t)))}}const ax=["ck-suggestion-marker-split","_descriptionFactory","insertion","writer","checkChild","schema","editor","paragraph","highest","TrackChangesEditing","data","end","markerName","toViewPosition","commandName","plugins","addClass","insert","mapper","nodeAfter","insertParagraph","format","*Insert:* %0","markerRange","isLimit","bindElementToMarker","enableCommand","afterInit","has","Paragraph","registerElementLabel","addMarker:suggestion:insertion","consume","createUIElement","downcastDispatcher","type","_registerLegacyDescription","getItemLabel","model","options","*Change to:* %0","includes","start","getFirstRange","locale","isTouching","get"];var cx,lx;cx=ax,lx=235,function(t){for(;--t;)cx.push(cx.shift())}(++lx);const ux=function(t,e){return ax[t-=0]};class dx extends t.Plugin{[ux("0x1b")](){const t=this[ux("0x6")];if(!t[ux("0xf")][ux("0x1c")](ux("0x1d")))return;const e=t[ux("0x2c")],n=t[ux("0xf")][ux("0x2e")]("TrackChangesEditing");n[ux("0x1")][ux("0x1e")](ux("0x7"),(t=>Qo(e,"ELEMENT_PARAGRAPH",t))),n._enableDefaultAttributesIntegration(ux("0x7")),n[ux("0x1a")](ux("0x14")),t.editing.downcastDispatcher.on(ux("0x1f"),gx(t),{priority:ux("0x8")}),t[ux("0xa")][ux("0x22")].on("addMarker:suggestion:insertion",((e,n,o)=>{o[ux("0x27")].showSuggestionHighlights&&gx(t,{showActiveMarker:!1})(e,n,o)}),{priority:"highest"});const o=n[ux("0x1")];o.registerDescriptionCallback((n=>{if(ux("0x2")!==n[ux("0x23")])return;const{start:r,end:i}=n[ux("0x2b")]();if(!r[ux("0x2d")](i)||!r[ux("0x13")])return;const s=t[ux("0x26")][ux("0x5")],x=r[ux("0x13")];return s.isBlock(x)&&!s[ux("0x18")](x)&&s[ux("0x4")](x,"$text")?{type:ux("0x2"),content:Qo(e,ux("0x16"),o[ux("0x25")](x,1))}:void 0})),this[ux("0x24")]()}[ux("0x24")](){const t=this[ux("0x6")],e=t[ux("0x2c")];t[ux("0xf")][ux("0x2e")]("TrackChangesEditing")[ux("0x1")].registerDescriptionCallback((t=>{if("formatBlock"!=t.type)return;const{data:n}=t;return n&&ux("0x7")==n[ux("0xe")]?{type:ux("0x15"),content:Qo(e,ux("0x28"),Qo(e,"ELEMENT_PARAGRAPH"))}:void 0}))}}function gx(t,{showActiveMarker:e=!0}={}){return(n,o,r)=>{const i=t.plugins[ux("0x2e")](ux("0x9")),s=o[ux("0x17")][ux("0x2a")],x=o[ux("0x17")][ux("0xb")],a=t.model[ux("0x5")];if(!s.isTouching(x)||!s[ux("0x13")])return;const c=s[ux("0x13")];if(a.isBlock(c)&&!a.isLimit(c)&&a[ux("0x4")](c,"$text")){if(!r.consumable[ux("0x20")](o[ux("0x17")],n.name))return;const t=r[ux("0x3")][ux("0x21")]("span",{class:ux("0x0")}),s=r[ux("0x12")][ux("0xd")](x);e&&i.activeMarkers[ux("0x29")](o[ux("0xc")])&&r[ux("0x3")][ux("0x10")]("ck-suggestion-marker--active",t),r.writer[ux("0x11")](s,t),r[ux("0x12")][ux("0x19")](t,o.markerName)}}}const fx=["locale","_descriptionFactory","plugins","TrackChangesEditing","afterInit","removeFormat","commandName","registerDescriptionCallback","format","get","has","type","_enableDefaultAttributesIntegration","_registerLegacyDescription","*Remove all formatting*"];var mx,hx;mx=fx,hx=315,function(t){for(;--t;)mx.push(mx.shift())}(++hx);const px=function(t,e){return fx[t-=0]};class bx extends t.Plugin{[px("0x4")](){const t=this.editor;t[px("0x2")][px("0xa")]("RemoveFormatEditing")&&(t.plugins[px("0x9")](px("0x3"))[px("0xc")](px("0x5")),this[px("0xd")]())}_registerLegacyDescription(){const t=this.editor;t[px("0x2")][px("0x9")](px("0x3"))[px("0x1")][px("0x7")]((e=>{if("formatBlock"!=e[px("0xb")]&&"formatInline"!=e[px("0xb")])return;const{data:n}=e;return n&&px("0x5")==n[px("0x6")]?{type:px("0x8"),content:Qo(t[px("0x0")],px("0xe"))}:void 0}))}}const Ex=["afterInit","editor","has","goToPreviousRestrictedEditingException","enableCommand","discardSelectedSuggestions","goToNextRestrictedEditingException","TrackChangesEditing","acceptSuggestion","acceptSelectedSuggestions","trackChanges","get","discardSuggestion","RestrictedEditingModeEditing","plugins"];var _x,Tx;_x=Ex,Tx=204,function(t){for(;--t;)_x.push(_x.shift())}(++Tx);const yx=function(t,e){return Ex[t-=0]};class Cx extends t.Plugin{[yx("0x6")](){const t=this[yx("0x7")];if(!t[yx("0x5")][yx("0x8")]("RestrictedEditingModeEditing"))return;const e=t[yx("0x5")][yx("0x2")](yx("0xd"));e[yx("0xa")](yx("0x9")),e[yx("0xa")](yx("0xc"));const n=t[yx("0x5")][yx("0x2")](yx("0x4"));n[yx("0xa")](yx("0x1")),n[yx("0xa")](yx("0xe")),n[yx("0xa")](yx("0x3")),n[yx("0xa")]("acceptAllSuggestions"),n[yx("0xa")]("discardAllSuggestions"),n[yx("0xa")](yx("0x0")),n[yx("0xa")](yx("0xb"))}}const Ax=["plugins","mapper","locale","merge","registerElementLabel","init","data","requires","markerRange","TrackChangesEditing","high","name","markerName","softBreak","bindElementToMarker","element","downcastDispatcher","getItems","writer","options","split","addMarker:suggestion:insertion","span","includes","editing","shiftEnter","model","addMarker:suggestion","consumable","createPositionBefore","editor","enableCommand","deletion","test","toViewPosition","addClass","get"];var kx,Ix;kx=Ax,Ix=405,function(t){for(;--t;)kx.push(kx.shift())}(++Ix);const Sx=function(t,e){return Ax[t-=0]};class Rx extends t.Plugin{static get[Sx("0x9")](){return[ui.ShiftEnter]}[Sx("0x7")](){const t=this[Sx("0x20")],e=t[Sx("0x2")][Sx("0x1")](Sx("0xb"));e[Sx("0x21")](Sx("0x1b")),t[Sx("0x1a")][Sx("0x12")].on(Sx("0x17"),vx(t),{priority:Sx("0xc")}),t.editing[Sx("0x12")].on("addMarker:suggestion:deletion",vx(t),{priority:Sx("0xc")}),t[Sx("0x8")].downcastDispatcher.on(Sx("0x1d"),((e,n,o)=>{o[Sx("0x15")].showSuggestionHighlights&&vx(t,{showActiveMarker:!1})(e,n,o)})),e._descriptionFactory[Sx("0x6")]("softBreak",(e=>Qo(t[Sx("0x4")],"ELEMENT_LINE_BREAK",e)))}}function vx(t,{showActiveMarker:e=!0}={}){return(n,o,r)=>{const i=t.plugins[Sx("0x1")]("TrackChangesEditing");if(!r[Sx("0x1e")][Sx("0x23")](o[Sx("0xa")],n[Sx("0xd")]))return;const s=t[Sx("0x1c")];for(const t of o[Sx("0xa")][Sx("0x13")]()){if(!t.is(Sx("0x11"),Sx("0xf")))continue;const n=Sx("0x22")==o[Sx("0xe")].split(":")[1]?Sx("0x5"):Sx("0x16"),x=r[Sx("0x14")].createUIElement(Sx("0x18"),{class:"ck-suggestion-marker-"+n}),a=r.mapper[Sx("0x24")](s[Sx("0x1f")](t));e&&i.activeMarkers[Sx("0x19")](o[Sx("0xe")])&&r[Sx("0x14")][Sx("0x0")]("ck-suggestion-marker--active",x),r[Sx("0x14")].insert(a,x),r[Sx("0x3")][Sx("0x10")](x,o[Sx("0xe")])}}}const Nx=["_descriptionFactory","restrictedEditingException","plugins","TrackChangesEditing","forceValue","enableCommand","from","StandardEditingModeEditing","value","type","isCollapsed","FORMAT_RESTRICTED_DISABLED","editor","registerDescriptionCallback","selection","locale","formatBlock","get","format","has"];var Lx,Mx;Lx=Nx,Mx=177,function(t){for(;--t;)Lx.push(Lx.shift())}(++Mx);const wx=function(t,e){return Nx[t-=0]};class Ox extends t.Plugin{afterInit(){const t=this[wx("0xf")],e=t.model,n=t[wx("0x12")];if(!t[wx("0x5")][wx("0x2")](wx("0xa")))return;const o=t[wx("0x5")][wx("0x0")](wx("0x6")),r=wx("0x4"),i=t.commands[wx("0x0")](r);o[wx("0x8")](r,((t,n={})=>{const s=e.document[wx("0x11")];if(s[wx("0xd")])return void t(n);const x=void 0!==n.forceValue?n[wx("0x7")]:!i[wx("0xb")];e.change((()=>{const t=Array[wx("0x9")](s.getRanges());for(const n of t){const t=x?[n]:Xr(r,n,e);for(const e of t)o.markInlineFormat(e,{commandName:r,commandParams:[{forceValue:x}]})}}))})),o[wx("0x3")][wx("0x10")]((t=>{if(wx("0x13")!=t[wx("0xc")]&&"formatInline"!=t[wx("0xc")])return;const{data:e}=t;return e&&e.commandName==r?e.commandParams[0][wx("0x7")]?{type:wx("0x1"),content:Qo(n,"FORMAT_RESTRICTED_ENABLED")}:{type:wx("0x1"),content:Qo(n,wx("0xe"))}:void 0}))}}const Fx=["editor","*Set format:* %0","getGhsAttributeNameForElement","forceValue","has","_enableDefaultAttributesIntegration","commandParams","normalizeConfig","DataSchema","GeneralHtmlSupport","block","style","type","_descriptionFactory","config","get","plugins","StyleUtils","add","inline","*Remove format:* %0","commandName","_registerLegacyDescription","toLowerCase","styleName","_registerBlockAttribute","TrackChangesEditing","ghsAttributes","format","formatBlock","element","registerAttributeLabel","definitions"];var Dx,Bx;Dx=Fx,Bx=244,function(t){for(;--t;)Dx.push(Dx.shift())}(++Bx);const Px=function(t,e){return Fx[t-=0]};class Ux extends t.Plugin{afterInit(){const t=this[Px("0x14")];if(!t[Px("0x3")][Px("0x18")]("Style")||!t[Px("0x3")][Px("0x18")]("DataSchema"))return;const e=t[Px("0x3")][Px("0x2")](Px("0xd")),n=t.locale,o=t[Px("0x1")][Px("0x2")]("style"),r=t[Px("0x3")][Px("0x2")](Px("0x1d")),i=t[Px("0x3")].get(Px("0x4"))[Px("0x1b")](t.plugins[Px("0x2")](Px("0x1c")),o[Px("0x13")]);e[Px("0x19")](Px("0x1f"));const s=new Set;for(const t of i[Px("0x1e")]){const e=r.getGhsAttributeNameForElement(t.element);s[Px("0x5")](e)}const x=new Set;for(const t of i[Px("0x6")]){const e=r[Px("0x16")](t[Px("0x11")]);x[Px("0x5")](e);for(const e of t[Px("0xe")])x[Px("0x5")](e)}for(const t of s)e[Px("0xc")](t),e._descriptionFactory[Px("0x12")](t,Qo(n,"FORMAT_STYLE"));for(const t of x)e._registerInlineAttribute(t),e[Px("0x0")][Px("0x12")](t,Qo(n,"FORMAT_STYLE"));this[Px("0x9")]()}[Px("0x9")](){const t=this[Px("0x14")],e=t.locale;t[Px("0x3")].get(Px("0xd"))[Px("0x0")].registerDescriptionCallback((t=>{if(Px("0x10")!=t.type&&"formatInline"!=t[Px("0x20")])return;const{data:n}=t;return n&&Px("0x1f")===n[Px("0x8")]?n[Px("0x1a")][0][Px("0x17")]?{type:Px("0xf"),content:Qo(e,Px("0x15"),n[Px("0x1a")][0][Px("0xb")][Px("0xa")]())}:{type:Px("0xf"),content:Qo(e,Px("0x7"),n[Px("0x1a")][0].styleName[Px("0xa")]())}:void 0}))}}const jx=["fromRange","nodeBefore","isTouching","getColumnIndexes","change","TrackChangesEditing","removeTableColumn","getAttribute","includes","setSelection","type","data","span","some","differ","insertion","_suggestionFactory","options","addRange","batch","createPositionAt","getItems","markMultiRangeInsertion","min","root","$textProxy","registerDescriptionCallback","from","rowspan","getChangedMarkers","first","insert","oldRange","classes","forceValue","_getCoordsForCells","item","element","get","getSuggestion","accept","position","_descriptionFactory","TableUtils","join","editor","enableCommand","every","removeClass","max","addClass","insertTable","table","low","getContainedElement","rootName","selectTableColumn","addMarker:suggestion","_setupColumnsRowsFixing","enqueueChange","has","discard","tableColumn","highest","plugins","map","registerCustomCallback","isEqual","MIN_SAFE_INTEGER","toViewElement","_tableSuggestions","deletion","*Insert:* %0","left","afterInit","ELEMENT_TABLE_COLUMN","cell","ELEMENT_TABLE_WITH_TEXT","push","ELEMENT_TABLE_COLUMN_WITH_TEXT","getRowIndexes","insertTableColumnLeft","getRanges","insertTableRowAbove","getChildren","hasAttribute","execute","downcastDispatcher","detach","_acceptFormatSuggestionCallbackFactory","maxRow","insertTableColumnRight","end","name","subType","ELEMENT_TABLE","minColumn","length","values","MAX_SAFE_INTEGER","selection","findAncestor","_splitMarkerName","tableRow","createRangeIn","$graveyard","start","add","getSelectionAffectedTableCells","*Remove:* %0","ELEMENT_TABLE_ROW_WITH_TEXT","change:data","registerPostFixer","commands","substr","order","writer","minRow","suggestion","mapper","tableCell","filter","document","nodeAfter","registerElementLabel","selectTableRow","createRangeOn","tablePaste","model","createTableWalker","getCellLocation","removeTableRow","showSuggestionHighlights","toLowerCase","_getSuggestionCoords","last","ELEMENT_TABLE_ROW","startsWith","colspan"];var Gx,Hx;Gx=jx,Hx=339,function(t){for(;--t;)Gx.push(Gx.shift())}(++Hx);const Vx=function(t,e){return jx[t-=0]};class zx extends t.Plugin{constructor(t){super(t),this._tablePostFixingSubtypes=[Vx("0x2a"),Vx("0x1")],this[Vx("0x9")]=new Set}[Vx("0xd")](){const t=this[Vx("0x7b")],e=t[Vx("0x43")].document[Vx("0x27")];if(!t[Vx("0x3")][Vx("0x8a")]("TableEditing"))return;const n=t.locale,o=t[Vx("0x3")][Vx("0x74")](Vx("0x53")),r=t.plugins[Vx("0x74")](Vx("0x79"));o[Vx("0x78")][Vx("0x3f")](Vx("0x82"),(t=>Qo(n,Vx("0x22"),t))),this[Vx("0x88")](),o[Vx("0x7c")](Vx("0x81")),o[Vx("0x7c")](Vx("0x40")),o[Vx("0x7c")](Vx("0x86"));for(const n of[Vx("0x16"),"insertTableRowBelow"]){const i=t[Vx("0x34")][Vx("0x74")](n);o[Vx("0x7c")](n,(n=>{t[Vx("0x43")][Vx("0x52")]((t=>{n();const s="above"===i.order,x=r[Vx("0x2f")](e),a=r[Vx("0x13")](x),c=s?a[Vx("0x6c")]-1:a[Vx("0x4a")]+1,l=x[0][Vx("0x28")](Vx("0x82")),u=r[Vx("0x44")](l,{startRow:c,endRow:c}),d=Array.from(u)[Vx("0x4")]((e=>t[Vx("0x41")](e[Vx("0xf")])));o[Vx("0x64")](d,Vx("0x2a"))}))}))}for(const n of[Vx("0x14"),Vx("0x1e")]){const i=t[Vx("0x34")].get(n);o.enableCommand(n,(n=>{t.model.change((t=>{n();const s=Vx("0xc")===i[Vx("0x36")],x=r.getSelectionAffectedTableCells(e),a=r[Vx("0x51")](x),c=s?a[Vx("0x6c")]-1:a[Vx("0x4a")]+1,l=x[0][Vx("0x28")](Vx("0x82")),u=r[Vx("0x44")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[Vx("0x69")](u).map((e=>t.createRangeOn(e[Vx("0xf")])));o[Vx("0x64")](d,"tableColumn")}))}))}for(const n of["removeTableRow",Vx("0x54")]){const i=n[Vx("0x35")](11),s=i.toLowerCase(),x=s.substr(0,3)+Vx("0x5a"),a=Vx("0x82")+i,c=Vx("0x65")+i,l=Vx("0x7f")+i;o[Vx("0x7c")](n,(()=>{t[Vx("0x43")].change((t=>{const i=r[Vx("0x2f")](e),u=i[0].findAncestor(Vx("0x82"));let d;if("removeTableRow"==n){const t=r[Vx("0x13")](i);d={startRow:t.first,endRow:t[Vx("0x4a")],includeAllSlots:!0}}else{const t=r[Vx("0x51")](i);d={startColumn:t[Vx("0x6c")],endColumn:t[Vx("0x4a")],includeAllSlots:!0}}const g=r[Vx("0x44")](u,d),f=Array[Vx("0x69")](g)[Vx("0x4")]((({cell:t})=>t)),m=Wx(f[Vx("0x3c")]((t=>t.hasAttribute(x)))),h=Wx(f[Vx("0x3c")]((t=>!t[Vx("0x18")](x))))[Vx("0x4")]((e=>t[Vx("0x41")](e))),p=o.markMultiRangeDeletion(h,a);if(p&&(Vx("0x2a")==p[Vx("0x21")]||Vx("0x1")==p[Vx("0x21")])){const e=this[Vx("0x49")](p);for(const n of m){const o=t[Vx("0x41")](n),i=r[Vx("0x45")](n),a=n[Vx("0x55")](x)-1,u=e[c],d=e[l];u<=i[s]&&i[s]+a<=d&&p[Vx("0x60")](o)}}}))}))}function i(n){const o=Array[Vx("0x69")](e[Vx("0x15")]())[Vx("0x4")]((t=>s.LiveRange[Vx("0x4e")](t)));t.model[Vx("0x52")]((e=>{const r=e[Vx("0x61")];n=n[Vx("0x3c")]((t=>Vx("0x2c")!=t[Vx("0x66")].rootName)),e[Vx("0x57")](n),t[Vx("0x34")][Vx("0x74")](Vx("0x46")).refresh(),t[Vx("0x19")](Vx("0x46"),{forceDefaultExecution:!0}),t.model[Vx("0x89")]((()=>{t[Vx("0x43")][Vx("0x89")](r,(t=>{const e=o.filter((t=>Vx("0x2c")!=t[Vx("0x66")][Vx("0x85")]));e[Vx("0x24")]>0&&t[Vx("0x57")](e);for(const t of o)t.detach()}))}))}))}function a(n){t[Vx("0x43")].change((o=>{const r=Array[Vx("0x69")](e[Vx("0x15")]())[Vx("0x4")]((t=>s.LiveRange[Vx("0x4e")](t))),i=[];for(const t of n)for(const e of t[Vx("0x63")]({shallow:!0}))i.push(e);for(const e of i)"$graveyard"!=e[Vx("0x66")][Vx("0x85")]&&(o[Vx("0x57")](o[Vx("0x62")](e,0)),t[Vx("0x34")][Vx("0x74")](Vx("0x54")).refresh(),t[Vx("0x19")]("removeTableColumn",{forceDefaultExecution:!0}));const x=r.filter((t=>"$graveyard"!=t[Vx("0x66")][Vx("0x85")]));x[Vx("0x24")]>0&&o[Vx("0x57")](x);for(const t of r)t[Vx("0x1b")]()}))}function c(t,e){return e[Vx("0x7d")]((e=>t.some((t=>t.end[Vx("0x6")](e[Vx("0x2d")])||e[Vx("0x1f")][Vx("0x6")](t[Vx("0x2d")])))))}function l(t,e){return t.some((t=>e[Vx("0x5b")]((e=>t[Vx("0x1f")][Vx("0x50")](e[Vx("0x2d")])))))}t[Vx("0x59")][Vx("0x1a")].on(Vx("0x87"),((t,e,n)=>{if(!n[Vx("0x5f")][Vx("0x47")])return;const o=e[Vx("0x72")];if(!o)return;const r=n[Vx("0x3a")][Vx("0x8")](o);function i(t){return Array.isArray(t)?t:[t]}r&&Vx("0x3b")===o[Vx("0x20")]&&(0,x.setHighlightHandling)(r,n[Vx("0x37")],((t,e,n)=>n[Vx("0x80")](i(e[Vx("0x6f")]),t)),((t,e,n)=>n[Vx("0x7e")](i(e[Vx("0x6f")]),t)))}),{priority:Vx("0x2")}),o._descriptionFactory.registerDescriptionCallback((t=>{if("insertion"!=t[Vx("0x58")]&&"deletion"!=t[Vx("0x58")])return;const e=t[Vx("0x84")]();if(null!=e&&e.is(Vx("0x73"),Vx("0x82"))){if(Vx("0x5d")==t[Vx("0x58")]){const e=t[Vx("0x63")]().filter((t=>t.is(Vx("0x67"))))[Vx("0x4")]((t=>t[Vx("0x59")]));if(e[Vx("0x24")])return{type:Vx("0x5d"),content:Qo(n,Vx("0xb"),Qo(n,Vx("0x10"),'"'+e[Vx("0x7a")](" ")+'"'))}}if(Vx("0xa")==t.type){const e=t[Vx("0x63")]().filter((t=>t.is("$textProxy")))[Vx("0x4")]((t=>t[Vx("0x59")]));if(e.length)return{type:Vx("0xa"),content:Qo(n,"*Remove:* %0",Qo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Vx("0x7a")](" ")+'"'))}}}})),o[Vx("0x78")][Vx("0x68")]((t=>{if(Vx("0x2a")==t.subType){const e=t[Vx("0x63")]()[Vx("0x3c")]((t=>t.is(Vx("0x67")))).map((t=>t.data)),o=this[Vx("0x49")](t),r=o[Vx("0x1d")]-o[Vx("0x38")]+1;if(Vx("0x5d")==t[Vx("0x58")])return e[Vx("0x24")]?{type:Vx("0x5d"),content:Qo(n,Vx("0xb"),Qo(n,Vx("0x31"),[r,'"'+e[Vx("0x7a")](" ")+'"']))}:{type:Vx("0x5d"),content:Qo(n,Vx("0xb"),Qo(n,Vx("0x4b"),r))};if(Vx("0xa")==t.type)return e.length?{type:Vx("0xa"),content:Qo(n,Vx("0x30"),Qo(n,Vx("0x31"),[r,'"'+e[Vx("0x7a")](" ")+'"']))}:{type:Vx("0xa"),content:Qo(n,Vx("0x30"),Qo(n,"ELEMENT_TABLE_ROW",r))}}if("tableColumn"==t[Vx("0x21")]){const e=t[Vx("0x63")]()[Vx("0x3c")]((t=>t.is(Vx("0x67"))))[Vx("0x4")]((t=>t.data)),o=this._getSuggestionCoords(t),r=o.maxColumn-o[Vx("0x23")]+1;if("insertion"==t[Vx("0x58")])return e[Vx("0x24")]?{type:"insertion",content:Qo(n,Vx("0xb"),Qo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[r,'"'+e[Vx("0x7a")](" ")+'"']))}:{type:Vx("0x5d"),content:Qo(n,Vx("0xb"),Qo(n,Vx("0xe"),r))};if("deletion"==t[Vx("0x58")])return e[Vx("0x24")]?{type:Vx("0xa"),content:Qo(n,"*Remove:* %0",Qo(n,Vx("0x12"),[r,'"'+e[Vx("0x7a")](" ")+'"']))}:{type:"deletion",content:Qo(n,"*Remove:* %0",Qo(n,Vx("0xe"),r))}}})),o[Vx("0x5e")][Vx("0x5")]("insertion",Vx("0x2a"),Vx("0x0"),i),o[Vx("0x5e")][Vx("0x5")](Vx("0xa"),Vx("0x2a"),Vx("0x76"),i),o._suggestionFactory[Vx("0x5")](Vx("0x5d"),Vx("0x1"),"discard",a),o[Vx("0x5e")][Vx("0x5")]("deletion","tableColumn","accept",a),o._suggestionFactory.registerCustomCallback(Vx("0x5d"),"tableColumn",Vx("0x7a"),c),o[Vx("0x5e")][Vx("0x5")]("deletion",Vx("0x1"),Vx("0x7a"),c),o[Vx("0x5e")].registerCustomCallback(Vx("0x5d"),"tableRow",Vx("0x7a"),l),o._suggestionFactory[Vx("0x5")](Vx("0xa"),Vx("0x2a"),Vx("0x7a"),l)}[Vx("0x1c")](){const t=this.editor,e=t.model[Vx("0x3d")][Vx("0x27")];return(n,o)=>{t[Vx("0x43")][Vx("0x52")]((r=>{const{commandName:i,commandParams:x}=o;let a=n[0][Vx("0x1f")][Vx("0x4f")];x&&x[0]&&!1===x[0][Vx("0x70")]&&(a=n[0][Vx("0x2d")][Vx("0x3e")]);const c=r[Vx("0x2b")](a);if(Vx("0x2c")==c.root[Vx("0x85")])return;const l=Array.from(e[Vx("0x15")]()).map((t=>s.LiveRange[Vx("0x4e")](t)));r[Vx("0x57")](c),t.commands[Vx("0x74")](i).refresh(),x[Vx("0x11")]({forceDefaultExecution:!0}),t[Vx("0x19")](i,...x);const u=l[Vx("0x3c")]((t=>Vx("0x2c")!=t[Vx("0x66")].rootName));u[Vx("0x24")]>0&&r[Vx("0x57")](u);for(const t of l)t.detach()}))}}[Vx("0x71")](t){const e=this[Vx("0x7b")][Vx("0x3")].get(Vx("0x79"));let n=Number.MAX_SAFE_INTEGER,o=Number[Vx("0x7")],r=Number[Vx("0x26")],i=Number[Vx("0x7")];for(const s of t){if(Vx("0x2c")==s[Vx("0x66")].rootName)continue;const{row:t,column:x}=e[Vx("0x45")](s),a=s[Vx("0x18")](Vx("0x6a"))?s[Vx("0x55")](Vx("0x6a"))-1:0,c=s[Vx("0x18")](Vx("0x4d"))?s[Vx("0x55")](Vx("0x4d"))-1:0;n=t<n?t:n,o=t+a>o?t+a:o,r=x<r?x:r,i=x+c>i?x+c:i}return{minRow:n,maxRow:o,minColumn:r,maxColumn:i}}[Vx("0x88")](){const t=this[Vx("0x7b")],e=t.plugins[Vx("0x74")](Vx("0x53")),n=t[Vx("0x3")][Vx("0x74")](Vx("0x79"));t[Vx("0x43")][Vx("0x3d")].on(Vx("0x32"),(()=>{const n=Array[Vx("0x69")](t[Vx("0x43")][Vx("0x3d")][Vx("0x5c")][Vx("0x6b")]());for(const{name:t,data:o}of n){const{group:n,id:r,subType:i}=e[Vx("0x29")](t);if(Vx("0x39")!=n)continue;if(null!=o[Vx("0x6e")])continue;const s=e[Vx("0x75")](r);this._tablePostFixingSubtypes[Vx("0x56")](i)&&this[Vx("0x9")][Vx("0x2e")](s)}}),{priority:Vx("0x83")});const o=(t,e)=>{let o=!1;const r=e[Vx("0x41")](t),i=t.findAncestor("table"),s=n[Vx("0x45")](t);for(const e of this[Vx("0x9")]){const n=e[Vx("0x21")],x=n[Vx("0x4c")](Vx("0x42")),a=n[Vx("0x35")](x?10:5),c=a[Vx("0x48")](),l=c[Vx("0x35")](0,3)+Vx("0x5a"),u=Vx("0x65")+a,d=Vx("0x7f")+a;if(!e.isInContent)continue;if(i!=e.getFirstRange().start[Vx("0x28")]("table"))continue;if(e.isIntersectingWithRange(r))continue;const g=t[Vx("0x18")](l)?t[Vx("0x55")](l)-1:0,f=this[Vx("0x49")](e),m=f[u],h=f[d];m<=s[c]&&s[c]+g<=h&&(e[Vx("0x60")](r),o=!0)}return o};t.model[Vx("0x3d")][Vx("0x33")]((e=>{let n=!1;for(const r of t[Vx("0x43")][Vx("0x3d")][Vx("0x5c")].getChanges())if(Vx("0x6d")==r[Vx("0x58")])if("tableRow"==r[Vx("0x20")])for(const t of r[Vx("0x77")][Vx("0x3e")][Vx("0x17")]())n=n||o(t,e);else Vx("0x3b")==r[Vx("0x20")]&&(n=n||o(r[Vx("0x77")][Vx("0x3e")],e));return n}))}[Vx("0x49")](t){return this._getCoordsForCells(t[Vx("0x15")]()[Vx("0x4")]((t=>t[Vx("0x2d")][Vx("0x3e")])))}}function Wx(t){return Array[Vx("0x69")](new Set(t)[Vx("0x25")]())}const Kx=["formatInline","type","model","fromRange","markBlockFormat","requires","createRangeOn","trackChanges","createTableWalker","low","format","findAncestor","value","push","detach","getSelectionAffectedTableCells","isInContent","set:isEnabled","getAncestors","insertion","add","*Split cell:* vertically","mergeTableCellRight","subType","formatBlock","author","selection","mergeTableCellDown","size","mergeTableCellUp","table","*Merge cells*","registerDescriptionCallback","TableUtils","horizontally","find","plugins","execute","refresh","_suggestionFactory","_descriptionFactory","_areMergableCells","splitTableCellVertically","getFirstPosition","splitTableCellHorizontally","mergeTableCells","setSelection","registerCustomCallback","mergeTableCellLeft","filter","map","document","cell","commandName","root","_tablePostFixingSubtypes","commands","_areSelectedCellsMergable","change","TrackChangesEditing","rootName","getRanges","enableCommand","length","get","_isForcedDefaultExecutionBlock","markMultiRangeBlockFormat","editor","TableEditing","from","stop","has","accept","tableCell","getCellLocation","isEnabled"];var qx,Xx;qx=Kx,Xx=157,function(t){for(;--t;)qx.push(qx.shift())}(++Xx);const $x=function(t,e){return Kx[t-=0]};class Zx extends t.Plugin{static get[$x("0x0")](){return[zx]}afterInit(){const t=this[$x("0x3e")],e=t.model[$x("0x2e")].selection,n=t.locale;if(!t.plugins.has($x("0x3f")))return;const o=t.plugins.get($x("0x36")),r=t[$x("0x1f")][$x("0x3b")]($x("0x1c")),i=t.plugins[$x("0x3b")](zx);i[$x("0x32")][$x("0x8")]($x("0x28")),o.enableCommand($x("0x28"),(()=>{const e=r[$x("0xa")](t[$x("0x49")][$x("0x2e")][$x("0x15")]);t.model[$x("0x35")]((()=>{o[$x("0x3d")](e,{commandName:"mergeTableCells",commandParams:[]},[],"mergeTableCells")}))})),t[$x("0x33")][$x("0x3b")]($x("0x28")).on($x("0x20"),((e,n)=>{t[$x("0x33")][$x("0x3b")]($x("0x2"))[$x("0x7")]&&(n[$x("0x3a")]>0&&n[n[$x("0x3a")]-1]&&n[n[$x("0x3a")]-1].forceDefaultExecution||o[$x("0x3c")]||this[$x("0x34")]()||e.stop())}),{priority:"highest"});for(const e of[$x("0x18"),$x("0x11"),$x("0x16"),$x("0x2b")]){const n=t[$x("0x33")][$x("0x3b")](e);o.enableCommand(e,(()=>{const e=t[$x("0x49")][$x("0x2e")].selection[$x("0x26")]()[$x("0xd")]().find((t=>t.is("element",$x("0x44")))),r=n[$x("0x7")];t[$x("0x49")].change((()=>{o[$x("0x3d")]([e,r],{commandName:"mergeTableCells",commandParams:[]},[],"mergeTableCells")}))}))}for(const e of[$x("0x25"),$x("0x27")]){const n=t[$x("0x33")][$x("0x3b")](e);o[$x("0x39")](e,(()=>{const i=r[$x("0xa")](t[$x("0x49")][$x("0x2e")].selection)[0],s=i[$x("0x6")]($x("0x19")),{column:x,row:a}=r[$x("0x45")](i);let c=[];if($x("0x1d")==n.direction){const t=r[$x("0x3")](s,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[$x("0x40")](t).map((t=>t[$x("0x2f")]))}else{const t=r[$x("0x3")](s,{column:x,includeAllSlots:!0});c=Array[$x("0x40")](t)[$x("0x2d")]((t=>t.cell))}t[$x("0x49")][$x("0x35")]((t=>{o[$x("0x4b")](t[$x("0x1")](i),{commandName:e,commandParams:[]},c,e)}))}))}o[$x("0x23")].registerDescriptionCallback((t=>{if($x("0x13")!=t[$x("0x48")]&&$x("0x47")!=t[$x("0x48")])return;const{data:e}=t;return e&&"mergeTableCells"==e.commandName?{type:$x("0x5"),content:Qo(n,$x("0x1a"))}:void 0})),o._descriptionFactory[$x("0x1b")]((t=>{if($x("0x13")!=t[$x("0x48")]&&$x("0x47")!=t.type)return;const{data:e}=t;return e?"splitTableCellVertically"==e[$x("0x30")]?{type:$x("0x5"),content:Qo(n,$x("0x10"))}:"splitTableCellHorizontally"==e[$x("0x30")]?{type:$x("0x5"),content:Qo(n,"*Split cell:* horizontally")}:void 0:void 0}));const x=i._acceptFormatSuggestionCallbackFactory();for(const t of["mergeTableCellUp",$x("0x11"),$x("0x16"),$x("0x2b")])o[$x("0x22")][$x("0x2a")]($x("0x13"),t,$x("0x43"),x);for(const t of[$x("0x25"),"splitTableCellHorizontally"])o[$x("0x22")][$x("0x2a")]("formatBlock",t,$x("0x43"),x);o[$x("0x22")].registerCustomCallback($x("0x13"),$x("0x28"),$x("0x43"),(n=>{t[$x("0x49")][$x("0x35")]((o=>{const r=Array.from(e[$x("0x38")]()).map((t=>s.LiveRange[$x("0x4a")](t)));o.setSelection(n),t[$x("0x33")][$x("0x3b")]($x("0x28"))[$x("0x21")](),t[$x("0x20")]($x("0x28"),{forceDefaultExecution:!0});const i=r[$x("0x2c")]((t=>"$graveyard"!=t[$x("0x31")][$x("0x37")]));i[$x("0x3a")]>0&&o[$x("0x29")](i);for(const t of r)t[$x("0x9")]()}))}));for(const e of["mergeTableCellUp",$x("0x16"),$x("0x2b"),$x("0x11")]){const n=t[$x("0x33")][$x("0x3b")](e);n.on($x("0xc"),((e,o,r)=>{if(r){const o=t[$x("0x49")][$x("0x2e")][$x("0x15")].getFirstPosition()[$x("0xd")]()[$x("0x1e")]((t=>t.is("element",$x("0x44"))));this[$x("0x24")](n.value,o)||(e.return=!1,e[$x("0x41")]())}}),{priority:$x("0x4")})}}[$x("0x34")](){const t=this.editor.commands[$x("0x3b")]("mergeTableCells"),e=this[$x("0x3e")][$x("0x1f")][$x("0x3b")]($x("0x1c"));if(!t[$x("0x46")])return!1;const n=e[$x("0xa")](this[$x("0x3e")][$x("0x49")].document[$x("0x15")]);for(const t of n)for(const e of n)if(t!=e&&!this[$x("0x24")](t,e))return!1;return!0}[$x("0x24")](t,e){const n=this[$x("0x3e")][$x("0x1f")][$x("0x3b")]($x("0x36")),o=this[$x("0x3e")].model[$x("0x1")](t),r=this.editor[$x("0x49")][$x("0x1")](e),i=new Set,s=new Set;for(const t of n.getSuggestions())if(($x("0xe")==t[$x("0x48")]||"deletion"==t[$x("0x48")]||$x("0x28")==t[$x("0x12")])&&t[$x("0xb")])for(const e of t.getRanges())e.containsRange(o,!0)&&i.add(t.type+":"+t[$x("0x14")].id),e.containsRange(r,!0)&&s[$x("0xf")](t[$x("0x48")]+":"+t[$x("0x14")].id);if(i[$x("0x17")]!=s.size)return!1;for(const t of i)if(!s[$x("0x42")](t))return!1;return!0}}const Yx=["highest","bindElementToMarker","parent","createTableWalker","item","addMarker:suggestion","afterInit","ck-suggestion-marker-","headingRows","FORMAT_HEADER_ROW","editing","removeMarker:suggestion","FORMAT_REGULAR_ROW","locale","removeAttribute","consumable","options","markerNameToElements","removeClass","markerRange","format","addClass","consume","setTableRowHeader","TrackChangesEditing","_suggestionFactory","data-suggestion","ck-suggestion-marker--active","writer","has","getCellLocation","data","mapper","requires","FORMAT_HEADER_COLUMN","TableEditing","_descriptionFactory","end","registerCustomCallback","forceValue","start","cell","editor","nodeBefore","setAttribute","_handleLegacySuggestions","*Format:* %0","get","_acceptFormatSuggestionCallbackFactory","downcastDispatcher","registerAttributeLabel","includes","toViewElement","_enableDefaultAttributesIntegration","plugins","type","getSuggestion","markerName","formatBlock","setTableColumnHeader","name","commandName","commandParams","accept","FORMAT_REGULAR_COLUMN","_splitMarkerName"];var Jx,Qx;Jx=Yx,Qx=287,function(t){for(;--t;)Jx.push(Jx.shift())}(++Qx);const ta=function(t,e){return Yx[t-=0]};class ea extends t.Plugin{static get[ta("0xa")](){return[zx]}[ta("0x31")](){const t=this.editor;if(!t[ta("0x1f")][ta("0x6")](ta("0xc")))return;const e=t.locale,n=t[ta("0x1f")][ta("0x18")](ta("0x1"));n[ta("0x1e")]("setTableRowHeader",[],[ta("0x33")]),n._enableDefaultAttributesIntegration(ta("0x24"),[],["headingColumns"]),n[ta("0xd")][ta("0x1b")](ta("0x33"),Qo(e,"FORMAT_HEADER_ROW")),n[ta("0xd")].registerAttributeLabel("headingColumns",Qo(e,ta("0xb"))),this[ta("0x16")]()}[ta("0x16")](){const t=this.editor.plugins.get(ta("0x1")),e=this[ta("0x13")].plugins[ta("0x18")]("TableUtils"),n=this.editor[ta("0x1f")].get(zx)[ta("0x19")]();function o({showActiveMarker:n=!0,setDataAttribute:o=!0}={}){return(r,i,s)=>{const{type:x,id:a}=t[ta("0x2a")](i[ta("0x22")]),c=t[ta("0x21")](a),l=c[ta("0x8")];if("formatBlock"!=c[ta("0x20")]||!l||ta("0x24")!=l.commandName)return;if(i[ta("0x2f")])return void r.stop();if(!s[ta("0x3a")][ta("0x41")](i[ta("0x3e")],r[ta("0x25")]))return;const u=i[ta("0x3e")][ta("0x11")].nodeAfter,d=i[ta("0x3e")][ta("0xe")][ta("0x14")],g=u[ta("0x2d")][ta("0x2d")],{column:f}=e[ta("0x7")](u),{column:m}=e.getCellLocation(d);for(let r=f;r<=m;r++){const c=e[ta("0x2e")](g,{column:r,includeAllSlots:!1});for(const e of c){const r=e[ta("0x12")],c=s[ta("0x9")][ta("0x1d")](r);s[ta("0x5")].addClass(ta("0x32")+x,c),o&&s[ta("0x5")][ta("0x15")](ta("0x3"),a,c),s[ta("0x9")][ta("0x2c")](c,i[ta("0x22")]),n&&(t.activeMarkers[ta("0x1c")](i[ta("0x22")])?s.writer[ta("0x40")](ta("0x4"),c):s[ta("0x5")][ta("0x3d")](ta("0x4"),c))}}}}t[ta("0x2")][ta("0xf")](ta("0x23"),ta("0x0"),ta("0x28"),n),t[ta("0x2")].registerCustomCallback(ta("0x23"),ta("0x24"),ta("0x28"),n),this.editor[ta("0x35")][ta("0x1a")].on(ta("0x30"),o(),{priority:ta("0x2b")}),this[ta("0x13")][ta("0x8")][ta("0x1a")].on(ta("0x30"),((t,e,n)=>{n[ta("0x3b")].showSuggestionHighlights&&o({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:"highest"}),this[ta("0x13")][ta("0x35")].downcastDispatcher.on(ta("0x36"),((e,n,o)=>{const{type:r,id:i}=t[ta("0x2a")](n[ta("0x22")]),s=t[ta("0x21")](i),x=s[ta("0x8")];if(ta("0x23")!=s[ta("0x20")]||!x||"setTableColumnHeader"!=x[ta("0x26")])return;const a=o[ta("0x9")][ta("0x3c")](n[ta("0x22")]);if(a)for(const t of a)o.writer[ta("0x3d")](ta("0x32")+r,t),o[ta("0x5")][ta("0x3d")](ta("0x4"),t),o[ta("0x5")][ta("0x39")](ta("0x3"),t),o[ta("0x9")].unbindElementFromMarkerName(t,n[ta("0x22")])}),{priority:ta("0x2b")}),this._registerLegacyDescription()}_registerLegacyDescription(){const t=this[ta("0x13")],e=t[ta("0x38")];function n(t){return{type:ta("0x3f"),content:Qo(e,ta("0x17"),t)}}t[ta("0x1f")].get(ta("0x1"))[ta("0xd")].registerDescriptionCallback((t=>{if(ta("0x23")!=t[ta("0x20")])return;const{data:o}=t;if(o){if(ta("0x0")==o[ta("0x26")]){const t=o.commandParams[0][ta("0x10")];return n(Qo(e,ta(t?"0x34":"0x37")))}if(ta("0x24")==o[ta("0x26")]){const t=o[ta("0x27")][0][ta("0x10")];return n(Qo(e,ta(t?"0xb":"0x29")))}}}))}}const na=["suggestionLoaded","join","suggestionUnloaded","commands","removeMarker","add","getAllAdjacentSuggestions","newRange","cell","columnInsertionRanges","createRangeIn","move","tableCellHorizontalAlignment","*Replace table cells*","endRow","stop","containsRange","markerName","tablePasteCell","differ","has","nodeAfter","discard","registerPostFixer","includes","markerAttributes","some","end","deletionRanges","showSuggestionHighlights","map","editor","getMarkers","markMultiRangeBlockFormat","_getCoordsForCells","document","suggestion","_isForcedDefaultExecutionBlock","unwrap","conversion","element","insertRows","getContainedElement","findAncestor","subType","next","selection","registerDescriptionCallback","ck-suggestion-marker-insertion","plugins","removeMarkers","wrap","_suggestionFactory","createTableWalker","removeColumns","editingDowncast","insertColumns","Users","getSuggestions","markMultiRangeInsertion","getColumns","tableCellBorderStyle","get","TableClipboard","author","tablePasteChainId","tableCellSuggestion","insertion","isInContent","_createdBatches","find","markMultiRangeDeletion","name","paragraph","for","activeMarkers","tablePasteRow","markerToHighlight","high","createElement","tableCellBackgroundColor","getItems","isEqual","getTableIfOnlyTableInContent","isEmpty","last","every","register","getSuggestionCallback","getRange","cells","reduce","columns","value","insertionRanges","registerCustomCallback","oldRange","getChild","model","type","return","set","push","$graveyard","locale","setAttributes","_descriptionFactory","_tablePostFixingSubtypes","suggestion:formatBlock:tablePasteCell","_splitMarkerName","previousSibling","schema","getRows","ck-suggestion-marker--active","getChangedMarkers","ck-suggestion-marker","fill","content","from","TableUtils","insert","createPositionBefore","trackChanges","elementToElement","position","keys","redo","table","_replaceTableSlotCell","getRanges","dataDowncast","markers","insertContent","previous","rowInsertionIndexes","row","formatBlock","tableCellVerticalAlignment","getSuggestion","createRangeOn","forceDefaultExecution","tablePasteColumn","tableCellBorderWidth","deletion","start","view","removeRows","length","updateMarker","tablePaste","hasSuggestion","accept","remove","getChildren","columnInsertionIndexes","rowInsertionRanges","tableCell","fromEntries","getRowIndexes","tableCellPadding","attributes","first","batch","startsWith","requires","change","filter"];var oa,ra;oa=na,ra=171,function(t){for(;--t;)oa.push(oa.shift())}(++ra);const ia=function(t,e){return na[t-=0]},sa=[ia("0x8a"),"tableCellBorderColor",ia("0x39"),ia("0x8"),ia("0x85"),ia("0x4c"),ia("0x9b")],xa=Object[ia("0x99")](sa.map((t=>[t,null])));class aa extends t.Plugin{static get[ia("0xa0")](){return[zx]}afterInit(){const t=this[ia("0x1b")];if(!t[ia("0x2d")].has(ia("0x3b")))return;const n=t.plugins.get("TrackChangesEditing"),o=t[ia("0x2d")][ia("0x3a")](ia("0x73")),r=t.plugins[ia("0x3a")](zx),i=t.plugins[ia("0x3a")](ia("0x3b"));r[ia("0x67")].push(ia("0x48"),ia("0x89")),t[ia("0x5e")][ia("0x6b")][ia("0x53")](ia("0x3e"),{allowIn:ia("0x98"),allowContentOf:ia("0x98"),isLimit:!0}),t[ia("0x23")][ia("0x77")]({model:ia("0x3e"),view:"suggestion-td"});let s=null;t[ia("0x5e")].on(ia("0x80"),((r,x)=>{const[a,c]=x,l=x[x[ia("0x8f")]-1];l&&l[ia("0x88")]||n[ia("0x21")]||this[ia("0x1b")][ia("0xa6")][ia("0x3a")](ia("0x76"))[ia("0x59")]&&function(t,e,n,o,r){if(e&&!e.is("documentSelection"))return!1;const i=r[ia("0x4f")](t,n);if(!i||!la(i,void 0,o))return!1;const s=o.getSelectionAffectedTableCells(n[ia("0x1f")][ia("0x2a")]);if(!s[ia("0x8f")])return!1;const x=s[0][ia("0x27")](ia("0x7b")),a=o[ia("0x9a")](s),c=o.getColumnIndexes(s),l={startRow:a[ia("0x9d")],endRow:a[ia("0x51")],startColumn:c[ia("0x9d")],endColumn:c[ia("0x51")]};return 1==s[ia("0x8f")]&&(l[ia("0xa")]+=o[ia("0x6c")](i)-1,l.endColumn+=o[ia("0x38")](i)-1),la(x,l,o)}(a,c,t.model,o,i)&&(r[ia("0xb")](),s={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t.model[ia("0xa1")]((()=>{t.model[ia("0x80")](x[0],x[1],x[2],{forceDefaultExecution:!0});const o=(0,e.uid)(),{rowInsertionRanges:r,columnInsertionRanges:i,insertionRanges:a,deletionRanges:c,cells:l}=s;r[ia("0x8f")]&&n[ia("0x37")](r,"tablePasteRow",{tablePasteChainId:o}),i.length&&n[ia("0x37")](i,ia("0x89"),{tablePasteChainId:o}),a[ia("0x8f")]&&n[ia("0x37")](a,ia("0x91"),{tablePasteChainId:o,skipNestingCheck:!0}),c[ia("0x8f")]&&n[ia("0x43")](c,ia("0x91"),{tablePasteChainId:o,skipNestingCheck:!0});const u=n[ia("0x1d")](l[ia("0x1a")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],ia("0xe"),{tablePasteChainId:o});if(u){const e=u[ia("0x1c")](),n=[];for(const{element:o,attributes:r}of l){if(!r)continue;const i=t[ia("0x5e")][ia("0x87")](o),s=e[ia("0x42")]((t=>t.getRange()[ia("0x4e")](i)));s&&n[ia("0x62")]([s[ia("0x44")],r])}n.length&&u.setAttribute("markerAttributes",Object[ia("0x99")](n))}s=null})))}),{priority:e.priorities[ia("0x4a")]+10}),t[ia("0x2d")][ia("0x3a")](ia("0x3b")).on(ia("0x7c"),((t,e)=>{const[n,o,,r]=e;if(!s)return;t.stop();const i=n[ia("0x4")],x=o,a=ca(i),c=ca(x);t[ia("0x60")]=i;let l=null,u=null;if(c||a)if(a&&!c){r[ia("0x94")](i[ia("0x5d")](0));for(const t of Array[ia("0x72")](x[ia("0x95")]()))r[ia("0x74")](t,i,ia("0x17"));const t=s[ia("0x82")][ia("0x14")](n[ia("0x83")]),e=s.columnInsertionIndexes[ia("0x14")](n.column);t||e||(l=r[ia("0x6")](i))}else c&&!a&&(u=r[ia("0x6")](i));else{const t=r.createElement(ia("0x3e")),e=r[ia("0x4b")](ia("0x3e"));r[ia("0x2f")](r[ia("0x6")](i),e),r[ia("0x74")](t,i,0);for(const e of Array[ia("0x72")](x[ia("0x95")]()))r[ia("0x74")](e,t,"end");l=r[ia("0x87")](t),u=r[ia("0x87")](e)}const d=Array[ia("0x72")](x.getAttributes())[ia("0xa2")]((([t])=>sa[ia("0x14")](t)));s[ia("0x56")][ia("0x62")]({element:i,attributes:d.length?Object[ia("0x99")](d):null}),l&&s[ia("0x5a")][ia("0x62")](l),u&&s[ia("0x18")][ia("0x62")](u)}),{priority:ia("0x4a")}),o.on(ia("0x34"),((e,n)=>{const[r,i={}]=n;if(!s)return;const x=i.at||0,a=i[ia("0x58")]||1;s[ia("0x96")]=new Array(a)[ia("0x70")](x)[ia("0x1a")](((t,e)=>t+e));for(const{cell:e}of o[ia("0x31")](r,{startColumn:x,endColumn:x+a-1}))s[ia("0x5")][ia("0x62")](t[ia("0x5e")].createRangeOn(e))}),{priority:"low"}),o.on(ia("0x25"),((e,n)=>{const[r,i={}]=n;if(!s)return;const x=i.at||0,a=i.rows||1;s[ia("0x82")]=new Array(a)[ia("0x70")](x).map(((t,e)=>t+e));for(const{cell:e}of o[ia("0x31")](r,{startRow:x,endRow:x+a-1}))s[ia("0x97")][ia("0x62")](t[ia("0x5e")][ia("0x87")](e))}),{priority:"low"}),n[ia("0x66")][ia("0x2b")]((e=>{if(e[ia("0x28")]&&e.subType[ia("0x9f")](ia("0x91")))return e[ia("0x81")]?{}:{type:ia("0x3f"),content:Qo(t[ia("0x64")],ia("0x9"))}}));const x=()=>!1;for(const t of[ia("0x91"),ia("0x89"),"tablePasteRow",ia("0xe")])n[ia("0x30")][ia("0x5b")](ia("0x3f"),t,"join",x),n[ia("0x30")].registerCustomCallback(ia("0x8b"),t,ia("0xa4"),x),n._suggestionFactory[ia("0x5b")](ia("0x84"),t,"join",x);n[ia("0x30")][ia("0x5b")]("formatBlock",ia("0xe"),ia("0x12"),x),n[ia("0x30")].registerCustomCallback("formatBlock",ia("0xe"),ia("0x93"),((e,n,o)=>{const r=e[ia("0x1a")]((t=>t[ia("0x26")]())).filter((t=>t)),i=new Map(r[ia("0x1a")]((t=>[t,null])));if(s)for(const{element:t,attributes:e}of s.cells)e&&i[ia("0x61")](t,e);else if(o&&o.markerAttributes)for(const[e,n]of Object.entries(o[ia("0x15")])){const o=t[ia("0x5e")][ia("0x7f")].get(e),r=o?o[ia("0x55")]()[ia("0x26")]():null;r&&i.set(r,n)}t[ia("0x5e")][ia("0xa1")]((t=>{for(const[e,n]of i)t[ia("0x65")]({...xa,...n},e)}))}));const a=(e,o)=>{n[ia("0x30")].registerCustomCallback(e,ia("0x91"),o,((r,i,s)=>{t.model[ia("0xa1")]((t=>{const x=[];for(const t of r){const e=t[ia("0x8c")][ia("0x11")];e.is("element",ia("0x3e"))&&x.push(e)}n[ia("0x30")][ia("0x54")](e,null,o)(r,i,s);for(const e of x)ia("0x63")!=e.root.rootName&&t.unwrap(e)}))}))};a(ia("0x3f"),ia("0x93")),a(ia("0x3f"),ia("0x12")),a("deletion",ia("0x93")),a(ia("0x8b"),"discard"),n[ia("0x30")][ia("0x5b")](ia("0x3f"),ia("0x48"),ia("0x12"),(t=>{const e=t[ia("0x1a")]((t=>t.getContainedElement())),n=e[0][ia("0x27")](ia("0x7b")),{minRow:i,maxRow:s}=r[ia("0x1e")](e);o[ia("0x8e")](n,{at:i,rows:s-i+1})})),n[ia("0x30")].registerCustomCallback(ia("0x3f"),ia("0x89"),ia("0x12"),(t=>{const e=t[ia("0x1a")]((t=>t[ia("0x26")]())),n=e[0].findAncestor(ia("0x7b")),{minColumn:i,maxColumn:s}=r._getCoordsForCells(e);o[ia("0x32")](n,{at:i,columns:s-i+1})}));const c=(t,e)=>{if(!e[ia("0x28")]||!e[ia("0x28")].startsWith(ia("0x91")))return;const o=e.attributes[ia("0x3d")],r=n[ia("0x36")]()[ia("0xa2")]((t=>t[ia("0x40")]&&t[ia("0x9c")]&&t[ia("0x9c")][ia("0x3d")]==o));r[ia("0x8f")]&&e[ia("0x2")]()[ia("0x8f")]!=r[ia("0x8f")]&&r[ia("0x57")](((t,e)=>(t[ia("0x29")]=e,e.previous=t,e)))};function l(t,e=!0){const{id:o}=n[ia("0x69")](t[ia("0xd")]),r=[ia("0x6f"),ia("0x2c")],i=n[ia("0x47")].includes(t.markerName);return i&&r[ia("0x62")](ia("0x6d")),{classes:r,attributes:{"data-suggestion":o},priority:i&&e?3010:3e3}}n.on(ia("0xa3"),c,{priority:"high"}),n.on(ia("0xa5"),c,{priority:ia("0x4a")}),t[ia("0x5e")].document.registerPostFixer((()=>{let e=!1;const o=Array[ia("0x72")](t[ia("0x5e")][ia("0x1f")][ia("0xf")][ia("0x6e")]());for(const{name:r,data:i}of o){const{group:o,type:s,id:x}=n._splitMarkerName(r);if(ia("0x20")!=o||ia("0x8b")!=s||i[ia("0x5c")])continue;if(!n[ia("0x92")](x))continue;const a=n[ia("0x86")](x).getRanges(),c=t[ia("0x2d")].get(ia("0x35")).me;for(const t of n.getSuggestions())if(t.isInContent&&t.author==c&&ia("0x84")==t[ia("0x5f")]&&ia("0xe")==t[ia("0x28")]&&t[ia("0x7d")]()[ia("0x52")]((t=>a[ia("0x16")]((e=>e[ia("0xc")](t,!0))))))for(const n of t[ia("0x2")]())n[ia("0x40")]&&(n[ia("0x12")](),e=!0)}return e})),t.model[ia("0x1f")].registerPostFixer((e=>{const o=t[ia("0xa6")][ia("0x3a")](ia("0x7a"));if(!o||!o[ia("0x41")][ia("0x10")](e[ia("0x9e")]))return!1;let r=!1;const i=t[ia("0x2d")].get(ia("0x35")).me,s=t.model[ia("0x1f")][ia("0xf")].getChanges(),x=Array[ia("0x72")](t[ia("0x5e")].document[ia("0xf")][ia("0x6e")]()).filter((({name:t,data:e})=>{const{group:o,subType:r,authorId:s}=n[ia("0x69")](t);return ia("0x20")==o&&"tablePaste"==r&&s==i.id&&!e[ia("0x5c")]}));for(const t of s){if(ia("0x74")!=t[ia("0x5f")]||"tableCellSuggestion"!=t.name||1!=t[ia("0x8f")])continue;const n=e.createRange(t.position,t[ia("0x78")].getShiftedBy(1));if(!x[ia("0x42")]((({data:t})=>t.newRange[ia("0x4e")](n))))for(const{name:t,data:o}of x)if(n[ia("0xc")](o[ia("0x3")])){e[ia("0x90")](t,{range:n}),r=!0;break}}return r})),t[ia("0x5e")].document[ia("0x13")]((e=>{let o=!1;const r=t[ia("0x2d")][ia("0x3a")](ia("0x35")).me,i=n[ia("0x36")]()[ia("0xa2")]((t=>t[ia("0x40")]&&t[ia("0x3c")]==r)),s=new Set,x=new Set;for(const t of i)if(ia("0x91")==t[ia("0x28")])for(const e of t.getMarkers()){const n=e[ia("0x55")]().getContainedElement();if(n)if(n.is("element",ia("0x3e"))&&ca(n)){t[ia("0x0")](e[ia("0x44")]),s[ia("0x1")](n),o=!0;const r=n.nextSibling,i=n[ia("0x6a")],a=r&&r.is("element",ia("0x3e")),c=i&&i.is("element",ia("0x3e"));a&&!s[ia("0x10")](r)&&x.add(r),c&&!s[ia("0x10")](i)&&x[ia("0x1")](i)}else n.is(ia("0x24"),ia("0x45"))&&n.isEmpty&&(t.removeMarker(e[ia("0x44")]),o=!0)}else if("tablePasteCell"==t[ia("0x28")]){if(!t.attributes||!t[ia("0x9c")][ia("0x3d")])continue;const e=t[ia("0x9c")][ia("0x15")];if(e&&Object[ia("0x79")](e)[ia("0x8f")])continue;const n=t[ia("0x9c")][ia("0x3d")];let r=!0,s=!0;for(const e of i)if(e[ia("0x28")]&&e.subType[ia("0x9f")](ia("0x91"))){if(!e.attributes[ia("0x3d")]){s=!1;break}if(e.id!=t.id&&e[ia("0x9c")][ia("0x3d")]==n){r=!1;break}}s&&r&&(t[ia("0x2e")](),o=!0)}for(const t of s)e.remove(t);for(const t of x)e[ia("0x22")](t);return o})),t[ia("0x23")][ia("0x46")](ia("0x33"))[ia("0x49")]({model:ia("0x68"),view:(t,e)=>l(t),converterPriority:ia("0x4a")}),t.conversion.for(ia("0x7e"))[ia("0x49")]({model:"suggestion:formatBlock:tablePasteCell",view:(t,e)=>e.options[ia("0x19")]?l(t,!1):null,converterPriority:ia("0x4a")});const u=t.editing[ia("0x8d")];this.listenTo(u[ia("0x1f")],"clipboardOutput",((t,e)=>{const n=[];for(const t of u[ia("0x6")](e[ia("0x71")])[ia("0x4d")]())t.is(ia("0x24"),"suggestion-td")&&n.push(t);u.change((t=>{for(const e of n)t[ia("0x7")](t[ia("0x6")](e),t[ia("0x75")](e)),t.remove(e)}))}))}}function ca(t){if(t[ia("0x50")])return!0;const e=t[ia("0x5d")](0);return e.is("element",ia("0x45"))&&e[ia("0x50")]}function la(t,e={},n){for(const{isAnchor:o,cellHeight:r,cellWidth:i}of n[ia("0x31")](t,{includeAllSlots:!0,...e}))if(!o||1!=r||1!=i)return!1;return!0}const ua=["getContainedElement","TableColumnResizeEditing","bind","change","has","locale","Users","formatInline","resizeTableWidth","editor","formatGroupId","model","accept","subType","registerCustomCallback","plugins","getColumnGroupElement","selection","getTableColumnsWidths","get","columnWidths","document","formatBlock","discard","resizeTable","TrackChangesEditing","tableWidth","data","markBlockFormat","type","getSuggestions","*Format:* resize table","author","_suggestionFactory","enableCommand","getSelectedElement","getSuggestionCallback"];var da,ga;da=ua,ga=365,function(t){for(;--t;)da.push(da.shift())}(++ga);const fa=function(t,e){return ua[t-=0]};class ma extends t.Plugin{afterInit(){if(!this.editor[fa("0x14")][fa("0x9")](fa("0x6")))return;const t=this[fa("0xe")][fa("0x14")][fa("0x18")](fa("0x1e"));t[fa("0x2")](fa("0xd"),this.handleResizeTableWidthCommand[fa("0x7")](this)),t[fa("0x1")][fa("0x13")]("formatBlock",fa("0x1d"),fa("0x11"),t[fa("0x1")].getSuggestionCallback("formatBlock",null,fa("0x1c"))),t[fa("0x1")].registerCustomCallback(fa("0x1b"),fa("0x1d"),fa("0x1c"),t[fa("0x1")][fa("0x4")](fa("0x1b"),null,fa("0x11"))),t._descriptionFactory.registerDescriptionCallback(this.handleSuggestionDescription.bind(this))}handleResizeTableWidthCommand(t,e){const n=this[fa("0xe")][fa("0x14")].get(fa("0x1e")),o=this[fa("0xe")][fa("0x14")].get("TableColumnResizeEditing"),r=e.table||this[fa("0xe")][fa("0x10")][fa("0x1a")][fa("0x16")][fa("0x3")]();this[fa("0xe")].model[fa("0x8")]((()=>{const i=o[fa("0x15")](r);let s=i?o[fa("0x17")](i):null,x=r.getAttribute("tableWidth")||null;const a=e.tableWidth||x,c=e[fa("0x19")]||s,l=this[fa("0xe")][fa("0x14")][fa("0x18")](fa("0xb")).me;for(const t of n[fa("0x23")]()){const e=t[fa("0x5")]();if(fa("0x1d")===t[fa("0x12")]&&e===r){t[fa("0x0")]!==l&&t[fa("0x1c")]();const e=t[fa("0x20")].commandParams;x=e[0][fa("0x1f")],s=e[0][fa("0x19")];break}}t({table:r,tableWidth:a,columnWidths:c}),n[fa("0x21")](r,{commandName:fa("0xd"),commandParams:[{tableWidth:x,columnWidths:s}],formatGroupId:fa("0x1d")},[],"resizeTable")}))}handleSuggestionDescription(t){if(fa("0x1b")!=t[fa("0x22")]&&fa("0xc")!=t[fa("0x22")])return;const{data:e}=t;if(e&&"resizeTable"===e[fa("0xf")]){const t=fa("0x24");return{type:"format",content:Qo(this.editor[fa("0xa")],t)}}}}const ha=["has","Template","insertTemplate","get","editor","enableCommand","plugins","afterInit"];var pa,ba;pa=ha,ba=134,function(t){for(;--t;)pa.push(pa.shift())}(++ba);const Ea=function(t,e){return ha[t-=0]};class _a extends t.Plugin{[Ea("0x1")](){const t=this[Ea("0x6")];t[Ea("0x0")][Ea("0x2")](Ea("0x3"))&&t[Ea("0x0")][Ea("0x5")]("TrackChangesEditing")[Ea("0x7")](Ea("0x4"))}}const Ta=["insertTableOfContents","enableCommand","plugins","registerElementLabel","commands","_descriptionFactory","locale","get","TrackChangesEditing","afterInit"];var ya,Ca;ya=Ta,Ca=210,function(t){for(;--t;)ya.push(ya.shift())}(++Ca);const Aa=function(t,e){return Ta[t-=0]};class ka extends t.Plugin{[Aa("0x9")](){const t=this.editor;if(!t[Aa("0x4")].get(Aa("0x0")))return;t[Aa("0x2")][Aa("0x7")](Aa("0x8"))[Aa("0x1")](Aa("0x0"));const e=t[Aa("0x2")][Aa("0x7")](Aa("0x8")),n=t[Aa("0x6")];e[Aa("0x5")][Aa("0x3")]("tableOfContents",(t=>Qo(n,"ELEMENT_TABLE_OF_CONTENTS",t)))}}const Ia=["Title","end","isCollapsed","TrackChangesEditing","document","get","isEqual","getNearestSelectionRange","updateMarker","has","start","createRange","locale","plugins","forward","getChangedMarkers","differ","ELEMENT_TITLE","newRange","schema","model","afterInit","title-content","suggestion","nodeBefore","_descriptionFactory","removeMarker","isTouching"];var Sa,Ra;Sa=Ia,Ra=473,function(t){for(;--t;)Sa.push(Sa.shift())}(++Ra);const va=function(t,e){return Ia[t-=0]};class Na extends t.Plugin{[va("0x18")](){const t=this.editor;if(!t[va("0x10")][va("0xc")](va("0x3")))return;const e=t[va("0x10")][va("0x8")](va("0x6"));e[va("0x0")].registerElementLabel(va("0x19"),(()=>Qo(t[va("0xf")],va("0x14")))),t[va("0x17")][va("0x7")].registerPostFixer((n=>{let o=!1;const r=Array.from(t[va("0x17")][va("0x7")][va("0x13")][va("0x12")]());for(const{name:i,data:s}of r){const{group:r}=e._splitMarkerName(i);if(va("0x1a")!==r||!s[va("0x15")])continue;const x=s[va("0x15")],a=x[va("0x4")][va("0x1b")];if(!a||!a.is("element",va("0x19")))continue;if(!x[va("0xd")][va("0x2")](x[va("0x4")]))continue;const c=t[va("0x17")][va("0x16")][va("0xa")](x[va("0x4")],va("0x11"));if(c&&c[va("0x5")]){const t=n[va("0xe")](x.start,c[va("0xd")]);t[va("0x9")](x)||(n[va("0xb")](i,{range:t}),o=!0)}o||(n[va("0x1")](i),o=!0)}return o}))}}const La=["get","undo","afterInit","editor","enableCommand","UndoEditing","redo","plugins","TrackChangesEditing"];var Ma,wa;Ma=La,wa=119,function(t){for(;--t;)Ma.push(Ma.shift())}(++wa);const Oa=function(t,e){return La[t-=0]};class Fa extends t.Plugin{[Oa("0x0")](){const t=this[Oa("0x1")],e=t[Oa("0x5")][Oa("0x7")](Oa("0x6"));t.plugins.has(Oa("0x3"))&&(e[Oa("0x2")](Oa("0x8")),e.enableCommand(Oa("0x4")))}}const Da=["editor","has","get","plugins","enableCommand","TableCaptionEditing","toggleTableCaption","requires","afterInit"];var Ba,Pa;Ba=Da,Pa=336,function(t){for(;--t;)Ba.push(Ba.shift())}(++Pa);const Ua=function(t,e){return Da[t-=0]};class ja extends t.Plugin{static get[Ua("0x4")](){return[zx]}[Ua("0x5")](){const t=this[Ua("0x6")];t[Ua("0x0")][Ua("0x7")](Ua("0x2"))&&t[Ua("0x0")][Ua("0x8")]("TrackChangesEditing")[Ua("0x1")](Ua("0x3"))}}const Ga=["TableCellPropertiesEditing","getSuggestionCallback","registerDescriptionCallback","_suggestionFactory","document","tableAlignment","plugins","tableCellBorderWidth","TablePropertiesEditing","selection","*Format:* change table cell properties","join","handleSuggestionDescription","getContainedElement","getSelectionAffectedTableCells","tableBorderWidth","enqueueChange","editor","formatBlock","nodeAfter","handleDiscardAction","tableCellBorderColor","TrackChangesTableProperties","tableBackgroundColor","has","_descriptionFactory","change","_handlePropertyChange","tableCellPadding","enableCommand","getSuggestions","commandParams","tableCellWidth","start","discard","tableCellHeight","locale","findAncestor","tableCellProperties","format","table","_getSuggestion","TableUtils","registerCustomCallback","accept","tableBorderColor","tableProperties","subType","pluginName","tableCellVerticalAlignment","tableCellBorderStyle","get","model","tableCellHorizontalAlignment","getFirstPosition","TrackChangesEditing","*Format:* change table properties"];var Ha,Va;Ha=Ga,Va=435,function(t){for(;--t;)Ha.push(Ha.shift())}(++Va);const za=function(t,e){return Ga[t-=0]};class Wa extends t.Plugin{constructor(t){super(t),this.tableProperties=[za("0x9"),"tableBorderStyle",za("0x24"),za("0x1a"),"tableWidth","tableHeight",za("0x2c")],this[za("0x2")]=[za("0x2a"),za("0xe"),za("0x1c"),za("0x31"),za("0x35"),za("0x38"),"tableCellBackgroundColor",za("0x11"),za("0xd")]}static get[za("0xc")](){return za("0x2b")}afterInit(){const t=this.editor[za("0x1b")].get("TrackChangesEditing");if(this.editor[za("0x1b")][za("0x2d")](za("0x1d"))){for(const e of this[za("0xa")])t[za("0x32")](e,((t,n)=>{const o=this[za("0x26")][za("0x10")][za("0x19")][za("0x1e")][za("0x12")]()[za("0x1")](za("0x4"));this[za("0x30")](e,[o],this[za("0xa")],"tableProperties",t,n)}));t[za("0x18")][za("0x7")]("formatBlock",za("0xa"),za("0x8"),t._suggestionFactory.getSuggestionCallback(za("0x27"),null,za("0x37"))),t._suggestionFactory[za("0x7")]("formatBlock",za("0xa"),za("0x37"),((t,e)=>this[za("0x29")](this.tableProperties,t,e))),t._suggestionFactory[za("0x7")](za("0x27"),za("0xa"),za("0x20"),(()=>!1))}if(this[za("0x26")][za("0x1b")][za("0x2d")](za("0x15"))){for(const e of this[za("0x2")])t[za("0x32")](e,((t,n)=>{const o=this.editor.plugins[za("0xf")](za("0x6"))[za("0x23")](this[za("0x26")].model[za("0x19")].selection);this._handlePropertyChange(e,o,this[za("0x2")],za("0x2"),t,n)}));t[za("0x18")][za("0x7")]("formatBlock",za("0x2"),za("0x8"),t[za("0x18")][za("0x16")](za("0x27"),null,za("0x37"))),t[za("0x18")][za("0x7")]("formatBlock",za("0x2"),za("0x37"),((t,e)=>this.handleDiscardAction(this[za("0x2")],t,e))),t._suggestionFactory[za("0x7")](za("0x27"),"tableCellProperties",za("0x20"),(()=>!1))}t[za("0x2e")][za("0x17")]((t=>this[za("0x21")](t)))}_handlePropertyChange(t,e,n,o,r,i){const s=this[za("0x26")][za("0x1b")].get(za("0x13"));this.editor[za("0x10")][za("0x25")](i.batch,(()=>{for(const t of e)if(this[za("0x5")](t,o))r(i);else{const e={};for(const o of n){const n=t.getAttribute(o);void 0!==n&&(e[o]=n)}r(i),s.markBlockFormat(t,{commandParams:[e]},[],o)}}))}[za("0x29")](t,e,n){const o=e[0][za("0x36")][za("0x28")],r=n[za("0x34")][0];this.editor[za("0x10")][za("0x2f")]((e=>{for(const n of t)void 0!==r[n]?e.setAttribute(n,r[n],o):e.removeAttribute(n,o)}))}handleSuggestionDescription(t){if(t.data)switch(t[za("0xb")]){case za("0xa"):return{type:"format",content:Qo(this[za("0x26")][za("0x0")],za("0x14"))};case za("0x2"):return{type:za("0x3"),content:Qo(this[za("0x26")].locale,za("0x1f"))}}}[za("0x5")](t,e){const n=this[za("0x26")][za("0x1b")][za("0xf")](za("0x13"));for(const o of n[za("0x33")]({skipNotAttached:!0})){const n=o[za("0x22")]();if(o.subType===e&&n===t)return o}return null}}var Ka=Function.prototype,qa=Object.prototype,Xa=Ka.toString,$a=qa.hasOwnProperty,Za=Xa.call(Object);const Ya=function(t){if(!xe(t)||"[object Object]"!=gt(t))return!1;var e=xn(t);if(null===e)return!0;var n=$a.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Xa.call(n)==Za};const Ja=function(t){return Ya(t)?void 0:t};var Qa=rt?rt.isConcatSpreadable:void 0;const tc=function(t){return ge(t)||de(t)||!!(Qa&&t&&t[Qa])};const ec=function t(e,n,o,r,i){var s=-1,x=e.length;for(o||(o=tc),i||(i=[]);++s<x;){var a=e[s];n>0&&o(a)?n>1?t(a,n-1,o,r,i):sn(i,a):r||(i[i.length]=a)}return i};const nc=function(t){return(null==t?0:t.length)?ec(t,1):[]};const oc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var rc=Math.max;const ic=function(t,e,n){return e=rc(void 0===e?t.length-1:e,0),function(){for(var o=arguments,r=-1,i=rc(o.length-e,0),s=Array(i);++r<i;)s[r]=o[e+r];r=-1;for(var x=Array(e+1);++r<e;)x[r]=o[r];return x[e]=n(s),oc(t,this,x)}};const sc=function(t){return function(){return t}};const xc=ee?function(t,e){return ee(t,"toString",{configurable:!0,enumerable:!1,value:sc(e),writable:!0})}:function(t){return t};var ac=Date.now;const cc=function(t){var e=0,n=0;return function(){var o=ac(),r=16-(o-n);if(n=o,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(xc);const lc=function(t){return cc(ic(t,void 0,nc),t+"")}((function(t,e){var n={};if(null==t)return n;var o=!1;e=uo(e,(function(e){return e=po(e,t),o||(o=e.length>1),e})),ie(t,dn(t),n),o&&(n=to(n,7,Ja));for(var r=e.length;r--;)Ko(n,e[r]);return n})),uc=["markAttributeChange","dataDowncast","_cutOutSuggestionMarker","model","every","forceDefaultExecution","addMarker:suggestion:attribute","size","addAttribute","isAfter","acceptSuggestion","has","_registerInlineAttribute","_defaultCallbacks","LEAVE","getWalker","getShiftedBy","accept","includes","_isDataLoaded","toJSON","error-saving-suggestion-data-suggestion-discarded","addSuggestion","_suggestionFactory","isRemovable","get","elementEnd","createRangeIn","changeAttribute","toUpperCase","markDeletion","addHighlight","_setSuggestionRange","change:_saved","_handleNewSuggestionMarker","nodeAfter","containsRangeInObject","activeMarkers","_getAuthorFromId","plugins","version","_registerDefaultCallbacks","_initAriaMarkerChangeAnnouncements","ck-suggestion-marker--active","elementStart","getFirstRange","addMarker:suggestion","commentThread","trackChanges.mergeNestedSuggestions","getMultiRangeId","fire","isLimit","isBlock","deletion:accept","attribute","formatInline:discard","substr","author","acceptSelectedSuggestions","formatBlock:join","selection","getOperations","setAttribute","newValue","isSelectable","bindElementToMarker","oldName","ck-suggestion-marker-formatInline","formatInline","markerNameToElements","updateMarker","originalSuggestionId","insert","document","default","from","mapper","addClass","markInlineFormat","removeMarker:suggestion:attribute","push","trackChangesCommand","_createSuggestion","Users","updateSuggestion","skipNestingCheck","locale","name","getAttribute","targetPosition","_getExternalAuthor","markMultiRangeDeletion","external:","FORMATTING","isOwn","_joinSuggestions","stop","_checkSuggestionCorrectness","remove","getContainedElement","createdAt","track-changes-suggestion-not-found","attribute:","range","_model","addCommentThread","map","move","listenTo","createRange","_addSuggestionMarker","discardSuggestion","conversion","_setSuggestionData","containsRange","previous","getChangedMarkers","markInsertion","keys","requires","getSuggestion","isNextTo","enqueueChange","_joinWithAdjacentSuggestions","howMany","_enabledCommands","insertion:","update:suggestion","hasCommentThread","notReady","some","find","CommentsRepository","acceptAllSuggestions","rootName","deletion:chain","getItems","upcast","_getSuggestionData","markerToHighlight","isMultiRange","data","_suggestions","formatBlock:discard","markerName","formatBlock:","formatBlock:accept","unshift","deleteContent","_trackFormatChanges","_enableDefaultAttributesIntegration","formatBlock","add","trackChanges","formatInline:chain","creator","unbind","_processAttributeChanges","attribute:join","_rangeIsInLocalUserInsertion","@external","isObject","isUndo","fromRange","reconvertMarker","formatInline:join","filter","isInContent","detach","setSelection","track-changes-adapter-already-set","dataReady","values","buildSuggestion","track-changes-command-not-found","_adapter","insertion:chain","discardSelectedSuggestions","batch","_breakSuggestionMarker","$marker","substring","isAtEnd","position","attributeKey","containerElement","newRange","join","addMarker","clone","_saved","isBefore","getDifference","track-changes-suggestion-data-mismatch","trackChanges.trackFormatChanges","suggestionChanged","change","registerPostFixer","isCollapsed","$graveyard","rejected","_isBlockAttribute","markBlockFormat","head","getMarkers","suggestion:attribute:","_updateSuggestionData","deletion","toViewElement","insertContent","assign","commands","formatGroupId","high","addRange","removeMarker","_refreshSuggestionsChain","deletion:","isLocal","$elementName","startsWith","editor","getSuggestionCallback","_recordAttributeChanges","length","subType","insertion","item","isInsideObject","parent","ck-suggestion-marker","_inlineAttributeKeys","_isForcedDefaultExecutionBlock","containsPosition","always","differ","comments","suggestion","_reduceSuggestionAttributeRange","formatBlock:chain","oldRange","PENDING_ACTION_SUGGESTION","removeComment","ENTER","removeClass","isExternal","for","normal","change:data","split","root","enableReadOnlyMode","$textProxy","attribute:discard","sort","createPositionAt","ready","isArray","pop","key","set","createElement","delete","_getMarkerAnnouncementText","hasSuggestion","discard","marker-count","type","execute","end","discardAllSuggestions","oldValue","showSuggestionHighlights","history","_mergeNestedSuggestions","suggestionLoaded","_commentsRepository","then","markMultiRangeBlockFormat","markerReady","unbindElementFromMarkerName","_findSuggestions","dataToMarker","consumable","applyOperation","value","removeAttribute","chain","removeMarkers","getRanges","attributes","addSuggestionData","element","_blockAttributeKeys","config","highest","_recordAttributeSuggestionsFromVersion","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","addMarkerName","start","_splitMarkerName","adapter","formatInline:","_registerBlockAttribute","getFirstMarker","newName","options","createPositionAfter","forEach","widget","suggestion:","getLastMatchingPosition","writer","getSuggestions","attributeOldValue","addMarker:suggestion:formatBlock","isTouching","_suggestionState","resolve","containsItem","open","nodeBefore","return","hasComments","removeMarker:suggestion:formatBlock","createSelection","data-suggestion","getRange","never","_editor","removed","rethrowUnexpectedError","backward","refresh","isIntersecting","getUser","ck-suggestion-marker-formatBlock","define","splice","markMultiRangeInsertion","TrackChangesEditing","multipleBlocks","_removeSuggestion","authoredAt","commandName","track-changes-adapter-missing-getsuggestion","_onDiscard","createPositionBefore","getAllAdjacentSuggestions","_reduceExistingSuggestions","editingDowncast","isEqual","init","getCommentThread","schema","setTo","rename","markers","addComment","groupId","getCustomProperty","tablePasteChainId","next","enableCommand","after","multi","_processAttributeSuggestions","getIntersection","_SUGGESTION_ANNOUNCEMENT","_customCallbacks","consume","isIntersectingWithRange"];var dc,gc;dc=uc,gc=446,function(t){for(;--t;)dc.push(dc.shift())}(++gc);const fc=function(t,e){return uc[t-=0]},mc="$elementName";class hc extends t.Plugin{static get[fc("0x2d")](){return[fc("0x3a"),i.Users,t.PendingActions,cr,fr,_r,kr,Lr,Dr,Hr,ti,ii,li,hi,Ti,Si,Mi,Pi,Vi,Xi,Qi,rs,fs,cs,Es,As,vs,Os,Us,Ks,Ys,nx,xx,dx,bx,Cx,Rx,Ox,Ux,zx,Zx,ea,ja,aa,ma,ka,Wa,_a,Na,Fa]}static get pluginName(){return fc("0x10a")}constructor(t){function e(t){return t[fc("0x20")]((t=>String.fromCharCode(t))).join("")}super(t),this[fc("0xde")]=null,this[fc("0xba")](fc("0x14f"),[]),this.on("change:activeMarkers",((e,n,o,r)=>{this[fc("0x1e")][fc("0x7a")]((()=>{for(const e of[...r,...o])this[fc("0x1e")][fc("0x11b")][fc("0x135")](e)&&t.editing[fc("0x5a")](e)}))})),this._descriptionFactory=new rr(this.editor[fc("0x12d")][fc("0x118")],this[fc("0x93")][fc("0xc")]),this[fc("0x65")]=null,this[fc("0x141")]=new pc(this[fc("0x93")]),this._suggestions=new Map,this[fc("0xca")]=t[fc("0x151")].get(fc("0x3a")),this._enabledCommands=new Set,this._model=this[fc("0x93")].model,this._suggestionState=new WeakMap,this[fc("0x9e")]=!1,this[fc("0xdb")]=new Set(["$elementName"]),this[fc("0x9d")]=new Set,t[fc("0xdc")][fc("0x107")](fc("0x78"),fc("0x0")),this[fc("0x4b")]=t[fc("0xdc")][fc("0x143")]("trackChanges.trackFormatChanges"),t[fc("0xdc")][fc("0x107")](fc("0x15a"),!0),this._mergeNestedSuggestions=t.config[fc("0x143")](fc("0x15a")),this[fc("0x7")]=new d(t,this[fc("0x33")]),this._initAriaMarkerChangeAnnouncements(),this[e([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=e([52,48,52,54,50,52,50,56])}[fc("0x116")](){const t=this[fc("0x93")],n=(t,e)=>{if(fc("0x160")!=t)return"ck-suggestion-marker-"+t;const n=e[fc("0xaf")]("|")[0];return this[fc("0x7f")](n)?fc("0x106"):fc("0x16d")};t[fc("0x26")][fc("0xac")](fc("0x114"))[fc("0x41")]({model:fc("0xa3"),view:t=>{const{id:e,type:o,subType:r}=this._splitMarkerName(t.markerName),i=["ck-suggestion-marker",n(o,r)];let s=3e3;return this[fc("0x14f")][fc("0x13c")](t[fc("0x46")])&&(i[fc("0x6")]("ck-suggestion-marker--active"),s=3010),fc("0x85")==o&&(s+=5),{classes:i,attributes:{"data-suggestion":e},priority:s}}}),t.conversion[fc("0xac")](fc("0x12b")).add((e=>{e.on(fc("0x158"),((e,n,o)=>{if(!o[fc("0xe8")].showSuggestionHighlights)return;const r=n[fc("0x99")];if(!r)return;const i=o[fc("0x2")][fc("0x86")](r);t[fc("0x12d")].schema.isObject(r)&&i&&!i[fc("0x11e")](fc("0xeb"))&&i.is(fc("0x6f"))&&(0,x.toWidget)(i,o.writer)}),{priority:fc("0x8b")})})),t[fc("0x26")][fc("0xac")](fc("0x12b")).markerToHighlight({model:fc("0xa3"),view:(t,e)=>{if(!e[fc("0xe8")][fc("0xc6")])return null;const{type:o,subType:r}=this[fc("0xe2")](t[fc("0x46")]);return{classes:["ck-suggestion-marker",n(o,r)],priority:3e3}}});const o=({showActiveMarkers:e=!0,isAttributeSuggestion:n=!1}={})=>(o,r,i)=>{if(!r.item)return;const{id:s}=this[fc("0xe2")](r[fc("0x46")]);if(n){const t=Rc(this._suggestions.get(s));if(!this[fc("0x7f")](t))return}if(r[fc("0x99")].is(fc("0x166")))return void i[fc("0xd1")][fc("0x128")](r[fc("0x99")],o[fc("0xd")]);const x=i.mapper[fc("0x86")](r.item);if(r[fc("0x99")].is(fc("0xda"))&&t[fc("0x12d")][fc("0x118")][fc("0x15e")](r[fc("0x99")])&&!x[fc("0x11e")](fc("0x149"))){i.writer[fc("0x3")]([fc("0x9c"),"ck-suggestion-marker-formatBlock"],x),i[fc("0xee")][fc("0x168")](fc("0xfc"),s,x),i[fc("0x2")][fc("0x16b")](x,r.markerName),e&&(this.activeMarkers.includes(r.markerName)?i[fc("0xee")][fc("0x3")]("ck-suggestion-marker--active",x):i.writer.removeClass("ck-suggestion-marker--active",x));for(const e of t.model[fc("0x145")](r[fc("0x99")])[fc("0x3e")]())i[fc("0xd1")].consume(e,o[fc("0xd")]);i.consumable[fc("0x128")](r.item,o[fc("0xd")])}};t[fc("0x26")][fc("0xac")](fc("0x12b"))[fc("0x4e")]((t=>{t.on(fc("0xf1"),((t,e,n)=>{n.options[fc("0xc6")]&&o({showActiveMarkers:!1})(t,e,n)}),{priority:fc("0xdd")})})),t[fc("0x26")][fc("0xac")](fc("0x12b")).add((t=>{t.on(fc("0x130"),((t,e,n)=>{n[fc("0xe8")][fc("0xc6")]&&o({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,n)}),{priority:"highest"})})),t[fc("0x26")].for(fc("0x12b")).markerToData({model:fc("0xa3"),view:(t,e)=>e[fc("0xe8")].showSuggestionHighlights?null:{group:fc("0xa3"),name:t[fc("0x162")](11)}}),t.conversion.for(fc("0x3f")).elementToElement({view:{name:"suggestion",attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n=fc("0xec")+t[fc("0xe")]("suggestion-type")+":"+t.getAttribute("id");return t[fc("0xe")](fc("0xc0"))&&(n+=":"+t[fc("0xe")](fc("0xc0"))),e[fc("0xbb")](fc("0x6a"),{"data-name":n})}}),t[fc("0x26")][fc("0xac")](fc("0x3f"))[fc("0xd0")]({view:fc("0xa3")}),t[fc("0x26")].for(fc("0x114"))[fc("0x4e")]((t=>{t.on(fc("0xf1"),o(),{priority:fc("0x8b")})})),t[fc("0x26")][fc("0xac")](fc("0x114"))[fc("0x4e")]((t=>{t.on(fc("0x130"),o({isAttributeSuggestion:!0}),{priority:fc("0x8b")})})),t[fc("0x26")][fc("0xac")](fc("0x114")).add((t=>{t.on(fc("0xfa"),((t,e,n)=>{const o=n[fc("0x2")][fc("0x16f")](e.markerName);if(o)for(const t of o)t.getCustomProperty(fc("0x149"))||(n.writer[fc("0xaa")]([fc("0x9c"),fc("0x106"),fc("0x155")],t),n[fc("0xee")][fc("0xd4")](fc("0xfc"),t),n.mapper.unbindElementFromMarkerName(t,e.markerName))}),{priority:fc("0x8b")})})),t.conversion[fc("0xac")](fc("0x114")).add((t=>{t.on(fc("0x5"),((t,e,n)=>{const o=n[fc("0x2")][fc("0x16f")](e.markerName);if(!o)return;const{id:r}=this._splitMarkerName(e[fc("0x46")]),i=Rc(this[fc("0x44")][fc("0x143")](r));if(this[fc("0x7f")](i))for(const t of o)t[fc("0x11e")]("addHighlight")||(n.writer[fc("0xaa")](["ck-suggestion-marker",fc("0x106"),fc("0x155")],t),n.writer.removeAttribute(fc("0xfc"),t),n[fc("0x2")][fc("0xce")](t,e[fc("0x46")]))}),{priority:"high"})})),t[fc("0x12d")].document[fc("0x7b")]((e=>{let n=!1;const o=Array[fc("0x1")](t[fc("0x12d")][fc("0x173")].differ[fc("0x2a")]()),r=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,subType:l,id:u}=this._splitMarkerName(x);if(fc("0xa3")!==o)continue;const d=this[fc("0x44")][fc("0x143")](u);if(null!=a[fc("0x70")]){fc("0x16e")==c&&(n=n||_c(a[fc("0x70")],x,e,t[fc("0x12d")][fc("0x118")]));const o=fc("0x160")==c&&this._isBlockAttribute(l[fc("0xaf")]("|")[0]);if(a[fc("0x70")][fc("0x7c")]||fc("0x7d")==a[fc("0x70")][fc("0xb0")][fc("0x3c")]||"formatBlock"==c&&!yc(a[fc("0x70")])||o&&!yc(a[fc("0x70")])||"deletion"==c&&(Ec(s=a[fc("0x70")])||(i=s)[fc("0xe1")][fc("0x9b")]==i[fc("0xc3")][fc("0xf7")]&&i[fc("0xe1")][fc("0x6c")]))e[fc("0x8d")](x),n=!0;else{if(!d||!d[fc("0x5d")])continue;r.add(d)}}}var i,s;return r[fc("0x131")]>0&&(n=!!this[fc("0x31")](r)||n),n})),t.model.document[fc("0x7b")]((e=>{let n=!1;for(const o of t[fc("0x12d")][fc("0x173")].differ.getChanges())if(fc("0x172")==o[fc("0xc1")])for(const o of this[fc("0x44")][fc("0x62")]()){if(o.isMultiRange||!o[fc("0x5d")])continue;const r=fc("0x4d")==o.type,i=Rc(o),s=i&&this[fc("0x7f")](i);if(!r&&!s)continue;const x=o[fc("0x157")]();if(x[fc("0xe1")][fc("0x9b")]!=x[fc("0xc3")].parent&&!x[fc("0xc3")][fc("0x6c")]){const r=t.model[fc("0xb5")](x[fc("0xe1")][fc("0x14d")],fc("0xc3")),i=t[fc("0x12d")][fc("0x23")](x[fc("0xe1")],r);e.updateMarker(o[fc("0xe6")](),{range:i}),n=!0}}return n})),t[fc("0x12d")][fc("0x173")][fc("0x7b")]((t=>this[fc("0x53")](t))),t.model[fc("0x173")][fc("0x7b")]((t=>!t[fc("0x68")][fc("0x90")]&&this[fc("0x124")](t))),t[fc("0x12d")][fc("0x11b")].on(fc("0x35"),((t,e,n)=>{if(null==n){const{id:t}=this[fc("0xe2")](e.name),n=this[fc("0x44")][fc("0x143")](t);n&&n[fc("0xe0")](e.name)}})),t[fc("0x12d")][fc("0x173")].on(fc("0xae"),(()=>{const e=Array.from(t.model[fc("0x173")][fc("0xa1")].getChangedMarkers())[fc("0x5c")]((t=>fc("0xa3")===this[fc("0xe2")](t[fc("0xd")]).group));if(0===e[fc("0x96")])return;e[fc("0xb4")](((t,e)=>{const n=t[fc("0x43")][fc("0xa6")],o=e[fc("0x43")][fc("0xa6")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[fc("0xe1")][fc("0x75")](o[fc("0xe1")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:r}of e){const{id:e}=this[fc("0xe2")](t);if(null===r[fc("0xa6")]){const e=this[fc("0x14c")](t);o[fc("0x4e")](e)}else{const t=this[fc("0x44")].get(e);null!==r[fc("0x70")]||t[fc("0x5d")]?(n[fc("0x4e")](t[fc("0x81")]),o.add(t)):this[fc("0x10c")](t)}}o[fc("0x131")]>0&&this._refreshSuggestionsChain(o);for(const t of n)this[fc("0x15c")](fc("0x79"),t)})),t.model.on(fc("0xd2"),((e,n)=>{const o=n[0];if(!this[fc("0x44")].size)return;if(!o.isDocumentOperation)return;if(o[fc("0x68")][fc("0x58")]||!o.batch.isLocal)return;let r,i;switch(o[fc("0xc1")]){case"insert":r=t[fc("0x12d")][fc("0xb5")](o[fc("0x6d")]),i=r.getShiftedBy(o[fc("0x32")]);break;case fc("0xaf"):r=t[fc("0x12d")][fc("0xb5")](o.splitPosition),i=t[fc("0x12d")][fc("0xb5")](o.moveTargetPosition);break;case fc("0x21"):r=t[fc("0x12d")][fc("0xb5")](o[fc("0xf")]),i=r[fc("0x13a")](o[fc("0x32")]);break;default:return}const s=t.model[fc("0x23")](r,i);t[fc("0x12d")].change((()=>{for(const{suggestion:t,meta:e}of this._findSuggestions(s)){if(t.isMultiRange)continue;if(fc("0x16e")==t[fc("0xc1")])continue;const n=Rc(t);if(n&&this[fc("0x7f")](n)&&fc("0xaf")!=o[fc("0xc1")])continue;const x=t[fc("0x43")]&&t.data[fc("0x10b")];(fc("0x4d")!=t[fc("0xc1")]||"split"==o.type&&!x)&&(e.containsRangeInObject||fc("0x98")==t.type&&e[fc("0x14")]||t.getFirstRange().containsRange(s)&&this[fc("0x69")](t,r,i))}}))}),{priority:"lowest"}),t.model.on(fc("0x4a"),((e,n)=>{const o=n[0],r=n[1];if(r&&r[fc("0x12f")])return;if(this[fc("0x9e")])return;if(!this[fc("0x7")][fc("0xd3")])return;if(o[fc("0x7c")])return;const i=t[fc("0x12d")].schema,{start:s,end:x}=o[fc("0x157")](),a=s[fc("0x14d")]&&i[fc("0x15d")](s[fc("0x14d")])?null:i.getNearestSelectionRange(s,"forward"),c=x[fc("0xf7")]&&i[fc("0x15d")](x[fc("0xf7")])?null:i.getNearestSelectionRange(x,fc("0x102")),l=t[fc("0x12d")][fc("0x23")](a?a.start:s,c?c.end:x);t[fc("0x12d")][fc("0x7a")]((e=>{this[fc("0x148")](l);const n=t[fc("0x12d")][fc("0x118")].getNearestSelectionRange(l.start);o.is("documentSelection")?e[fc("0x5f")](n):o[fc("0x119")](n)})),e[fc("0x16")]()}),{priority:e.priorities[fc("0xad")]+10}),t[fc("0x12d")].on(fc("0x87"),((e,n)=>{const o=n[n[fc("0x96")]-1];o&&o[fc("0x12f")]||this[fc("0x9e")]||this[fc("0x7")][fc("0xd3")]&&(t[fc("0x12d")][fc("0x7a")]((()=>{let o=t[fc("0x12d")].insertContent(n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e[fc("0xf8")]=o[fc("0x73")]();const r=o.end.nodeBefore,i=t.model[fc("0x118")];r&&i[fc("0x15e")](r)&&!i[fc("0x57")](r)&&(o=t[fc("0x12d")][fc("0x23")](o.start,t[fc("0x12d")].createPositionAt(r,"end"))),this[fc("0x2b")](o)})),e.stop())}),{priority:fc("0x8b")}),this[fc("0x93")][fc("0x89")][fc("0x4e")]("trackChanges",this[fc("0x7")]),this[fc("0x121")]("trackChanges");const r=new p(t,this[fc("0x44")]);t[fc("0x89")][fc("0x4e")](fc("0x134"),r),this.enableCommand(fc("0x134"));const i=new y(t,this._suggestions);t[fc("0x89")][fc("0x4e")](fc("0x25"),i),this[fc("0x121")](fc("0x25")),t.commands[fc("0x4e")](fc("0x3b"),new F(t,r,this._suggestions)),this[fc("0x121")](fc("0x3b")),t[fc("0x89")].add(fc("0xc4"),new F(t,i,this[fc("0x44")])),this.enableCommand("discardAllSuggestions"),t[fc("0x89")][fc("0x4e")](fc("0x164"),new j(t,r,this[fc("0x44")])),this.enableCommand(fc("0x164")),t[fc("0x89")][fc("0x4e")](fc("0x67"),new j(t,i,this[fc("0x44")])),this.enableCommand("discardSelectedSuggestions");const s=t[fc("0x151")].get(fc("0x3a"));this.listenTo(s,fc("0x11c"),((t,{threadId:e})=>{const n=this[fc("0x44")][fc("0x143")](e);n&&n[fc("0x159")]&&1===n.commentThread.length&&this._updateSuggestionData(e,{hasComments:!0})}),{priority:"low"}),this[fc("0x22")](s,fc("0xa8"),((t,{threadId:e})=>{const n=this._suggestions[fc("0x143")](e);n&&n[fc("0x159")]&&!n.commentThread.length&&this._updateSuggestionData(e,{hasComments:!1})}),{priority:"low"})}set[fc("0xe3")](t){if(this[fc("0x65")])throw new e.CKEditorError(fc("0x60"),this);this._adapter=t}get[fc("0xe3")](){return this[fc("0x65")]}[fc("0xef")]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this._suggestions[fc("0x62")]())t&&!e[fc("0x5d")]||n[fc("0x6")](e);return e?n[fc("0x20")]((t=>t[fc("0x13e")]())):n}getSuggestion(t){const n=this[fc("0x44")][fc("0x143")](t);if(!n)throw new e.CKEditorError(fc("0x1b"),this);return n}[fc("0xbe")](t){return this._suggestions[fc("0x135")](t)}[fc("0xd9")](t){const{authorId:e,id:n,attributes:o}=t,[r,i]=t[fc("0xc1")][fc("0xaf")](":"),s=this[fc("0x44")][fc("0x143")](n)||this._createSuggestion(r,i,n,e,o);if(this._addThreadToSuggestion(s),this[fc("0x17")](s,r,i||null,e),s.createdAt=t[fc("0x1a")],s[fc("0x13d")]=!0,o&&o[fc("0x56")]){const t=o["@external"],e=this[fc("0x10")](t.authorName);s[fc("0x10d")]=t[fc("0x1a")],s[fc("0x163")]=e,s[fc("0xab")]=!0}else s[fc("0x10d")]=t.createdAt;switch(t[fc("0x43")]&&(s[fc("0x43")]=t[fc("0x43")]),t[fc("0xd8")]&&(s.attributes=t[fc("0xd8")]),this[fc("0x65")]&&this[fc("0x65")][fc("0x140")]||(s[fc("0x74")]=!0),this._suggestionState[fc("0x143")](s)){case fc("0x37"):this[fc("0xf3")][fc("0xba")](s,fc("0x61"));break;case fc("0xcd"):s[fc("0x5d")]?(this[fc("0x8e")](new Set([s])),this._joinWithAdjacentSuggestions(new Set([s])),this[fc("0xf3")][fc("0xba")](s,fc("0xb6")),this[fc("0x15c")](fc("0xc9"),s)):this[fc("0xf3")][fc("0xba")](s,fc("0x100"))}return s}[fc("0x134")](t){this.forceDefaultExecution((()=>{this.editor.model[fc("0x7a")]((()=>{for(const e of t[fc("0x112")]())e[fc("0x13b")]()}))}))}[fc("0x25")](t){this.forceDefaultExecution((()=>{this[fc("0x93")].model[fc("0x7a")]((()=>{for(const e of t[fc("0x112")]())e[fc("0xbf")]()}))}))}enableCommand(t,n){const o=this.editor.commands[fc("0x143")](t);if(!o)throw new e.CKEditorError(fc("0x64"),this,{commandName:t});if(this[fc("0x33")].has(o))throw new e.CKEditorError("track-changes-enable-command-twice",this,{commandName:t});this[fc("0x33")][fc("0x4e")](o),n&&o.on(fc("0xc2"),((t,e)=>{this[fc("0x7")][fc("0xd3")]&&(this._isForcedDefaultExecutionBlock||(e[fc("0x96")]>0&&e[e[fc("0x96")]-1]&&e[e[fc("0x96")]-1][fc("0x12f")]?e[fc("0xb8")]():(t[fc("0xf8")]=n(((...t)=>o[fc("0xc2")](...t,{forceDefaultExecution:!0})),...e),t[fc("0x16")]())))}),{priority:fc("0x8b")})}[fc("0x12f")](t){let n,o;const r=this[fc("0x9e")];this[fc("0x9e")]=!0;try{n=t()}catch(t){o=t}return r||(this[fc("0x9e")]=!1),o&&e.CKEditorError[fc("0x101")](o,this),n}[fc("0x2b")](t,n=null,o={}){if(t.isCollapsed)return null;const r=this[fc("0x93")].plugins[fc("0x143")](fc("0x9")).me;for(const{suggestion:e,meta:r}of this[fc("0xcf")](t,fc("0x98")))if(r[fc("0x14")]){if(!r[fc("0x2f")]){if(r[fc("0x14e")]){if(!this[fc("0xc8")]||!Ic(e,o))continue;return e}if(Ic(e,o))return e;this[fc("0x69")](e,t[fc("0xe1")],t.end);break}if(n==e.subType&&Ic(e,o)){const n=e[fc("0x157")]();return n.start[fc("0x115")](t[fc("0xc3")])?this[fc("0x14a")](e,this[fc("0x1e")][fc("0x23")](t.start,n[fc("0xc3")])):this[fc("0x14a")](e,this[fc("0x1e")][fc("0x23")](n.start,t[fc("0xc3")])),e}}const i=(0,e.uid)(),s=r.id,x=n?fc("0x34")+n:fc("0x98"),a=this._setSuggestionData({id:i,type:x,createdAt:new Date,authorId:s,attributes:o});return this[fc("0x24")](x,i,s,t),a}[fc("0x109")](t,n="multi",o={}){const r=this[fc("0x93")][fc("0x151")][fc("0x143")](fc("0x9")).me,i=this._suggestionFactory[fc("0x94")](fc("0x98"),n,fc("0x71"));for(const e of this[fc("0xef")]())if(e[fc("0x163")].id==r.id&&fc("0x98")==e[fc("0xc1")]&&e.subType==n&&Ic(e,o)&&(i(e[fc("0xd7")](),t)||i(t,e[fc("0xd7")]()))){for(const n of t)e[fc("0x8c")](n);return e}for(const{suggestion:e,meta:n}of this[fc("0xcf")](t,fc("0x98"))){if(!n.isOwn)continue;if(!this[fc("0xc8")]&&n[fc("0x14e")])continue;if(!Ic(e,o))continue;let r=!0;for(const n of e.getRanges())for(const e of t)if(!n[fc("0x28")](e)){r=!1;break}if(r)return e}const s=(0,e.uid)(),x=r.id,a=fc("0x34")+n,c=this[fc("0x27")]({id:s,type:a,createdAt:new Date,authorId:x,attributes:o});for(const e of t)this[fc("0x24")](a,s,x,e,Jo[fc("0x15b")]());return c}[fc("0x4")](t,n,o=null,r={}){if(o=o||Tc(n),t[fc("0x7c")])return null;if(fc("0xfe")===this._trackFormatChanges){const e=this[fc("0x141")].getSuggestionCallback(fc("0x16e"),o,fc("0x13b"));return this[fc("0x12f")]((()=>e([t],n,r))),null}const i=this[fc("0x93")][fc("0x151")][fc("0x143")](fc("0x9")).me,s=[];if(fc("0xa0")!==this[fc("0x4b")])for(const{suggestion:e,meta:n}of this[fc("0xcf")](t,fc("0x98")))n.isOwn&&!n.isInsideObject&&s[fc("0x6")](...e[fc("0xd7")]());const x=function(t,e){const n=[];for(const o of e){const e=t[fc("0x125")](o);e&&n[fc("0x6")](e)}return n}(t,s),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[fc("0x96")];){const o=n[e].getDifference(t);n[fc("0x108")](e,1,...o),e+=o.length}}return n}(t,s);x[fc("0x96")]&&this._model[fc("0x7a")]((()=>{for(const t of x){const e=this[fc("0x141")].getSuggestionCallback(fc("0x16e"),o,fc("0x13b"));this[fc("0x12f")]((()=>e([t],n,r)))}}));for(const t of a){let s=null,x=t[fc("0xe1")],a=t.end;for(const{suggestion:e,meta:n}of this[fc("0xcf")](t,"formatInline")){if(!n[fc("0x14")])continue;if(e[fc("0x97")]!=o)continue;if(!Ic(e,r))continue;const i=e[fc("0x157")]();if(i.containsRange(t,!0))return null;x=x[fc("0x75")](i[fc("0xe1")])?x:i.start,a=a[fc("0x133")](i.end)?a:i.end,s?i.start[fc("0x75")](s[fc("0x157")]()[fc("0xe1")])?(s[fc("0xd6")](),s=e):e[fc("0xd6")]():s=e}const c=this[fc("0x1e")][fc("0x23")](x,a);if(s)this._setSuggestionRange(s,c);else{const t=(0,e.uid)(),s=i.id;this[fc("0x27")]({id:t,type:fc("0xe4")+o,data:n,createdAt:new Date,authorId:s,attributes:r}),this[fc("0x24")](fc("0xe4")+o,t,s,c)}}return null}[fc("0x80")](t,n,o=[],r=null,i={}){n[fc("0x8a")]||(n[fc("0x8a")]=n[fc("0x10e")]),n[fc("0x10b")]=t.is(fc("0x1d")),r=r||Tc(n);const s=o[fc("0x20")]((t=>Cc(t,this[fc("0x1e")]))),x=t.is(fc("0x1d"))?t:Cc(t,this[fc("0x1e")]);if(fc("0xfe")===this[fc("0x4b")]){const t=this[fc("0x141")][fc("0x94")]("formatBlock",r,fc("0x13b"));return this[fc("0x12f")]((()=>t([x],n,i))),null}s.push(x);let a=!0;for(const t of s)if(!this[fc("0x55")](t)){a=!1;break}if(a&&"always"!==this[fc("0x4b")]){const t=this[fc("0x141")][fc("0x94")]("formatBlock",r,fc("0x13b"));return this[fc("0x12f")]((()=>t([x],n,i))),null}let c=null,l=x[fc("0xe1")],u=x[fc("0xc3")];for(const{suggestion:t,meta:e}of this[fc("0xcf")](x,fc("0x4d"))){if(!e.isOwn)continue;if(e.isNextTo||e[fc("0x14e")]||e.isInsideObject)continue;if(t[fc("0x43")][fc("0x8a")]!=n[fc("0x8a")])continue;if(!Ic(t,i))continue;const o=t[fc("0x157")]();if(t[fc("0x97")]==r){if(o[fc("0x28")](x,!0))return null;l=l[fc("0x75")](o[fc("0xe1")])?l:o.start,u=u[fc("0x133")](o[fc("0xc3")])?u:o.end,c?o[fc("0xe1")][fc("0x75")](c[fc("0x157")]()[fc("0xe1")])?(c[fc("0xd6")](),c=t):t.removeMarkers():c=t}else{const e=x[fc("0x125")](o);this[fc("0x12c")](t,e)}}const d=this[fc("0x93")].plugins.get(fc("0x9")).me,g=(0,e.uid)(),f=d.id;if(c)return this[fc("0x14a")](c,this[fc("0x1e")][fc("0x23")](l,u)),c;{const t=this._setSuggestionData({id:g,type:"formatBlock:"+r,data:n,createdAt:new Date,authorId:f,attributes:i});return this._addSuggestionMarker(fc("0x47")+r,g,f,this[fc("0x1e")].createRange(l,u)),t}}[fc("0xcc")](t,n,o=[],r=null,i={}){n.formatGroupId||(n[fc("0x8a")]=n[fc("0x10e")]);const s=t[0];n.multipleBlocks=s.is("range"),r=r||Tc(n);const x=o[fc("0x20")]((t=>Cc(t,this._model))),a=s.is("range")?t:t[fc("0x20")]((t=>Cc(t,this[fc("0x1e")])));if(fc("0xfe")===this[fc("0x4b")]){const t=this[fc("0x141")].getSuggestionCallback(fc("0x4d"),r,"accept");return this[fc("0x12f")]((()=>t(a,n,i))),null}x[fc("0x6")](...a);let c=!0;for(const t of x)if(!this[fc("0x55")](t)){c=!1;break}if(c&&"always"!==this._trackFormatChanges){const t=this[fc("0x141")].getSuggestionCallback("formatBlock",r,fc("0x13b"));return this[fc("0x12f")]((()=>t(a,n,i))),null}const l=this[fc("0x93")].plugins.get(fc("0x9")).me;for(const t of this[fc("0xef")]()){if(t[fc("0x163")].id!=l.id)continue;if("formatBlock"!=t[fc("0xc1")]||t[fc("0x43")][fc("0x8a")]!=n.formatGroupId)continue;if(!Ic(t,i))continue;const e=t.subType==r;for(let n=0;n<a[fc("0x96")];n++){const o=a[n];for(const r of t[fc("0x82")]()){const i=r[fc("0xfd")]();if(o.isEqual(i)){e?(a[fc("0x108")](n,1),n--):t[fc("0x8d")](r.name);break}}}}if(0==a[fc("0x96")])return null;const u=this[fc("0x141")][fc("0x94")](fc("0x4d"),r,fc("0x71"));for(const t of this[fc("0xef")]())if(t[fc("0x163")].id==l.id&&"formatBlock"==t[fc("0xc1")]&&t[fc("0x43")][fc("0x8a")]==n.formatGroupId&&t.subType==r&&Ic(t,i)&&(u(t[fc("0xd7")](),a)||u(a,t.getRanges()))){for(const e of a)t[fc("0x8c")](e);return t}const d=(0,e.uid)(),g=l.id,f=fc("0x47")+r,m=this[fc("0x27")]({id:d,type:f,data:n,createdAt:new Date,authorId:g,attributes:i});for(const t of a)this._addSuggestionMarker(f,d,g,t,Jo[fc("0x15b")]());return m}[fc("0x148")](t,n=null,o={}){if(t.isCollapsed)return null;const r=this[fc("0x93")].plugins.get(fc("0x9")).me,i=new s.LiveRange(t.start,t.end);for(const{suggestion:t,meta:e}of this._findSuggestions(i,"insertion"))if(e.isOwn&&!e[fc("0x2f")])if(t.isMultiRange){const e=t[fc("0xd7")]()[fc("0x5c")]((t=>fc("0x7d")!=t[fc("0xb0")][fc("0x3c")]));if(e.every((t=>i[fc("0x28")](t,!0)))&&t[fc("0xbf")](),e.some((t=>t[fc("0x28")](i,!0)))){const t=this._suggestionFactory[fc("0x94")](fc("0x85"),n,"accept");return this[fc("0x12f")]((()=>t([i],null,o))),null}}else{const e=i.getIntersection(t.getFirstRange());null!==e&&t[fc("0x110")]([e],null,o)}if(i[fc("0x5e")](),i[fc("0x7c")]||fc("0x7d")==i[fc("0xb0")][fc("0x3c")])return null;let x=null,a=i[fc("0xe1")],c=i[fc("0xc3")];const l=this[fc("0xcf")](i,fc("0x85"));for(const{suggestion:t,meta:e}of l){const n=this[fc("0x1e")][fc("0x23")](a,c);if(e[fc("0x14")]&&(this._mergeNestedSuggestions||!e[fc("0x14e")]&&!e.isInsideObject))if(t[fc("0x42")]){if(!Ic(t,o))continue;let e=!0;for(const o of t[fc("0xd7")]()){if(o[fc("0x28")](n,!0))return t;n[fc("0x28")](o)||(e=!1)}e&&t[fc("0xbf")]()}else{const e=t[fc("0x157")]();if(e[fc("0x28")](n,!0))return t;if(!Ic(t,o)){n[fc("0x28")](e)?t[fc("0xd6")]():e[fc("0x9f")](a)?a=e[fc("0xc3")]:e.containsPosition(c)&&(c=e[fc("0xe1")]);continue}a=a[fc("0x75")](e.start)?a:e[fc("0xe1")],c=c[fc("0x133")](e[fc("0xc3")])?c:e[fc("0xc3")],o=Object[fc("0x88")]({},t[fc("0xd8")]),x?e[fc("0xe1")][fc("0x75")](x.getFirstRange()[fc("0xe1")])?(x[fc("0xd6")](),x=t):t[fc("0xd6")]():x=t}}if(x)return this[fc("0x14a")](x,this._model.createRange(a,c)),x;{const t=(0,e.uid)(),i=this[fc("0x1e")][fc("0x23")](a,c),s=r.id,x=n?"deletion:"+n:"deletion",l=this[fc("0x27")]({id:t,type:x,createdAt:new Date,authorId:s,attributes:o});return this[fc("0x24")](x,t,s,i),l}}[fc("0x11")](t,n=fc("0x123"),o={}){const r=this.editor[fc("0x151")][fc("0x143")]("Users").me,i=t[fc("0x20")]((t=>new s.LiveRange(t.start,t.end))),x=new Set;for(const{suggestion:t,meta:e}of this[fc("0xcf")](i,fc("0x98")))e[fc("0x14")]&&!e[fc("0x2f")]&&x[fc("0x4e")](t);for(const e of x)if(e[fc("0x42")]){const r=e[fc("0xd7")]();if((!e.attributes||!e[fc("0xd8")][fc("0xb")])&&r[fc("0x12e")]((t=>i[fc("0x38")]((e=>e[fc("0x28")](t,!0)))))&&e.discard(),i[fc("0x12e")]((t=>r[fc("0x38")]((e=>e[fc("0x28")](t,!0)))))){const e=this[fc("0x141")][fc("0x94")](fc("0x85"),n,"accept");return this[fc("0x12f")]((()=>e(t,null,o))),null}}else{const t=e[fc("0x157")]();if(i[fc("0x38")]((e=>e[fc("0x28")](t,!0)))&&e.discard(),i[fc("0x12e")]((e=>t[fc("0x28")](e,!0)))){const t=this[fc("0x141")][fc("0x94")](fc("0x85"),n,fc("0x13b"));return this[fc("0x12f")]((()=>t(i,null,o))),null}}const a=this[fc("0x141")].getSuggestionCallback("deletion",n,fc("0x71"));let c=null;for(const t of this.getSuggestions())if(t[fc("0x163")].id==r.id&&t[fc("0x5d")]&&fc("0x85")==t.type&&t[fc("0x97")]==n&&Ic(t,o)&&(a(t.getRanges(),i)||a(i,t[fc("0xd7")]())))if(c){if(t[fc("0x159")]&&t.commentThread[fc("0x96")])continue;for(const e of t[fc("0xd7")]())c[fc("0x129")](e)||c[fc("0x8c")](e);t[fc("0xd6")]()}else{c=t;for(const e of i)t[fc("0x129")](e)||t.addRange(e)}if(c)return c;x.clear();for(const{suggestion:t,meta:e}of this._findSuggestions(i,fc("0x85")))e[fc("0x14")]&&(this[fc("0xc8")]||!e[fc("0x14e")]&&!e.isInsideObject)&&Ic(t,o)&&x[fc("0x4e")](t);for(const t of x){const e=t.getRanges();if((!o||!o[fc("0xb")])&&i.every((t=>e.some((e=>e.containsRange(t,!0))))))return t;(!t.attributes||!t[fc("0xd8")][fc("0xb")])&&e[fc("0x12e")]((t=>i.some((e=>e[fc("0x28")](t,!0)))))&&t[fc("0xbf")]()}const l=(0,e.uid)(),u=r.id,d=fc("0x8f")+n,g=this[fc("0x27")]({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const t of i)t[fc("0x5e")](),t[fc("0x7c")]||"$graveyard"==t[fc("0xb0")][fc("0x3c")]||this[fc("0x24")](d,l,u,t,Jo[fc("0x15b")]());return g}[fc("0x12a")](t,n,o,r,i){if(t.isCollapsed)return[];if(fc("0xfe")===this[fc("0x4b")])return[];const s=this[fc("0x93")][fc("0x151")][fc("0x143")](fc("0x9")).me.id,x=Array.from(this._suggestions[fc("0x62")]())[fc("0x5c")]((e=>"attribute"==e.type&&e[fc("0x43")].key==n&&e[fc("0x129")](t)));if(fc("0x0")===this._trackFormatChanges){const e=this._findSuggestions(t,fc("0x98"))[fc("0x5c")]((({meta:t})=>t[fc("0x14")]&&!t[fc("0x9a")]&&!t[fc("0x2f")])).map((({suggestion:t})=>t));x[fc("0x49")](...e)}const a=new Map([[t,o]]);for(const t of x){const e=fc("0x160")==t[fc("0xc1")]?t[fc("0x43")][fc("0xc5")]:void 0,i=t.getFirstRange(),s=Array[fc("0x1")](a.keys()).find((t=>t[fc("0x104")](i)));if(!s)continue;const x=s.getDifference(i);this[fc("0x7f")](n)&&fc("0x98")==t[fc("0xc1")]&&0!=x[fc("0x96")]||(a[fc("0xbc")](s),x[fc("0xea")]((t=>{a[fc("0xba")](t,o)})),"insertion"!=t[fc("0xc1")]&&e!=r&&a.set(s[fc("0x125")](i),e))}const c=[];for(const[t,o]of a){const x=(0,e.uid)(),a={key:n,oldValue:o,newValue:r};n[fc("0x96")]>37&&console.warn(fc("0xdf"),{key:n});const l=(fc("0x1c")+(n+"|")+Tc({newValue:r}))[fc("0x6b")](0,60),u=this[fc("0x27")]({id:x,type:l,data:a,createdAt:new Date,authorId:s,attributes:i});c[fc("0x6")](u),this[fc("0x24")](l,x,s,t)}return c}[fc("0xe5")](t){this[fc("0xdb")][fc("0x4e")](t)}[fc("0x136")](t){this[fc("0x9d")][fc("0x4e")](t)}[fc("0x4c")](t,e=[],n=[]){this.enableCommand(t,((t,...e)=>{this[fc("0x95")]((()=>{t(...e)}))}));for(const t of e)this._registerInlineAttribute(t);for(const t of n)this[fc("0xe5")](t)}[fc("0x14a")](t,e){const n=t[fc("0xe6")]();this[fc("0x1e")].change((t=>{t[fc("0x170")](n,{range:e})}))}_addThreadToSuggestion(t){const e=t.id,n=this.editor.config[fc("0x143")]("collaboration.channelId");this._commentsRepository[fc("0x36")](e)||this[fc("0xca")][fc("0x1f")]({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this[fc("0xca")][fc("0x117")](e);o[fc("0x52")]("isRemovable"),o[fc("0x142")]=!1,t[fc("0x159")]=o}[fc("0x17")](t,n,o,r){if(t[fc("0xc1")]!=n||t[fc("0x97")]!=o||t[fc("0x51")].id!=r)throw this[fc("0x93")][fc("0xb1")](fc("0x77")),new e.CKEditorError(fc("0x77"),this)}[fc("0x12c")](t,n){const o=t.getFirstRange();if(n[fc("0x115")](o))t[fc("0xd6")]();else if(o[fc("0x28")](n)){const r=this[fc("0x1e")][fc("0xb5")](n[fc("0xe1")].nodeBefore,fc("0xc3"));this[fc("0x14a")](t,this[fc("0x1e")].createRange(o[fc("0xe1")],r));const i=(0,e.uid)(),s=t[fc("0x51")].id,x=t[fc("0xc1")]+":"+t[fc("0x97")];this[fc("0x27")]({id:i,type:x,createdAt:new Date,authorId:s,data:t.data,attributes:t[fc("0xd8")]});const a=this[fc("0x1e")][fc("0xb5")](n.end[fc("0x9b")],"after"),c=this[fc("0x1e")][fc("0x23")](a,o[fc("0xc3")]);this._addSuggestionMarker(x,i,s,c)}else if(o.containsPosition(n[fc("0xe1")])){const e=this._model[fc("0xb5")](n[fc("0xe1")].nodeBefore,"end");this[fc("0x14a")](t,this[fc("0x1e")][fc("0x23")](o[fc("0xe1")],e))}else{const e=this[fc("0x1e")][fc("0xb5")](n[fc("0xc3")].parent,fc("0x122"));this[fc("0x14a")](t,this[fc("0x1e")].createRange(e,o[fc("0xc3")]))}}[fc("0x55")](t){for(const{suggestion:e,meta:n}of this._findSuggestions(t,"insertion")){if(!n[fc("0x14")])continue;const o=e[fc("0xd7")]();for(const e of o)if(!t.getDifference(e).length)return!0}return!1}[fc("0x150")](t){const n=this[fc("0x93")][fc("0x151")][fc("0x143")](fc("0x9"))[fc("0x105")](t);if(!n)throw new e.CKEditorError("track-changes-user-not-found",this);return n}_getExternalAuthor(t){const e=this[fc("0x93")].plugins.get(fc("0x9")),n=(0,i.hashObject)(fc("0x12")+t);return e[fc("0x105")](n)||e.addUser({id:n,name:t})}[fc("0x8")](t,e,n,o,r){const i=this[fc("0x150")](o),s=this[fc("0x141")][fc("0x63")](t,e,n,i,r,(t=>this._updateSuggestionData(n,{attributes:t})));return this.listenTo(s,"accept",(()=>{this[fc("0x84")](n,{state:"accepted"})}),{priority:fc("0x8b")}),this[fc("0x22")](s,fc("0xbf"),(()=>{this[fc("0x84")](n,{state:fc("0x7e")})}),{priority:fc("0x8b")}),this[fc("0x44")][fc("0xba")](n,s),this[fc("0xf3")][fc("0xba")](s,fc("0x37")),s}[fc("0xe2")](t){const e=t[fc("0xaf")](":");return{group:e[0],type:e[1],subType:e.length>=5?e[2]:null,id:e[fc("0x96")]<5?e[2]:e[3],authorId:e[fc("0x96")]<5?e[3]:e[4],markerCount:6==e[fc("0x96")]?e[5]:null}}_breakSuggestionMarker(t,n,o){const r=t[fc("0x157")](),i=r[fc("0xe1")],s=r[fc("0xc3")];this[fc("0x14a")](t,this._model[fc("0x23")](i,n));const x=(0,e.uid)(),a=t[fc("0x51")].id,c=t[fc("0xc1")]+(t.subType?":"+t[fc("0x97")]:"");this._setSuggestionData({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t.attributes,data:t[fc("0x43")]});const l=Rc(t);(fc("0x4d")==t[fc("0xc1")]||l&&this[fc("0x7f")](l))&&(o=this[fc("0x1e")][fc("0x111")](o[fc("0x9b")])),this._addSuggestionMarker(c,x,a,this[fc("0x1e")].createRange(o,s))}[fc("0xcf")](t,e=null){const n=[],o=this[fc("0x93")][fc("0x151")][fc("0x143")](fc("0x9")).me;Array[fc("0xb7")](t)||(t=[t]);for(const r of this.getSuggestions()){if(!r[fc("0x5d")])continue;if(e&&r[fc("0xc1")]!=e)continue;let i=!1;for(const e of r[fc("0xd7")]()){for(const s of t){const t=s[fc("0xe1")][fc("0x115")](e[fc("0xc3")])||s[fc("0xc3")][fc("0x115")](e[fc("0xe1")]);if(t||s[fc("0x125")](e)){const x=s[fc("0x28")](e)&&bc(this[fc("0x1e")][fc("0x118")],e[fc("0xe1")],s),a=e[fc("0x28")](s)&&bc(this[fc("0x1e")].schema,s[fc("0xe1")],e);n[fc("0x6")]({suggestion:r,meta:{isOwn:o==r.author,isNextTo:t,isInsideObject:x,containsRangeInObject:a}}),i=!0;break}}if(i)break}}return n}[fc("0x24")](t,e,n,o,r){this[fc("0x1e")][fc("0x7a")]((i=>{let s=fc("0xec")+t+":"+e+":"+n;r&&(s=s+":"+r),i[fc("0x72")](s,{range:o,usingOperation:!0,affectsData:!0})}))}[fc("0x10c")](t){const e=t[fc("0x29")],n=t[fc("0x120")];t.previous=null,t[fc("0x120")]=null,null!=e&&(e[fc("0x120")]=n),null!=n&&(n.previous=e),fc("0xb6")==this[fc("0xf3")][fc("0x143")](t)&&(this[fc("0xf3")][fc("0xba")](t,fc("0x100")),this[fc("0x15c")]("suggestionUnloaded",t,e,n))}[fc("0x27")](t){const n=t.id,o=this[fc("0xd9")](t);if(this[fc("0x65")]&&this[fc("0x65")][fc("0x140")]){const r=this[fc("0x93")][fc("0x151")][fc("0x143")]("PendingActions"),i=o[fc("0xf9")],s=o.subType?o[fc("0xc1")]+":"+o[fc("0x97")]:o.type,x=this[fc("0x93")][fc("0xc")],a=r[fc("0x4e")](Qo(x,"PENDING_ACTION_SUGGESTION")),c={id:n,type:s,hasComments:i,data:t[fc("0x43")]||null,originalSuggestionId:t[fc("0x171")]||null,attributes:o[fc("0xd8")]};this[fc("0x65")].addSuggestion(c).then((t=>{o._saved=!0,r.remove(a),t&&t[fc("0x1a")]&&(this._suggestions.get(n).createdAt=t[fc("0x1a")])})).catch((t=>{throw(0,e.logWarning)(fc("0x13f")),this[fc("0x93")][fc("0x12d")][fc("0x30")]({isUndoable:!1},(()=>{o[fc("0xbf")]()})),o.stopListening(),this._suggestions[fc("0xbc")](o.id),this[fc("0xf3")][fc("0xbc")](o),t}))}return o}[fc("0x7f")](t){return this[fc("0xdb")][fc("0x135")](t)}[fc("0x84")](t,e){const n=this.editor[fc("0x151")].get("PendingActions"),o=this[fc("0x2e")](t);if(this[fc("0x65")]&&this[fc("0x65")][fc("0xa")])if(o[fc("0x74")]){const o=n[fc("0x4e")](Qo(this[fc("0x93")][fc("0xc")],fc("0xa7")));this._adapter[fc("0xa")](t,e).then((()=>{n[fc("0x18")](o)}))}else o.on(fc("0x14b"),(()=>{this._updateSuggestionData(t,e)}))}[fc("0x40")](t){if(!this[fc("0x65")]||!this[fc("0x65")][fc("0x2e")])throw new e.CKEditorError(fc("0x10f"),this);return this[fc("0x65")][fc("0x2e")](t)}[fc("0x14c")](t){const{id:e,type:n,subType:o,authorId:r}=this[fc("0xe2")](t),i=this._suggestions[fc("0x143")](e)||this[fc("0x8")](n,o,e,r,{});switch(this._checkSuggestionCorrectness(i,n,o,r),this[fc("0xf3")][fc("0x143")](i)){case fc("0x37"):this[fc("0x40")](e)[fc("0xcb")]((t=>{let n=Promise[fc("0xf4")]();t[fc("0xf9")]&&(n=this._commentsRepository.fetchCommentThread({channelId:this[fc("0x93")][fc("0xdc")][fc("0x143")]("collaboration.channelId"),threadId:e})),n[fc("0xcb")]((()=>{this[fc("0xd9")](t)[fc("0x74")]=!0}))})),this[fc("0xf3")][fc("0xba")](i,fc("0xcd"));break;case"removed":this[fc("0x84")](e,{state:fc("0xf6")});case fc("0x61"):this[fc("0xf3")][fc("0xba")](i,fc("0xb6")),this.fire(fc("0xc9"),i);break;case fc("0xb6"):this[fc("0x15c")](fc("0x79"),i)}return i[fc("0xe0")](t),i}[fc("0x8e")](t){const e=Array[fc("0x1")](t),n=e[fc("0x5c")]((t=>fc("0x160")==t[fc("0xc1")]));this._refreshAttributeSuggestionsChain(n);const o=e.filter((t=>!t[fc("0x42")]&&"attribute"!=t[fc("0xc1")])),r=this.getSuggestions({skipNotAttached:!0}).filter((t=>!t[fc("0x42")]&&fc("0x160")!=t[fc("0xc1")])),i=r.filter((e=>!t.has(e))),s=new Map(r[fc("0x20")]((t=>[t,this[fc("0x141")][fc("0x94")](t[fc("0xc1")],t[fc("0x97")],fc("0xd5"))]))),x=new Map(r[fc("0x20")]((t=>[t,t[fc("0x157")]()]))),a=new Set,c=new Set;for(let t=0;t<o[fc("0x96")];t++)u(o[t],o,t+1);for(let t=0;t<o[fc("0x96")];t++)u(o[t],i,0);const l=new Set;for(let t=0;t<o[fc("0x96")];t++){const e=o[t];!c[fc("0x135")](e)&&e[fc("0x29")]&&(l[fc("0x4e")](e[fc("0x29")]),e[fc("0x29")][fc("0x120")]===e&&(e[fc("0x29")][fc("0x120")]=null),e[fc("0x29")]=null),!a[fc("0x135")](e)&&e[fc("0x120")]&&(l[fc("0x4e")](e[fc("0x120")]),e.next.previous===e&&(e.next[fc("0x29")]=null),e.next=null)}function u(t,e,n){for(let o=n;o<e[fc("0x96")];o++){const n=d(t,e[o]);n&&(n[0][fc("0x120")]=n[1],n[1][fc("0x29")]=n[0],a[fc("0x4e")](n[0]),c.add(n[1]))}}function d(t,e){if(t.author.id!==e[fc("0x163")].id)return null;const n=s[fc("0x143")](t)(t,e,x[fc("0x143")](t),x[fc("0x143")](e));return n&&s[fc("0x143")](e)(t,e,x[fc("0x143")](t),x[fc("0x143")](e))?n[1][fc("0x159")]&&n[1].commentThread[fc("0x96")]?null:n:null}l[fc("0x131")]&&this[fc("0x8e")](l)}_refreshAttributeSuggestionsChain(t){if(0==t[fc("0x96")])return;const e=this.getSuggestions({skipNotAttached:!0}).filter((t=>fc("0x160")==t.type&&t[fc("0x13d")])),n=[],o=new Map;for(const t of e){const e=(0,i.hashObject)(t[fc("0xd8")]);o.has(e)||(o[fc("0xba")](e,n[fc("0x96")]),n[fc("0x6")]([]));const r=o[fc("0x143")](e);n[r][fc("0x6")](t)}!function(){n.sort(((t,e)=>{const n=t[0][fc("0x1a")],o=e[0][fc("0x1a")];return n==o?t[0][fc("0xd8")][fc("0x11d")]<e[0][fc("0xd8")][fc("0x11d")]?-1:1:n<o?-1:1}));for(const t of n)t.sort(((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<n.length;t++){if(0==n[t][fc("0x96")])continue;const e=[];for(let o=t+1;o<n.length;o++)0!=n[o][fc("0x96")]&&r(n[t],n[o])&&e.push(o);for(const o of e)n[t]=n[t].concat(n[o]),n[o]=[]}for(const t of n)for(let e=0;e<t[fc("0x96")];e++)t[e][fc("0x120")]=t[e+1]||null;for(const t of n)for(let e=0;e<t.length;e++)t[e][fc("0x29")]=t[e-1]||null;function r(t,e){if(t[0][fc("0x163")]!==e[0].author)return!1;if(n=t[0],o=e[0],(n[fc("0xf9")]||o[fc("0xf9")])&&(n[fc("0xf9")]&&o[fc("0xf9")]||!(n[fc("0xf9")]&&o[fc("0x1a")]<n[fc("0x159")][fc("0xa2")].get(0)[fc("0x1a")]||o.hasComments&&n[fc("0x1a")]<o[fc("0x159")][fc("0xa2")].get(0)[fc("0x1a")])))return!1;var n,o;const r=lc(t[0].attributes,"groupId"),i=lc(e[0][fc("0xd8")],fc("0x11d"));return!!Go(r,i)&&(!!t.every((t=>e[fc("0x38")]((e=>t.getFirstRange()[fc("0x115")](e.getFirstRange())))))&&e[fc("0x12e")]((e=>t[fc("0x38")]((t=>e[fc("0x157")]()[fc("0x115")](t[fc("0x157")]()))))))}}[fc("0x31")](t){const e=Array[fc("0x1")](t),n=this[fc("0xef")]({skipNotAttached:!0}),o=n[fc("0x5c")]((e=>!t[fc("0x135")](e))),r=new Map(e[fc("0x20")]((t=>[t,this[fc("0x141")][fc("0x94")](t[fc("0xc1")],t[fc("0x97")],fc("0x71"))]))),i=new Map(n[fc("0x20")]((t=>[t,t.getRanges()])));for(let t=0;t<e[fc("0x96")];t++)if(s(this,e[t],e,t+1))return!0;for(let t=0;t<e[fc("0x96")];t++)if(s(this,e[t],o,0))return!0;return!1;function s(t,e,n,o){for(let s=o;s<n[fc("0x96")];s++){const o=n[s];if(o[fc("0xc1")]!==e[fc("0xc1")]||o[fc("0x163")].id!==e[fc("0x163")].id||o[fc("0x97")]!==e[fc("0x97")])continue;if(!kc(e,o))continue;if("attribute"==e[fc("0xc1")]&&e[fc("0x43")][fc("0xc5")]!=o.data[fc("0xc5")])continue;if(fc("0x160")==e[fc("0xc1")]&&t._isBlockAttribute(e[fc("0x43")][fc("0xb9")]))continue;if("formatBlock"==e.type){const n=t[fc("0x93")][fc("0x12d")],o=e[fc("0x19")]();if(o&&(n.schema[fc("0x57")](o)||n[fc("0x118")][fc("0x15d")](o)))continue}const x=r[fc("0x143")](e),a=i[fc("0x143")](e),c=i[fc("0x143")](o),l=e[fc("0x159")]&&e.commentThread[fc("0x96")],u=o[fc("0x159")]&&o.commentThread[fc("0x96")];if(!l&&x(c,a))return t[fc("0x15")](o,e),i[fc("0xbc")](e),!0;if(!u&&x(a,c))return t[fc("0x15")](e,o),i[fc("0xbc")](o),!0}return!1}}[fc("0x15")](t,e){if(t.isMultiRange)for(const n of e.getRanges())t[fc("0x8c")](n);else{const n=e.getFirstRange()[fc("0xc3")];this[fc("0x14a")](t,this[fc("0x1e")][fc("0x23")](t[fc("0x157")]()[fc("0xe1")],n))}e[fc("0xd6")]()}_getMarkerAnnouncementText(t,e){const n=t.startsWith("format")||t[fc("0x92")](fc("0x160"))?fc("0x13"):t[fc("0x147")]();return Qo(this[fc("0x93")][fc("0xc")],e+"_"+n+fc("0x126"))}[fc("0x154")](){const t=this[fc("0x93")];(0,i.surroundingMarkersDetector)(this[fc("0x1e")],(({left:e,entered:n})=>{const o=[];for(const t of e){const{group:e,type:n}=this[fc("0xe2")](t.name);if("suggestion"===e){o[fc("0x6")](this[fc("0xbd")](n,fc("0x138")));break}}for(const t of n){const{group:e,type:n}=this._splitMarkerName(t[fc("0xd")]);if(fc("0xa3")===e){o.push(this._getMarkerAnnouncementText(n,fc("0xa9")));break}}o[fc("0x96")]&&t.ui.ariaLiveAnnouncer.announce(fc("0x4f"),o[fc("0x71")](" "))}))}[fc("0x53")](t){if(null!==this[fc("0xde")])return!1;const e=this[fc("0x93")],n=e.model[fc("0x173")].differ.getChanges();if(0==n[fc("0x96")])return!1;const o=[],r=n[fc("0x5c")]((t=>fc("0x160")==t[fc("0xc1")])),i=n[fc("0x5c")]((t=>"insert"==t.type&&"$text"!=t[fc("0xd")])),s=n[fc("0x5c")]((t=>fc("0x18")==t.type&&"$text"!=t[fc("0xd")]));for(const t of r)o[fc("0x6")]({key:t[fc("0x6e")],newValue:t.attributeNewValue,oldValue:t[fc("0xf0")],range:(x=t[fc("0x1d")],null==x.end.nodeBefore&&x[fc("0xc3")][fc("0x9b")]==x.start[fc("0x14d")]?Cc(x[fc("0xe1")][fc("0x14d")],e[fc("0x12d")]):x)});var x;for(const t of i){const n=s[fc("0x39")]((e=>e[fc("0x6d")][fc("0x115")](t[fc("0x6d")])));n&&o.push({key:fc("0x91"),newValue:t[fc("0xd")],oldValue:n[fc("0xd")],range:e.model.createRangeOn(t[fc("0x6d")][fc("0x14d")])})}return 0!=o[fc("0x96")]&&this[fc("0x113")](t,o)}[fc("0x124")](t){let e=!1;const n=this[fc("0x93")][fc("0x12d")].document[fc("0xa1")][fc("0x2a")]()[fc("0x5c")]((t=>t[fc("0x43")][fc("0x70")]&&t[fc("0xd")][fc("0x92")](fc("0x83"))));for(const o of n){const{subType:n,id:r}=this[fc("0xe2")](o[fc("0xd")]),i=n[fc("0xaf")]("|")[0];for(const n of this[fc("0xef")]({skipNotAttached:!0}))n.id!=r&&fc("0x160")==n[fc("0xc1")]&&n[fc("0x43")]&&n[fc("0x43")][fc("0xb9")]==i&&n[fc("0x157")]()[fc("0x104")](o[fc("0x43")][fc("0x70")])&&(this[fc("0xa4")](n,o[fc("0x43")].newRange,t),e=!0)}return e}[fc("0x95")](t){if(null!==this[fc("0xde")])return void t();const n=this[fc("0x93")];this[fc("0xde")]=n[fc("0x12d")][fc("0x173")][fc("0x152")],t();const o=new Map;for(const t of n.model[fc("0x173")][fc("0xc7")][fc("0x167")](this._recordAttributeSuggestionsFromVersion))if([fc("0x11a"),fc("0x132"),fc("0xd4"),fc("0x146")][fc("0x13c")](t[fc("0xc1")])){const e=t.batch,n=o[fc("0x143")](e)||[];n[fc("0x6")](t),o[fc("0xba")](e,n)}this[fc("0xde")]=null;for(const[t,r]of o){const o=(0,e.uid)();n.model.enqueueChange(t,(t=>{const e=[];for(const t of r){let r,i,s,x;if(fc("0x11a")==t[fc("0xc1")]){const e=t;r=Cc(e[fc("0x6d")][fc("0x14d")],n.model),i=fc("0x91"),s=e[fc("0xe7")],x=e[fc("0x16c")]}else{const e=t,o=this[fc("0x7f")](e[fc("0xb9")]),a=this[fc("0x9d")][fc("0x135")](e.key);if(!o&&!a)continue;r=o?Cc(e[fc("0x1d")].start[fc("0x14d")],n[fc("0x12d")]):e[fc("0x1d")],i=e.key,s="removeAttribute"==t[fc("0xc1")]?void 0:e[fc("0x169")],x=e[fc("0xc5")]}this.markAttributeChange(r,i,x,s,{groupId:o}),e.push({range:r,key:i,newValue:s,oldValue:x})}this[fc("0x113")](t,e)}))}}[fc("0x113")](t,e){if(0==e[fc("0x96")])return!1;let n=!1;for(const o of e){const e=this[fc("0xcf")](o[fc("0x1d")],fc("0x160"))[fc("0x5c")]((t=>!t.meta[fc("0x2f")]))[fc("0x20")]((t=>t.suggestion)),r=(0,i.hashObject)({newValue:o.newValue});e.filter((t=>{const[e,n]=t.subType[fc("0xaf")]("|");return e==o[fc("0xb9")]&&n!=r}))[fc("0xea")]((e=>{this[fc("0xa4")](e,o[fc("0x1d")],t),n=!0}))}return n}[fc("0xa4")](t,e,n){const o=t.getFirstRange()[fc("0x76")](e);0!==o[fc("0x96")]?1!==o[fc("0x96")]?this[fc("0x69")](t,e[fc("0xe1")],e[fc("0xc3")]):this._setSuggestionRange(t,o[0]):n[fc("0x8d")](t[fc("0xe6")]())}}class pc{constructor(t){this[fc("0xff")]=t,this[fc("0x1e")]=t[fc("0x12d")],this[fc("0x127")]=new Map,this[fc("0x137")]=new Map,this[fc("0x153")]()}buildSuggestion(t,e,n,o,r,i){return new Jo(this[fc("0x1e")],{type:t,subType:e,id:n,author:o,creator:o,attributes:r,onAttributesChange:i,onAccept:(...n)=>this[fc("0x94")](t,e,fc("0x13b"))(...n),onDiscard:(...n)=>this[fc("0x94")](t,e,fc("0xbf"))(...n)})}registerCustomCallback(t,e,n,o){const r=t+":"+e+":"+n;this._customCallbacks[fc("0xba")](r,o)}[fc("0x94")](t,e,n){const o=t+":"+e+":"+n;return this._customCallbacks[fc("0x143")](o)||this[fc("0x137")][fc("0x143")](t+":"+n)}[fc("0x153")](){const t=()=>!1,e=t=>{t[fc("0xb4")](((t,e)=>t.start.isBefore(e.start)?1:-1)),this._model[fc("0x7a")]((e=>{for(const n of t){let t;t=n[fc("0xc3")][fc("0x6c")]&&n.end[fc("0x9b")]==n[fc("0xe1")][fc("0x14d")]?e[fc("0xfb")](n.start[fc("0x14d")],"on"):e[fc("0xfb")](n),this[fc("0x1e")][fc("0x4a")](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{e&&this[fc("0x1e")][fc("0x7a")]((n=>{const{commandName:o,commandParams:r=[]}=e,i=t[fc("0x20")]((t=>(Ec(t)&&(t=this[fc("0x1e")][fc("0x23")](t[fc("0xc3")])),t)))[fc("0x5c")]((t=>fc("0x7d")!==t[fc("0xb0")].rootName));if(i[fc("0x96")]<1)return;const x=Array[fc("0x1")](this[fc("0x1e")].document[fc("0x166")][fc("0xd7")]()).map((t=>s.LiveRange[fc("0x59")](t)));n.setSelection(i);for(const t of this[fc("0xff")][fc("0x89")][fc("0x89")]())t[fc("0x103")]();r[fc("0x6")]({forceDefaultExecution:!0}),this._editor[fc("0xc2")](o,...r);const a=x[fc("0x5c")]((t=>fc("0x7d")!=t[fc("0xb0")][fc("0x3c")]));a.length>0&&n[fc("0x5f")](a);for(const t of x)t[fc("0x5e")]()}))},o=(t,e)=>1==t.length&&1==e.length&&t[0][fc("0xc3")].isEqual(e[0][fc("0xe1")]),r=(t,e,n,o)=>Ac(t,e,n,o,this[fc("0x1e")])?[t,e]:Ac(e,t,o,n,this[fc("0x1e")])?[e,t]:null;this._defaultCallbacks[fc("0xba")]("insertion:accept",t),this._defaultCallbacks[fc("0xba")]("insertion:discard",e),this[fc("0x137")].set("insertion:join",o),this[fc("0x137")][fc("0xba")](fc("0x66"),r),this[fc("0x137")][fc("0xba")](fc("0x15f"),e),this[fc("0x137")][fc("0xba")]("deletion:discard",t),this[fc("0x137")][fc("0xba")]("deletion:join",o),this[fc("0x137")][fc("0xba")](fc("0x3d"),r),this._defaultCallbacks.set("formatInline:accept",n),this[fc("0x137")][fc("0xba")](fc("0x161"),t),this[fc("0x137")].set(fc("0x5b"),o),this[fc("0x137")][fc("0xba")](fc("0x50"),t),this[fc("0x137")][fc("0xba")](fc("0x48"),n),this[fc("0x137")][fc("0xba")](fc("0x45"),t),this[fc("0x137")][fc("0xba")](fc("0x165"),o),this[fc("0x137")][fc("0xba")](fc("0xa5"),t),this[fc("0x137")][fc("0xba")]("attribute:accept",t),this[fc("0x137")].set(fc("0xb3"),((t,e)=>{if(!e)return;const n=this[fc("0xff")].plugins[fc("0x143")](hc);this[fc("0x1e")][fc("0x7a")]((o=>{if("$elementName"==e.key)for(const n of t){const t=n[fc("0xe1")].nodeAfter,r=e[fc("0xc5")];o[fc("0x11a")](t,r)}else if(n[fc("0x7f")](e[fc("0xb9")]))for(const n of t)void 0!==e[fc("0xc5")]?o.setAttribute(e[fc("0xb9")],e[fc("0xc5")],n.start.nodeAfter):o[fc("0xd4")](e[fc("0xb9")],n[fc("0xe1")].nodeAfter);else for(const n of t)e[fc("0xc5")]?o.setAttribute(e.key,e[fc("0xc5")],n):o.removeAttribute(e[fc("0xb9")],n)}))})),this._defaultCallbacks[fc("0xba")](fc("0x54"),o)}}function bc(t,e,n){for(const o of e[fc("0x9b")].getAncestors({includeSelf:!0,parentFirst:!0})){if(o[fc("0xb0")]==o)return!1;if(!n[fc("0xf5")](o))return!1;if(t.isObject(o)||t[fc("0x15d")](o))return!0}return!1}function Ec(t){return t[fc("0xc3")][fc("0x9b")]==t.start[fc("0x14d")]&&t.end.isAtStart}function _c(t,e,n,o){const r=t=>!t.item.is(fc("0xb2"))&&!o[fc("0x57")](t[fc("0x99")]),i=t[fc("0xe1")][fc("0xed")](r),s=t[fc("0xc3")].getLastMatchingPosition(r,{direction:"backward"});return!(t.start[fc("0x115")](i)&&t[fc("0xc3")][fc("0x115")](s)||(i.isBefore(s)?n[fc("0x170")](e,{range:n[fc("0x23")](i,s)}):n[fc("0x8d")](e),0))}function Tc(t){return(0,i.hashObject)(t)}function yc(t){const e=t[fc("0xe1")][fc("0x14d")];return e&&e.is(fc("0xda"))}function Cc(t,e){const n=e[fc("0x118")][fc("0x57")](t)||e[fc("0x118")][fc("0x16a")](t);return e[fc("0x23")](e[fc("0xb5")](t,"before"),n?e[fc("0xe9")](t):e[fc("0xb5")](t,"end"))}function Ac(t,e,n,o,r){if(!kc(t,e))return!1;if(n.end[fc("0x115")](o.start))return!0;if(t[fc("0xc1")]!=e[fc("0xc1")])return!1;if(!n.end[fc("0xf2")](o[fc("0xe1")]))return!1;const i=r[fc("0x23")](n[fc("0xc3")],o[fc("0xe1")])[fc("0x139")]();for(const t of i)if([fc("0x156"),fc("0x144")][fc("0x13c")](t[fc("0xc1")])&&r[fc("0x118")][fc("0x15d")](t.item))return!1;return!0}function kc(t,e){return!(!t[fc("0x13d")]||!e[fc("0x13d")])&&Go(t.attributes,e[fc("0xd8")])}function Ic(t,e){const n=Sc(t[fc("0xd8")]),o=Sc(e);if(!t[fc("0x13d")])return!1;for(const t of Object[fc("0x2c")](o))if(!Go(n[t],o[t]))return!1;return!0}function Sc(t){const e=Object[fc("0x88")]({},t);return delete e[fc("0xb")],delete e[fc("0x11f")],e}function Rc(t){return"attribute"==t[fc("0xc1")]?t[fc("0x97")][fc("0xaf")]("|")[0]:null}const vc=["get","stopListening","acceptSuggestion","_acceptCommand","destroy","change:isDirty","_setPendingAction","add","_pendingAction","listenTo","canAccept","model","canDiscard","isDirty","locale","PendingActions","_editor","unbind","execute","canEditAt","_removePendingAction","_discardCommand","commands","bind","getRanges","discardSuggestion","plugins","commentThreadController","isEnabled","view"];var Nc,Lc;Nc=vc,Lc=419,function(t){for(;--t;)Nc.push(Nc.shift())}(++Lc);const Mc=function(t,e){return vc[t-=0]};class wc extends((0,e.ObservableMixin)()){constructor(t,e,n,o){super(),this[Mc("0xc")]=e,this[Mc("0x0")]=n,this[Mc("0x1c")]=o,this[Mc("0x11")]=t,this[Mc("0x4")]=t[Mc("0x17")][Mc("0x1")](Mc("0x3")),this[Mc("0x16")]=t[Mc("0x17")].get(Mc("0x1a")),this.view.bind(Mc("0x1d")).to(this[Mc("0x4")],this[Mc("0x16")],((t,e)=>t||e)),this[Mc("0x0")][Mc("0x18")](Mc("0xb")).to(this[Mc("0x4")],Mc("0x1d"),(t=>t&&this[Mc("0x11")][Mc("0xc")][Mc("0x14")](e[Mc("0x19")]()))),this[Mc("0x0")][Mc("0x18")](Mc("0xd")).to(this[Mc("0x16")],"isEnabled",(t=>t&&this[Mc("0x11")][Mc("0xc")].canEditAt(e.getRanges()))),this[Mc("0x9")]=null,n[Mc("0xe")]&&this._setPendingAction(),this[Mc("0xa")](n,Mc("0x3"),(()=>this[Mc("0x3")]())),this[Mc("0xa")](n,Mc("0x1a"),(()=>this.discardSuggestion())),this[Mc("0xa")](n,Mc("0x6"),(()=>{n[Mc("0xe")]?this[Mc("0x7")]():this[Mc("0x15")]()}))}[Mc("0x3")](){this._acceptCommand[Mc("0x13")](this[Mc("0xc")].id)}[Mc("0x1a")](){this[Mc("0x16")][Mc("0x13")](this[Mc("0xc")].id)}[Mc("0x5")](){this[Mc("0x0")][Mc("0x12")](Mc("0x1d")),this[Mc("0x0")][Mc("0x12")]("canAccept"),this[Mc("0x0")][Mc("0x12")](Mc("0xd")),this[Mc("0x2")](),this[Mc("0x1c")].destroy(),this._pendingAction&&this[Mc("0x15")]()}[Mc("0x7")](){const t=Qo(this._editor[Mc("0xf")],"PENDING_ACTION_SUGGESTION");this[Mc("0x9")]=this[Mc("0x11")][Mc("0x1b")].get(Mc("0x10"))[Mc("0x8")](t)}[Mc("0x15")](){null!==this[Mc("0x9")]&&this[Mc("0x11")][Mc("0x1b")].get("PendingActions").remove(this[Mc("0x9")]),this._pendingAction=null}}const Oc=["isActive","updateComment","_createCommentViews","commentThread","removeComment","isReadOnly","descriptionParts","commentThreadInputView","bind","fire","canDiscard","_createCommentThreadInputView","cancel","editor","length","isDirty","disabledSubmit","commentsListView","focus","locale","set","isEnabled","canAccept","showInput","_config","value","_model","hasDirtyComment","delegate","setData","commentInputView","addComment","destroy","_localUser","editorConfig","authoredAt"];var Fc,Dc;Fc=Oc,Dc=152,function(t){for(;--t;)Fc.push(Fc.shift())}(++Dc);const Bc=function(t,e){return Oc[t-=0]};class Pc extends r.View{constructor(t,e,n,o){super(t),this[Bc("0x9")]=null,this[Bc("0x23")]=null,this[Bc("0xc")](Bc("0x1c"),!1),this.set(Bc("0x1b"),e[Bc("0x1b")]),this[Bc("0x0")](Bc("0x1b")).to(e),this[Bc("0xc")](Bc("0x22"),[]),this[Bc("0xc")]("isDirty",!1),this[Bc("0xc")](Bc("0xd"),!1),this[Bc("0xc")](Bc("0xe"),!1),this[Bc("0xc")](Bc("0x2"),!1),this[Bc("0x12")]=e,this[Bc("0x19")]=n,this[Bc("0x10")]=o,o.disableComments?this[Bc("0xc")](Bc("0x6"),1):this[Bc("0x1e")]()}[Bc("0xa")](){this.element[Bc("0xa")]()}[Bc("0x18")](){this[Bc("0x9")]&&this[Bc("0x9")][Bc("0x18")](),this.commentThreadInputView&&this[Bc("0x23")].destroy(),super[Bc("0x18")]()}[Bc("0x1e")](){const{CommentsListView:t}=this[Bc("0x10")];this.commentsListView=new t(this[Bc("0xb")],this[Bc("0x12")].commentThread,Object.assign({CommentView:this._config.CommentView},this._config)),this[Bc("0x9")][Bc("0x14")](Bc("0x20")).to(this),this[Bc("0x9")][Bc("0x14")](Bc("0x1d")).to(this),this[Bc("0x9")][Bc("0x0")](Bc("0x1c")).to(this),this[Bc("0xc")](Bc("0x6"),this[Bc("0x9")][Bc("0x6")]+1),this[Bc("0x0")](Bc("0x6")).to(this[Bc("0x9")],Bc("0x6"),(t=>t+1)),this.commentThreadInputView=this[Bc("0x3")](),this.on(Bc("0x20"),(()=>this[Bc("0xa")]())),this[Bc("0x0")](Bc("0x7")).to(this[Bc("0x9")],Bc("0x13"),this[Bc("0x23")].commentInputView,Bc("0x11"),((t,e)=>t||!!e))}_createCommentThreadInputView(){const{CommentThreadInputView:t}=this[Bc("0x10")],e=new t(this.locale,this[Bc("0x19")],this[Bc("0x10")][Bc("0x1a")]),n=e[Bc("0x16")];return e[Bc("0x0")](Bc("0xf")).to(this,Bc("0x1c"),this[Bc("0x12")][Bc("0x1f")],"isReadOnly",n,Bc("0x11"),((t,e,n)=>!!n||t&&!e)),n.on("submit",((t,e)=>{this[Bc("0x1")](Bc("0x17"),e),n[Bc("0x5")][Bc("0x15")]("")})),n.on(Bc("0x4"),(()=>this[Bc("0xa")]())),n.bind(Bc("0x8")).to(this[Bc("0x12")][Bc("0x1f")],Bc("0x21")),e}}const Uc=["ck-suggestion--discard","description","EXTERNAL_SUGGESTION","color","canDiscard","ck-suggestion__info","time","extendTemplate","cancel","EXTERNAL_IMPORT_WORD_SUGGESTION","createElement","_config","ck-comment__info-time","ck-annotation__content-wrapper","attributes","discardButton","querySelector","formatDateTime","discardSuggestion","delegate","</span>","ck-annotation__main","ck-suggestion--disabled-comments",'"></span>',"EXTERNAL_IMPORT_WORD_AVATAR","render","element","ck-comment__external","push","ck-annotation__info-time",'<span class="ck-suggestion-color" style="background-color: ',"bindTemplate","ck-suggestion__user","source",'" title="',"editorDestroyed","_descriptionElement","fire","innerText","check","innerHTML","Accept suggestion","isActive","commentsListView","_model","userView","join","content","isEnabled","change:description","authoredAt","editorReady","set","title","ck-suggestion__main","@external","getTemplate","<p>","ck-suggestion-wrapper","setTemplate","name","canAccept","execute","span","_createButton","bind","Discard suggestion","ck-annotation",".ck-annotation__content-wrapper","commentThreadInputView","ck-annotation__user","importWord","ck-suggestion__actions","creator","div","split","value","acceptButton","getUserViewNotificationText","ck-annotation__actions",'<span class="ck-suggestion-type">',"ck-annotation__info-name","type","author","locale","ck-suggestion__info-name","getExternalSuggestionNote"];var jc,Gc;jc=Uc,Gc=265,function(t){for(;--t;)jc.push(jc.shift())}(++Gc);const Hc=function(t,e){return Uc[t-=0]};class Vc extends Pc{constructor(e,n,o,r){super(e,n,o,r),this[Hc("0x30")]("type",""),this.bind(Hc("0x4e")).to(this,"descriptionParts",(t=>t&&t[0]?t[0][Hc("0x4e")]:"")),this[Hc("0x3d")](Hc("0x54")).to(this,"descriptionParts",this,Hc("0x26"),((t,e)=>{let n="";for(const e of t)n+=Hc("0x35")+zc(e[Hc("0x2b")],e[Hc("0x56")])+"</p>";return e?n:(0,i.trimHtml)(n,{limit:140})})),this[Hc("0x20")]=null,this[Hc("0x49")]=this[Hc("0x3c")](Qo(e,Hc("0x25")),t.icons[Hc("0x23")],"ck-suggestion--accept","acceptSuggestion","sw"),this[Hc("0x49")].bind("isEnabled").to(this,Hc("0x39")),this[Hc("0xb")]=this[Hc("0x3c")](Qo(e,Hc("0x3e")),t.icons[Hc("0x4")],Hc("0x53"),Hc("0xe"),"sw"),this[Hc("0xb")][Hc("0x3d")](Hc("0x2c")).to(this,Hc("0x0")),this[Hc("0x29")]=new i.UserView(e,this[Hc("0x28")][Hc("0x4f")],this[Hc("0x4a")]()),this[Hc("0x29")][Hc("0x3")]({attributes:{class:[Hc("0x1c"),Hc("0x42")]}}),this[Hc("0x37")](this[Hc("0x34")]())}getTemplate(){const t=this[Hc("0x1b")],e=[{tag:Hc("0x46"),attributes:{class:[Hc("0x1"),"ck-annotation__info"]},children:[{tag:Hc("0x3b"),children:[{text:this[Hc("0x29")][Hc("0x38")]}],attributes:{class:[Hc("0x51"),Hc("0x4d")]}},{tag:Hc("0x2"),attributes:{datetime:t.to(Hc("0x2e")),class:[Hc("0x8"),Hc("0x19")]},children:[{text:t.to("authoredAt",(t=>this[Hc("0x7")][Hc("0xd")](t)))}]}]},{tag:Hc("0x46"),attributes:{class:[Hc("0x44"),Hc("0x4b")]},children:[this[Hc("0x49")],this[Hc("0xb")]]},{tag:Hc("0x46"),attributes:{class:[Hc("0x9")]}}];this[Hc("0x28")].isExternal&&e[Hc("0x18")]({tag:Hc("0x46"),attributes:{class:[Hc("0x17")]},children:[{text:this.getExternalSuggestionNote()}]});const n={tag:Hc("0x46"),attributes:{class:[Hc("0x36"),t.if("isActive","ck-suggestion-wrapper--active"),t.to(Hc("0x4e"),(t=>"ck-suggestion-"+t)),this[Hc("0x7")].disableComments&&Hc("0x12")],"data-suggestion-id":this._model.id,"data-thread-id":this[Hc("0x28")].commentThread.id,"data-author-id":this[Hc("0x28")].author.id,tabindex:-1},children:[{tag:"div",attributes:{class:["ck-suggestion",Hc("0x3f")]},children:[this.userView,{tag:Hc("0x46"),attributes:{class:[Hc("0x32"),Hc("0x11")]},children:e}]}]};return this[Hc("0x27")]&&this.commentThreadInputView&&(n.children[Hc("0x18")](this[Hc("0x27")],this[Hc("0x41")]),this[Hc("0x27")][Hc("0xf")](Hc("0x2f")).to(this),this[Hc("0x27")].delegate(Hc("0x1f")).to(this),this[Hc("0x41")].delegate(Hc("0x2f")).to(this),this[Hc("0x41")].delegate(Hc("0x1f")).to(this)),n}[Hc("0x15")](){super.render(),this[Hc("0x20")]=this[Hc("0x16")][Hc("0xc")](Hc("0x40")),this._descriptionElement[Hc("0x24")]=this[Hc("0x54")],this.on(Hc("0x2d"),((t,e,n)=>{this[Hc("0x20")][Hc("0x24")]=n}))}[Hc("0x3c")](t,e,n,o,i){const s=new r.ButtonView(this.locale);return s[Hc("0x30")]({label:t,icon:e,tooltip:!0,tooltipPosition:i}),s[Hc("0x3")]({attributes:{class:n}}),s.on(Hc("0x3a"),(()=>{this[Hc("0x21")](o,this._model.id)})),s}[Hc("0x52")](){return Hc("0x43")===this[Hc("0x28")].attributes[Hc("0x33")][Hc("0x1d")]?Qo(this[Hc("0x50")],Hc("0x5")):Qo(this[Hc("0x50")],Hc("0x55"))}[Hc("0x4a")](){return this[Hc("0x28")].isExternal?Hc("0x43")===this._model[Hc("0xa")][Hc("0x33")][Hc("0x1d")]?Qo(this[Hc("0x50")],Hc("0x14"),this[Hc("0x28")][Hc("0x45")].name):Qo(this[Hc("0x50")],"EXTERNAL_AVATAR",this[Hc("0x28")][Hc("0x45")].name):null}}function zc(t,e){let n="";return n+=t[Hc("0x47")]("*").map(((t,e)=>e%2!=0?Hc("0x4c")+Wc(t)+Hc("0x10"):Wc(t)))[Hc("0x2a")](""),e&&(n+=Hc("0x1a")+e[Hc("0x48")]+Hc("0x1e")+e[Hc("0x31")]+Hc("0x13")),n}function Wc(t){const e=document[Hc("0x6")](Hc("0x3b"));return e[Hc("0x22")]=t,e[Hc("0x24")]}const Kc=["has","mainView","_bindAnnotationToEditors","view","createAnnotationView","innerView","getByInnerView","comments.maxThreadTotalWeight","acceptSelectedSuggestions","model","comments.maxCommentCharsWhenCollapsed","source","_viewToController","init","execute","editing","some","hasSuggestion","EditorAnnotations","descriptionParts","_destroyController","trackChanges","_updateController","toMany","_descriptionFactory","_disableComments","Discard all suggestions","editor","push","unbind","stopListening","getRanges","_handleControllerBuffer","acceptButton","bind","_createUIButton","trackChanges.SuggestionThreadView","button","value","CommentsRepository","filter","define","type","getMarkers","_initializeController","focus","TrackChangesEditing","buttonView","getFirstRange","Accept all selected suggestions","suggestionUnloaded","_suggestionToController","addSourceCollector","plugins","suggestionLoaded","getMarkerNames","Track changes","CommentView","commands","activeMarkers","add","destroy","_handleSuggestionControllerDelayed","isOn","refreshSelectedViews","discardAllSuggestions","from","change:activeAnnotations","delete","discardButton","getJoined","actionView","CommentsUI","comments","discardSelectedSuggestions","commandName","acceptAllSuggestions","commentThread","comments.editorConfig","get","suggestionChanged","change:previous","reduce","previous","componentFactory","separator","locale","getSuggestion","listenTo","set","_annotationViews","Accept all suggestions","Annotations","activeAnnotations","isInContent","arrowView","SuggestionThreadView","TrackChangesUI","Discard all selected suggestions","isEnabled","length","clear","_unbindEditors","createCommentThreadController","head","getDescriptions","map","_refreshActiveMarkers"];var qc,Xc;qc=Kc,Xc=346,function(t){for(;--t;)qc.push(qc.shift())}(++Xc);const $c=function(t,e){return Kc[t-=0]};class Zc extends t.Plugin{static get requires(){return[hc,i.Users,"CommentsRepository",$c("0x46"),$c("0x68")]}static get pluginName(){return $c("0x4b")}constructor(t){super(t),this[$c("0x1d")]=new Map,this[$c("0x62")]=new Map,this[$c("0x44")]=new Map,this[$c("0xa")]=new Map;const e=this[$c("0x5")].config;e[$c("0x13")]($c("0xe"),Vc),e[$c("0x13")]("trackChanges.disableComments",!1),this[$c("0x3")]=e.get("trackChanges.disableComments")}[$c("0x28")](t,e){0===this[$c("0xa")].size&&setTimeout((()=>{for(const[t,e]of this[$c("0xa")]){const n=this[$c("0x1d")][$c("0x56")](t);n||e?n&&e&&this._destroyController(t):this[$c("0x16")](t)}this[$c("0x5")][$c("0x1f")][$c("0x39")]($c("0x68"))[$c("0x2a")](),this[$c("0x55")](),this._handleControllerBuffer[$c("0x4f")]()}),10),this[$c("0xa")].set(t,e)}[$c("0x63")](){const t=this[$c("0x5")],e=t[$c("0x1f")].get($c("0x18")),n=t[$c("0x1f")][$c("0x39")]($c("0x46")),o=t[$c("0x1f")][$c("0x39")]($c("0x68")),r=t.plugins.get($c("0x11"));t.ui[$c("0x3e")].add("trackChanges",(t=>this[$c("0xd")](t))),o[$c("0x1e")]((()=>{const t=[];for(const[e,n]of Array[$c("0x2c")](this[$c("0x1d")])){const o=e.getAllAdjacentSuggestions(),r=[];for(const t of o){if(!t[$c("0x48")])continue;if(t.isMultiRange){r[$c("0x6")](...t[$c("0x9")]());continue}const e=t[$c("0x1a")]();if(r[$c("0x4e")]>0){const t=r[0][$c("0x30")](e);if(t){r[0]=t;continue}}r[$c("0x6")](e)}t.push([n[$c("0x59")],r])}return t})),this[$c("0x42")](e,$c("0x20"),((t,e)=>{this[$c("0x42")](e,$c("0x3b"),((t,n,o,r)=>{e[$c("0x48")]&&(null==o?(this[$c("0x0")](r[$c("0x52")]),this._handleSuggestionControllerDelayed(e,!1)):(this[$c("0x0")](o[$c("0x52")]),null==r&&this[$c("0x28")](e,!0)))})),null!==e[$c("0x3d")]?this[$c("0x0")](e[$c("0x52")]):this[$c("0x28")](e,!1)})),this.listenTo(e,$c("0x1c"),((t,e,n)=>{this[$c("0x8")](e,$c("0x3b")),this[$c("0xa")].delete(e),this[$c("0x1d")].has(e)&&this._destroyController(e),n&&this[$c("0x0")](n.head)})),this[$c("0x42")](e,$c("0x3a"),((t,e)=>{this[$c("0x0")](e)})),this[$c("0x42")](n,$c("0x2d"),(()=>{this[$c("0x55")]()})),this[$c("0x42")](r,"addComment",((t,{threadId:n,isFromAdapter:o})=>{if(o||!e[$c("0x67")](n))return;const r=e[$c("0x41")](n);this[$c("0x1d")][$c("0x39")](r)[$c("0x59")][$c("0x17")]()}),{priority:"lowest"})}_refreshActiveMarkers(){const t=this[$c("0x5")].plugins[$c("0x39")]($c("0x46")),e=this.editor[$c("0x1f")].get("TrackChangesEditing"),n=Array[$c("0x2c")](t[$c("0x47")],(t=>t[$c("0x5b")])).filter((t=>this._viewToController.has(t))),o=[];for(const t of n){const e=this[$c("0x62")][$c("0x39")](t)[$c("0x5f")].getAllAdjacentSuggestions();o[$c("0x6")](...e[$c("0x3c")](((t,e)=>[...t,...e[$c("0x21")]()]),[]))}e[$c("0x25")]=o}[$c("0xd")](t){const n=(0,r.createDropdown)(t,r.SplitButtonView),o=this[$c("0x5")].commands[$c("0x39")]($c("0x6b")),i=Qo(t,$c("0x22"));n[$c("0x19")][$c("0x43")]({tooltip:i,label:i,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),n.buttonView[$c("0xc")]($c("0x29")).to(o,$c("0x10")),n[$c("0x19")].on($c("0x64"),(()=>{o[$c("0x64")](),this[$c("0x5")][$c("0x65")][$c("0x59")][$c("0x17")]()}));const s=new e.Collection,x=[{type:"switchbutton",model:{withText:!0,label:i,commandName:$c("0x6b")}},{type:$c("0x3f")},{type:"button",model:{withText:!0,label:Qo(t,$c("0x45")),commandName:$c("0x36")}},{type:$c("0xf"),model:{withText:!0,label:Qo(t,$c("0x1b")),commandName:$c("0x5e")}},{type:$c("0xf"),model:{withText:!0,label:Qo(t,$c("0x4")),commandName:$c("0x2b")}},{type:$c("0xf"),model:{withText:!0,label:Qo(t,$c("0x4c")),commandName:$c("0x34")}}];for(const t of x){let e={type:$c("0x3f")};if(t[$c("0x5f")]){const n=new r.Model(t.model),o=this[$c("0x5")].commands[$c("0x39")](n[$c("0x35")]);n[$c("0xc")]($c("0x29"),"isEnabled").to(o,$c("0x10"),$c("0x4d")),e={type:t[$c("0x14")],model:n}}s[$c("0x26")](e)}(0,r.addListToDropdown)(n,s);const a=x[$c("0x12")]((t=>null!=t[$c("0x5f")]))[$c("0x54")]((t=>this[$c("0x5")][$c("0x24")].get(t[$c("0x5f")][$c("0x35")]))),c=n[$c("0x19")];return c[$c("0x31")][$c("0x7")]($c("0x4d")),c[$c("0x49")][$c("0x7")]("isEnabled"),c[$c("0x31")][$c("0xc")]($c("0x4d")).to(o,$c("0x4d")),c[$c("0x49")].bind($c("0x4d"))[$c("0x1")](a,$c("0x4d"),((...t)=>t[$c("0x66")]((t=>t)))),n.on($c("0x64"),(t=>{this.editor[$c("0x64")](t[$c("0x61")][$c("0x35")]),this.editor[$c("0x65")][$c("0x59")].focus()})),n}[$c("0x16")](t){const e=this[$c("0x5")],n=e.config,o=e.plugins[$c("0x39")]($c("0x46")),r=e.plugins[$c("0x39")]("CommentsRepository"),s=e[$c("0x1f")][$c("0x39")]($c("0x68")),x=e[$c("0x1f")][$c("0x39")](i.Users).me,a=n[$c("0x39")]($c("0x6b"))[$c("0x4a")],{CommentsListView:c,CommentThreadInputView:l}=e.plugins[$c("0x39")]($c("0x32"));let u,d;this[$c("0x44")][$c("0x56")](t.id)?(d=this[$c("0x44")][$c("0x39")](t.id),u=d[$c("0x57")]):(u=new a(e.locale,t,x,{disableComments:this._disableComments,editorConfig:n.get($c("0x38")),maxCommentsWhenCollapsed:n[$c("0x39")]("comments.maxCommentsWhenCollapsed"),maxThreadTotalWeight:n[$c("0x39")]($c("0x5d")),maxCommentCharsWhenCollapsed:n[$c("0x39")]($c("0x60")),formatDateTime:(0,i.getDateTimeFormatter)(n[$c("0x39")]("locale")),CommentView:n[$c("0x39")]($c("0x33"))[$c("0x23")],CommentsListView:c,CommentThreadInputView:l}),u[$c("0xb")].on("execute",(()=>{e.editing.view[$c("0x17")]()})),u[$c("0x2f")].on($c("0x64"),(()=>{e[$c("0x65")][$c("0x59")].focus()})),d=o[$c("0x5a")](this[$c("0x5")][$c("0x40")],u),d[$c("0xc")]("isDirty").to(u,"isDirty"),d[$c("0xc")]($c("0x4e")).to(u),d[$c("0xc")]($c("0x14")).to(u,$c("0x14"),(t=>"suggestion-"+t)),this[$c("0x44")][$c("0x43")](t.id,d));const g=r[$c("0x51")](t[$c("0x37")],u),f=new wc(e,t,u,g),m=t.getAllAdjacentSuggestions()[$c("0x12")]((t=>t[$c("0x48")]));u[$c("0x69")]=e[$c("0x1f")][$c("0x39")]("TrackChangesEditing")[$c("0x2")][$c("0x53")](m),this[$c("0x1d")][$c("0x43")](t,f),this._viewToController[$c("0x43")](u,f);const h=o.createAnnotation({view:d,target:()=>{const n=[],o=t.getAllAdjacentSuggestions()[$c("0x12")]((t=>t[$c("0x48")]));for(const t of o)n[$c("0x6")](...t[$c("0x15")]());return(0,i.getAllMarkersDomElementsSorted)(e[$c("0x65")],n)},type:()=>"suggestion-"+f.view[$c("0x14")]});r[$c("0x58")](u,h),o[$c("0x26")](h),s.registerAnnotation(h)}[$c("0x6a")](t){const e=this[$c("0x5")][$c("0x1f")][$c("0x39")]($c("0x11")),n=this[$c("0x5")].plugins[$c("0x39")]($c("0x46")),o=this[$c("0x1d")].get(t),r=o.view,i=n[$c("0x5c")](r);e[$c("0x50")](r),i&&n.remove(i),this[$c("0x1d")][$c("0x2e")](t),this[$c("0x62")].delete(r),o[$c("0x27")]()}[$c("0x0")](t){if(!t[$c("0x48")]||!this[$c("0x1d")][$c("0x56")](t))return;const e=this[$c("0x5")][$c("0x1f")][$c("0x39")]("TrackChangesEditing"),n=this[$c("0x1d")][$c("0x39")](t),o=t.getAllAdjacentSuggestions();n.view[$c("0x69")]=e[$c("0x2")].getDescriptions(o)}[$c("0x27")](){for(const t of this[$c("0x1d")].keys())this[$c("0x6a")](t);for(const t of this._annotationViews.values())t[$c("0x57")][$c("0x27")]();super[$c("0x27")]()}}var Yc,Jc,Qc=["requires","Comments","pluginName","TrackChanges","editor","getSuggestions","get","adapter","plugins","getSuggestion"];Yc=Qc,Jc=489,function(t){for(;--t;)Yc.push(Yc.shift())}(++Jc);var tl=function(t,e){return Qc[t-=0]};class el extends t.Plugin{static get[tl("0x1")](){return[hc,Zc,tl("0x2")]}static get[tl("0x3")](){return tl("0x4")}set[tl("0x8")](t){this.editor[tl("0x9")][tl("0x7")](hc)[tl("0x8")]=t}get adapter(){return this[tl("0x5")][tl("0x9")][tl("0x7")](hc)[tl("0x8")]}addSuggestion(t){return this.editor[tl("0x9")][tl("0x7")](hc).addSuggestionData(t)}[tl("0x6")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this[tl("0x5")][tl("0x9")][tl("0x7")](hc).getSuggestions({skipNotAttached:t,toJSON:e})}[tl("0x0")](t){return this[tl("0x5")][tl("0x9")].get(hc).getSuggestion(t)}}const nl=["function","createDocumentFragment","set","TrackChangesDataGetter","config","model","create","getRootsAttributes","Pagination","get","_adapter","CommentsRepository","execute","data","define","useAnonymousUser","constructor","map","TrackChangesData","pluginName","addUser","TrackChangesEditing","div","getFullData","editorCreator","plugins","trackChangesData","init","acceptAllSuggestions","getRootNames","reduce","editor","addSuggestionData","createElement","requires","trackChangesData.editorCreator","result","destroy"];var ol,rl;ol=nl,rl=436,function(t){for(;--t;)ol.push(ol.shift())}(++rl);const il=function(t,e){return nl[t-=0]},sl=[il("0x1c")];class xl extends t.Plugin{static get[il("0x10")](){return[hc]}static get pluginName(){return il("0x0")}[il("0x9")](){const t=this[il("0xd")];if(t[il("0x18")][il("0x22")](il("0x11"),(e=>{const n=t[il("0x19")].document[il("0xb")]()[il("0xc")](((t,e)=>(t[e]="",t)),{});return t[il("0x24")][il("0x1a")](n,e)})),il("0x14")!=typeof t[il("0x18")].get(il("0x8"))[il("0x6")])throw new e.CKEditorError("track-changes-data-invalid-editor-creator")}getDataWithAcceptedSuggestions(t){return ll(this[il("0xd")],!0,t)}getDataWithDiscardedSuggestions(t){return ll(this[il("0xd")],!1,t)}}class al extends t.Plugin{static get[il("0x1")](){return il("0x17")}constructor(t){super(t),this[il("0x12")]="end"}[il("0x9")](){this[il("0xd")][il("0x7")][il("0x1d")](il("0x1f"))._adapter={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this.editor[il("0x7")][il("0x1d")](il("0x3"))[il("0x1e")]=null}}function cl(t){return void 0!==t[il("0x1b")]}async function ll(t,e,n){const o=(0,i.sanitizeEditorConfig)(t,sl);o[il("0x7")].push(hc,al),o.rootsAttributes=cl(t)?t[il("0x1b")]():void 0;const r=document[il("0x15")](),s=t[il("0x18")][il("0x1d")](il("0x8")).editorCreator,x=await s(o,(()=>function(t){const e=document[il("0xf")](il("0x4"));return t.appendChild(e),e}(r)));!function(t,e){const n=t[il("0x19")].document[il("0xb")]()[il("0xc")](((e,n)=>(e[n]=t[il("0x21")].get({rootName:n}),e)),{}),o=t[il("0x7")][il("0x1d")]("Users").users[il("0x25")]((t=>({id:t.id,name:t.name}))),r=t[il("0x7")][il("0x1d")]("TrackChangesEditing").getSuggestions({skipNotAttached:!0,toJSON:!0}),i=e.plugins[il("0x1d")]("Users"),s=e.plugins[il("0x1d")](il("0x3"));for(const t of o)i.getUser(t.id)||i[il("0x2")](t);i.me||i[il("0x23")]();for(const t of r)s[il("0xe")](t);e[il("0x21")][il("0x16")](n)}(t,x),x[il("0x20")](e?il("0xa"):"discardAllSuggestions");const a=cl(x)?x[il("0x5")](n):x[il("0x21")][il("0x1d")](n);return await x[il("0x13")](),a}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();
|
|
5
|
+
*/(()=>{var t={417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},995:(t,e,n)=>{t.exports=n(79)("./src/widget.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={exports:{}};return t[o](r,r.exports,n),r.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{BaseSuggestionThreadView:()=>Pc,TrackChanges:()=>el,TrackChangesData:()=>xl,TrackChangesEditing:()=>hc});var t=n(704),e=n(209),i=n(273),r=n(417),s=n(492),x=n(995);const a=["_disableUnsupportedCommands","commands","_enableCommands","forceDisabled","value","clearForceDisabled","affectsData","execute","editor","refresh","_enabledCommands","has","_isEnabledBasedOnSelection"];var c,l;c=a,l=240,function(t){for(;--t;)c.push(c.shift())}(++l);const u=function(t,e){return a[t-=0]};class d extends t.Command{constructor(t,e){super(t),this[u("0x4")]=e,this.value=!1,this[u("0x3")](),this[u("0x6")]=!1}[u("0x3")](){this.isEnabled=!0}[u("0x1")](){this[u("0xb")]=!this[u("0xb")],this.value?this[u("0x7")]():this[u("0x9")]()}_disableUnsupportedCommands(){for(const t of this[u("0x2")][u("0x8")][u("0x8")]())t[u("0x0")]&&!this._enabledCommands[u("0x5")](t)&&t[u("0xa")]("TrackChangesCommand")}_enableCommands(){for(const t of this[u("0x2")][u("0x8")].commands())t.affectsData&&!this[u("0x4")].has(t)&&t[u("0xc")]("TrackChangesCommand")}}const g=["TrackChangesEditing","getRanges","canEditAt","get","editor","refresh","plugins","track-changes-accept-suggestion-not-found","_suggestions","acceptSuggestion","isEnabled"];var f,m;f=g,m=229,function(t){for(;--t;)f.push(f.shift())}(++m);const h=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this._suggestions=e,this[h("0x7")](),this._isEnabledBasedOnSelection=!1}[h("0x7")](){this[h("0x1")]=!0}execute(t){const n=this[h("0xa")].get(t);if(!n)throw new e.CKEditorError(h("0x9"),this);const o=n[h("0x3")]();this[h("0x6")].model[h("0x4")](o)&&this[h("0x6")][h("0x8")][h("0x5")](h("0x2"))[h("0x0")](n)}}const b=["plugins","_isEnabledBasedOnSelection","_suggestions","model","TrackChangesEditing","getRanges","track-changes-discard-suggestion-not-found","isEnabled","get","editor","discardSuggestion","refresh","execute"];var E,_;E=b,_=298,function(t){for(;--t;)E.push(E.shift())}(++_);const T=function(t,e){return b[t-=0]};class y extends t.Command{constructor(t,e){super(t),this[T("0x3")]=e,this[T("0xc")](),this[T("0x2")]=!1}[T("0xc")](){this[T("0x8")]=!0}[T("0x0")](t){const n=this[T("0x3")][T("0x9")](t);if(!n)throw new e.CKEditorError(T("0x7"),this);const o=n[T("0x6")]();this[T("0xa")][T("0x4")].canEditAt(o)&&this.editor[T("0x1")].get(T("0x5"))[T("0xb")](n)}}const C=["isInContent","end","deletion","map","execute","length","isArray","type","isCollapsed","isTouching","join","isObject","createPositionAt"," [color ","replace","createPositionBefore","content","start","value","createPositionAfter","add","isMultiRange","change","push","splice","getRanges","color","from","schema"];var A,k;A=C,k=222,function(t){for(;--t;)A.push(A.shift())}(++k);const I=function(t,e){return C[t-=0]};function R(t){return t.sort(((t,e)=>I("0xc")==t[I("0x11")]&&I("0xc")!=e[I("0x11")]?-1:I("0xc")!=t[I("0x11")]&&I("0xc")==e.type?1:0))}function S(t,e){let n,o=0;const i=[],r=e[I("0x9")];for(;o<t.length;){const s=t[o],x=t[o+1];n||(n=e[I("0x19")](s)),v(e,s,x)||(i[I("0x4")](e.createRange(n,r[I("0x15")](s)?e[I("0x0")](s):e[I("0x16")](s,I("0xb")))),n=null),o++}return i}function v(t,e,n){if(!n)return!1;const o=t[I("0x0")](e),i=t[I("0x19")](n);return o[I("0x13")](i)}function N(t,e,n){for(;n[I("0xf")];){const o=n[I("0x5")](0,100);t[I("0x3")]((()=>{for(const t of o)t[I("0xa")]&&e[I("0xe")](t.id)}))}}const L=["isInContent","values","canEditAt","_isEnabledBasedOnSelection","isEnabled","_command","_suggestions","execute","some","refresh","editor","from","model"];var M,w;M=L,w=246,function(t){for(;--t;)M.push(M.shift())}(++w);const O=function(t,e){return L[t-=0]};class F extends t.Command{constructor(t,e,n){super(t),this._command=e,this[O("0x7")]=n,this[O("0xa")](),this[O("0x4")]=!1}[O("0xa")](){const t=Array[O("0xc")](this[O("0x7")][O("0x2")]())[O("0x9")]((t=>t[O("0x1")]));this.isEnabled=this[O("0x6")][O("0x5")]&&t}[O("0x8")](){const t=R(Array[O("0xc")](this._suggestions[O("0x2")]()));for(const e of t){const t=e.getRanges();if(!this[O("0xb")][O("0x0")][O("0x3")](t))return}N(this[O("0xb")][O("0x0")],this[O("0x6")],t)}}const D=["isEnabled","getRanges","_selectedSuggestions","model","from","_suggestions","refresh","_isEnabledBasedOnSelection","canEditAt","execute","document","selection","editor","_command","size"];var B,P;B=D,P=271,function(t){for(;--t;)B.push(B.shift())}(++P);const U=function(t,e){return D[t-=0]};class j extends t.Command{constructor(t,e,n){super(t),this[U("0xc")]=e,this[U("0x4")]=n,this[U("0x1")]=new Set,this[U("0x5")](),this[U("0x6")]=!1}[U("0x5")](){const t=this[U("0xb")][U("0x2")][U("0x9")][U("0xa")],e=Array[U("0x3")](this[U("0x4")].values());this._selectedSuggestions=function(t,e){const n=Array[I("0x8")](t.getRanges()),o=new Set;for(const i of e)if(i[I("0xa")])for(const e of n)for(const n of i[I("0x6")]())(e.isIntersecting(n)||t[I("0x12")]&&!i[I("0x2")]&&i.next&&n[I("0xb")][I("0x13")](e[I("0x1b")]))&&o[I("0x1")](i);return o}(t,e),this[U("0xe")]=this[U("0xc")][U("0xe")]&&!!this[U("0x1")][U("0xd")]}[U("0x8")](){const t=R(Array[U("0x3")](this[U("0x1")]));for(const e of t){const t=e[U("0x0")]();if(!this[U("0xb")][U("0x2")][U("0x7")](t))return}N(this.editor[U("0x2")],this[U("0xc")],t)}}const G=function(){this.__data__=[],this.size=0};const V=function(t,e){return t===e||t!=t&&e!=e};const H=function(t,e){for(var n=t.length;n--;)if(V(t[n][0],e))return n;return-1};var z=Array.prototype.splice;const W=function(t){var e=this.__data__,n=H(e,t);return!(n<0)&&(n==e.length-1?e.pop():z.call(e,n,1),--this.size,!0)};const K=function(t){var e=this.__data__,n=H(e,t);return n<0?void 0:e[n][1]};const q=function(t){return H(this.__data__,t)>-1};const $=function(t,e){var n=this.__data__,o=H(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function X(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}X.prototype.clear=G,X.prototype.delete=W,X.prototype.get=K,X.prototype.has=q,X.prototype.set=$;const Z=X;const Y=function(){this.__data__=new Z,this.size=0};const J=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const Q=function(t){return this.__data__.get(t)};const tt=function(t){return this.__data__.has(t)};const et="object"==typeof global&&global&&global.Object===Object&&global;var nt="object"==typeof self&&self&&self.Object===Object&&self;const ot=et||nt||Function("return this")();const it=ot.Symbol;var rt=Object.prototype,st=rt.hasOwnProperty,xt=rt.toString,at=it?it.toStringTag:void 0;const ct=function(t){var e=st.call(t,at),n=t[at];try{t[at]=void 0;var o=!0}catch(t){}var i=xt.call(t);return o&&(e?t[at]=n:delete t[at]),i};var lt=Object.prototype.toString;const ut=function(t){return lt.call(t)};var dt=it?it.toStringTag:void 0;const gt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":dt&&dt in Object(t)?ct(t):ut(t)};const ft=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const mt=function(t){if(!ft(t))return!1;var e=gt(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ht=ot["__core-js_shared__"];var pt,bt=(pt=/[^.]+$/.exec(ht&&ht.keys&&ht.keys.IE_PROTO||""))?"Symbol(src)_1."+pt:"";const Et=function(t){return!!bt&&bt in t};var _t=Function.prototype.toString;const Tt=function(t){if(null!=t){try{return _t.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var yt=/^\[object .+?Constructor\]$/,Ct=Function.prototype,At=Object.prototype,kt=Ct.toString,It=At.hasOwnProperty,Rt=RegExp("^"+kt.call(It).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const St=function(t){return!(!ft(t)||Et(t))&&(mt(t)?Rt:yt).test(Tt(t))};const vt=function(t,e){return null==t?void 0:t[e]};const Nt=function(t,e){var n=vt(t,e);return St(n)?n:void 0};const Lt=Nt(ot,"Map");const Mt=Nt(Object,"create");const wt=function(){this.__data__=Mt?Mt(null):{},this.size=0};const Ot=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Ft=Object.prototype.hasOwnProperty;const Dt=function(t){var e=this.__data__;if(Mt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Ft.call(e,t)?e[t]:void 0};var Bt=Object.prototype.hasOwnProperty;const Pt=function(t){var e=this.__data__;return Mt?void 0!==e[t]:Bt.call(e,t)};const Ut=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Mt&&void 0===e?"__lodash_hash_undefined__":e,this};function jt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}jt.prototype.clear=wt,jt.prototype.delete=Ot,jt.prototype.get=Dt,jt.prototype.has=Pt,jt.prototype.set=Ut;const Gt=jt;const Vt=function(){this.size=0,this.__data__={hash:new Gt,map:new(Lt||Z),string:new Gt}};const Ht=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const zt=function(t,e){var n=t.__data__;return Ht(e)?n["string"==typeof e?"string":"hash"]:n.map};const Wt=function(t){var e=zt(this,t).delete(t);return this.size-=e?1:0,e};const Kt=function(t){return zt(this,t).get(t)};const qt=function(t){return zt(this,t).has(t)};const $t=function(t,e){var n=zt(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function Xt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}Xt.prototype.clear=Vt,Xt.prototype.delete=Wt,Xt.prototype.get=Kt,Xt.prototype.has=qt,Xt.prototype.set=$t;const Zt=Xt;const Yt=function(t,e){var n=this.__data__;if(n instanceof Z){var o=n.__data__;if(!Lt||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Zt(o)}return n.set(t,e),this.size=n.size,this};function Jt(t){var e=this.__data__=new Z(t);this.size=e.size}Jt.prototype.clear=Y,Jt.prototype.delete=J,Jt.prototype.get=Q,Jt.prototype.has=tt,Jt.prototype.set=Yt;const Qt=Jt;const te=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const ee=function(){try{var t=Nt(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const ne=function(t,e,n){"__proto__"==e&&ee?ee(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var oe=Object.prototype.hasOwnProperty;const ie=function(t,e,n){var o=t[e];oe.call(t,e)&&V(o,n)&&(void 0!==n||e in t)||ne(t,e,n)};const re=function(t,e,n,o){var i=!n;n||(n={});for(var r=-1,s=e.length;++r<s;){var x=e[r],a=o?o(n[x],t[x],x,n,t):void 0;void 0===a&&(a=t[x]),i?ne(n,x,a):ie(n,x,a)}return n};const se=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const xe=function(t){return null!=t&&"object"==typeof t};const ae=function(t){return xe(t)&&"[object Arguments]"==gt(t)};var ce=Object.prototype,le=ce.hasOwnProperty,ue=ce.propertyIsEnumerable;const de=ae(function(){return arguments}())?ae:function(t){return xe(t)&&le.call(t,"callee")&&!ue.call(t,"callee")};const ge=Array.isArray;const fe=function(){return!1};var me="object"==typeof exports&&exports&&!exports.nodeType&&exports,he=me&&"object"==typeof module&&module&&!module.nodeType&&module,pe=he&&he.exports===me?ot.Buffer:void 0;const be=(pe?pe.isBuffer:void 0)||fe;var Ee=/^(?:0|[1-9]\d*)$/;const _e=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ee.test(t))&&t>-1&&t%1==0&&t<e};const Te=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var ye={};ye["[object Float32Array]"]=ye["[object Float64Array]"]=ye["[object Int8Array]"]=ye["[object Int16Array]"]=ye["[object Int32Array]"]=ye["[object Uint8Array]"]=ye["[object Uint8ClampedArray]"]=ye["[object Uint16Array]"]=ye["[object Uint32Array]"]=!0,ye["[object Arguments]"]=ye["[object Array]"]=ye["[object ArrayBuffer]"]=ye["[object Boolean]"]=ye["[object DataView]"]=ye["[object Date]"]=ye["[object Error]"]=ye["[object Function]"]=ye["[object Map]"]=ye["[object Number]"]=ye["[object Object]"]=ye["[object RegExp]"]=ye["[object Set]"]=ye["[object String]"]=ye["[object WeakMap]"]=!1;const Ce=function(t){return xe(t)&&Te(t.length)&&!!ye[gt(t)]};const Ae=function(t){return function(e){return t(e)}};var ke="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ie=ke&&"object"==typeof module&&module&&!module.nodeType&&module,Re=Ie&&Ie.exports===ke&&et.process;const Se=function(){try{var t=Ie&&Ie.require&&Ie.require("util").types;return t||Re&&Re.binding&&Re.binding("util")}catch(t){}}();var ve=Se&&Se.isTypedArray;const Ne=ve?Ae(ve):Ce;var Le=Object.prototype.hasOwnProperty;const Me=function(t,e){var n=ge(t),o=!n&&de(t),i=!n&&!o&&be(t),r=!n&&!o&&!i&&Ne(t),s=n||o||i||r,x=s?se(t.length,String):[],a=x.length;for(var c in t)!e&&!Le.call(t,c)||s&&("length"==c||i&&("offset"==c||"parent"==c)||r&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_e(c,a))||x.push(c);return x};var we=Object.prototype;const Oe=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||we)};const Fe=function(t,e){return function(n){return t(e(n))}};const De=Fe(Object.keys,Object);var Be=Object.prototype.hasOwnProperty;const Pe=function(t){if(!Oe(t))return De(t);var e=[];for(var n in Object(t))Be.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Ue=function(t){return null!=t&&Te(t.length)&&!mt(t)};const je=function(t){return Ue(t)?Me(t):Pe(t)};const Ge=function(t,e){return t&&re(e,je(e),t)};const Ve=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var He=Object.prototype.hasOwnProperty;const ze=function(t){if(!ft(t))return Ve(t);var e=Oe(t),n=[];for(var o in t)("constructor"!=o||!e&&He.call(t,o))&&n.push(o);return n};const We=function(t){return Ue(t)?Me(t,!0):ze(t)};const Ke=function(t,e){return t&&re(e,We(e),t)};var qe="object"==typeof exports&&exports&&!exports.nodeType&&exports,$e=qe&&"object"==typeof module&&module&&!module.nodeType&&module,Xe=$e&&$e.exports===qe?ot.Buffer:void 0,Ze=Xe?Xe.allocUnsafe:void 0;const Ye=function(t,e){if(e)return t.slice();var n=t.length,o=Ze?Ze(n):new t.constructor(n);return t.copy(o),o};const Je=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const Qe=function(t,e){for(var n=-1,o=null==t?0:t.length,i=0,r=[];++n<o;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r};const tn=function(){return[]};var en=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const on=nn?function(t){return null==t?[]:(t=Object(t),Qe(nn(t),(function(e){return en.call(t,e)})))}:tn;const rn=function(t,e){return re(t,on(t),e)};const sn=function(t,e){for(var n=-1,o=e.length,i=t.length;++n<o;)t[i+n]=e[n];return t};const xn=Fe(Object.getPrototypeOf,Object);const an=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)sn(e,on(t)),t=xn(t);return e}:tn;const cn=function(t,e){return re(t,an(t),e)};const ln=function(t,e,n){var o=e(t);return ge(t)?o:sn(o,n(t))};const un=function(t){return ln(t,je,on)};const dn=function(t){return ln(t,We,an)};const gn=Nt(ot,"DataView");const fn=Nt(ot,"Promise");const mn=Nt(ot,"Set");const hn=Nt(ot,"WeakMap");var pn="[object Map]",bn="[object Promise]",En="[object Set]",_n="[object WeakMap]",Tn="[object DataView]",yn=Tt(gn),Cn=Tt(Lt),An=Tt(fn),kn=Tt(mn),In=Tt(hn),Rn=gt;(gn&&Rn(new gn(new ArrayBuffer(1)))!=Tn||Lt&&Rn(new Lt)!=pn||fn&&Rn(fn.resolve())!=bn||mn&&Rn(new mn)!=En||hn&&Rn(new hn)!=_n)&&(Rn=function(t){var e=gt(t),n="[object Object]"==e?t.constructor:void 0,o=n?Tt(n):"";if(o)switch(o){case yn:return Tn;case Cn:return pn;case An:return bn;case kn:return En;case In:return _n}return e});const Sn=Rn;var vn=Object.prototype.hasOwnProperty;const Nn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&vn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Ln=ot.Uint8Array;const Mn=function(t){var e=new t.constructor(t.byteLength);return new Ln(e).set(new Ln(t)),e};const wn=function(t,e){var n=e?Mn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var On=/\w*$/;const Fn=function(t){var e=new t.constructor(t.source,On.exec(t));return e.lastIndex=t.lastIndex,e};var Dn=it?it.prototype:void 0,Bn=Dn?Dn.valueOf:void 0;const Pn=function(t){return Bn?Object(Bn.call(t)):{}};const Un=function(t,e){var n=e?Mn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const jn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return Mn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return wn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Un(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return Fn(t);case"[object Symbol]":return Pn(t)}};var Gn=Object.create;const Vn=function(){function t(){}return function(e){if(!ft(e))return{};if(Gn)return Gn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Hn=function(t){return"function"!=typeof t.constructor||Oe(t)?{}:Vn(xn(t))};const zn=function(t){return xe(t)&&"[object Map]"==Sn(t)};var Wn=Se&&Se.isMap;const Kn=Wn?Ae(Wn):zn;const qn=function(t){return xe(t)&&"[object Set]"==Sn(t)};var $n=Se&&Se.isSet;const Xn=$n?Ae($n):qn;var Zn="[object Arguments]",Yn="[object Function]",Jn="[object Object]",Qn={};Qn[Zn]=Qn["[object Array]"]=Qn["[object ArrayBuffer]"]=Qn["[object DataView]"]=Qn["[object Boolean]"]=Qn["[object Date]"]=Qn["[object Float32Array]"]=Qn["[object Float64Array]"]=Qn["[object Int8Array]"]=Qn["[object Int16Array]"]=Qn["[object Int32Array]"]=Qn["[object Map]"]=Qn["[object Number]"]=Qn[Jn]=Qn["[object RegExp]"]=Qn["[object Set]"]=Qn["[object String]"]=Qn["[object Symbol]"]=Qn["[object Uint8Array]"]=Qn["[object Uint8ClampedArray]"]=Qn["[object Uint16Array]"]=Qn["[object Uint32Array]"]=!0,Qn["[object Error]"]=Qn[Yn]=Qn["[object WeakMap]"]=!1;const to=function t(e,n,o,i,r,s){var x,a=1&n,c=2&n,l=4&n;if(o&&(x=r?o(e,i,r,s):o(e)),void 0!==x)return x;if(!ft(e))return e;var u=ge(e);if(u){if(x=Nn(e),!a)return Je(e,x)}else{var d=Sn(e),g=d==Yn||"[object GeneratorFunction]"==d;if(be(e))return Ye(e,a);if(d==Jn||d==Zn||g&&!r){if(x=c||g?{}:Hn(e),!a)return c?cn(e,Ke(x,e)):rn(e,Ge(x,e))}else{if(!Qn[d])return r?e:{};x=jn(e,d,a)}}s||(s=new Qt);var f=s.get(e);if(f)return f;s.set(e,x),Xn(e)?e.forEach((function(i){x.add(t(i,n,o,i,e,s))})):Kn(e)&&e.forEach((function(i,r){x.set(r,t(i,n,o,r,e,s))}));var m=u?void 0:(l?c?dn:un:c?We:je)(e);return te(m||e,(function(i,r){m&&(i=e[r=i]),ie(x,r,t(i,n,o,r,e,s))})),x};const eo=function(t){return to(t,5)};const no=function(t){return"symbol"==typeof t||xe(t)&&"[object Symbol]"==gt(t)};var oo=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,io=/^\w*$/;const ro=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!no(t))||(io.test(t)||!oo.test(t)||null!=e&&t in Object(e))};function so(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s)||r,s};return n.cache=new(so.Cache||Zt),n}so.Cache=Zt;const xo=so;var ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,co=/\\(\\)?/g;const lo=function(t){var e=xo(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(ao,(function(t,n,o,i){e.push(o?i.replace(co,"$1"):n||t)})),e}));const uo=function(t,e){for(var n=-1,o=null==t?0:t.length,i=Array(o);++n<o;)i[n]=e(t[n],n,t);return i};var go=it?it.prototype:void 0,fo=go?go.toString:void 0;const mo=function t(e){if("string"==typeof e)return e;if(ge(e))return uo(e,t)+"";if(no(e))return fo?fo.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const ho=function(t){return null==t?"":mo(t)};const po=function(t,e){return ge(t)?t:ro(t,e)?[t]:lo(ho(t))};const bo=function(t){if("string"==typeof t||no(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const Eo=function(t,e,n,o){if(!ft(t))return t;for(var i=-1,r=(e=po(e,t)).length,s=r-1,x=t;null!=x&&++i<r;){var a=bo(e[i]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(i!=s){var l=x[a];void 0===(c=o?o(l,a,x):void 0)&&(c=ft(l)?l:_e(e[i+1])?[]:{})}ie(x,a,c),x=x[a]}return t};const _o=function(t,e,n){return null==t?t:Eo(t,e,n)};const To=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const yo=function(t){return this.__data__.has(t)};function Co(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Zt;++e<n;)this.add(t[e])}Co.prototype.add=Co.prototype.push=To,Co.prototype.has=yo;const Ao=Co;const ko=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const Io=function(t,e){return t.has(e)};const Ro=function(t,e,n,o,i,r){var s=1&n,x=t.length,a=e.length;if(x!=a&&!(s&&a>x))return!1;var c=r.get(t),l=r.get(e);if(c&&l)return c==e&&l==t;var u=-1,d=!0,g=2&n?new Ao:void 0;for(r.set(t,e),r.set(e,t);++u<x;){var f=t[u],m=e[u];if(o)var h=s?o(m,f,u,e,t,r):o(f,m,u,t,e,r);if(void 0!==h){if(h)continue;d=!1;break}if(g){if(!ko(e,(function(t,e){if(!Io(g,e)&&(f===t||i(f,t,n,o,r)))return g.push(e)}))){d=!1;break}}else if(f!==m&&!i(f,m,n,o,r)){d=!1;break}}return r.delete(t),r.delete(e),d};const So=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const vo=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var No=it?it.prototype:void 0,Lo=No?No.valueOf:void 0;const Mo=function(t,e,n,o,i,r,s){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Ln(t),new Ln(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return V(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var x=So;case"[object Set]":var a=1&o;if(x||(x=vo),t.size!=e.size&&!a)return!1;var c=s.get(t);if(c)return c==e;o|=2,s.set(t,e);var l=Ro(x(t),x(e),o,i,r,s);return s.delete(t),l;case"[object Symbol]":if(Lo)return Lo.call(t)==Lo.call(e)}return!1};var wo=Object.prototype.hasOwnProperty;const Oo=function(t,e,n,o,i,r){var s=1&n,x=un(t),a=x.length;if(a!=un(e).length&&!s)return!1;for(var c=a;c--;){var l=x[c];if(!(s?l in e:wo.call(e,l)))return!1}var u=r.get(t),d=r.get(e);if(u&&d)return u==e&&d==t;var g=!0;r.set(t,e),r.set(e,t);for(var f=s;++c<a;){var m=t[l=x[c]],h=e[l];if(o)var p=s?o(h,m,l,e,t,r):o(m,h,l,t,e,r);if(!(void 0===p?m===h||i(m,h,n,o,r):p)){g=!1;break}f||(f="constructor"==l)}if(g&&!f){var b=t.constructor,E=e.constructor;b==E||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof E&&E instanceof E||(g=!1)}return r.delete(t),r.delete(e),g};var Fo="[object Arguments]",Do="[object Array]",Bo="[object Object]",Po=Object.prototype.hasOwnProperty;const Uo=function(t,e,n,o,i,r){var s=ge(t),x=ge(e),a=s?Do:Sn(t),c=x?Do:Sn(e),l=(a=a==Fo?Bo:a)==Bo,u=(c=c==Fo?Bo:c)==Bo,d=a==c;if(d&&be(t)){if(!be(e))return!1;s=!0,l=!1}if(d&&!l)return r||(r=new Qt),s||Ne(t)?Ro(t,e,n,o,i,r):Mo(t,e,a,n,o,i,r);if(!(1&n)){var g=l&&Po.call(t,"__wrapped__"),f=u&&Po.call(e,"__wrapped__");if(g||f){var m=g?t.value():t,h=f?e.value():e;return r||(r=new Qt),i(m,h,n,o,r)}}return!!d&&(r||(r=new Qt),Oo(t,e,n,o,i,r))};const jo=function t(e,n,o,i,r){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:Uo(e,n,o,i,t,r))};const Go=function(t,e){return jo(t,e)};const Vo=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Ho=function(t,e){for(var n=0,o=(e=po(e,t)).length;null!=t&&n<o;)t=t[bo(e[n++])];return n&&n==o?t:void 0};const zo=function(t,e,n){var o=-1,i=t.length;e<0&&(e=-e>i?0:i+e),(n=n>i?i:n)<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(i);++o<i;)r[o]=t[o+e];return r};const Wo=function(t,e){return e.length<2?t:Ho(t,zo(e,0,-1))};const Ko=function(t,e){return e=po(e,t),null==(t=Wo(t,e))||delete t[bo(Vo(e))]};const qo=function(t,e){return null==t||Ko(t,e)},$o=["_isDataLoaded","data","attributes","markers","next","getMarkers","map","hasComments","subType","_onAccept","removeAttribute","change","set","clear","removeMarkers","getFirstMarker","from","author","filter","split","createdAt","substr","_model","nodeAfter","nodeBefore","isIntersecting","length","addMarkerName","getRange","push","toJSON","end","removeMarker","addMarker","_onAttributesChange","commentThread","getMarkerNames","_markerNames","creator","isExternal","isIntersectingWithRange","accept","get","@external","getFirstRange","getRanges","isMultiRange","getItems","head","authoredAt","previous","_saved","getMultiRangeId","discard","suggestion:","size","addRange","type"];var Xo,Zo;Xo=$o,Zo=300,function(t){for(;--t;)Xo.push(Xo.shift())}(++Zo);const Yo=function(t,e){return $o[t-=0]};class Jo extends((0,e.ObservableMixin)()){constructor(t,e){super(),this[Yo("0x30")]=!1,this.id=e.id,this.type=e.type,this[Yo("0x38")]=e[Yo("0x38")]||null,this[Yo("0x7")]=e[Yo("0x7")],this[Yo("0x1c")]=e[Yo("0x1c")]||e[Yo("0x7")],this[Yo("0x1d")]=Boolean(e[Yo("0x32")]&&e[Yo("0x32")][Yo("0x21")]),this[Yo("0x31")]=null,this[Yo("0xc")]=t,this._onAccept=e.onAccept,this._onDiscard=e.onDiscard,this[Yo("0x18")]=e.onAttributesChange,this[Yo("0x1b")]=new Set,this[Yo("0xa")]=null,this.set(Yo("0x27"),null),this[Yo("0x2")](Yo("0x32"),e[Yo("0x32")]||{}),this.set("previous",null),this.set("next",null),this[Yo("0x2")](Yo("0x19"),null),this.set(Yo("0x29"),!1),this.decorate("accept"),this.decorate("discard")}get[Yo("0x26")](){let t=this;for(;t[Yo("0x28")];)t=t.previous;return t}get[Yo("0x37")](){return!!this[Yo("0x19")]&&this[Yo("0x19")][Yo("0x10")]>0}get[Yo("0x24")](){return 0!=this[Yo("0x1b")][Yo("0x2d")]&&6==Array[Yo("0x6")](this[Yo("0x1b")])[0][Yo("0x9")](":")[Yo("0x10")]}get isInContent(){return null!==this[Yo("0x5")]()}[Yo("0x11")](t){this._markerNames.add(t)}getMarkerNames(){return Array[Yo("0x6")](this[Yo("0x1b")])}[Yo("0x35")](){return this[Yo("0x1a")]()[Yo("0x36")]((t=>this._model[Yo("0x33")][Yo("0x20")](t)))[Yo("0x8")]((t=>t))}getFirstMarker(){return this[Yo("0x35")]()[0]||null}[Yo("0x4")](){this[Yo("0xc")][Yo("0x1")]((t=>{for(const e of this[Yo("0x35")]())t[Yo("0x16")](e)})),this[Yo("0x1b")][Yo("0x3")]()}removeMarker(t){this[Yo("0xc")].change((e=>{e[Yo("0x16")](t)})),this._markerNames.delete(t)}[Yo("0x2e")](t){const e=Yo("0x2c")+this.type+":"+this[Yo("0x38")]+":"+this.id+":"+this[Yo("0x1c")].id+":"+Jo[Yo("0x2a")]();this[Yo("0x11")](e),this[Yo("0xc")][Yo("0x1")]((n=>{n[Yo("0x17")](e,{range:t,usingOperation:!0,affectsData:!0})}))}[Yo("0x1e")](t){for(const e of this[Yo("0x23")]())if(e[Yo("0xf")](t))return!0;return!1}getRanges(){return this[Yo("0x35")]()[Yo("0x36")]((t=>t[Yo("0x12")]()))}[Yo("0x25")](){return this[Yo("0x23")]().reduce(((t,e)=>[...t,...e[Yo("0x25")]()]),[])}[Yo("0x22")](){var t;return(null===(t=this[Yo("0x5")]())||void 0===t?void 0:t[Yo("0x12")]())||null}getContainedElement(){const t=this[Yo("0x23")]();if(1!=t[Yo("0x10")])return null;const e=t[0],n=e.start[Yo("0xd")],o=e[Yo("0x15")][Yo("0xe")];return n instanceof s.Element?n!=o?null:n:null}[Yo("0x1f")](){this[Yo("0x39")](this.getRanges(),this[Yo("0x31")],this.attributes),this[Yo("0x4")]()}[Yo("0x2b")](){this._onDiscard(this[Yo("0x23")](),this[Yo("0x31")],this[Yo("0x32")]),this[Yo("0x4")]()}getAllAdjacentSuggestions(){const t=[];let e=this[Yo("0x26")];for(;e;)t[Yo("0x13")](e),e=e[Yo("0x34")];return t}setAttribute(t,e){const n=eo(this[Yo("0x32")]);_o(n,t,e),Go(n,this.attributes)||(this.attributes=n,this[Yo("0x18")](n))}[Yo("0x0")](t){const e=eo(this[Yo("0x32")]);qo(e,t),Go(e,this.attributes)||(this[Yo("0x32")]=e,this._onAttributesChange(this[Yo("0x32")]))}[Yo("0x14")](){return{id:this.id,type:this[Yo("0x38")]?this[Yo("0x2f")]+":"+this.subType:this[Yo("0x2f")],authorId:this[Yo("0x1c")].id,createdAt:this[Yo("0xa")],hasComments:this[Yo("0x37")],data:this.data,attributes:this[Yo("0x32")]}}static[Yo("0x2a")](){return(0,e.uid)()[Yo("0xb")](1,5)}}function Qo(t,e,n){const o=t.t;switch(e){case"Track changes":return o("Track changes");case"Accept suggestion":return o("Accept suggestion");case"Discard suggestion":return o("Discard suggestion");case"Accept all suggestions":return o("Accept all suggestions");case"Accept all selected suggestions":return o("Accept all selected suggestions");case"Discard all suggestions":return o("Discard all suggestions");case"Discard all selected suggestions":return o("Discard all selected suggestions");case"*Reset font size*":return o("*Reset font size*");case"*Reset font family*":return o("*Reset font family*");case"*Reset font color*":return o("*Reset font color*");case"*Reset font background color*":return o("*Reset font background color*");case"*Remove image text alternative*":return o("*Remove image text alternative*");case"*Reset image width*":return o("*Reset image width*");case"*Remove link*":return o("*Remove link*");case"*Check item*":return o("*Check item*");case"*Uncheck item*":return o("*Uncheck item*");case"*Remove all formatting*":return o("*Remove all formatting*");case"*Replace table cells*":return o("*Replace table cells*");case"*Merge cells*":return o("*Merge cells*");case"*Split cell:* vertically":return o("*Split cell:* vertically");case"*Split cell:* horizontally":return o("*Split cell:* horizontally");case"*Indent:* %0":return o("*Indent:* %0",n);case"*Outdent:* %0":return o("*Outdent:* %0",n);case"*Change to:* %0":return o("*Change to:* %0",n);case"*Insert:* %0":return o("*Insert:* %0",n);case"*Format:* %0":return o("*Format:* %0",n);case"*Format:* change table properties":return o("*Format:* change table properties");case"*Format:* change table cell properties":return o("*Format:* change table cell properties");case"*Format:* insert into %0":return o("*Format:* insert into %0",n);case"*Format:* remove from %0":return o("*Format:* remove from %0",n);case"*Replace image URL*":return o("*Replace image URL*");case"*Format:* resize table":return o("*Format:* resize table");case"*Format:* set order to reversed":return o("*Format:* set order to reversed");case"*Format:* set order to regular":return o("*Format:* set order to regular");case"*Format:* set start index to %0":return o("*Format:* set start index to %0",n);case"*Change %0 content*":return o("*Change %0 content*",n);case"*Remove:* %0":return o("*Remove:* %0",n);case"*Merge:* %0":return o("*Merge:* %0",n);case"*Split:* %0":return o("*Split:* %0",n);case"*Remove format:* %0":return o("*Remove format:* %0",n);case"*Set font size:* %0":return o("*Set font size:* %0",n);case"*Set font family:* %0":return o("*Set font family:* %0",n);case"*Set format to:* %0":return o("*Set format to:* %0",n);case"*Set font color:* %0":return o("*Set font color:* %0",n);case"*Set font background color:* %0":return o("*Set font background color:* %0",n);case"*Set format:* %0":return o("*Set format:* %0",n);case"*Set image text alternative:* %0":return o("*Set image text alternative:* %0",n);case"*Set image width:* %0":return o("*Set image width:* %0",n);case"*Set link:* %0":return o("*Set link:* %0",n);case"*Set highlight:* %0":return o("*Set highlight:* %0",n);case"*Remove highlight*":return o("*Remove highlight*");case"FORMAT_HIGHLIGHT":return o({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return o({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return o({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return o({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return o({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return o({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return o({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return o({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return o({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return o({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return o({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return o({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return o({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return o({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return o({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return o({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return o({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return o({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return o({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return o({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return o({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return o({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return o({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return o({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return o({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return o({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return o({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return o({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return o({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return o({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return o({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return o({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return o({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return o({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return o({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return o({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return o({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return o({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return o({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return o({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return o({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return o({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return o({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return o({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return o({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return o({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return o({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return o({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return o({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return o({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return o({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return o({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return o({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return o({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return o({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return o({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return o({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return o({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return o({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return o({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return o({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return o({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return o({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return o({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return o({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return o({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return o({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return o({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return o({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return o({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return o({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return o({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return o({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return o({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const ti=["elementEnd","add","name","softBreak","*Merge:* %0","_handleAttributeSuggestionDescription","getItemLabel","isEqual","_handleRenameSuggestionDescription","matchingCallback","addFormat","*Split:* %0","deletion","_customCallbacks","has","type","nodeAfter","remove","_locale","*Set format:* %0","key","*Remove:* %0","getDescriptions","_attributeLabels","element","attribute","data","Object","_addDescriptionItems","*Remove format:* %0","format","label","ELEMENT_SPACE","text","pop","replace","*Insert:* %0","isObject","Container","insertion","checkChild","addContainer","isEmpty","_schema","map","previousSibling","getWalker","push","length","get","REPLACE_TEXT","isInContent","set","subType","EmptyContainer","_itemLabels","removeObject","_handleCustomCallbackDescription","removeEmptyContainer","quantity","registerDescriptionCallback","match","start","addObject","nextSibling","item","_itemLabelsCallbacks","$1 $2","removeFormat","registerAttributeLabel","join","getFirstRange","indexOf","skip","registerElementLabel"];var ei,ni;ei=ti,ni=115,function(t){for(;--t;)ei.push(ei.shift())}(++ni);const oi=function(t,e){return ti[t-=0]};class ii{constructor(t,e){this[oi("0x30")]=[],this._itemLabels=new Map,this._itemLabelsCallbacks=[],this._attributeLabels=new Map,this._schema=t,this[oi("0x35")]=e}[oi("0x39")](t){const e=[],n=new Set,o=new Set;for(let i=0;i<t.length;i++){const r=t[i];if(!r[oi("0xb")])continue;const s=this[oi("0x11")](r);if(s){if(null!=r[oi("0xd")]){if(n.has(r.subType))continue;n[oi("0x24")](r[oi("0xd")])}e[oi("0x7")](s)}else if(oi("0x3c")!=r[oi("0x32")])"insertion"!=r[oi("0x32")]&&oi("0x2f")!=r[oi("0x32")]||this._handleInsertRemoveSuggestionDescription(e,r,t[i+1]);else{const t=r.data[oi("0x37")];if(o.has(t))continue;o[oi("0x24")](r[oi("0x3d")][oi("0x37")]),t==mc?this[oi("0x2b")](e,r):this[oi("0x28")](e,r)}}return this._resolveDescriptionItems(e)}[oi("0x14")](t){this[oi("0x30")][oi("0x7")](t)}[oi("0x22")](t,n,o=e.priorities.normal){"function"==typeof t?(0,e.insertToPriorityArray)(this[oi("0x1a")],{matchingCallback:t,label:n,priority:o}):this[oi("0xf")].set(t,n)}[oi("0x1d")](t,e){this._attributeLabels[oi("0xc")](t,e)}[oi("0x29")](t,e=1){let n;for(const e of this[oi("0x1a")])if(e[oi("0x2c")](t)){n=e[oi("0x42")];break}return n||(n=this._itemLabels[oi("0x9")](t.name)),n?n(e):1!==e?e+" "+t[oi("0x25")]+"s":""+t[oi("0x25")]}_addDescriptionItems(t,e){const n=e[oi("0x1f")]()[oi("0x6")](),o=oi("0x4a")==e[oi("0x32")]?oi("0x24"):oi("0x34");for(const e of n){const i=e[oi("0x19")],r=t[t[oi("0x8")]-1];if(i.is("$textProxy"))r&&r[oi("0x32")][oi("0x20")](oi("0x49"))>-1&&t[oi("0x45")](),r&&oi("0x44")==r[oi("0x32")]?r[o]+=i[oi("0x3d")]:t.push({type:"text",add:oi("0x24")==o?i[oi("0x3d")]:"",remove:oi("0x34")==o?i[oi("0x3d")]:""});else if(this[oi("0x3")][oi("0x48")](i)){const s=i;if(r&&r.type[oi("0x20")](oi("0x49"))>-1&&t[oi("0x45")](),oi("0x23")==e[oi("0x32")])continue;r&&r[oi("0x32")]==o+oi("0x3e")&&r.element[oi("0x25")]==s[oi("0x25")]?r[oi("0x13")]++:t[oi("0x7")]({type:o+oi("0x3e"),element:s,quantity:1}),n[oi("0x21")]((t=>!("elementEnd"==t[oi("0x32")]&&t[oi("0x19")]==i)))}else if(this[oi("0x3")][oi("0x0")](i,"$text")||i.is(oi("0x3b"),oi("0x26"))){const n=i;if(oi("0x24")==o&&"elementStart"==e.type||oi("0x34")==o&&oi("0x23")==e[oi("0x32")])continue;if(r&&-1==r[oi("0x32")][oi("0x20")](oi("0x49"))){oi("0x44")==r[oi("0x32")]&&(r[o]+="\n");continue}let s;if(s=oi("0x24")==o?n[oi("0x18")]&&!this[oi("0x3")].isObject(n[oi("0x18")])?n[oi("0x18")]:null:n.previousSibling&&!this[oi("0x3")][oi("0x48")](n[oi("0x5")])?n.previousSibling:null,n[oi("0x2")]||s&&s[oi("0x2")]){const e=s&&s[oi("0x2")]?s:n;r&&r.type==o+oi("0xe")&&r[oi("0x3b")][oi("0x25")]==e.name?r.quantity++:t[oi("0x7")]({type:o+oi("0xe"),element:e,quantity:1})}else t[oi("0x7")]({type:o+oi("0x49"),element:n})}}}_resolveDescriptionItems(t){const e=this[oi("0x35")],n=[],o=[],i=[];for(const r of t)switch(r[oi("0x32")]){case oi("0x44"):if(r[oi("0x24")]=r[oi("0x24")][oi("0x46")](/(\S)\u000A+(\S)/g,oi("0x1b")).replace(/\u000A/g,""),r[oi("0x34")]=r[oi("0x34")][oi("0x46")](/(\S)\u000A+(\S)/g,"$1 $2")[oi("0x46")](/\u000A/g,""),""!=r[oi("0x24")]&&""!=r[oi("0x34")]){n.push({type:oi("0x46"),content:Qo(e,oi("0xa"),['"'+r[oi("0x34")]+'"','"'+r[oi("0x24")]+'"'])});continue}if(null!=r[oi("0x24")][oi("0x15")](/^ +$/)){n.push({type:"insertion",content:Qo(e,oi("0x47"),Qo(e,oi("0x43"),r[oi("0x24")][oi("0x8")]))});continue}if(null!=r[oi("0x34")][oi("0x15")](/^ +$/)){n.push({type:oi("0x2f"),content:Qo(e,"*Remove:* %0",Qo(e,oi("0x43"),r[oi("0x34")][oi("0x8")]))});continue}if(""!=r[oi("0x24")]){n[oi("0x7")]({type:oi("0x4a"),content:Qo(e,"*Insert:* %0",'"'+r[oi("0x24")]+'"')});continue}n.push({type:oi("0x2f"),content:Qo(e,oi("0x38"),'"'+r.remove+'"')});continue;case"addEmptyContainer":case oi("0x17"):n.push({type:oi("0x4a"),content:Qo(e,"*Insert:* %0",this.getItemLabel(r.element,r[oi("0x13")]))});continue;case oi("0x12"):case oi("0x10"):n.push({type:"deletion",content:Qo(e,"*Remove:* %0",this[oi("0x29")](r[oi("0x3b")],r.quantity))});continue;case oi("0x1"):n[oi("0x7")]({type:"insertion",content:Qo(e,oi("0x2e"),this[oi("0x29")](r.element,r[oi("0x13")]))});continue;case"removeContainer":n[oi("0x7")]({type:oi("0x2f"),content:Qo(e,oi("0x27"),this[oi("0x29")](r[oi("0x3b")],r.quantity))});continue;case oi("0x2d"):o[oi("0x7")](r[oi("0x37")]);continue;case"removeFormat":i[oi("0x7")](r[oi("0x37")]);continue;default:n[oi("0x7")](r)}if(o[oi("0x8")]){const t=o[oi("0x4")]((t=>this[oi("0x3a")][oi("0x31")](t)?this._attributeLabels[oi("0x9")](t):t)).join(", ");n.push({type:oi("0x41"),content:Qo(this[oi("0x35")],oi("0x36"),t)})}if(i[oi("0x8")]){const t=i[oi("0x4")]((t=>this._attributeLabels[oi("0x31")](t)?this[oi("0x3a")][oi("0x9")](t):t))[oi("0x1e")](", ");n[oi("0x7")]({type:oi("0x41"),content:Qo(this[oi("0x35")],oi("0x40"),t)})}return n}_handleCustomCallbackDescription(t){for(const e of this[oi("0x30")]){const n=e(t);if(n&&"type"in n)return n}}_handleAttributeSuggestionDescription(t,e){const n=e.data,o=void 0===n.newValue?oi("0x1c"):oi("0x2d");t[oi("0x7")]({type:o,key:n.key})}_handleRenameSuggestionDescription(t,e){t.push({type:"format",content:Qo(this[oi("0x35")],"*Change to:* %0",this[oi("0x29")](e[oi("0x1f")]()[oi("0x16")][oi("0x33")],1))})}_handleInsertRemoveSuggestionDescription(t,e,n){if(this[oi("0x3f")](t,e),n&&n.getFirstRange()&&!e[oi("0x1f")]().end[oi("0x2a")](n[oi("0x1f")]()[oi("0x16")])){const n=t[t[oi("0x8")]-1],o=oi("0x4a")==e[oi("0x32")]?oi("0x24"):oi("0x34");n&&oi("0x44")==n[oi("0x32")]&&(n[o]+="\n")}}}const ri=["editor","afterInit","showAIAssistant","commands","enableCommand","get","plugins"];var si,xi;si=ri,xi=239,function(t){for(;--t;)si.push(si.shift())}(++xi);const ai=function(t,e){return ri[t-=0]};class ci extends t.Plugin{[ai("0x0")](){const t=this[ai("0x6")],e=t[ai("0x5")][ai("0x4")]("TrackChangesEditing");t[ai("0x2")][ai("0x4")](ai("0x1"))&&e[ai("0x3")](ai("0x1"))}}const li=["_descriptionFactory","type","FORMAT_ALIGN_TO_RIGHT","commandParams","get","FORMAT_ALIGNMENT","justify","registerAttributeLabel","editor","locale","value","afterInit","TrackChangesEditing","FORMAT_ALIGN_TO_CENTER","right","registerDescriptionCallback","AlignmentEditing","_enableDefaultAttributesIntegration","has","alignment","formatBlock","center","FORMAT_ALIGN_TO_LEFT","_registerLegacyDescription","format","plugins"];var ui,di;ui=li,di=350,function(t){for(;--t;)ui.push(ui.shift())}(++di);const gi=function(t,e){return li[t-=0]};class fi extends t.Plugin{[gi("0x19")](){const t=this.editor,e=t[gi("0x17")];if(!t[gi("0xd")][gi("0x6")](gi("0x4")))return;const n=t[gi("0xd")][gi("0x12")](gi("0x0"));n[gi("0x5")](gi("0x7"),[],[gi("0x7")]),n[gi("0xe")][gi("0x15")](gi("0x7"),Qo(e,gi("0x13"))),this[gi("0xb")]()}[gi("0xb")](){const t=this[gi("0x16")],e=t.locale;t[gi("0xd")][gi("0x12")](gi("0x0"))[gi("0xe")][gi("0x3")]((t=>{if(gi("0x8")!=t[gi("0xf")])return;const{data:n}=t;if(n&&gi("0x7")==n.commandName){const t=n[gi("0x11")][0][gi("0x18")];return{type:gi("0xc"),content:Qo(e,"*Format:* %0",function(t){switch(t){case"left":return Qo(e,gi("0xa"));case gi("0x2"):return Qo(e,gi("0x10"));case gi("0x9"):return Qo(e,gi("0x1"));case gi("0x14"):return Qo(e,"FORMAT_JUSTIFY_TEXT")}}(t))}}}))}}const mi=["format","afterInit","*Format:* %0","toUpperCase","plugins","locale","_descriptionFactory","type","code","_registerLegacyDescription","strikethrough","slice","superscript","commandName","italic","registerDescriptionCallback","commandParams","has","FORMAT_","*Remove format:* %0","CodeEditing","SubscriptEditing","formatInline","get","SuperscriptEditing","FORMAT_SUBSCRIPT","registerAttributeLabel","editor","FORMAT_STRIKETHROUGH","_enableDefaultAttributesIntegration","TrackChangesEditing","UnderlineEditing","underline","ItalicEditing","FORMAT_BOLD","FORMAT_ITALIC"];var hi,pi;hi=mi,pi=366,function(t){for(;--t;)hi.push(hi.shift())}(++pi);const bi=function(t,e){return mi[t-=0]},Ei=["BoldEditing",bi("0x1b"),bi("0x19"),bi("0xe"),"StrikethroughEditing",bi("0xf"),bi("0x12")];class _i extends t.Plugin{[bi("0x1f")](){const t=this.editor,e=t[bi("0x22")].get(bi("0x18")),n=t.locale;for(const o of Ei){if(!t.plugins[bi("0xb")](o))continue;const i=o[bi("0x5")](0,-7).toLowerCase(),r=bi("0xc")+i[bi("0x21")]();e[bi("0x17")](i,[i]),e[bi("0x0")][bi("0x14")](i,Qo(n,r))}this._registerLegacyDescription()}[bi("0x3")](){const t=this[bi("0x15")],e=t[bi("0x23")],n=t[bi("0x22")][bi("0x11")](bi("0x18"));function o(t,o){n[bi("0x0")][bi("0x9")]((n=>{if(bi("0x10")!=n[bi("0x1")])return;const{data:i}=n;return i&&i[bi("0x7")]===t?i[bi("0xa")][0].forceValue?{type:bi("0x1e"),content:Qo(e,bi("0x20"),o)}:{type:bi("0x1e"),content:Qo(e,bi("0xd"),o)}:void 0}))}o("bold",Qo(e,bi("0x1c"))),o(bi("0x8"),Qo(e,bi("0x1d"))),o(bi("0x1a"),Qo(e,"FORMAT_UNDERLINE")),o(bi("0x2"),Qo(e,"FORMAT_CODE")),o(bi("0x4"),Qo(e,bi("0x16"))),o("subscript",Qo(e,bi("0x13"))),o(bi("0x6"),Qo(e,"FORMAT_SUPERSCRIPT"))}}const Ti=["forceValue","plugins","commandName","has","get","markBlockFormat","BlockQuoteEditing","document","blockQuote","ELEMENT_BLOCK_QUOTE","parent","checkChild","*Set format:* %0","afterInit","*Remove format:* %0","filter","commands","TrackChangesEditing","getSelectedBlocks","from","name","selection","$root","commandParams","value","model","editor","enableCommand"];var yi,Ci;yi=Ti,Ci=230,function(t){for(;--t;)yi.push(yi.shift())}(++Ci);const Ai=function(t,e){return Ti[t-=0]};class ki extends t.Plugin{[Ai("0x7")](){const t=this[Ai("0x14")],e=t.locale;if(!t[Ai("0x17")][Ai("0x19")](Ai("0x0")))return;const n=t.plugins[Ai("0x1a")](Ai("0xb")),o=this[Ai("0x14")][Ai("0xa")][Ai("0x1a")]("blockQuote");n[Ai("0x15")](Ai("0x2"),((e,i={})=>{const r=this[Ai("0x14")][Ai("0x13")][Ai("0x1")][Ai("0xf")],s=i&&void 0!==i[Ai("0x16")]?i.forceValue:!o[Ai("0x12")];let x=[];if(s){const e=Array[Ai("0xd")](r.getSelectedBlocks())[Ai("0x9")]((t=>Ii(t)||function(t,e){const n=e.checkChild(t[Ai("0x4")],Ai("0x2")),o=e[Ai("0x5")]([Ai("0x10"),Ai("0x2")],t);return n&&o}(t,this[Ai("0x14")][Ai("0x13")].schema)));x=S(e,t[Ai("0x13")])}else{const e=Array[Ai("0xd")](r[Ai("0xc")]())[Ai("0x9")]((t=>Ii(t)));x=S(e,t.model)}t[Ai("0x13")].change((()=>{for(const t of x)n[Ai("0x1b")](t,{commandName:Ai("0x2"),commandParams:[{forceValue:s}]})}))})),n._descriptionFactory.registerDescriptionCallback((t=>{const{data:n}=t;if(n&&"blockQuote"==n[Ai("0x18")]){const t=Qo(e,Ai("0x3"));return n[Ai("0x11")][0][Ai("0x16")]?{type:"format",content:Qo(e,Ai("0x6"),t)}:{type:"format",content:Qo(e,Ai("0x8"),t)}}}))}}function Ii(t){return Ai("0x2")==t.parent[Ai("0xe")]}const Ri=["get","commands","editor","afterInit","ckbox","plugins"];var Si,vi;Si=Ri,vi=469,function(t){for(;--t;)Si.push(Si.shift())}(++vi);const Ni=function(t,e){return Ri[t-=0]};class Li extends t.Plugin{[Ni("0x2")](){const t=this[Ni("0x1")];t[Ni("0x0")][Ni("0x5")](Ni("0x3"))&&t[Ni("0x4")][Ni("0x5")]("TrackChangesEditing").enableCommand(Ni("0x3"))}}const Mi=["find","commandName","indentCodeBlock","formatBlock","commands","has","languages","toLowerCase","codeBlock","outdentCodeBlock","commandParams","language","change","filter","ELEMENT_CODE_BLOCK","checkChild","config","model","locale","label","TrackChangesEditing","plugins","from","selection","getSelectedBlocks","schema","get","registerDescriptionCallback","afterInit","isLimit","enableCommand","format","registerElementLabel","*Set format:* %0","markBlockFormat","forceValue"];var wi,Oi;wi=Mi,Oi=241,function(t){for(;--t;)wi.push(wi.shift())}(++Oi);const Fi=function(t,e){return Mi[t-=0]};class Di extends t.Plugin{[Fi("0x3")](){const t=this.editor;if(!t[Fi("0x20")][Fi("0x10")]("CodeBlock"))return;const e=t[Fi("0x20")].get(Fi("0x1f")),n=t[Fi("0x1d")],o=t[Fi("0x1b")][Fi("0x1")](Fi("0x13"))[Fi("0x11")],i=t[Fi("0xf")][Fi("0x1")](Fi("0x13"));e[Fi("0x5")](Fi("0xd")),e[Fi("0x5")](Fi("0x14")),e[Fi("0x5")](Fi("0x13"),((n,r={})=>{const s=t[Fi("0x1c")],x=t[Fi("0x1c")].document[Fi("0x22")],a=r&&void 0!==r[Fi("0xa")]?r[Fi("0xa")]:!i.value;let c;r[Fi("0x16")]||(r[Fi("0x16")]=o[0][Fi("0x16")]),c=a?Array[Fi("0x21")](x[Fi("0x23")]())[Fi("0x18")]((t=>{return Bi(t)||(e=t,n=s[Fi("0x0")],!e.is("rootElement")&&!n[Fi("0x4")](e)&&n[Fi("0x1a")](e.parent,"codeBlock"));var e,n})):Array[Fi("0x21")](x[Fi("0x23")]())[Fi("0x18")]((t=>Bi(t)));const l=S(c,s);s[Fi("0x17")]((()=>{for(const t of l)e[Fi("0x9")](t,{commandName:"codeBlock",commandParams:[{...r,forceValue:a}],formatGroupId:"blockName"})}))})),e._descriptionFactory[Fi("0x7")]("codeBlock",(t=>Qo(n,Fi("0x19"),t))),e._descriptionFactory[Fi("0x2")]((t=>{if(Fi("0xe")!=t.type)return;const e=n.t,{data:i}=t;if(!i||Fi("0x13")!=i[Fi("0xc")])return;const r=i[Fi("0x15")][0][Fi("0x16")],s=e(o[Fi("0xb")]((t=>t[Fi("0x16")]===r))[Fi("0x1e")])[Fi("0x12")]();return i[Fi("0x15")][0][Fi("0xa")]?{type:Fi("0x6"),content:Qo(n,Fi("0x8"),Qo(n,"ELEMENT_CODE_BLOCK",1)+" ("+s+")")}:{type:Fi("0x6"),content:Qo(n,"*Remove format:* %0",Qo(n,Fi("0x19"),1))}}))}}function Bi(t){return Fi("0x13")==t.name}const Pi=["plugins","addCommentThread","get","editor"];var Ui,ji;Ui=Pi,ji=164,function(t){for(;--t;)Ui.push(Ui.shift())}(++ji);const Gi=function(t,e){return Pi[t-=0]};class Vi extends t.Plugin{afterInit(){const t=this[Gi("0x3")];t[Gi("0x0")].has("CommentsEditing")&&t.plugins[Gi("0x2")]("TrackChangesEditing").enableCommand(Gi("0x1"))}}var Hi=n(181);const zi=["TrackChangesEditing","ck-suggestion-marker-","isAtEnd","name","toViewElement","test","isContent","isBlock","writer","listItem","schema","elementEnd","createRangeOn","getWalker","span","get","consumable","markerName","element","mapper","push","previousPosition","model","activeMarkers","item","getCustomProperty","bindElementToMarker","ck-suggestion-marker--active","listIndent","start","isLimit","getAttribute","toViewPosition","markerRange","hasAttribute","plugins","type","createUIElement","nextSibling","addClass","insert"];var Wi,Ki;Wi=zi,Ki=358,function(t){for(;--t;)Wi.push(Wi.shift())}(++Ki);const qi=function(t,e){return zi[t-=0]};function $i(t,e,n){const o=[];for(const i of e.getItems())i[qi("0x4")](t)&&o[qi("0x1f")](n[qi("0x17")](i));return o}function Xi(t,e,{showActiveMarker:n=!0}={}){const o=t[qi("0x5")][qi("0x1a")](qi("0xb"));return(i,r,s)=>{if(!s[qi("0x1b")][qi("0x10")](r[qi("0x3")],i[qi("0xe")]))return;const x=r.markerRange[qi("0x18")](),a=r[qi("0x3")][qi("0x28")],c=t[qi("0x21")][qi("0x15")];let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t[qi("0x23")];d=d||c[qi("0x11")](e);const n=s.mapper[qi("0xf")](e);if(n&&n[qi("0x24")]("addHighlight"))return;qi("0x16")==t[qi("0x6")]&&c[qi("0x12")](e)&&!c[qi("0x0")](e)&&(e[qi("0x8")]||a[qi("0xd")]?l&&l.parent==e||(l=e,f(t[qi("0x20")]),g=!0):u=u||t.previousPosition)}function f(t){const i=s.writer[qi("0x7")](qi("0x19"),{class:qi("0xc")+e}),x=s[qi("0x1e")][qi("0x2")](t);n&&o[qi("0x22")].includes(r[qi("0x1c")])&&s[qi("0x13")][qi("0x9")](qi("0x26"),i),s.writer[qi("0xa")](x,i),s[qi("0x1e")][qi("0x25")](i,r[qi("0x1c")])}d||g||!u||f(u)}}const Zi=["high","uiElement","start","mapper","requires","fromRange","document","downcastDispatcher","isCollapsed","createSelection","root","unlock","bind","markerNameToElements","TrackChangesEditing","get","delete","deleteForward","showSuggestionHighlights","addMarker:suggestion:deletion","unbindElementFromMarkerName","enableCommand","selection","buffer","removeMarker:suggestion:deletion","remove","createRange","init","merge","model","detach","end","setSelection","lock","markerName","commands","data","modifySelection","getFirstRange","editor","enqueueChange","options","editing"];var Yi,Ji;Yi=Zi,Ji=373,function(t){for(;--t;)Yi.push(Yi.shift())}(++Ji);const Qi=function(t,e){return Zi[t-=0]};class tr extends t.Plugin{static get[Qi("0x12")](){return[Hi.Delete]}[Qi("0x29")](){const t=this[Qi("0xa")],e=t.plugins[Qi("0x1d")](Qi("0x1c"));e[Qi("0x23")](Qi("0x1e"));const n=t[Qi("0x6")].get(Qi("0x1f"));e[Qi("0x23")](Qi("0x1f"),((e,o={})=>{const i=t[Qi("0x0")][Qi("0x17")](t.model[Qi("0x14")][Qi("0x24")]);i[Qi("0x16")]&&t[Qi("0x0")][Qi("0x8")](i,{direction:"forward",unit:o.unit});const r=i[Qi("0x9")](),x=s.LiveRange[Qi("0x13")](r);let a;e(o),a="$graveyard"==x[Qi("0x18")].rootName?t[Qi("0x0")][Qi("0x28")](r[Qi("0x10")]):t[Qi("0x0")].createRange(x[Qi("0x10")],x.end),x[Qi("0x1")](),t[Qi("0x0")][Qi("0xb")](n.buffer.batch,(t=>{n[Qi("0x25")][Qi("0x4")](),t[Qi("0x3")](t[Qi("0x28")](a[Qi("0x2")])),n.buffer[Qi("0x19")]()}))})),t[Qi("0xd")][Qi("0x15")].on(Qi("0x21"),Xi(t,Qi("0x2a")),{priority:Qi("0xe")}),t[Qi("0x7")][Qi("0x15")].on(Qi("0x21"),((e,n,o)=>{o[Qi("0xc")][Qi("0x20")]&&Xi(t,Qi("0x2a"),{showActiveMarker:!1})[Qi("0x1a")](this)(e,n,o)}),{priority:Qi("0xe")}),t[Qi("0xd")].downcastDispatcher.on(Qi("0x26"),((t,e,n)=>{const o=n[Qi("0x11")][Qi("0x1b")](e[Qi("0x5")]);if(o)for(const t of o)t.is(Qi("0xf"))&&(n[Qi("0x11")][Qi("0x22")](t,e[Qi("0x5")]),n.writer[Qi("0x27")](t))}),{priority:Qi("0xe")})}}const er=["detach","add","commands","getAttribute","registerCustomCallback","indentList","document","get","selection","*Merge:* %0","change","accept","getFirstRange","markMultiRangeBlockFormat","*Outdent:* %0","fromRange","formatInline","enableCommand","splitListItemBefore","hasAttribute","slice","nextSibling","*Format:* remove from %0","commandParams","nodeAfter","push","format","type","numberedList","from","*Indent:* %0","*Format:* insert into %0","next","bulletedList","model","end","documentList","registerDescriptionCallback","list.multiBlock","expandListBlocksToCompleteList","createRange","isObject","has","value","schema","ELEMENT_NUMBERED_LIST","splitListItemAfter","commandName","plugins","mergeListItemBackward","setSelection","findIndex","ELEMENT_LIST_ITEM","listIndent","listItemId","length","config","getRanges","createPositionAt","before","ELEMENT_BULLETED_LIST","getSelectedBlocks","isFirstBlockOfListItem","start","multipleBlocks","containsItem","parent","outdentList","afterInit","*Change to:* %0","map","formatBlock","forceValue","execute","mergeListItemForward","listType"];var nr,or;nr=er,or=201,function(t){for(;--t;)nr.push(nr.shift())}(++or);const ir=function(t,e){return er[t-=0]};class rr extends t.Plugin{[ir("0x13")](){const t=this.editor;if(!t[ir("0x4b")][ir("0x45")]("DocumentListEditing"))return;const e=t.locale,n=t[ir("0x4b")][ir("0x22")]("TrackChangesEditing"),o=t.plugins[ir("0x22")]("DocumentListUtils");function i(e){return()=>{const i=t[ir("0x1d")].get(e);if(i[ir("0x46")]&&!t.config[ir("0x22")](ir("0x41")))return void t[ir("0x18")]("paragraph",{});let r=Array[ir("0x38")](t[ir("0x3d")][ir("0x21")][ir("0x23")][ir("0xc")]());if(a(e)){r=o[ir("0x42")](r);const t=[];for(const e of r)o[ir("0xd")](e)&&t[ir("0x34")](e);r=t}t[ir("0x3d")][ir("0x25")]((()=>{n[ir("0x28")](r,{commandName:e,commandParams:[{forceValue:!i[ir("0x46")]}],formatGroupId:ir("0x1a")},[],ir("0x3f"))}))}}function r(e){return()=>{const o=function(t){let e=Array.from(t);const n=e[ir("0x2")]((t=>!t[ir("0x2e")](ir("0x5"))));return n>-1&&(e=e[ir("0x2f")](0,n)),e}(t[ir("0x3d")].document[ir("0x23")][ir("0xc")]()),i=o[o[ir("0x6")]-1],r=t[ir("0x3d")][ir("0x47")][ir("0x44")](i)?"after":ir("0x3e"),s=t[ir("0x3d")][ir("0x43")](t[ir("0x3d")][ir("0x9")](o[0],ir("0xa")),t.model[ir("0x9")](i,r));t[ir("0x3d")].change((()=>{n.markBlockFormat(s,{commandName:e,commandParams:[],formatGroupId:"listType"},function(t){const e=new Set;for(const n of t){let t=n[ir("0x30")];for(;t&&t.getAttribute(ir("0x4"))>n[ir("0x1e")]("listIndent");)e[ir("0x1c")](t),t=t.nextSibling}return Array[ir("0x38")](e)}(o))}))}}function x(e){return()=>{const o=t[ir("0x3d")][ir("0x21")][ir("0x23")][ir("0xc")]()[ir("0x3b")]().value,i=t.model[ir("0x9")](o,ir("0xa")),r=t[ir("0x3d")][ir("0x9")](o,0),s=t[ir("0x3d")][ir("0x43")](i,r);t[ir("0x3d")].change((()=>{n.markBlockFormat(s,{commandName:e,commandParams:[],formatGroupId:ir("0x1a")})}))}}function a(e){const n=t.commands[ir("0x22")]("bulletedList")[ir("0x46")],o=t.commands.get(ir("0x37"))[ir("0x46")];return"numberedList"===e?n:o}n.enableCommand("numberedList",i(ir("0x37"))),n.enableCommand(ir("0x3c"),i("bulletedList")),n[ir("0x2c")](ir("0x20"),r(ir("0x20"))),n[ir("0x2c")](ir("0x12"),r(ir("0x12"))),n[ir("0x2c")]("splitListItemAfter",x(ir("0x49"))),n[ir("0x2c")]("splitListItemBefore",x(ir("0x2d"))),n._descriptionFactory.registerElementLabel((function(e){const n=!t[ir("0x3d")][ir("0x47")].isObject(e),o=e.previousSibling,i=e.nextSibling,r=e[ir("0x1e")]("listItemId"),s=!o||o.getAttribute(ir("0x5"))!==r,x=!i||i[ir("0x1e")]("listItemId")!==r;return n&&Boolean(r)&&s&&x}),(t=>Qo(e,"ELEMENT_LIST_ITEM",t))),n._descriptionFactory[ir("0x40")]((function(n){if(ir("0x16")!=n[ir("0x36")]&&ir("0x2b")!=n[ir("0x36")])return;const{data:o}=n;if(!o)return;let i,r,s,x;switch(o[ir("0x4a")]){case ir("0x3c"):s=o[ir("0x32")][0][ir("0x17")],x=a(o[ir("0x4a")]),i=ir(s?"0x3a":"0x31"),!x&&t[ir("0x7")].get("list.multiBlock")||(i=ir("0x14")),r={type:ir("0x35"),content:Qo(e,i,Qo(e,ir("0xb")))};break;case ir("0x37"):s=o[ir("0x32")][0].forceValue,x=a(o[ir("0x4a")]),i=ir(s?"0x3a":"0x31"),!x&&t[ir("0x7")][ir("0x22")]("list.multiBlock")||(i="*Change to:* %0"),r={type:ir("0x35"),content:Qo(e,i,Qo(e,ir("0x48")))};break;case ir("0x20"):i=ir("0x39"),r={type:ir("0x35"),content:Qo(e,i,Qo(e,ir("0x3")))};break;case ir("0x12"):i=function(t){const e=t[ir("0x27")]();let n=e[ir("0xe")].nodeAfter;for(;n&&e[ir("0x10")](n);){if(n[ir("0x1e")]("listIndent")>0)return!1;n=n.nextSibling}return!0}(n)?Qo(e,ir("0x31"),Qo(e,"ELEMENT_"+n[ir("0x27")]()[ir("0xe")][ir("0x33")].getAttribute(ir("0x1a")).toUpperCase()+"_LIST")):Qo(e,ir("0x29"),Qo(e,ir("0x3"))),r={type:"format",content:i};break;case ir("0x0"):case ir("0x19"):!1===o[ir("0xf")]&&(i=ir("0x24"),r={type:"deletion",content:Qo(e,i,Qo(e,ir("0x3")))})}return r})),n._suggestionFactory[ir("0x1f")](ir("0x16"),"documentList",ir("0x26"),(function(e,n){const o=[];for(let n of e)n[ir("0xe")][ir("0x33")]===n[ir("0x3e")][ir("0x11")]&&(n=t[ir("0x3d")][ir("0x43")](t[ir("0x3d")][ir("0x9")](n[ir("0xe")].nodeAfter,0))),o[ir("0x34")](n);t[ir("0x3d")][ir("0x25")]((e=>{const i=t[ir("0x3d")].document[ir("0x23")],r=Array[ir("0x38")](i[ir("0x8")]())[ir("0x15")]((t=>s.LiveRange[ir("0x2a")](t)));e[ir("0x1")](o),t.commands[ir("0x22")](n[ir("0x4a")]).refresh(),n[ir("0x32")][ir("0x34")]({forceDefaultExecution:!0}),t[ir("0x18")](n[ir("0x4a")],...n[ir("0x32")]),e[ir("0x1")](r);for(const t of r)t[ir("0x1b")]()}))}))}}const sr=["commandParams","list.properties","listReversed","push","filter","DocumentListUtils","startIndex","ELEMENT_","handleDescriptions","reversed","from","_getSuggestionBlocks","getSelectedBlocks","plugins","listStyle","selection","length","listStart","document","_descriptionFactory","handleListStartCommand","DocumentListPropertiesUtils","*Format:* set start index to %0","handleListStyleCommand","*Format:* set order to regular","markMultiRangeBlockFormat","_getTranslationKeyForListStyle","get","has","TrackChangesEditing","config","format","enableCommand","_getSuggestionBlocksForListStyle","handleListReversedCommand","formatInline","bind","numbered","expandListBlocksToCompleteList","*Change to:* %0","afterInit","editor","type","commandName","formatBlock","listType","model","toUpperCase","change"];var xr,ar;xr=sr,ar=267,function(t){for(;--t;)xr.push(xr.shift())}(++ar);const cr=function(t,e){return sr[t-=0]};class lr extends t.Plugin{[cr("0x12")](){if(!this[cr("0x13")].plugins[cr("0x6")]("DocumentListPropertiesEditing"))return;const t=this[cr("0x13")][cr("0x8")][cr("0x5")](cr("0x1c")),e=this.editor[cr("0x28")][cr("0x5")](cr("0x7"));t.styles&&e[cr("0xa")](cr("0x29"),this.handleListStyleCommand.bind(this)),t.reversed&&e[cr("0xa")](cr("0x1d"),this[cr("0xc")][cr("0xe")](this)),t[cr("0x21")]&&e[cr("0xa")](cr("0x2c"),this[cr("0x2f")].bind(this)),e[cr("0x2e")].registerDescriptionCallback(this.handleDescriptions.bind(this))}[cr("0x1")](t,e={}){const n=this[cr("0x13")][cr("0x28")][cr("0x5")](cr("0x7")),o=this[cr("0xb")]();this[cr("0x13")][cr("0x18")][cr("0x1a")]((()=>{n[cr("0x3")](o,{commandName:cr("0x29"),commandParams:[{type:e[cr("0x14")]}],formatGroupId:cr("0x29")})}))}[cr("0xc")](t,e={}){const n=this.editor[cr("0x28")][cr("0x5")](cr("0x7")),o=this[cr("0x13")].plugins[cr("0x5")](cr("0x20")),i=this._getSuggestionBlocks((t=>o.isListItemBlock(t)&&"numbered"===t.getAttribute("listType")));null!==i&&this.editor.model[cr("0x1a")]((()=>{n[cr("0x3")](i,{commandName:cr("0x1d"),commandParams:[{reversed:e.reversed}],formatGroupId:cr("0x1d")})}))}[cr("0x2f")](t,e={}){const n=this.editor[cr("0x28")].get(cr("0x7")),o=this[cr("0x13")][cr("0x28")].get("DocumentListUtils"),i=this[cr("0x26")]((t=>o.isListItemBlock(t)&&cr("0xf")===t.getAttribute(cr("0x17"))));null!==i&&this.editor.model.change((()=>{n[cr("0x3")](i,{commandName:cr("0x2c"),commandParams:[{startIndex:e[cr("0x21")]}],formatGroupId:cr("0x2c")})}))}[cr("0x23")](t){if(cr("0x16")!=t[cr("0x14")]&&cr("0xd")!=t[cr("0x14")])return;const e=this.editor.locale,{data:n}=t;if(!n)return;let o,i;switch(n[cr("0x15")]){case cr("0x29"):o=cr("0x11"),i={type:cr("0x9"),content:Qo(e,o,Qo(e,this[cr("0x4")](n[cr("0x1b")][0].type)))};break;case cr("0x1d"):o=n[cr("0x1b")][0][cr("0x24")]?"*Format:* set order to reversed":cr("0x2"),i={type:"format",content:Qo(e,o)};break;case cr("0x2c"):o=cr("0x0"),i={type:"format",content:Qo(e,o,n[cr("0x1b")][0][cr("0x21")])}}return i}[cr("0xb")](){const t=this.editor[cr("0x28")].get(cr("0x20"));let e=Array[cr("0x25")](this[cr("0x13")][cr("0x18")][cr("0x2d")][cr("0x2a")][cr("0x27")]());return e[cr("0x1e")](...t.expandListBlocksToCompleteList(e)),e=[...new Set(e)],e}_getSuggestionBlocks(t){const e=this[cr("0x13")][cr("0x28")][cr("0x5")](cr("0x20"));let n=Array.from(this[cr("0x13")][cr("0x18")][cr("0x2d")][cr("0x2a")].getSelectedBlocks())[cr("0x1f")](t);if(!n[cr("0x2b")])return null;n=e[cr("0x10")](n);const o=[];for(const t of n)e.isFirstBlockOfListItem(t)&&o[cr("0x1e")](t);return o}[cr("0x4")](t){return cr("0x22")+this.editor[cr("0x28")][cr("0x5")](cr("0x30")).getListTypeFromListStyleType(t).toUpperCase()+"_LIST_"+t[cr("0x19")]().replace(/-/g,"_")}}var ur=n(331);const dr=["fire","afterExecute","high","split","get","enableCommand","addMarker:suggestion:insertion","selection","parent","enter","remove","editing","writer","requires","end","createRange","ck-suggestion-marker-split","downcastDispatcher","bind","editor","document","createPositionAt","unbindElementFromMarkerName","commands","TrackChangesEditing","model","removeMarker:suggestion:insertion","plugins","markInsertion","nextSibling","change","hasClass","showSuggestionHighlights","markerName","data","setSelection","getFirstPosition"];var gr,fr;gr=dr,fr=444,function(t){for(;--t;)gr.push(gr.shift())}(++fr);const mr=function(t,e){return dr[t-=0]};class hr extends t.Plugin{static get[mr("0xd")](){return[ur.Enter]}init(){const t=this[mr("0x13")],e=t[mr("0x1b")][mr("0x4")](mr("0x18")),n=t[mr("0x17")][mr("0x4")](mr("0x9"));e[mr("0x5")](mr("0x9"),(()=>{t[mr("0x19")][mr("0x1e")]((o=>{const i=t[mr("0x19")][mr("0x14")][mr("0x7")],r=i[mr("0x24")](),x=s.LiveRange.fromRange(i.getFirstRange());if(n.enterBlock(o)){const n=t[mr("0x19")][mr("0x15")](r[mr("0x8")][mr("0x1d")],0),i=o[mr("0xf")](r,n);e[mr("0x1c")](i)}else o[mr("0x23")](o[mr("0xf")](x[mr("0xe")]));x.detach(),n[mr("0x0")](mr("0x1"),{writer:o})}))})),t[mr("0xb")][mr("0x11")].on(mr("0x6"),Xi(t,mr("0x3")),{priority:mr("0x2")}),t[mr("0xb")][mr("0x11")].on(mr("0x1a"),((t,e,n)=>{const o=n.mapper.markerNameToElements(e[mr("0x21")]);if(o)for(const t of o)t[mr("0x1f")](mr("0x10"))&&(n.mapper[mr("0x16")](t,e[mr("0x21")]),n[mr("0xc")][mr("0xa")](t))}),{priority:"high"}),t[mr("0x22")].downcastDispatcher.on("addMarker:suggestion:insertion",((e,n,o)=>{o.options[mr("0x20")]&&Xi(t,"split",{showActiveMarker:!1})[mr("0x12")](this)(e,n,o)}),{priority:"high"})}}const pr=["filter","findByTextCallback","findNext","replace","bind","_isInDeletionRange","model","createPositionAt","createRange","start","find","string","afterInit","enableCommand","plugins","markers","end","get","TrackChangesEditing","FindAndReplaceUtils","getIntersection","editor","FindAndReplaceEditing","findPrevious"];var br,Er;br=pr,Er=380,function(t){for(;--t;)br.push(br.shift())}(++Er);const _r=function(t,e){return pr[t-=0]};class Tr extends t.Plugin{[_r("0x10")](){if(!this[_r("0x1")][_r("0x12")].has(_r("0x2")))return;const t=this[_r("0x1")].plugins[_r("0x15")](_r("0x16"));t[_r("0x11")](_r("0xe"),this.handleFindCommand[_r("0x8")](this)),t.enableCommand(_r("0x6")),t[_r("0x11")](_r("0x3")),t[_r("0x11")](_r("0x7")),t.enableCommand("replaceAll")}handleFindCommand(t,e,n={}){const o=this[_r("0x1")][_r("0x12")][_r("0x15")](_r("0x17"));return t((t=>(_r("0xf")==typeof e?o[_r("0x5")](e,n):e)(t)[_r("0x4")]((e=>!1===this[_r("0x9")](e,t.item)))),n)}_isInDeletionRange(t,e){const n=this.editor[_r("0xa")][_r("0xc")](this[_r("0x1")][_r("0xa")][_r("0xb")](e,t[_r("0xd")]),this[_r("0x1")][_r("0xa")][_r("0xb")](e,t[_r("0x14")]));for(const t of this[_r("0x1")][_r("0xa")][_r("0x13")].getMarkersGroup("suggestion:deletion"))if(null!==n[_r("0x0")](t.getRange()))return!0;return!1}}const yr=["title","fontSize.options","format","has","registerDescriptionCallback","label","editor","_enableDefaultAttributesIntegration","normalizeSizeOptions","*Reset font size*","find","*Set font size:* %0","plugins","_registerLegacyDescription","toLowerCase","get","model","type","*Reset font family*","commandParams","value","fontColor.colors","locale","registerAttributeLabel","_descriptionFactory","commandName","FontBackgroundColorEditing","FORMAT_FONT_FAMILY","trim","*Set font family:* %0","FontColorEditing","config","*Reset font color*","FontSizeEditing","afterInit","formatInline","FontFamilyEditing","fontBackgroundColor","fontSize","FORMAT_FONT_COLOR","fontColor","FontSize","FORMAT_FONT_BACKGROUND","fontFamily"];var Cr,Ar;Cr=yr,Ar=284,function(t){for(;--t;)Cr.push(Cr.shift())}(++Ar);const kr=function(t,e){return yr[t-=0]},Ir=[{pluginName:kr("0xd"),commandName:"fontSize"},{pluginName:kr("0x10"),commandName:kr("0x17")},{pluginName:kr("0xa"),commandName:kr("0x14")},{pluginName:kr("0x6"),commandName:kr("0x11")}];class Rr extends t.Plugin{[kr("0xe")](){const t=this[kr("0x1e")][kr("0x2")],e=this[kr("0x1e")][kr("0x24")][kr("0x27")]("TrackChangesEditing");for(const{pluginName:t,commandName:n}of Ir)this[kr("0x1e")].plugins[kr("0x1b")](t)&&e[kr("0x1f")](n,[n]);t.t,e[kr("0x4")][kr("0x3")](kr("0x12"),Qo(t,"FORMAT_FONT_SIZE")),e[kr("0x4")].registerAttributeLabel(kr("0x17"),Qo(t,kr("0x7"))),e._descriptionFactory[kr("0x3")](kr("0x14"),Qo(t,kr("0x13"))),e._descriptionFactory[kr("0x3")]("fontBackgroundColor",Qo(t,kr("0x16"))),this[kr("0x25")]()}_registerLegacyDescription(){const t=this[kr("0x1e")],e=t.locale;t[kr("0x24")][kr("0x27")]("TrackChangesEditing")[kr("0x4")][kr("0x1c")]((t=>{const n=e.t;if(kr("0xf")!=t[kr("0x29")])return;const{data:o}=t;if(null!=o){if(kr("0x12")==o[kr("0x5")]){const t=o[kr("0x2b")][0][kr("0x0")];if(t){const o=n(this[kr("0x1e")][kr("0x24")][kr("0x27")](kr("0x15"))[kr("0x20")](this[kr("0x1e")].config[kr("0x27")](kr("0x19")))[kr("0x22")]((e=>e[kr("0x28")]==t))[kr("0x18")])[kr("0x26")]();return{type:kr("0x1a"),content:Qo(e,kr("0x23"),o)}}return{type:kr("0x1a"),content:Qo(e,kr("0x21"))}}if(kr("0x17")==o[kr("0x5")]){const t=o.commandParams[0][kr("0x0")];return t?{type:kr("0x1a"),content:Qo(e,kr("0x9"),t)}:{type:kr("0x1a"),content:Qo(e,kr("0x2a"))}}if(kr("0x14")==o[kr("0x5")]){const t=o[kr("0x2b")][0].value;if(t){const o=(0,i.normalizeColorOptions)(this[kr("0x1e")][kr("0xb")][kr("0x27")](kr("0x1"))).find((e=>e.model==t));let r=t,s="";return o&&(r=o[kr("0x1d")],s=n(r)[kr("0x26")]()),{type:"format",content:Qo(e,"*Set font color:* %0",s)[kr("0x8")](),color:{value:t,title:s||r}}}return{type:"format",content:Qo(e,kr("0xc"))}}if(kr("0x11")==o[kr("0x5")]){const t=o[kr("0x2b")][0].value;if(t){const o=(0,i.normalizeColorOptions)(this[kr("0x1e")][kr("0xb")][kr("0x27")]("fontBackgroundColor.colors"))[kr("0x22")]((e=>e.model==t));let r=t,s="";return o&&(r=o[kr("0x1d")],s=n(r).toLowerCase()),{type:kr("0x1a"),content:Qo(e,"*Set font background color:* %0",s)[kr("0x8")](),color:{value:t,title:s||r}}}return{type:"format",content:Qo(e,"*Reset font background color*")}}}}))}}const Sr=["fontSize.options","_descriptionFactory","join","boolean","*Remove all formatting*","normalizeSizeOptions","formatInline","toLowerCase","formatBlock","TrackChangesEditing","fontColor","charAt","afterInit","commandParams","type","pasteFormat","_registerLegacyDescription","fontBackgroundColor","_enableDefaultAttributesIntegration","split","FontSize","slice","copyFormat","commands","registerDescriptionCallback","enableCommand","plugins","get","fontSize","fontColor.colors","commandName","model","config","push","locale","format","editor","title","find"];var vr,Nr;vr=Sr,Nr=293,function(t){for(;--t;)vr.push(vr.shift())}(++Nr);const Lr=function(t,e){return Sr[t-=0]};class Mr extends t.Plugin{[Lr("0x1f")](){const t=this[Lr("0x10")],e=t[Lr("0x6")][Lr("0x7")](Lr("0x1c")),n=t[Lr("0x3")].get(Lr("0x2")),o=t[Lr("0x3")][Lr("0x7")](Lr("0x22"));n&&o&&(e[Lr("0x25")](Lr("0x22")),e[Lr("0x5")](Lr("0x2")),this._registerLegacyDescription())}[Lr("0x23")](){const t=this.editor,e=t.locale;t[Lr("0x6")][Lr("0x7")](Lr("0x1c"))[Lr("0x14")][Lr("0x4")]((n=>{if(Lr("0x1b")!=n[Lr("0x21")]&&Lr("0x19")!=n[Lr("0x21")])return;const{data:o}=n;if(o&&"pasteFormat"===o[Lr("0xa")]){const n=[],i=o[Lr("0x20")][0];for(const[e,o]of Object.entries(i))n[Lr("0xd")](wr(t,e,o));return n.length?{type:Lr("0xf"),content:Qo(e,"*Set format to:* %0",n[Lr("0x15")](", "))}:{type:Lr("0xf"),content:Qo(e,Lr("0x17"))}}}))}}function wr(t,e,n){const o=t[Lr("0xe")].t,r=e[Lr("0x26")](/(?=[A-Z])/)[Lr("0x15")](" "),s=o(r[Lr("0x1e")](0).toUpperCase()+r[Lr("0x1")](1)).toLowerCase();if(Lr("0x16")==typeof n)return s;if(Lr("0x1d")===e||Lr("0x24")===e){const e=(0,i.normalizeColorOptions)(t[Lr("0xc")].get(Lr("0x9")))[Lr("0x12")]((t=>t[Lr("0xb")]==n));return s+" ("+(e?o(e.label)[Lr("0x1a")]():n)+")"}if(Lr("0x8")===e&&isNaN(parseFloat(n))){const e=t.plugins[Lr("0x7")](Lr("0x0"))[Lr("0x18")](t[Lr("0xc")][Lr("0x7")](Lr("0x13")))[Lr("0x12")]((t=>t[Lr("0xb")]==n));return s+" ("+(e?o(e[Lr("0x11")]).toLowerCase():n)+")"}return s+" ("+n+")"}const Or=["formatBlock","registerElementLabel","match","commandName","_registerLegacyDescription","heading.options","model","value","_getHeadingLevel","view","ELEMENT_HEADING_CUSTOM","HeadingEditing","locale","commandParams","_headingOptions","*Change to:* %0","title","type","_descriptionFactory","afterInit","TrackChangesEditing","editor","find","ELEMENT_HEADING","plugins","get"];var Fr,Dr;Fr=Or,Dr=385,function(t){for(;--t;)Fr.push(Fr.shift())}(++Dr);const Br=function(t,e){return Or[t-=0]};class Pr extends t.Plugin{[Br("0x18")](){const t=this[Br("0x0")];if(!t[Br("0x3")].has(Br("0x10")))return;this._headingOptions=t.config.get(Br("0xa"));const e=t[Br("0x11")],n=t[Br("0x3")].get("TrackChangesEditing");n._enableDefaultAttributesIntegration("heading");for(const t of this[Br("0x13")])"paragraph"!=t[Br("0xb")]&&n._descriptionFactory[Br("0x6")](t.model,(n=>{const o=this[Br("0xd")](t[Br("0xb")]);return null!==o?Qo(e,"ELEMENT_HEADING",[n,o]):(i=n,r=t[Br("0x15")],Qo(e,Br("0xf"),[i,r]));var i,r}));this[Br("0x9")]()}[Br("0x9")](){const t=this[Br("0x0")],e=t[Br("0x11")];t[Br("0x3")][Br("0x4")](Br("0x19"))[Br("0x17")].registerDescriptionCallback((t=>{if(Br("0x5")!=t[Br("0x16")])return;const{data:n}=t;if(n&&"heading"==n[Br("0x8")]){const t=n[Br("0x12")][0][Br("0xc")],s=this._getHeadingLevel(t);if(null!==s)return{type:"format",content:Qo(e,Br("0x14"),(1,r=s,Qo(e,Br("0x2"),[1,r])))};const x=this._headingOptions[Br("0x1")]((e=>e[Br("0xb")]===t)).title;return{type:"format",content:Qo(e,Br("0x14"),(o=1,i=x,Qo(e,"ELEMENT_HEADING_CUSTOM",[o,i])))}}var o,i,r}))}[Br("0xd")](t){var e,n;const o=t[Br("0x7")](/^heading(\d+)/);if(o)return o[1];const i=null===(e=this[Br("0x13")])||void 0===e?void 0:e[Br("0x1")]((e=>e[Br("0xb")]==t));if(i&&i[Br("0xe")]){const t=i.view,e=(null!==(n=t.name)&&void 0!==n?n:t)[Br("0x7")](/^h(\d+)/);if(e)return e[1]}return null}}const Ur=["registerDescriptionCallback","toLowerCase","*Set highlight:* %0","value","*Remove highlight*","_descriptionFactory","find","formatInline","has","highlight.options","_registerLegacyDescription","TrackChangesEditing","FORMAT_HIGHLIGHT","format","model","get","type","editor","registerAttributeLabel","color","locale","HighlightEditing","commandParams","title","config","plugins","highlight"];var jr,Gr;jr=Ur,Gr=357,function(t){for(;--t;)jr.push(jr.shift())}(++Gr);const Vr=function(t,e){return Ur[t-=0]};class Hr extends t.Plugin{afterInit(){const t=this[Vr("0xb")];if(!t[Vr("0x13")][Vr("0x2")](Vr("0xf")))return;const e=t[Vr("0x13")].get(Vr("0x5")),n=t.locale;e._enableDefaultAttributesIntegration("highlight",[Vr("0x14")]),e[Vr("0x1a")][Vr("0xc")](Vr("0x14"),Qo(n,Vr("0x6"))),this[Vr("0x4")]()}_registerLegacyDescription(){const t=this[Vr("0xb")],e=t[Vr("0xe")];t[Vr("0x13")][Vr("0x9")](Vr("0x5"))[Vr("0x1a")][Vr("0x15")]((n=>{if(Vr("0x1")!=n[Vr("0xa")])return;const{data:o}=n;if(o&&Vr("0x14")==o.commandName){const n=e.t,i=o[Vr("0x10")][0][Vr("0x18")];if(i){const o=t[Vr("0x12")][Vr("0x9")](Vr("0x3"))[Vr("0x0")]((t=>t[Vr("0x8")]==i)),r=n(o.title)[Vr("0x16")]();return{type:Vr("0x7"),content:Qo(e,Vr("0x17"),r),color:{value:o[Vr("0xd")],title:o[Vr("0x11")]}}}return{type:Vr("0x7"),content:Qo(e,Vr("0x19"),Qo(e,Vr("0x6")))}}}))}}const zr=["locale","insert","plugins","createContainerElement","high","TrackChangesEditing","HorizontalLineEditing","ck-horizontal-line","createEmptyElement","horizontalLine","registerElementLabel","editor","get","addClass","div","showSuggestionHighlights","conversion","dataDowncast","_descriptionFactory"];var Wr,Kr;Wr=zr,Kr=280,function(t){for(;--t;)Wr.push(Wr.shift())}(++Kr);const qr=function(t,e){return zr[t-=0]};class $r extends t.Plugin{afterInit(){const t=this[qr("0x10")];if(!t[qr("0x7")].has(qr("0xb")))return;t[qr("0x7")][qr("0x11")](qr("0xa")).enableCommand("horizontalLine");const e=t[qr("0x7")].get("TrackChangesEditing"),n=t[qr("0x5")];e[qr("0x4")][qr("0xf")](qr("0xe"),(t=>Qo(n,"ELEMENT_HORIZONTAL_LINE",t))),t[qr("0x2")].for(qr("0x3")).elementToStructure({model:"horizontalLine",view:(t,{writer:e,options:n})=>{if(!n[qr("0x1")])return null;const o=e[qr("0x8")](qr("0x0")),i=e[qr("0xd")]("hr");return e[qr("0x12")](qr("0xc"),o),e[qr("0x6")](e.createPositionAt(o,0),i),o},converterPriority:qr("0x9")})}}const Xr=["element","_registerLegacyDescription","HtmlEmbed","key","ELEMENT_HTML_EMBED","editor","get","*Change %0 content*","attribute","value","type","plugins","formatBlock","has","TrackChangesEditing","htmlEmbed","format","commandName","_descriptionFactory","locale","registerDescriptionCallback","start"];var Zr,Yr;Zr=Xr,Yr=411,function(t){for(;--t;)Zr.push(Zr.shift())}(++Yr);const Jr=function(t,e){return Xr[t-=0]};class Qr extends t.Plugin{afterInit(){const t=this[Jr("0xc")];if(!t.plugins[Jr("0x14")](Jr("0x9")))return;const e=t.plugins.get(Jr("0x15")),n=t.locale;e[Jr("0x3")].registerElementLabel("rawHtml",(t=>Qo(n,Jr("0xb"),t))),e._enableDefaultAttributesIntegration("htmlEmbed",[],[Jr("0x10")]),e._descriptionFactory[Jr("0x5")]((t=>{if(Jr("0xf")!=t.type)return;const{data:e}=t;if(e&&Jr("0x10")==e[Jr("0xa")]&&t.getFirstRange()[Jr("0x6")].nodeAfter.is(Jr("0x7"),"rawHtml")){const t=Qo(n,Jr("0xb"));return{type:"format",content:Qo(n,Jr("0xe"),t)}}})),this._registerLegacyDescription()}[Jr("0x8")](){const t=this[Jr("0xc")],e=t[Jr("0x4")];t[Jr("0x12")][Jr("0xd")](Jr("0x15"))._descriptionFactory.registerDescriptionCallback((t=>{if(Jr("0x13")!=t[Jr("0x11")])return;const{data:n}=t;if(n&&Jr("0x0")==n[Jr("0x2")]){const t=Qo(e,Jr("0xb"));return{type:Jr("0x1"),content:Qo(e,"*Change %0 content*",t)}}}))}}const ts=["filter","forward","getContainedElement","markDeletion","TrackChangesEditing","caption","getClosestSelectedImageElement","*Remove image text alternative*","ImageEditing","discard","markBlockFormat","_suggestionFactory","convertBlockImageToInline","plugins","getSuggestionCallback","_registerLegacyDescription","nodeAfter","editor","FORMAT_IMAGE_SIZE","get","imageStylePreApply","markInsertion","chain","alt","imageTextAlternative","*Set image width:* %0","change","accept","key","isBlockImage","ImageUploadEditing","Block image to inline image","imageInline","length","Inline image to block image","isEqual","*Set image text alternative:* %0","ELEMENT_CAPTION","ELEMENT_IMAGE","registerDescriptionCallback","convertInlineImageToBlock","toPrevious","backward","registerElementLabel","fromPosition","width","ImageUtils","join","*Reset image width*","schema","isBefore","previous","resizedWidth","has","toNext","attribute","imageTypeInline","imageCaption","end","_enableDefaultAttributesIntegration","registerAttributeLabel","ImageBlockEditing","getFirstRange","deletion","subType","resizeImage","newValue","registerCustomCallback","detach","commandParams","imageBlock","insertImage","type","selection","commandName","getNearestSelectionRange","formatBlock","find","toggleImageCaption","start","insertion","createRange","format","ELEMENT_INLINE_IMAGE","ImageResize","removeObject","_descriptionFactory","isCollapsed","locale","afterInit","isOwn","createRangeOn","document","getCaptionFromImageModelElement","enableCommand","model"];var es,ns;es=ts,ns=385,function(t){for(;--t;)es.push(es.shift())}(++ns);const os=function(t,e){return ts[t-=0]};class is extends t.Plugin{[os("0x58")](){const t=this.editor;if(!t[os("0xc")][os("0x34")](os("0x7")))return;const e=t[os("0xc")].get(os("0x3")),n=t[os("0xc")][os("0x12")](os("0x2d")),o=t[os("0x57")];e.enableCommand(os("0x46")),e[os("0x55")].registerElementLabel(os("0x45"),(t=>Qo(o,os("0x25"),t))),e[os("0x55")].registerElementLabel(os("0x1f"),(t=>Qo(o,os("0x52"),t))),e[os("0x55")][os("0x2a")](os("0x4"),(()=>Qo(o,os("0x24")))),t[os("0xc")].has(os("0x1d"))&&e[os("0x5d")]("uploadImage"),t.plugins[os("0x34")](os("0x3c"))&&t[os("0xc")].has("ImageInlineEditing")&&(e[os("0x5d")](os("0x37"),((o,i)=>{const r=n[os("0x5")](t[os("0x5e")][os("0x5b")][os("0x48")]);t[os("0x5e")][os("0x19")]((()=>{e[os("0x9")](r,{commandName:os("0x37"),commandParams:[i]},[],os("0xb"))}))})),e[os("0x5d")]("imageTypeBlock",((o,i)=>{t[os("0x5e")][os("0x19")]((r=>{let x=n.getClosestSelectedImageElement(t[os("0x5e")][os("0x5b")].selection),a=r[os("0x5a")](x);const c=s.LivePosition[os("0x2b")](a[os("0x4e")],os("0x28")),l=s.LivePosition[os("0x2b")](a[os("0x39")],os("0x35"));e.forceDefaultExecution((()=>o(i))),x=n[os("0x5")](t[os("0x5e")].document[os("0x48")]),a=r.createRangeOn(x);const u=r[os("0x50")](c,l);c[os("0x43")](),l[os("0x43")](),e[os("0x9")](x,{commandName:os("0x37"),commandParams:[i]},[],os("0x27")),u[os("0x4e")][os("0x31")](a[os("0x4e")])&&e.markInsertion(r.createRange(u[os("0x4e")],a[os("0x4e")]),os("0x27")),a[os("0x39")][os("0x31")](u.end)&&e[os("0x14")](r[os("0x50")](a.end,u.end),"convertInlineImageToBlock")}))})),e[os("0xa")][os("0x42")]("formatBlock",os("0x27"),"join",(()=>!1)),e._suggestionFactory[os("0x42")](os("0x4b"),os("0x27"),os("0x1a"),(()=>!1)),e[os("0xa")][os("0x42")](os("0x4b"),"convertInlineImageToBlock",os("0x8"),e[os("0xa")][os("0xd")](os("0x4b"),"",os("0x1a"))),e[os("0xa")].registerCustomCallback("insertion",os("0x27"),os("0x2e"),(()=>!1)),e[os("0xa")].registerCustomCallback("insertion",os("0x27"),os("0x8"),(([n])=>{const o=e[os("0xa")][os("0xd")](os("0x4f"),"",os("0x8"));let i=n[os("0x4e")],r=n.end;const s=t[os("0x5e")][os("0x30")][os("0x4a")](i,os("0x29")),x=t[os("0x5e")][os("0x30")].getNearestSelectionRange(r,os("0x0"));s[os("0x56")]&&(i=s[os("0x4e")]),x[os("0x56")]&&(r=x[os("0x39")]),o([t[os("0x5e")].createRange(i,r)])})),e[os("0xa")].registerCustomCallback(os("0x4b"),"convertInlineImageToBlock","chain",x),e._suggestionFactory[os("0x42")](os("0x4f"),os("0x27"),os("0x15"),x)),t[os("0xc")][os("0x34")]("ImageCaptionEditing")&&(e.enableCommand(os("0x4d"),((o,i)=>{const r=t[os("0xc")].get("ImageCaptionUtils");let s=n[os("0x5")](t[os("0x5e")][os("0x5b")][os("0x48")]),x=r[os("0x5c")](s);t[os("0x5e")][os("0x19")]((()=>{if(x)return void e[os("0x2")](t[os("0x5e")].createRangeOn(x));const a=n[os("0x1c")](s);o(i),s=n.getClosestSelectedImageElement(t[os("0x5e")][os("0x5b")][os("0x48")]),x=r.getCaptionFromImageModelElement(s),e.markInsertion(t[os("0x5e")][os("0x5a")](x),a?null:os("0x38"))}))})),e._suggestionFactory[os("0x42")](os("0x4f"),"imageCaption",os("0x15"),x));const i=[{type:os("0x4b"),subType:os("0x13")},{type:"insertion",subType:os("0x38")},{type:os("0x4b"),subType:os("0x27")},{type:os("0x4f"),subType:os("0x27")}];function r(t,o){const r=i.findIndex((({type:e,subType:n})=>t[os("0x47")]==e&&t[os("0x3f")]==n)),s=i.findIndex((({type:t,subType:e})=>o[os("0x47")]==t&&o[os("0x3f")]==e));if(r<0||s<0)return!1;const x=t[os("0x3d")](),a=o[os("0x3d")]();if((0==r||1==r)&&2==s&&x.isIntersecting(a))return!0;if(2==r&&3==s){const t=e._findSuggestions(x,"insertion")[os("0x5f")]((({suggestion:t,meta:e})=>e[os("0x59")]&&os("0x27")==t[os("0x3f")]));if(t[os("0x20")]>1&&a[os("0x39")][os("0x22")](x[os("0x4e")]))return!0;if(1==t.length&&(x[os("0x4e")].isEqual(a[os("0x39")])||x[os("0x39")][os("0x22")](a[os("0x4e")])))return!0}if(3==r&&3==s&&x.start.isBefore(a.start)){const t=x[os("0x39")][os("0xf")],e=a[os("0x4e")].nodeBefore;return n[os("0x1c")](t)&&t===e}return!1}function x(t,e){return r(t,e)?[t,e]:r(e,t)?[e,t]:null}t[os("0xc")].has(os("0x53"))&&(e[os("0x3a")](os("0x40"),[],[os("0x33")]),e[os("0x55")][os("0x3b")](os("0x33"),Qo(o,os("0x11")))),t[os("0xc")][os("0x34")]("ImageTextAlternativeEditing")&&e._enableDefaultAttributesIntegration(os("0x17"),[],[os("0x16")]),e[os("0x55")].registerDescriptionCallback((t=>{if(i[os("0x4c")]((({type:e,subType:n})=>t[os("0x47")]==e&&t[os("0x3f")]==n)))return t[os("0x32")]?{}:void 0})),e[os("0x55")][os("0x26")]((t=>{if(os("0x4f")==t[os("0x47")]||os("0x3e")==t[os("0x47")]){const e=t[os("0x1")]();if(e&&e.is("element","caption"))return{type:"insertion"==t[os("0x47")]?"addObject":os("0x54"),element:e,quantity:1}}})),e._descriptionFactory[os("0x26")]((t=>os("0x4b")==t[os("0x47")]&&os("0x27")==t.subType?{type:os("0x51"),content:os("0x21")}:os("0x4b")==t.type&&os("0xb")==t.subType?{type:"format",content:os("0x1e")}:void 0)),e._descriptionFactory[os("0x26")]((t=>{if(os("0x36")!=t[os("0x47")])return;const{data:e}=t;if(!e||os("0x16")!=e[os("0x1b")])return;const n=e[os("0x41")];return n?{type:os("0x51"),content:Qo(o,os("0x23"),'"'+n+'"')}:{type:"format",content:Qo(o,os("0x6"))}})),this._registerLegacyDescription()}[os("0xe")](){const t=this[os("0x10")],e=t[os("0x57")];t[os("0xc")][os("0x12")]("TrackChangesEditing")[os("0x55")][os("0x26")]((t=>{if("formatBlock"!=t[os("0x47")]&&"formatInline"!=t[os("0x47")])return;const{data:n}=t;if(n){if("imageTextAlternative"==n[os("0x49")]){const t=n[os("0x44")][0][os("0x41")];return t?{type:"format",content:Qo(e,os("0x23"),'"'+t+'"')}:{type:os("0x51"),content:Qo(e,os("0x6"))}}if("resizeImage"==n[os("0x49")]){const t=n[os("0x44")][0][os("0x2c")];return t?{type:os("0x51"),content:Qo(e,os("0x18"),t)}:{type:"format",content:Qo(e,os("0x2f"))}}}}))}}const rs=["locale","_enableDefaultAttributesIntegration","afterInit","type","has","format","editor","accept","TrackChangesEditing","_suggestionFactory","formatInline","key","formatBlock","registerDescriptionCallback","newValue","discard","src","plugins","_handleLegacySuggestions","*Format:* replace image URL","getSuggestionCallback","_descriptionFactory","get","_registerLegacyDescription","attribute","replaceImageSource","ImageEditing","oldValue","registerCustomCallback"];var ss,xs;ss=rs,xs=434,function(t){for(;--t;)ss.push(ss.shift())}(++xs);const as=function(t,e){return rs[t-=0]};class cs extends t.Plugin{[as("0x3")](){if(!this.editor[as("0x12")][as("0x5")](as("0x1b")))return;const t=this[as("0x7")][as("0x1")],e=this.editor[as("0x12")][as("0x17")](as("0x9"));e[as("0x2")](as("0x1a"),[],[as("0x11")]),e[as("0x16")][as("0xe")]((e=>{if(as("0x19")!=e.type)return;const{data:n}=e;return n&&as("0x11")==n[as("0xc")]?n[as("0xf")]&&n[as("0x1c")]?{type:as("0x6"),content:Qo(t,"*Replace image URL*")}:{type:"format",content:""}:void 0})),this[as("0x13")]()}[as("0x13")](){const t=this[as("0x7")][as("0x12")].get(as("0x9"));t[as("0xa")][as("0x0")]("formatBlock","replaceImageSource",as("0x8"),t[as("0xa")][as("0x15")](as("0xd"),null,as("0x10"))),t[as("0xa")].registerCustomCallback(as("0xd"),as("0x1a"),as("0x10"),t._suggestionFactory[as("0x15")]("formatBlock",null,as("0x8"))),this[as("0x18")]()}[as("0x18")](){const t=this.editor,e=t.locale;t.plugins[as("0x17")](as("0x9"))._descriptionFactory[as("0xe")]((t=>{if(as("0xd")!=t[as("0x4")]&&as("0xb")!=t[as("0x4")])return;const{data:n}=t;return n&&as("0x1a")==n.commandName?{type:as("0x6"),content:Qo(e,as("0x14"))}:void 0}))}}const ls=["FORMAT_SIDE_IMAGE","editor","refresh","registerCustomCallback","has","registerDescriptionCallback","ImageUtils","subType","start","name","getFirstRange","imageStylePreApply","suggestion","setImageNaturalSizeAttributes","length","join","imageStyle","getChangedMarkers","commandReversedParams","commandParams","nodeBefore","locale","afterInit","next","title","isBlockImage","differ","formatBlock","registerPostFixer","isIntersecting","from","isEqual","plugins","getSuggestion","ImageStyleEditing","imageTypeBlock","side","model","end","_findSuggestions","document","findIndex","commandName","format","getClosestSelectedImageElement","convertInlineImageToBlock","normalizedStyles","enableCommand","get","toLowerCase","value","filter","author","commands","discardSuggestion","discard","shouldConvertImageType","accept","*Format:* %0","markBlockFormat","formatInline","getContainedElement","_splitMarkerName","Users","_suggestionFactory","_registerLegacyDescription","insertion","imageStylePostApply","newRange","getSuggestions","imageCaption","isInContent","isInlineImage","createRangeOn","type","_descriptionFactory","forEach","selection","getSuggestionCallback"];var us,ds;us=ls,ds=324,function(t){for(;--t;)us.push(us.shift())}(++ds);const gs=function(t,e){return ls[t-=0]};class fs extends t.Plugin{[gs("0xe")](){const t=this[gs("0x48")];if(!t[gs("0x18")][gs("0x4b")]("ImageStyleEditing"))return;const n=t[gs("0x18")][gs("0x28")]("TrackChangesEditing"),o=t.plugins[gs("0x28")](gs("0x4d")),i={};n[gs("0x27")](gs("0x8"),((i,r)=>{const s=t.plugins[gs("0x28")](gs("0x37")).me,x=t[gs("0x2d")][gs("0x28")](gs("0x8"));let a=o.getClosestSelectedImageElement(t.model[gs("0x20")][gs("0x45")]),c=t.model[gs("0x41")](a),l=x[gs("0x2a")];if(l==r[gs("0x2a")])return;const u={commandName:gs("0x8"),commandParams:[r],formatGroupId:(0,e.uid)()};t.model.change((()=>{if(n[gs("0x3d")]()[gs("0x2b")]((t=>t[gs("0x3f")]&&s==t[gs("0x2c")]&&(gs("0x13")==t[gs("0x42")]||gs("0x34")==t[gs("0x42")])&&(gs("0x3")==t[gs("0x4e")]||gs("0x3b")==t[gs("0x4e")])&&t[gs("0x2")]()[gs("0x17")](c)))[gs("0x44")]((t=>n[gs("0x2e")](t.head))),a=o[gs("0x24")](t[gs("0x1d")][gs("0x20")].selection),c=t.model[gs("0x41")](a),x[gs("0x49")](),t.commands[gs("0x28")]("imageTypeInline")[gs("0x49")](),t[gs("0x2d")].get(gs("0x1b"))[gs("0x49")](),l=x.value,l!=r[gs("0x2a")])return o[gs("0x40")](a)&&x[gs("0x30")](r[gs("0x2a")],a)?(i({...r,setImageSizes:!1}),a=o[gs("0x24")](t[gs("0x1d")].document.selection),void n[gs("0x33")](a,{...u,commandReversedParams:[{value:l||null,setImageSizes:!1}]},[],"imageStylePreApply")):void(o[gs("0x11")](a)?n[gs("0x33")](a,u,[],gs("0x3b")):n.markInlineFormat(c,u,gs("0x3b")))}))}));for(const e of t[gs("0x18")][gs("0x28")](gs("0x1a"))[gs("0x26")])i[e[gs("0x1")]]=e[gs("0x10")][gs("0x29")]();n._suggestionFactory[gs("0x4a")](gs("0x13"),gs("0x3"),gs("0x7"),(()=>!1)),n._suggestionFactory.registerCustomCallback(gs("0x13"),gs("0x3b"),"join",(()=>!1)),n[gs("0x38")][gs("0x4a")](gs("0x34"),gs("0x3b"),"join",(()=>!1)),n._suggestionFactory[gs("0x4a")](gs("0x13"),"imageStylePreApply",gs("0x31"),(([t])=>{o[gs("0x5")](t.getContainedElement())})),n[gs("0x38")].registerCustomCallback(gs("0x13"),gs("0x3"),gs("0x2f"),((t,e)=>{n[gs("0x38")][gs("0x46")]("formatBlock","",gs("0x31"))(t,{commandName:e[gs("0x22")],commandParams:e[gs("0xa")]})})),n[gs("0x38")][gs("0x4a")](gs("0x13"),gs("0x3"),"chain",(function(t,e){return s(t,e)?[t,e]:s(e,t)?[e,t]:null}));const r=[{type:gs("0x13"),subType:gs("0x3")},{type:"insertion",subType:gs("0x3e")},{type:"formatBlock",subType:"convertInlineImageToBlock"},{type:gs("0x3a"),subType:gs("0x25")}];function s(t,e){const i=r.findIndex((({type:e,subType:n})=>t[gs("0x42")]==e&&t[gs("0x4e")]==n)),s=r[gs("0x21")]((({type:t,subType:n})=>e[gs("0x42")]==t&&e[gs("0x4e")]==n));if(i<0||s<0)return!1;const x=t[gs("0x2")](),a=e[gs("0x2")]();if((0==i||1==i)&&2==s&&x[gs("0x15")](a))return!0;if(2==i&&3==s){const t=n[gs("0x1f")](x,gs("0x3a"))[gs("0x2b")]((({suggestion:t,meta:e})=>e.isOwn&&gs("0x25")==t[gs("0x4e")]));if(t.length>1&&a[gs("0x1e")][gs("0x17")](x[gs("0x0")]))return!0;if(1==t[gs("0x6")]&&(x[gs("0x0")][gs("0x17")](a[gs("0x1e")])||x[gs("0x1e")][gs("0x17")](a.start)))return!0}if(3==i&&3==s&&x[gs("0x0")].isBefore(a[gs("0x0")])){const t=x[gs("0x1e")].nodeAfter,e=a[gs("0x0")][gs("0xc")];return o.isBlockImage(t)&&t===e}return!1}t.model[gs("0x20")][gs("0x14")]((()=>{let e=!1;const i=Array[gs("0x16")](t[gs("0x1d")][gs("0x20")][gs("0x12")][gs("0x9")]());for(const{name:t,data:r}of i){const{group:i,type:s,subType:x,id:a}=n[gs("0x36")](t);if(gs("0x4")==i&&n.hasSuggestion(a)){if(gs("0x13")==s&&(gs("0x3")==x||"imageStylePostApply"==x)){const t=n[gs("0x19")](a);if(r[gs("0x3c")]){const i=t[gs("0x2")]()[gs("0x35")]();if(o[gs("0x11")](i))continue;n[gs("0x2e")](t),e=!0}}if("insertion"==s&&gs("0x3e")==x&&!r.newRange){const t=n[gs("0x19")](a);t[gs("0xf")]&&t[gs("0xf")][gs("0x3f")]&&(n[gs("0x2e")](t[gs("0xf")]),e=!0)}}}return e})),this[gs("0x39")](i)}[gs("0x39")](t){const e=this[gs("0x48")],n=e[gs("0xd")];e[gs("0x18")].get("TrackChangesEditing")[gs("0x43")][gs("0x4c")]((e=>{if("formatBlock"!=e[gs("0x42")]&&"formatInline"!=e[gs("0x42")])return;const{data:o}=e;if(!o||"imageStyle"!=o[gs("0x22")])return;const i=o[gs("0xb")][0][gs("0x2a")];return r=gs("0x1c")===i?Qo(n,gs("0x47")):t[i]||i,{type:gs("0x23"),content:Qo(n,gs("0x32"),r)};var r}))}}const ms=["editor","forEach","importWord","_trackChangesExecuted","dataInsert","get","_trackChangesValueDuringImport","commands","execute","_handleImportedData","listenTo","_setSuggestionData","trackChanges","TrackChangesEditing","value","plugins"];var hs,ps;hs=ms,ps=127,function(t){for(;--t;)hs.push(hs.shift())}(++ps);const bs=function(t,e){return ms[t-=0]};class Es extends t.Plugin{constructor(t){super(t),this[bs("0x7")]=!1,this._trackChangesExecuted=!1}afterInit(){const t=this[bs("0x1")],e=t.commands[bs("0x6")](bs("0x3")),n=t[bs("0x8")].get(bs("0xd"));e&&(e.on("execute",((t,[,e])=>{this._trackChangesValueDuringImport=n.value,e.collaboration_features.track_changes=!this[bs("0x7")]}),{priority:"high"}),this.listenTo(e,bs("0x5"),this[bs("0xa")].bind(this)),this[bs("0xb")](e,bs("0x5"),(()=>{this[bs("0x4")]&&(n[bs("0x9")](),this._trackChangesExecuted=!1)}),{priority:"lowest"}),t[bs("0x0")][bs("0x6")](bs("0xe")).enableCommand(bs("0x3")))}[bs("0xa")](t,e){const{suggestions:n}=e,o=this.editor[bs("0x8")].get("trackChanges"),i=o[bs("0xf")];this[bs("0x7")]!==i&&(o[bs("0x9")](),this[bs("0x4")]=!0),n&&n[bs("0x2")]((({id:t,type:e,author:n,created_at:o})=>{const i={id:t,type:e,authorId:this[bs("0x1")][bs("0x0")][bs("0x6")]("Users").me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:"importWord"}}};this[bs("0x1")][bs("0x0")][bs("0x6")](bs("0xe"))[bs("0xc")](i)}))}}const _s=["FORMAT_INDENT","enableCommand","_descriptionFactory","indent","IndentEditing","get","getItemLabel","_registerBlockAttribute","has","locale","plugins","outdent","IndentBlock","*Indent:* %0","afterInit","outdentBlock","commandName","formatBlock","editor","blockIndent","registerAttributeLabel","_registerLegacyDescription","indentBlock","format"];var Ts,ys;Ts=_s,ys=481,function(t){for(;--t;)Ts.push(Ts.shift())}(++ys);const Cs=function(t,e){return _s[t-=0]};class As extends t.Plugin{[Cs("0xd")](){const t=this[Cs("0x11")],e=t[Cs("0x9")][Cs("0x4")]("TrackChangesEditing");if(t[Cs("0x9")][Cs("0x7")](Cs("0x3"))&&(e[Cs("0x0")](Cs("0x2")),e[Cs("0x0")](Cs("0xa"))),t[Cs("0x9")][Cs("0x7")](Cs("0xb")))for(const t of[Cs("0x15"),Cs("0xe")])e._enableDefaultAttributesIntegration(t);const n=t[Cs("0x8")];e[Cs("0x6")]("blockIndent"),e[Cs("0x1")][Cs("0x13")](Cs("0x12"),Qo(n,Cs("0x17"))),this._registerLegacyDescription()}[Cs("0x14")](){const t=this.editor,e=t[Cs("0x8")],n=t.plugins[Cs("0x4")]("TrackChangesEditing");n[Cs("0x1")].registerDescriptionCallback((t=>{if(Cs("0x10")!=t.type)return;const{data:o}=t;if(!o)return;if(Cs("0x15")!=o[Cs("0xf")]&&Cs("0xe")!=o[Cs("0xf")])return;const i=t.getItems()[0],r=n[Cs("0x1")][Cs("0x5")](i);return Cs("0x15")==o[Cs("0xf")]?{type:Cs("0x16"),content:Qo(e,Cs("0xc"),r)}:"outdentBlock"==o[Cs("0xf")]?{type:Cs("0x16"),content:Qo(e,"*Outdent:* %0",r)}:void 0}))}}var ks,Is,Rs=["enableCommand","requires","TrackChangesEditing","init","editor","get","plugins"];ks=Rs,Is=122,function(t){for(;--t;)ks.push(ks.shift())}(++Is);var Ss=function(t,e){return Rs[t-=0]};class vs extends t.Plugin{static get[Ss("0x5")](){return[Hi.Input]}[Ss("0x0")](){this[Ss("0x1")][Ss("0x3")][Ss("0x2")](Ss("0x6"))[Ss("0x4")]("input")}}const Ns=["plugins","newValue","key","get","link (","label","format","formatInline","TrackChangesEditing","locale","commands","_descriptionFactory","*Remove link*","LinkEditing","*Set link:* %0","commandName","unlink","manualDecorators","afterInit","type","_enableDefaultAttributesIntegration","editor","registerDescriptionCallback","has","_registerLegacyDescription","link"];var Ls,Ms;Ls=Ns,Ms=359,function(t){for(;--t;)Ls.push(Ls.shift())}(++Ms);const ws=function(t,e){return Ns[t-=0]};class Os extends t.Plugin{[ws("0x17")](){const t=this[ws("0x0")];if(!t.plugins[ws("0x2")](ws("0x12")))return;const e=t[ws("0x5")][ws("0x8")]("TrackChangesEditing"),n=t[ws("0xf")][ws("0x8")](ws("0x4"));e[ws("0x19")](ws("0x4"),["linkHref",...n[ws("0x16")].map((t=>t.id))]),e[ws("0x19")](ws("0x15"));for(const t of n[ws("0x16")])e[ws("0x10")].registerAttributeLabel(t.id,ws("0x9")+t[ws("0xa")].toLowerCase()+")");e[ws("0x10")][ws("0x1")]((e=>{if("attribute"!=e[ws("0x18")])return;const{data:n}=e;if(!n||"linkHref"!=n[ws("0x7")])return;const o=n[ws("0x6")],i=t[ws("0xe")];return{type:ws("0xb"),content:null==o?Qo(i,ws("0x11")):Qo(i,ws("0x13"),'"'+o+'"')}})),this[ws("0x3")]()}[ws("0x3")](){const t=this[ws("0x0")],e=t[ws("0xe")];t.plugins.get(ws("0xd"))[ws("0x10")].registerDescriptionCallback((t=>{if(ws("0xc")!=t[ws("0x18")])return;const{data:n}=t;if(n){if(ws("0x4")==n[ws("0x14")]){const t=n.commandParams[0];return{type:ws("0xb"),content:Qo(e,ws("0x13"),'"'+t+'"')}}return"unlink"==n.commandName?{type:ws("0xb"),content:Qo(e,ws("0x11"))}:void 0}}))}}const Fs=["plugins","type","listItem","afterInit","markBlockFormat","name","locale","forceValue","formatInline","add","indentList","end","createRange","has","ListEditing","commandParams","ELEMENT_BULLETED_LIST","*Uncheck item*","formatBlock","_descriptionFactory","before","createPositionAt","checkChild","editor","*Check item*","nextSibling","listType","format","commands","todoList","commandName","bulletedList","from","schema","get","previousSibling","blockName","slice","registerDescriptionCallback","checkTodoList","model","length","listIndent","element","getSelectedBlocks","ELEMENT_TODO_LIST","paragraph","ELEMENT_NUMBERED_LIST","parent","document","numberedList","value","selection","numbered","*Indent:* %0","*Change to:* %0","enableCommand","List","change","execute","ELEMENT_LIST_ITEM","registerElementLabel","outdentList","TodoListEditing","bulleted","todoListChecked","getAttribute","filter","todo"];var Ds,Bs;Ds=Fs,Bs=199,function(t){for(;--t;)Ds.push(Ds.shift())}(++Bs);const Ps=function(t,e){return Fs[t-=0]};class Us extends t.Plugin{[Ps("0xb")](){const t=this[Ps("0x1f")],e=t[Ps("0xe")];if(!t[Ps("0x8")][Ps("0x15")](Ps("0x16")))return;const n=t[Ps("0x8")].get("TrackChangesEditing"),o=t.plugins[Ps("0x15")](Ps("0x2"));function i(e){return()=>{const o=t[Ps("0x30")][Ps("0x39")][Ps("0x3c")],i=t[Ps("0x24")][Ps("0x2a")](e);if(i[Ps("0x3b")])return void t[Ps("0x43")](Ps("0x36"),{});const r=e[Ps("0x2d")](0,-4),s=function(t,e,n){let o=Array[Ps("0x28")](t)[Ps("0x6")]((t=>{return e=t,(o=n)[Ps("0x1e")](e[Ps("0x38")],Ps("0xa"))&&!o.isObject(e);var e,o}));o=o[Ps("0x6")]((t=>!t.is("element",Ps("0xa"))||t[Ps("0x5")](Ps("0x22"))!=e));const i=new Set;for(const t of o)t.is(Ps("0x33"),"listItem")?i[Ps("0x11")](js(t)):i.add(t);return Array[Ps("0x28")](i)}(o[Ps("0x34")](),r,t[Ps("0x30")][Ps("0x29")]);t[Ps("0x30")][Ps("0x42")]((()=>{for(const t of s)n[Ps("0xc")](t,{commandName:e,commandParams:[{forceValue:!i.value}],formatGroupId:Ps("0x2c")},Gs(t))}))}}function r(e){return()=>{const o=function(t){let e=Array[Ps("0x28")](t);const n=e.findIndex((t=>Ps("0xa")!=t[Ps("0xd")]));return n>-1&&(e=e[Ps("0x2d")](0,n)),e}(t[Ps("0x30")].document[Ps("0x3c")][Ps("0x34")]()),i=t[Ps("0x30")][Ps("0x14")](t[Ps("0x30")].createPositionAt(o[0],Ps("0x1c")),t[Ps("0x30")][Ps("0x1d")](o[o[Ps("0x31")]-1],Ps("0x13")));t[Ps("0x30")][Ps("0x42")]((()=>{n.markBlockFormat(i,{commandName:e,commandParams:[],formatGroupId:Ps("0x32")},function(t){const e=new Set;for(const n of t){let t=n[Ps("0x21")];for(;t&&t.getAttribute(Ps("0x32"))>n[Ps("0x5")](Ps("0x32"));)e[Ps("0x11")](t),t=t[Ps("0x21")]}return Array[Ps("0x28")](e)}(o))}))}}n[Ps("0x40")](Ps("0x3a"),i(Ps("0x3a"))),n.enableCommand(Ps("0x27"),i("bulletedList")),o&&n.enableCommand(Ps("0x25"),i("todoList")),n[Ps("0x40")](Ps("0x12"),r(Ps("0x12"))),n[Ps("0x40")]("outdentList",r(Ps("0x1"))),o&&n[Ps("0x40")](Ps("0x2f"),(()=>{const e=t.commands[Ps("0x2a")](Ps("0x2f")),o=Array[Ps("0x28")](e._selectedElements);o[Ps("0x6")]((t=>t.getAttribute(Ps("0x4"))!=e[Ps("0x3b")])),t.model.change((()=>{for(const t of o)n[Ps("0xc")](t,{commandName:Ps("0x2f"),commandParams:[{forceValue:!e.value}]})}))})),n[Ps("0x1b")][Ps("0x0")](Ps("0xa"),(t=>Qo(e,"ELEMENT_LIST_ITEM",t))),n[Ps("0x1b")][Ps("0x2e")]((t=>{if(Ps("0x1a")!=t[Ps("0x9")]&&Ps("0x10")!=t[Ps("0x9")])return;const{data:n}=t;if(n){if(Ps("0x3a")==n[Ps("0x26")]||Ps("0x27")==n[Ps("0x26")]||Ps("0x25")==n[Ps("0x26")])switch(n[Ps("0x26")].replace(Ps("0x41"),"")){case Ps("0x3"):return o(Qo(e,Ps("0x18")));case Ps("0x3d"):return o(Qo(e,Ps("0x37")));case Ps("0x7"):return o(Qo(e,Ps("0x35")))}if(Ps("0x12")==n[Ps("0x26")])return{type:Ps("0x23"),content:Qo(e,Ps("0x3e"),Qo(e,Ps("0x44")))};if(Ps("0x1")==n[Ps("0x26")])return{type:Ps("0x23"),content:Qo(e,"*Outdent:* %0",Qo(e,Ps("0x44")))};if("checkTodoList"==n[Ps("0x26")])return n[Ps("0x17")][0][Ps("0xf")]?{type:"format",content:Qo(e,Ps("0x20"))}:{type:"format",content:Qo(e,Ps("0x19"))}}function o(t){return{type:Ps("0x23"),content:Qo(e,Ps("0x3f"),t)}}}))}}function js(t){const e=t[Ps("0x5")](Ps("0x32"));if(0==e)return t;let n=t;for(;t.previousSibling&&t.previousSibling.is(Ps("0x33"),"listItem");){const o=t[Ps("0x2b")].getAttribute(Ps("0x32"));if(o==e)n=t[Ps("0x2b")];else if(o<e)break;t=t[Ps("0x2b")]}return n}function Gs(t){const e=[];if(t.is("element",Ps("0xa"))&&t.getAttribute(Ps("0x32"))>0){let n=t[Ps("0x21")];for(;n&&"listItem"==n[Ps("0xd")]&&n[Ps("0x5")](Ps("0x32"))==t[Ps("0x5")](Ps("0x32"));)e.push(n),n=n[Ps("0x21")]}return e}const Vs=["has","type","replace","formatBlock","*Format:* set order to regular","createRange","getAttribute","selection","listType","document","toUpperCase","reversed","handleListStartCommand","styles","enableCommand","format","map","getFirstPosition","*Format:* set start index to %0","before","startIndex","markMultiRangeBlockFormat","handleListStyleCommand","getSiblingNodes","length","_getSuggestionBlocks","handleListReversedCommand","getListTypeFromListStyleType","from","locale","commandName","ListUtils","_getTranslationKeyForListStyle","change","getLastPosition","*Change to:* %0","commandParams","listReversed","filter","getSelectedBlocks","listStyle","numbered","listItem","editor","_descriptionFactory","list.properties","config","TrackChangesEditing","model","ListPropertiesEditing","forward","parent","get","registerDescriptionCallback","element","listStart","plugins","handleDescriptions","createPositionAt","push","bind","backward"];var Hs,zs;Hs=Vs,zs=214,function(t){for(;--t;)Hs.push(Hs.shift())}(++zs);const Ws=function(t,e){return Vs[t-=0]};class Ks extends t.Plugin{afterInit(){if(!this[Ws("0xf")][Ws("0x1c")][Ws("0x22")](Ws("0x15")))return;const t=this[Ws("0xf")][Ws("0x12")][Ws("0x18")](Ws("0x11")),e=this[Ws("0xf")][Ws("0x1c")][Ws("0x18")](Ws("0x13"));t[Ws("0x2f")]&&e[Ws("0x30")](Ws("0xc"),this[Ws("0x38")][Ws("0x20")](this)),t[Ws("0x2d")]&&e[Ws("0x30")](Ws("0x9"),this[Ws("0x3c")].bind(this)),t[Ws("0x36")]&&e.enableCommand(Ws("0x1b"),this[Ws("0x2e")].bind(this)),e[Ws("0x10")][Ws("0x19")](this[Ws("0x1d")][Ws("0x20")](this))}[Ws("0x38")](t,e={}){const n=this[Ws("0xf")][Ws("0x1c")][Ws("0x18")](Ws("0x13")),o=this._getSuggestionBlocksForListStyle();this[Ws("0xf")].model.change((()=>{n.markMultiRangeBlockFormat(o,{commandName:Ws("0xc"),commandParams:[{type:e[Ws("0x23")]}],formatGroupId:Ws("0xc")})}))}[Ws("0x3c")](t,e={}){const n=this[Ws("0xf")][Ws("0x1c")][Ws("0x18")](Ws("0x13")),o=this[Ws("0x3b")]((t=>t.is(Ws("0x1a"),Ws("0xe"))&&Ws("0xd")===t[Ws("0x28")](Ws("0x2a"))));if(o[Ws("0x3a")]<1)return;const i=o.map((t=>this[Ws("0xf")][Ws("0x14")][Ws("0x27")](this[Ws("0xf")][Ws("0x14")].createPositionAt(t,Ws("0x35")),this[Ws("0xf")][Ws("0x14")].createPositionAt(t,0))));this[Ws("0xf")].model[Ws("0x5")]((()=>{n[Ws("0x37")](i,{commandName:Ws("0x9"),commandParams:[{reversed:e.reversed}],formatGroupId:Ws("0x9")})}))}[Ws("0x2e")](t,e={}){const n=this[Ws("0xf")].plugins.get(Ws("0x13")),o=this[Ws("0x3b")]((t=>t.is(Ws("0x1a"),Ws("0xe"))&&"numbered"===t[Ws("0x28")](Ws("0x2a"))));if(o[Ws("0x3a")]<1)return;const i=o[Ws("0x32")]((t=>this.editor[Ws("0x14")].createRange(this[Ws("0xf")][Ws("0x14")][Ws("0x1e")](t,Ws("0x35")),this.editor[Ws("0x14")][Ws("0x1e")](t,0))));this[Ws("0xf")][Ws("0x14")][Ws("0x5")]((()=>{n.markMultiRangeBlockFormat(i,{commandName:Ws("0x1b"),commandParams:[{startIndex:e[Ws("0x36")]}],formatGroupId:Ws("0x1b")})}))}[Ws("0x1d")](t){if(Ws("0x25")!=t.type&&"formatInline"!=t[Ws("0x23")])return;const e=this[Ws("0xf")][Ws("0x1")],{data:n}=t;if(!n)return;let o,i;switch(n[Ws("0x2")]){case Ws("0xc"):o=Ws("0x7"),i={type:Ws("0x31"),content:Qo(e,o,Qo(e,this[Ws("0x4")](n[Ws("0x8")][0][Ws("0x23")])))};break;case Ws("0x9"):o=n.commandParams[0].reversed?"*Format:* set order to reversed":Ws("0x26"),i={type:Ws("0x31"),content:Qo(e,o)};break;case Ws("0x1b"):o=Ws("0x34"),i={type:Ws("0x31"),content:Qo(e,o,n.commandParams[0][Ws("0x36")])}}return i}_getSuggestionBlocksForListStyle(){var t,e,n,o;const i=this[Ws("0xf")].plugins[Ws("0x18")](Ws("0x3"));let r=Array[Ws("0x0")](this[Ws("0xf")][Ws("0x14")].document.selection[Ws("0xb")]());return(null===(t=r[0])||void 0===t?void 0:t.is(Ws("0x1a"),"listItem"))&&r.unshift(...i[Ws("0x39")](this[Ws("0xf")][Ws("0x14")][Ws("0x2b")][Ws("0x29")][Ws("0x33")](),Ws("0x21"))),(null===(e=r[r[Ws("0x3a")]-1])||void 0===e?void 0:e.is(Ws("0x1a"),"listItem"))&&r[Ws("0x1f")](...i[Ws("0x39")](this[Ws("0xf")][Ws("0x14")][Ws("0x2b")][Ws("0x29")][Ws("0x6")](),"forward")),r=[...new Set(r)],(null===(o=null===(n=this[Ws("0xf")].model[Ws("0x2b")][Ws("0x29")][Ws("0x33")]())||void 0===n?void 0:n[Ws("0x17")])||void 0===o?void 0:o.is(Ws("0x1a"),"listItem"))&&(r=r[Ws("0xa")]((t=>t.is("element","listItem")))),r}[Ws("0x3b")](t){const e=this[Ws("0xf")].plugins[Ws("0x18")](Ws("0x3"));let n=Array[Ws("0x0")](this[Ws("0xf")][Ws("0x14")].document[Ws("0x29")][Ws("0xb")]())[Ws("0xa")](t).map((t=>{const n=this[Ws("0xf")][Ws("0x14")][Ws("0x1e")](t,0);return[...e[Ws("0x39")](n,Ws("0x21")),...e[Ws("0x39")](n,Ws("0x16"))]})).flat();return n=[...new Set(n)],n}[Ws("0x4")](t){return"ELEMENT_"+this.editor.plugins[Ws("0x18")](Ws("0x3"))[Ws("0x3d")](t)[Ws("0x2c")]()+"_LIST_"+t.toUpperCase()[Ws("0x24")](/-/g,"_")}}const qs=["data","ELEMENT_MEDIA","showSuggestionHighlights","createEmptyElement","has","options","plugins","MediaEmbedEditing","locale","TrackChangesEditing","registerElementLabel","downcastDispatcher","div","stop","attribute:url:media","mediaEmbed","get","_descriptionFactory","high","conversion","elementToElement","dataDowncast","enableCommand","media","afterInit"];var $s,Xs;$s=qs,Xs=197,function(t){for(;--t;)$s.push($s.shift())}(++Xs);const Zs=function(t,e){return qs[t-=0]};class Ys extends t.Plugin{[Zs("0x2")](){const t=this.editor;if(!t[Zs("0x9")][Zs("0x7")](Zs("0xa")))return;const e=t[Zs("0x9")][Zs("0x13")](Zs("0xc")),n=t[Zs("0xb")];e[Zs("0x0")](Zs("0x12")),e[Zs("0x14")][Zs("0xd")](Zs("0x1"),(t=>Qo(n,Zs("0x4"),t))),t[Zs("0x16")].for(Zs("0x18"))[Zs("0x17")]({model:Zs("0x1"),view:(t,{writer:e,options:n})=>{if(n[Zs("0x5")])return e[Zs("0x6")](Zs("0xf"))},converterPriority:Zs("0x15")}),t[Zs("0x3")][Zs("0xe")].on(Zs("0x11"),((t,e,n)=>{n[Zs("0x8")][Zs("0x5")]&&t[Zs("0x10")]()}),{priority:"high"})}}const Js=["plugins","has","get","mention","editor","afterInit","MentionEditing","TrackChangesEditing","enableCommand"];var Qs,tx;Qs=Js,tx=410,function(t){for(;--t;)Qs.push(Qs.shift())}(++tx);const ex=function(t,e){return Js[t-=0]};class nx extends t.Plugin{[ex("0x0")](){const t=this[ex("0x8")];t[ex("0x4")][ex("0x5")](ex("0x1"))&&t[ex("0x4")][ex("0x6")](ex("0x2"))[ex("0x3")](ex("0x7"))}}const ox=["ELEMENT_PAGE_BREAK","registerElementLabel","TrackChangesEditing","afterInit","locale","has","PageBreakEditing","pageBreak","enableCommand","get","plugins"];var ix,rx;ix=ox,rx=280,function(t){for(;--t;)ix.push(ix.shift())}(++rx);const sx=function(t,e){return ox[t-=0]};class xx extends t.Plugin{[sx("0x9")](){const t=this.editor;if(!t[sx("0x5")][sx("0x0")](sx("0x1")))return;t[sx("0x5")][sx("0x4")](sx("0x8"))[sx("0x3")](sx("0x2"));const e=t[sx("0x5")][sx("0x4")](sx("0x8")),n=t[sx("0xa")];e._descriptionFactory[sx("0x7")](sx("0x2"),(t=>Qo(n,sx("0x6"),t)))}}const ax=["span","locale","plugins","registerDescriptionCallback","getFirstRange","consumable","format","isBlock","editor","createUIElement","bindElementToMarker","highest","isLimit","consume","schema","get","isTouching","ck-suggestion-marker--active","_registerLegacyDescription","type","editing","formatBlock","insertion","mapper","addMarker:suggestion:insertion","checkChild","*Change to:* %0","downcastDispatcher","$text","model","markerName","markerRange","start","_enableDefaultAttributesIntegration","data","Paragraph","options","writer","name","has","nodeAfter","end","commandName","insert","*Insert:* %0","_descriptionFactory","paragraph","getItemLabel","TrackChangesEditing","afterInit","showSuggestionHighlights"];var cx,lx;cx=ax,lx=470,function(t){for(;--t;)cx.push(cx.shift())}(++lx);const ux=function(t,e){return ax[t-=0]};class dx extends t.Plugin{[ux("0x26")](){const t=this[ux("0x30")];if(!t[ux("0x2a")][ux("0x1c")](ux("0x18")))return;const e=t.locale,n=t.plugins[ux("0x4")](ux("0x25"));n._descriptionFactory.registerElementLabel(ux("0x23"),(t=>Qo(e,"ELEMENT_PARAGRAPH",t))),n[ux("0x16")](ux("0x23")),n.enableCommand("insertParagraph"),t[ux("0x9")][ux("0x10")].on("addMarker:suggestion:insertion",gx(t),{priority:ux("0x0")}),t[ux("0x17")][ux("0x10")].on(ux("0xd"),((e,n,o)=>{o[ux("0x19")][ux("0x27")]&&gx(t,{showActiveMarker:!1})(e,n,o)}),{priority:"highest"});const o=n[ux("0x22")];o[ux("0x2b")]((n=>{if(ux("0xb")!==n[ux("0x8")])return;const{start:i,end:r}=n[ux("0x2c")]();if(!i[ux("0x5")](r)||!i[ux("0x1d")])return;const s=t[ux("0x12")].schema,x=i[ux("0x1d")];return s.isBlock(x)&&!s[ux("0x1")](x)&&s.checkChild(x,ux("0x11"))?{type:ux("0xb"),content:Qo(e,ux("0x21"),o[ux("0x24")](x,1))}:void 0})),this._registerLegacyDescription()}[ux("0x7")](){const t=this[ux("0x30")],e=t[ux("0x29")];t[ux("0x2a")][ux("0x4")](ux("0x25"))[ux("0x22")][ux("0x2b")]((t=>{if(ux("0xa")!=t[ux("0x8")])return;const{data:n}=t;return n&&"paragraph"==n[ux("0x1f")]?{type:ux("0x2e"),content:Qo(e,ux("0xf"),Qo(e,"ELEMENT_PARAGRAPH"))}:void 0}))}}function gx(t,{showActiveMarker:e=!0}={}){return(n,o,i)=>{const r=t[ux("0x2a")][ux("0x4")](ux("0x25")),s=o.markerRange[ux("0x15")],x=o[ux("0x14")][ux("0x1e")],a=t[ux("0x12")][ux("0x3")];if(!s[ux("0x5")](x)||!s[ux("0x1d")])return;const c=s[ux("0x1d")];if(a[ux("0x2f")](c)&&!a[ux("0x1")](c)&&a[ux("0xe")](c,ux("0x11"))){if(!i[ux("0x2d")][ux("0x2")](o.markerRange,n[ux("0x1b")]))return;const t=i.writer[ux("0x31")](ux("0x28"),{class:"ck-suggestion-marker-split"}),s=i[ux("0xc")].toViewPosition(x);e&&r.activeMarkers.includes(o.markerName)&&i.writer.addClass(ux("0x6"),t),i[ux("0x1a")][ux("0x20")](s,t),i[ux("0xc")][ux("0x32")](t,o[ux("0x13")])}}}const fx=["editor","registerDescriptionCallback","_enableDefaultAttributesIntegration","type","has","commandName","format","get","removeFormat","formatBlock","locale","plugins","*Remove all formatting*","_registerLegacyDescription","afterInit","RemoveFormatEditing","formatInline"];var mx,hx;mx=fx,hx=348,function(t){for(;--t;)mx.push(mx.shift())}(++hx);const px=function(t,e){return fx[t-=0]};class bx extends t.Plugin{[px("0x6")](){const t=this[px("0x9")];t[px("0x3")][px("0xd")](px("0x7"))&&(t[px("0x3")][px("0x10")]("TrackChangesEditing")[px("0xb")](px("0x0")),this[px("0x5")]())}[px("0x5")](){const t=this[px("0x9")];t.plugins[px("0x10")]("TrackChangesEditing")._descriptionFactory[px("0xa")]((e=>{if(px("0x1")!=e[px("0xc")]&&px("0x8")!=e[px("0xc")])return;const{data:n}=e;return n&&px("0x0")==n[px("0xe")]?{type:px("0xf"),content:Qo(t[px("0x2")],px("0x4"))}:void 0}))}}const Ex=["acceptSuggestion","RestrictedEditingModeEditing","get","editor","plugins","afterInit","discardSelectedSuggestions","discardSuggestion","goToPreviousRestrictedEditingException","TrackChangesEditing","acceptSelectedSuggestions","discardAllSuggestions","goToNextRestrictedEditingException","has","enableCommand"];var _x,Tx;_x=Ex,Tx=410,function(t){for(;--t;)_x.push(_x.shift())}(++Tx);const yx=function(t,e){return Ex[t-=0]};class Cx extends t.Plugin{[yx("0x0")](){const t=this[yx("0xd")];if(!t[yx("0xe")][yx("0x8")](yx("0xb")))return;const e=t.plugins[yx("0xc")](yx("0x4"));e[yx("0x9")](yx("0x3")),e.enableCommand(yx("0x7"));const n=t[yx("0xe")].get(yx("0xb"));n[yx("0x9")]("trackChanges"),n[yx("0x9")](yx("0xa")),n[yx("0x9")](yx("0x2")),n[yx("0x9")]("acceptAllSuggestions"),n[yx("0x9")](yx("0x6")),n[yx("0x9")](yx("0x5")),n[yx("0x9")](yx("0x1"))}}const Ax=["get","deletion","bindElementToMarker","requires","mapper","addMarker:suggestion","data","getItems","name","element","createPositionBefore","split","showSuggestionHighlights","downcastDispatcher","markerName","addClass","TrackChangesEditing","createUIElement","activeMarkers","span","enableCommand","high","writer","editor","ck-suggestion-marker-","merge","test","plugins","markerRange","toViewPosition","includes","editing","locale","init","ELEMENT_LINE_BREAK","consumable","shiftEnter","options","insert","softBreak"];var kx,Ix;kx=Ax,Ix=158,function(t){for(;--t;)kx.push(kx.shift())}(++Ix);const Rx=function(t,e){return Ax[t-=0]};class Sx extends t.Plugin{static get[Rx("0x5")](){return[ur.ShiftEnter]}[Rx("0x23")](){const t=this[Rx("0x19")],e=t[Rx("0x1d")][Rx("0x2")](Rx("0x12"));e[Rx("0x16")](Rx("0x26")),t[Rx("0x21")].downcastDispatcher.on("addMarker:suggestion:insertion",vx(t),{priority:Rx("0x17")}),t.editing[Rx("0xf")].on("addMarker:suggestion:deletion",vx(t),{priority:"high"}),t[Rx("0x8")].downcastDispatcher.on(Rx("0x7"),((e,n,o)=>{o[Rx("0x27")][Rx("0xe")]&&vx(t,{showActiveMarker:!1})(e,n,o)})),e._descriptionFactory.registerElementLabel("softBreak",(e=>Qo(t[Rx("0x22")],Rx("0x24"),e)))}}function vx(t,{showActiveMarker:e=!0}={}){return(n,o,i)=>{const r=t[Rx("0x1d")][Rx("0x2")](Rx("0x12"));if(!i[Rx("0x25")][Rx("0x1c")](o[Rx("0x1e")],n[Rx("0xa")]))return;const s=t.model;for(const t of o[Rx("0x1e")][Rx("0x9")]()){if(!t.is(Rx("0xb"),Rx("0x1")))continue;const n=Rx("0x3")==o[Rx("0x10")][Rx("0xd")](":")[1]?Rx("0x1b"):Rx("0xd"),x=i.writer[Rx("0x13")](Rx("0x15"),{class:Rx("0x1a")+n}),a=i.mapper[Rx("0x1f")](s[Rx("0xc")](t));e&&r[Rx("0x14")][Rx("0x20")](o.markerName)&&i[Rx("0x18")][Rx("0x11")]("ck-suggestion-marker--active",x),i[Rx("0x18")][Rx("0x0")](a,x),i[Rx("0x6")][Rx("0x4")](x,o[Rx("0x10")])}}}const Nx=["FORMAT_RESTRICTED_ENABLED","enableCommand","plugins","from","commands","editor","type","formatBlock","afterInit","forceValue","value","has","StandardEditingModeEditing","isCollapsed","locale","getRanges","selection","registerDescriptionCallback","format","restrictedEditingException","change","get","formatInline"];var Lx,Mx;Lx=Nx,Mx=208,function(t){for(;--t;)Lx.push(Lx.shift())}(++Mx);const wx=function(t,e){return Nx[t-=0]};class Ox extends t.Plugin{[wx("0x7")](){const t=this[wx("0x4")],e=t.model,n=t[wx("0xd")];if(!t[wx("0x1")][wx("0xa")](wx("0xb")))return;const o=t[wx("0x1")].get("TrackChangesEditing"),i=wx("0x12"),r=t[wx("0x3")][wx("0x14")](i);o[wx("0x0")](i,((t,n={})=>{const s=e.document[wx("0xf")];if(s[wx("0xc")])return void t(n);const x=void 0!==n[wx("0x8")]?n[wx("0x8")]:!r[wx("0x9")];e[wx("0x13")]((()=>{const t=Array[wx("0x2")](s[wx("0xe")]());for(const n of t){const t=x?[n]:$i(i,n,e);for(const e of t)o.markInlineFormat(e,{commandName:i,commandParams:[{forceValue:x}]})}}))})),o._descriptionFactory[wx("0x10")]((t=>{if(wx("0x6")!=t.type&&wx("0x15")!=t[wx("0x5")])return;const{data:e}=t;return e&&e.commandName==i?e.commandParams[0].forceValue?{type:wx("0x11"),content:Qo(n,wx("0x16"))}:{type:wx("0x11"),content:Qo(n,"FORMAT_RESTRICTED_DISABLED")}:void 0}))}}const Fx=["ghsAttributes","type","_registerBlockAttribute","forceValue","DataSchema","inline","normalizeConfig","plugins","FORMAT_STYLE","add","*Remove format:* %0","element","registerAttributeLabel","formatBlock","locale","has","commandParams","TrackChangesEditing","StyleUtils","*Set format:* %0","config","registerDescriptionCallback","afterInit","style","styleName","_registerLegacyDescription","getGhsAttributeNameForElement","format","_enableDefaultAttributesIntegration","toLowerCase","GeneralHtmlSupport","get","_descriptionFactory","editor","formatInline","_registerInlineAttribute"];var Dx,Bx;Dx=Fx,Bx=459,function(t){for(;--t;)Dx.push(Dx.shift())}(++Bx);const Px=function(t,e){return Fx[t-=0]};class Ux extends t.Plugin{[Px("0x1f")](){const t=this.editor;if(!t[Px("0x10")][Px("0x18")]("Style")||!t[Px("0x10")][Px("0x18")](Px("0xd")))return;const e=t.plugins[Px("0x4")](Px("0x1a")),n=t.locale,o=t[Px("0x1d")][Px("0x4")](Px("0x20")),i=t.plugins[Px("0x4")](Px("0x3")),r=t.plugins[Px("0x4")](Px("0x1b"))[Px("0xf")](t[Px("0x10")][Px("0x4")]("DataSchema"),o.definitions);e[Px("0x1")](Px("0x20"));const s=new Set;for(const t of r.block){const e=i[Px("0x23")](t[Px("0x14")]);s[Px("0x12")](e)}const x=new Set;for(const t of r[Px("0xe")]){const e=i.getGhsAttributeNameForElement(t[Px("0x14")]);x.add(e);for(const e of t[Px("0x9")])x[Px("0x12")](e)}for(const t of s)e[Px("0xb")](t),e[Px("0x5")][Px("0x15")](t,Qo(n,"FORMAT_STYLE"));for(const t of x)e[Px("0x8")](t),e[Px("0x5")][Px("0x15")](t,Qo(n,Px("0x11")));this[Px("0x22")]()}[Px("0x22")](){const t=this[Px("0x6")],e=t[Px("0x17")];t[Px("0x10")][Px("0x4")](Px("0x1a"))[Px("0x5")][Px("0x1e")]((t=>{if(Px("0x16")!=t[Px("0xa")]&&Px("0x7")!=t[Px("0xa")])return;const{data:n}=t;return n&&"style"===n.commandName?n[Px("0x19")][0][Px("0xc")]?{type:Px("0x0"),content:Qo(e,Px("0x1c"),n[Px("0x19")][0][Px("0x21")][Px("0x2")]())}:{type:Px("0x0"),content:Qo(e,Px("0x13"),n[Px("0x19")][0][Px("0x21")][Px("0x2")]())}:void 0}))}}const jx=["commands","ELEMENT_TABLE_COLUMN_WITH_TEXT","execute","isInContent","setSelection","_splitMarkerName","start","plugins","detach","add","getAttribute","editor","ELEMENT_TABLE_WITH_TEXT","getRanges","TableUtils","document","tableColumn","_getCoordsForCells","deletion","registerElementLabel","addRange","_getSuggestionCoords","length","insertTableColumnRight","discard","TrackChangesEditing","ELEMENT_TABLE","push","hasAttribute","getRowIndexes","insertTable","registerPostFixer","tableRow","getChildren","max","substr","filter","change:data","_acceptFormatSuggestionCallbackFactory","_tableSuggestions","rowspan","toLowerCase","classes","*Remove:* %0","createRangeIn","registerDescriptionCallback","createTableWalker","getSuggestion","isEqual","name","selection","nodeAfter","values","getSelectionAffectedTableCells","root","_suggestionFactory","from","batch","insertion","tableCell","every","get","getColumnIndexes","type","locale","$graveyard","_descriptionFactory","low","insertTableRowBelow","end","has","change","highest","subType","getChangedMarkers","span","ELEMENT_TABLE_ROW","selectTableColumn","position","addClass","element","ELEMENT_TABLE_ROW_WITH_TEXT","some","removeTableRow","removeTableColumn","TableEditing","MAX_SAFE_INTEGER","model","options","isArray","enableCommand","accept","first","includes","getCellLocation","above","fromRange","differ","_tablePostFixingSubtypes","enqueueChange","min","createPositionAt","colspan","registerCustomCallback","$textProxy","downcastDispatcher","join","cell","data","_setupColumnsRowsFixing","createRangeOn","map","forceValue","isTouching","MIN_SAFE_INTEGER","*Insert:* %0","minRow","last","item","showSuggestionHighlights","ELEMENT_TABLE_COLUMN","getItems","rootName","refresh","table","order","maxRow","maxColumn","findAncestor"];var Gx,Vx;Gx=jx,Vx=369,function(t){for(;--t;)Gx.push(Gx.shift())}(++Vx);const Hx=function(t,e){return jx[t-=0]};class zx extends t.Plugin{constructor(t){super(t),this[Hx("0x74")]=[Hx("0x32"),Hx("0x22")],this[Hx("0x39")]=new Set}afterInit(){const t=this[Hx("0x1d")],e=t.model[Hx("0x21")][Hx("0x44")];if(!t[Hx("0x19")][Hx("0x58")](Hx("0x67")))return;const n=t[Hx("0x52")],o=t[Hx("0x19")][Hx("0x4f")](Hx("0x2b")),i=t.plugins.get(Hx("0x20"));o._descriptionFactory[Hx("0x25")]("table",(t=>Qo(n,Hx("0x2c"),t))),this._setupColumnsRowsFixing(),o[Hx("0x6c")](Hx("0x30")),o[Hx("0x6c")]("selectTableRow"),o[Hx("0x6c")](Hx("0x5f"));for(const n of["insertTableRowAbove",Hx("0x56")]){const r=t[Hx("0x12")][Hx("0x4f")](n);o[Hx("0x6c")](n,(n=>{t.model.change((t=>{n();const s=Hx("0x71")===r[Hx("0xe")],x=i.getSelectionAffectedTableCells(e),a=i[Hx("0x2f")](x),c=s?a[Hx("0x6e")]-1:a[Hx("0x6")]+1,l=x[0].findAncestor(Hx("0xd")),u=i[Hx("0x40")](l,{startRow:c,endRow:c}),d=Array[Hx("0x4a")](u).map((e=>t[Hx("0x80")](e[Hx("0x7d")])));o.markMultiRangeInsertion(d,Hx("0x32"))}))}))}for(const n of["insertTableColumnLeft",Hx("0x29")]){const r=t[Hx("0x12")][Hx("0x4f")](n);o.enableCommand(n,(n=>{t[Hx("0x69")].change((t=>{n();const s="left"===r.order,x=i.getSelectionAffectedTableCells(e),a=i[Hx("0x50")](x),c=s?a[Hx("0x6e")]-1:a[Hx("0x6")]+1,l=x[0][Hx("0x11")](Hx("0xd")),u=i[Hx("0x40")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[Hx("0x4a")](u)[Hx("0x0")]((e=>t[Hx("0x80")](e[Hx("0x7d")])));o.markMultiRangeInsertion(d,"tableColumn")}))}))}for(const n of[Hx("0x65"),Hx("0x66")]){const r=n[Hx("0x35")](11),s=r[Hx("0x3b")](),x=s[Hx("0x35")](0,3)+Hx("0x5d"),a=Hx("0xd")+r,c=Hx("0x76")+r,l="max"+r;o.enableCommand(n,(()=>{t[Hx("0x69")].change((t=>{const r=i[Hx("0x47")](e),u=r[0][Hx("0x11")](Hx("0xd"));let d;if(Hx("0x65")==n){const t=i[Hx("0x2f")](r);d={startRow:t[Hx("0x6e")],endRow:t[Hx("0x6")],includeAllSlots:!0}}else{const t=i[Hx("0x50")](r);d={startColumn:t[Hx("0x6e")],endColumn:t.last,includeAllSlots:!0}}const g=i[Hx("0x40")](u,d),f=Array[Hx("0x4a")](g).map((({cell:t})=>t)),m=Wx(f.filter((t=>t[Hx("0x2e")](x)))),h=Wx(f.filter((t=>!t[Hx("0x2e")](x))))[Hx("0x0")]((e=>t[Hx("0x80")](e))),p=o.markMultiRangeDeletion(h,a);if(p&&(Hx("0x32")==p[Hx("0x5b")]||"tableColumn"==p[Hx("0x5b")])){const e=this._getSuggestionCoords(p);for(const n of m){const o=t.createRangeOn(n),r=i.getCellLocation(n),a=n.getAttribute(x)-1,u=e[c],d=e[l];u<=r[s]&&r[s]+a<=d&&p[Hx("0x26")](o)}}}))}))}function r(n){const o=Array.from(e.getRanges())[Hx("0x0")]((t=>s.LiveRange[Hx("0x72")](t)));t[Hx("0x69")].change((e=>{const i=e[Hx("0x4b")];n=n[Hx("0x36")]((t=>Hx("0x53")!=t[Hx("0x48")][Hx("0xb")])),e.setSelection(n),t[Hx("0x12")][Hx("0x4f")]("removeTableRow").refresh(),t[Hx("0x14")]("removeTableRow",{forceDefaultExecution:!0}),t.model[Hx("0x75")]((()=>{t.model[Hx("0x75")](i,(t=>{const e=o[Hx("0x36")]((t=>Hx("0x53")!=t[Hx("0x48")][Hx("0xb")]));e[Hx("0x28")]>0&&t[Hx("0x16")](e);for(const t of o)t.detach()}))}))}))}function a(n){t[Hx("0x69")][Hx("0x59")]((o=>{const i=Array[Hx("0x4a")](e[Hx("0x1f")]())[Hx("0x0")]((t=>s.LiveRange.fromRange(t))),r=[];for(const t of n)for(const e of t.getItems({shallow:!0}))r[Hx("0x2d")](e);for(const e of r)"$graveyard"!=e[Hx("0x48")][Hx("0xb")]&&(o[Hx("0x16")](o[Hx("0x77")](e,0)),t.commands.get(Hx("0x66"))[Hx("0xc")](),t.execute(Hx("0x66"),{forceDefaultExecution:!0}));const x=i[Hx("0x36")]((t=>"$graveyard"!=t.root[Hx("0xb")]));x[Hx("0x28")]>0&&o[Hx("0x16")](x);for(const t of i)t.detach()}))}function c(t,e){return e[Hx("0x4e")]((e=>t[Hx("0x64")]((t=>t.end.isEqual(e[Hx("0x18")])||e[Hx("0x57")][Hx("0x42")](t[Hx("0x18")])))))}function l(t,e){return t[Hx("0x64")]((t=>e[Hx("0x64")]((e=>t[Hx("0x57")][Hx("0x2")](e.start)))))}t[Hx("0x7e")][Hx("0x7b")].on("addMarker:suggestion",((t,e,n)=>{if(!n[Hx("0x6a")][Hx("0x8")])return;const o=e[Hx("0x7")];if(!o)return;const i=n.mapper.toViewElement(o);function r(t){return Array[Hx("0x6b")](t)?t:[t]}i&&"tableCell"===o.name&&(0,x.setHighlightHandling)(i,n.writer,((t,e,n)=>n[Hx("0x61")](r(e[Hx("0x3c")]),t)),((t,e,n)=>n.removeClass(r(e[Hx("0x3c")]),t)))}),{priority:Hx("0x5a")}),o[Hx("0x54")][Hx("0x3f")]((t=>{if(Hx("0x4c")!=t[Hx("0x51")]&&"deletion"!=t.type)return;const e=t.getContainedElement();if(null!=e&&e.is(Hx("0x62"),"table")){if(Hx("0x4c")==t[Hx("0x51")]){const e=t[Hx("0xa")]().filter((t=>t.is(Hx("0x7a"))))[Hx("0x0")]((t=>t[Hx("0x7e")]));if(e.length)return{type:Hx("0x4c"),content:Qo(n,"*Insert:* %0",Qo(n,Hx("0x1e"),'"'+e[Hx("0x7c")](" ")+'"'))}}if(Hx("0x24")==t[Hx("0x51")]){const e=t.getItems().filter((t=>t.is(Hx("0x7a"))))[Hx("0x0")]((t=>t[Hx("0x7e")]));if(e[Hx("0x28")])return{type:"deletion",content:Qo(n,"*Remove:* %0",Qo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Hx("0x7c")](" ")+'"'))}}}})),o[Hx("0x54")][Hx("0x3f")]((t=>{if(Hx("0x32")==t.subType){const e=t.getItems()[Hx("0x36")]((t=>t.is("$textProxy"))).map((t=>t[Hx("0x7e")])),o=this[Hx("0x27")](t),i=o[Hx("0xf")]-o[Hx("0x5")]+1;if(Hx("0x4c")==t[Hx("0x51")])return e[Hx("0x28")]?{type:Hx("0x4c"),content:Qo(n,Hx("0x4"),Qo(n,Hx("0x63"),[i,'"'+e[Hx("0x7c")](" ")+'"']))}:{type:Hx("0x4c"),content:Qo(n,Hx("0x4"),Qo(n,Hx("0x5e"),i))};if(Hx("0x24")==t[Hx("0x51")])return e.length?{type:"deletion",content:Qo(n,Hx("0x3d"),Qo(n,Hx("0x63"),[i,'"'+e.join(" ")+'"']))}:{type:"deletion",content:Qo(n,Hx("0x3d"),Qo(n,Hx("0x5e"),i))}}if(Hx("0x22")==t[Hx("0x5b")]){const e=t[Hx("0xa")]()[Hx("0x36")]((t=>t.is(Hx("0x7a"))))[Hx("0x0")]((t=>t[Hx("0x7e")])),o=this[Hx("0x27")](t),i=o[Hx("0x10")]-o.minColumn+1;if(Hx("0x4c")==t[Hx("0x51")])return e[Hx("0x28")]?{type:Hx("0x4c"),content:Qo(n,Hx("0x4"),Qo(n,Hx("0x13"),[i,'"'+e[Hx("0x7c")](" ")+'"']))}:{type:Hx("0x4c"),content:Qo(n,"*Insert:* %0",Qo(n,"ELEMENT_TABLE_COLUMN",i))};if(Hx("0x24")==t[Hx("0x51")])return e[Hx("0x28")]?{type:Hx("0x24"),content:Qo(n,"*Remove:* %0",Qo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[i,'"'+e.join(" ")+'"']))}:{type:Hx("0x24"),content:Qo(n,"*Remove:* %0",Qo(n,Hx("0x9"),i))}}})),o[Hx("0x49")].registerCustomCallback(Hx("0x4c"),Hx("0x32"),Hx("0x2a"),r),o[Hx("0x49")][Hx("0x79")]("deletion",Hx("0x32"),Hx("0x6d"),r),o[Hx("0x49")].registerCustomCallback(Hx("0x4c"),Hx("0x22"),Hx("0x2a"),a),o[Hx("0x49")][Hx("0x79")]("deletion",Hx("0x22"),Hx("0x6d"),a),o[Hx("0x49")].registerCustomCallback(Hx("0x4c"),Hx("0x22"),Hx("0x7c"),c),o[Hx("0x49")][Hx("0x79")]("deletion",Hx("0x22"),Hx("0x7c"),c),o[Hx("0x49")][Hx("0x79")](Hx("0x4c"),"tableRow",Hx("0x7c"),l),o._suggestionFactory[Hx("0x79")](Hx("0x24"),Hx("0x32"),Hx("0x7c"),l)}[Hx("0x38")](){const t=this[Hx("0x1d")],e=t[Hx("0x69")].document[Hx("0x44")];return(n,o)=>{t[Hx("0x69")][Hx("0x59")]((i=>{const{commandName:r,commandParams:x}=o;let a=n[0].end.nodeBefore;x&&x[0]&&!1===x[0][Hx("0x1")]&&(a=n[0][Hx("0x18")][Hx("0x45")]);const c=i[Hx("0x3e")](a);if(Hx("0x53")==c.root[Hx("0xb")])return;const l=Array[Hx("0x4a")](e[Hx("0x1f")]())[Hx("0x0")]((t=>s.LiveRange[Hx("0x72")](t)));i.setSelection(c),t.commands[Hx("0x4f")](r).refresh(),x[Hx("0x2d")]({forceDefaultExecution:!0}),t[Hx("0x14")](r,...x);const u=l[Hx("0x36")]((t=>"$graveyard"!=t.root.rootName));u.length>0&&i[Hx("0x16")](u);for(const t of l)t[Hx("0x1a")]()}))}}[Hx("0x23")](t){const e=this[Hx("0x1d")][Hx("0x19")].get(Hx("0x20"));let n=Number.MAX_SAFE_INTEGER,o=Number[Hx("0x3")],i=Number[Hx("0x68")],r=Number.MIN_SAFE_INTEGER;for(const s of t){if("$graveyard"==s[Hx("0x48")][Hx("0xb")])continue;const{row:t,column:x}=e[Hx("0x70")](s),a=s[Hx("0x2e")](Hx("0x3a"))?s[Hx("0x1c")](Hx("0x3a"))-1:0,c=s[Hx("0x2e")](Hx("0x78"))?s.getAttribute(Hx("0x78"))-1:0;n=t<n?t:n,o=t+a>o?t+a:o,i=x<i?x:i,r=x+c>r?x+c:r}return{minRow:n,maxRow:o,minColumn:i,maxColumn:r}}[Hx("0x7f")](){const t=this.editor,e=t[Hx("0x19")][Hx("0x4f")](Hx("0x2b")),n=t[Hx("0x19")][Hx("0x4f")](Hx("0x20"));t[Hx("0x69")][Hx("0x21")].on(Hx("0x37"),(()=>{const n=Array[Hx("0x4a")](t[Hx("0x69")][Hx("0x21")][Hx("0x73")][Hx("0x5c")]());for(const{name:t,data:o}of n){const{group:n,id:i,subType:r}=e[Hx("0x17")](t);if("suggestion"!=n)continue;if(null!=o.oldRange)continue;const s=e[Hx("0x41")](i);this[Hx("0x74")][Hx("0x6f")](r)&&this._tableSuggestions[Hx("0x1b")](s)}}),{priority:Hx("0x55")});const o=(t,e)=>{let o=!1;const i=e.createRangeOn(t),r=t.findAncestor("table"),s=n[Hx("0x70")](t);for(const e of this[Hx("0x39")]){const n=e[Hx("0x5b")],x=n.startsWith("tablePaste"),a=n[Hx("0x35")](x?10:5),c=a[Hx("0x3b")](),l=c[Hx("0x35")](0,3)+Hx("0x5d"),u=Hx("0x76")+a,d=Hx("0x34")+a;if(!e[Hx("0x15")])continue;if(r!=e.getFirstRange()[Hx("0x18")].findAncestor(Hx("0xd")))continue;if(e.isIntersectingWithRange(i))continue;const g=t.hasAttribute(l)?t[Hx("0x1c")](l)-1:0,f=this[Hx("0x27")](e),m=f[u],h=f[d];m<=s[c]&&s[c]+g<=h&&(e[Hx("0x26")](i),o=!0)}return o};t[Hx("0x69")][Hx("0x21")][Hx("0x31")]((e=>{let n=!1;for(const i of t[Hx("0x69")][Hx("0x21")][Hx("0x73")].getChanges())if("insert"==i[Hx("0x51")])if(Hx("0x32")==i[Hx("0x43")])for(const t of i[Hx("0x60")][Hx("0x45")][Hx("0x33")]())n=n||o(t,e);else Hx("0x4d")==i[Hx("0x43")]&&(n=n||o(i[Hx("0x60")].nodeAfter,e));return n}))}[Hx("0x27")](t){return this[Hx("0x23")](t[Hx("0x1f")]().map((t=>t.start.nodeAfter)))}}function Wx(t){return Array[Hx("0x4a")](new Set(t)[Hx("0x46")]())}const Kx=["get","detach","getAncestors","setSelection","add","mergeTableCellDown","map","markBlockFormat","mergeTableCellRight","length","formatBlock","execute","selection","element","registerCustomCallback","containsRange","$graveyard","plugins","*Split cell:* horizontally","model","insertion","createTableWalker","mergeTableCellLeft","direction","commandName","splitTableCellVertically","horizontally","value","markMultiRangeBlockFormat","size","commands","table","formatInline","find","_areSelectedCellsMergable","_isForcedDefaultExecutionBlock","findAncestor","splitTableCellHorizontally","createRangeOn","format","TrackChangesEditing","low","return","enableCommand","stop","afterInit","getSuggestions","forceDefaultExecution","has","rootName","_areMergableCells","*Split cell:* vertically","refresh","getSelectionAffectedTableCells","push","getRanges","author","mergeTableCells","getFirstPosition","_suggestionFactory","locale","highest","type","document","mergeTableCellUp","editor","deletion","_descriptionFactory","subType","set:isEnabled","change","registerDescriptionCallback","TableEditing","accept","TableUtils","from","fromRange"];var qx,$x;qx=Kx,$x=495,function(t){for(;--t;)qx.push(qx.shift())}(++$x);const Xx=function(t,e){return Kx[t-=0]};class Zx extends t.Plugin{static get requires(){return[zx]}[Xx("0xc")](){const t=this[Xx("0x20")],e=t[Xx("0x3f")][Xx("0x1e")][Xx("0x38")],n=t[Xx("0x1b")];if(!t[Xx("0x3d")][Xx("0xf")](Xx("0x27")))return;const o=t[Xx("0x3d")][Xx("0x2c")](Xx("0x7")),i=t[Xx("0x3d")][Xx("0x2c")](Xx("0x29")),r=t[Xx("0x3d")][Xx("0x2c")](zx);r._tablePostFixingSubtypes[Xx("0x15")]("mergeTableCells"),o[Xx("0xa")](Xx("0x18"),(()=>{const e=i[Xx("0x14")](t[Xx("0x3f")][Xx("0x1e")][Xx("0x38")]);t[Xx("0x3f")][Xx("0x25")]((()=>{o[Xx("0x48")](e,{commandName:Xx("0x18"),commandParams:[]},[],Xx("0x18"))}))})),t[Xx("0x4a")][Xx("0x2c")](Xx("0x18")).on(Xx("0x37"),((e,n)=>{t[Xx("0x4a")][Xx("0x2c")]("trackChanges")[Xx("0x47")]&&(n[Xx("0x35")]>0&&n[n[Xx("0x35")]-1]&&n[n[Xx("0x35")]-1][Xx("0xe")]||o[Xx("0x2")]||this[Xx("0x1")]()||e[Xx("0xb")]())}),{priority:Xx("0x1c")});for(const e of[Xx("0x1f"),"mergeTableCellRight","mergeTableCellDown",Xx("0x42")]){const n=t[Xx("0x4a")].get(e);o.enableCommand(e,(()=>{const e=t.model[Xx("0x1e")].selection[Xx("0x19")]()[Xx("0x2e")]()[Xx("0x0")]((t=>t.is("element","tableCell"))),i=n[Xx("0x47")];t.model[Xx("0x25")]((()=>{o[Xx("0x48")]([e,i],{commandName:Xx("0x18"),commandParams:[]},[],Xx("0x18"))}))}))}for(const e of["splitTableCellVertically","splitTableCellHorizontally"]){const n=t[Xx("0x4a")].get(e);o[Xx("0xa")](e,(()=>{const r=i[Xx("0x14")](t.model[Xx("0x1e")][Xx("0x38")])[0],s=r[Xx("0x3")](Xx("0x4b")),{column:x,row:a}=i.getCellLocation(r);let c=[];if(Xx("0x46")==n[Xx("0x43")]){const t=i[Xx("0x41")](s,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[Xx("0x2a")](t)[Xx("0x32")]((t=>t.cell))}else{const t=i[Xx("0x41")](s,{column:x,includeAllSlots:!0});c=Array[Xx("0x2a")](t)[Xx("0x32")]((t=>t.cell))}t.model[Xx("0x25")]((t=>{o[Xx("0x33")](t[Xx("0x5")](r),{commandName:e,commandParams:[]},c,e)}))}))}o[Xx("0x22")][Xx("0x26")]((t=>{if(Xx("0x36")!=t[Xx("0x1d")]&&Xx("0x4c")!=t.type)return;const{data:e}=t;return e&&Xx("0x18")==e[Xx("0x44")]?{type:Xx("0x6"),content:Qo(n,"*Merge cells*")}:void 0})),o[Xx("0x22")][Xx("0x26")]((t=>{if(Xx("0x36")!=t[Xx("0x1d")]&&Xx("0x4c")!=t[Xx("0x1d")])return;const{data:e}=t;return e?Xx("0x45")==e[Xx("0x44")]?{type:Xx("0x6"),content:Qo(n,Xx("0x12"))}:Xx("0x4")==e[Xx("0x44")]?{type:Xx("0x6"),content:Qo(n,Xx("0x3e"))}:void 0:void 0}));const x=r._acceptFormatSuggestionCallbackFactory();for(const t of[Xx("0x1f"),"mergeTableCellRight",Xx("0x31"),Xx("0x42")])o._suggestionFactory[Xx("0x3a")](Xx("0x36"),t,Xx("0x28"),x);for(const t of["splitTableCellVertically","splitTableCellHorizontally"])o[Xx("0x1a")][Xx("0x3a")](Xx("0x36"),t,Xx("0x28"),x);o._suggestionFactory[Xx("0x3a")](Xx("0x36"),Xx("0x18"),"accept",(n=>{t[Xx("0x3f")][Xx("0x25")]((o=>{const i=Array[Xx("0x2a")](e[Xx("0x16")]()).map((t=>s.LiveRange[Xx("0x2b")](t)));o[Xx("0x2f")](n),t.commands.get("mergeTableCells")[Xx("0x13")](),t[Xx("0x37")](Xx("0x18"),{forceDefaultExecution:!0});const r=i.filter((t=>Xx("0x3c")!=t.root[Xx("0x10")]));r[Xx("0x35")]>0&&o[Xx("0x2f")](r);for(const t of i)t[Xx("0x2d")]()}))}));for(const e of["mergeTableCellUp",Xx("0x31"),Xx("0x42"),Xx("0x34")]){const n=t[Xx("0x4a")][Xx("0x2c")](e);n.on(Xx("0x24"),((e,o,i)=>{if(i){const o=t.model[Xx("0x1e")][Xx("0x38")][Xx("0x19")]()[Xx("0x2e")]()[Xx("0x0")]((t=>t.is(Xx("0x39"),"tableCell")));this._areMergableCells(n[Xx("0x47")],o)||(e[Xx("0x9")]=!1,e[Xx("0xb")]())}}),{priority:Xx("0x8")})}}[Xx("0x1")](){const t=this[Xx("0x20")].commands[Xx("0x2c")](Xx("0x18")),e=this[Xx("0x20")][Xx("0x3d")].get("TableUtils");if(!t.isEnabled)return!1;const n=e[Xx("0x14")](this[Xx("0x20")].model[Xx("0x1e")][Xx("0x38")]);for(const t of n)for(const e of n)if(t!=e&&!this[Xx("0x11")](t,e))return!1;return!0}[Xx("0x11")](t,e){const n=this.editor[Xx("0x3d")][Xx("0x2c")]("TrackChangesEditing"),o=this[Xx("0x20")].model[Xx("0x5")](t),i=this.editor[Xx("0x3f")][Xx("0x5")](e),r=new Set,s=new Set;for(const t of n[Xx("0xd")]())if((Xx("0x40")==t[Xx("0x1d")]||Xx("0x21")==t[Xx("0x1d")]||Xx("0x18")==t[Xx("0x23")])&&t.isInContent)for(const e of t[Xx("0x16")]())e[Xx("0x3b")](o,!0)&&r.add(t[Xx("0x1d")]+":"+t[Xx("0x17")].id),e[Xx("0x3b")](i,!0)&&s[Xx("0x30")](t.type+":"+t.author.id);if(r[Xx("0x49")]!=s.size)return!1;for(const t of r)if(!s[Xx("0xf")](t))return!1;return!0}}const Yx=["createTableWalker","end","_splitMarkerName","accept","activeMarkers","commandName","mapper","commandParams","FORMAT_HEADER_COLUMN","FORMAT_HEADER_ROW","plugins","_suggestionFactory","get","addMarker:suggestion","consumable","name","downcastDispatcher","forceValue","requires","editing","markerName","TableEditing","unbindElementFromMarkerName","editor","getSuggestion","has","ck-suggestion-marker--active","ck-suggestion-marker-","format","_descriptionFactory","removeMarker:suggestion","_registerLegacyDescription","getCellLocation","showSuggestionHighlights","formatBlock","nodeAfter","_enableDefaultAttributesIntegration","cell","markerRange","includes","setTableColumnHeader","removeClass","headingColumns","removeAttribute","writer","TableUtils","setTableRowHeader","registerAttributeLabel","TrackChangesEditing","locale","bindElementToMarker","_handleLegacySuggestions","options","highest","parent","_acceptFormatSuggestionCallbackFactory","type","addClass","data","consume","setAttribute","start","registerCustomCallback","markerNameToElements","nodeBefore"];var Jx,Qx;Jx=Yx,Qx=215,function(t){for(;--t;)Jx.push(Jx.shift())}(++Qx);const ta=function(t,e){return Yx[t-=0]};class ea extends t.Plugin{static get[ta("0x3f")](){return[zx]}afterInit(){const t=this.editor;if(!t[ta("0x37")][ta("0x5")](ta("0x1")))return;const e=t[ta("0x1d")],n=t[ta("0x37")].get(ta("0x1c"));n[ta("0x10")]("setTableRowHeader",[],["headingRows"]),n[ta("0x10")](ta("0x14"),[],[ta("0x16")]),n[ta("0x9")][ta("0x1b")]("headingRows",Qo(e,ta("0x36"))),n[ta("0x9")][ta("0x1b")]("headingColumns",Qo(e,ta("0x35"))),this[ta("0x1f")]()}[ta("0x1f")](){const t=this[ta("0x3")][ta("0x37")][ta("0x39")](ta("0x1c")),e=this.editor.plugins[ta("0x39")](ta("0x19")),n=this.editor[ta("0x37")][ta("0x39")](zx)[ta("0x23")]();function o({showActiveMarker:n=!0,setDataAttribute:o=!0}={}){return(i,r,s)=>{const{type:x,id:a}=t._splitMarkerName(r[ta("0x0")]),c=t.getSuggestion(a),l=c.data;if(ta("0xe")!=c.type||!l||ta("0x14")!=l[ta("0x32")])return;if(r.item)return void i.stop();if(!s[ta("0x3b")][ta("0x27")](r[ta("0x12")],i[ta("0x3c")]))return;const u=r[ta("0x12")][ta("0x29")][ta("0xf")],d=r[ta("0x12")][ta("0x2e")][ta("0x2c")],g=u.parent[ta("0x22")],{column:f}=e[ta("0xc")](u),{column:m}=e[ta("0xc")](d);for(let i=f;i<=m;i++){const c=e[ta("0x2d")](g,{column:i,includeAllSlots:!1});for(const e of c){const i=e[ta("0x11")],c=s[ta("0x33")].toViewElement(i);s.writer[ta("0x25")](ta("0x7")+x,c),o&&s.writer[ta("0x28")]("data-suggestion",a,c),s.mapper[ta("0x1e")](c,r[ta("0x0")]),n&&(t[ta("0x31")][ta("0x13")](r[ta("0x0")])?s[ta("0x18")][ta("0x25")]("ck-suggestion-marker--active",c):s.writer.removeClass(ta("0x6"),c))}}}}t._suggestionFactory[ta("0x2a")](ta("0xe"),ta("0x1a"),ta("0x30"),n),t[ta("0x38")][ta("0x2a")](ta("0xe"),ta("0x14"),ta("0x30"),n),this[ta("0x3")][ta("0x40")][ta("0x3d")].on(ta("0x3a"),o(),{priority:ta("0x21")}),this.editor[ta("0x26")][ta("0x3d")].on(ta("0x3a"),((t,e,n)=>{n[ta("0x20")][ta("0xd")]&&o({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:ta("0x21")}),this[ta("0x3")].editing[ta("0x3d")].on(ta("0xa"),((e,n,o)=>{const{type:i,id:r}=t[ta("0x2f")](n[ta("0x0")]),s=t[ta("0x4")](r),x=s[ta("0x26")];if(ta("0xe")!=s[ta("0x24")]||!x||ta("0x14")!=x[ta("0x32")])return;const a=o.mapper[ta("0x2b")](n[ta("0x0")]);if(a)for(const t of a)o[ta("0x18")][ta("0x15")](ta("0x7")+i,t),o[ta("0x18")][ta("0x15")]("ck-suggestion-marker--active",t),o[ta("0x18")][ta("0x17")]("data-suggestion",t),o[ta("0x33")][ta("0x2")](t,n[ta("0x0")])}),{priority:"highest"}),this[ta("0xb")]()}[ta("0xb")](){const t=this.editor,e=t[ta("0x1d")];function n(t){return{type:ta("0x8"),content:Qo(e,"*Format:* %0",t)}}t.plugins.get(ta("0x1c"))._descriptionFactory.registerDescriptionCallback((t=>{if("formatBlock"!=t[ta("0x24")])return;const{data:o}=t;if(o){if(ta("0x1a")==o[ta("0x32")]){const t=o[ta("0x34")][0].forceValue;return n(Qo(e,t?ta("0x36"):"FORMAT_REGULAR_ROW"))}if("setTableColumnHeader"==o.commandName){const t=o[ta("0x34")][0][ta("0x3e")];return n(Qo(e,t?ta("0x35"):"FORMAT_REGULAR_COLUMN"))}}}))}}const na=["isEmpty","first","push","registerCustomCallback","wrap","change","tablePasteCell","_descriptionFactory","suggestionLoaded","createRangeIn","for","trackChanges","getSuggestions","schema","return","markMultiRangeInsertion","markerAttributes","low","getTableIfOnlyTableInContent","nodeAfter","get","_tablePostFixingSubtypes","remove","tableCellVerticalAlignment","_createdBatches","elementToElement","hasSuggestion","_getCoordsForCells","tableCellBorderColor","createTableWalker","add","tablePasteColumn","createRange","join","columnInsertionRanges","rowInsertionIndexes","Users","markerName","insertRows","tableCellBackgroundColor","tableCellBorderStyle","registerPostFixer","differ","TableClipboard","insertColumns","end","content","columns","tablePasteChainId","length","formatBlock","tableCellSuggestion","unwrap","editor","tablePasteRow","removeColumns","redo","nextSibling","getChanges","element","subType","fromEntries","previous","fill","getChangedMarkers","afterInit","getRowIndexes","getContainedElement","set","rowInsertionRanges","_suggestionFactory","startsWith","createRangeOn","conversion","rows","cells","deletion","insert","tableCell","from","_replaceTableSlotCell","insertContent","suggestion","markers","containsRange","setAttributes","tableCellPadding","findAncestor","paragraph","ck-suggestion-marker-insertion","insertion","getColumnIndexes","plugins","registerDescriptionCallback","getAttributes","suggestion-td","isEqual","batch","getShiftedBy","*Replace table cells*","TableUtils","move","getSuggestionCallback","name","rootName","locale","markerToHighlight","tablePaste","entries","$graveyard","getMarkers","author","suggestion:formatBlock:tablePasteCell","position","endColumn","createPositionBefore","showSuggestionHighlights","includes","getRange","removeMarker","isInContent","filter","has","TrackChangesEditing","removeRows","_splitMarkerName","documentSelection","model","forceDefaultExecution","markMultiRangeBlockFormat","getChildren","cell","editing","columnInsertionIndexes","document","discard","getAllAdjacentSuggestions","createElement","oldRange","commands","getColumns","type","editingDowncast","start","endRow","table","getRows","getSelectionAffectedTableCells","getSuggestion","newRange","map","high","column","attributes","next","getRanges","removeMarkers","row","ck-suggestion-marker--active","reduce","find","getChild","clipboardOutput"];var oa,ia;oa=na,ia=348,function(t){for(;--t;)oa.push(oa.shift())}(++ia);const ra=function(t,e){return na[t-=0]},sa=["tableCellBorderWidth",ra("0x6"),ra("0x12"),"tableCellHorizontalAlignment",ra("0x1"),ra("0x11"),ra("0x40")],xa=Object.fromEntries(sa[ra("0x80")]((t=>[t,null])));class aa extends t.Plugin{static get requires(){return[zx]}[ra("0x2b")](){const t=this[ra("0x1f")];if(!t[ra("0x46")].has(ra("0x15")))return;const n=t[ra("0x46")][ra("0xa1")](ra("0x65")),o=t[ra("0x46")][ra("0xa1")](ra("0x4e")),i=t[ra("0x46")].get(zx),r=t[ra("0x46")].get("TableClipboard");i[ra("0xa2")][ra("0x8f")]("tablePasteRow",ra("0x9")),t[ra("0x69")][ra("0x9a")].register("tableCellSuggestion",{allowIn:"tableCell",allowContentOf:ra("0x38"),isLimit:!0}),t.conversion[ra("0x3")]({model:"tableCellSuggestion",view:ra("0x49")});let s=null;t[ra("0x69")].on(ra("0x3b"),((i,x)=>{const[a,c]=x,l=x[x[ra("0x1b")]-1];l&&l[ra("0x6a")]||n._isForcedDefaultExecutionBlock||this.editor[ra("0x75")][ra("0xa1")](ra("0x98")).value&&function(t,e,n,o,i){if(e&&!e.is(ra("0x68")))return!1;const r=i[ra("0x9f")](t,n);if(!r||!la(r,void 0,o))return!1;const s=o[ra("0x7d")](n[ra("0x70")].selection);if(!s.length)return!1;const x=s[0][ra("0x41")](ra("0x7b")),a=o[ra("0x2c")](s),c=o[ra("0x45")](s),l={startRow:a[ra("0x8e")],endRow:a.last,startColumn:c[ra("0x8e")],endColumn:c.last};return 1==s[ra("0x1b")]&&(l[ra("0x7a")]+=o[ra("0x7c")](r)-1,l[ra("0x5c")]+=o[ra("0x76")](r)-1),la(x,l,o)}(a,c,t.model,o,r)&&(i.stop(),s={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t.model[ra("0x92")]((()=>{t[ra("0x69")][ra("0x3b")](x[0],x[1],x[2],{forceDefaultExecution:!0});const o=(0,e.uid)(),{rowInsertionRanges:i,columnInsertionRanges:r,insertionRanges:a,deletionRanges:c,cells:l}=s;i.length&&n.markMultiRangeInsertion(i,ra("0x20"),{tablePasteChainId:o}),r.length&&n[ra("0x9c")](r,ra("0x9"),{tablePasteChainId:o}),a[ra("0x1b")]&&n[ra("0x9c")](a,ra("0x55"),{tablePasteChainId:o,skipNestingCheck:!0}),c[ra("0x1b")]&&n.markMultiRangeDeletion(c,ra("0x55"),{tablePasteChainId:o,skipNestingCheck:!0});const u=n[ra("0x6b")](l[ra("0x80")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],ra("0x93"),{tablePasteChainId:o});if(u){const e=u[ra("0x58")](),n=[];for(const{element:o,attributes:i}of l){if(!i)continue;const r=t[ra("0x69")][ra("0x32")](o),s=e[ra("0x8a")]((t=>t[ra("0x60")]()[ra("0x4a")](r)));s&&n[ra("0x8f")]([s.name,i])}n[ra("0x1b")]&&u.setAttribute(ra("0x9d"),Object.fromEntries(n))}s=null})))}),{priority:e.priorities[ra("0x81")]+10}),t[ra("0x46")][ra("0xa1")](ra("0x15")).on(ra("0x3a"),((t,e)=>{const[n,o,,i]=e;if(!s)return;t.stop();const r=n[ra("0x6d")],x=o,a=ca(r),c=ca(x);t[ra("0x9b")]=r;let l=null,u=null;if(c||a)if(a&&!c){i[ra("0x0")](r[ra("0x8b")](0));for(const t of Array[ra("0x39")](x[ra("0x6c")]()))i[ra("0x37")](t,r,"end");const t=s[ra("0xd")][ra("0x5f")](n[ra("0x87")]),e=s[ra("0x6f")][ra("0x5f")](n[ra("0x82")]);t||e||(l=i[ra("0x96")](r))}else c&&!a&&(u=i[ra("0x96")](r));else{const t=i[ra("0x73")]("tableCellSuggestion"),e=i.createElement(ra("0x1d"));i[ra("0x91")](i.createRangeIn(r),e),i.insert(t,r,0);for(const e of Array[ra("0x39")](x[ra("0x6c")]()))i[ra("0x37")](e,t,ra("0x17"));l=i[ra("0x32")](t),u=i.createRangeOn(e)}const d=Array[ra("0x39")](x[ra("0x48")]()).filter((([t])=>sa[ra("0x5f")](t)));s[ra("0x35")][ra("0x8f")]({element:r,attributes:d[ra("0x1b")]?Object[ra("0x27")](d):null}),l&&s.insertionRanges[ra("0x8f")](l),u&&s.deletionRanges[ra("0x8f")](u)}),{priority:ra("0x81")}),o.on(ra("0x16"),((e,n)=>{const[i,r={}]=n;if(!s)return;const x=r.at||0,a=r[ra("0x19")]||1;s[ra("0x6f")]=new Array(a)[ra("0x29")](x)[ra("0x80")](((t,e)=>t+e));for(const{cell:e}of o.createTableWalker(i,{startColumn:x,endColumn:x+a-1}))s[ra("0xc")].push(t.model[ra("0x32")](e))}),{priority:"low"}),o.on(ra("0x10"),((e,n)=>{const[i,r={}]=n;if(!s)return;const x=r.at||0,a=r[ra("0x34")]||1;s[ra("0xd")]=new Array(a)[ra("0x29")](x)[ra("0x80")](((t,e)=>t+e));for(const{cell:e}of o.createTableWalker(i,{startRow:x,endRow:x+a-1}))s[ra("0x2f")][ra("0x8f")](t[ra("0x69")][ra("0x32")](e))}),{priority:ra("0x9e")}),n[ra("0x94")][ra("0x47")]((e=>{if(e.subType&&e[ra("0x26")][ra("0x31")](ra("0x55")))return e[ra("0x28")]?{}:{type:ra("0x44"),content:Qo(t[ra("0x53")],ra("0x4d"))}}));const x=()=>!1;for(const t of["tablePaste",ra("0x9"),ra("0x20"),ra("0x93")])n[ra("0x30")][ra("0x90")](ra("0x44"),t,ra("0xb"),x),n[ra("0x30")][ra("0x90")](ra("0x36"),t,ra("0xb"),x),n[ra("0x30")].registerCustomCallback("formatBlock",t,"join",x);n._suggestionFactory.registerCustomCallback("formatBlock",ra("0x93"),ra("0x71"),x),n[ra("0x30")].registerCustomCallback(ra("0x1c"),"tablePasteCell","accept",((e,n,o)=>{const i=e[ra("0x80")]((t=>t[ra("0x2d")]()))[ra("0x63")]((t=>t)),r=new Map(i[ra("0x80")]((t=>[t,null])));if(s)for(const{element:t,attributes:e}of s[ra("0x35")])e&&r[ra("0x2e")](t,e);else if(o&&o[ra("0x9d")])for(const[e,n]of Object[ra("0x56")](o[ra("0x9d")])){const o=t[ra("0x69")][ra("0x3d")][ra("0xa1")](e),i=o?o[ra("0x60")]()[ra("0x2d")]():null;i&&r.set(i,n)}t[ra("0x69")][ra("0x92")]((t=>{for(const[e,n]of r)t[ra("0x3f")]({...xa,...n},e)}))}));const a=(e,o)=>{n[ra("0x30")][ra("0x90")](e,ra("0x55"),o,((i,r,s)=>{t[ra("0x69")][ra("0x92")]((t=>{const x=[];for(const t of i){const e=t[ra("0x79")][ra("0xa0")];e.is(ra("0x25"),ra("0x1d"))&&x[ra("0x8f")](e)}n[ra("0x30")][ra("0x50")](e,null,o)(i,r,s);for(const e of x)ra("0x57")!=e.root[ra("0x52")]&&t[ra("0x1e")](e)}))}))};a(ra("0x44"),"accept"),a(ra("0x44"),ra("0x71")),a(ra("0x36"),"accept"),a(ra("0x36"),"discard"),n[ra("0x30")][ra("0x90")](ra("0x44"),ra("0x20"),ra("0x71"),(t=>{const e=t[ra("0x80")]((t=>t[ra("0x2d")]())),n=e[0].findAncestor("table"),{minRow:r,maxRow:s}=i[ra("0x5")](e);o[ra("0x66")](n,{at:r,rows:s-r+1})})),n[ra("0x30")][ra("0x90")](ra("0x44"),ra("0x9"),ra("0x71"),(t=>{const e=t.map((t=>t[ra("0x2d")]())),n=e[0][ra("0x41")](ra("0x7b")),{minColumn:r,maxColumn:s}=i._getCoordsForCells(e);o[ra("0x21")](n,{at:r,columns:s-r+1})}));const c=(t,e)=>{if(!e[ra("0x26")]||!e[ra("0x26")][ra("0x31")](ra("0x55")))return;const o=e[ra("0x83")].tablePasteChainId,i=n[ra("0x99")]().filter((t=>t[ra("0x62")]&&t.attributes&&t[ra("0x83")][ra("0x1a")]==o));i[ra("0x1b")]&&e.getAllAdjacentSuggestions().length!=i[ra("0x1b")]&&i[ra("0x89")](((t,e)=>(t[ra("0x84")]=e,e[ra("0x28")]=t,e)))};function l(t,e=!0){const{id:o}=n[ra("0x67")](t[ra("0xf")]),i=["ck-suggestion-marker",ra("0x43")],r=n.activeMarkers[ra("0x5f")](t[ra("0xf")]);return r&&i[ra("0x8f")](ra("0x88")),{classes:i,attributes:{"data-suggestion":o},priority:r&&e?3010:3e3}}n.on(ra("0x95"),c,{priority:"high"}),n.on("suggestionUnloaded",c,{priority:ra("0x81")}),t.model[ra("0x70")][ra("0x13")]((()=>{let e=!1;const o=Array.from(t[ra("0x69")][ra("0x70")].differ.getChangedMarkers());for(const{name:i,data:r}of o){const{group:o,type:s,id:x}=n._splitMarkerName(i);if("suggestion"!=o||"deletion"!=s||r[ra("0x74")])continue;if(!n[ra("0x4")](x))continue;const a=n[ra("0x7e")](x)[ra("0x85")](),c=t[ra("0x46")][ra("0xa1")](ra("0xe")).me;for(const t of n[ra("0x99")]())if(t.isInContent&&t[ra("0x59")]==c&&ra("0x1c")==t[ra("0x77")]&&ra("0x93")==t[ra("0x26")]&&t[ra("0x85")]().every((t=>a.some((e=>e[ra("0x3e")](t,!0))))))for(const n of t[ra("0x72")]())n[ra("0x62")]&&(n[ra("0x71")](),e=!0)}return e})),t.model.document[ra("0x13")]((e=>{const o=t[ra("0x75")][ra("0xa1")](ra("0x22"));if(!o||!o[ra("0x2")][ra("0x64")](e[ra("0x4b")]))return!1;let i=!1;const r=t[ra("0x46")][ra("0xa1")](ra("0xe")).me,s=t.model[ra("0x70")][ra("0x14")][ra("0x24")](),x=Array[ra("0x39")](t.model[ra("0x70")].differ[ra("0x2a")]())[ra("0x63")]((({name:t,data:e})=>{const{group:o,subType:i,authorId:s}=n[ra("0x67")](t);return ra("0x3c")==o&&ra("0x55")==i&&s==r.id&&!e[ra("0x74")]}));for(const t of s){if("insert"!=t[ra("0x77")]||"tableCellSuggestion"!=t[ra("0x51")]||1!=t[ra("0x1b")])continue;const n=e[ra("0xa")](t[ra("0x5b")],t[ra("0x5b")][ra("0x4c")](1));if(!x[ra("0x8a")]((({data:t})=>t.newRange[ra("0x4a")](n))))for(const{name:t,data:o}of x)if(n[ra("0x3e")](o[ra("0x7f")])){e.updateMarker(t,{range:n}),i=!0;break}}return i})),t.model[ra("0x70")][ra("0x13")]((e=>{let o=!1;const i=t.plugins[ra("0xa1")](ra("0xe")).me,r=n[ra("0x99")]()[ra("0x63")]((t=>t[ra("0x62")]&&t[ra("0x59")]==i)),s=new Set,x=new Set;for(const t of r)if(ra("0x55")==t.subType)for(const e of t[ra("0x58")]()){const n=e[ra("0x60")]()[ra("0x2d")]();if(n)if(n.is("element","tableCellSuggestion")&&ca(n)){t[ra("0x61")](e[ra("0x51")]),s[ra("0x8")](n),o=!0;const i=n[ra("0x23")],r=n.previousSibling,a=i&&i.is("element","tableCellSuggestion"),c=r&&r.is(ra("0x25"),ra("0x1d"));a&&!s[ra("0x64")](i)&&x[ra("0x8")](i),c&&!s[ra("0x64")](r)&&x.add(r)}else n.is("element","paragraph")&&n[ra("0x8d")]&&(t[ra("0x61")](e[ra("0x51")]),o=!0)}else if(ra("0x93")==t.subType){if(!t[ra("0x83")]||!t[ra("0x83")][ra("0x1a")])continue;const e=t.attributes.markerAttributes;if(e&&Object.keys(e)[ra("0x1b")])continue;const n=t[ra("0x83")][ra("0x1a")];let i=!0,s=!0;for(const e of r)if(e[ra("0x26")]&&e[ra("0x26")].startsWith(ra("0x55"))){if(!e[ra("0x83")][ra("0x1a")]){s=!1;break}if(e.id!=t.id&&e[ra("0x83")][ra("0x1a")]==n){i=!1;break}}s&&i&&(t[ra("0x86")](),o=!0)}for(const t of s)e[ra("0x0")](t);for(const t of x)e[ra("0x1e")](t);return o})),t[ra("0x33")][ra("0x97")](ra("0x78"))[ra("0x54")]({model:ra("0x5a"),view:(t,e)=>l(t),converterPriority:ra("0x81")}),t[ra("0x33")].for("dataDowncast")[ra("0x54")]({model:"suggestion:formatBlock:tablePasteCell",view:(t,e)=>e.options[ra("0x5e")]?l(t,!1):null,converterPriority:ra("0x81")});const u=t[ra("0x6e")].view;this.listenTo(u[ra("0x70")],ra("0x8c"),((t,e)=>{const n=[];for(const t of u[ra("0x96")](e[ra("0x18")]).getItems())t.is(ra("0x25"),ra("0x49"))&&n[ra("0x8f")](t);u[ra("0x92")]((t=>{for(const e of n)t[ra("0x4f")](t[ra("0x96")](e),t[ra("0x5d")](e)),t.remove(e)}))}))}}function ca(t){if(t[ra("0x8d")])return!0;const e=t[ra("0x8b")](0);return e.is(ra("0x25"),ra("0x42"))&&e[ra("0x8d")]}function la(t,e={},n){for(const{isAnchor:o,cellHeight:i,cellWidth:r}of n[ra("0x7")](t,{includeAllSlots:!0,...e}))if(!o||1!=i||1!=r)return!1;return!0}const ua=["handleSuggestionDescription","change","document","editor","author","formatInline","get","getAttribute","table","TableColumnResizeEditing","enableCommand","markBlockFormat","has","data","plugins","getSelectedElement","Users","_descriptionFactory","registerDescriptionCallback","_suggestionFactory","TrackChangesEditing","afterInit","commandParams","columnWidths","registerCustomCallback","getSuggestions","resizeTableWidth","getSuggestionCallback","type","subType","discard","resizeTable","formatGroupId","format","formatBlock","*Format:* resize table","tableWidth","accept","handleResizeTableWidthCommand","getTableColumnsWidths","bind"];var da,ga;da=ua,ga=118,function(t){for(;--t;)da.push(da.shift())}(++ga);const fa=function(t,e){return ua[t-=0]};class ma extends t.Plugin{[fa("0x1a")](){if(!this[fa("0x8")][fa("0x13")][fa("0x11")](fa("0xe")))return;const t=this[fa("0x8")].plugins[fa("0xb")](fa("0x19"));t[fa("0xf")](fa("0x1f"),this.handleResizeTableWidthCommand[fa("0x4")](this)),t._suggestionFactory[fa("0x1d")](fa("0x27"),fa("0x24"),"accept",t[fa("0x18")][fa("0x20")](fa("0x27"),null,fa("0x23"))),t[fa("0x18")][fa("0x1d")](fa("0x27"),fa("0x24"),fa("0x23"),t[fa("0x18")][fa("0x20")](fa("0x27"),null,fa("0x1"))),t[fa("0x16")][fa("0x17")](this[fa("0x5")][fa("0x4")](this))}[fa("0x2")](t,e){const n=this[fa("0x8")].plugins[fa("0xb")](fa("0x19")),o=this.editor[fa("0x13")][fa("0xb")]("TableColumnResizeEditing"),i=e[fa("0xd")]||this[fa("0x8")].model[fa("0x7")].selection[fa("0x14")]();this.editor.model[fa("0x6")]((()=>{const r=o.getColumnGroupElement(i);let s=r?o[fa("0x3")](r):null,x=i[fa("0xc")](fa("0x0"))||null;const a=e[fa("0x0")]||x,c=e[fa("0x1c")]||s,l=this[fa("0x8")][fa("0x13")].get(fa("0x15")).me;for(const t of n[fa("0x1e")]()){const e=t.getContainedElement();if(fa("0x24")===t[fa("0x22")]&&e===i){t[fa("0x9")]!==l&&t[fa("0x23")]();const e=t[fa("0x12")][fa("0x1b")];x=e[0].tableWidth,s=e[0][fa("0x1c")];break}}t({table:i,tableWidth:a,columnWidths:c}),n[fa("0x10")](i,{commandName:fa("0x1f"),commandParams:[{tableWidth:x,columnWidths:s}],formatGroupId:fa("0x24")},[],fa("0x24"))}))}[fa("0x5")](t){if(fa("0x27")!=t[fa("0x21")]&&fa("0xa")!=t[fa("0x21")])return;const{data:e}=t;if(e&&fa("0x24")===e[fa("0x25")]){const t=fa("0x28");return{type:fa("0x26"),content:Qo(this[fa("0x8")].locale,t)}}}}const ha=["enableCommand","TrackChangesEditing","plugins","has"];var pa,ba;pa=ha,ba=294,function(t){for(;--t;)pa.push(pa.shift())}(++ba);const Ea=function(t,e){return ha[t-=0]};class _a extends t.Plugin{afterInit(){const t=this.editor;t[Ea("0x0")][Ea("0x1")]("Template")&&t[Ea("0x0")].get(Ea("0x3"))[Ea("0x2")]("insertTemplate")}}const Ta=["plugins","_descriptionFactory","registerElementLabel","insertTableOfContents","editor","ELEMENT_TABLE_OF_CONTENTS","enableCommand","TrackChangesEditing","tableOfContents","get","locale"];var ya,Ca;ya=Ta,Ca=308,function(t){for(;--t;)ya.push(ya.shift())}(++Ca);const Aa=function(t,e){return Ta[t-=0]};class ka extends t.Plugin{afterInit(){const t=this[Aa("0x4")];if(!t.commands[Aa("0x9")](Aa("0x3")))return;t[Aa("0x0")][Aa("0x9")](Aa("0x7"))[Aa("0x6")](Aa("0x3"));const e=t[Aa("0x0")][Aa("0x9")](Aa("0x7")),n=t[Aa("0xa")];e[Aa("0x1")][Aa("0x2")](Aa("0x8"),(t=>Qo(n,Aa("0x5"),t)))}}const Ia=["newRange","plugins","updateMarker","ELEMENT_TITLE","element","registerPostFixer","get","title-content","locale","TrackChangesEditing","nodeBefore","suggestion","isCollapsed","forward","from","_descriptionFactory","editor","getChangedMarkers","_splitMarkerName","schema","end","getNearestSelectionRange","differ","removeMarker","isTouching","start","isEqual","Title","model","afterInit","document"];var Ra,Sa;Ra=Ia,Sa=378,function(t){for(;--t;)Ra.push(Ra.shift())}(++Sa);const va=function(t,e){return Ia[t-=0]};class Na extends t.Plugin{[va("0x17")](){const t=this[va("0xa")];if(!t[va("0x1a")].has(va("0x15")))return;const e=t[va("0x1a")][va("0x0")](va("0x3"));e[va("0x9")].registerElementLabel(va("0x1"),(()=>Qo(t[va("0x2")],va("0x1c")))),t.model[va("0x18")][va("0x1e")]((n=>{let o=!1;const i=Array[va("0x8")](t[va("0x16")].document[va("0x10")][va("0xb")]());for(const{name:r,data:s}of i){const{group:i}=e[va("0xc")](r);if(va("0x5")!==i||!s[va("0x19")])continue;const x=s.newRange,a=x[va("0xe")][va("0x4")];if(!a||!a.is(va("0x1d"),va("0x1")))continue;if(!x[va("0x13")][va("0x12")](x[va("0xe")]))continue;const c=t[va("0x16")][va("0xd")][va("0xf")](x.end,va("0x7"));if(c&&c[va("0x6")]){const t=n.createRange(x.start,c[va("0x13")]);t[va("0x14")](x)||(n[va("0x1b")](r,{range:t}),o=!0)}o||(n[va("0x11")](r),o=!0)}return o}))}}const La=["TrackChangesEditing","redo","editor","plugins","get","UndoEditing","afterInit"];var Ma,wa;Ma=La,wa=499,function(t){for(;--t;)Ma.push(Ma.shift())}(++wa);const Oa=function(t,e){return La[t-=0]};class Fa extends t.Plugin{[Oa("0x4")](){const t=this[Oa("0x0")],e=t[Oa("0x1")][Oa("0x2")](Oa("0x5"));t[Oa("0x1")].has(Oa("0x3"))&&(e.enableCommand("undo"),e.enableCommand(Oa("0x6")))}}const Da=["get","enableCommand","requires","plugins","has","TrackChangesEditing"];var Ba,Pa;Ba=Da,Pa=105,function(t){for(;--t;)Ba.push(Ba.shift())}(++Pa);const Ua=function(t,e){return Da[t-=0]};class ja extends t.Plugin{static get[Ua("0x5")](){return[zx]}afterInit(){const t=this.editor;t[Ua("0x0")][Ua("0x1")]("TableCaptionEditing")&&t[Ua("0x0")][Ua("0x3")](Ua("0x2"))[Ua("0x4")]("toggleTableCaption")}}const Ga=["_handlePropertyChange","tableCellBackgroundColor","join","batch","tableHeight","enableCommand","tableCellHeight","getFirstPosition","TrackChangesTableProperties","formatBlock","document","tableCellBorderColor","handleDiscardAction","nodeAfter","tableProperties","discard","*Format:* change table cell properties","TrackChangesEditing","table","tableWidth","findAncestor","tableCellPadding","markBlockFormat","getSuggestionCallback","tableCellVerticalAlignment","subType","_getSuggestion","afterInit","get","registerCustomCallback","tableAlignment","getSelectionAffectedTableCells","editor","commandParams","_suggestionFactory","tableBorderWidth","tableBorderStyle","getContainedElement","format","locale","TablePropertiesEditing","change","handleSuggestionDescription","TableCellPropertiesEditing","tableCellProperties","enqueueChange","data","tableCellBorderStyle","plugins","*Format:* change table properties","registerDescriptionCallback","tableCellHorizontalAlignment","pluginName","selection","_descriptionFactory","has","model","setAttribute","accept"];var Va,Ha;Va=Ga,Ha=403,function(t){for(;--t;)Va.push(Va.shift())}(++Ha);const za=function(t,e){return Ga[t-=0]};class Wa extends t.Plugin{constructor(t){super(t),this.tableProperties=["tableBorderColor",za("0x2e"),za("0x2d"),za("0x28"),za("0x1d"),za("0xe"),"tableBackgroundColor"],this[za("0x36")]=[za("0x15"),za("0x39"),"tableCellBorderWidth",za("0x1f"),"tableCellWidth",za("0x10"),za("0xb"),za("0x2"),za("0x22")]}static get[za("0x3")](){return za("0x12")}[za("0x25")](){const t=this[za("0x2a")].plugins[za("0x26")](za("0x1b"));if(this[za("0x2a")][za("0x3a")].has(za("0x32"))){for(const e of this[za("0x18")])t.enableCommand(e,((t,n)=>{const o=this[za("0x2a")][za("0x7")][za("0x14")][za("0x4")][za("0x11")]()[za("0x1e")](za("0x1c"));this[za("0xa")](e,[o],this.tableProperties,za("0x18"),t,n)}));t._suggestionFactory[za("0x27")]("formatBlock",za("0x18"),"accept",t._suggestionFactory.getSuggestionCallback(za("0x13"),null,za("0x19"))),t[za("0x2c")].registerCustomCallback(za("0x13"),"tableProperties",za("0x19"),((t,e)=>this.handleDiscardAction(this[za("0x18")],t,e))),t._suggestionFactory[za("0x27")]("formatBlock",za("0x18"),za("0xc"),(()=>!1))}if(this[za("0x2a")].plugins[za("0x6")](za("0x35"))){for(const e of this[za("0x36")])t[za("0xf")](e,((t,n)=>{const o=this[za("0x2a")].plugins[za("0x26")]("TableUtils")[za("0x29")](this.editor[za("0x7")].document[za("0x4")]);this[za("0xa")](e,o,this.tableCellProperties,za("0x36"),t,n)}));t._suggestionFactory.registerCustomCallback(za("0x13"),za("0x36"),za("0x9"),t._suggestionFactory[za("0x21")](za("0x13"),null,za("0x19"))),t[za("0x2c")].registerCustomCallback(za("0x13"),za("0x36"),za("0x19"),((t,e)=>this[za("0x16")](this[za("0x36")],t,e))),t[za("0x2c")][za("0x27")](za("0x13"),"tableCellProperties","join",(()=>!1))}t[za("0x5")][za("0x1")]((t=>this[za("0x34")](t)))}[za("0xa")](t,e,n,o,i,r){const s=this.editor[za("0x3a")][za("0x26")](za("0x1b"));this.editor[za("0x7")][za("0x37")](r[za("0xd")],(()=>{for(const t of e)if(this._getSuggestion(t,o))i(r);else{const e={};for(const o of n){const n=t.getAttribute(o);void 0!==n&&(e[o]=n)}i(r),s[za("0x20")](t,{commandParams:[e]},[],o)}}))}handleDiscardAction(t,e,n){const o=e[0].start[za("0x17")],i=n[za("0x2b")][0];this[za("0x2a")][za("0x7")][za("0x33")]((e=>{for(const n of t)void 0!==i[n]?e[za("0x8")](n,i[n],o):e.removeAttribute(n,o)}))}handleSuggestionDescription(t){if(t[za("0x38")])switch(t.subType){case za("0x18"):return{type:"format",content:Qo(this[za("0x2a")][za("0x31")],za("0x0"))};case"tableCellProperties":return{type:za("0x30"),content:Qo(this[za("0x2a")][za("0x31")],za("0x1a"))}}}[za("0x24")](t,e){const n=this[za("0x2a")][za("0x3a")][za("0x26")](za("0x1b"));for(const o of n.getSuggestions({skipNotAttached:!0})){const n=o[za("0x2f")]();if(o[za("0x23")]===e&&n===t)return o}return null}}var Ka=Function.prototype,qa=Object.prototype,$a=Ka.toString,Xa=qa.hasOwnProperty,Za=$a.call(Object);const Ya=function(t){if(!xe(t)||"[object Object]"!=gt(t))return!1;var e=xn(t);if(null===e)return!0;var n=Xa.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&$a.call(n)==Za};const Ja=function(t){return Ya(t)?void 0:t};var Qa=it?it.isConcatSpreadable:void 0;const tc=function(t){return ge(t)||de(t)||!!(Qa&&t&&t[Qa])};const ec=function t(e,n,o,i,r){var s=-1,x=e.length;for(o||(o=tc),r||(r=[]);++s<x;){var a=e[s];n>0&&o(a)?n>1?t(a,n-1,o,i,r):sn(r,a):i||(r[r.length]=a)}return r};const nc=function(t){return(null==t?0:t.length)?ec(t,1):[]};const oc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var ic=Math.max;const rc=function(t,e,n){return e=ic(void 0===e?t.length-1:e,0),function(){for(var o=arguments,i=-1,r=ic(o.length-e,0),s=Array(r);++i<r;)s[i]=o[e+i];i=-1;for(var x=Array(e+1);++i<e;)x[i]=o[i];return x[e]=n(s),oc(t,this,x)}};const sc=function(t){return function(){return t}};const xc=ee?function(t,e){return ee(t,"toString",{configurable:!0,enumerable:!1,value:sc(e),writable:!0})}:function(t){return t};var ac=Date.now;const cc=function(t){var e=0,n=0;return function(){var o=ac(),i=16-(o-n);if(n=o,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(xc);const lc=function(t){return cc(rc(t,void 0,nc),t+"")}((function(t,e){var n={};if(null==t)return n;var o=!1;e=uo(e,(function(e){return e=po(e,t),o||(o=e.length>1),e})),re(t,dn(t),n),o&&(n=to(n,7,Ja));for(var i=e.length;i--;)Ko(n,e[i]);return n})),uc=["start","multi","formatInline:accept","suggestion","join","resolve","assign","acceptSelectedSuggestions","format","Users","newRange","_splitMarkerName","isRemovable","$elementName","collaboration.channelId","ready","removeMarker","catch","addSuggestion","_mergeNestedSuggestions","commentThread","trackChanges","getCommentThread","_suggestions","deletion:discard","trackChanges.mergeNestedSuggestions","accept","elementToElement","getDifference","insertion:chain","_breakSuggestionMarker","attribute:discard","removeClass","consumable","createPositionBefore","bindElementToMarker","attribute:accept","_onDiscard","ck-suggestion-marker-","return","isTouching","lowest","addHighlight","editing","model","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","_cutOutSuggestionMarker","has","formatBlock:chain","track-changes-adapter-missing-getsuggestion","getSuggestionCallback","getChangedMarkers","deletion","adapter","data","history","isBefore","isSelectable","getChanges","addRange","open","markAttributeChange","attributes","isAtStart","highest","batch","commands","for","every","FORMATTING","oldValue","containsRange","formatBlock:","trackChangesCommand","_handleNewSuggestionMarker","addMarker:suggestion:attribute","markerNameToElements","formatBlock:join","removeAttribute","substr","isBlock","ck-suggestion-marker","listenTo","ck-suggestion-marker-formatInline","isArray","oldRange","dataDowncast","_initAriaMarkerChangeAnnouncements","_model","getSuggestion","conversion","config","discardSuggestion","removeMarkers","filter","split","originalSuggestionId","getFirstRange","default","from","discardAllSuggestions","suggestionLoaded","define","skipNestingCheck","some","createSelection","get","discardSelectedSuggestions","map","upcast","locale","length","editingDowncast","subType","getAllAdjacentSuggestions","fire","newValue","acceptAllSuggestions","concat","addMarker:suggestion:formatBlock","insertion","getRanges","track-changes-suggestion-data-mismatch","track-changes-user-not-found","name","$text","_getMarkerAnnouncementText","isOwn","move","execute","deletion:","size","createElement","buildSuggestion","splice","requires","containsPosition","forEach","oldName","unshift","_checkSuggestionCorrectness","detach","chain","deleteContent","isLocal","registerPostFixer","_refreshSuggestionsChain","containerElement","getShiftedBy","enqueueChange","formatInline:join","range","mapper","$textProxy","data-suggestion","formatBlock","getNearestSelectionRange","setAttribute","documentSelection","getMultiRangeId","_recordAttributeSuggestionsFromVersion","isObject","authoredAt","acceptSuggestion","set","isLimit","change","changeAttribute","normal","insert","differ","_SUGGESTION_ANNOUNCEMENT","markDeletion","markers","addSuggestionData","createPositionAt","_saved","_suggestionState","getMarkers","key","widget","$graveyard","PendingActions","isInsideObject","clear","nodeBefore","markInlineFormat","_trackFormatChanges","hasCommentThread","markBlockFormat","_commentsRepository","howMany","getAncestors","enableCommand","formatInline","_refreshAttributeSuggestionsChain","setTo","insertion:join","markMultiRangeDeletion","sort","isEqual","dataReady","item","_getSuggestionData","schema","commandName","_getAuthorFromId","hasComments","suggestionChanged","suggestion:attribute:","group","_isForcedDefaultExecutionBlock","updateMarker","init","marker-count","_removeSuggestion","stop","addMarker","getSuggestions","selection","parent","_getExternalAuthor","getLastMatchingPosition","getCustomProperty","_descriptionFactory","keys","@external","addClass","createRange","fetchCommentThread","creator","change:_saved","newName","always","refresh","applyOperation","_registerBlockAttribute","before","pop","isInContent","_processAttributeSuggestions","rename","attribute:","markerReady","isNextTo","document","comments","_addSuggestionMarker","_reduceSuggestionAttributeRange","accepted","remove","suggestion:","toViewElement","removeMarker:suggestion:attribute","isIntersecting","deletion:chain","insertContent","_suggestionFactory","insertion:accept","containsRangeInObject","rootName","isAtEnd","editor","update:suggestion","getUser","includes","markMultiRangeInsertion","rethrowUnexpectedError","PENDING_ACTION_SUGGESTION","getAttribute","trackChanges.trackFormatChanges","ck-suggestion-marker-formatBlock","getItems","ENTER","addUser","author","activeMarkers","getContainedElement","containsItem","_inlineAttributeKeys","isAfter","updateSuggestion","isMultiRange","suggestion-type","push","values","_isDataLoaded","after","addMarkerName","notReady","reconvertMarker","_setSuggestionData","type","_defaultCallbacks","next","_enableDefaultAttributesIntegration","forceDefaultExecution","_setSuggestionRange","element","track-changes-command-not-found","markerName","_joinSuggestions","_blockAttributeKeys","getWalker","discard","formatGroupId","showSuggestionHighlights","_customCallbacks","_addThreadToSuggestion","consume","attributeNewValue","previous","delete","add","_createSuggestion","splitPosition","isIntersectingWithRange","nodeAfter","ck-suggestion-marker--active","low","createdAt","formatInline:chain","registerCustomCallback","moveTargetPosition","_processAttributeChanges","clone","startsWith","_adapter","_findSuggestions","formatInline:","_editor","track-changes-enable-command-twice","end","markerToHighlight","_registerDefaultCallbacks","meta","getIntersection","never","position","authorName","change:data","createPositionAfter","_updateSuggestionData","isCollapsed","writer","pluginName","then","getOperations","markInsertion","groupId","deletion:accept","root","getFirstMarker","_enabledCommands","error-saving-suggestion-data-suggestion-discarded","dataToMarker","stopListening","value","_registerInlineAttribute","_reduceExistingSuggestions","removeMarker:suggestion:formatBlock","multipleBlocks","removed","fromRange","_isBlockAttribute","find","insertion:","setSelection","attribute","high","_rangeIsInLocalUserInsertion","fromCharCode","unbindElementFromMarkerName","plugins","options"];var dc,gc;dc=uc,gc=449,function(t){for(;--t;)dc.push(dc.shift())}(++gc);const fc=function(t,e){return uc[t-=0]},mc=fc("0x13a");class hc extends t.Plugin{static get[fc("0x3d")](){return["CommentsRepository",r.Users,t.PendingActions,ci,fi,_i,ki,Li,Di,Vi,tr,rr,lr,hr,Tr,Rr,Mr,Pr,Hr,$r,Qr,is,fs,cs,Es,As,vs,Os,Us,Ks,Ys,nx,xx,dx,bx,Cx,Sx,Ox,Ux,zx,Zx,ea,ja,aa,ma,ka,Wa,_a,Na,Fa]}static get[fc("0x10f")](){return"TrackChangesEditing"}constructor(t){function e(t){return t[fc("0x22")]((t=>String[fc("0x129")](t)))[fc("0x131")]("")}super(t),this[fc("0x56")]=null,this.set(fc("0xca"),[]),this.on("change:activeMarkers",((e,n,o,i)=>{this[fc("0xe")][fc("0x5c")]((()=>{for(const e of[...i,...o])this._model[fc("0x63")][fc("0x15c")](e)&&t[fc("0x158")][fc("0xd8")](e)}))})),this[fc("0x96")]=new ii(this.editor.model[fc("0x82")],this[fc("0xbc")][fc("0x24")]),this[fc("0xfd")]=null,this._suggestionFactory=new pc(this[fc("0xbc")]),this[fc("0x144")]=new Map,this[fc("0x74")]=t[fc("0x12b")].get("CommentsRepository"),this[fc("0x117")]=new Set,this[fc("0xe")]=this.editor.model,this[fc("0x67")]=new WeakMap,this[fc("0x89")]=!1,this._blockAttributeKeys=new Set([fc("0x13a")]),this[fc("0xcd")]=new Set,t[fc("0x11")].define(fc("0xc4"),fc("0x18")),this[fc("0x71")]=t[fc("0x11")][fc("0x20")](fc("0xc4")),t[fc("0x11")][fc("0x1c")](fc("0x146"),!0),this[fc("0x140")]=t[fc("0x11")][fc("0x20")](fc("0x146")),this[fc("0x176")]=new d(t,this._enabledCommands),this[fc("0xd")](),this[e([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=e([52,48,52,54,50,52,51,50])}[fc("0x8b")](){const t=this[fc("0xbc")],n=(t,e)=>{if(fc("0x126")!=t)return fc("0x153")+t;const n=e.split("|")[0];return this[fc("0x122")](n)?fc("0xc5"):fc("0x9")};t[fc("0x10")][fc("0x170")](fc("0x26"))[fc("0x103")]({model:fc("0x130"),view:t=>{const{id:e,type:o,subType:i}=this[fc("0x138")](t[fc("0xe2")]),r=[fc("0x7"),n(o,i)];let s=3e3;return this[fc("0xca")][fc("0xbf")](t.markerName)&&(r[fc("0xd2")](fc("0xf4")),s=3010),fc("0x161")==o&&(s+=5),{classes:r,attributes:{"data-suggestion":e},priority:s}}}),t[fc("0x10")].for(fc("0xc"))[fc("0xef")]((e=>{e.on("addMarker:suggestion",((e,n,o)=>{if(!o[fc("0x12c")].showSuggestionHighlights)return;const i=n[fc("0x80")];if(!i)return;const r=o[fc("0x4e")][fc("0xb2")](i);t.model[fc("0x82")][fc("0x57")](i)&&r&&!r[fc("0x95")](fc("0x6a"))&&r.is(fc("0x49"))&&(0,x.toWidget)(r,o[fc("0x10e")])}),{priority:fc("0x127")})})),t[fc("0x10")][fc("0x170")](fc("0xc"))[fc("0x103")]({model:fc("0x130"),view:(t,e)=>{if(!e.options[fc("0xe8")])return null;const{type:o,subType:i}=this._splitMarkerName(t[fc("0xe2")]);return{classes:["ck-suggestion-marker",n(o,i)],priority:3e3}}});const o=({showActiveMarkers:e=!0,isAttributeSuggestion:n=!1}={})=>(o,i,r)=>{if(!i[fc("0x80")])return;const{id:s}=this[fc("0x138")](i[fc("0xe2")]);if(n){const t=Sc(this[fc("0x144")][fc("0x20")](s));if(!this[fc("0x122")](t))return}if(i[fc("0x80")].is(fc("0x91")))return void r[fc("0x14e")][fc("0xeb")](i[fc("0x80")],o.name);const x=r[fc("0x4e")].toViewElement(i[fc("0x80")]);if(i[fc("0x80")].is(fc("0xe0"))&&t[fc("0x159")].schema[fc("0x6")](i[fc("0x80")])&&!x.getCustomProperty(fc("0x157"))){r[fc("0x10e")][fc("0x99")]([fc("0x7"),fc("0xc5")],x),r.writer[fc("0x53")](fc("0x50"),s,x),r[fc("0x4e")][fc("0x150")](x,i[fc("0xe2")]),e&&(this.activeMarkers[fc("0xbf")](i[fc("0xe2")])?r[fc("0x10e")][fc("0x99")](fc("0xf4"),x):r.writer[fc("0x14d")]("ck-suggestion-marker--active",x));for(const e of t[fc("0x159")].createRangeIn(i[fc("0x80")])[fc("0xc6")]())r[fc("0x14e")].consume(e,o[fc("0x32")]);r[fc("0x14e")][fc("0xeb")](i[fc("0x80")],o[fc("0x32")])}};t[fc("0x10")][fc("0x170")]("dataDowncast")[fc("0xef")]((t=>{t.on(fc("0x2d"),((t,e,n)=>{n[fc("0x12c")][fc("0xe8")]&&o({showActiveMarkers:!1})(t,e,n)}),{priority:fc("0x16d")})})),t[fc("0x10")][fc("0x170")](fc("0xc"))[fc("0xef")]((t=>{t.on("addMarker:suggestion:attribute",((t,e,n)=>{n[fc("0x12c")][fc("0xe8")]&&o({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,n)}),{priority:fc("0x16d")})})),t.conversion[fc("0x170")](fc("0xc")).markerToData({model:fc("0x130"),view:(t,e)=>e[fc("0x12c")][fc("0xe8")]?null:{group:"suggestion",name:t[fc("0x5")](11)}}),t[fc("0x10")][fc("0x170")](fc("0x23"))[fc("0x148")]({view:{name:fc("0x130"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n="suggestion:"+t[fc("0xc3")](fc("0xd1"))+":"+t[fc("0xc3")]("id");return t[fc("0xc3")](fc("0x8c"))&&(n+=":"+t[fc("0xc3")](fc("0x8c"))),e[fc("0x3a")]("$marker",{"data-name":n})}}),t[fc("0x10")].for(fc("0x23"))[fc("0x119")]({view:fc("0x130")}),t[fc("0x10")][fc("0x170")]("editingDowncast")[fc("0xef")]((t=>{t.on(fc("0x2d"),o(),{priority:"high"})})),t[fc("0x10")][fc("0x170")]("editingDowncast")[fc("0xef")]((t=>{t.on(fc("0x1"),o({isAttributeSuggestion:!0}),{priority:fc("0x127")})})),t[fc("0x10")][fc("0x170")](fc("0x26"))[fc("0xef")]((t=>{t.on(fc("0x11e"),((t,e,n)=>{const o=n[fc("0x4e")][fc("0x2")](e[fc("0xe2")]);if(o)for(const t of o)t[fc("0x95")]("addHighlight")||(n[fc("0x10e")][fc("0x14d")]([fc("0x7"),fc("0xc5"),"ck-suggestion-marker--active"],t),n[fc("0x10e")][fc("0x4")](fc("0x50"),t),n[fc("0x4e")][fc("0x12a")](t,e[fc("0xe2")]))}),{priority:fc("0x127")})})),t[fc("0x10")][fc("0x170")]("editingDowncast")[fc("0xef")]((t=>{t.on(fc("0xb3"),((t,e,n)=>{const o=n.mapper[fc("0x2")](e[fc("0xe2")]);if(!o)return;const{id:i}=this[fc("0x138")](e.markerName),r=Sc(this[fc("0x144")][fc("0x20")](i));if(this[fc("0x122")](r))for(const t of o)t[fc("0x95")]("addHighlight")||(n[fc("0x10e")][fc("0x14d")]([fc("0x7"),"ck-suggestion-marker-formatBlock",fc("0xf4")],t),n[fc("0x10e")][fc("0x4")]("data-suggestion",t),n[fc("0x4e")].unbindElementFromMarkerName(t,e.markerName))}),{priority:fc("0x127")})})),t.model[fc("0xab")][fc("0x47")]((e=>{let n=!1;const o=Array[fc("0x19")](t[fc("0x159")][fc("0xab")][fc("0x60")][fc("0x160")]()),i=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,subType:l,id:u}=this._splitMarkerName(x);if(fc("0x130")!==o)continue;const d=this[fc("0x144")][fc("0x20")](u);if(null!=a[fc("0x137")]){fc("0x78")==c&&(n=n||_c(a[fc("0x137")],x,e,t[fc("0x159")][fc("0x82")]));const o="attribute"==c&&this[fc("0x122")](l[fc("0x15")]("|")[0]);if(a[fc("0x137")].isCollapsed||"$graveyard"==a[fc("0x137")][fc("0x115")].rootName||"formatBlock"==c&&!yc(a[fc("0x137")])||o&&!yc(a[fc("0x137")])||fc("0x161")==c&&(Ec(s=a[fc("0x137")])||(r=s)[fc("0x12d")][fc("0x92")]==r[fc("0x102")][fc("0x6f")]&&r[fc("0x12d")][fc("0xbb")]))e.removeMarker(x),n=!0;else{if(!d||!d[fc("0xa5")])continue;i.add(d)}}}var r,s;return i[fc("0x39")]>0&&(n=!!this._joinWithAdjacentSuggestions(i)||n),n})),t[fc("0x159")][fc("0xab")].registerPostFixer((e=>{let n=!1;for(const o of t[fc("0x159")].document[fc("0x60")][fc("0x167")]())if(fc("0x5f")==o[fc("0xda")])for(const o of this[fc("0x144")].values()){if(o[fc("0xd0")]||!o.isInContent)continue;const i=fc("0x51")==o[fc("0xda")],r=Sc(o),s=r&&this[fc("0x122")](r);if(!i&&!s)continue;const x=o.getFirstRange();if(x[fc("0x12d")].parent!=x[fc("0x102")][fc("0x92")]&&!x[fc("0x102")].isAtEnd){const i=t[fc("0x159")][fc("0x65")](x[fc("0x12d")][fc("0xf3")],"end"),r=t[fc("0x159")][fc("0x9a")](x.start,i);e[fc("0x8a")](o[fc("0x116")](),{range:r}),n=!0}}return n})),t.model[fc("0xab")][fc("0x47")]((t=>this[fc("0xfa")](t))),t.model[fc("0xab")].registerPostFixer((t=>!t[fc("0x16e")][fc("0x46")]&&this[fc("0xa6")](t))),t[fc("0x159")].markers.on(fc("0xbd"),((t,e,n)=>{if(null==n){const{id:t}=this[fc("0x138")](e[fc("0x32")]),n=this[fc("0x144")][fc("0x20")](t);n&&n[fc("0xd6")](e[fc("0x32")])}})),t[fc("0x159")][fc("0xab")].on(fc("0x10a"),(()=>{const e=Array[fc("0x19")](t.model[fc("0xab")].differ[fc("0x160")]())[fc("0x14")]((t=>fc("0x130")===this[fc("0x138")](t.name)[fc("0x88")]));if(0===e[fc("0x25")])return;e[fc("0x7d")](((t,e)=>{const n=t[fc("0x163")].oldRange,o=e[fc("0x163")][fc("0xb")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[fc("0x12d")].isBefore(o[fc("0x12d")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:i}of e){const{id:e}=this._splitMarkerName(t);if(null===i[fc("0xb")]){const e=this[fc("0x0")](t);o[fc("0xef")](e)}else{const t=this[fc("0x144")][fc("0x20")](e);null!==i[fc("0x137")]||t.isInContent?(n[fc("0xef")](t.head),o.add(t)):this._removeSuggestion(t)}}o.size>0&&this[fc("0x48")](o);for(const t of n)this[fc("0x29")]("suggestionChanged",t)})),t.model.on(fc("0xa1"),((e,n)=>{const o=n[0];if(!this[fc("0x144")][fc("0x39")])return;if(!o.isDocumentOperation)return;if(o.batch.isUndo||!o.batch.isLocal)return;let i,r;switch(o[fc("0xda")]){case fc("0x5f"):i=t.model[fc("0x65")](o.position),r=i.getShiftedBy(o[fc("0x75")]);break;case fc("0x15"):i=t[fc("0x159")][fc("0x65")](o[fc("0xf1")]),r=t.model.createPositionAt(o[fc("0xf9")]);break;case fc("0x36"):i=t[fc("0x159")][fc("0x65")](o.targetPosition),r=i[fc("0x4a")](o.howMany);break;default:return}const s=t[fc("0x159")][fc("0x9a")](i,r);t.model[fc("0x5c")]((()=>{for(const{suggestion:t,meta:e}of this[fc("0xfe")](s)){if(t[fc("0xd0")])continue;if("formatInline"==t[fc("0xda")])continue;const n=Sc(t);if(n&&this[fc("0x122")](n)&&"split"!=o[fc("0xda")])continue;const x=t[fc("0x163")]&&t.data[fc("0x11f")];("formatBlock"!=t.type||fc("0x15")==o.type&&!x)&&(e[fc("0xb9")]||fc("0x2e")==t[fc("0xda")]&&e[fc("0x35")]||t[fc("0x17")]()[fc("0x174")](s)&&this[fc("0x14b")](t,i,r))}}))}),{priority:fc("0x156")}),t.model.on(fc("0x45"),((e,n)=>{const o=n[0],i=n[1];if(i&&i.forceDefaultExecution)return;if(this._isForcedDefaultExecutionBlock)return;if(!this.trackChangesCommand[fc("0x11b")])return;if(o[fc("0x10d")])return;const r=t.model[fc("0x82")],{start:s,end:x}=o[fc("0x17")](),a=s[fc("0xf3")]&&r[fc("0x5b")](s[fc("0xf3")])?null:r[fc("0x52")](s,"forward"),c=x[fc("0x6f")]&&r.isLimit(x[fc("0x6f")])?null:r.getNearestSelectionRange(x,"backward"),l=t[fc("0x159")].createRange(a?a[fc("0x12d")]:s,c?c.end:x);t.model[fc("0x5c")]((e=>{this[fc("0x62")](l);const n=t[fc("0x159")][fc("0x82")].getNearestSelectionRange(l[fc("0x12d")]);o.is(fc("0x54"))?e[fc("0x125")](n):o[fc("0x7a")](n)})),e[fc("0x8e")]()}),{priority:e.priorities[fc("0x5e")]+10}),t[fc("0x159")].on(fc("0xb6"),((e,n)=>{const o=n[n[fc("0x25")]-1];o&&o[fc("0xde")]||this[fc("0x89")]||this[fc("0x176")][fc("0x11b")]&&(t[fc("0x159")].change((()=>{let o=t.model.insertContent(n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e[fc("0x154")]=o[fc("0xfb")]();const i=o[fc("0x102")][fc("0x6f")],r=t[fc("0x159")].schema;i&&r[fc("0x6")](i)&&!r[fc("0x57")](i)&&(o=t[fc("0x159")][fc("0x9a")](o[fc("0x12d")],t[fc("0x159")][fc("0x65")](i,fc("0x102")))),this[fc("0x112")](o)})),e.stop())}),{priority:"high"}),this[fc("0xbc")][fc("0x16f")][fc("0xef")](fc("0x142"),this.trackChangesCommand),this[fc("0x77")](fc("0x142"));const i=new p(t,this._suggestions);t.commands.add("acceptSuggestion",i),this[fc("0x77")](fc("0x59"));const r=new y(t,this[fc("0x144")]);t[fc("0x16f")][fc("0xef")](fc("0x12"),r),this[fc("0x77")]("discardSuggestion"),t[fc("0x16f")].add(fc("0x2b"),new F(t,i,this._suggestions)),this[fc("0x77")](fc("0x2b")),t.commands[fc("0xef")](fc("0x1a"),new F(t,r,this[fc("0x144")])),this[fc("0x77")](fc("0x1a")),t[fc("0x16f")][fc("0xef")](fc("0x134"),new j(t,i,this._suggestions)),this[fc("0x77")](fc("0x134")),t[fc("0x16f")][fc("0xef")](fc("0x21"),new j(t,r,this._suggestions)),this[fc("0x77")](fc("0x21"));const s=t[fc("0x12b")].get("CommentsRepository");this[fc("0x8")](s,"addComment",((t,{threadId:e})=>{const n=this[fc("0x144")][fc("0x20")](e);n&&n[fc("0x141")]&&1===n.commentThread[fc("0x25")]&&this[fc("0x10c")](e,{hasComments:!0})}),{priority:"low"}),this[fc("0x8")](s,"removeComment",((t,{threadId:e})=>{const n=this[fc("0x144")][fc("0x20")](e);n&&n[fc("0x141")]&&!n.commentThread[fc("0x25")]&&this[fc("0x10c")](e,{hasComments:!1})}),{priority:fc("0xf5")})}set[fc("0x162")](t){if(this[fc("0xfd")])throw new e.CKEditorError("track-changes-adapter-already-set",this);this._adapter=t}get[fc("0x162")](){return this._adapter}[fc("0x90")]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[fc("0x144")][fc("0xd3")]())t&&!e[fc("0xa5")]||n.push(e);return e?n.map((t=>t.toJSON())):n}[fc("0xf")](t){const n=this[fc("0x144")][fc("0x20")](t);if(!n)throw new e.CKEditorError("track-changes-suggestion-not-found",this);return n}hasSuggestion(t){return this[fc("0x144")][fc("0x15c")](t)}addSuggestionData(t){const{authorId:e,id:n,attributes:o}=t,[i,r]=t[fc("0xda")][fc("0x15")](":"),s=this[fc("0x144")][fc("0x20")](n)||this[fc("0xf0")](i,r,n,e,o);if(this[fc("0xea")](s),this[fc("0x42")](s,i,r||null,e),s.createdAt=t[fc("0xf6")],s[fc("0xd4")]=!0,o&&o[fc("0x98")]){const t=o[fc("0x98")],e=this._getExternalAuthor(t[fc("0x109")]);s[fc("0x58")]=t[fc("0xf6")],s[fc("0xc9")]=e,s.isExternal=!0}else s[fc("0x58")]=t[fc("0xf6")];switch(t.data&&(s[fc("0x163")]=t[fc("0x163")]),t[fc("0x16b")]&&(s.attributes=t[fc("0x16b")]),this._adapter&&this[fc("0xfd")][fc("0x13f")]||(s[fc("0x66")]=!0),this._suggestionState.get(s)){case fc("0xd7"):this._suggestionState[fc("0x5a")](s,"dataReady");break;case"markerReady":s.isInContent?(this[fc("0x48")](new Set([s])),this._joinWithAdjacentSuggestions(new Set([s])),this._suggestionState[fc("0x5a")](s,"ready"),this[fc("0x29")](fc("0x1b"),s)):this[fc("0x67")].set(s,fc("0x120"))}return s}acceptSuggestion(t){this[fc("0xde")]((()=>{this[fc("0xbc")][fc("0x159")][fc("0x5c")]((()=>{for(const e of t[fc("0x28")]())e[fc("0x147")]()}))}))}[fc("0x12")](t){this[fc("0xde")]((()=>{this[fc("0xbc")][fc("0x159")][fc("0x5c")]((()=>{for(const e of t[fc("0x28")]())e.discard()}))}))}enableCommand(t,n){const o=this[fc("0xbc")].commands[fc("0x20")](t);if(!o)throw new e.CKEditorError(fc("0xe1"),this,{commandName:t});if(this[fc("0x117")][fc("0x15c")](o))throw new e.CKEditorError(fc("0x101"),this,{commandName:t});this._enabledCommands[fc("0xef")](o),n&&o.on("execute",((t,e)=>{this[fc("0x176")][fc("0x11b")]&&(this[fc("0x89")]||(e[fc("0x25")]>0&&e[e[fc("0x25")]-1]&&e[e[fc("0x25")]-1][fc("0xde")]?e[fc("0xa4")]():(t[fc("0x154")]=n(((...t)=>o[fc("0x37")](...t,{forceDefaultExecution:!0})),...e),t[fc("0x8e")]())))}),{priority:"high"})}[fc("0xde")](t){let n,o;const i=this[fc("0x89")];this[fc("0x89")]=!0;try{n=t()}catch(t){o=t}return i||(this[fc("0x89")]=!1),o&&e.CKEditorError[fc("0xc1")](o,this),n}[fc("0x112")](t,n=null,o={}){if(t[fc("0x10d")])return null;const i=this.editor.plugins[fc("0x20")](fc("0x136")).me;for(const{suggestion:e,meta:i}of this[fc("0xfe")](t,fc("0x2e")))if(i.isOwn){if(!i[fc("0xaa")]){if(i[fc("0xb9")]){if(!this[fc("0x140")]||!Ic(e,o))continue;return e}if(Ic(e,o))return e;this[fc("0x14b")](e,t.start,t[fc("0x102")]);break}if(n==e[fc("0x27")]&&Ic(e,o)){const n=e[fc("0x17")]();return n.start[fc("0x7e")](t.end)?this._setSuggestionRange(e,this[fc("0xe")][fc("0x9a")](t[fc("0x12d")],n.end)):this._setSuggestionRange(e,this[fc("0xe")].createRange(n[fc("0x12d")],t[fc("0x102")])),e}}const r=(0,e.uid)(),s=i.id,x=n?fc("0x124")+n:fc("0x2e"),a=this._setSuggestionData({id:r,type:x,createdAt:new Date,authorId:s,attributes:o});return this[fc("0xad")](x,r,s,t),a}[fc("0xc0")](t,n=fc("0x12e"),o={}){const i=this[fc("0xbc")][fc("0x12b")][fc("0x20")](fc("0x136")).me,r=this[fc("0xb7")][fc("0x15f")](fc("0x2e"),n,fc("0x131"));for(const e of this.getSuggestions())if(e[fc("0xc9")].id==i.id&&fc("0x2e")==e[fc("0xda")]&&e[fc("0x27")]==n&&Ic(e,o)&&(r(e.getRanges(),t)||r(t,e[fc("0x2f")]()))){for(const n of t)e[fc("0x168")](n);return e}for(const{suggestion:e,meta:n}of this[fc("0xfe")](t,fc("0x2e"))){if(!n[fc("0x35")])continue;if(!this[fc("0x140")]&&n[fc("0xb9")])continue;if(!Ic(e,o))continue;let i=!0;for(const n of e.getRanges())for(const e of t)if(!n[fc("0x174")](e)){i=!1;break}if(i)return e}const s=(0,e.uid)(),x=i.id,a="insertion:"+n,c=this._setSuggestionData({id:s,type:a,createdAt:new Date,authorId:x,attributes:o});for(const e of t)this[fc("0xad")](a,s,x,e,Jo.getMultiRangeId());return c}[fc("0x70")](t,n,o=null,i={}){if(o=o||Tc(n),t.isCollapsed)return null;if("never"===this[fc("0x71")]){const e=this[fc("0xb7")][fc("0x15f")](fc("0x78"),o,fc("0x147"));return this[fc("0xde")]((()=>e([t],n,i))),null}const r=this[fc("0xbc")][fc("0x12b")][fc("0x20")](fc("0x136")).me,s=[];if(fc("0x9f")!==this[fc("0x71")])for(const{suggestion:e,meta:n}of this[fc("0xfe")](t,fc("0x2e")))n.isOwn&&!n.isInsideObject&&s[fc("0xd2")](...e.getRanges());const x=function(t,e){const n=[];for(const o of e){const e=t[fc("0x106")](o);e&&n[fc("0xd2")](e)}return n}(t,s),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[fc("0x25")];){const o=n[e][fc("0x149")](t);n[fc("0x3c")](e,1,...o),e+=o[fc("0x25")]}}return n}(t,s);x.length&&this[fc("0xe")][fc("0x5c")]((()=>{for(const t of x){const e=this[fc("0xb7")][fc("0x15f")](fc("0x78"),o,fc("0x147"));this[fc("0xde")]((()=>e([t],n,i)))}}));for(const t of a){let s=null,x=t.start,a=t[fc("0x102")];for(const{suggestion:e,meta:n}of this[fc("0xfe")](t,"formatInline")){if(!n[fc("0x35")])continue;if(e.subType!=o)continue;if(!Ic(e,i))continue;const r=e[fc("0x17")]();if(r.containsRange(t,!0))return null;x=x[fc("0x165")](r[fc("0x12d")])?x:r[fc("0x12d")],a=a[fc("0xce")](r.end)?a:r[fc("0x102")],s?r[fc("0x12d")][fc("0x165")](s.getFirstRange()[fc("0x12d")])?(s[fc("0x13")](),s=e):e[fc("0x13")]():s=e}const c=this._model[fc("0x9a")](x,a);if(s)this[fc("0xdf")](s,c);else{const t=(0,e.uid)(),s=r.id;this[fc("0xd9")]({id:t,type:fc("0xff")+o,data:n,createdAt:new Date,authorId:s,attributes:i}),this[fc("0xad")](fc("0xff")+o,t,s,c)}}return null}[fc("0x73")](t,n,o=[],i=null,r={}){n.formatGroupId||(n[fc("0xe7")]=n[fc("0x83")]),n.multipleBlocks=t.is(fc("0x4d")),i=i||Tc(n);const s=o[fc("0x22")]((t=>Cc(t,this[fc("0xe")]))),x=t.is(fc("0x4d"))?t:Cc(t,this._model);if(fc("0x107")===this._trackFormatChanges){const t=this[fc("0xb7")][fc("0x15f")]("formatBlock",i,fc("0x147"));return this[fc("0xde")]((()=>t([x],n,r))),null}s[fc("0xd2")](x);let a=!0;for(const t of s)if(!this[fc("0x128")](t)){a=!1;break}if(a&&fc("0x9f")!==this[fc("0x71")]){const t=this[fc("0xb7")][fc("0x15f")](fc("0x51"),i,fc("0x147"));return this[fc("0xde")]((()=>t([x],n,r))),null}let c=null,l=x[fc("0x12d")],u=x[fc("0x102")];for(const{suggestion:t,meta:e}of this[fc("0xfe")](x,fc("0x51"))){if(!e[fc("0x35")])continue;if(e.isNextTo||e[fc("0xb9")]||e.isInsideObject)continue;if(t[fc("0x163")][fc("0xe7")]!=n[fc("0xe7")])continue;if(!Ic(t,r))continue;const o=t[fc("0x17")]();if(t.subType==i){if(o.containsRange(x,!0))return null;l=l[fc("0x165")](o.start)?l:o.start,u=u[fc("0xce")](o[fc("0x102")])?u:o[fc("0x102")],c?o[fc("0x12d")][fc("0x165")](c[fc("0x17")]()[fc("0x12d")])?(c[fc("0x13")](),c=t):t[fc("0x13")]():c=t}else{const e=x.getIntersection(o);this[fc("0x15b")](t,e)}}const d=this.editor[fc("0x12b")][fc("0x20")](fc("0x136")).me,g=(0,e.uid)(),f=d.id;if(c)return this[fc("0xdf")](c,this[fc("0xe")][fc("0x9a")](l,u)),c;{const t=this[fc("0xd9")]({id:g,type:"formatBlock:"+i,data:n,createdAt:new Date,authorId:f,attributes:r});return this[fc("0xad")](fc("0x175")+i,g,f,this._model[fc("0x9a")](l,u)),t}}markMultiRangeBlockFormat(t,n,o=[],i=null,r={}){n[fc("0xe7")]||(n[fc("0xe7")]=n[fc("0x83")]);const s=t[0];n.multipleBlocks=s.is(fc("0x4d")),i=i||Tc(n);const x=o[fc("0x22")]((t=>Cc(t,this._model))),a=s.is(fc("0x4d"))?t:t[fc("0x22")]((t=>Cc(t,this._model)));if(fc("0x107")===this._trackFormatChanges){const t=this[fc("0xb7")][fc("0x15f")]("formatBlock",i,fc("0x147"));return this[fc("0xde")]((()=>t(a,n,r))),null}x[fc("0xd2")](...a);let c=!0;for(const t of x)if(!this[fc("0x128")](t)){c=!1;break}if(c&&fc("0x9f")!==this._trackFormatChanges){const t=this[fc("0xb7")].getSuggestionCallback(fc("0x51"),i,"accept");return this[fc("0xde")]((()=>t(a,n,r))),null}const l=this[fc("0xbc")][fc("0x12b")][fc("0x20")]("Users").me;for(const t of this[fc("0x90")]()){if(t[fc("0xc9")].id!=l.id)continue;if("formatBlock"!=t.type||t[fc("0x163")][fc("0xe7")]!=n[fc("0xe7")])continue;if(!Ic(t,r))continue;const e=t[fc("0x27")]==i;for(let n=0;n<a.length;n++){const o=a[n];for(const i of t[fc("0x68")]()){const r=i.getRange();if(o[fc("0x7e")](r)){e?(a[fc("0x3c")](n,1),n--):t[fc("0x13d")](i[fc("0x32")]);break}}}}if(0==a[fc("0x25")])return null;const u=this._suggestionFactory[fc("0x15f")]("formatBlock",i,fc("0x131"));for(const t of this[fc("0x90")]())if(t.author.id==l.id&&fc("0x51")==t[fc("0xda")]&&t[fc("0x163")][fc("0xe7")]==n[fc("0xe7")]&&t.subType==i&&Ic(t,r)&&(u(t[fc("0x2f")](),a)||u(a,t[fc("0x2f")]()))){for(const e of a)t.addRange(e);return t}const d=(0,e.uid)(),g=l.id,f=fc("0x175")+i,m=this[fc("0xd9")]({id:d,type:f,data:n,createdAt:new Date,authorId:g,attributes:r});for(const t of a)this[fc("0xad")](f,d,g,t,Jo[fc("0x55")]());return m}[fc("0x62")](t,n=null,o={}){if(t[fc("0x10d")])return null;const i=this[fc("0xbc")].plugins[fc("0x20")](fc("0x136")).me,r=new s.LiveRange(t[fc("0x12d")],t[fc("0x102")]);for(const{suggestion:t,meta:e}of this._findSuggestions(r,"insertion"))if(e[fc("0x35")]&&!e[fc("0xaa")])if(t.isMultiRange){const e=t.getRanges()[fc("0x14")]((t=>fc("0x6b")!=t.root.rootName));if(e[fc("0x171")]((t=>r.containsRange(t,!0)))&&t.discard(),e[fc("0x1e")]((t=>t.containsRange(r,!0)))){const t=this[fc("0xb7")].getSuggestionCallback(fc("0x161"),n,fc("0x147"));return this.forceDefaultExecution((()=>t([r],null,o))),null}}else{const e=r[fc("0x106")](t[fc("0x17")]());null!==e&&t[fc("0x152")]([e],null,o)}if(r[fc("0x43")](),r[fc("0x10d")]||fc("0x6b")==r[fc("0x115")][fc("0xba")])return null;let x=null,a=r[fc("0x12d")],c=r[fc("0x102")];const l=this[fc("0xfe")](r,fc("0x161"));for(const{suggestion:t,meta:e}of l){const n=this[fc("0xe")][fc("0x9a")](a,c);if(e[fc("0x35")]&&(this[fc("0x140")]||!e[fc("0xb9")]&&!e[fc("0x6d")]))if(t.isMultiRange){if(!Ic(t,o))continue;let e=!0;for(const o of t[fc("0x2f")]()){if(o.containsRange(n,!0))return t;n[fc("0x174")](o)||(e=!1)}e&&t[fc("0xe6")]()}else{const e=t.getFirstRange();if(e.containsRange(n,!0))return t;if(!Ic(t,o)){n[fc("0x174")](e)?t[fc("0x13")]():e[fc("0x3e")](a)?a=e.end:e.containsPosition(c)&&(c=e[fc("0x12d")]);continue}a=a[fc("0x165")](e[fc("0x12d")])?a:e.start,c=c.isAfter(e[fc("0x102")])?c:e[fc("0x102")],o=Object.assign({},t.attributes),x?e.start[fc("0x165")](x[fc("0x17")]().start)?(x[fc("0x13")](),x=t):t.removeMarkers():x=t}}if(x)return this[fc("0xdf")](x,this._model[fc("0x9a")](a,c)),x;{const t=(0,e.uid)(),r=this[fc("0xe")].createRange(a,c),s=i.id,x=n?fc("0x38")+n:fc("0x161"),l=this[fc("0xd9")]({id:t,type:x,createdAt:new Date,authorId:s,attributes:o});return this._addSuggestionMarker(x,t,s,r),l}}[fc("0x7c")](t,n="multi",o={}){const i=this[fc("0xbc")][fc("0x12b")][fc("0x20")](fc("0x136")).me,r=t[fc("0x22")]((t=>new s.LiveRange(t[fc("0x12d")],t[fc("0x102")]))),x=new Set;for(const{suggestion:t,meta:e}of this[fc("0xfe")](r,"insertion"))e[fc("0x35")]&&!e.isNextTo&&x[fc("0xef")](t);for(const e of x)if(e[fc("0xd0")]){const i=e[fc("0x2f")]();if((!e.attributes||!e[fc("0x16b")].skipNestingCheck)&&i[fc("0x171")]((t=>r[fc("0x1e")]((e=>e.containsRange(t,!0)))))&&e[fc("0xe6")](),r[fc("0x171")]((t=>i[fc("0x1e")]((e=>e[fc("0x174")](t,!0)))))){const e=this[fc("0xb7")][fc("0x15f")](fc("0x161"),n,fc("0x147"));return this[fc("0xde")]((()=>e(t,null,o))),null}}else{const t=e[fc("0x17")]();if(r.some((e=>e.containsRange(t,!0)))&&e.discard(),r[fc("0x171")]((e=>t[fc("0x174")](e,!0)))){const t=this[fc("0xb7")][fc("0x15f")]("deletion",n,fc("0x147"));return this.forceDefaultExecution((()=>t(r,null,o))),null}}const a=this[fc("0xb7")][fc("0x15f")]("deletion",n,fc("0x131"));let c=null;for(const t of this.getSuggestions())if(t.author.id==i.id&&t[fc("0xa5")]&&fc("0x161")==t[fc("0xda")]&&t.subType==n&&Ic(t,o)&&(a(t[fc("0x2f")](),r)||a(r,t[fc("0x2f")]())))if(c){if(t.commentThread&&t[fc("0x141")][fc("0x25")])continue;for(const e of t[fc("0x2f")]())c[fc("0xf2")](e)||c.addRange(e);t.removeMarkers()}else{c=t;for(const e of r)t[fc("0xf2")](e)||t[fc("0x168")](e)}if(c)return c;x[fc("0x6e")]();for(const{suggestion:t,meta:e}of this._findSuggestions(r,fc("0x161")))e[fc("0x35")]&&(this._mergeNestedSuggestions||!e[fc("0xb9")]&&!e[fc("0x6d")])&&Ic(t,o)&&x[fc("0xef")](t);for(const t of x){const e=t[fc("0x2f")]();if((!o||!o.skipNestingCheck)&&r[fc("0x171")]((t=>e[fc("0x1e")]((e=>e[fc("0x174")](t,!0))))))return t;(!t.attributes||!t.attributes[fc("0x1d")])&&e.every((t=>r.some((e=>e[fc("0x174")](t,!0)))))&&t[fc("0xe6")]()}const l=(0,e.uid)(),u=i.id,d="deletion:"+n,g=this._setSuggestionData({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const t of r)t.detach(),t.isCollapsed||"$graveyard"==t[fc("0x115")][fc("0xba")]||this._addSuggestionMarker(d,l,u,t,Jo[fc("0x55")]());return g}[fc("0x16a")](t,n,o,i,r){if(t[fc("0x10d")])return[];if(fc("0x107")===this[fc("0x71")])return[];const s=this[fc("0xbc")][fc("0x12b")][fc("0x20")](fc("0x136")).me.id,x=Array.from(this[fc("0x144")].values())[fc("0x14")]((e=>"attribute"==e.type&&e.data[fc("0x69")]==n&&e[fc("0xf2")](t)));if(fc("0x18")===this[fc("0x71")]){const e=this[fc("0xfe")](t,fc("0x2e"))[fc("0x14")]((({meta:t})=>t[fc("0x35")]&&!t[fc("0x6d")]&&!t[fc("0xaa")]))[fc("0x22")]((({suggestion:t})=>t));x[fc("0x41")](...e)}const a=new Map([[t,o]]);for(const t of x){const e=fc("0x126")==t[fc("0xda")]?t[fc("0x163")][fc("0x173")]:void 0,r=t[fc("0x17")](),s=Array[fc("0x19")](a[fc("0x97")]())[fc("0x123")]((t=>t[fc("0xb4")](r)));if(!s)continue;const x=s[fc("0x149")](r);this[fc("0x122")](n)&&fc("0x2e")==t[fc("0xda")]&&0!=x[fc("0x25")]||(a[fc("0xee")](s),x[fc("0x3f")]((t=>{a[fc("0x5a")](t,o)})),fc("0x2e")!=t[fc("0xda")]&&e!=i&&a[fc("0x5a")](s[fc("0x106")](r),e))}const c=[];for(const[t,o]of a){const x=(0,e.uid)(),a={key:n,oldValue:o,newValue:i};n[fc("0x25")]>37&&console.warn(fc("0x15a"),{key:n});const l=(fc("0xa8")+(n+"|")+Tc({newValue:i})).substring(0,60),u=this._setSuggestionData({id:x,type:l,data:a,createdAt:new Date,authorId:s,attributes:r});c[fc("0xd2")](u),this[fc("0xad")](l,x,s,t)}return c}[fc("0xa2")](t){this[fc("0xe4")][fc("0xef")](t)}[fc("0x11c")](t){this[fc("0xcd")][fc("0xef")](t)}[fc("0xdd")](t,e=[],n=[]){this.enableCommand(t,((t,...e)=>{this._recordAttributeChanges((()=>{t(...e)}))}));for(const t of e)this[fc("0x11c")](t);for(const t of n)this._registerBlockAttribute(t)}[fc("0xdf")](t,e){const n=t[fc("0x116")]();this[fc("0xe")][fc("0x5c")]((t=>{t[fc("0x8a")](n,{range:e})}))}_addThreadToSuggestion(t){const e=t.id,n=this[fc("0xbc")][fc("0x11")][fc("0x20")](fc("0x13b"));this._commentsRepository[fc("0x72")](e)||this[fc("0x74")].addCommentThread({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this._commentsRepository[fc("0x143")](e);o.unbind(fc("0x139")),o.isRemovable=!1,t[fc("0x141")]=o}_checkSuggestionCorrectness(t,n,o,i){if(t[fc("0xda")]!=n||t[fc("0x27")]!=o||t[fc("0x9c")].id!=i)throw this[fc("0xbc")].enableReadOnlyMode("track-changes-suggestion-data-mismatch"),new e.CKEditorError(fc("0x30"),this)}_cutOutSuggestionMarker(t,n){const o=t[fc("0x17")]();if(n[fc("0x7e")](o))t[fc("0x13")]();else if(o[fc("0x174")](n)){const i=this._model[fc("0x65")](n.start[fc("0x6f")],"end");this[fc("0xdf")](t,this[fc("0xe")][fc("0x9a")](o[fc("0x12d")],i));const r=(0,e.uid)(),s=t[fc("0x9c")].id,x=t.type+":"+t[fc("0x27")];this[fc("0xd9")]({id:r,type:x,createdAt:new Date,authorId:s,data:t.data,attributes:t[fc("0x16b")]});const a=this[fc("0xe")][fc("0x65")](n[fc("0x102")][fc("0x92")],fc("0xd5")),c=this[fc("0xe")][fc("0x9a")](a,o[fc("0x102")]);this._addSuggestionMarker(x,r,s,c)}else if(o.containsPosition(n.start)){const e=this._model.createPositionAt(n[fc("0x12d")][fc("0x6f")],fc("0x102"));this[fc("0xdf")](t,this[fc("0xe")][fc("0x9a")](o[fc("0x12d")],e))}else{const e=this[fc("0xe")][fc("0x65")](n[fc("0x102")][fc("0x92")],"after");this[fc("0xdf")](t,this[fc("0xe")][fc("0x9a")](e,o[fc("0x102")]))}}[fc("0x128")](t){for(const{suggestion:e,meta:n}of this[fc("0xfe")](t,fc("0x2e"))){if(!n.isOwn)continue;const o=e[fc("0x2f")]();for(const e of o)if(!t[fc("0x149")](e)[fc("0x25")])return!0}return!1}[fc("0x84")](t){const n=this[fc("0xbc")].plugins[fc("0x20")]("Users")[fc("0xbe")](t);if(!n)throw new e.CKEditorError(fc("0x31"),this);return n}[fc("0x93")](t){const e=this.editor[fc("0x12b")][fc("0x20")](fc("0x136")),n=(0,r.hashObject)("external:"+t);return e[fc("0xbe")](n)||e[fc("0xc8")]({id:n,name:t})}_createSuggestion(t,e,n,o,i){const r=this._getAuthorFromId(o),s=this[fc("0xb7")][fc("0x3b")](t,e,n,r,i,(t=>this[fc("0x10c")](n,{attributes:t})));return this[fc("0x8")](s,fc("0x147"),(()=>{this[fc("0x10c")](n,{state:fc("0xaf")})}),{priority:fc("0x127")}),this[fc("0x8")](s,"discard",(()=>{this[fc("0x10c")](n,{state:"rejected"})}),{priority:"high"}),this[fc("0x144")][fc("0x5a")](n,s),this[fc("0x67")].set(s,fc("0xd7")),s}[fc("0x138")](t){const e=t.split(":");return{group:e[0],type:e[1],subType:e.length>=5?e[2]:null,id:e.length<5?e[2]:e[3],authorId:e.length<5?e[3]:e[4],markerCount:6==e[fc("0x25")]?e[5]:null}}[fc("0x14b")](t,n,o){const i=t.getFirstRange(),r=i[fc("0x12d")],s=i[fc("0x102")];this[fc("0xdf")](t,this._model[fc("0x9a")](r,n));const x=(0,e.uid)(),a=t[fc("0x9c")].id,c=t.type+(t[fc("0x27")]?":"+t.subType:"");this._setSuggestionData({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t[fc("0x16b")],data:t.data});const l=Sc(t);("formatBlock"==t.type||l&&this[fc("0x122")](l))&&(o=this[fc("0xe")][fc("0x14f")](o[fc("0x92")])),this[fc("0xad")](c,x,a,this[fc("0xe")].createRange(o,s))}[fc("0xfe")](t,e=null){const n=[],o=this[fc("0xbc")].plugins[fc("0x20")](fc("0x136")).me;Array[fc("0xa")](t)||(t=[t]);for(const i of this[fc("0x90")]()){if(!i.isInContent)continue;if(e&&i[fc("0xda")]!=e)continue;let r=!1;for(const e of i[fc("0x2f")]()){for(const s of t){const t=s[fc("0x12d")][fc("0x7e")](e[fc("0x102")])||s.end.isEqual(e[fc("0x12d")]);if(t||s[fc("0x106")](e)){const x=s[fc("0x174")](e)&&bc(this._model[fc("0x82")],e.start,s),a=e[fc("0x174")](s)&&bc(this[fc("0xe")].schema,s[fc("0x12d")],e);n[fc("0xd2")]({suggestion:i,meta:{isOwn:o==i[fc("0xc9")],isNextTo:t,isInsideObject:x,containsRangeInObject:a}}),r=!0;break}}if(r)break}}return n}[fc("0xad")](t,e,n,o,i){this._model[fc("0x5c")]((r=>{let s=fc("0xb1")+t+":"+e+":"+n;i&&(s=s+":"+i),r[fc("0x8f")](s,{range:o,usingOperation:!0,affectsData:!0})}))}[fc("0x8d")](t){const e=t[fc("0xed")],n=t[fc("0xdc")];t[fc("0xed")]=null,t[fc("0xdc")]=null,null!=e&&(e[fc("0xdc")]=n),null!=n&&(n[fc("0xed")]=e),"ready"==this[fc("0x67")][fc("0x20")](t)&&(this._suggestionState[fc("0x5a")](t,fc("0x120")),this[fc("0x29")]("suggestionUnloaded",t,e,n))}_setSuggestionData(t){const n=t.id,o=this[fc("0x64")](t);if(this[fc("0xfd")]&&this[fc("0xfd")][fc("0x13f")]){const i=this[fc("0xbc")][fc("0x12b")][fc("0x20")](fc("0x6c")),r=o.hasComments,s=o.subType?o[fc("0xda")]+":"+o[fc("0x27")]:o.type,x=this[fc("0xbc")][fc("0x24")],a=i[fc("0xef")](Qo(x,fc("0xc2"))),c={id:n,type:s,hasComments:r,data:t.data||null,originalSuggestionId:t[fc("0x16")]||null,attributes:o.attributes};this[fc("0xfd")][fc("0x13f")](c).then((t=>{o[fc("0x66")]=!0,i.remove(a),t&&t[fc("0xf6")]&&(this[fc("0x144")][fc("0x20")](n).createdAt=t.createdAt)}))[fc("0x13e")]((t=>{throw(0,e.logWarning)(fc("0x118")),this[fc("0xbc")][fc("0x159")][fc("0x4b")]({isUndoable:!1},(()=>{o[fc("0xe6")]()})),o[fc("0x11a")](),this[fc("0x144")].delete(o.id),this[fc("0x67")][fc("0xee")](o),t}))}return o}[fc("0x122")](t){return this[fc("0xe4")][fc("0x15c")](t)}[fc("0x10c")](t,e){const n=this.editor[fc("0x12b")][fc("0x20")](fc("0x6c")),o=this.getSuggestion(t);if(this[fc("0xfd")]&&this[fc("0xfd")][fc("0xcf")])if(o[fc("0x66")]){const o=n[fc("0xef")](Qo(this.editor[fc("0x24")],fc("0xc2")));this[fc("0xfd")].updateSuggestion(t,e).then((()=>{n[fc("0xb0")](o)}))}else o.on(fc("0x9d"),(()=>{this[fc("0x10c")](t,e)}))}[fc("0x81")](t){if(!this[fc("0xfd")]||!this._adapter.getSuggestion)throw new e.CKEditorError(fc("0x15e"),this);return this[fc("0xfd")].getSuggestion(t)}[fc("0x0")](t){const{id:e,type:n,subType:o,authorId:i}=this[fc("0x138")](t),r=this[fc("0x144")].get(e)||this[fc("0xf0")](n,o,e,i,{});switch(this._checkSuggestionCorrectness(r,n,o,i),this[fc("0x67")][fc("0x20")](r)){case fc("0xd7"):this[fc("0x81")](e)[fc("0x110")]((t=>{let n=Promise[fc("0x132")]();t.hasComments&&(n=this._commentsRepository[fc("0x9b")]({channelId:this[fc("0xbc")][fc("0x11")][fc("0x20")](fc("0x13b")),threadId:e})),n.then((()=>{this[fc("0x64")](t)._saved=!0}))})),this._suggestionState[fc("0x5a")](r,fc("0xa9"));break;case fc("0x120"):this[fc("0x10c")](e,{state:fc("0x169")});case fc("0x7f"):this[fc("0x67")][fc("0x5a")](r,fc("0x13c")),this.fire("suggestionLoaded",r);break;case"ready":this[fc("0x29")](fc("0x86"),r)}return r.addMarkerName(t),r}_refreshSuggestionsChain(t){const e=Array.from(t),n=e[fc("0x14")]((t=>"attribute"==t.type));this[fc("0x79")](n);const o=e[fc("0x14")]((t=>!t[fc("0xd0")]&&fc("0x126")!=t[fc("0xda")])),i=this.getSuggestions({skipNotAttached:!0})[fc("0x14")]((t=>!t[fc("0xd0")]&&fc("0x126")!=t[fc("0xda")])),r=i[fc("0x14")]((e=>!t[fc("0x15c")](e))),s=new Map(i[fc("0x22")]((t=>[t,this[fc("0xb7")][fc("0x15f")](t[fc("0xda")],t.subType,fc("0x44"))]))),x=new Map(i[fc("0x22")]((t=>[t,t[fc("0x17")]()]))),a=new Set,c=new Set;for(let t=0;t<o[fc("0x25")];t++)u(o[t],o,t+1);for(let t=0;t<o[fc("0x25")];t++)u(o[t],r,0);const l=new Set;for(let t=0;t<o[fc("0x25")];t++){const e=o[t];!c[fc("0x15c")](e)&&e.previous&&(l[fc("0xef")](e[fc("0xed")]),e[fc("0xed")][fc("0xdc")]===e&&(e.previous.next=null),e[fc("0xed")]=null),!a[fc("0x15c")](e)&&e[fc("0xdc")]&&(l[fc("0xef")](e[fc("0xdc")]),e.next[fc("0xed")]===e&&(e[fc("0xdc")][fc("0xed")]=null),e[fc("0xdc")]=null)}function u(t,e,n){for(let o=n;o<e.length;o++){const n=d(t,e[o]);n&&(n[0][fc("0xdc")]=n[1],n[1].previous=n[0],a[fc("0xef")](n[0]),c[fc("0xef")](n[1]))}}function d(t,e){if(t[fc("0xc9")].id!==e.author.id)return null;const n=s.get(t)(t,e,x[fc("0x20")](t),x[fc("0x20")](e));return n&&s.get(e)(t,e,x.get(t),x[fc("0x20")](e))?n[1].commentThread&&n[1].commentThread[fc("0x25")]?null:n:null}l[fc("0x39")]&&this[fc("0x48")](l)}_refreshAttributeSuggestionsChain(t){if(0==t.length)return;const e=this.getSuggestions({skipNotAttached:!0})[fc("0x14")]((t=>fc("0x126")==t[fc("0xda")]&&t[fc("0xd4")])),n=[],o=new Map;for(const t of e){const e=(0,r.hashObject)(t.attributes);o[fc("0x15c")](e)||(o.set(e,n.length),n.push([]));const i=o.get(e);n[i][fc("0xd2")](t)}!function(){n[fc("0x7d")](((t,e)=>{const n=t[0][fc("0xf6")],o=e[0][fc("0xf6")];return n==o?t[0][fc("0x16b")].groupId<e[0].attributes[fc("0x113")]?-1:1:n<o?-1:1}));for(const t of n)t[fc("0x7d")](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<n[fc("0x25")];t++){if(0==n[t][fc("0x25")])continue;const e=[];for(let o=t+1;o<n[fc("0x25")];o++)0!=n[o][fc("0x25")]&&i(n[t],n[o])&&e[fc("0xd2")](o);for(const o of e)n[t]=n[t][fc("0x2c")](n[o]),n[o]=[]}for(const t of n)for(let e=0;e<t.length;e++)t[e][fc("0xdc")]=t[e+1]||null;for(const t of n)for(let e=0;e<t[fc("0x25")];e++)t[e][fc("0xed")]=t[e-1]||null;function i(t,e){if(t[0][fc("0xc9")]!==e[0].author)return!1;if(n=t[0],o=e[0],(n[fc("0x85")]||o[fc("0x85")])&&(n[fc("0x85")]&&o[fc("0x85")]||!(n.hasComments&&o[fc("0xf6")]<n[fc("0x141")][fc("0xac")][fc("0x20")](0).createdAt||o[fc("0x85")]&&n.createdAt<o.commentThread[fc("0xac")][fc("0x20")](0)[fc("0xf6")])))return!1;var n,o;const i=lc(t[0][fc("0x16b")],"groupId"),r=lc(e[0].attributes,fc("0x113"));return!!Go(i,r)&&(!!t[fc("0x171")]((t=>e.some((e=>t.getFirstRange()[fc("0x7e")](e[fc("0x17")]())))))&&e[fc("0x171")]((e=>t[fc("0x1e")]((t=>e[fc("0x17")]()[fc("0x7e")](t.getFirstRange()))))))}}_joinWithAdjacentSuggestions(t){const e=Array.from(t),n=this[fc("0x90")]({skipNotAttached:!0}),o=n[fc("0x14")]((e=>!t.has(e))),i=new Map(e[fc("0x22")]((t=>[t,this._suggestionFactory[fc("0x15f")](t.type,t[fc("0x27")],fc("0x131"))]))),r=new Map(n[fc("0x22")]((t=>[t,t[fc("0x2f")]()])));for(let t=0;t<e[fc("0x25")];t++)if(s(this,e[t],e,t+1))return!0;for(let t=0;t<e[fc("0x25")];t++)if(s(this,e[t],o,0))return!0;return!1;function s(t,e,n,o){for(let s=o;s<n[fc("0x25")];s++){const o=n[s];if(o.type!==e[fc("0xda")]||o[fc("0xc9")].id!==e[fc("0xc9")].id||o[fc("0x27")]!==e[fc("0x27")])continue;if(!kc(e,o))continue;if("attribute"==e[fc("0xda")]&&e.data[fc("0x173")]!=o[fc("0x163")][fc("0x173")])continue;if(fc("0x126")==e[fc("0xda")]&&t._isBlockAttribute(e.data.key))continue;if(fc("0x51")==e[fc("0xda")]){const n=t[fc("0xbc")][fc("0x159")],o=e[fc("0xcb")]();if(o&&(n[fc("0x82")][fc("0x57")](o)||n[fc("0x82")][fc("0x5b")](o)))continue}const x=i[fc("0x20")](e),a=r[fc("0x20")](e),c=r[fc("0x20")](o),l=e[fc("0x141")]&&e[fc("0x141")][fc("0x25")],u=o[fc("0x141")]&&o[fc("0x141")][fc("0x25")];if(!l&&x(c,a))return t[fc("0xe3")](o,e),r[fc("0xee")](e),!0;if(!u&&x(a,c))return t[fc("0xe3")](e,o),r[fc("0xee")](o),!0}return!1}}[fc("0xe3")](t,e){if(t.isMultiRange)for(const n of e.getRanges())t[fc("0x168")](n);else{const n=e[fc("0x17")]().end;this._setSuggestionRange(t,this[fc("0xe")][fc("0x9a")](t.getFirstRange().start,n))}e.removeMarkers()}[fc("0x34")](t,e){const n=t[fc("0xfc")](fc("0x135"))||t[fc("0xfc")](fc("0x126"))?fc("0x172"):t.toUpperCase();return Qo(this[fc("0xbc")][fc("0x24")],e+"_"+n+fc("0x61"))}[fc("0xd")](){const t=this[fc("0xbc")];(0,r.surroundingMarkersDetector)(this[fc("0xe")],(({left:e,entered:n})=>{const o=[];for(const t of e){const{group:e,type:n}=this[fc("0x138")](t[fc("0x32")]);if(fc("0x130")===e){o.push(this._getMarkerAnnouncementText(n,"LEAVE"));break}}for(const t of n){const{group:e,type:n}=this[fc("0x138")](t[fc("0x32")]);if(fc("0x130")===e){o[fc("0xd2")](this._getMarkerAnnouncementText(n,fc("0xc7")));break}}o.length&&t.ui.ariaLiveAnnouncer.announce("trackChanges",o[fc("0x131")](" "))}))}[fc("0xfa")](t){if(null!==this._recordAttributeSuggestionsFromVersion)return!1;const e=this.editor,n=e[fc("0x159")].document[fc("0x60")][fc("0x167")]();if(0==n[fc("0x25")])return!1;const o=[],i=n[fc("0x14")]((t=>fc("0x126")==t[fc("0xda")])),r=n[fc("0x14")]((t=>"insert"==t[fc("0xda")]&&fc("0x33")!=t.name)),s=n.filter((t=>"remove"==t[fc("0xda")]&&"$text"!=t.name));for(const t of i)o[fc("0xd2")]({key:t.attributeKey,newValue:t[fc("0xec")],oldValue:t.attributeOldValue,range:(x=t.range,null==x[fc("0x102")][fc("0x6f")]&&x[fc("0x102")][fc("0x92")]==x[fc("0x12d")].nodeAfter?Cc(x[fc("0x12d")].nodeAfter,e[fc("0x159")]):x)});var x;for(const t of r){const n=s[fc("0x123")]((e=>e[fc("0x108")][fc("0x7e")](t[fc("0x108")])));n&&o.push({key:"$elementName",newValue:t[fc("0x32")],oldValue:n.name,range:e.model.createRangeOn(t[fc("0x108")][fc("0xf3")])})}return 0!=o.length&&this[fc("0x11d")](t,o)}[fc("0xa6")](t){let e=!1;const n=this[fc("0xbc")][fc("0x159")][fc("0xab")][fc("0x60")][fc("0x160")]()[fc("0x14")]((t=>t[fc("0x163")][fc("0x137")]&&t[fc("0x32")][fc("0xfc")](fc("0x87"))));for(const o of n){const{subType:n,id:i}=this[fc("0x138")](o[fc("0x32")]),r=n[fc("0x15")]("|")[0];for(const n of this[fc("0x90")]({skipNotAttached:!0}))n.id!=i&&"attribute"==n[fc("0xda")]&&n[fc("0x163")]&&n[fc("0x163")][fc("0x69")]==r&&n.getFirstRange()[fc("0xb4")](o.data[fc("0x137")])&&(this[fc("0xae")](n,o[fc("0x163")][fc("0x137")],t),e=!0)}return e}_recordAttributeChanges(t){if(null!==this[fc("0x56")])return void t();const n=this[fc("0xbc")];this[fc("0x56")]=n.model.document.version,t();const o=new Map;for(const t of n[fc("0x159")].document[fc("0x164")][fc("0x111")](this._recordAttributeSuggestionsFromVersion))if([fc("0xa7"),"addAttribute","removeAttribute",fc("0x5d")][fc("0xbf")](t[fc("0xda")])){const e=t[fc("0x16e")],n=o[fc("0x20")](e)||[];n[fc("0xd2")](t),o[fc("0x5a")](e,n)}this[fc("0x56")]=null;for(const[t,i]of o){const o=(0,e.uid)();n.model[fc("0x4b")](t,(t=>{const e=[];for(const t of i){let i,r,s,x;if(fc("0xa7")==t[fc("0xda")]){const e=t;i=Cc(e[fc("0x108")].nodeAfter,n.model),r=fc("0x13a"),s=e[fc("0x9e")],x=e[fc("0x40")]}else{const e=t,o=this[fc("0x122")](e.key),a=this[fc("0xcd")][fc("0x15c")](e.key);if(!o&&!a)continue;i=o?Cc(e[fc("0x4d")][fc("0x12d")][fc("0xf3")],n[fc("0x159")]):e[fc("0x4d")],r=e[fc("0x69")],s=fc("0x4")==t[fc("0xda")]?void 0:e.newValue,x=e[fc("0x173")]}this[fc("0x16a")](i,r,x,s,{groupId:o}),e[fc("0xd2")]({range:i,key:r,newValue:s,oldValue:x})}this._reduceExistingSuggestions(t,e)}))}}_reduceExistingSuggestions(t,e){if(0==e[fc("0x25")])return!1;let n=!1;for(const o of e){const e=this[fc("0xfe")](o.range,fc("0x126"))[fc("0x14")]((t=>!t[fc("0x105")][fc("0xaa")]))[fc("0x22")]((t=>t.suggestion)),i=(0,r.hashObject)({newValue:o[fc("0x2a")]});e.filter((t=>{const[e,n]=t[fc("0x27")].split("|");return e==o[fc("0x69")]&&n!=i}))[fc("0x3f")]((e=>{this._reduceSuggestionAttributeRange(e,o[fc("0x4d")],t),n=!0}))}return n}[fc("0xae")](t,e,n){const o=t[fc("0x17")]()[fc("0x149")](e);0!==o[fc("0x25")]?1!==o.length?this[fc("0x14b")](t,e[fc("0x12d")],e.end):this[fc("0xdf")](t,o[0]):n[fc("0x13d")](t[fc("0x116")]())}}class pc{constructor(t){this[fc("0x100")]=t,this[fc("0xe")]=t.model,this[fc("0xe9")]=new Map,this[fc("0xdb")]=new Map,this._registerDefaultCallbacks()}[fc("0x3b")](t,e,n,o,i,r){return new Jo(this._model,{type:t,subType:e,id:n,author:o,creator:o,attributes:i,onAttributesChange:r,onAccept:(...n)=>this[fc("0x15f")](t,e,"accept")(...n),onDiscard:(...n)=>this[fc("0x15f")](t,e,"discard")(...n)})}[fc("0xf8")](t,e,n,o){const i=t+":"+e+":"+n;this[fc("0xe9")][fc("0x5a")](i,o)}[fc("0x15f")](t,e,n){const o=t+":"+e+":"+n;return this._customCallbacks.get(o)||this[fc("0xdb")][fc("0x20")](t+":"+n)}[fc("0x104")](){const t=()=>!1,e=t=>{t[fc("0x7d")](((t,e)=>t.start[fc("0x165")](e[fc("0x12d")])?1:-1)),this._model.change((e=>{for(const n of t){let t;t=n.end[fc("0xbb")]&&n.end.parent==n[fc("0x12d")][fc("0xf3")]?e.createSelection(n[fc("0x12d")][fc("0xf3")],"on"):e[fc("0x1f")](n),this[fc("0xe")].deleteContent(t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{e&&this[fc("0xe")].change((n=>{const{commandName:o,commandParams:i=[]}=e,r=t[fc("0x22")]((t=>(Ec(t)&&(t=this[fc("0xe")].createRange(t[fc("0x102")])),t)))[fc("0x14")]((t=>"$graveyard"!==t[fc("0x115")][fc("0xba")]));if(r[fc("0x25")]<1)return;const x=Array[fc("0x19")](this[fc("0xe")][fc("0xab")][fc("0x91")][fc("0x2f")]())[fc("0x22")]((t=>s.LiveRange[fc("0x121")](t)));n[fc("0x125")](r);for(const t of this[fc("0x100")][fc("0x16f")][fc("0x16f")]())t[fc("0xa0")]();i.push({forceDefaultExecution:!0}),this[fc("0x100")][fc("0x37")](o,...i);const a=x.filter((t=>fc("0x6b")!=t[fc("0x115")][fc("0xba")]));a[fc("0x25")]>0&&n[fc("0x125")](a);for(const t of x)t.detach()}))},o=(t,e)=>1==t[fc("0x25")]&&1==e[fc("0x25")]&&t[0].end[fc("0x7e")](e[0][fc("0x12d")]),i=(t,e,n,o)=>Ac(t,e,n,o,this[fc("0xe")])?[t,e]:Ac(e,t,o,n,this[fc("0xe")])?[e,t]:null;this[fc("0xdb")][fc("0x5a")](fc("0xb8"),t),this[fc("0xdb")][fc("0x5a")]("insertion:discard",e),this[fc("0xdb")][fc("0x5a")](fc("0x7b"),o),this[fc("0xdb")].set(fc("0x14a"),i),this[fc("0xdb")][fc("0x5a")](fc("0x114"),e),this._defaultCallbacks[fc("0x5a")](fc("0x145"),t),this[fc("0xdb")][fc("0x5a")]("deletion:join",o),this[fc("0xdb")][fc("0x5a")](fc("0xb5"),i),this._defaultCallbacks[fc("0x5a")](fc("0x12f"),n),this[fc("0xdb")].set("formatInline:discard",t),this[fc("0xdb")][fc("0x5a")](fc("0x4c"),o),this._defaultCallbacks.set(fc("0xf7"),t),this._defaultCallbacks[fc("0x5a")]("formatBlock:accept",n),this[fc("0xdb")][fc("0x5a")]("formatBlock:discard",t),this[fc("0xdb")][fc("0x5a")](fc("0x3"),o),this[fc("0xdb")][fc("0x5a")](fc("0x15d"),t),this[fc("0xdb")][fc("0x5a")](fc("0x151"),t),this[fc("0xdb")].set(fc("0x14c"),((t,e)=>{if(!e)return;const n=this[fc("0x100")][fc("0x12b")].get(hc);this[fc("0xe")].change((o=>{if(fc("0x13a")==e[fc("0x69")])for(const n of t){const t=n[fc("0x12d")].nodeAfter,i=e[fc("0x173")];o.rename(t,i)}else if(n._isBlockAttribute(e[fc("0x69")]))for(const n of t)void 0!==e[fc("0x173")]?o[fc("0x53")](e.key,e[fc("0x173")],n.start[fc("0xf3")]):o.removeAttribute(e[fc("0x69")],n[fc("0x12d")][fc("0xf3")]);else for(const n of t)e[fc("0x173")]?o[fc("0x53")](e[fc("0x69")],e[fc("0x173")],n):o[fc("0x4")](e[fc("0x69")],n)}))})),this[fc("0xdb")][fc("0x5a")]("attribute:join",o)}}function bc(t,e,n){for(const o of e[fc("0x92")][fc("0x76")]({includeSelf:!0,parentFirst:!0})){if(o[fc("0x115")]==o)return!1;if(!n[fc("0xcc")](o))return!1;if(t[fc("0x57")](o)||t[fc("0x5b")](o))return!0}return!1}function Ec(t){return t.end.parent==t.start[fc("0xf3")]&&t.end[fc("0x16c")]}function _c(t,e,n,o){const i=t=>!t[fc("0x80")].is(fc("0x4f"))&&!o[fc("0x57")](t.item),r=t[fc("0x12d")][fc("0x94")](i),s=t[fc("0x102")][fc("0x94")](i,{direction:"backward"});return!(t[fc("0x12d")].isEqual(r)&&t[fc("0x102")][fc("0x7e")](s)||(r[fc("0x165")](s)?n.updateMarker(e,{range:n[fc("0x9a")](r,s)}):n[fc("0x13d")](e),0))}function Tc(t){return(0,r.hashObject)(t)}function yc(t){const e=t[fc("0x12d")][fc("0xf3")];return e&&e.is(fc("0xe0"))}function Cc(t,e){const n=e.schema[fc("0x57")](t)||e[fc("0x82")][fc("0x166")](t);return e[fc("0x9a")](e[fc("0x65")](t,fc("0xa3")),n?e[fc("0x10b")](t):e.createPositionAt(t,fc("0x102")))}function Ac(t,e,n,o,i){if(!kc(t,e))return!1;if(n[fc("0x102")][fc("0x7e")](o.start))return!0;if(t[fc("0xda")]!=e[fc("0xda")])return!1;if(!n[fc("0x102")][fc("0x155")](o[fc("0x12d")]))return!1;const r=i[fc("0x9a")](n[fc("0x102")],o[fc("0x12d")])[fc("0xe5")]();for(const t of r)if(["elementStart","elementEnd"].includes(t.type)&&i[fc("0x82")][fc("0x5b")](t[fc("0x80")]))return!1;return!0}function kc(t,e){return!(!t[fc("0xd4")]||!e._isDataLoaded)&&Go(t[fc("0x16b")],e[fc("0x16b")])}function Ic(t,e){const n=Rc(t[fc("0x16b")]),o=Rc(e);if(!t[fc("0xd4")])return!1;for(const t of Object[fc("0x97")](o))if(!Go(n[t],o[t]))return!1;return!0}function Rc(t){const e=Object[fc("0x133")]({},t);return delete e[fc("0x1d")],delete e.tablePasteChainId,e}function Sc(t){return fc("0x126")==t.type?t[fc("0x27")].split("|")[0]:null}const vc=["execute","_pendingAction","_acceptCommand","commentThreadController","canDiscard","remove","listenTo","PendingActions","unbind","isEnabled","commands","_setPendingAction","change:isDirty","get","canAccept","_discardCommand","getRanges","_editor","isDirty","model","destroy","_removePendingAction","discardSuggestion","view","acceptSuggestion","bind","add"];var Nc,Lc;Nc=vc,Lc=444,function(t){for(;--t;)Nc.push(Nc.shift())}(++Lc);const Mc=function(t,e){return vc[t-=0]};class wc extends((0,e.ObservableMixin)()){constructor(t,e,n,o){super(),this[Mc("0x7")]=e,this.view=n,this[Mc("0x12")]=o,this[Mc("0x5")]=t,this[Mc("0x11")]=t[Mc("0x19")][Mc("0x1")](Mc("0xc")),this[Mc("0x3")]=t[Mc("0x19")][Mc("0x1")]("discardSuggestion"),this[Mc("0xb")][Mc("0xd")]("isEnabled").to(this[Mc("0x11")],this[Mc("0x3")],((t,e)=>t||e)),this.view[Mc("0xd")](Mc("0x2")).to(this[Mc("0x11")],Mc("0x18"),(t=>t&&this[Mc("0x5")][Mc("0x7")].canEditAt(e[Mc("0x4")]()))),this[Mc("0xb")][Mc("0xd")](Mc("0x13")).to(this[Mc("0x3")],"isEnabled",(t=>t&&this[Mc("0x5")][Mc("0x7")].canEditAt(e.getRanges()))),this[Mc("0x10")]=null,n.isDirty&&this[Mc("0x1a")](),this.listenTo(n,Mc("0xc"),(()=>this.acceptSuggestion())),this[Mc("0x15")](n,Mc("0xa"),(()=>this.discardSuggestion())),this[Mc("0x15")](n,Mc("0x0"),(()=>{n[Mc("0x6")]?this._setPendingAction():this._removePendingAction()}))}[Mc("0xc")](){this[Mc("0x11")][Mc("0xf")](this[Mc("0x7")].id)}discardSuggestion(){this[Mc("0x3")][Mc("0xf")](this[Mc("0x7")].id)}[Mc("0x8")](){this[Mc("0xb")][Mc("0x17")](Mc("0x18")),this[Mc("0xb")][Mc("0x17")](Mc("0x2")),this[Mc("0xb")][Mc("0x17")](Mc("0x13")),this.stopListening(),this[Mc("0x12")][Mc("0x8")](),this[Mc("0x10")]&&this[Mc("0x9")]()}[Mc("0x1a")](){const t=Qo(this[Mc("0x5")].locale,"PENDING_ACTION_SUGGESTION");this[Mc("0x10")]=this[Mc("0x5")].plugins[Mc("0x1")](Mc("0x16"))[Mc("0xe")](t)}_removePendingAction(){null!==this[Mc("0x10")]&&this[Mc("0x5")].plugins[Mc("0x1")](Mc("0x16"))[Mc("0x14")](this._pendingAction),this[Mc("0x10")]=null}}const Oc=["isActive","disabledSubmit","length","isReadOnly","_localUser","isDirty","disableComments","showInput","bind","_createCommentThreadInputView","set","_model","assign","_config","descriptionParts","authoredAt","value","element","fire","locale","editor","canAccept","CommentView","commentThreadInputView","delegate","commentInputView","_createCommentViews","commentThread","canDiscard","focus","removeComment","hasDirtyComment","destroy","cancel","commentsListView","updateComment","editorConfig"];var Fc,Dc;Fc=Oc,Dc=355,function(t){for(;--t;)Fc.push(Fc.shift())}(++Dc);const Bc=function(t,e){return Oc[t-=0]};class Pc extends i.View{constructor(t,e,n,o){super(t),this[Bc("0xc")]=null,this[Bc("0x1")]=null,this.set(Bc("0xf"),!1),this.set(Bc("0x1e"),e.authoredAt),this.bind("authoredAt").to(e),this[Bc("0x19")](Bc("0x1d"),[]),this[Bc("0x19")](Bc("0x14"),!1),this[Bc("0x19")]("isEnabled",!1),this[Bc("0x19")](Bc("0x24"),!1),this[Bc("0x19")](Bc("0x6"),!1),this[Bc("0x1a")]=e,this[Bc("0x13")]=n,this[Bc("0x1c")]=o,o[Bc("0x15")]?this[Bc("0x19")](Bc("0x11"),1):this[Bc("0x4")]()}focus(){this[Bc("0x20")][Bc("0x7")]()}[Bc("0xa")](){this.commentsListView&&this[Bc("0xc")][Bc("0xa")](),this[Bc("0x1")]&&this[Bc("0x1")][Bc("0xa")](),super[Bc("0xa")]()}[Bc("0x4")](){const{CommentsListView:t}=this[Bc("0x1c")];this[Bc("0xc")]=new t(this[Bc("0x22")],this[Bc("0x1a")][Bc("0x5")],Object[Bc("0x1b")]({CommentView:this[Bc("0x1c")][Bc("0x0")]},this[Bc("0x1c")])),this[Bc("0xc")][Bc("0x2")](Bc("0x8")).to(this),this[Bc("0xc")][Bc("0x2")](Bc("0xd")).to(this),this[Bc("0xc")][Bc("0x17")]("isActive").to(this),this[Bc("0x19")](Bc("0x11"),this.commentsListView[Bc("0x11")]+1),this[Bc("0x17")](Bc("0x11")).to(this[Bc("0xc")],Bc("0x11"),(t=>t+1)),this[Bc("0x1")]=this._createCommentThreadInputView(),this.on(Bc("0x8"),(()=>this.focus())),this[Bc("0x17")](Bc("0x14")).to(this[Bc("0xc")],Bc("0x9"),this[Bc("0x1")][Bc("0x3")],Bc("0x1f"),((t,e)=>t||!!e))}[Bc("0x18")](){const{CommentThreadInputView:t}=this[Bc("0x1c")],e=new t(this[Bc("0x22")],this._localUser,this._config[Bc("0xe")]),n=e[Bc("0x3")];return e[Bc("0x17")](Bc("0x16")).to(this,Bc("0xf"),this[Bc("0x1a")].commentThread,Bc("0x12"),n,Bc("0x1f"),((t,e,n)=>!!n||t&&!e)),n.on("submit",((t,e)=>{this[Bc("0x21")]("addComment",e),n[Bc("0x23")].setData("")})),n.on(Bc("0xb"),(()=>this.focus())),n[Bc("0x17")](Bc("0x10")).to(this[Bc("0x1a")][Bc("0x5")],Bc("0x12")),e}}const Uc=["execute","ck-suggestion__info-name",'" title="',"source","extendTemplate","getUserViewNotificationText","editorReady","ck-suggestion-","ck-annotation","innerText","userView","ck-annotation__info-time","ck-suggestion__user","span","_descriptionElement","getExternalSuggestionNote","ck-suggestion-wrapper--active","importWord","cancel","EXTERNAL_IMPORT_WORD_AVATAR","acceptSuggestion","time","isEnabled","render",".ck-annotation__content-wrapper","ck-annotation__actions","author","ck-annotation__content-wrapper","ck-annotation__info-name","split","discardButton","commentThreadInputView","ck-annotation__info","acceptButton","delegate","ck-suggestion__info","editorDestroyed","value","@external","check","isActive","ck-comment__info-time","children","descriptionParts","discardSuggestion",'"></span>',"set","ck-comment__external","type","div","isExternal","disableComments","EXTERNAL_SUGGESTION","<p>","commentsListView","name","bind","createElement","ck-annotation__main","innerHTML","querySelector","ck-annotation__user","description","canAccept","_createButton","canDiscard","title","content","_config","ck-suggestion__actions","_model","formatDateTime",'<span class="ck-suggestion-type">',"join","EXTERNAL_AVATAR","locale","bindTemplate","authoredAt","change:description","color","push","creator"];var jc,Gc;jc=Uc,Gc=499,function(t){for(;--t;)jc.push(jc.shift())}(++Gc);const Vc=function(t,e){return Uc[t-=0]};class Hc extends Pc{constructor(e,n,o,i){super(e,n,o,i),this.set(Vc("0x29"),""),this[Vc("0x31")](Vc("0x29")).to(this,Vc("0x24"),(t=>t&&t[0]?t[0][Vc("0x29")]:"")),this[Vc("0x31")](Vc("0x37")).to(this,Vc("0x24"),this,Vc("0x21"),((t,e)=>{let n="";for(const e of t)n+=Vc("0x2e")+zc(e[Vc("0x3c")],e[Vc("0x48")])+"</p>";return e?n:(0,r.trimHtml)(n,{limit:140})})),this._descriptionElement=null,this.acceptButton=this._createButton(Qo(e,"Accept suggestion"),t.icons[Vc("0x20")],"ck-suggestion--accept",Vc("0xd"),"sw"),this.acceptButton[Vc("0x31")](Vc("0xf")).to(this,Vc("0x38")),this[Vc("0x17")]=this[Vc("0x39")](Qo(e,"Discard suggestion"),t.icons[Vc("0xb")],"ck-suggestion--discard",Vc("0x25"),"sw"),this[Vc("0x17")][Vc("0x31")](Vc("0xf")).to(this,Vc("0x3a")),this.userView=new r.UserView(e,this[Vc("0x3f")][Vc("0x13")],this[Vc("0x50")]()),this[Vc("0x3")][Vc("0x4f")]({attributes:{class:[Vc("0x5"),Vc("0x36")]}}),this.setTemplate(this.getTemplate())}getTemplate(){const t=this[Vc("0x45")],e=[{tag:Vc("0x2a"),attributes:{class:[Vc("0x1c"),Vc("0x19")]},children:[{tag:"span",children:[{text:this[Vc("0x3")][Vc("0x30")]}],attributes:{class:[Vc("0x4c"),Vc("0x15")]}},{tag:Vc("0xe"),attributes:{datetime:t.to(Vc("0x46")),class:[Vc("0x22"),Vc("0x4")]},children:[{text:t.to(Vc("0x46"),(t=>this._config[Vc("0x40")](t)))}]}]},{tag:Vc("0x2a"),attributes:{class:[Vc("0x3e"),Vc("0x12")]},children:[this[Vc("0x1a")],this.discardButton]},{tag:"div",attributes:{class:[Vc("0x14")]}}];this[Vc("0x3f")].isExternal&&e[Vc("0x49")]({tag:Vc("0x2a"),attributes:{class:[Vc("0x28")]},children:[{text:this[Vc("0x8")]()}]});const n={tag:Vc("0x2a"),attributes:{class:["ck-suggestion-wrapper",t.if(Vc("0x21"),Vc("0x9")),t.to(Vc("0x29"),(t=>Vc("0x0")+t)),this[Vc("0x3d")][Vc("0x2c")]&&"ck-suggestion--disabled-comments"],"data-suggestion-id":this[Vc("0x3f")].id,"data-thread-id":this._model.commentThread.id,"data-author-id":this[Vc("0x3f")][Vc("0x13")].id,tabindex:-1},children:[{tag:Vc("0x2a"),attributes:{class:["ck-suggestion",Vc("0x1")]},children:[this[Vc("0x3")],{tag:Vc("0x2a"),attributes:{class:["ck-suggestion__main",Vc("0x33")]},children:e}]}]};return this.commentsListView&&this.commentThreadInputView&&(n[Vc("0x23")][Vc("0x49")](this[Vc("0x2f")],this[Vc("0x18")]),this.commentsListView[Vc("0x1b")](Vc("0x51")).to(this),this[Vc("0x2f")].delegate(Vc("0x1d")).to(this),this[Vc("0x18")].delegate(Vc("0x51")).to(this),this.commentThreadInputView[Vc("0x1b")](Vc("0x1d")).to(this)),n}[Vc("0x10")](){super[Vc("0x10")](),this[Vc("0x7")]=this.element[Vc("0x35")](Vc("0x11")),this._descriptionElement[Vc("0x34")]=this.description,this.on(Vc("0x47"),((t,e,n)=>{this[Vc("0x7")][Vc("0x34")]=n}))}_createButton(t,e,n,o,r){const s=new i.ButtonView(this[Vc("0x44")]);return s[Vc("0x27")]({label:t,icon:e,tooltip:!0,tooltipPosition:r}),s[Vc("0x4f")]({attributes:{class:n}}),s.on(Vc("0x4b"),(()=>{this.fire(o,this[Vc("0x3f")].id)})),s}[Vc("0x8")](){return"importWord"===this[Vc("0x3f")].attributes["@external"][Vc("0x4e")]?Qo(this[Vc("0x44")],"EXTERNAL_IMPORT_WORD_SUGGESTION"):Qo(this[Vc("0x44")],Vc("0x2d"))}getUserViewNotificationText(){return this[Vc("0x3f")][Vc("0x2b")]?Vc("0xa")===this[Vc("0x3f")].attributes[Vc("0x1f")][Vc("0x4e")]?Qo(this[Vc("0x44")],Vc("0xc"),this[Vc("0x3f")][Vc("0x4a")].name):Qo(this.locale,Vc("0x43"),this._model[Vc("0x4a")].name):null}}function zc(t,e){let n="";return n+=t[Vc("0x16")]("*").map(((t,e)=>e%2!=0?Vc("0x41")+Wc(t)+"</span>":Wc(t)))[Vc("0x42")](""),e&&(n+='<span class="ck-suggestion-color" style="background-color: '+e[Vc("0x1e")]+Vc("0x4d")+e[Vc("0x3b")]+Vc("0x26")),n}function Wc(t){const e=document[Vc("0x32")](Vc("0x6"));return e[Vc("0x2")]=t,e[Vc("0x34")]}const Kc=["locale","_viewToController","get","descriptionParts","keys","getRanges","mainView","trackChanges.disableComments","isMultiRange","activeMarkers","getMarkerNames","init","editing","some","_disableComments","getAllAdjacentSuggestions","previous","suggestionUnloaded","discardAllSuggestions","discardButton","_createUIButton","discardSelectedSuggestions","Annotations","getJoined","from","length","_destroyController","getByInnerView","acceptSelectedSuggestions","comments.editorConfig","editor","comments.maxCommentsWhenCollapsed","pluginName","isInContent","plugins","TrackChangesEditing","lowest","size","_unbindEditors","Accept all selected suggestions","view","registerAnnotation","getMarkers","CommentsUI","source","bind","define","_updateController","Discard all suggestions","CommentsRepository","filter","type","commandName","separator","Discard all selected suggestions","componentFactory","_initializeController","listenTo","comments.maxThreadTotalWeight","unbind","config","addComment","_suggestionToController","comments","set","add","getDescriptions","refreshSelectedViews","clear","createCommentThreadController","model","change:previous","execute","isEnabled","stopListening","innerView","suggestionLoaded","push","value","_handleSuggestionControllerDelayed","destroy","head","acceptAllSuggestions","suggestion-","isDirty","has","commands","toMany","delete","CommentView","focus","getSuggestion","createAnnotation","_handleControllerBuffer","buttonView","arrowView","_bindAnnotationToEditors","reduce","acceptButton","_refreshActiveMarkers","values","Accept all suggestions","button","_annotationViews","trackChanges","commentThread","suggestionChanged","trackChanges.SuggestionThreadView","Track changes","EditorAnnotations","_descriptionFactory","createAnnotationView"];var qc,$c;qc=Kc,$c=198,function(t){for(;--t;)qc.push(qc.shift())}(++$c);const Xc=function(t,e){return Kc[t-=0]};class Zc extends t.Plugin{static get requires(){return[hc,r.Users,Xc("0x4b"),Xc("0x30"),Xc("0x17")]}static get[Xc("0x3a")](){return"TrackChangesUI"}constructor(t){super(t),this._suggestionToController=new Map,this[Xc("0x1b")]=new Map,this._annotationViews=new Map,this._handleControllerBuffer=new Map;const e=this.editor[Xc("0x56")];e.define(Xc("0x15"),Hc),e[Xc("0x48")](Xc("0x21"),!1),this[Xc("0x28")]=e[Xc("0x1c")](Xc("0x21"))}[Xc("0x69")](t,e){0===this[Xc("0x7")][Xc("0x3f")]&&setTimeout((()=>{for(const[t,e]of this[Xc("0x7")]){const n=this._suggestionToController[Xc("0x6f")](t);n||e?n&&e&&this._destroyController(t):this[Xc("0x52")](t)}this[Xc("0x38")].plugins.get(Xc("0x17"))[Xc("0x5d")](),this[Xc("0xd")](),this._handleControllerBuffer[Xc("0x5e")]()}),10),this[Xc("0x7")].set(t,e)}[Xc("0x25")](){const t=this[Xc("0x38")],e=t.plugins.get(Xc("0x3d")),n=t[Xc("0x3c")].get("Annotations"),o=t.plugins.get(Xc("0x17")),i=t.plugins.get(Xc("0x4b"));t.ui[Xc("0x51")][Xc("0x5b")]("trackChanges",(t=>this[Xc("0x2e")](t))),o.addSourceCollector((()=>{const t=[];for(const[e,n]of Array[Xc("0x32")](this._suggestionToController)){const o=e[Xc("0x29")](),i=[];for(const t of o){if(!t[Xc("0x3b")])continue;if(t[Xc("0x22")]){i[Xc("0x67")](...t[Xc("0x1f")]());continue}const e=t.getFirstRange();if(i[Xc("0x33")]>0){const t=i[0][Xc("0x31")](e);if(t){i[0]=t;continue}}i[Xc("0x67")](e)}t[Xc("0x67")]([n[Xc("0x42")],i])}return t})),this[Xc("0x53")](e,Xc("0x66"),((t,e)=>{this[Xc("0x53")](e,Xc("0x61"),((t,n,o,i)=>{e[Xc("0x3b")]&&(null==o?(this[Xc("0x49")](i[Xc("0x6b")]),this[Xc("0x69")](e,!1)):(this._updateController(o[Xc("0x6b")]),null==i&&this[Xc("0x69")](e,!0)))})),null!==e[Xc("0x2a")]?this[Xc("0x49")](e[Xc("0x6b")]):this[Xc("0x69")](e,!1)})),this.listenTo(e,Xc("0x2b"),((t,e,n)=>{this[Xc("0x64")](e,Xc("0x61")),this[Xc("0x7")][Xc("0x2")](e),this._suggestionToController[Xc("0x6f")](e)&&this[Xc("0x34")](e),n&&this[Xc("0x49")](n[Xc("0x6b")])})),this.listenTo(e,Xc("0x14"),((t,e)=>{this[Xc("0x49")](e)})),this[Xc("0x53")](n,"change:activeAnnotations",(()=>{this[Xc("0xd")]()})),this[Xc("0x53")](i,Xc("0x57"),((t,{threadId:n,isFromAdapter:o})=>{if(o||!e.hasSuggestion(n))return;const i=e[Xc("0x5")](n);this[Xc("0x58")][Xc("0x1c")](i)[Xc("0x42")][Xc("0x4")]()}),{priority:Xc("0x3e")})}_refreshActiveMarkers(){const t=this[Xc("0x38")][Xc("0x3c")][Xc("0x1c")](Xc("0x30")),e=this.editor.plugins[Xc("0x1c")](Xc("0x3d")),n=Array.from(t.activeAnnotations,(t=>t[Xc("0x65")]))[Xc("0x4c")]((t=>this[Xc("0x1b")][Xc("0x6f")](t))),o=[];for(const t of n){const e=this[Xc("0x1b")].get(t)[Xc("0x60")][Xc("0x29")]();o[Xc("0x67")](...e[Xc("0xb")](((t,e)=>[...t,...e[Xc("0x24")]()]),[]))}e[Xc("0x23")]=o}[Xc("0x2e")](t){const n=(0,i.createDropdown)(t,i.SplitButtonView),o=this.editor[Xc("0x0")][Xc("0x1c")]("trackChanges"),r=Qo(t,Xc("0x16"));n[Xc("0x8")][Xc("0x5a")]({tooltip:r,label:r,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),n[Xc("0x8")][Xc("0x47")]("isOn").to(o,Xc("0x68")),n[Xc("0x8")].on(Xc("0x62"),(()=>{o.execute(),this[Xc("0x38")][Xc("0x26")][Xc("0x42")][Xc("0x4")]()}));const s=new e.Collection,x=[{type:"switchbutton",model:{withText:!0,label:r,commandName:Xc("0x12")}},{type:Xc("0x4f")},{type:Xc("0x10"),model:{withText:!0,label:Qo(t,Xc("0xf")),commandName:Xc("0x6c")}},{type:Xc("0x10"),model:{withText:!0,label:Qo(t,Xc("0x41")),commandName:Xc("0x36")}},{type:Xc("0x10"),model:{withText:!0,label:Qo(t,Xc("0x4a")),commandName:Xc("0x2c")}},{type:Xc("0x10"),model:{withText:!0,label:Qo(t,Xc("0x50")),commandName:Xc("0x2f")}}];for(const t of x){let e={type:Xc("0x4f")};if(t[Xc("0x60")]){const n=new i.Model(t.model),o=this.editor[Xc("0x0")][Xc("0x1c")](n.commandName);n.bind("isOn",Xc("0x63")).to(o,Xc("0x68"),Xc("0x63")),e={type:t[Xc("0x4d")],model:n}}s[Xc("0x5b")](e)}(0,i.addListToDropdown)(n,s);const a=x[Xc("0x4c")]((t=>null!=t[Xc("0x60")])).map((t=>this[Xc("0x38")][Xc("0x0")][Xc("0x1c")](t[Xc("0x60")][Xc("0x4e")]))),c=n[Xc("0x8")];return c.actionView[Xc("0x55")](Xc("0x63")),c[Xc("0x9")][Xc("0x55")](Xc("0x63")),c.actionView.bind(Xc("0x63")).to(o,Xc("0x63")),c[Xc("0x9")][Xc("0x47")](Xc("0x63"))[Xc("0x1")](a,Xc("0x63"),((...t)=>t[Xc("0x27")]((t=>t)))),n.on("execute",(t=>{this[Xc("0x38")][Xc("0x62")](t[Xc("0x46")][Xc("0x4e")]),this[Xc("0x38")][Xc("0x26")][Xc("0x42")].focus()})),n}_initializeController(t){const e=this[Xc("0x38")],n=e[Xc("0x56")],o=e.plugins[Xc("0x1c")]("Annotations"),i=e[Xc("0x3c")][Xc("0x1c")]("CommentsRepository"),s=e[Xc("0x3c")][Xc("0x1c")](Xc("0x17")),x=e.plugins.get(r.Users).me,a=n[Xc("0x1c")](Xc("0x12")).SuggestionThreadView,{CommentsListView:c,CommentThreadInputView:l}=e[Xc("0x3c")][Xc("0x1c")](Xc("0x45"));let u,d;this[Xc("0x11")].has(t.id)?(d=this[Xc("0x11")][Xc("0x1c")](t.id),u=d[Xc("0x20")]):(u=new a(e.locale,t,x,{disableComments:this[Xc("0x28")],editorConfig:n[Xc("0x1c")](Xc("0x37")),maxCommentsWhenCollapsed:n[Xc("0x1c")](Xc("0x39")),maxThreadTotalWeight:n[Xc("0x1c")](Xc("0x54")),maxCommentCharsWhenCollapsed:n[Xc("0x1c")]("comments.maxCommentCharsWhenCollapsed"),formatDateTime:(0,r.getDateTimeFormatter)(n[Xc("0x1c")](Xc("0x1a"))),CommentView:n.get(Xc("0x59"))[Xc("0x3")],CommentsListView:c,CommentThreadInputView:l}),u[Xc("0xc")].on(Xc("0x62"),(()=>{e.editing.view.focus()})),u[Xc("0x2d")].on("execute",(()=>{e[Xc("0x26")][Xc("0x42")].focus()})),d=o[Xc("0x19")](this[Xc("0x38")].locale,u),d[Xc("0x47")](Xc("0x6e")).to(u,Xc("0x6e")),d[Xc("0x47")](Xc("0x33")).to(u),d[Xc("0x47")](Xc("0x4d")).to(u,Xc("0x4d"),(t=>Xc("0x6d")+t)),this[Xc("0x11")].set(t.id,d));const g=i[Xc("0x5f")](t[Xc("0x13")],u),f=new wc(e,t,u,g),m=t[Xc("0x29")]()[Xc("0x4c")]((t=>t[Xc("0x3b")]));u[Xc("0x1d")]=e[Xc("0x3c")].get(Xc("0x3d"))[Xc("0x18")][Xc("0x5c")](m),this[Xc("0x58")].set(t,f),this[Xc("0x1b")][Xc("0x5a")](u,f);const h=o[Xc("0x6")]({view:d,target:()=>{const n=[],o=t[Xc("0x29")]().filter((t=>t[Xc("0x3b")]));for(const t of o)n.push(...t[Xc("0x44")]());return(0,r.getAllMarkersDomElementsSorted)(e.editing,n)},type:()=>Xc("0x6d")+f.view[Xc("0x4d")]});i[Xc("0xa")](u,h),o[Xc("0x5b")](h),s[Xc("0x43")](h)}[Xc("0x34")](t){const e=this[Xc("0x38")][Xc("0x3c")].get(Xc("0x4b")),n=this[Xc("0x38")][Xc("0x3c")][Xc("0x1c")](Xc("0x30")),o=this[Xc("0x58")][Xc("0x1c")](t),i=o.view,r=n[Xc("0x35")](i);e[Xc("0x40")](i),r&&n.remove(r),this._suggestionToController[Xc("0x2")](t),this[Xc("0x1b")][Xc("0x2")](i),o[Xc("0x6a")]()}[Xc("0x49")](t){if(!t[Xc("0x3b")]||!this[Xc("0x58")][Xc("0x6f")](t))return;const e=this[Xc("0x38")][Xc("0x3c")][Xc("0x1c")](Xc("0x3d")),n=this[Xc("0x58")][Xc("0x1c")](t),o=t.getAllAdjacentSuggestions();n.view.descriptionParts=e[Xc("0x18")].getDescriptions(o)}destroy(){for(const t of this._suggestionToController[Xc("0x1e")]())this[Xc("0x34")](t);for(const t of this._annotationViews[Xc("0xe")]())t[Xc("0x20")].destroy();super[Xc("0x6a")]()}}var Yc,Jc,Qc=["get","getSuggestions","plugins","addSuggestionData","adapter","TrackChanges","requires","editor","pluginName","getSuggestion"];Yc=Qc,Jc=161,function(t){for(;--t;)Yc.push(Yc.shift())}(++Jc);var tl=function(t,e){return Qc[t-=0]};class el extends t.Plugin{static get[tl("0x5")](){return[hc,Zc,"Comments"]}static get[tl("0x7")](){return tl("0x4")}set[tl("0x3")](t){this[tl("0x6")][tl("0x1")][tl("0x9")](hc)[tl("0x3")]=t}get[tl("0x3")](){return this[tl("0x6")].plugins[tl("0x9")](hc).adapter}addSuggestion(t){return this[tl("0x6")][tl("0x1")][tl("0x9")](hc)[tl("0x2")](t)}[tl("0x0")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this.editor[tl("0x1")][tl("0x9")](hc)[tl("0x0")]({skipNotAttached:t,toJSON:e})}getSuggestion(t){return this[tl("0x6")].plugins[tl("0x9")](hc)[tl("0x8")](t)}}const nl=["document","getRootNames","appendChild","editor","TrackChangesEditing","getRootsAttributes","getFullData","trackChangesData","plugins","getDataWithDiscardedSuggestions","div","Pagination","getDataWithAcceptedSuggestions","set","users","createDocumentFragment","data","addUser","init","TrackChangesDataGetter","acceptAllSuggestions","_adapter","reduce","trackChangesData.editorCreator","destroy","getUser","pluginName","getSuggestions","end","editorCreator","get","map","name","requires","TrackChangesData","config","push","model"];var ol,il;ol=nl,il=413,function(t){for(;--t;)ol.push(ol.shift())}(++il);const rl=function(t,e){return nl[t-=0]},sl=[rl("0x10")];class xl extends t.Plugin{static get[rl("0x0")](){return[hc]}static get[rl("0x1f")](){return rl("0x1")}[rl("0x17")](){const t=this[rl("0x8")];if(t[rl("0x2")].define(rl("0x1c"),(e=>{const n=t[rl("0x4")][rl("0x5")][rl("0x6")]()[rl("0x1b")](((t,e)=>(t[e]="",t)),{});return t.constructor.create(n,e)})),"function"!=typeof t[rl("0x2")][rl("0x23")](rl("0xc"))[rl("0x22")])throw new e.CKEditorError("track-changes-data-invalid-editor-creator")}[rl("0x11")](t){return ll(this.editor,!0,t)}[rl("0xe")](t){return ll(this[rl("0x8")],!1,t)}}class al extends t.Plugin{static get pluginName(){return rl("0x18")}constructor(t){super(t),this.result=rl("0x21")}[rl("0x17")](){this[rl("0x8")].plugins.get("CommentsRepository")[rl("0x1a")]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[rl("0x8")][rl("0xd")][rl("0x23")](rl("0x9"))[rl("0x1a")]=null}}function cl(t){return void 0!==t[rl("0xa")]}async function ll(t,e,n){const o=(0,r.sanitizeEditorConfig)(t,sl);o[rl("0xd")][rl("0x3")](hc,al),o.rootsAttributes=cl(t)?t.getRootsAttributes():void 0;const i=document[rl("0x14")](),s=t.config[rl("0x23")]("trackChangesData")[rl("0x22")],x=await s(o,(()=>function(t){const e=document.createElement(rl("0xf"));return t[rl("0x7")](e),e}(i)));!function(t,e){const n=t[rl("0x4")].document[rl("0x6")]()[rl("0x1b")](((e,n)=>(e[n]=t[rl("0x15")][rl("0x23")]({rootName:n}),e)),{}),o=t[rl("0xd")][rl("0x23")]("Users")[rl("0x13")][rl("0x24")]((t=>({id:t.id,name:t[rl("0x25")]}))),i=t[rl("0xd")][rl("0x23")](rl("0x9"))[rl("0x20")]({skipNotAttached:!0,toJSON:!0}),r=e.plugins[rl("0x23")]("Users"),s=e.plugins[rl("0x23")](rl("0x9"));for(const t of o)r[rl("0x1e")](t.id)||r[rl("0x16")](t);r.me||r.useAnonymousUser();for(const t of i)s.addSuggestionData(t);e[rl("0x15")][rl("0x12")](n)}(t,x),x.execute(e?rl("0x19"):"discardAllSuggestions");const a=cl(x)?x[rl("0xb")](n):x.data.get(n);return await x[rl("0x1d")](),a}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();
|