@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240124.0 → 0.0.0-nightly-20240126.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/build/track-changes.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- 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-2024, 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(r){var i=e[r];if(void 0!==i)return i.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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 r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Kc,TrackChanges:()=>cl,TrackChangesData:()=>hl,TrackChangesEditing:()=>Ac});var t=n(704),e=n(209),i=n(273),o=n(417),s=n(492),x=n(995);const a=["isEnabled","editor","value","affectsData","forceDisabled","refresh","commands","_isEnabledBasedOnSelection","TrackChangesCommand","execute","_enabledCommands","_disableUnsupportedCommands","clearForceDisabled","_enableCommands"];var c,l;c=a,l=461,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("0xb")]=e,this[u("0x3")]=!1,this[u("0x6")](),this[u("0x8")]=!1}[u("0x6")](){this[u("0x1")]=!0}[u("0xa")](){this.value=!this.value,this[u("0x3")]?this._disableUnsupportedCommands():this[u("0x0")]()}[u("0xc")](){for(const t of this[u("0x2")][u("0x7")].commands())t[u("0x4")]&&!this[u("0xb")].has(t)&&t[u("0x5")](u("0x9"))}[u("0x0")](){for(const t of this[u("0x2")].commands.commands())t[u("0x4")]&&!this[u("0xb")].has(t)&&t[u("0xd")](u("0x9"))}}const g=["model","getRanges","refresh","_isEnabledBasedOnSelection","TrackChangesEditing","get","execute","editor","acceptSuggestion","_suggestions","plugins"];var f,h;f=g,h=156,function(t){for(;--t;)f.push(f.shift())}(++h);const m=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this[m("0x7")]=e,this[m("0x0")](),this[m("0x1")]=!1}[m("0x0")](){this.isEnabled=!0}[m("0x4")](t){const n=this[m("0x7")][m("0x3")](t);if(!n)throw new e.CKEditorError("track-changes-accept-suggestion-not-found",this);const r=n[m("0xa")]();this[m("0x5")][m("0x9")].canEditAt(r)&&this[m("0x5")][m("0x8")][m("0x3")](m("0x2"))[m("0x6")](n)}}const b=["_suggestions","model","getRanges","isEnabled","refresh","editor","discardSuggestion","canEditAt","_isEnabledBasedOnSelection","get","execute","TrackChangesEditing","track-changes-discard-suggestion-not-found"];var E,_;E=b,_=456,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("0xc")]=e,this[T("0x3")](),this[T("0x7")]=!1}[T("0x3")](){this[T("0x2")]=!0}[T("0x9")](t){const n=this._suggestions.get(t);if(!n)throw new e.CKEditorError(T("0xb"),this);const r=n[T("0x1")]();this[T("0x4")][T("0x0")][T("0x6")](r)&&this.editor.plugins[T("0x8")](T("0xa"))[T("0x5")](n)}}const C=["color","isMultiRange","isInContent","start","isIntersecting","createRange","add"," [color ","replace","from","createPositionBefore","getRanges","next","content","createPositionAfter","execute","sort","length","isTouching","end","push","isArray","type","deletion","join","map"];var A,k;A=C,k=132,function(t){for(;--t;)A.push(A.shift())}(++k);const R=function(t,e){return C[t-=0]};function S(t){return t[R("0xe")](((t,e)=>R("0x15")==t[R("0x14")]&&R("0x15")!=e[R("0x14")]?-1:R("0x15")!=t[R("0x14")]&&R("0x15")==e[R("0x14")]?1:0))}function I(t,e){let n,r=0;const i=[],o=e.schema;for(;r<t[R("0xf")];){const s=t[r],x=t[r+1];n||(n=e[R("0x8")](s)),N(e,s,x)||(i[R("0x12")](e[R("0x3")](n,o.isObject(s)?e[R("0xc")](s):e.createPositionAt(s,R("0x11")))),n=null),r++}return i}function N(t,e,n){if(!n)return!1;const r=t.createPositionAfter(e),i=t.createPositionBefore(n);return r[R("0x10")](i)}function v(t,e,n){for(;n[R("0xf")];){const r=n.splice(0,100);t.change((()=>{for(const t of r)t[R("0x0")]&&e[R("0xd")](t.id)}))}}const L=["some","from","isInContent","getRanges","editor","values","_command","_suggestions","_isEnabledBasedOnSelection","canEditAt","execute","refresh","model","isEnabled"];var M,w;M=L,w=392,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("0x6")]=e,this[O("0x7")]=n,this[O("0xb")](),this[O("0x8")]=!1}[O("0xb")](){const t=Array[O("0x1")](this._suggestions[O("0x5")]())[O("0x0")]((t=>t[O("0x2")]));this[O("0xd")]=this[O("0x6")][O("0xd")]&&t}[O("0xa")](){const t=S(Array[O("0x1")](this[O("0x7")][O("0x5")]()));for(const e of t){const t=e[O("0x3")]();if(!this[O("0x4")][O("0xc")][O("0x9")](t))return}v(this[O("0x4")].model,this[O("0x6")],t)}}const D=["execute","selection","_selectedSuggestions","document","isEnabled","canEditAt","editor","values","_command","size","getRanges","_isEnabledBasedOnSelection","refresh","model","from"];var B,P;B=D,P=120,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._command=e,this._suggestions=n,this[U("0x2")]=new Set,this[U("0xc")](),this[U("0xb")]=!1}[U("0xc")](){const t=this.editor[U("0xd")][U("0x3")][U("0x1")],e=Array[U("0xe")](this._suggestions[U("0x7")]());this[U("0x2")]=function(t,e){const n=Array[R("0x7")](t[R("0x9")]()),r=new Set;for(const i of e)if(i[R("0x0")])for(const e of n)for(const n of i.getRanges())(e[R("0x2")](n)||t.isCollapsed&&!i[R("0x19")]&&i[R("0xa")]&&n.end[R("0x10")](e[R("0x1")]))&&r[R("0x4")](i);return r}(t,e),this[U("0x4")]=this[U("0x8")][U("0x4")]&&!!this[U("0x2")][U("0x9")]}[U("0x0")](){const t=S(Array[U("0xe")](this[U("0x2")]));for(const e of t){const t=e[U("0xa")]();if(!this[U("0x6")][U("0xd")][U("0x5")](t))return}v(this[U("0x6")][U("0xd")],this._command,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 X=function(t,e){var n=this.__data__,r=H(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function $(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[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 rt=et||nt||Function("return this")();const it=rt.Symbol;var ot=Object.prototype,st=ot.hasOwnProperty,xt=ot.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 r=!0}catch(t){}var i=xt.call(t);return r&&(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 ht=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 mt=rt["__core-js_shared__"];var pt,bt=(pt=/[^.]+$/.exec(mt&&mt.keys&&mt.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,Rt=At.hasOwnProperty,St=RegExp("^"+kt.call(Rt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const It=function(t){return!(!ft(t)||Et(t))&&(ht(t)?St:yt).test(Tt(t))};const Nt=function(t,e){return null==t?void 0:t[e]};const vt=function(t,e){var n=Nt(t,e);return It(n)?n:void 0};const Lt=vt(rt,"Map");const Mt=vt(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 r=t[e];this.set(r[0],r[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 Xt=function(t,e){var n=zt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function $t(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}$t.prototype.clear=Vt,$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 r=n.__data__;if(!Lt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Zt(r)}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,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const ee=function(){try{var t=vt(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 re=Object.prototype.hasOwnProperty;const ie=function(t,e,n){var r=t[e];re.call(t,e)&&V(r,n)&&(void 0!==n||e in t)||ne(t,e,n)};const oe=function(t,e,n,r){var i=!n;n||(n={});for(var o=-1,s=e.length;++o<s;){var x=e[o],a=r?r(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,r=Array(t);++n<t;)r[n]=e(n);return r};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 he="object"==typeof exports&&exports&&!exports.nodeType&&exports,me=he&&"object"==typeof module&&module&&!module.nodeType&&module,pe=me&&me.exports===he?rt.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,Re=ke&&"object"==typeof module&&module&&!module.nodeType&&module,Se=Re&&Re.exports===ke&&et.process;const Ie=function(){try{var t=Re&&Re.require&&Re.require("util").types;return t||Se&&Se.binding&&Se.binding("util")}catch(t){}}();var Ne=Ie&&Ie.isTypedArray;const ve=Ne?Ae(Ne):Ce;var Le=Object.prototype.hasOwnProperty;const Me=function(t,e){var n=ge(t),r=!n&&de(t),i=!n&&!r&&be(t),o=!n&&!r&&!i&&ve(t),s=n||r||i||o,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)||o&&("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)&&!ht(t)};const je=function(t){return Ue(t)?Me(t):Pe(t)};const Ge=function(t,e){return t&&oe(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 r in t)("constructor"!=r||!e&&He.call(t,r))&&n.push(r);return n};const We=function(t){return Ue(t)?Me(t,!0):ze(t)};const Ke=function(t,e){return t&&oe(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?rt.Buffer:void 0,Ze=$e?$e.allocUnsafe:void 0;const Ye=function(t,e){if(e)return t.slice();var n=t.length,r=Ze?Ze(n):new t.constructor(n);return t.copy(r),r};const Je=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Qe=function(t,e){for(var n=-1,r=null==t?0:t.length,i=0,o=[];++n<r;){var s=t[n];e(s,n,t)&&(o[i++]=s)}return o};const tn=function(){return[]};var en=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const rn=nn?function(t){return null==t?[]:(t=Object(t),Qe(nn(t),(function(e){return en.call(t,e)})))}:tn;const on=function(t,e){return oe(t,rn(t),e)};const sn=function(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)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,rn(t)),t=xn(t);return e}:tn;const cn=function(t,e){return oe(t,an(t),e)};const ln=function(t,e,n){var r=e(t);return ge(t)?r:sn(r,n(t))};const un=function(t){return ln(t,je,rn)};const dn=function(t){return ln(t,We,an)};const gn=vt(rt,"DataView");const fn=vt(rt,"Promise");const hn=vt(rt,"Set");const mn=vt(rt,"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(hn),Rn=Tt(mn),Sn=gt;(gn&&Sn(new gn(new ArrayBuffer(1)))!=Tn||Lt&&Sn(new Lt)!=pn||fn&&Sn(fn.resolve())!=bn||hn&&Sn(new hn)!=En||mn&&Sn(new mn)!=_n)&&(Sn=function(t){var e=gt(t),n="[object Object]"==e?t.constructor:void 0,r=n?Tt(n):"";if(r)switch(r){case yn:return Tn;case Cn:return pn;case An:return bn;case kn:return En;case Rn:return _n}return e});const In=Sn;var Nn=Object.prototype.hasOwnProperty;const vn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Nn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Ln=rt.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 r=t.constructor;switch(e){case"[object ArrayBuffer]":return Mn(t);case"[object Boolean]":case"[object Date]":return new r(+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 r;case"[object Number]":case"[object String]":return new r(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]"==In(t)};var Wn=Ie&&Ie.isMap;const Kn=Wn?Ae(Wn):zn;const qn=function(t){return xe(t)&&"[object Set]"==In(t)};var Xn=Ie&&Ie.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 tr=function t(e,n,r,i,o,s){var x,a=1&n,c=2&n,l=4&n;if(r&&(x=o?r(e,i,o,s):r(e)),void 0!==x)return x;if(!ft(e))return e;var u=ge(e);if(u){if(x=vn(e),!a)return Je(e,x)}else{var d=In(e),g=d==Yn||"[object GeneratorFunction]"==d;if(be(e))return Ye(e,a);if(d==Jn||d==Zn||g&&!o){if(x=c||g?{}:Hn(e),!a)return c?cn(e,Ke(x,e)):on(e,Ge(x,e))}else{if(!Qn[d])return o?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(i){x.add(t(i,n,r,i,e,s))})):Kn(e)&&e.forEach((function(i,o){x.set(o,t(i,n,r,o,e,s))}));var h=u?void 0:(l?c?dn:un:c?We:je)(e);return te(h||e,(function(i,o){h&&(i=e[o=i]),ie(x,o,t(i,n,r,o,e,s))})),x};const er=function(t){return tr(t,5)};const nr=function(t){return"symbol"==typeof t||xe(t)&&"[object Symbol]"==gt(t)};var rr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ir=/^\w*$/;const or=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!nr(t))||(ir.test(t)||!rr.test(t)||null!=e&&t in Object(e))};function sr(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var s=t.apply(this,r);return n.cache=o.set(i,s)||o,s};return n.cache=new(sr.Cache||Zt),n}sr.Cache=Zt;const xr=sr;var ar=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,cr=/\\(\\)?/g;const lr=function(t){var e=xr(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(ar,(function(t,n,r,i){e.push(r?i.replace(cr,"$1"):n||t)})),e}));const ur=function(t,e){for(var n=-1,r=null==t?0:t.length,i=Array(r);++n<r;)i[n]=e(t[n],n,t);return i};var dr=it?it.prototype:void 0,gr=dr?dr.toString:void 0;const fr=function t(e){if("string"==typeof e)return e;if(ge(e))return ur(e,t)+"";if(nr(e))return gr?gr.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const hr=function(t){return null==t?"":fr(t)};const mr=function(t,e){return ge(t)?t:or(t,e)?[t]:lr(hr(t))};const pr=function(t){if("string"==typeof t||nr(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const br=function(t,e,n,r){if(!ft(t))return t;for(var i=-1,o=(e=mr(e,t)).length,s=o-1,x=t;null!=x&&++i<o;){var a=pr(e[i]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(i!=s){var l=x[a];void 0===(c=r?r(l,a,x):void 0)&&(c=ft(l)?l:_e(e[i+1])?[]:{})}ie(x,a,c),x=x[a]}return t};const Er=function(t,e,n){return null==t?t:br(t,e,n)};const _r=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const Tr=function(t){return this.__data__.has(t)};function yr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Zt;++e<n;)this.add(t[e])}yr.prototype.add=yr.prototype.push=_r,yr.prototype.has=Tr;const Cr=yr;const Ar=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const kr=function(t,e){return t.has(e)};const Rr=function(t,e,n,r,i,o){var s=1&n,x=t.length,a=e.length;if(x!=a&&!(s&&a>x))return!1;var c=o.get(t),l=o.get(e);if(c&&l)return c==e&&l==t;var u=-1,d=!0,g=2&n?new Cr:void 0;for(o.set(t,e),o.set(e,t);++u<x;){var f=t[u],h=e[u];if(r)var m=s?r(h,f,u,e,t,o):r(f,h,u,t,e,o);if(void 0!==m){if(m)continue;d=!1;break}if(g){if(!Ar(e,(function(t,e){if(!kr(g,e)&&(f===t||i(f,t,n,r,o)))return g.push(e)}))){d=!1;break}}else if(f!==h&&!i(f,h,n,r,o)){d=!1;break}}return o.delete(t),o.delete(e),d};const Sr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const Ir=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var Nr=it?it.prototype:void 0,vr=Nr?Nr.valueOf:void 0;const Lr=function(t,e,n,r,i,o,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||!o(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=Sr;case"[object Set]":var a=1&r;if(x||(x=Ir),t.size!=e.size&&!a)return!1;var c=s.get(t);if(c)return c==e;r|=2,s.set(t,e);var l=Rr(x(t),x(e),r,i,o,s);return s.delete(t),l;case"[object Symbol]":if(vr)return vr.call(t)==vr.call(e)}return!1};var Mr=Object.prototype.hasOwnProperty;const wr=function(t,e,n,r,i,o){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:Mr.call(e,l)))return!1}var u=o.get(t),d=o.get(e);if(u&&d)return u==e&&d==t;var g=!0;o.set(t,e),o.set(e,t);for(var f=s;++c<a;){var h=t[l=x[c]],m=e[l];if(r)var p=s?r(m,h,l,e,t,o):r(h,m,l,t,e,o);if(!(void 0===p?h===m||i(h,m,n,r,o):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 o.delete(t),o.delete(e),g};var Or="[object Arguments]",Fr="[object Array]",Dr="[object Object]",Br=Object.prototype.hasOwnProperty;const Pr=function(t,e,n,r,i,o){var s=ge(t),x=ge(e),a=s?Fr:In(t),c=x?Fr:In(e),l=(a=a==Or?Dr:a)==Dr,u=(c=c==Or?Dr:c)==Dr,d=a==c;if(d&&be(t)){if(!be(e))return!1;s=!0,l=!1}if(d&&!l)return o||(o=new Qt),s||ve(t)?Rr(t,e,n,r,i,o):Lr(t,e,a,n,r,i,o);if(!(1&n)){var g=l&&Br.call(t,"__wrapped__"),f=u&&Br.call(e,"__wrapped__");if(g||f){var h=g?t.value():t,m=f?e.value():e;return o||(o=new Qt),i(h,m,n,r,o)}}return!!d&&(o||(o=new Qt),wr(t,e,n,r,i,o))};const Ur=function t(e,n,r,i,o){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:Pr(e,n,r,i,t,o))};const jr=function(t,e){return Ur(t,e)};const Gr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Vr=function(t,e){for(var n=0,r=(e=mr(e,t)).length;null!=t&&n<r;)t=t[pr(e[n++])];return n&&n==r?t:void 0};const Hr=function(t,e,n){var r=-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 o=Array(i);++r<i;)o[r]=t[r+e];return o};const zr=function(t,e){return e.length<2?t:Vr(t,Hr(e,0,-1))};const Wr=function(t,e){return e=mr(e,t),null==(t=zr(t,e))||delete t[pr(Gr(e))]};const Kr=function(t,e){return null==t||Wr(t,e)},qr=["getMultiRangeId","nodeBefore","_onDiscard","start","addMarker","decorate","_onAccept","attributes","filter","authoredAt","isIntersectingWithRange","hasComments","subType","toJSON","getMarkers","change","getFirstRange","substr","end","size","data","addRange","getFirstMarker","previous","removeAttribute","getRange","head","getRanges","suggestion:","add","getItems","creator","push","addMarkerName","isInContent","_isDataLoaded","discard","getAllAdjacentSuggestions","map","split","reduce","removeMarkers","_model","markers","clear","set","commentThread","author","createdAt","from","length","removeMarker","_markerNames","_onAttributesChange","accept","type","next","onAccept"];var Xr,$r;Xr=qr,$r=340,function(t){for(;--t;)Xr.push(Xr.shift())}(++$r);const Zr=function(t,e){return qr[t-=0]};class Yr extends((0,e.ObservableMixin)()){constructor(t,e){super(),this[Zr("0x2b")]=!1,this.id=e.id,this[Zr("0x5")]=e[Zr("0x5")],this[Zr("0x14")]=e[Zr("0x14")]||null,this[Zr("0x37")]=e[Zr("0x37")],this[Zr("0x27")]=e.creator||e[Zr("0x37")],this.isExternal=Boolean(e[Zr("0xf")]&&e[Zr("0xf")]["@external"]),this[Zr("0x1c")]=null,this[Zr("0x32")]=t,this._onAccept=e[Zr("0x7")],this[Zr("0xa")]=e.onDiscard,this._onAttributesChange=e.onAttributesChange,this[Zr("0x2")]=new Set,this[Zr("0x38")]=null,this[Zr("0x35")](Zr("0x11"),null),this.set("attributes",e.attributes||{}),this[Zr("0x35")](Zr("0x1f"),null),this[Zr("0x35")](Zr("0x6"),null),this[Zr("0x35")](Zr("0x36"),null),this[Zr("0x35")]("_saved",!1),this[Zr("0xd")](Zr("0x4")),this.decorate(Zr("0x2c"))}get[Zr("0x22")](){let t=this;for(;t[Zr("0x1f")];)t=t[Zr("0x1f")];return t}get[Zr("0x13")](){return!!this[Zr("0x36")]&&this[Zr("0x36")][Zr("0x0")]>0}get isMultiRange(){return 0!=this[Zr("0x2")][Zr("0x1b")]&&6==Array[Zr("0x39")](this[Zr("0x2")])[0][Zr("0x2f")](":").length}get[Zr("0x2a")](){return null!==this[Zr("0x1e")]()}[Zr("0x29")](t){this[Zr("0x2")][Zr("0x25")](t)}getMarkerNames(){return Array[Zr("0x39")](this._markerNames)}getMarkers(){return this.getMarkerNames()[Zr("0x2e")]((t=>this[Zr("0x32")][Zr("0x33")].get(t)))[Zr("0x10")]((t=>t))}[Zr("0x1e")](){return this[Zr("0x16")]()[0]||null}removeMarkers(){this._model[Zr("0x17")]((t=>{for(const e of this[Zr("0x16")]())t[Zr("0x1")](e)})),this[Zr("0x2")][Zr("0x34")]()}removeMarker(t){this._model.change((e=>{e[Zr("0x1")](t)})),this[Zr("0x2")].delete(t)}[Zr("0x1d")](t){const e=Zr("0x24")+this.type+":"+this[Zr("0x14")]+":"+this.id+":"+this[Zr("0x27")].id+":"+Yr[Zr("0x8")]();this[Zr("0x29")](e),this[Zr("0x32")][Zr("0x17")]((n=>{n[Zr("0xc")](e,{range:t,usingOperation:!0,affectsData:!0})}))}[Zr("0x12")](t){for(const e of this.getRanges())if(e.isIntersecting(t))return!0;return!1}[Zr("0x23")](){return this[Zr("0x16")]()[Zr("0x2e")]((t=>t[Zr("0x21")]()))}getItems(){return this[Zr("0x23")]()[Zr("0x30")](((t,e)=>[...t,...e[Zr("0x26")]()]),[])}[Zr("0x18")](){var t;return(null===(t=this.getFirstMarker())||void 0===t?void 0:t[Zr("0x21")]())||null}getContainedElement(){const t=this[Zr("0x23")]();if(1!=t[Zr("0x0")])return null;const e=t[0],n=e[Zr("0xb")].nodeAfter,r=e[Zr("0x1a")][Zr("0x9")];return n instanceof s.Element?n!=r?null:n:null}[Zr("0x4")](){this[Zr("0xe")](this.getRanges(),this.data,this[Zr("0xf")]),this[Zr("0x31")]()}[Zr("0x2c")](){this[Zr("0xa")](this[Zr("0x23")](),this.data,this[Zr("0xf")]),this.removeMarkers()}[Zr("0x2d")](){const t=[];let e=this[Zr("0x22")];for(;e;)t[Zr("0x28")](e),e=e[Zr("0x6")];return t}setAttribute(t,e){const n=er(this[Zr("0xf")]);Er(n,t,e),jr(n,this[Zr("0xf")])||(this[Zr("0xf")]=n,this[Zr("0x3")](n))}[Zr("0x20")](t){const e=er(this[Zr("0xf")]);Kr(e,t),jr(e,this.attributes)||(this[Zr("0xf")]=e,this[Zr("0x3")](this.attributes))}[Zr("0x15")](){return{id:this.id,type:this[Zr("0x14")]?this[Zr("0x5")]+":"+this[Zr("0x14")]:this[Zr("0x5")],authorId:this[Zr("0x27")].id,createdAt:this[Zr("0x38")],hasComments:this[Zr("0x13")],data:this[Zr("0x1c")],attributes:this[Zr("0xf")]}}static[Zr("0x8")](){return(0,e.uid)()[Zr("0x19")](1,5)}}function Jr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({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 r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({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 r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Qr=["_customCallbacks","getItemLabel","REPLACE_TEXT","_itemLabelsCallbacks","softBreak","end","function","addFormat","getDescriptions","_handleCustomCallbackDescription","set","pop","removeObject","insertion","_resolveDescriptionItems","*Merge:* %0","isObject","*Insert:* %0","attribute","key","map","remove","join","EmptyContainer","registerElementLabel","Container","replace","_attributeLabels","*Remove:* %0","get","add","push","nextSibling","text","checkChild","element","removeContainer","*Remove format:* %0","skip","registerAttributeLabel","indexOf","isInContent","deletion","elementStart","newValue","addObject","name","label","quantity","nodeAfter","subType","$1 $2","_schema","ELEMENT_SPACE","isEmpty","removeFormat","type","matchingCallback","item","$text","length","_handleAttributeSuggestionDescription","previousSibling","has","$textProxy","_locale","match","Object","isEqual","addEmptyContainer","elementEnd","data","_addDescriptionItems","removeEmptyContainer","*Set format:* %0","start","getFirstRange","_itemLabels","format"];var ti,ei;ti=Qr,ei=397,function(t){for(;--t;)ti.push(ti.shift())}(++ei);const ni=function(t,e){return Qr[t-=0]};class ri{constructor(t,e){this[ni("0x4d")]=[],this[ni("0x4b")]=new Map,this[ni("0x1")]=[],this._attributeLabels=new Map,this[ni("0x32")]=t,this[ni("0x3f")]=e}[ni("0x6")](t){const e=[],n=new Set,r=new Set;for(let i=0;i<t[ni("0x3a")];i++){const o=t[i];if(!o[ni("0x27")])continue;const s=this[ni("0x7")](o);if(s){if(null!=o.subType){if(n[ni("0x3d")](o[ni("0x30")]))continue;n[ni("0x1c")](o[ni("0x30")])}e[ni("0x1d")](s)}else if(ni("0x10")!=o[ni("0x36")])ni("0xb")!=o[ni("0x36")]&&"deletion"!=o[ni("0x36")]||this._handleInsertRemoveSuggestionDescription(e,o,t[i+1]);else{const t=o[ni("0x45")][ni("0x11")];if(r[ni("0x3d")](t))continue;r[ni("0x1c")](o[ni("0x45")][ni("0x11")]),t==Cc?this._handleRenameSuggestionDescription(e,o):this[ni("0x3b")](e,o)}}return this[ni("0xc")](e)}registerDescriptionCallback(t){this[ni("0x4d")][ni("0x1d")](t)}[ni("0x16")](t,n,r=e.priorities.normal){ni("0x4")==typeof t?(0,e.insertToPriorityArray)(this[ni("0x1")],{matchingCallback:t,label:n,priority:r}):this[ni("0x4b")][ni("0x8")](t,n)}[ni("0x25")](t,e){this[ni("0x19")].set(t,e)}[ni("0x4e")](t,e=1){let n;for(const e of this[ni("0x1")])if(e[ni("0x37")](t)){n=e[ni("0x2d")];break}return n||(n=this[ni("0x4b")].get(t[ni("0x2c")])),n?n(e):1!==e?e+" "+t[ni("0x2c")]+"s":""+t[ni("0x2c")]}[ni("0x46")](t,e){const n=e.getFirstRange().getWalker(),r=ni("0xb")==e.type?ni("0x1c"):"remove";for(const e of n){const i=e[ni("0x38")],o=t[t[ni("0x3a")]-1];if(i.is(ni("0x3e")))o&&o[ni("0x36")][ni("0x26")](ni("0x17"))>-1&&t[ni("0x9")](),o&&ni("0x1f")==o[ni("0x36")]?o[r]+=i[ni("0x45")]:t[ni("0x1d")]({type:"text",add:"add"==r?i[ni("0x45")]:"",remove:ni("0x13")==r?i.data:""});else if(this[ni("0x32")][ni("0xe")](i)){const s=i;if(o&&o.type[ni("0x26")]("Container")>-1&&t[ni("0x9")](),"elementEnd"==e[ni("0x36")])continue;o&&o[ni("0x36")]==r+ni("0x41")&&o[ni("0x21")][ni("0x2c")]==s[ni("0x2c")]?o.quantity++:t[ni("0x1d")]({type:r+ni("0x41"),element:s,quantity:1}),n[ni("0x24")]((t=>!(ni("0x44")==t[ni("0x36")]&&t[ni("0x38")]==i)))}else if(this[ni("0x32")][ni("0x20")](i,ni("0x39"))||i.is(ni("0x21"),ni("0x2"))){const n=i;if(ni("0x1c")==r&&ni("0x29")==e[ni("0x36")]||ni("0x13")==r&&ni("0x44")==e.type)continue;if(o&&-1==o.type.indexOf(ni("0x17"))){ni("0x1f")==o[ni("0x36")]&&(o[r]+="\n");continue}let s;if(s="add"==r?n[ni("0x1e")]&&!this[ni("0x32")][ni("0xe")](n.nextSibling)?n.nextSibling:null:n.previousSibling&&!this[ni("0x32")][ni("0xe")](n.previousSibling)?n[ni("0x3c")]:null,n[ni("0x34")]||s&&s[ni("0x34")]){const e=s&&s[ni("0x34")]?s:n;o&&o[ni("0x36")]==r+ni("0x15")&&o[ni("0x21")][ni("0x2c")]==e[ni("0x2c")]?o.quantity++:t[ni("0x1d")]({type:r+"EmptyContainer",element:e,quantity:1})}else t[ni("0x1d")]({type:r+ni("0x17"),element:n})}}}[ni("0xc")](t){const e=this[ni("0x3f")],n=[],r=[],i=[];for(const o of t)switch(o[ni("0x36")]){case ni("0x1f"):if(o.add=o[ni("0x1c")][ni("0x18")](/(\S)\u000A+(\S)/g,"$1 $2")[ni("0x18")](/\u000A/g,""),o[ni("0x13")]=o[ni("0x13")][ni("0x18")](/(\S)\u000A+(\S)/g,ni("0x31"))[ni("0x18")](/\u000A/g,""),""!=o[ni("0x1c")]&&""!=o[ni("0x13")]){n.push({type:"replace",content:Jr(e,ni("0x0"),['"'+o[ni("0x13")]+'"','"'+o[ni("0x1c")]+'"'])});continue}if(null!=o[ni("0x1c")][ni("0x40")](/^ +$/)){n[ni("0x1d")]({type:"insertion",content:Jr(e,ni("0xf"),Jr(e,"ELEMENT_SPACE",o[ni("0x1c")].length))});continue}if(null!=o[ni("0x13")].match(/^ +$/)){n[ni("0x1d")]({type:ni("0x28"),content:Jr(e,ni("0x1a"),Jr(e,ni("0x33"),o[ni("0x13")].length))});continue}if(""!=o[ni("0x1c")]){n.push({type:ni("0xb"),content:Jr(e,"*Insert:* %0",'"'+o[ni("0x1c")]+'"')});continue}n.push({type:ni("0x28"),content:Jr(e,ni("0x1a"),'"'+o[ni("0x13")]+'"')});continue;case ni("0x43"):case ni("0x2b"):n[ni("0x1d")]({type:ni("0xb"),content:Jr(e,ni("0xf"),this.getItemLabel(o[ni("0x21")],o[ni("0x2e")]))});continue;case ni("0x47"):case ni("0xa"):n[ni("0x1d")]({type:ni("0x28"),content:Jr(e,"*Remove:* %0",this[ni("0x4e")](o[ni("0x21")],o[ni("0x2e")]))});continue;case"addContainer":n[ni("0x1d")]({type:"insertion",content:Jr(e,"*Split:* %0",this[ni("0x4e")](o[ni("0x21")],o[ni("0x2e")]))});continue;case ni("0x22"):n.push({type:ni("0x28"),content:Jr(e,ni("0xd"),this.getItemLabel(o[ni("0x21")],o.quantity))});continue;case ni("0x5"):r.push(o[ni("0x11")]);continue;case"removeFormat":i[ni("0x1d")](o.key);continue;default:n[ni("0x1d")](o)}if(r[ni("0x3a")]){const t=r[ni("0x12")]((t=>this._attributeLabels[ni("0x3d")](t)?this[ni("0x19")][ni("0x1b")](t):t))[ni("0x14")](", ");n[ni("0x1d")]({type:"format",content:Jr(this[ni("0x3f")],ni("0x48"),t)})}if(i[ni("0x3a")]){const t=i[ni("0x12")]((t=>this[ni("0x19")][ni("0x3d")](t)?this._attributeLabels.get(t):t))[ni("0x14")](", ");n.push({type:ni("0x4c"),content:Jr(this[ni("0x3f")],ni("0x23"),t)})}return n}[ni("0x7")](t){for(const e of this[ni("0x4d")]){const n=e(t);if(n&&ni("0x36")in n)return n}}_handleAttributeSuggestionDescription(t,e){const n=e[ni("0x45")],r=void 0===n[ni("0x2a")]?ni("0x35"):"addFormat";t[ni("0x1d")]({type:r,key:n[ni("0x11")]})}_handleRenameSuggestionDescription(t,e){t.push({type:ni("0x4c"),content:Jr(this[ni("0x3f")],"*Change to:* %0",this[ni("0x4e")](e[ni("0x4a")]().start[ni("0x2f")],1))})}_handleInsertRemoveSuggestionDescription(t,e,n){if(this[ni("0x46")](t,e),n&&n[ni("0x4a")]()&&!e[ni("0x4a")]()[ni("0x3")][ni("0x42")](n[ni("0x4a")]()[ni("0x49")])){const n=t[t[ni("0x3a")]-1],r=ni("0xb")==e.type?ni("0x1c"):"remove";n&&ni("0x1f")==n.type&&(n[r]+="\n")}}}const ii=["enableCommand","TrackChangesEditing","commands","get","showAIAssistant"];var oi,si;oi=ii,si=490,function(t){for(;--t;)oi.push(oi.shift())}(++si);const xi=function(t,e){return ii[t-=0]};class ai extends t.Plugin{afterInit(){const t=this.editor,e=t.plugins[xi("0x3")](xi("0x1"));t[xi("0x2")][xi("0x3")](xi("0x4"))&&e[xi("0x0")]("showAIAssistant")}}const ci=["alignment","TrackChangesEditing","justify","type","editor","FORMAT_ALIGNMENT","right","plugins","get","FORMAT_ALIGN_TO_CENTER","commandParams","afterInit","locale","FORMAT_ALIGN_TO_LEFT","_registerLegacyDescription","center","formatBlock","has","format","left","_descriptionFactory"];var li,ui;li=ci,ui=360,function(t){for(;--t;)li.push(li.shift())}(++ui);const di=function(t,e){return ci[t-=0]};class gi extends t.Plugin{[di("0x8")](){const t=this[di("0x1")],e=t[di("0x9")];if(!t.plugins[di("0xe")]("AlignmentEditing"))return;const n=t.plugins[di("0x5")](di("0x13"));n._enableDefaultAttributesIntegration(di("0x12"),[],["alignment"]),n[di("0x11")].registerAttributeLabel(di("0x12"),Jr(e,di("0x2"))),this[di("0xb")]()}_registerLegacyDescription(){const t=this.editor,e=t.locale;t[di("0x4")][di("0x5")](di("0x13"))[di("0x11")].registerDescriptionCallback((t=>{if(di("0xd")!=t[di("0x0")])return;const{data:n}=t;if(n&&"alignment"==n.commandName){const t=n[di("0x7")][0].value;return{type:di("0xf"),content:Jr(e,"*Format:* %0",function(t){switch(t){case di("0x10"):return Jr(e,di("0xa"));case di("0x3"):return Jr(e,"FORMAT_ALIGN_TO_RIGHT");case di("0xc"):return Jr(e,di("0x6"));case di("0x14"):return Jr(e,"FORMAT_JUSTIFY_TEXT")}}(t))}}}))}}const fi=["formatInline","_registerLegacyDescription","slice","*Remove format:* %0","has","SuperscriptEditing","FORMAT_ITALIC","FORMAT_BOLD","registerAttributeLabel","superscript","plugins","CodeEditing","underline","_enableDefaultAttributesIntegration","type","editor","*Format:* %0","code","locale","get","TrackChangesEditing","SubscriptEditing","ItalicEditing","_descriptionFactory","format","BoldEditing","commandName","subscript","toLowerCase","strikethrough","FORMAT_","registerDescriptionCallback","toUpperCase","FORMAT_SUPERSCRIPT","FORMAT_STRIKETHROUGH","forceValue","UnderlineEditing"];var hi,mi;hi=fi,mi=483,function(t){for(;--t;)hi.push(hi.shift())}(++mi);const pi=function(t,e){return fi[t-=0]},bi=[pi("0x17"),pi("0x14"),pi("0x22"),pi("0x9"),"StrikethroughEditing",pi("0x13"),pi("0x3")];class Ei extends t.Plugin{afterInit(){const t=this[pi("0xd")],e=t[pi("0x8")][pi("0x11")](pi("0x12")),n=t[pi("0x10")];for(const r of bi){if(!t[pi("0x8")][pi("0x2")](r))continue;const i=r[pi("0x0")](0,-7)[pi("0x1a")](),o=pi("0x1c")+i[pi("0x1e")]();e[pi("0xb")](i,[i]),e[pi("0x15")][pi("0x6")](i,Jr(n,o))}this._registerLegacyDescription()}[pi("0x24")](){const t=this[pi("0xd")],e=t[pi("0x10")],n=t[pi("0x8")][pi("0x11")](pi("0x12"));function r(t,r){n[pi("0x15")][pi("0x1d")]((n=>{if(pi("0x23")!=n[pi("0xc")])return;const{data:i}=n;return i&&i[pi("0x18")]===t?i.commandParams[0][pi("0x21")]?{type:pi("0x16"),content:Jr(e,pi("0xe"),r)}:{type:"format",content:Jr(e,pi("0x1"),r)}:void 0}))}r("bold",Jr(e,pi("0x5"))),r("italic",Jr(e,pi("0x4"))),r(pi("0xa"),Jr(e,"FORMAT_UNDERLINE")),r(pi("0xf"),Jr(e,"FORMAT_CODE")),r(pi("0x1b"),Jr(e,pi("0x20"))),r(pi("0x19"),Jr(e,"FORMAT_SUBSCRIPT")),r(pi("0x7"),Jr(e,pi("0x1f")))}}const _i=["format","commandName","TrackChangesEditing","schema","registerDescriptionCallback","document","enableCommand","BlockQuoteEditing","commands","model","*Remove format:* %0","get","commandParams","_descriptionFactory","name","checkChild","filter","has","plugins","locale","change","blockQuote","*Set format:* %0","value","from","getSelectedBlocks","parent","selection","forceValue","editor"];var Ti,yi;Ti=_i,yi=491,function(t){for(;--t;)Ti.push(Ti.shift())}(++yi);const Ci=function(t,e){return _i[t-=0]};class Ai extends t.Plugin{afterInit(){const t=this[Ci("0x12")],e=t[Ci("0x8")];if(!t[Ci("0x7")][Ci("0x6")](Ci("0x1a")))return;const n=t[Ci("0x7")][Ci("0x0")](Ci("0x15")),r=this[Ci("0x12")][Ci("0x1b")][Ci("0x0")](Ci("0xa"));n[Ci("0x19")](Ci("0xa"),((e,i={})=>{const o=this[Ci("0x12")][Ci("0x1c")][Ci("0x18")][Ci("0x10")],s=i&&void 0!==i.forceValue?i[Ci("0x11")]:!r[Ci("0xc")];let x=[];if(s){const e=Array[Ci("0xd")](o[Ci("0xe")]())[Ci("0x5")]((t=>ki(t)||function(t,e){const n=e[Ci("0x4")](t[Ci("0xf")],Ci("0xa")),r=e[Ci("0x4")](["$root",Ci("0xa")],t);return n&&r}(t,this[Ci("0x12")].model[Ci("0x16")])));x=I(e,t[Ci("0x1c")])}else{const e=Array[Ci("0xd")](o.getSelectedBlocks()).filter((t=>ki(t)));x=I(e,t[Ci("0x1c")])}t[Ci("0x1c")][Ci("0x9")]((()=>{for(const t of x)n.markBlockFormat(t,{commandName:Ci("0xa"),commandParams:[{forceValue:s}]})}))})),n[Ci("0x2")][Ci("0x17")]((t=>{const{data:n}=t;if(n&&Ci("0xa")==n[Ci("0x14")]){const t=Jr(e,"ELEMENT_BLOCK_QUOTE");return n[Ci("0x1")][0][Ci("0x11")]?{type:Ci("0x13"),content:Jr(e,Ci("0xb"),t)}:{type:"format",content:Jr(e,Ci("0x1d"),t)}}}))}}function ki(t){return Ci("0xa")==t[Ci("0xf")][Ci("0x3")]}const Ri=["changeCaseUpper","has","afterInit","get","changeCaseTitle","CaseChange","plugins","enableCommand","TrackChangesEditing"];var Si,Ii;Si=Ri,Ii=339,function(t){for(;--t;)Si.push(Si.shift())}(++Ii);const Ni=function(t,e){return Ri[t-=0]};class vi extends t.Plugin{[Ni("0x5")](){const t=this.editor;t[Ni("0x0")][Ni("0x4")](Ni("0x8"))&&(t.plugins[Ni("0x6")](Ni("0x2"))[Ni("0x1")](Ni("0x3")),t[Ni("0x0")].get("TrackChangesEditing")[Ni("0x1")]("changeCaseLower"),t[Ni("0x0")][Ni("0x6")](Ni("0x2"))[Ni("0x1")](Ni("0x7")))}}const Li=["get","TrackChangesEditing","ckbox","enableCommand","plugins","editor","afterInit"];var Mi,wi;Mi=Li,wi=263,function(t){for(;--t;)Mi.push(Mi.shift())}(++wi);const Oi=function(t,e){return Li[t-=0]};class Fi extends t.Plugin{[Oi("0x2")](){const t=this[Oi("0x1")];t.commands[Oi("0x3")](Oi("0x5"))&&t[Oi("0x0")][Oi("0x3")](Oi("0x4"))[Oi("0x6")](Oi("0x5"))}}const Di=["model","name","getSelectedBlocks","document","registerElementLabel","config","get","language","afterInit","toLowerCase","codeBlock","forceValue","filter","checkChild","outdentCodeBlock","_descriptionFactory","*Set format:* %0","parent","isLimit","*Remove format:* %0","ELEMENT_CODE_BLOCK","enableCommand","registerDescriptionCallback","blockName","value","has","editor","label","find","languages","commandName","formatBlock","selection","format","plugins","TrackChangesEditing","commandParams","rootElement","markBlockFormat","type"];var Bi,Pi;Bi=Di,Pi=246,function(t){for(;--t;)Bi.push(Bi.shift())}(++Pi);const Ui=function(t,e){return Di[t-=0]};class ji extends t.Plugin{[Ui("0x2")](){const t=this[Ui("0x14")];if(!t.plugins[Ui("0x13")]("CodeBlock"))return;const e=t[Ui("0x1c")].get(Ui("0x1d")),n=t.locale,r=t[Ui("0x27")][Ui("0x0")](Ui("0x4"))[Ui("0x17")],i=t.commands[Ui("0x0")](Ui("0x4"));e[Ui("0xf")]("indentCodeBlock"),e.enableCommand(Ui("0x8")),e[Ui("0xf")](Ui("0x4"),((n,o={})=>{const s=t[Ui("0x22")],x=t[Ui("0x22")][Ui("0x25")][Ui("0x1a")],a=o&&void 0!==o[Ui("0x5")]?o[Ui("0x5")]:!i[Ui("0x12")];let c;o.language||(o.language=r[0].language),c=a?Array.from(x[Ui("0x24")]()).filter((t=>{return Gi(t)||(e=t,n=s.schema,!e.is(Ui("0x1f"))&&!n[Ui("0xc")](e)&&n[Ui("0x7")](e[Ui("0xb")],Ui("0x4")));var e,n})):Array.from(x.getSelectedBlocks())[Ui("0x6")]((t=>Gi(t)));const l=I(c,s);s.change((()=>{for(const t of l)e[Ui("0x20")](t,{commandName:Ui("0x4"),commandParams:[{...o,forceValue:a}],formatGroupId:Ui("0x11")})}))})),e[Ui("0x9")][Ui("0x26")](Ui("0x4"),(t=>Jr(n,Ui("0xe"),t))),e[Ui("0x9")][Ui("0x10")]((t=>{if(Ui("0x19")!=t[Ui("0x21")])return;const e=n.t,{data:i}=t;if(!i||"codeBlock"!=i[Ui("0x18")])return;const o=i[Ui("0x1e")][0][Ui("0x1")],s=e(r[Ui("0x16")]((t=>t[Ui("0x1")]===o))[Ui("0x15")])[Ui("0x3")]();return i.commandParams[0][Ui("0x5")]?{type:Ui("0x1b"),content:Jr(n,Ui("0xa"),Jr(n,Ui("0xe"),1)+" ("+s+")")}:{type:Ui("0x1b"),content:Jr(n,Ui("0xd"),Jr(n,Ui("0xe"),1))}}))}}function Gi(t){return Ui("0x4")==t[Ui("0x23")]}const Vi=["editor","afterInit","enableCommand","plugins","get","has"];var Hi,zi;Hi=Vi,zi=259,function(t){for(;--t;)Hi.push(Hi.shift())}(++zi);const Wi=function(t,e){return Vi[t-=0]};class Ki extends t.Plugin{[Wi("0x0")](){const t=this[Wi("0x5")];t[Wi("0x2")][Wi("0x4")]("CommentsEditing")&&t[Wi("0x2")][Wi("0x3")]("TrackChangesEditing")[Wi("0x1")]("addCommentThread")}}var qi=n(181);const Xi=["writer","hasAttribute","test","push","name","span","getAttribute","model","listIndent","isBlock","markerRange","elementEnd","consumable","includes","mapper","markerName","isAtEnd","isLimit","listItem","toViewPosition","TrackChangesEditing","addHighlight","nextSibling","isContent","plugins","previousPosition","bindElementToMarker","insert","element","createRangeOn","getItems"];var $i,Zi;$i=Xi,Zi=275,function(t){for(;--t;)$i.push($i.shift())}(++Zi);const Yi=function(t,e){return Xi[t-=0]};function Ji(t,e,n){const r=[];for(const i of e[Yi("0x3")]())i[Yi("0x5")](t)&&r[Yi("0x7")](n[Yi("0x2")](i));return r}function Qi(t,e,{showActiveMarker:n=!0}={}){const r=t[Yi("0x1c")].get(Yi("0x18"));return(i,o,s)=>{if(!s[Yi("0x10")][Yi("0x6")](o.markerRange,i[Yi("0x8")]))return;const x=o[Yi("0xe")].getWalker(),a=o[Yi("0xe")].start,c=t[Yi("0xb")].schema;let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t.item;d=d||c[Yi("0x1b")](e);const n=s[Yi("0x12")].toViewElement(e);if(n&&n.getCustomProperty(Yi("0x19")))return;Yi("0xf")==t.type&&c[Yi("0xd")](e)&&!c[Yi("0x15")](e)&&(e[Yi("0x1a")]||a[Yi("0x14")]?l&&l.parent==e||(l=e,f(t[Yi("0x1d")]),g=!0):u=u||t[Yi("0x1d")])}function f(t){const i=s[Yi("0x4")].createUIElement(Yi("0x9"),{class:"ck-suggestion-marker-"+e}),x=s[Yi("0x12")][Yi("0x17")](t);n&&r.activeMarkers[Yi("0x11")](o[Yi("0x13")])&&s.writer.addClass("ck-suggestion-marker--active",i),s[Yi("0x4")][Yi("0x0")](x,i),s[Yi("0x12")][Yi("0x1e")](i,o[Yi("0x13")])}d||g||!u||f(u)}}const to=["TrackChangesEditing","setSelection","createRange","model","createSelection","delete","high","selection","uiElement","editor","unit","buffer","end","addMarker:suggestion:deletion","merge","isCollapsed","downcastDispatcher","lock","document","requires","markerName","showSuggestionHighlights","editing","get","fromRange","data","getFirstRange","deleteForward","remove","start","unbindElementFromMarkerName","enqueueChange","bind","mapper","forward","detach","$graveyard","enableCommand"];var eo,no;eo=to,no=174,function(t){for(;--t;)eo.push(eo.shift())}(++no);const ro=function(t,e){return to[t-=0]};class io extends t.Plugin{static get[ro("0x23")](){return[qi.Delete]}init(){const t=this[ro("0x19")],e=t.plugins[ro("0x1")](ro("0x10"));e[ro("0xf")](ro("0x15"));const n=t.commands[ro("0x1")](ro("0x5"));e[ro("0xf")](ro("0x5"),((e,r={})=>{const i=t[ro("0x13")][ro("0x14")](t[ro("0x13")][ro("0x22")][ro("0x17")]);i[ro("0x1f")]&&t.model.modifySelection(i,{direction:ro("0xc"),unit:r[ro("0x1a")]});const o=i[ro("0x4")](),x=s.LiveRange[ro("0x2")](o);let a;e(r),a=ro("0xe")==x.root.rootName?t[ro("0x13")].createRange(o[ro("0x7")]):t[ro("0x13")][ro("0x12")](x[ro("0x7")],x[ro("0x1c")]),x[ro("0xd")](),t[ro("0x13")][ro("0x9")](n[ro("0x1b")].batch,(t=>{n[ro("0x1b")][ro("0x21")](),t[ro("0x11")](t.createRange(a[ro("0x1c")])),n.buffer.unlock()}))})),t[ro("0x0")][ro("0x20")].on(ro("0x1d"),Qi(t,ro("0x1e")),{priority:ro("0x16")}),t[ro("0x3")].downcastDispatcher.on(ro("0x1d"),((e,n,r)=>{r.options[ro("0x25")]&&Qi(t,"merge",{showActiveMarker:!1})[ro("0xa")](this)(e,n,r)}),{priority:ro("0x16")}),t[ro("0x0")].downcastDispatcher.on("removeMarker:suggestion:deletion",((t,e,n)=>{const r=n[ro("0xb")].markerNameToElements(e[ro("0x24")]);if(r)for(const t of r)t.is(ro("0x18"))&&(n[ro("0xb")][ro("0x8")](t,e[ro("0x24")]),n.writer[ro("0x6")](t))}),{priority:ro("0x16")})}}const oo=["bulletedList","noTrackChangesFixer","nodeAfter","getSuggestions","documentList","registerCustomCallback","document","plugins","outdentList","TodoListEditing","listItemIdFixer","forceValue","getChanges","isObject","listType","isUndo","getFirstRange","getFirstMarker","*Format:* insert into %0","*Merge:* %0","ELEMENT_TODO_LIST","deletion","refresh","listItemId","registerPostFixer","value","format","isLocal","TrackChangesEditing","key","end","*Remove format:* %0","commands","ELEMENT_BULLETED_LIST","mergeListItemBackward","listStart","map","locale","oldValue","removeMarker","_descriptionFactory","filter","commandName","schema","ELEMENT_NUMBERED_LIST","attributes","commandParams","range","_getAttributeKey","next","get","*Indent:* %0","_supportLegacySuggestions","config","listStyle","_findSuggestions","checkTodoList","meta","groupId","from","detach","change","createPositionAt","newValue","multipleBlocks","ELEMENT_","todoListCheck","attribute","_LIST","numberedList","indentList","mergeListItemForward","getAttribute","has","data","suggestion","push","model","bulleted","default","type","setAttribute","*Set format:* %0","_suggestionFactory","todoList","*Format:* remove from %0","numbered","*Change to:* %0","list.multiBlock","execute","*Outdent:* %0","containsItem","isNextTo","listReversed","formatBlock","previousSibling","listIndent","assureChains","trackChangesCommand","editor","start","find","parent","_enableDefaultAttributesIntegration","todoListChecked","head","batch","accept","toUpperCase","setSelection","registerElementLabel","length","includes","*Merge:* list item","every","*Split:* list item","_registerLegacyDescription","splitListItemBefore","registerDescriptionCallback","*Check item*","differ","todo"];var so,xo;so=oo,xo=214,function(t){for(;--t;)so.push(so.shift())}(++xo);const ao=function(t,e){return oo[t-=0]};class co extends t.Plugin{afterInit(){const t=this[ao("0x7")];if(!t[ao("0x25")][ao("0x67")]("ListEditing"))return;const e=t[ao("0x43")],n=t[ao("0x25")][ao("0x50")](ao("0x3a")),r=t.plugins.has(ao("0x27")),i=!!t.config[ao("0x50")](ao("0x76"));function o(t){return{type:ao("0x38"),content:""+Jr(e,ao("0x70"),t)}}function s(t){return{type:ao("0x38"),content:""+Jr(e,ao("0x3d"),t)}}n[ao("0xb")](ao("0x63"),[],[ao("0x35"),ao("0x2c"),"listIndent"]),n[ao("0xb")](ao("0x1e")),n._enableDefaultAttributesIntegration(ao("0x64")),n[ao("0xb")](ao("0x26")),n[ao("0xb")]("splitListItemAfter"),n[ao("0xb")](ao("0x19")),i&&(n[ao("0xb")](ao("0x40")),n[ao("0xb")](ao("0x65"))),r&&(n._enableDefaultAttributesIntegration(ao("0x72")),n[ao("0xb")](ao("0x56"),[],[ao("0xc")]),n[ao("0x46")].registerDescriptionCallback((t=>{const{data:n}=t;if(n&&ao("0xc")==n[ao("0x3b")])return{type:ao("0x38"),content:n[ao("0x5d")]?Jr(e,ao("0x1b")):Jr(e,"*Uncheck item*")}})),this[ao("0x7")][ao("0x6b")].document[ao("0x36")]((t=>{if(t.batch[ao("0x2d")])return!1;let e=!1;const r=n.getSuggestions({skipNotAttached:!0}).filter((t=>ao("0xc")===n._getAttributeKey(t)));for(const i of r)ao("0x1d")!=i[ao("0x2e")]()[ao("0x8")][ao("0x20")][ao("0x66")](ao("0x2c"))&&(n[ao("0x55")](i[ao("0x2e")](),ao("0x61"))[ao("0x9")]((t=>ao("0x2c")===n[ao("0x4e")](t.suggestion)))||(t[ao("0x45")](i[ao("0x2f")]()),e=!0));return e}))),n[ao("0x46")].registerAttributeLabel(ao("0x4"),Jr(e,"FORMAT_INDENT"));const x={type:ao("0x38"),content:""};n._descriptionFactory[ao("0x1a")]((t=>{const{data:n}=t;if(!n||ao("0x2c")!=n[ao("0x3b")])return;let r=t.head;for(;r;){if(r[ao("0x68")]&&("listStyle"==r[ao("0x68")][ao("0x3b")]&&(r[ao("0x68")].newValue&&ao("0x6d")!=r[ao("0x68")][ao("0x5d")]||ao("0x6d")!=r[ao("0x68")][ao("0x44")]&&!n[ao("0x5d")])||!i&&r.data.key==Cc))return x;r=r[ao("0x4f")]}if(null==n[ao("0x5d")])switch(n.oldValue){case ao("0x6c"):return s(Jr(e,"ELEMENT_BULLETED_LIST"));case ao("0x74"):return s(Jr(e,ao("0x4a")));case ao("0x1d"):return s(Jr(e,ao("0x32")))}switch(n[ao("0x5d")]){case"bulleted":return o(Jr(e,ao("0x3f")));case ao("0x74"):return o(Jr(e,"ELEMENT_NUMBERED_LIST"));case ao("0x1d"):return o(Jr(e,"ELEMENT_TODO_LIST"))}})),n[ao("0x46")].registerDescriptionCallback((t=>{const{data:e}=t;if(e&&ao("0x4")==e[ao("0x3b")])return null==e[ao("0x5d")]||null==e[ao("0x44")]&&0==e[ao("0x5d")]?x:void 0})),n[ao("0x46")][ao("0x1a")]((t=>{if(ao("0x61")!=t[ao("0x6e")])return;const{data:n}=t;if(!n||ao("0x35")!=n[ao("0x3b")])return;const r=lo(t);return r?"newValue"==r?{type:ao("0x38"),content:Jr(e,ao("0x15"))}:"oldValue"==r?{type:"format",content:Jr(e,ao("0x17"))}:x:x})),t.model[ao("0x24")][ao("0x36")]((t=>this[ao("0x28")](t))),t[ao("0x6b")][ao("0x24")][ao("0x36")]((t=>this[ao("0x1f")](t))),t[ao("0x6b")][ao("0x24")][ao("0x36")]((t=>this.assureChains(t))),this[ao("0x52")]()}[ao("0x28")](t){if(t[ao("0xe")].isUndo||!t[ao("0xe")][ao("0x39")])return!1;let e=!1;const n=this.editor[ao("0x25")].get(ao("0x3a"))[ao("0x21")]({skipNotAttached:!0})[ao("0x47")]((t=>t.data&&ao("0x35")==t[ao("0x68")].key)).filter((t=>t[ao("0x68")][ao("0x5d")]&&t[ao("0x68")][ao("0x44")]));for(const r of n)lo(r)||(t[ao("0x45")](r[ao("0x2f")]()),e=!0);return e}noTrackChangesFixer(t){if(t[ao("0xe")][ao("0x2d")]||!t[ao("0xe")][ao("0x39")])return!1;const e=this[ao("0x7")].plugins[ao("0x50")](ao("0x3a"));if(e[ao("0x6")][ao("0x37")])return!1;let n=!1;const r=[ao("0x2c"),"listStyle",ao("0x35"),ao("0x4"),ao("0x41"),ao("0x1"),ao("0x60")],i=this[ao("0x7")].model[ao("0x24")][ao("0x1c")][ao("0x2a")]()[ao("0x47")]((t=>"attribute"==t[ao("0x6e")]))[ao("0x47")]((t=>r.includes(t.attributeKey)));if(0==i[ao("0x13")])return n;for(const o of i){const i=e[ao("0x55")](o[ao("0x4d")],"attribute")[ao("0x47")]((t=>!t[ao("0x57")][ao("0x0")]))[ao("0x42")]((t=>t[ao("0x69")]))[ao("0x47")]((t=>{const n=e[ao("0x4e")](t);return r[ao("0x14")](n)}));if(i[ao("0x13")]){for(const e of i)t[ao("0x45")](e[ao("0x2f")]());n=!0}}return n}[ao("0x5")](t){if(t[ao("0xe")][ao("0x2d")]||!t.batch.isLocal)return!1;const e=this[ao("0x7")][ao("0x25")][ao("0x50")]("TrackChangesEditing");let n=!1;const r=[ao("0x2c"),ao("0x54"),ao("0x35"),ao("0x4"),"listStart",ao("0x1"),ao("0x60")];for(const t of e.getSuggestions({skipNotAttached:!0})){const i=e[ao("0x55")](t[ao("0x2e")](),ao("0x61")).map((t=>t.suggestion))[ao("0x47")]((t=>t.data&&r[ao("0x14")](t.data[ao("0x3b")])));if(!i[ao("0x13")])continue;const s=i[0][ao("0xd")].attributes[ao("0x58")];if(!i[ao("0x16")]((t=>t.attributes[ao("0x58")]===s)))for(const t of i)o(t,s)&&(n=!0)}return n;function i(t,n){for(const r of e.getSuggestions({skipNotAttached:!0})[ao("0x47")]((e=>ao("0x61")==e.type&&e[ao("0x4b")][ao("0x58")]==t)))r.setAttribute(ao("0x58"),n)}function o(t,e){let n=t[ao("0xd")],r=!1;for(;n;)n[ao("0x4b")][ao("0x58")]!=e&&(i(n[ao("0x4b")][ao("0x58")],e),n[ao("0x6f")]("groupId",e),r=!0),n=n[ao("0x4f")];return r}}[ao("0x52")](){const t=this[ao("0x7")],e=t[ao("0x43")],n=t[ao("0x25")][ao("0x50")]("TrackChangesEditing");this[ao("0x18")](),n[ao("0x71")][ao("0x23")](ao("0x2"),ao("0x22"),ao("0xf"),(function(e,n){const r=[];for(let n of e)n[ao("0x8")].nodeAfter===n[ao("0x3c")][ao("0xa")]&&(n=t.model.createRange(t[ao("0x6b")][ao("0x5c")](n.start[ao("0x20")],0))),r[ao("0x6a")](n);t[ao("0x6b")][ao("0x5b")]((e=>{const i=t.model[ao("0x24")].selection,o=Array[ao("0x59")](i.getRanges()).map((t=>s.LiveRange.fromRange(t)));e[ao("0x11")](r),t.commands[ao("0x50")](n.commandName)[ao("0x34")](),n[ao("0x4c")][ao("0x6a")]({forceDefaultExecution:!0}),t[ao("0x77")](n[ao("0x48")],...n[ao("0x4c")]),e[ao("0x11")](o);for(const t of o)t[ao("0x5a")]()}))})),n._descriptionFactory[ao("0x12")]((function(e){const n=!t[ao("0x6b")][ao("0x49")][ao("0x2b")](e),r=e[ao("0x3")],i=e.nextSibling,o=e[ao("0x66")](ao("0x35")),s=!r||r[ao("0x66")](ao("0x35"))!==o,x=!i||i.getAttribute(ao("0x35"))!==o;return n&&Boolean(o)&&s&&x}),(t=>Jr(e,"ELEMENT_LIST_ITEM",t)))}[ao("0x18")](){const t=this[ao("0x7")],e=t[ao("0x43")];function n(e){const n=t.commands[ao("0x50")](ao("0x1e")).value,r=t[ao("0x3e")][ao("0x50")](ao("0x63"))[ao("0x37")];return ao("0x63")===e?n:r}t.plugins[ao("0x50")](ao("0x3a"))[ao("0x46")][ao("0x1a")]((function(r){if(ao("0x2")!=r[ao("0x6e")])return;const{data:i}=r;if(!i)return;let o,s,x,a;switch(i[ao("0x48")]){case"bulletedList":x=i[ao("0x4c")][0][ao("0x29")],a=n(i[ao("0x48")]),o=ao(x?"0x30":"0x73"),!a&&t[ao("0x53")].get(ao("0x76"))||(o="*Change to:* %0"),s={type:ao("0x38"),content:Jr(e,o,Jr(e,ao("0x3f")))};break;case ao("0x63"):x=i.commandParams[0][ao("0x29")],a=n(i[ao("0x48")]),o=ao(x?"0x30":"0x73"),!a&&t[ao("0x53")].get(ao("0x76"))||(o=ao("0x75")),s={type:"format",content:Jr(e,o,Jr(e,ao("0x4a")))};break;case"indentList":o=ao("0x51"),s={type:ao("0x38"),content:Jr(e,o,Jr(e,"ELEMENT_LIST_ITEM"))};break;case ao("0x26"):o=function(t){const e=t[ao("0x2e")]();let n=e[ao("0x8")].nodeAfter;for(;n&&e[ao("0x79")](n);){if(n[ao("0x66")](ao("0x4"))>0)return!1;n=n.nextSibling}return!0}(r)?Jr(e,ao("0x73"),Jr(e,(c=r,ao("0x5f")+c.getFirstRange()[ao("0x8")][ao("0x20")][ao("0x66")](ao("0x2c"))[ao("0x10")]()+ao("0x62")))):Jr(e,ao("0x78"),Jr(e,"ELEMENT_LIST_ITEM")),s={type:ao("0x38"),content:o};break;case"mergeListItemBackward":case"mergeListItemForward":!1===i[ao("0x5e")]&&(o=ao("0x31"),s={type:ao("0x33"),content:Jr(e,o,Jr(e,"ELEMENT_LIST_ITEM"))})}var c;return s}))}}function lo(t){let e=t.getFirstRange()[ao("0x8")][ao("0x20")].previousSibling;for(;e;){const n=e.getAttribute("listItemId");if(!n)return!1;if(n==t[ao("0x68")][ao("0x5d")])return ao("0x5d");if(n==t[ao("0x68")][ao("0x44")])return"oldValue";e=e[ao("0x3")]}return!1}const uo=["_LIST_DEFAULT","decimal-leading-zero","_getAttributeKey","head","ELEMENT_","has","listType","get","newValue","format","lower-roman","*Format:* set start index to %0","type","listStart","numbered","getFirstRange","getAttribute","registerDescriptionCallback","plugins","default","*Format:* set order to regular","data","_registerLegacyDescription","lower-latin","commandParams","editor","getFirstMarker","next","listStyle","find","registerPostFixer","disc","listReversed","*Set format:* %0","includes","afterInit","list.properties","replace","key","document","bind","upper-latin","_getTranslationKeyForListStyle","oldValue","_findSuggestions","attribute","toUpperCase","registerAttributeLabel","upper-roman","FORMAT_LIST_START","nodeAfter","locale","handleDescriptions","_enableDefaultAttributesIntegration","styles","_descriptionFactory","suggestion","filter","TrackChangesEditing","decimal","reversed","config","startIndex","_LIST_"];var go,fo;go=uo,fo=147,function(t){for(;--t;)go.push(go.shift())}(++fo);const ho=function(t,e){return uo[t-=0]};class mo extends t.Plugin{[ho("0x10")](){if(!this[ho("0x6")][ho("0x3f")][ho("0x32")]("ListPropertiesEditing"))return;const t=this[ho("0x6")][ho("0x2a")][ho("0x34")](ho("0x11")),e=this[ho("0x6")][ho("0x3f")][ho("0x34")](ho("0x27"));t[ho("0x23")]&&e[ho("0x22")](ho("0x9"),[],[ho("0x9")]),t[ho("0x29")]&&e[ho("0x22")](ho("0xd"),[],["listReversed"]),t[ho("0x2b")]&&e[ho("0x22")](ho("0x3a"),[],[ho("0x3a")]);const n={type:ho("0x36"),content:""};e._descriptionFactory[ho("0x3e")](this[ho("0x21")][ho("0x15")](this));const r=this[ho("0x6")][ho("0x20")];e[ho("0x24")][ho("0x1c")](ho("0xd"),Jr(r,"FORMAT_LIST_REVERSED")),e[ho("0x24")][ho("0x3e")]((t=>{const{data:e}=t;if(e&&ho("0xd")==e[ho("0x13")])return null==e[ho("0x35")]||0==e.newValue&&null==e.oldValue?n:void 0})),e[ho("0x24")][ho("0x1c")](ho("0x3a"),Jr(r,ho("0x1e"))),e._descriptionFactory[ho("0x3e")]((t=>{const{data:e}=t;if(e&&ho("0x3a")==e[ho("0x13")])return null==e[ho("0x35")]||1==e.newValue&&null==e[ho("0x18")]?n:void 0})),this[ho("0x6")].model[ho("0x14")][ho("0xb")]((t=>{if(t.batch.isUndo)return!1;let n=!1;const r=e.getSuggestions({skipNotAttached:!0})[ho("0x26")]((t=>{const n=e[ho("0x2f")](t);return ho("0x3a")==n||ho("0xd")==n}));for(const i of r)ho("0x3b")!=i[ho("0x3c")]().start.nodeAfter.getAttribute("listType")&&(e[ho("0x19")](i.getFirstRange(),ho("0x1a"))[ho("0xa")]((t=>ho("0x33")==e[ho("0x2f")](t[ho("0x25")])))||(t.removeMarker(i[ho("0x7")]()),n=!0));return n})),this[ho("0x3")]()}[ho("0x21")](t){const e=this[ho("0x6")][ho("0x20")],{data:n}=t,r={type:ho("0x36"),content:""};if(!n||ho("0x9")!=n[ho("0x13")])return;if(!n[ho("0x18")])return ho("0x0")==n[ho("0x35")]?r:{type:"format",content:""+Jr(e,ho("0xe"),Jr(e,this[ho("0x17")](n[ho("0x35")])))};if(!n[ho("0x35")]){if(ho("0x0")==n.oldValue)return r;let i=t[ho("0x30")];for(;i;){if(i[ho("0x2")]&&ho("0x33")==i[ho("0x2")][ho("0x13")]&&i[ho("0x2")].newValue)return r;i=i[ho("0x8")]}return{type:ho("0x36"),content:""+Jr(e,"*Remove format:* %0",Jr(e,this[ho("0x17")](n[ho("0x18")])))}}if(ho("0x0")!=n[ho("0x35")])return{type:"format",content:""+Jr(e,"*Set format:* %0",Jr(e,this._getTranslationKeyForListStyle(n[ho("0x35")])))};let i=t[ho("0x30")];for(;i;){if(i[ho("0x2")]&&ho("0x33")==i[ho("0x2")][ho("0x13")]&&i[ho("0x2")][ho("0x35")]&&i[ho("0x2")][ho("0x18")])return r;i=i[ho("0x8")]}const o=t[ho("0x3c")]().start[ho("0x1f")][ho("0x3d")](ho("0x33"));return{type:ho("0x36"),content:Jr(e,ho("0xe"),Jr(e,ho("0x31")+o[ho("0x1b")]()+ho("0x2d")))}}[ho("0x3")](){const t=this[ho("0x6")],e=t[ho("0x20")];t.plugins[ho("0x34")]("TrackChangesEditing")[ho("0x24")].registerDescriptionCallback((t=>{if("formatBlock"!=t.type)return;const{data:n}=t;if(!n)return;let r,i;switch(n.commandName){case ho("0x9"):r="*Change to:* %0",i={type:"format",content:Jr(e,r,Jr(e,this[ho("0x17")](n.commandParams[0][ho("0x39")])))};break;case"listReversed":r=n[ho("0x5")][0][ho("0x29")]?"*Format:* set order to reversed":ho("0x1"),i={type:ho("0x36"),content:Jr(e,r)};break;case ho("0x3a"):r=ho("0x38"),i={type:ho("0x36"),content:Jr(e,r,n.commandParams[0].startIndex)}}return i}))}[ho("0x17")](t){return ho("0x31")+(e=t,po[ho("0xf")](e)?"bulleted":bo.includes(e)?"numbered":null)[ho("0x1b")]()+ho("0x2c")+t[ho("0x1b")]()[ho("0x12")](/-/g,"_");var e}}const po=[ho("0xc"),"circle","square"],bo=[ho("0x28"),ho("0x2e"),ho("0x37"),ho("0x1d"),ho("0x4"),ho("0x16")];var Eo=n(331);const _o=["get","writer","unbindElementFromMarkerName","removeMarker:suggestion:insertion","hasClass","markInsertion","end","enter","nextSibling","getFirstPosition","downcastDispatcher","fromRange","createPositionAt","getFirstRange","TrackChangesEditing","afterExecute","editor","markerName","showSuggestionHighlights","ck-suggestion-marker-split","change","detach","markerNameToElements","commands","split","remove","setSelection","options","enterBlock","high","parent","mapper","model","createRange","editing","addMarker:suggestion:insertion"];var To,yo;To=_o,yo=287,function(t){for(;--t;)To.push(To.shift())}(++yo);const Co=function(t,e){return _o[t-=0]};class Ao extends t.Plugin{static get requires(){return[Eo.Enter]}init(){const t=this[Co("0x11")],e=t.plugins.get(Co("0xf")),n=t[Co("0x18")][Co("0x1")](Co("0x8"));e.enableCommand(Co("0x8"),(()=>{t[Co("0x21")][Co("0x15")]((r=>{const i=t.model.document.selection,o=i[Co("0xa")](),x=s.LiveRange[Co("0xc")](i[Co("0xe")]());if(n[Co("0x1d")](r)){const n=t[Co("0x21")][Co("0xd")](o[Co("0x1f")][Co("0x9")],0),i=r[Co("0x22")](o,n);e[Co("0x6")](i)}else r[Co("0x1b")](r[Co("0x22")](x[Co("0x7")]));x[Co("0x16")](),n.fire(Co("0x10"),{writer:r})}))})),t[Co("0x23")][Co("0xb")].on(Co("0x0"),Qi(t,Co("0x19")),{priority:Co("0x1e")}),t[Co("0x23")].downcastDispatcher.on(Co("0x4"),((t,e,n)=>{const r=n.mapper[Co("0x17")](e[Co("0x12")]);if(r)for(const t of r)t[Co("0x5")](Co("0x14"))&&(n[Co("0x20")][Co("0x3")](t,e[Co("0x12")]),n[Co("0x2")][Co("0x1a")](t))}),{priority:Co("0x1e")}),t.data.downcastDispatcher.on("addMarker:suggestion:insertion",((e,n,r)=>{r[Co("0x1c")][Co("0x13")]&&Qi(t,"split",{showActiveMarker:!1}).bind(this)(e,n,r)}),{priority:"high"})}}const ko=["TrackChangesEditing","findNext","string","replace","start","item","FindAndReplaceUtils","findByTextCallback","getMarkersGroup","findPrevious","handleFindCommand","model","_isInDeletionRange","createPositionAt","enableCommand","editor","bind","replaceAll","end","createRange","getIntersection","markers","get","getRange","suggestion:deletion","afterInit","plugins"];var Ro,So;Ro=ko,So=148,function(t){for(;--t;)Ro.push(Ro.shift())}(++So);const Io=function(t,e){return ko[t-=0]};class No extends t.Plugin{[Io("0xc")](){if(!this[Io("0x2")].plugins.has("FindAndReplaceEditing"))return;const t=this[Io("0x2")][Io("0xd")][Io("0x9")](Io("0xe"));t.enableCommand("find",this[Io("0x18")][Io("0x3")](this)),t[Io("0x1")](Io("0xf")),t[Io("0x1")](Io("0x17")),t[Io("0x1")](Io("0x11")),t.enableCommand(Io("0x4"))}handleFindCommand(t,e,n={}){const r=this.editor[Io("0xd")][Io("0x9")](Io("0x14"));return t((t=>(Io("0x10")==typeof e?r[Io("0x15")](e,n):e)(t).filter((e=>!1===this[Io("0x1a")](e,t[Io("0x13")])))),n)}[Io("0x1a")](t,e){const n=this[Io("0x2")][Io("0x19")][Io("0x6")](this[Io("0x2")].model[Io("0x0")](e,t[Io("0x12")]),this[Io("0x2")][Io("0x19")][Io("0x0")](e,t[Io("0x5")]));for(const t of this[Io("0x2")][Io("0x19")][Io("0x8")][Io("0x16")](Io("0xb")))if(null!==n[Io("0x7")](t[Io("0xa")]()))return!0;return!1}}const vo=["FORMAT_FONT_BACKGROUND","find","label","fontColor","normalizeSizeOptions","fontBackgroundColor.colors","fontBackgroundColor","config","plugins","FORMAT_FONT_FAMILY","model","editor","value","locale","formatInline","fontSize.options","afterInit","*Reset font background color*","*Set font family:* %0","format","FORMAT_FONT_SIZE","trim","*Set font size:* %0","TrackChangesEditing","toLowerCase","*Reset font color*","get","*Reset font family*","_descriptionFactory","*Reset font size*","_registerLegacyDescription","FontBackgroundColorEditing","commandParams","*Set font color:* %0","fontFamily","fontSize","registerAttributeLabel","commandName","fontColor.colors"];var Lo,Mo;Lo=vo,Mo=394,function(t){for(;--t;)Lo.push(Lo.shift())}(++Mo);const wo=function(t,e){return vo[t-=0]},Oo=[{pluginName:"FontSizeEditing",commandName:wo("0x1f")},{pluginName:"FontFamilyEditing",commandName:"fontFamily"},{pluginName:"FontColorEditing",commandName:wo("0x26")},{pluginName:wo("0x1b"),commandName:wo("0x2")}];class Fo extends t.Plugin{[wo("0xc")](){const t=this.editor[wo("0x9")],e=this[wo("0x7")].plugins[wo("0x16")](wo("0x13"));for(const{pluginName:t,commandName:n}of Oo)this[wo("0x7")][wo("0x4")].has(t)&&e._enableDefaultAttributesIntegration(n,[n]);t.t,e[wo("0x18")].registerAttributeLabel("fontSize",Jr(t,wo("0x10"))),e._descriptionFactory[wo("0x20")](wo("0x1e"),Jr(t,wo("0x5"))),e[wo("0x18")][wo("0x20")]("fontColor",Jr(t,"FORMAT_FONT_COLOR")),e._descriptionFactory.registerAttributeLabel("fontBackgroundColor",Jr(t,wo("0x23"))),this[wo("0x1a")]()}_registerLegacyDescription(){const t=this[wo("0x7")],e=t.locale;t.plugins[wo("0x16")](wo("0x13"))[wo("0x18")].registerDescriptionCallback((t=>{const n=e.t;if(wo("0xa")!=t.type)return;const{data:r}=t;if(null!=r){if(wo("0x1f")==r[wo("0x21")]){const t=r[wo("0x1c")][0].value;if(t){const r=n(this[wo("0x7")].plugins.get("FontSize")[wo("0x0")](this[wo("0x7")][wo("0x3")].get(wo("0xb"))).find((e=>e[wo("0x6")]==t)).title)[wo("0x14")]();return{type:"format",content:Jr(e,wo("0x12"),r)}}return{type:wo("0xf"),content:Jr(e,wo("0x19"))}}if(wo("0x1e")==r[wo("0x21")]){const t=r.commandParams[0][wo("0x8")];return t?{type:"format",content:Jr(e,wo("0xe"),t)}:{type:wo("0xf"),content:Jr(e,wo("0x17"))}}if(wo("0x26")==r[wo("0x21")]){const t=r[wo("0x1c")][0][wo("0x8")];if(t){const r=(0,i.normalizeColorOptions)(this.editor.config[wo("0x16")](wo("0x22")))[wo("0x24")]((e=>e[wo("0x6")]==t));let o=t,s="";return r&&(o=r[wo("0x25")],s=n(o)[wo("0x14")]()),{type:wo("0xf"),content:Jr(e,wo("0x1d"),s)[wo("0x11")](),color:{value:t,title:s||o}}}return{type:"format",content:Jr(e,wo("0x15"))}}if("fontBackgroundColor"==r[wo("0x21")]){const t=r[wo("0x1c")][0][wo("0x8")];if(t){const r=(0,i.normalizeColorOptions)(this.editor[wo("0x3")][wo("0x16")](wo("0x1")))[wo("0x24")]((e=>e.model==t));let o=t,s="";return r&&(o=r[wo("0x25")],s=n(o)[wo("0x14")]()),{type:"format",content:Jr(e,"*Set font background color:* %0",s).trim(),color:{value:t,title:s||o}}}return{type:"format",content:Jr(e,wo("0xd"))}}}}))}}const Do=["plugins","FontSize","toUpperCase","afterInit","push","fontSize.options","TrackChangesEditing","copyFormat","fontColor","commandName","model","commandParams","*Set format to:* %0","entries","_enableDefaultAttributesIntegration","locale","toLowerCase","_registerLegacyDescription","type","fontColor.colors","fontBackgroundColor","boolean","normalizeSizeOptions","formatBlock","split","join","registerDescriptionCallback","fontSize","find","format","pasteFormat","config","get","title","*Remove all formatting*"];var Bo,Po;Bo=Do,Po=232,function(t){for(;--t;)Bo.push(Bo.shift())}(++Po);const Uo=function(t,e){return Do[t-=0]};class jo extends t.Plugin{[Uo("0x10")](){const t=this.editor,e=t[Uo("0xd")][Uo("0xa")](Uo("0x13")),n=t.commands[Uo("0xa")](Uo("0x14")),r=t.commands[Uo("0xa")](Uo("0x8"));n&&r&&(e[Uo("0x1b")](Uo("0x8")),e.enableCommand(Uo("0x14")),this[Uo("0x1e")]())}[Uo("0x1e")](){const t=this.editor,e=t[Uo("0x1c")];t[Uo("0xd")].get("TrackChangesEditing")._descriptionFactory[Uo("0x4")]((n=>{if(Uo("0x1")!=n[Uo("0x1f")]&&"formatInline"!=n[Uo("0x1f")])return;const{data:r}=n;if(r&&Uo("0x8")===r[Uo("0x16")]){const n=[],i=r[Uo("0x18")][0];for(const[e,r]of Object[Uo("0x1a")](i))n[Uo("0x11")](Go(t,e,r));return n.length?{type:Uo("0x7"),content:Jr(e,Uo("0x19"),n[Uo("0x3")](", "))}:{type:Uo("0x7"),content:Jr(e,Uo("0xc"))}}}))}}function Go(t,e,n){const r=t[Uo("0x1c")].t,o=e[Uo("0x2")](/(?=[A-Z])/)[Uo("0x3")](" "),s=r(o.charAt(0)[Uo("0xf")]()+o.slice(1))[Uo("0x1d")]();if(Uo("0x22")==typeof n)return s;if(Uo("0x15")===e||Uo("0x21")===e){const e=(0,i.normalizeColorOptions)(t.config[Uo("0xa")](Uo("0x20")))[Uo("0x6")]((t=>t[Uo("0x17")]==n));return s+" ("+(e?r(e.label)[Uo("0x1d")]():n)+")"}if(Uo("0x5")===e&&isNaN(parseFloat(n))){const e=t[Uo("0xd")].get(Uo("0xe"))[Uo("0x0")](t[Uo("0x9")].get(Uo("0x12")))[Uo("0x6")]((t=>t[Uo("0x17")]==n));return s+" ("+(e?r(e[Uo("0xb")])[Uo("0x1d")]():n)+")"}return s+" ("+n+")"}const Vo=["_enableDefaultAttributesIntegration","view","model","heading.options","find","heading","value","commandParams","locale","type","paragraph","name","format","_headingOptions","*Change to:* %0","TrackChangesEditing","afterInit","match","get","editor","ELEMENT_HEADING_CUSTOM","_getHeadingLevel","config","ELEMENT_HEADING","registerElementLabel","formatBlock","_descriptionFactory","has","title","HeadingEditing","plugins"];var Ho,zo;Ho=Vo,zo=169,function(t){for(;--t;)Ho.push(Ho.shift())}(++zo);const Wo=function(t,e){return Vo[t-=0]};class Ko extends t.Plugin{[Wo("0x2")](){const t=this[Wo("0x5")];if(!t[Wo("0x10")][Wo("0xd")](Wo("0xf")))return;this._headingOptions=t[Wo("0x8")][Wo("0x4")](Wo("0x14"));const e=t[Wo("0x19")],n=t[Wo("0x10")][Wo("0x4")]("TrackChangesEditing");n[Wo("0x11")](Wo("0x16"));for(const t of this._headingOptions)Wo("0x1b")!=t[Wo("0x13")]&&n[Wo("0xc")][Wo("0xa")](t[Wo("0x13")],(n=>{const r=this[Wo("0x7")](t[Wo("0x13")]);return null!==r?(s=n,x=r,Jr(e,Wo("0x9"),[s,x])):(i=n,o=t[Wo("0xe")],Jr(e,Wo("0x6"),[i,o]));var i,o,s,x}));this._registerLegacyDescription()}_registerLegacyDescription(){const t=this.editor,e=t.locale;t.plugins[Wo("0x4")](Wo("0x1"))[Wo("0xc")].registerDescriptionCallback((t=>{if(Wo("0xb")!=t[Wo("0x1a")])return;const{data:n}=t;if(n&&Wo("0x16")==n.commandName){const t=n[Wo("0x18")][0][Wo("0x17")],s=this[Wo("0x7")](t);if(null!==s)return{type:"format",content:Jr(e,"*Change to:* %0",(1,o=s,Jr(e,Wo("0x9"),[1,o])))};const x=this._headingOptions.find((e=>e.model===t)).title;return{type:Wo("0x1d"),content:Jr(e,Wo("0x0"),(r=1,i=x,Jr(e,"ELEMENT_HEADING_CUSTOM",[r,i])))}}var r,i,o}))}[Wo("0x7")](t){var e,n;const r=t[Wo("0x3")](/^heading(\d+)/);if(r)return r[1];const i=null===(e=this[Wo("0x1e")])||void 0===e?void 0:e[Wo("0x15")]((e=>e[Wo("0x13")]==t));if(i&&i[Wo("0x12")]){const t=i[Wo("0x12")],e=(null!==(n=t[Wo("0x1c")])&&void 0!==n?n:t)[Wo("0x3")](/^h(\d+)/);if(e)return e[1]}return null}}const qo=["FORMAT_HIGHLIGHT","model","type","afterInit","config","value","locale","commandParams","HighlightEditing","formatInline","title","get","find","TrackChangesEditing","_registerLegacyDescription","has","format","highlight","editor","*Set highlight:* %0","commandName","registerDescriptionCallback","plugins","color","registerAttributeLabel","highlight.options"];var Xo,$o;Xo=qo,$o=139,function(t){for(;--t;)Xo.push(Xo.shift())}(++$o);const Zo=function(t,e){return qo[t-=0]};class Yo extends t.Plugin{[Zo("0x14")](){const t=this[Zo("0x9")];if(!t[Zo("0xd")][Zo("0x6")](Zo("0x19")))return;const e=t[Zo("0xd")][Zo("0x2")](Zo("0x4")),n=t.locale;e._enableDefaultAttributesIntegration(Zo("0x8"),[Zo("0x8")]),e._descriptionFactory[Zo("0xf")](Zo("0x8"),Jr(n,Zo("0x11"))),this._registerLegacyDescription()}[Zo("0x5")](){const t=this.editor,e=t[Zo("0x17")];t[Zo("0xd")].get(Zo("0x4"))._descriptionFactory[Zo("0xc")]((n=>{if(Zo("0x0")!=n[Zo("0x13")])return;const{data:r}=n;if(r&&Zo("0x8")==r[Zo("0xb")]){const n=e.t,i=r[Zo("0x18")][0][Zo("0x16")];if(i){const r=t[Zo("0x15")][Zo("0x2")](Zo("0x10"))[Zo("0x3")]((t=>t[Zo("0x12")]==i)),o=n(r.title).toLowerCase();return{type:Zo("0x7"),content:Jr(e,Zo("0xa"),o),color:{value:r[Zo("0xe")],title:r[Zo("0x1")]}}}return{type:Zo("0x7"),content:Jr(e,"*Remove highlight*",Jr(e,"FORMAT_HIGHLIGHT"))}}}))}}const Jo=["TrackChangesEditing","high","registerElementLabel","addClass","insert","has","div","ck-horizontal-line","afterInit","createPositionAt","enableCommand","for","elementToStructure","locale","editor","plugins","ELEMENT_HORIZONTAL_LINE","get","createEmptyElement"];var Qo,ts;Qo=Jo,ts=368,function(t){for(;--t;)Qo.push(Qo.shift())}(++ts);const es=function(t,e){return Jo[t-=0]};class ns extends t.Plugin{[es("0x1")](){const t=this[es("0x7")];if(!t[es("0x8")][es("0x11")]("HorizontalLineEditing"))return;t[es("0x8")].get(es("0xc"))[es("0x3")]("horizontalLine");const e=t[es("0x8")][es("0xa")]("TrackChangesEditing"),n=t[es("0x6")];e._descriptionFactory[es("0xe")]("horizontalLine",(t=>Jr(n,es("0x9"),t))),t.conversion[es("0x4")]("dataDowncast")[es("0x5")]({model:"horizontalLine",view:(t,{writer:e,options:n})=>{if(!n.showSuggestionHighlights)return null;const r=e.createContainerElement(es("0x12")),i=e[es("0xb")]("hr");return e[es("0xf")](es("0x0"),r),e[es("0x10")](e[es("0x2")](r,0),i),r},converterPriority:es("0xd")})}}const rs=["key","commandName","_registerLegacyDescription","afterInit","_enableDefaultAttributesIntegration","HtmlEmbed","plugins","value","htmlEmbed","locale","_descriptionFactory","format","registerDescriptionCallback","formatBlock","rawHtml","registerElementLabel","editor","get","nodeAfter","*Change %0 content*","type","attribute","TrackChangesEditing","ELEMENT_HTML_EMBED"];var is,os;is=rs,os=164,function(t){for(;--t;)is.push(is.shift())}(++os);const ss=function(t,e){return rs[t-=0]};class xs extends t.Plugin{[ss("0x7")](){const t=this[ss("0x14")];if(!t[ss("0xa")].has(ss("0x9")))return;const e=t.plugins[ss("0x15")](ss("0x2")),n=t[ss("0xd")];e._descriptionFactory[ss("0x13")](ss("0x12"),(t=>Jr(n,ss("0x3"),t))),e[ss("0x8")](ss("0xc"),[],[ss("0xb")]),e[ss("0xe")][ss("0x10")]((t=>{if(ss("0x1")!=t.type)return;const{data:e}=t;if(e&&ss("0xb")==e[ss("0x4")]&&t.getFirstRange().start[ss("0x16")].is("element",ss("0x12"))){const t=Jr(n,ss("0x3"));return{type:ss("0xf"),content:Jr(n,ss("0x17"),t)}}})),this._registerLegacyDescription()}[ss("0x6")](){const t=this[ss("0x14")],e=t.locale;t[ss("0xa")][ss("0x15")](ss("0x2"))._descriptionFactory[ss("0x10")]((t=>{if(ss("0x11")!=t[ss("0x0")])return;const{data:n}=t;if(n&&ss("0xc")==n[ss("0x5")]){const t=Jr(e,ss("0x3"));return{type:"format",content:Jr(e,"*Change %0 content*",t)}}}))}}const as=["nodeBefore","attribute","detach","alt","removeObject","commandParams","isCollapsed","model","previous","formatBlock","createRangeOn","backward","_descriptionFactory","deletion","nodeAfter","registerCustomCallback","has","*Remove image text alternative*","ImageResize","getFirstRange","start","imageTextAlternative","Inline image to block image","FORMAT_IMAGE_SIZE","find","toNext","change","getContainedElement","getCaptionFromImageModelElement","markBlockFormat","afterInit","document","imageStylePreApply","filter","chain","format","forward","accept","uploadImage","plugins","discard","*Set image width:* %0","isBefore","end","convertBlockImageToInline","resizeImage","subType","get","key","insertion","ImageTextAlternativeEditing","imageCaption","length","commandName","enableCommand","ImageUploadEditing","isEqual","_suggestionFactory","TrackChangesEditing","registerElementLabel","getClosestSelectedImageElement","*Set image text alternative:* %0","_enableDefaultAttributesIntegration","addObject","Block image to inline image","isBlockImage","createRange","markInsertion","ELEMENT_IMAGE","markDeletion","*Reset image width*","caption","locale","toPrevious","_registerLegacyDescription","ImageEditing","imageTypeInline","fromPosition","newValue","editor","element","resizedWidth","ImageUtils","join","convertInlineImageToBlock","registerDescriptionCallback","type","selection","_findSuggestions","ImageInlineEditing","getNearestSelectionRange","insertImage"];var cs,ls;cs=as,ls=443,function(t){for(;--t;)cs.push(cs.shift())}(++ls);const us=function(t,e){return as[t-=0]};class ds extends t.Plugin{[us("0x2f")](){const t=this[us("0x4")];if(!t[us("0x38")][us("0x21")](us("0x0")))return;const e=t[us("0x38")][us("0x40")](us("0x4b")),n=t[us("0x38")][us("0x40")](us("0x7")),r=t[us("0x59")];e[us("0x47")](us("0x10")),e[us("0x1d")].registerElementLabel("imageBlock",(t=>Jr(r,us("0x55"),t))),e[us("0x1d")][us("0x4c")]("imageInline",(t=>Jr(r,"ELEMENT_INLINE_IMAGE",t))),e._descriptionFactory[us("0x4c")](us("0x58"),(()=>Jr(r,"ELEMENT_CAPTION"))),t.plugins[us("0x21")](us("0x48"))&&e[us("0x47")](us("0x37")),t[us("0x38")][us("0x21")]("ImageBlockEditing")&&t[us("0x38")][us("0x21")](us("0xe"))&&(e.enableCommand("imageTypeInline",((r,i)=>{const o=n.getClosestSelectedImageElement(t.model[us("0x30")][us("0xc")]);t[us("0x18")][us("0x2b")]((()=>{e.markBlockFormat(o,{commandName:us("0x1"),commandParams:[i]},[],us("0x3d"))}))})),e[us("0x47")]("imageTypeBlock",((r,i)=>{t[us("0x18")].change((o=>{let x=n[us("0x4d")](t[us("0x18")][us("0x30")][us("0xc")]),a=o.createRangeOn(x);const c=s.LivePosition[us("0x2")](a[us("0x25")],us("0x5a")),l=s.LivePosition[us("0x2")](a[us("0x3c")],us("0x2a"));e.forceDefaultExecution((()=>r(i))),x=n[us("0x4d")](t[us("0x18")][us("0x30")].selection),a=o.createRangeOn(x);const u=o[us("0x53")](c,l);c.detach(),l[us("0x13")](),e[us("0x2e")](x,{commandName:us("0x1"),commandParams:[i]},[],us("0x9")),u[us("0x25")][us("0x3b")](a.start)&&e.markInsertion(o[us("0x53")](u[us("0x25")],a[us("0x25")]),us("0x9")),a[us("0x3c")][us("0x3b")](u[us("0x3c")])&&e[us("0x54")](o[us("0x53")](a[us("0x3c")],u[us("0x3c")]),us("0x9"))}))})),e[us("0x4a")][us("0x20")](us("0x1a"),us("0x9"),us("0x8"),(()=>!1)),e[us("0x4a")][us("0x20")]("formatBlock",us("0x9"),"accept",(()=>!1)),e[us("0x4a")][us("0x20")](us("0x1a"),us("0x9"),"discard",e[us("0x4a")].getSuggestionCallback(us("0x1a"),"",us("0x36"))),e[us("0x4a")].registerCustomCallback("insertion",us("0x9"),us("0x8"),(()=>!1)),e[us("0x4a")][us("0x20")](us("0x42"),us("0x9"),us("0x39"),(([n])=>{const r=e[us("0x4a")].getSuggestionCallback(us("0x42"),"","discard");let i=n.start,o=n[us("0x3c")];const s=t.model.schema.getNearestSelectionRange(i,us("0x1c")),x=t.model.schema[us("0xf")](o,us("0x35"));s[us("0x17")]&&(i=s.start),x.isCollapsed&&(o=x[us("0x3c")]),r([t.model.createRange(i,o)])})),e[us("0x4a")][us("0x20")](us("0x1a"),us("0x9"),"chain",x),e[us("0x4a")][us("0x20")](us("0x42"),"convertInlineImageToBlock",us("0x33"),x)),t[us("0x38")].has("ImageCaptionEditing")&&(e[us("0x47")]("toggleImageCaption",((r,i)=>{const o=t.plugins[us("0x40")]("ImageCaptionUtils");let s=n[us("0x4d")](t.model.document[us("0xc")]),x=o[us("0x2d")](s);t[us("0x18")].change((()=>{if(x)return void e[us("0x56")](t[us("0x18")][us("0x1b")](x));const a=n[us("0x52")](s);r(i),s=n[us("0x4d")](t.model[us("0x30")][us("0xc")]),x=o[us("0x2d")](s),e.markInsertion(t[us("0x18")][us("0x1b")](x),a?null:"imageCaption")}))})),e._suggestionFactory.registerCustomCallback(us("0x42"),us("0x44"),"chain",x));const i=[{type:us("0x1a"),subType:us("0x31")},{type:us("0x42"),subType:us("0x44")},{type:"formatBlock",subType:us("0x9")},{type:us("0x42"),subType:us("0x9")}];function o(t,r){const o=i.findIndex((({type:e,subType:n})=>t[us("0xb")]==e&&t.subType==n)),s=i.findIndex((({type:t,subType:e})=>r[us("0xb")]==t&&r.subType==e));if(o<0||s<0)return!1;const x=t[us("0x24")](),a=r[us("0x24")]();if((0==o||1==o)&&2==s&&x.isIntersecting(a))return!0;if(2==o&&3==s){const t=e[us("0xd")](x,us("0x42"))[us("0x32")]((({suggestion:t,meta:e})=>e.isOwn&&us("0x9")==t[us("0x3f")]));if(t[us("0x45")]>1&&a[us("0x3c")][us("0x49")](x.start))return!0;if(1==t[us("0x45")]&&(x[us("0x25")][us("0x49")](a[us("0x3c")])||x[us("0x3c")][us("0x49")](a[us("0x25")])))return!0}if(3==o&&3==s&&x[us("0x25")][us("0x3b")](a[us("0x25")])){const t=x.end[us("0x1f")],e=a[us("0x25")][us("0x11")];return n[us("0x52")](t)&&t===e}return!1}function x(t,e){return o(t,e)?[t,e]:o(e,t)?[e,t]:null}t[us("0x38")][us("0x21")](us("0x23"))&&(e[us("0x4f")](us("0x3e"),[],[us("0x6")]),e[us("0x1d")].registerAttributeLabel("resizedWidth",Jr(r,us("0x28")))),t[us("0x38")][us("0x21")](us("0x43"))&&e[us("0x4f")](us("0x26"),[],[us("0x14")]),e[us("0x1d")][us("0xa")]((t=>{if(i[us("0x29")]((({type:e,subType:n})=>t[us("0xb")]==e&&t[us("0x3f")]==n)))return t[us("0x19")]?{}:void 0})),e[us("0x1d")].registerDescriptionCallback((t=>{if(us("0x42")==t.type||us("0x1e")==t[us("0xb")]){const e=t[us("0x2c")]();if(e&&e.is(us("0x5"),"caption"))return{type:us("0x42")==t[us("0xb")]?us("0x50"):us("0x15"),element:e,quantity:1}}})),e._descriptionFactory.registerDescriptionCallback((t=>"formatBlock"==t.type&&us("0x9")==t.subType?{type:us("0x34"),content:us("0x27")}:us("0x1a")==t[us("0xb")]&&us("0x3d")==t[us("0x3f")]?{type:us("0x34"),content:us("0x51")}:void 0)),e._descriptionFactory[us("0xa")]((t=>{if(us("0x12")!=t[us("0xb")])return;const{data:e}=t;if(!e||"alt"!=e[us("0x41")])return;const n=e[us("0x3")];return n?{type:us("0x34"),content:Jr(r,us("0x4e"),'"'+n+'"')}:{type:us("0x34"),content:Jr(r,us("0x22"))}})),this[us("0x5b")]()}_registerLegacyDescription(){const t=this[us("0x4")],e=t.locale;t[us("0x38")][us("0x40")](us("0x4b"))._descriptionFactory.registerDescriptionCallback((t=>{if(us("0x1a")!=t[us("0xb")]&&"formatInline"!=t[us("0xb")])return;const{data:n}=t;if(n){if(us("0x26")==n[us("0x46")]){const t=n[us("0x16")][0][us("0x3")];return t?{type:us("0x34"),content:Jr(e,"*Set image text alternative:* %0",'"'+t+'"')}:{type:us("0x34"),content:Jr(e,us("0x22"))}}if("resizeImage"==n[us("0x46")]){const t=n[us("0x16")][0].width;return t?{type:us("0x34"),content:Jr(e,us("0x3a"),t)}:{type:us("0x34"),content:Jr(e,us("0x57"))}}}}))}}const gs=["*Replace image URL*","plugins","replaceImageSource","ImageEditing","_suggestionFactory","_registerLegacyDescription","has","type","format","accept","src","editor","TrackChangesEditing","getSuggestionCallback","_descriptionFactory","registerCustomCallback","get","discard","oldValue","locale","_handleLegacySuggestions","*Format:* replace image URL","commandName","formatInline","registerDescriptionCallback","formatBlock","key","afterInit","newValue"];var fs,hs;fs=gs,hs=405,function(t){for(;--t;)fs.push(fs.shift())}(++hs);const ms=function(t,e){return gs[t-=0]};class ps extends t.Plugin{[ms("0x1c")](){if(!this[ms("0xc")].plugins[ms("0x7")](ms("0x4")))return;const t=this[ms("0xc")][ms("0x14")],e=this[ms("0xc")][ms("0x2")][ms("0x11")](ms("0xd"));e._enableDefaultAttributesIntegration("replaceImageSource",[],[ms("0xb")]),e[ms("0xf")][ms("0x19")]((e=>{if("attribute"!=e[ms("0x8")])return;const{data:n}=e;return n&&ms("0xb")==n[ms("0x1b")]?n[ms("0x0")]&&n[ms("0x13")]?{type:"format",content:Jr(t,ms("0x1"))}:{type:"format",content:""}:void 0})),this[ms("0x15")]()}[ms("0x15")](){const t=this[ms("0xc")].plugins[ms("0x11")](ms("0xd"));t[ms("0x5")].registerCustomCallback("formatBlock",ms("0x3"),ms("0xa"),t[ms("0x5")][ms("0xe")](ms("0x1a"),null,ms("0x12"))),t._suggestionFactory[ms("0x10")](ms("0x1a"),"replaceImageSource","discard",t[ms("0x5")][ms("0xe")](ms("0x1a"),null,ms("0xa"))),this[ms("0x6")]()}_registerLegacyDescription(){const t=this[ms("0xc")],e=t[ms("0x14")];t[ms("0x2")][ms("0x11")](ms("0xd"))._descriptionFactory[ms("0x19")]((t=>{if(ms("0x1a")!=t.type&&ms("0x18")!=t[ms("0x8")])return;const{data:n}=t;return n&&ms("0x3")==n[ms("0x17")]?{type:ms("0x9"),content:Jr(e,ms("0x16"))}:void 0}))}}const bs=["accept","_findSuggestions","Users","enableCommand","registerDescriptionCallback","isInlineImage","discardSuggestion","title","ImageStyleEditing","commands","isEqual","join","findIndex","suggestion","createRangeOn","get","getSuggestionCallback","imageTypeBlock","head","nodeAfter","isBlockImage","hasSuggestion","value","commandParams","ImageUtils","imageTypeInline","FORMAT_SIDE_IMAGE","imageStylePostApply","commandName","editor","_suggestionFactory","setImageNaturalSizeAttributes","isOwn","imageStyle","selection","imageCaption","markBlockFormat","document","getContainedElement","_splitMarkerName","TrackChangesEditing","end","imageStylePreApply","formatInline","registerCustomCallback","author","convertInlineImageToBlock","newRange","forEach","getClosestSelectedImageElement","start","isInContent","registerPostFixer","name","isIntersecting","insertion","type","length","plugins","differ","formatBlock","getFirstRange","model","discard","subType","_registerLegacyDescription","from","refresh","nodeBefore","locale","*Format:* %0","getSuggestion","_descriptionFactory","next","commandReversedParams","getSuggestions"];var Es,_s;Es=bs,_s=254,function(t){for(;--t;)Es.push(Es.shift())}(++_s);const Ts=function(t,e){return bs[t-=0]};class ys extends t.Plugin{afterInit(){const t=this[Ts("0x3")];if(!t.plugins.has(Ts("0x3a")))return;const n=t[Ts("0x20")].get(Ts("0xe")),r=t[Ts("0x20")][Ts("0x41")](Ts("0x4a")),i={};n[Ts("0x35")](Ts("0x7"),((i,o)=>{const s=t[Ts("0x20")].get(Ts("0x34")).me,x=t[Ts("0x3b")].get("imageStyle");let a=r[Ts("0x17")](t[Ts("0x24")][Ts("0xb")].selection),c=t[Ts("0x24")][Ts("0x40")](a),l=x[Ts("0x48")];if(l==o[Ts("0x48")])return;const u={commandName:"imageStyle",commandParams:[o],formatGroupId:(0,e.uid)()};t.model.change((()=>{if(n[Ts("0x31")]().filter((t=>t.isInContent&&s==t[Ts("0x13")]&&(Ts("0x22")==t[Ts("0x1e")]||Ts("0x11")==t[Ts("0x1e")])&&(Ts("0x10")==t[Ts("0x26")]||"imageStylePostApply"==t[Ts("0x26")])&&t[Ts("0x23")]()[Ts("0x3c")](c)))[Ts("0x16")]((t=>n[Ts("0x38")](t[Ts("0x44")]))),a=r[Ts("0x17")](t[Ts("0x24")][Ts("0xb")].selection),c=t[Ts("0x24")].createRangeOn(a),x[Ts("0x29")](),t[Ts("0x3b")][Ts("0x41")](Ts("0x4b"))[Ts("0x29")](),t[Ts("0x3b")][Ts("0x41")](Ts("0x43"))[Ts("0x29")](),l=x[Ts("0x48")],l!=o.value)return r[Ts("0x37")](a)&&x.shouldConvertImageType(o[Ts("0x48")],a)?(i({...o,setImageSizes:!1}),a=r[Ts("0x17")](t.model[Ts("0xb")][Ts("0x8")]),void n[Ts("0xa")](a,{...u,commandReversedParams:[{value:l||null,setImageSizes:!1}]},[],"imageStylePreApply")):void(r[Ts("0x46")](a)?n.markBlockFormat(a,u,[],Ts("0x1")):n.markInlineFormat(c,u,Ts("0x1")))}))}));for(const e of t[Ts("0x20")].get(Ts("0x3a")).normalizedStyles)i[e[Ts("0x1b")]]=e[Ts("0x39")].toLowerCase();n[Ts("0x4")].registerCustomCallback("formatBlock",Ts("0x10"),Ts("0x3d"),(()=>!1)),n[Ts("0x4")][Ts("0x12")](Ts("0x22"),Ts("0x1"),Ts("0x3d"),(()=>!1)),n._suggestionFactory.registerCustomCallback(Ts("0x11"),Ts("0x1"),Ts("0x3d"),(()=>!1)),n._suggestionFactory[Ts("0x12")](Ts("0x22"),Ts("0x10"),Ts("0x32"),(([t])=>{r[Ts("0x5")](t[Ts("0xc")]())})),n[Ts("0x4")][Ts("0x12")](Ts("0x22"),Ts("0x10"),Ts("0x25"),((t,e)=>{n[Ts("0x4")][Ts("0x42")](Ts("0x22"),"","accept")(t,{commandName:e[Ts("0x2")],commandParams:e[Ts("0x30")]})})),n[Ts("0x4")][Ts("0x12")](Ts("0x22"),Ts("0x10"),"chain",(function(t,e){return s(t,e)?[t,e]:s(e,t)?[e,t]:null}));const o=[{type:Ts("0x22"),subType:"imageStylePreApply"},{type:Ts("0x1d"),subType:Ts("0x9")},{type:"formatBlock",subType:Ts("0x14")},{type:Ts("0x1d"),subType:Ts("0x14")}];function s(t,e){const i=o.findIndex((({type:e,subType:n})=>t[Ts("0x1e")]==e&&t.subType==n)),s=o[Ts("0x3e")]((({type:t,subType:n})=>e.type==t&&e[Ts("0x26")]==n));if(i<0||s<0)return!1;const x=t.getFirstRange(),a=e[Ts("0x23")]();if((0==i||1==i)&&2==s&&x[Ts("0x1c")](a))return!0;if(2==i&&3==s){const t=n[Ts("0x33")](x,Ts("0x1d")).filter((({suggestion:t,meta:e})=>e[Ts("0x6")]&&Ts("0x14")==t[Ts("0x26")]));if(t[Ts("0x1f")]>1&&a[Ts("0xf")][Ts("0x3c")](x[Ts("0x18")]))return!0;if(1==t[Ts("0x1f")]&&(x[Ts("0x18")].isEqual(a[Ts("0xf")])||x[Ts("0xf")].isEqual(a[Ts("0x18")])))return!0}if(3==i&&3==s&&x[Ts("0x18")].isBefore(a[Ts("0x18")])){const t=x[Ts("0xf")][Ts("0x45")],e=a[Ts("0x18")][Ts("0x2a")];return r[Ts("0x46")](t)&&t===e}return!1}t[Ts("0x24")].document[Ts("0x1a")]((()=>{let e=!1;const i=Array[Ts("0x28")](t.model[Ts("0xb")][Ts("0x21")].getChangedMarkers());for(const{name:t,data:o}of i){const{group:i,type:s,subType:x,id:a}=n[Ts("0xd")](t);if(Ts("0x3f")==i&&n[Ts("0x47")](a)){if(Ts("0x22")==s&&(Ts("0x10")==x||"imageStylePostApply"==x)){const t=n[Ts("0x2d")](a);if(o[Ts("0x15")]){const i=t[Ts("0x23")]().getContainedElement();if(r[Ts("0x46")](i))continue;n[Ts("0x38")](t),e=!0}}if(Ts("0x1d")==s&&Ts("0x9")==x&&!o[Ts("0x15")]){const t=n[Ts("0x2d")](a);t[Ts("0x2f")]&&t[Ts("0x2f")][Ts("0x19")]&&(n.discardSuggestion(t[Ts("0x2f")]),e=!0)}}}return e})),this._registerLegacyDescription(i)}[Ts("0x27")](t){const e=this.editor,n=e[Ts("0x2b")];e[Ts("0x20")][Ts("0x41")]("TrackChangesEditing")[Ts("0x2e")][Ts("0x36")]((e=>{if(Ts("0x22")!=e[Ts("0x1e")]&&Ts("0x11")!=e[Ts("0x1e")])return;const{data:r}=e;if(!r||Ts("0x7")!=r[Ts("0x2")])return;const i=r[Ts("0x49")][0][Ts("0x48")];return o="side"===i?Jr(n,Ts("0x0")):t[i]||i,{type:"format",content:Jr(n,Ts("0x2c"),o)};var o}))}}const Cs=["listenTo","Users","high","collaboration_features","value","forEach","commands","track_changes","_setSuggestionData","dataInsert","bind","importWord","_trackChangesValueDuringImport","trackChanges","TrackChangesEditing","editor","_handleImportedData","get","execute","lowest","plugins","_trackChangesExecuted"];var As,ks;As=Cs,ks=123,function(t){for(;--t;)As.push(As.shift())}(++ks);const Rs=function(t,e){return Cs[t-=0]};class Ss extends t.Plugin{constructor(t){super(t),this[Rs("0x15")]=!1,this[Rs("0x8")]=!1}afterInit(){const t=this[Rs("0x2")],e=t[Rs("0xf")][Rs("0x4")](Rs("0x14")),n=t[Rs("0xf")][Rs("0x4")](Rs("0x0"));e&&(e.on(Rs("0x5"),((t,[,e])=>{this[Rs("0x15")]=n[Rs("0xd")],e[Rs("0xc")][Rs("0x10")]=!this[Rs("0x15")]}),{priority:Rs("0xb")}),this[Rs("0x9")](e,Rs("0x12"),this[Rs("0x3")][Rs("0x13")](this)),this[Rs("0x9")](e,Rs("0x12"),(()=>{this[Rs("0x8")]&&(n[Rs("0x5")](),this[Rs("0x8")]=!1)}),{priority:Rs("0x6")}),t[Rs("0x7")][Rs("0x4")](Rs("0x1")).enableCommand(Rs("0x14")))}[Rs("0x3")](t,e){const{suggestions:n}=e,r=this.editor[Rs("0xf")][Rs("0x4")]("trackChanges"),i=r[Rs("0xd")];this._trackChangesValueDuringImport!==i&&(r[Rs("0x5")](),this[Rs("0x8")]=!0),n&&n[Rs("0xe")]((({id:t,type:e,author:n,created_at:r})=>{const i={id:t,type:e,authorId:this.editor[Rs("0x7")][Rs("0x4")](Rs("0xa")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:r?new Date(r):new Date,source:Rs("0x14")}}};this[Rs("0x2")].plugins[Rs("0x4")](Rs("0x1"))[Rs("0x11")](i)}))}}const Is=["registerAttributeLabel","get","type","editor","getItems","outdent","FORMAT_INDENT","indentBlock","format","IndentEditing","IndentBlock","_descriptionFactory","*Outdent:* %0","enableCommand","outdentBlock","locale","has","blockIndent","_registerLegacyDescription","_enableDefaultAttributesIntegration","TrackChangesEditing","_registerBlockAttribute","commandName","*Indent:* %0","plugins"];var Ns,vs;Ns=Is,vs=221,function(t){for(;--t;)Ns.push(Ns.shift())}(++vs);const Ls=function(t,e){return Is[t-=0]};class Ms extends t.Plugin{afterInit(){const t=this[Ls("0x7")],e=t[Ls("0x3")][Ls("0x5")](Ls("0x18"));if(t.plugins[Ls("0x14")](Ls("0xd"))&&(e[Ls("0x11")]("indent"),e[Ls("0x11")](Ls("0x9"))),t[Ls("0x3")][Ls("0x14")](Ls("0xe")))for(const t of[Ls("0xb"),"outdentBlock"])e[Ls("0x17")](t);const n=t[Ls("0x13")];e[Ls("0x0")](Ls("0x15")),e._descriptionFactory[Ls("0x4")](Ls("0x15"),Jr(n,Ls("0xa"))),this[Ls("0x16")]()}_registerLegacyDescription(){const t=this[Ls("0x7")],e=t[Ls("0x13")],n=t[Ls("0x3")][Ls("0x5")]("TrackChangesEditing");n[Ls("0xf")].registerDescriptionCallback((t=>{if("formatBlock"!=t[Ls("0x6")])return;const{data:r}=t;if(!r)return;if(Ls("0xb")!=r[Ls("0x1")]&&"outdentBlock"!=r[Ls("0x1")])return;const i=t[Ls("0x8")]()[0],o=n[Ls("0xf")].getItemLabel(i);return"indentBlock"==r[Ls("0x1")]?{type:Ls("0xc"),content:Jr(e,Ls("0x2"),o)}:Ls("0x12")==r[Ls("0x1")]?{type:Ls("0xc"),content:Jr(e,Ls("0x10"),o)}:void 0}))}}var ws,Os,Fs=["plugins","init","editor","requires","TrackChangesEditing","enableCommand","get"];ws=Fs,Os=409,function(t){for(;--t;)ws.push(ws.shift())}(++Os);var Ds=function(t,e){return Fs[t-=0]};class Bs extends t.Plugin{static get[Ds("0x0")](){return[qi.Input]}[Ds("0x5")](){this[Ds("0x6")][Ds("0x4")][Ds("0x3")](Ds("0x1"))[Ds("0x2")]("input")}}const Ps=["manualDecorators","_descriptionFactory","editor","unlink","toLowerCase","format","get","linkHref","_enableDefaultAttributesIntegration","locale","registerDescriptionCallback","commandName","map","LinkEditing","*Remove link*","formatInline","*Set link:* %0","commandParams","has","link (","TrackChangesEditing","afterInit","link","_registerLegacyDescription","type","registerAttributeLabel","label"];var Us,js;Us=Ps,js=495,function(t){for(;--t;)Us.push(Us.shift())}(++js);const Gs=function(t,e){return Ps[t-=0]};class Vs extends t.Plugin{[Gs("0xc")](){const t=this.editor;if(!t.plugins[Gs("0x9")](Gs("0x4")))return;const e=t.plugins.get(Gs("0xb")),n=t.commands.get("link");e[Gs("0x1a")]("link",["linkHref",...n[Gs("0x12")][Gs("0x3")]((t=>t.id))]),e[Gs("0x1a")](Gs("0x15"));for(const t of n[Gs("0x12")])e[Gs("0x13")][Gs("0x10")](t.id,Gs("0xa")+t[Gs("0x11")][Gs("0x16")]()+")");e._descriptionFactory[Gs("0x1")]((e=>{if("attribute"!=e[Gs("0xf")])return;const{data:n}=e;if(!n||Gs("0x19")!=n.key)return;const r=n.newValue,i=t.locale;return{type:"format",content:null==r?Jr(i,Gs("0x5")):Jr(i,Gs("0x7"),'"'+r+'"')}})),this[Gs("0xe")]()}[Gs("0xe")](){const t=this[Gs("0x14")],e=t[Gs("0x0")];t.plugins[Gs("0x18")]("TrackChangesEditing")[Gs("0x13")][Gs("0x1")]((t=>{if(Gs("0x6")!=t.type)return;const{data:n}=t;if(n){if(Gs("0xd")==n.commandName){const t=n[Gs("0x8")][0];return{type:Gs("0x17"),content:Jr(e,Gs("0x7"),'"'+t+'"')}}return Gs("0x15")==n[Gs("0x2")]?{type:Gs("0x17"),content:Jr(e,Gs("0x5"))}:void 0}}))}}const Hs=["has","model","*Uncheck item*","enableCommand","registerDescriptionCallback","value","selection","markBlockFormat","formatInline","*Outdent:* %0","numberedList","createPositionAt","ELEMENT_BULLETED_LIST","slice","plugins","locale","findIndex","registerElementLabel","format","bulletedList","name","replace","change","LegacyTodoListEditing","execute","type","document","todoList","*Indent:* %0","outdentList","blockName","checkTodoList","getSelectedBlocks","listItem","List","element","LegacyListEditing","commands","end","todoListChecked","before","nextSibling","numbered","listType","editor","forceValue","from","todo","length","afterInit","schema","add","indentList","ELEMENT_LIST_ITEM","*Change to:* %0","_descriptionFactory","filter","ELEMENT_NUMBERED_LIST","commandParams","commandName","formatBlock","previousSibling","createRange","TrackChangesEditing","listIndent","getAttribute","get"];var zs,Ws;zs=Hs,Ws=250,function(t){for(;--t;)zs.push(zs.shift())}(++Ws);const Ks=function(t,e){return Hs[t-=0]};class qs extends t.Plugin{[Ks("0x0")](){const t=this[Ks("0x3e")],e=t[Ks("0x21")];if(!t[Ks("0x20")][Ks("0x12")](Ks("0x36")))return;const n=t[Ks("0x20")][Ks("0x11")](Ks("0xe")),r=t[Ks("0x20")][Ks("0x12")](Ks("0x29"));function i(e){return()=>{const r=t[Ks("0x13")][Ks("0x2c")][Ks("0x18")],i=t[Ks("0x37")][Ks("0x11")](e);if(i[Ks("0x17")])return void t[Ks("0x2a")]("paragraph",{});const o=e[Ks("0x1f")](0,-4),s=function(t,e,n){let r=Array[Ks("0x40")](t).filter((t=>{return e=t,(r=n).checkChild(e.parent,Ks("0x33"))&&!r.isObject(e);var e,r}));r=r.filter((t=>!t.is(Ks("0x35"),Ks("0x33"))||t[Ks("0x10")](Ks("0x3d"))!=e));const i=new Set;for(const t of r)t.is(Ks("0x35"),Ks("0x33"))?i[Ks("0x2")](Xs(t)):i[Ks("0x2")](t);return Array[Ks("0x40")](i)}(r.getSelectedBlocks(),o,t[Ks("0x13")][Ks("0x1")]);t.model[Ks("0x28")]((()=>{for(const t of s)n.markBlockFormat(t,{commandName:e,commandParams:[{forceValue:!i[Ks("0x17")]}],formatGroupId:Ks("0x30")},$s(t))}))}}function o(e){return()=>{const r=function(t){let e=Array[Ks("0x40")](t);const n=e[Ks("0x22")]((t=>"listItem"!=t[Ks("0x26")]));return n>-1&&(e=e[Ks("0x1f")](0,n)),e}(t[Ks("0x13")].document[Ks("0x18")][Ks("0x32")]()),i=t.model[Ks("0xd")](t[Ks("0x13")][Ks("0x1d")](r[0],Ks("0x3a")),t.model[Ks("0x1d")](r[r[Ks("0x42")]-1],Ks("0x38")));t.model[Ks("0x28")]((()=>{n.markBlockFormat(i,{commandName:e,commandParams:[],formatGroupId:Ks("0xf")},function(t){const e=new Set;for(const n of t){let t=n[Ks("0x3b")];for(;t&&t.getAttribute("listIndent")>n[Ks("0x10")](Ks("0xf"));)e[Ks("0x2")](t),t=t[Ks("0x3b")]}return Array[Ks("0x40")](e)}(r))}))}}n.enableCommand(Ks("0x1c"),i(Ks("0x1c"))),n[Ks("0x15")](Ks("0x25"),i("bulletedList")),r&&n[Ks("0x15")](Ks("0x2d"),i(Ks("0x2d"))),n[Ks("0x15")](Ks("0x3"),o(Ks("0x3"))),n[Ks("0x15")](Ks("0x2f"),o("outdentList")),r&&n[Ks("0x15")]("checkTodoList",(()=>{const e=t.commands[Ks("0x11")](Ks("0x31")),r=Array[Ks("0x40")](e._selectedElements);r[Ks("0x7")]((t=>t[Ks("0x10")](Ks("0x39"))!=e[Ks("0x17")])),t[Ks("0x13")][Ks("0x28")]((()=>{for(const t of r)n[Ks("0x19")](t,{commandName:Ks("0x31"),commandParams:[{forceValue:!e.value}]})}))})),n[Ks("0x6")][Ks("0x23")](Ks("0x33"),(t=>Jr(e,Ks("0x4"),t))),n[Ks("0x6")][Ks("0x16")]((t=>{if(Ks("0xb")!=t[Ks("0x2b")]&&Ks("0x1a")!=t.type)return;const{data:n}=t;if(n){if(Ks("0x1c")==n[Ks("0xa")]||Ks("0x25")==n[Ks("0xa")]||Ks("0x2d")==n[Ks("0xa")])switch(n[Ks("0xa")][Ks("0x27")](Ks("0x34"),"")){case"bulleted":return r(Jr(e,Ks("0x1e")));case Ks("0x3c"):return r(Jr(e,Ks("0x8")));case Ks("0x41"):return r(Jr(e,"ELEMENT_TODO_LIST"))}if(Ks("0x3")==n.commandName)return{type:"format",content:Jr(e,Ks("0x2e"),Jr(e,"ELEMENT_LIST_ITEM"))};if(Ks("0x2f")==n[Ks("0xa")])return{type:"format",content:Jr(e,Ks("0x1b"),Jr(e,Ks("0x4")))};if(Ks("0x31")==n[Ks("0xa")])return n[Ks("0x9")][0][Ks("0x3f")]?{type:Ks("0x24"),content:Jr(e,"*Check item*")}:{type:"format",content:Jr(e,Ks("0x14"))}}function r(t){return{type:Ks("0x24"),content:Jr(e,Ks("0x5"),t)}}}))}}function Xs(t){const e=t[Ks("0x10")](Ks("0xf"));if(0==e)return t;let n=t;for(;t[Ks("0xc")]&&t[Ks("0xc")].is(Ks("0x35"),"listItem");){const r=t.previousSibling[Ks("0x10")](Ks("0xf"));if(r==e)n=t.previousSibling;else if(r<e)break;t=t.previousSibling}return n}function $s(t){const e=[];if(t.is(Ks("0x35"),Ks("0x33"))&&t[Ks("0x10")]("listIndent")>0){let n=t[Ks("0x3b")];for(;n&&"listItem"==n[Ks("0x26")]&&n.getAttribute(Ks("0xf"))==t.getAttribute(Ks("0xf"));)e.push(n),n=n.nextSibling}return e}const Zs=["LegacyListUtils","listType","commandName","handleListStartCommand","commandParams","formatInline","backward","startIndex","getFirstPosition","document","getSelectedBlocks","handleListReversedCommand","*Format:* set start index to %0","get","styles","config","getSiblingNodes","editor","filter","listItem","numbered","forward","getLastPosition","model","formatBlock","_getTranslationKeyForListStyle","map","getListTypeFromListStyleType","selection","getAttribute","flat","locale","createRange","_getSuggestionBlocks","listStart","replace","type","listReversed","bind","push","format","listStyle","plugins","_getSuggestionBlocksForListStyle","list.properties","before","markMultiRangeBlockFormat","createPositionAt","reversed","TrackChangesEditing","_LIST_","length","registerDescriptionCallback","has","element","parent","handleListStyleCommand","*Format:* set order to reversed","change","handleDescriptions","_descriptionFactory","toUpperCase","ELEMENT_"];var Ys,Js;Ys=Zs,Js=351,function(t){for(;--t;)Ys.push(Ys.shift())}(++Js);const Qs=function(t,e){return Zs[t-=0]};class tx extends t.Plugin{afterInit(){if(!this.editor[Qs("0x6")][Qs("0x11")]("LegacyListPropertiesEditing"))return;const t=this[Qs("0x2c")][Qs("0x2a")][Qs("0x28")](Qs("0x8")),e=this[Qs("0x2c")].plugins[Qs("0x28")](Qs("0xd"));t[Qs("0x29")]&&e.enableCommand(Qs("0x5"),this[Qs("0x14")][Qs("0x2")](this)),t[Qs("0xc")]&&e.enableCommand("listReversed",this[Qs("0x26")].bind(this)),t[Qs("0x22")]&&e.enableCommand(Qs("0x3d"),this[Qs("0x1e")][Qs("0x2")](this)),e[Qs("0x18")][Qs("0x10")](this[Qs("0x17")].bind(this))}[Qs("0x14")](t,e={}){const n=this.editor[Qs("0x6")][Qs("0x28")]("TrackChangesEditing"),r=this[Qs("0x7")]();this[Qs("0x2c")].model.change((()=>{n[Qs("0xa")](r,{commandName:Qs("0x5"),commandParams:[{type:e.type}],formatGroupId:Qs("0x5")})}))}[Qs("0x26")](t,e={}){const n=this[Qs("0x2c")][Qs("0x6")][Qs("0x28")](Qs("0xd")),r=this[Qs("0x3c")]((t=>t.is(Qs("0x12"),"listItem")&&"numbered"===t[Qs("0x38")](Qs("0x1c"))));if(r.length<1)return;const i=r[Qs("0x35")]((t=>this[Qs("0x2c")][Qs("0x32")][Qs("0x3b")](this[Qs("0x2c")].model[Qs("0xb")](t,Qs("0x9")),this.editor.model[Qs("0xb")](t,0))));this.editor[Qs("0x32")][Qs("0x16")]((()=>{n[Qs("0xa")](i,{commandName:Qs("0x1"),commandParams:[{reversed:e[Qs("0xc")]}],formatGroupId:Qs("0x1")})}))}handleListStartCommand(t,e={}){const n=this[Qs("0x2c")][Qs("0x6")][Qs("0x28")](Qs("0xd")),r=this[Qs("0x3c")]((t=>t.is(Qs("0x12"),Qs("0x2e"))&&Qs("0x2f")===t.getAttribute(Qs("0x1c"))));if(r[Qs("0xf")]<1)return;const i=r[Qs("0x35")]((t=>this.editor.model[Qs("0x3b")](this.editor[Qs("0x32")][Qs("0xb")](t,Qs("0x9")),this.editor[Qs("0x32")][Qs("0xb")](t,0))));this[Qs("0x2c")][Qs("0x32")][Qs("0x16")]((()=>{n[Qs("0xa")](i,{commandName:"listStart",commandParams:[{startIndex:e[Qs("0x22")]}],formatGroupId:Qs("0x3d")})}))}handleDescriptions(t){if(Qs("0x33")!=t[Qs("0x0")]&&Qs("0x20")!=t.type)return;const e=this[Qs("0x2c")][Qs("0x3a")],{data:n}=t;if(!n)return;let r,i;switch(n[Qs("0x1d")]){case"listStyle":r="*Change to:* %0",i={type:"format",content:Jr(e,r,Jr(e,this[Qs("0x34")](n[Qs("0x1f")][0].type)))};break;case Qs("0x1"):r=n[Qs("0x1f")][0][Qs("0xc")]?Qs("0x15"):"*Format:* set order to regular",i={type:"format",content:Jr(e,r)};break;case Qs("0x3d"):r=Qs("0x27"),i={type:Qs("0x4"),content:Jr(e,r,n[Qs("0x1f")][0][Qs("0x22")])}}return i}[Qs("0x7")](){var t,e,n,r;const i=this.editor[Qs("0x6")].get(Qs("0x1b"));let o=Array.from(this[Qs("0x2c")][Qs("0x32")][Qs("0x24")][Qs("0x37")][Qs("0x25")]());return(null===(t=o[0])||void 0===t?void 0:t.is(Qs("0x12"),Qs("0x2e")))&&o.unshift(...i[Qs("0x2b")](this.editor[Qs("0x32")][Qs("0x24")].selection[Qs("0x23")](),"backward")),(null===(e=o[o[Qs("0xf")]-1])||void 0===e?void 0:e.is(Qs("0x12"),"listItem"))&&o[Qs("0x3")](...i[Qs("0x2b")](this.editor.model.document.selection[Qs("0x31")](),Qs("0x30"))),o=[...new Set(o)],(null===(r=null===(n=this[Qs("0x2c")][Qs("0x32")][Qs("0x24")][Qs("0x37")].getFirstPosition())||void 0===n?void 0:n[Qs("0x13")])||void 0===r?void 0:r.is(Qs("0x12"),Qs("0x2e")))&&(o=o[Qs("0x2d")]((t=>t.is(Qs("0x12"),"listItem")))),o}[Qs("0x3c")](t){const e=this.editor[Qs("0x6")][Qs("0x28")](Qs("0x1b"));let n=Array.from(this[Qs("0x2c")][Qs("0x32")][Qs("0x24")][Qs("0x37")].getSelectedBlocks()).filter(t)[Qs("0x35")]((t=>{const n=this.editor[Qs("0x32")][Qs("0xb")](t,0);return[...e[Qs("0x2b")](n,Qs("0x21")),...e[Qs("0x2b")](n,"forward")]}))[Qs("0x39")]();return n=[...new Set(n)],n}[Qs("0x34")](t){return Qs("0x1a")+this.editor[Qs("0x6")][Qs("0x28")](Qs("0x1b"))[Qs("0x36")](t)[Qs("0x19")]()+Qs("0xe")+t.toUpperCase()[Qs("0x3e")](/-/g,"_")}}const ex=["MediaEmbedEditing","afterInit","_descriptionFactory","conversion","TrackChangesEditing","dataDowncast","options","stop","data","for","enableCommand","showSuggestionHighlights","media","plugins","mediaEmbed","high","editor","ELEMENT_MEDIA","get","locale","createEmptyElement","has"];var nx,rx;nx=ex,rx=135,function(t){for(;--t;)nx.push(nx.shift())}(++rx);const ix=function(t,e){return ex[t-=0]};class ox extends t.Plugin{[ix("0x14")](){const t=this[ix("0xd")];if(!t.plugins[ix("0x12")](ix("0x13")))return;const e=t[ix("0xa")][ix("0xf")](ix("0x1")),n=t[ix("0x10")];e[ix("0x7")](ix("0xb")),e[ix("0x15")].registerElementLabel("media",(t=>Jr(n,ix("0xe"),t))),t[ix("0x0")][ix("0x6")](ix("0x2")).elementToElement({model:ix("0x9"),view:(t,{writer:e,options:n})=>{if(n[ix("0x8")])return e[ix("0x11")]("div")},converterPriority:"high"}),t[ix("0x5")].downcastDispatcher.on("attribute:url:media",((t,e,n)=>{n[ix("0x3")][ix("0x8")]&&t[ix("0x4")]()}),{priority:ix("0xc")})}}const sx=["TrackChangesEditing","has","plugins","enableCommand","editor","MentionEditing"];var xx,ax;xx=sx,ax=462,function(t){for(;--t;)xx.push(xx.shift())}(++ax);const cx=function(t,e){return sx[t-=0]};class lx extends t.Plugin{afterInit(){const t=this[cx("0x4")];t[cx("0x2")][cx("0x1")](cx("0x5"))&&t[cx("0x2")].get(cx("0x0"))[cx("0x3")]("mention")}}const ux=["locale","ELEMENT_PAGE_BREAK","_descriptionFactory","get","has","registerElementLabel","plugins","TrackChangesEditing","afterInit","PageBreakEditing","editor","pageBreak"];var dx,gx;dx=ux,gx=345,function(t){for(;--t;)dx.push(dx.shift())}(++gx);const fx=function(t,e){return ux[t-=0]};class hx extends t.Plugin{[fx("0xb")](){const t=this[fx("0x1")];if(!t[fx("0x9")][fx("0x7")](fx("0x0")))return;t[fx("0x9")][fx("0x6")](fx("0xa")).enableCommand("pageBreak");const e=t[fx("0x9")].get(fx("0xa")),n=t[fx("0x3")];e[fx("0x5")][fx("0x8")](fx("0x2"),(t=>Jr(n,fx("0x4"),t)))}}const mx=["downcastDispatcher","consume","type","consumable","_enableDefaultAttributesIntegration","mapper","nodeAfter","has","isLimit","model","locale","options","insertion","Paragraph","ELEMENT_PARAGRAPH","bindElementToMarker","markerName","registerDescriptionCallback","commandName","formatBlock","registerElementLabel","includes","markerRange","paragraph","get","activeMarkers","getItemLabel","afterInit","editor","isBlock","_descriptionFactory","isTouching","span","highest","addMarker:suggestion:insertion","insert","addClass","TrackChangesEditing","writer","enableCommand","format","$text","_registerLegacyDescription","end","editing","showSuggestionHighlights","checkChild","plugins"];var px,bx;px=mx,bx=424,function(t){for(;--t;)px.push(px.shift())}(++bx);const Ex=function(t,e){return mx[t-=0]};class _x extends t.Plugin{[Ex("0x23")](){const t=this.editor;if(!t[Ex("0x7")][Ex("0xf")](Ex("0x15")))return;const e=t[Ex("0x12")],n=t[Ex("0x7")][Ex("0x20")](Ex("0x2d"));n[Ex("0x26")][Ex("0x1c")](Ex("0x1f"),(t=>Jr(e,Ex("0x16"),t))),n[Ex("0xc")](Ex("0x1f")),n[Ex("0x2f")]("insertParagraph"),t[Ex("0x4")].downcastDispatcher.on(Ex("0x2a"),Tx(t),{priority:Ex("0x29")}),t.data[Ex("0x8")].on(Ex("0x2a"),((e,n,r)=>{r[Ex("0x13")][Ex("0x5")]&&Tx(t,{showActiveMarker:!1})(e,n,r)}),{priority:Ex("0x29")});const r=n[Ex("0x26")];r[Ex("0x19")]((n=>{if(Ex("0x14")!==n[Ex("0xa")])return;const{start:i,end:o}=n.getFirstRange();if(!i[Ex("0x27")](o)||!i[Ex("0xe")])return;const s=t[Ex("0x11")].schema,x=i[Ex("0xe")];return s.isBlock(x)&&!s[Ex("0x10")](x)&&s[Ex("0x6")](x,Ex("0x1"))?{type:"insertion",content:Jr(e,"*Insert:* %0",r[Ex("0x22")](x,1))}:void 0})),this[Ex("0x2")]()}[Ex("0x2")](){const t=this[Ex("0x24")],e=t.locale;t[Ex("0x7")].get(Ex("0x2d"))[Ex("0x26")][Ex("0x19")]((t=>{if(Ex("0x1b")!=t.type)return;const{data:n}=t;return n&&Ex("0x1f")==n[Ex("0x1a")]?{type:Ex("0x0"),content:Jr(e,"*Change to:* %0",Jr(e,Ex("0x16")))}:void 0}))}}function Tx(t,{showActiveMarker:e=!0}={}){return(n,r,i)=>{const o=t[Ex("0x7")][Ex("0x20")](Ex("0x2d")),s=r[Ex("0x1e")].start,x=r[Ex("0x1e")][Ex("0x3")],a=t[Ex("0x11")].schema;if(!s[Ex("0x27")](x)||!s[Ex("0xe")])return;const c=s[Ex("0xe")];if(a[Ex("0x25")](c)&&!a.isLimit(c)&&a[Ex("0x6")](c,Ex("0x1"))){if(!i[Ex("0xb")][Ex("0x9")](r[Ex("0x1e")],n.name))return;const t=i[Ex("0x2e")].createUIElement(Ex("0x28"),{class:"ck-suggestion-marker-split"}),s=i.mapper.toViewPosition(x);e&&o[Ex("0x21")][Ex("0x1d")](r[Ex("0x18")])&&i[Ex("0x2e")][Ex("0x2c")]("ck-suggestion-marker--active",t),i[Ex("0x2e")][Ex("0x2b")](s,t),i[Ex("0xd")][Ex("0x17")](t,r[Ex("0x18")])}}}const yx=["format","plugins","type","_registerLegacyDescription","locale","TrackChangesEditing","afterInit","has","RemoveFormatEditing","_descriptionFactory","_enableDefaultAttributesIntegration","registerDescriptionCallback","get","commandName","formatBlock","removeFormat"];var Cx,Ax;Cx=yx,Ax=204,function(t){for(;--t;)Cx.push(Cx.shift())}(++Ax);const kx=function(t,e){return yx[t-=0]};class Rx extends t.Plugin{[kx("0xa")](){const t=this.editor;t[kx("0x5")][kx("0xb")](kx("0xc"))&&(t[kx("0x5")][kx("0x0")](kx("0x9"))[kx("0xe")](kx("0x3")),this[kx("0x7")]())}[kx("0x7")](){const t=this.editor;t.plugins[kx("0x0")](kx("0x9"))[kx("0xd")][kx("0xf")]((e=>{if(kx("0x2")!=e.type&&"formatInline"!=e[kx("0x6")])return;const{data:n}=e;return n&&kx("0x3")==n[kx("0x1")]?{type:kx("0x4"),content:Jr(t[kx("0x8")],"*Remove all formatting*")}:void 0}))}}const Sx=["get","afterInit","discardSuggestion","RestrictedEditingModeEditing","plugins","discardAllSuggestions","trackChanges","TrackChangesEditing","acceptSuggestion","enableCommand","discardSelectedSuggestions","editor"];var Ix,Nx;Ix=Sx,Nx=390,function(t){for(;--t;)Ix.push(Ix.shift())}(++Nx);const vx=function(t,e){return Sx[t-=0]};class Lx extends t.Plugin{[vx("0x7")](){const t=this[vx("0x5")];if(!t[vx("0xa")].has(vx("0x9")))return;const e=t[vx("0xa")][vx("0x6")](vx("0x1"));e[vx("0x3")]("goToPreviousRestrictedEditingException"),e[vx("0x3")]("goToNextRestrictedEditingException");const n=t[vx("0xa")][vx("0x6")](vx("0x9"));n.enableCommand(vx("0x0")),n[vx("0x3")](vx("0x2")),n[vx("0x3")](vx("0x8")),n[vx("0x3")]("acceptAllSuggestions"),n[vx("0x3")](vx("0xb")),n[vx("0x3")]("acceptSelectedSuggestions"),n[vx("0x3")](vx("0x4"))}}const Mx=["insert","addMarker:suggestion","ck-suggestion-marker--active","includes","split","markerName","consumable","high","markerRange","writer","editor","shiftEnter","data","bindElementToMarker","editing","ELEMENT_LINE_BREAK","options","getItems","createPositionBefore","activeMarkers","ck-suggestion-marker-","toViewPosition","softBreak","locale","element","span","addMarker:suggestion:deletion","enableCommand","createUIElement","merge","mapper","test","init","plugins","downcastDispatcher","registerElementLabel","_descriptionFactory","get"];var wx,Ox;wx=Mx,Ox=178,function(t){for(;--t;)wx.push(wx.shift())}(++Ox);const Fx=function(t,e){return Mx[t-=0]};class Dx extends t.Plugin{static get requires(){return[Eo.ShiftEnter]}[Fx("0x6")](){const t=this[Fx("0x16")],e=t[Fx("0x7")][Fx("0xb")]("TrackChangesEditing");e[Fx("0x1")](Fx("0x17")),t[Fx("0x1a")][Fx("0x8")].on("addMarker:suggestion:insertion",Bx(t),{priority:Fx("0x13")}),t.editing.downcastDispatcher.on(Fx("0x0"),Bx(t),{priority:Fx("0x13")}),t[Fx("0x18")][Fx("0x8")].on(Fx("0xd"),((e,n,r)=>{r[Fx("0x1c")].showSuggestionHighlights&&Bx(t,{showActiveMarker:!1})(e,n,r)})),e[Fx("0xa")][Fx("0x9")](Fx("0x22"),(e=>Jr(t[Fx("0x23")],Fx("0x1b"),e)))}}function Bx(t,{showActiveMarker:e=!0}={}){return(n,r,i)=>{const o=t[Fx("0x7")].get("TrackChangesEditing");if(!i[Fx("0x12")][Fx("0x5")](r.markerRange,n.name))return;const s=t.model;for(const t of r[Fx("0x14")][Fx("0x1d")]()){if(!t.is(Fx("0x24"),Fx("0x22")))continue;const n="deletion"==r.markerName[Fx("0x10")](":")[1]?Fx("0x3"):"split",x=i[Fx("0x15")][Fx("0x2")](Fx("0x25"),{class:Fx("0x20")+n}),a=i[Fx("0x4")][Fx("0x21")](s[Fx("0x1e")](t));e&&o[Fx("0x1f")][Fx("0xf")](r[Fx("0x11")])&&i[Fx("0x15")].addClass(Fx("0xe"),x),i[Fx("0x15")][Fx("0xc")](a,x),i[Fx("0x4")][Fx("0x19")](x,r.markerName)}}}const Px=["get","FORMAT_RESTRICTED_ENABLED","_descriptionFactory","change","restrictedEditingException","formatBlock","isCollapsed","markInlineFormat","StandardEditingModeEditing","TrackChangesEditing","has","selection","enableCommand","FORMAT_RESTRICTED_DISABLED","plugins","from","forceValue","commandName","commandParams","formatInline","registerDescriptionCallback","editor","model","getRanges","commands"];var Ux,jx;Ux=Px,jx=164,function(t){for(;--t;)Ux.push(Ux.shift())}(++jx);const Gx=function(t,e){return Px[t-=0]};class Vx extends t.Plugin{afterInit(){const t=this[Gx("0x7")],e=t[Gx("0x8")],n=t.locale;if(!t.plugins[Gx("0x15")](Gx("0x13")))return;const r=t[Gx("0x0")][Gx("0xb")](Gx("0x14")),i=Gx("0xf"),o=t[Gx("0xa")][Gx("0xb")](i);r[Gx("0x17")](i,((t,n={})=>{const s=e.document[Gx("0x16")];if(s[Gx("0x11")])return void t(n);const x=void 0!==n[Gx("0x2")]?n[Gx("0x2")]:!o.value;e[Gx("0xe")]((()=>{const t=Array[Gx("0x1")](s[Gx("0x9")]());for(const n of t){const t=x?[n]:Ji(i,n,e);for(const e of t)r[Gx("0x12")](e,{commandName:i,commandParams:[{forceValue:x}]})}}))})),r[Gx("0xd")][Gx("0x6")]((t=>{if(Gx("0x10")!=t.type&&Gx("0x5")!=t.type)return;const{data:e}=t;return e&&e[Gx("0x3")]==i?e[Gx("0x4")][0][Gx("0x2")]?{type:"format",content:Jr(n,Gx("0xc"))}:{type:"format",content:Jr(n,Gx("0x18"))}:void 0}))}}const Hx=["has","_registerInlineAttribute","plugins","definitions","Style","type","commandParams","registerDescriptionCallback","StyleUtils","get","ghsAttributes","_registerBlockAttribute","_registerLegacyDescription","DataSchema","locale","_descriptionFactory","afterInit","forceValue","formatInline","format","config","element","style","editor","styleName","add","registerAttributeLabel","FORMAT_STYLE","GeneralHtmlSupport","toLowerCase"];var zx,Wx;zx=Hx,Wx=489,function(t){for(;--t;)zx.push(zx.shift())}(++Wx);const Kx=function(t,e){return Hx[t-=0]};class qx extends t.Plugin{[Kx("0x7")](){const t=this[Kx("0xe")];if(!t.plugins.has(Kx("0x19"))||!t[Kx("0x17")][Kx("0x15")](Kx("0x4")))return;const e=t[Kx("0x17")][Kx("0x0")]("TrackChangesEditing"),n=t[Kx("0x5")],r=t[Kx("0xb")][Kx("0x0")](Kx("0xd")),i=t[Kx("0x17")][Kx("0x0")](Kx("0x13")),o=t.plugins[Kx("0x0")](Kx("0x1d")).normalizeConfig(t[Kx("0x17")].get(Kx("0x4")),r[Kx("0x18")]);e._enableDefaultAttributesIntegration("style");const s=new Set;for(const t of o.block){const e=i.getGhsAttributeNameForElement(t.element);s[Kx("0x10")](e)}const x=new Set;for(const t of o.inline){const e=i.getGhsAttributeNameForElement(t[Kx("0xc")]);x[Kx("0x10")](e);for(const e of t[Kx("0x1")])x[Kx("0x10")](e)}for(const t of s)e[Kx("0x2")](t),e[Kx("0x6")].registerAttributeLabel(t,Jr(n,Kx("0x12")));for(const t of x)e[Kx("0x16")](t),e[Kx("0x6")][Kx("0x11")](t,Jr(n,"FORMAT_STYLE"));this[Kx("0x3")]()}[Kx("0x3")](){const t=this[Kx("0xe")],e=t.locale;t[Kx("0x17")].get("TrackChangesEditing")[Kx("0x6")][Kx("0x1c")]((t=>{if("formatBlock"!=t[Kx("0x1a")]&&Kx("0x9")!=t[Kx("0x1a")])return;const{data:n}=t;return n&&Kx("0xd")===n.commandName?n[Kx("0x1b")][0][Kx("0x8")]?{type:Kx("0xa"),content:Jr(e,"*Set format:* %0",n[Kx("0x1b")][0][Kx("0xf")][Kx("0x14")]())}:{type:Kx("0xa"),content:Jr(e,"*Remove format:* %0",n.commandParams[0][Kx("0xf")][Kx("0x14")]())}:void 0}))}}const Xx=["getAttribute","markMultiRangeDeletion","removeTableColumn","isArray","type","max","_setupColumnsRowsFixing","add","_getCoordsForCells","findAncestor","getRowIndexes","getItems","getSelectionAffectedTableCells","insertTableRowBelow","position","getChanges","rootName","_suggestionFactory","getCellLocation","insertTableColumnRight","TableUtils","values","_descriptionFactory","writer","tableCell","start","toViewElement","insert","deletion","includes","$textProxy","root","differ","classes","tablePaste","downcastDispatcher","getFirstRange","get","editor","_splitMarkerName","oldRange","execute","options","order","name","enableCommand","ELEMENT_TABLE","refresh","MAX_SAFE_INTEGER","addRange","isTouching","getSuggestion","push","commands","span","afterInit","fromRange","data","insertTable","last","min","addClass","_tablePostFixingSubtypes","$graveyard","map","rowspan","registerCustomCallback","createPositionAt","subType","detach","getColumnIndexes","_getSuggestionCoords","left","markMultiRangeInsertion","insertTableRowAbove","*Remove:* %0","ELEMENT_TABLE_WITH_TEXT","createRangeIn","first","ELEMENT_TABLE_ROW_WITH_TEXT","plugins","isEqual","document","setSelection","from","filter","getRanges","insertion","substr","above","nodeAfter","low","join","hasAttribute","maxRow","getChangedMarkers","change:data","TableEditing","createTableWalker","MIN_SAFE_INTEGER","TrackChangesEditing","end","change","removeTableRow","highest","model","tableRow","isInContent","toLowerCase","registerDescriptionCallback","insertTableColumnLeft","has","mapper","removeClass","table","ELEMENT_TABLE_COLUMN_WITH_TEXT","_acceptFormatSuggestionCallbackFactory","cell","createRangeOn","_tableSuggestions","*Insert:* %0","length","element","ELEMENT_TABLE_COLUMN","tableColumn","selection","selectTableRow","some","colspan","discard","minRow"];var $x,Zx;$x=Xx,Zx=465,function(t){for(;--t;)$x.push($x.shift())}(++Zx);const Yx=function(t,e){return Xx[t-=0]};class Jx extends t.Plugin{constructor(t){super(t),this[Yx("0x79")]=["tableRow","tableColumn"],this._tableSuggestions=new Set}[Yx("0x72")](){const t=this.editor,e=t[Yx("0x21")][Yx("0xa")][Yx("0x35")];if(!t[Yx("0x8")][Yx("0x27")](Yx("0x19")))return;const n=t.locale,r=t[Yx("0x8")][Yx("0x60")](Yx("0x1c")),i=t[Yx("0x8")][Yx("0x60")](Yx("0x4f"));r[Yx("0x51")].registerElementLabel(Yx("0x2a"),(t=>Jr(n,Yx("0x69"),t))),this[Yx("0x41")](),r[Yx("0x68")](Yx("0x75")),r[Yx("0x68")](Yx("0x36")),r[Yx("0x68")]("selectTableColumn");for(const n of[Yx("0x2"),Yx("0x48")]){const o=t[Yx("0x70")].get(n);r[Yx("0x68")](n,(n=>{t[Yx("0x21")][Yx("0x1e")]((t=>{n();const s=Yx("0x11")===o[Yx("0x66")],x=i[Yx("0x47")](e),a=i[Yx("0x45")](x),c=s?a[Yx("0x6")]-1:a[Yx("0x76")]+1,l=x[0][Yx("0x44")](Yx("0x2a")),u=i[Yx("0x1a")](l,{startRow:c,endRow:c}),d=Array.from(u).map((e=>t[Yx("0x2e")](e.cell)));r[Yx("0x1")](d,"tableRow")}))}))}for(const n of[Yx("0x26"),Yx("0x4e")]){const o=t.commands[Yx("0x60")](n);r[Yx("0x68")](n,(n=>{t.model[Yx("0x1e")]((t=>{n();const s=Yx("0x0")===o[Yx("0x66")],x=i.getSelectionAffectedTableCells(e),a=i[Yx("0x81")](x),c=s?a[Yx("0x6")]-1:a.last+1,l=x[0][Yx("0x44")](Yx("0x2a")),u=i[Yx("0x1a")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array.from(u)[Yx("0x7b")]((e=>t.createRangeOn(e[Yx("0x2d")])));r[Yx("0x1")](d,Yx("0x34"))}))}))}for(const n of[Yx("0x1f"),Yx("0x3d")]){const o=n[Yx("0x10")](11),s=o[Yx("0x24")](),x=s[Yx("0x10")](0,3)+Yx("0x71"),a=Yx("0x2a")+o,c="min"+o,l=Yx("0x40")+o;r.enableCommand(n,(()=>{t[Yx("0x21")].change((t=>{const o=i[Yx("0x47")](e),u=o[0][Yx("0x44")](Yx("0x2a"));let d;if("removeTableRow"==n){const t=i[Yx("0x45")](o);d={startRow:t[Yx("0x6")],endRow:t[Yx("0x76")],includeAllSlots:!0}}else{const t=i.getColumnIndexes(o);d={startColumn:t[Yx("0x6")],endColumn:t.last,includeAllSlots:!0}}const g=i.createTableWalker(u,d),f=Array.from(g)[Yx("0x7b")]((({cell:t})=>t)),h=Qx(f[Yx("0xd")]((t=>t[Yx("0x15")](x)))),m=Qx(f[Yx("0xd")]((t=>!t.hasAttribute(x))))[Yx("0x7b")]((e=>t[Yx("0x2e")](e))),p=r[Yx("0x3c")](m,a);if(p&&(Yx("0x22")==p.subType||Yx("0x34")==p[Yx("0x7f")])){const e=this._getSuggestionCoords(p);for(const n of h){const r=t[Yx("0x2e")](n),o=i[Yx("0x4d")](n),a=n.getAttribute(x)-1,u=e[c],d=e[l];u<=o[s]&&o[s]+a<=d&&p[Yx("0x6c")](r)}}}))}))}function o(n){const r=Array[Yx("0xc")](e.getRanges())[Yx("0x7b")]((t=>s.LiveRange[Yx("0x73")](t)));t[Yx("0x21")][Yx("0x1e")]((e=>{const i=e.batch;n=n[Yx("0xd")]((t=>Yx("0x7a")!=t[Yx("0x5a")][Yx("0x4b")])),e[Yx("0xb")](n),t.commands[Yx("0x60")](Yx("0x1f"))[Yx("0x6a")](),t.execute(Yx("0x1f"),{forceDefaultExecution:!0}),t[Yx("0x21")].enqueueChange((()=>{t[Yx("0x21")].enqueueChange(i,(t=>{const e=r[Yx("0xd")]((t=>Yx("0x7a")!=t.root.rootName));e[Yx("0x31")]>0&&t[Yx("0xb")](e);for(const t of r)t[Yx("0x80")]()}))}))}))}function a(n){t.model[Yx("0x1e")]((r=>{const i=Array[Yx("0xc")](e.getRanges())[Yx("0x7b")]((t=>s.LiveRange[Yx("0x73")](t))),o=[];for(const t of n)for(const e of t.getItems({shallow:!0}))o.push(e);for(const e of o)Yx("0x7a")!=e[Yx("0x5a")].rootName&&(r.setSelection(r[Yx("0x7e")](e,0)),t[Yx("0x70")][Yx("0x60")]("removeTableColumn")[Yx("0x6a")](),t[Yx("0x64")](Yx("0x3d"),{forceDefaultExecution:!0}));const x=i[Yx("0xd")]((t=>"$graveyard"!=t[Yx("0x5a")][Yx("0x4b")]));x[Yx("0x31")]>0&&r[Yx("0xb")](x);for(const t of i)t[Yx("0x80")]()}))}function c(t,e){return e.every((e=>t[Yx("0x37")]((t=>t.end[Yx("0x9")](e[Yx("0x54")])||e.end.isEqual(t[Yx("0x54")])))))}function l(t,e){return t[Yx("0x37")]((t=>e[Yx("0x37")]((e=>t[Yx("0x1d")][Yx("0x6d")](e[Yx("0x54")])))))}t[Yx("0x74")][Yx("0x5e")].on("addMarker:suggestion",((t,e,n)=>{if(!n[Yx("0x65")].showSuggestionHighlights)return;const r=e.item;if(!r)return;const i=n[Yx("0x28")][Yx("0x55")](r);function o(t){return Array[Yx("0x3e")](t)?t:[t]}i&&"tableCell"===r[Yx("0x67")]&&(0,x.setHighlightHandling)(i,n[Yx("0x52")],((t,e,n)=>n[Yx("0x78")](o(e[Yx("0x5c")]),t)),((t,e,n)=>n[Yx("0x29")](o(e[Yx("0x5c")]),t)))}),{priority:Yx("0x20")}),r[Yx("0x51")].registerDescriptionCallback((t=>{if(Yx("0xf")!=t[Yx("0x3f")]&&Yx("0x57")!=t.type)return;const e=t.getContainedElement();if(null!=e&&e.is(Yx("0x32"),Yx("0x2a"))){if("insertion"==t[Yx("0x3f")]){const e=t[Yx("0x46")]()[Yx("0xd")]((t=>t.is(Yx("0x59"))))[Yx("0x7b")]((t=>t[Yx("0x74")]));if(e[Yx("0x31")])return{type:Yx("0xf"),content:Jr(n,"*Insert:* %0",Jr(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Yx("0x14")](" ")+'"'))}}if("deletion"==t[Yx("0x3f")]){const e=t[Yx("0x46")]()[Yx("0xd")]((t=>t.is(Yx("0x59"))))[Yx("0x7b")]((t=>t.data));if(e.length)return{type:Yx("0x57"),content:Jr(n,Yx("0x3"),Jr(n,Yx("0x4"),'"'+e[Yx("0x14")](" ")+'"'))}}}})),r[Yx("0x51")][Yx("0x25")]((t=>{if("tableRow"==t[Yx("0x7f")]){const e=t.getItems()[Yx("0xd")]((t=>t.is(Yx("0x59"))))[Yx("0x7b")]((t=>t[Yx("0x74")])),r=this[Yx("0x82")](t),i=r[Yx("0x16")]-r[Yx("0x3a")]+1;if(Yx("0xf")==t[Yx("0x3f")])return e[Yx("0x31")]?{type:"insertion",content:Jr(n,Yx("0x30"),Jr(n,Yx("0x7"),[i,'"'+e.join(" ")+'"']))}:{type:"insertion",content:Jr(n,Yx("0x30"),Jr(n,"ELEMENT_TABLE_ROW",i))};if("deletion"==t.type)return e.length?{type:Yx("0x57"),content:Jr(n,"*Remove:* %0",Jr(n,Yx("0x7"),[i,'"'+e[Yx("0x14")](" ")+'"']))}:{type:"deletion",content:Jr(n,Yx("0x3"),Jr(n,"ELEMENT_TABLE_ROW",i))}}if(Yx("0x34")==t[Yx("0x7f")]){const e=t[Yx("0x46")]()[Yx("0xd")]((t=>t.is(Yx("0x59"))))[Yx("0x7b")]((t=>t.data)),r=this._getSuggestionCoords(t),i=r.maxColumn-r.minColumn+1;if(Yx("0xf")==t[Yx("0x3f")])return e[Yx("0x31")]?{type:Yx("0xf"),content:Jr(n,Yx("0x30"),Jr(n,Yx("0x2b"),[i,'"'+e.join(" ")+'"']))}:{type:Yx("0xf"),content:Jr(n,Yx("0x30"),Jr(n,"ELEMENT_TABLE_COLUMN",i))};if(Yx("0x57")==t.type)return e[Yx("0x31")]?{type:Yx("0x57"),content:Jr(n,Yx("0x3"),Jr(n,Yx("0x2b"),[i,'"'+e.join(" ")+'"']))}:{type:Yx("0x57"),content:Jr(n,Yx("0x3"),Jr(n,Yx("0x33"),i))}}})),r[Yx("0x4c")].registerCustomCallback(Yx("0xf"),Yx("0x22"),Yx("0x39"),o),r[Yx("0x4c")][Yx("0x7d")](Yx("0x57"),Yx("0x22"),"accept",o),r[Yx("0x4c")][Yx("0x7d")](Yx("0xf"),"tableColumn","discard",a),r._suggestionFactory.registerCustomCallback(Yx("0x57"),Yx("0x34"),"accept",a),r[Yx("0x4c")][Yx("0x7d")](Yx("0xf"),"tableColumn",Yx("0x14"),c),r[Yx("0x4c")].registerCustomCallback("deletion",Yx("0x34"),"join",c),r._suggestionFactory.registerCustomCallback(Yx("0xf"),Yx("0x22"),Yx("0x14"),l),r[Yx("0x4c")].registerCustomCallback(Yx("0x57"),Yx("0x22"),Yx("0x14"),l)}[Yx("0x2c")](){const t=this[Yx("0x61")],e=t[Yx("0x21")][Yx("0xa")][Yx("0x35")];return(n,r)=>{t.model.change((i=>{const{commandName:o,commandParams:x}=r;let a=n[0].end.nodeBefore;x&&x[0]&&!1===x[0].forceValue&&(a=n[0][Yx("0x54")][Yx("0x12")]);const c=i[Yx("0x5")](a);if(Yx("0x7a")==c[Yx("0x5a")].rootName)return;const l=Array.from(e.getRanges())[Yx("0x7b")]((t=>s.LiveRange[Yx("0x73")](t)));i[Yx("0xb")](c),t.commands[Yx("0x60")](o)[Yx("0x6a")](),x[Yx("0x6f")]({forceDefaultExecution:!0}),t[Yx("0x64")](o,...x);const u=l.filter((t=>Yx("0x7a")!=t[Yx("0x5a")][Yx("0x4b")]));u[Yx("0x31")]>0&&i[Yx("0xb")](u);for(const t of l)t[Yx("0x80")]()}))}}_getCoordsForCells(t){const e=this[Yx("0x61")][Yx("0x8")].get(Yx("0x4f"));let n=Number[Yx("0x6b")],r=Number[Yx("0x1b")],i=Number[Yx("0x6b")],o=Number.MIN_SAFE_INTEGER;for(const s of t){if(Yx("0x7a")==s[Yx("0x5a")][Yx("0x4b")])continue;const{row:t,column:x}=e[Yx("0x4d")](s),a=s[Yx("0x15")](Yx("0x7c"))?s[Yx("0x3b")](Yx("0x7c"))-1:0,c=s.hasAttribute(Yx("0x38"))?s[Yx("0x3b")](Yx("0x38"))-1:0;n=t<n?t:n,r=t+a>r?t+a:r,i=x<i?x:i,o=x+c>o?x+c:o}return{minRow:n,maxRow:r,minColumn:i,maxColumn:o}}_setupColumnsRowsFixing(){const t=this.editor,e=t[Yx("0x8")][Yx("0x60")](Yx("0x1c")),n=t[Yx("0x8")][Yx("0x60")]("TableUtils");t[Yx("0x21")].document.on(Yx("0x18"),(()=>{const n=Array[Yx("0xc")](t[Yx("0x21")][Yx("0xa")][Yx("0x5b")][Yx("0x17")]());for(const{name:t,data:r}of n){const{group:n,id:i,subType:o}=e[Yx("0x62")](t);if("suggestion"!=n)continue;if(null!=r[Yx("0x63")])continue;const s=e[Yx("0x6e")](i);this[Yx("0x79")][Yx("0x58")](o)&&this._tableSuggestions[Yx("0x42")](s)}}),{priority:Yx("0x13")});const r=(t,e)=>{let r=!1;const i=e[Yx("0x2e")](t),o=t.findAncestor(Yx("0x2a")),s=n[Yx("0x4d")](t);for(const e of this[Yx("0x2f")]){const n=e[Yx("0x7f")],x=n.startsWith(Yx("0x5d")),a=n[Yx("0x10")](x?10:5),c=a.toLowerCase(),l=c.substr(0,3)+Yx("0x71"),u=Yx("0x77")+a,d=Yx("0x40")+a;if(!e[Yx("0x23")])continue;if(o!=e[Yx("0x5f")]()[Yx("0x54")][Yx("0x44")](Yx("0x2a")))continue;if(e.isIntersectingWithRange(i))continue;const g=t.hasAttribute(l)?t[Yx("0x3b")](l)-1:0,f=this[Yx("0x82")](e),h=f[u],m=f[d];h<=s[c]&&s[c]+g<=m&&(e[Yx("0x6c")](i),r=!0)}return r};t[Yx("0x21")].document.registerPostFixer((e=>{let n=!1;for(const i of t[Yx("0x21")].document[Yx("0x5b")][Yx("0x4a")]())if(Yx("0x56")==i[Yx("0x3f")])if(Yx("0x22")==i[Yx("0x67")])for(const t of i.position[Yx("0x12")].getChildren())n=n||r(t,e);else Yx("0x53")==i[Yx("0x67")]&&(n=n||r(i[Yx("0x49")][Yx("0x12")],e));return n}))}_getSuggestionCoords(t){return this[Yx("0x43")](t[Yx("0xe")]()[Yx("0x7b")]((t=>t.start[Yx("0x12")])))}}function Qx(t){return Array[Yx("0xc")](new Set(t)[Yx("0x50")]())}const ta=["value","registerCustomCallback","insertion","getAncestors","has","deletion","findAncestor","_suggestionFactory","cell","markMultiRangeBlockFormat","commandName","formatBlock","TableEditing","return","getSuggestions","getCellLocation","registerDescriptionCallback","author","highest","selection","add","subType","map","mergeTableCellDown","format","_areSelectedCellsMergable","getRanges","TrackChangesEditing","root","horizontally","refresh","type","$graveyard","_descriptionFactory","_areMergableCells","tableCell","from","editor","detach","_acceptFormatSuggestionCallbackFactory","createRangeOn","size","*Split cell:* vertically","element","table","trackChanges","splitTableCellHorizontally","direction","mergeTableCellRight","stop","plugins","get","enableCommand","setSelection","getFirstPosition","isInContent","model","locale","mergeTableCellUp","formatInline","commands","set:isEnabled","afterInit","mergeTableCells","createTableWalker","change","splitTableCellVertically","mergeTableCellLeft","getSelectionAffectedTableCells","containsRange","TableUtils","*Split cell:* horizontally","find","forceDefaultExecution","document","execute","accept","length"];var ea,na;ea=ta,na=451,function(t){for(;--t;)ea.push(ea.shift())}(++na);const ra=function(t,e){return ta[t-=0]};class ia extends t.Plugin{static get requires(){return[Jx]}[ra("0x1")](){const t=this.editor,e=t[ra("0x49")][ra("0xd")][ra("0x24")],n=t[ra("0x4a")];if(!t.plugins[ra("0x15")](ra("0x1d")))return;const r=t[ra("0x43")][ra("0x44")](ra("0x2c")),i=t[ra("0x43")][ra("0x44")](ra("0x9")),o=t[ra("0x43")][ra("0x44")](Jx);o._tablePostFixingSubtypes.push(ra("0x2")),r.enableCommand(ra("0x2"),(()=>{const e=i[ra("0x7")](t[ra("0x49")][ra("0xd")][ra("0x24")]);t[ra("0x49")].change((()=>{r[ra("0x1a")](e,{commandName:ra("0x2"),commandParams:[]},[],ra("0x2"))}))})),t.commands[ra("0x44")](ra("0x2")).on("execute",((e,n)=>{t[ra("0x4d")].get(ra("0x3e"))[ra("0x11")]&&(n[ra("0x10")]>0&&n[n[ra("0x10")]-1]&&n[n.length-1][ra("0xc")]||r._isForcedDefaultExecutionBlock||this[ra("0x2a")]()||e[ra("0x42")]())}),{priority:ra("0x23")});for(const e of["mergeTableCellUp",ra("0x41"),ra("0x28"),ra("0x6")]){const n=t.commands[ra("0x44")](e);r[ra("0x45")](e,(()=>{const e=t.model[ra("0xd")].selection[ra("0x47")]()[ra("0x14")]()[ra("0xb")]((t=>t.is("element",ra("0x34")))),i=n[ra("0x11")];t[ra("0x49")][ra("0x4")]((()=>{r[ra("0x1a")]([e,i],{commandName:ra("0x2"),commandParams:[]},[],ra("0x2"))}))}))}for(const e of[ra("0x5"),ra("0x3f")]){const n=t[ra("0x4d")][ra("0x44")](e);r[ra("0x45")](e,(()=>{const o=i[ra("0x7")](t.model[ra("0xd")].selection)[0],s=o[ra("0x17")](ra("0x3d")),{column:x,row:a}=i[ra("0x20")](o);let c=[];if(ra("0x2e")==n[ra("0x40")]){const t=i[ra("0x3")](s,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[ra("0x35")](t)[ra("0x27")]((t=>t[ra("0x19")]))}else{const t=i[ra("0x3")](s,{column:x,includeAllSlots:!0});c=Array[ra("0x35")](t).map((t=>t[ra("0x19")]))}t[ra("0x49")][ra("0x4")]((t=>{r.markBlockFormat(t.createRangeOn(o),{commandName:e,commandParams:[]},c,e)}))}))}r._descriptionFactory.registerDescriptionCallback((t=>{if("formatBlock"!=t[ra("0x30")]&&ra("0x4c")!=t[ra("0x30")])return;const{data:e}=t;return e&&ra("0x2")==e[ra("0x1b")]?{type:"format",content:Jr(n,"*Merge cells*")}:void 0})),r[ra("0x32")][ra("0x21")]((t=>{if(ra("0x1c")!=t[ra("0x30")]&&ra("0x4c")!=t.type)return;const{data:e}=t;return e?"splitTableCellVertically"==e[ra("0x1b")]?{type:ra("0x29"),content:Jr(n,ra("0x3b"))}:"splitTableCellHorizontally"==e.commandName?{type:ra("0x29"),content:Jr(n,ra("0xa"))}:void 0:void 0}));const x=o[ra("0x38")]();for(const t of[ra("0x4b"),"mergeTableCellRight",ra("0x28"),ra("0x6")])r[ra("0x18")][ra("0x12")]("formatBlock",t,"accept",x);for(const t of[ra("0x5"),ra("0x3f")])r._suggestionFactory.registerCustomCallback(ra("0x1c"),t,ra("0xf"),x);r[ra("0x18")][ra("0x12")](ra("0x1c"),ra("0x2"),"accept",(n=>{t.model[ra("0x4")]((r=>{const i=Array[ra("0x35")](e[ra("0x2b")]())[ra("0x27")]((t=>s.LiveRange.fromRange(t)));r.setSelection(n),t[ra("0x4d")][ra("0x44")]("mergeTableCells")[ra("0x2f")](),t[ra("0xe")](ra("0x2"),{forceDefaultExecution:!0});const o=i.filter((t=>ra("0x31")!=t[ra("0x2d")].rootName));o.length>0&&r[ra("0x46")](o);for(const t of i)t[ra("0x37")]()}))}));for(const e of[ra("0x4b"),ra("0x28"),"mergeTableCellLeft","mergeTableCellRight"]){const n=t[ra("0x4d")][ra("0x44")](e);n.on(ra("0x0"),((e,r,i)=>{if(i){const r=t[ra("0x49")][ra("0xd")][ra("0x24")][ra("0x47")]()[ra("0x14")]()[ra("0xb")]((t=>t.is(ra("0x3c"),"tableCell")));this[ra("0x33")](n[ra("0x11")],r)||(e[ra("0x1e")]=!1,e[ra("0x42")]())}}),{priority:"low"})}}[ra("0x2a")](){const t=this.editor[ra("0x4d")][ra("0x44")](ra("0x2")),e=this.editor[ra("0x43")][ra("0x44")](ra("0x9"));if(!t.isEnabled)return!1;const n=e[ra("0x7")](this[ra("0x36")][ra("0x49")][ra("0xd")][ra("0x24")]);for(const t of n)for(const e of n)if(t!=e&&!this[ra("0x33")](t,e))return!1;return!0}[ra("0x33")](t,e){const n=this[ra("0x36")][ra("0x43")][ra("0x44")](ra("0x2c")),r=this[ra("0x36")][ra("0x49")][ra("0x39")](t),i=this[ra("0x36")].model[ra("0x39")](e),o=new Set,s=new Set;for(const t of n[ra("0x1f")]())if((ra("0x13")==t.type||ra("0x16")==t[ra("0x30")]||"mergeTableCells"==t[ra("0x26")])&&t[ra("0x48")])for(const e of t[ra("0x2b")]())e[ra("0x8")](r,!0)&&o[ra("0x25")](t[ra("0x30")]+":"+t[ra("0x22")].id),e[ra("0x8")](i,!0)&&s[ra("0x25")](t[ra("0x30")]+":"+t.author.id);if(o[ra("0x3a")]!=s.size)return!1;for(const t of o)if(!s[ra("0x15")](t))return!1;return!0}}const oa=["end","_enableDefaultAttributesIntegration","locale","type","addMarker:suggestion","markerNameToElements","formatBlock","has","forceValue","registerCustomCallback","ck-suggestion-marker-","nodeBefore","item","markerName","requires","downcastDispatcher","name","headingColumns","commandParams","format","bindElementToMarker","registerDescriptionCallback","getSuggestion","addClass","data-suggestion","setTableRowHeader","ck-suggestion-marker--active","nodeAfter","plugins","_registerLegacyDescription","createTableWalker","removeClass","TableUtils","editor","cell","_splitMarkerName","_suggestionFactory","FORMAT_REGULAR_COLUMN","*Format:* %0","registerAttributeLabel","getCellLocation","FORMAT_HEADER_COLUMN","FORMAT_HEADER_ROW","accept","commandName","editing","activeMarkers","get","TableEditing","writer","showSuggestionHighlights","TrackChangesEditing","options","includes","mapper","_acceptFormatSuggestionCallbackFactory","headingRows","parent","_descriptionFactory","setTableColumnHeader","_handleLegacySuggestions","highest","data","removeMarker:suggestion","FORMAT_REGULAR_ROW","markerRange","unbindElementFromMarkerName"];var sa,xa;sa=oa,xa=106,function(t){for(;--t;)sa.push(sa.shift())}(++xa);const aa=function(t,e){return oa[t-=0]};class ca extends t.Plugin{static get[aa("0x2a")](){return[Jx]}afterInit(){const t=this[aa("0x3d")];if(!t[aa("0x38")][aa("0x23")](aa("0x9")))return;const e=t[aa("0x1e")],n=t[aa("0x38")].get(aa("0xc"));n[aa("0x1d")]("setTableRowHeader",[],[aa("0x11")]),n[aa("0x1d")]("setTableColumnHeader",[],[aa("0x2d")]),n._descriptionFactory[aa("0x0")]("headingRows",Jr(e,aa("0x3"))),n[aa("0x13")].registerAttributeLabel("headingColumns",Jr(e,aa("0x2"))),this[aa("0x15")]()}[aa("0x15")](){const t=this[aa("0x3d")][aa("0x38")].get("TrackChangesEditing"),e=this[aa("0x3d")][aa("0x38")].get(aa("0x3c")),n=this[aa("0x3d")][aa("0x38")].get(Jx)[aa("0x10")]();function r({showActiveMarker:n=!0,setDataAttribute:r=!0}={}){return(i,o,s)=>{const{type:x,id:a}=t[aa("0x3f")](o[aa("0x29")]),c=t[aa("0x32")](a),l=c[aa("0x17")];if("formatBlock"!=c[aa("0x1f")]||!l||aa("0x14")!=l.commandName)return;if(o[aa("0x28")])return void i.stop();if(!s.consumable.consume(o[aa("0x1a")],i[aa("0x2c")]))return;const u=o[aa("0x1a")].start[aa("0x37")],d=o[aa("0x1a")][aa("0x1c")][aa("0x27")],g=u.parent[aa("0x12")],{column:f}=e[aa("0x1")](u),{column:h}=e[aa("0x1")](d);for(let i=f;i<=h;i++){const c=e[aa("0x3a")](g,{column:i,includeAllSlots:!1});for(const e of c){const i=e[aa("0x3e")],c=s[aa("0xf")].toViewElement(i);s[aa("0xa")].addClass(aa("0x26")+x,c),r&&s[aa("0xa")].setAttribute("data-suggestion",a,c),s[aa("0xf")][aa("0x30")](c,o.markerName),n&&(t[aa("0x7")][aa("0xe")](o[aa("0x29")])?s[aa("0xa")][aa("0x33")]("ck-suggestion-marker--active",c):s[aa("0xa")].removeClass("ck-suggestion-marker--active",c))}}}}t[aa("0x40")][aa("0x25")]("formatBlock","setTableRowHeader",aa("0x4"),n),t[aa("0x40")][aa("0x25")](aa("0x22"),aa("0x14"),aa("0x4"),n),this[aa("0x3d")][aa("0x6")][aa("0x2b")].on(aa("0x20"),r(),{priority:aa("0x16")}),this[aa("0x3d")][aa("0x17")][aa("0x2b")].on("addMarker:suggestion",((t,e,n)=>{n[aa("0xd")][aa("0xb")]&&r({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:aa("0x16")}),this[aa("0x3d")][aa("0x6")][aa("0x2b")].on(aa("0x18"),((e,n,r)=>{const{type:i,id:o}=t._splitMarkerName(n[aa("0x29")]),s=t[aa("0x32")](o),x=s.data;if(aa("0x22")!=s.type||!x||"setTableColumnHeader"!=x.commandName)return;const a=r[aa("0xf")][aa("0x21")](n[aa("0x29")]);if(a)for(const t of a)r[aa("0xa")][aa("0x3b")](aa("0x26")+i,t),r[aa("0xa")][aa("0x3b")](aa("0x36"),t),r[aa("0xa")].removeAttribute(aa("0x34"),t),r[aa("0xf")][aa("0x1b")](t,n[aa("0x29")])}),{priority:aa("0x16")}),this[aa("0x39")]()}[aa("0x39")](){const t=this.editor,e=t[aa("0x1e")];function n(t){return{type:aa("0x2f"),content:Jr(e,aa("0x42"),t)}}t[aa("0x38")][aa("0x8")](aa("0xc"))[aa("0x13")][aa("0x31")]((t=>{if(aa("0x22")!=t[aa("0x1f")])return;const{data:r}=t;if(r){if(aa("0x35")==r.commandName){const t=r[aa("0x2e")][0].forceValue;return n(Jr(e,t?"FORMAT_HEADER_ROW":aa("0x19")))}if("setTableColumnHeader"==r[aa("0x5")]){const t=r[aa("0x2e")][0][aa("0x24")];return n(Jr(e,t?"FORMAT_HEADER_COLUMN":aa("0x41")))}}}))}}const la=["register","getRanges","suggestion:formatBlock:tablePasteCell","removeRows","name","redo","getSuggestion","locale","Users","model","row","rowInsertionIndexes","suggestion","getColumnIndexes","createRangeOn","getContainedElement","TrackChangesEditing","set","tablePasteRow","discard","nodeAfter","getShiftedBy","isEqual","tableCellBorderColor","TableClipboard","newRange","formatBlock","fill","position","options","_suggestionFactory","requires","markerAttributes","plugins","includes","view","TableUtils","accept","tableCellHorizontalAlignment","for","dataDowncast","tableCellPadding","filter","_splitMarkerName","showSuggestionHighlights","getSelectionAffectedTableCells","getRowIndexes","markerToHighlight","tableCellBackgroundColor","conversion","differ","getTableIfOnlyTableInContent","isEmpty","getAllAdjacentSuggestions","content","keys","document","unwrap","some","attributes","insertContent","createPositionBefore","ck-suggestion-marker--active","clipboardOutput","tableCell","editor","low","change","batch","findAncestor","join","registerPostFixer","isInContent","getRange","tablePaste","getSuggestions","getColumns","getAttributes","trackChanges","documentSelection","add","deletion","selection","*Replace table cells*","move","markerName","markers","remove","getMarkers","start","getChangedMarkers","schema","first","markMultiRangeInsertion","subType","element","find","tableCellBorderStyle","removeMarker","rowInsertionRanges","columns","get","elementToElement","cells","removeMarkers","tablePasteChainId","_tablePostFixingSubtypes","paragraph","fromEntries","commands","stop","table","return","previous","ck-suggestion-marker-insertion","removeColumns","length","endRow","has","column","value","getChildren","forceDefaultExecution","getChild","_createdBatches","columnInsertionIndexes","afterInit","last","startsWith","createRange","activeMarkers","push","insertRows","containsRange","next","ck-suggestion-marker","insertion","author","high","tablePasteCell","endColumn","from","root","tableCellBorderWidth","tablePasteColumn","insertionRanges","map","wrap","getRows","editing","oldRange","registerCustomCallback","createRangeIn","suggestionUnloaded","columnInsertionRanges","cell","suggestion-td","listenTo","_isForcedDefaultExecutionBlock","tableCellSuggestion","type","_getCoordsForCells","createTableWalker","insert","createElement","setAttributes"];var ua,da;ua=la,da=272,function(t){for(;--t;)ua.push(ua.shift())}(++da);const ga=function(t,e){return la[t-=0]},fa=[ga("0x25"),ga("0x53"),ga("0x9d"),ga("0x62"),"tableCellVerticalAlignment",ga("0x6c"),ga("0x65")],ha=Object.fromEntries(fa[ga("0x28")]((t=>[t,null])));class ma extends t.Plugin{static get[ga("0x5b")](){return[Jx]}[ga("0x14")](){const t=this[ga("0x7d")];if(!t.plugins[ga("0xc")]("TableClipboard"))return;const n=t[ga("0x5d")][ga("0xa1")](ga("0x4c")),r=t.plugins.get(ga("0x60")),i=t[ga("0x5d")].get(Jx),o=t.plugins[ga("0xa1")]("TableClipboard");i[ga("0x0")][ga("0x19")]("tablePasteRow",ga("0x26")),t[ga("0x45")][ga("0x97")][ga("0x3c")](ga("0x35"),{allowIn:ga("0x7c"),allowContentOf:ga("0x7c"),isLimit:!0}),t[ga("0x6d")][ga("0xa2")]({model:ga("0x35"),view:ga("0x32")});let s=null;t[ga("0x45")].on(ga("0x78"),((i,x)=>{const[a,c]=x,l=x[x[ga("0xa")]-1];l&&l[ga("0x10")]||n[ga("0x34")]||this[ga("0x7d")][ga("0x3")][ga("0xa1")](ga("0x8a"))[ga("0xe")]&&function(t,e,n,r,i){if(e&&!e.is(ga("0x8b")))return!1;const o=i[ga("0x6f")](t,n);if(!o||!ba(o,void 0,r))return!1;const s=r[ga("0x69")](n.document[ga("0x8e")]);if(!s[ga("0xa")])return!1;const x=s[0].findAncestor("table"),a=r[ga("0x6a")](s),c=r[ga("0x49")](s),l={startRow:a[ga("0x98")],endRow:a[ga("0x15")],startColumn:c[ga("0x98")],endColumn:c[ga("0x15")]};return 1==s.length&&(l[ga("0xb")]+=r[ga("0x2a")](o)-1,l[ga("0x22")]+=r[ga("0x88")](o)-1),ba(x,l,r)}(a,c,t[ga("0x45")],r,o)&&(i[ga("0x4")](),s={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t[ga("0x45")][ga("0x7f")]((()=>{t[ga("0x45")][ga("0x78")](x[0],x[1],x[2],{forceDefaultExecution:!0});const r=(0,e.uid)(),{rowInsertionRanges:i,columnInsertionRanges:o,insertionRanges:a,deletionRanges:c,cells:l}=s;i[ga("0xa")]&&n.markMultiRangeInsertion(i,ga("0x4e"),{tablePasteChainId:r}),o.length&&n[ga("0x99")](o,ga("0x26"),{tablePasteChainId:r}),a[ga("0xa")]&&n.markMultiRangeInsertion(a,ga("0x86"),{tablePasteChainId:r,skipNestingCheck:!0}),c[ga("0xa")]&&n.markMultiRangeDeletion(c,ga("0x86"),{tablePasteChainId:r,skipNestingCheck:!0});const u=n.markMultiRangeBlockFormat(l[ga("0x28")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],"tablePasteCell",{tablePasteChainId:r});if(u){const e=u.getMarkers(),n=[];for(const{element:r,attributes:i}of l){if(!i)continue;const o=t.model[ga("0x4a")](r),s=e[ga("0x9c")]((t=>t.getRange()[ga("0x52")](o)));s&&n[ga("0x19")]([s[ga("0x40")],i])}n[ga("0xa")]&&u.setAttribute("markerAttributes",Object[ga("0x2")](n))}s=null})))}),{priority:e.priorities[ga("0x20")]+10}),t[ga("0x5d")][ga("0xa1")](ga("0x54")).on("_replaceTableSlotCell",((t,e)=>{const[n,r,,i]=e;if(!s)return;t[ga("0x4")]();const o=n[ga("0x31")],x=r,a=pa(o),c=pa(x);t[ga("0x6")]=o;let l=null,u=null;if(c||a)if(a&&!c){i.remove(o.getChild(0));for(const t of Array.from(x[ga("0xf")]()))i[ga("0x39")](t,o,"end");const t=s[ga("0x47")][ga("0x5e")](n[ga("0x46")]),e=s[ga("0x13")].includes(n[ga("0xd")]);t||e||(l=i[ga("0x2e")](o))}else c&&!a&&(u=i[ga("0x2e")](o));else{const t=i[ga("0x3a")](ga("0x35")),e=i.createElement(ga("0x35"));i[ga("0x29")](i[ga("0x2e")](o),e),i[ga("0x39")](t,o,0);for(const e of Array[ga("0x23")](x[ga("0xf")]()))i[ga("0x39")](e,t,"end");l=i[ga("0x4a")](t),u=i[ga("0x4a")](e)}const d=Array[ga("0x23")](x[ga("0x89")]())[ga("0x66")]((([t])=>fa[ga("0x5e")](t)));s.cells.push({element:o,attributes:d[ga("0xa")]?Object.fromEntries(d):null}),l&&s[ga("0x27")][ga("0x19")](l),u&&s.deletionRanges.push(u)}),{priority:ga("0x20")}),r.on("insertColumns",((e,n)=>{const[i,o={}]=n;if(!s)return;const x=o.at||0,a=o[ga("0xa0")]||1;s[ga("0x13")]=new Array(a)[ga("0x57")](x).map(((t,e)=>t+e));for(const{cell:e}of r[ga("0x38")](i,{startColumn:x,endColumn:x+a-1}))s[ga("0x30")][ga("0x19")](t[ga("0x45")].createRangeOn(e))}),{priority:ga("0x7e")}),r.on(ga("0x1a"),((e,n)=>{const[i,o={}]=n;if(!s)return;const x=o.at||0,a=o.rows||1;s[ga("0x47")]=new Array(a).fill(x)[ga("0x28")](((t,e)=>t+e));for(const{cell:e}of r[ga("0x38")](i,{startRow:x,endRow:x+a-1}))s[ga("0x9f")][ga("0x19")](t.model.createRangeOn(e))}),{priority:ga("0x7e")}),n._descriptionFactory.registerDescriptionCallback((e=>{if(e[ga("0x9a")]&&e.subType[ga("0x16")](ga("0x86")))return e[ga("0x7")]?{}:{type:ga("0x1e"),content:Jr(t[ga("0x43")],ga("0x8f"))}}));const x=()=>!1;for(const t of[ga("0x86"),ga("0x26"),"tablePasteRow","tablePasteCell"])n[ga("0x5a")][ga("0x2d")]("insertion",t,ga("0x82"),x),n._suggestionFactory[ga("0x2d")](ga("0x8d"),t,ga("0x82"),x),n._suggestionFactory[ga("0x2d")](ga("0x56"),t,ga("0x82"),x);n[ga("0x5a")][ga("0x2d")](ga("0x56"),"tablePasteCell",ga("0x4f"),x),n._suggestionFactory[ga("0x2d")](ga("0x56"),ga("0x21"),ga("0x61"),((e,n,r)=>{const i=e[ga("0x28")]((t=>t.getContainedElement()))[ga("0x66")]((t=>t)),o=new Map(i.map((t=>[t,null])));if(s)for(const{element:t,attributes:e}of s[ga("0xa3")])e&&o[ga("0x4d")](t,e);else if(r&&r[ga("0x5c")])for(const[e,n]of Object.entries(r[ga("0x5c")])){const r=t[ga("0x45")][ga("0x92")].get(e),i=r?r[ga("0x85")]()[ga("0x4b")]():null;i&&o.set(i,n)}t[ga("0x45")][ga("0x7f")]((t=>{for(const[e,n]of o)t[ga("0x3b")]({...ha,...n},e)}))}));const a=(e,r)=>{n[ga("0x5a")][ga("0x2d")](e,"tablePaste",r,((i,o,s)=>{t.model[ga("0x7f")]((t=>{const x=[];for(const t of i){const e=t[ga("0x95")][ga("0x50")];e.is(ga("0x9b"),ga("0x35"))&&x[ga("0x19")](e)}n[ga("0x5a")].getSuggestionCallback(e,null,r)(i,o,s);for(const e of x)"$graveyard"!=e[ga("0x24")].rootName&&t[ga("0x75")](e)}))}))};a(ga("0x1e"),ga("0x61")),a(ga("0x1e"),"discard"),a(ga("0x8d"),ga("0x61")),a(ga("0x8d"),"discard"),n[ga("0x5a")][ga("0x2d")](ga("0x1e"),"tablePasteRow","discard",(t=>{const e=t[ga("0x28")]((t=>t[ga("0x4b")]())),n=e[0][ga("0x81")](ga("0x5")),{minRow:o,maxRow:s}=i[ga("0x37")](e);r[ga("0x3f")](n,{at:o,rows:s-o+1})})),n[ga("0x5a")][ga("0x2d")]("insertion",ga("0x26"),"discard",(t=>{const e=t[ga("0x28")]((t=>t[ga("0x4b")]())),n=e[0].findAncestor(ga("0x5")),{minColumn:o,maxColumn:s}=i[ga("0x37")](e);r[ga("0x9")](n,{at:o,columns:s-o+1})}));const c=(t,e)=>{if(!e[ga("0x9a")]||!e[ga("0x9a")][ga("0x16")](ga("0x86")))return;const r=e.attributes[ga("0xa5")],i=n[ga("0x87")]().filter((t=>t[ga("0x84")]&&t.attributes&&t.attributes[ga("0xa5")]==r));i[ga("0xa")]&&e[ga("0x71")]().length!=i[ga("0xa")]&&i.reduce(((t,e)=>(t[ga("0x1c")]=e,e[ga("0x7")]=t,e)))};function l(t,e=!0){const{id:r}=n._splitMarkerName(t[ga("0x91")]),i=[ga("0x1d"),ga("0x8")],o=n[ga("0x18")].includes(t[ga("0x91")]);return o&&i[ga("0x19")](ga("0x7a")),{classes:i,attributes:{"data-suggestion":r},priority:o&&e?3010:3e3}}n.on("suggestionLoaded",c,{priority:"high"}),n.on(ga("0x2f"),c,{priority:ga("0x20")}),t[ga("0x45")].document[ga("0x83")]((()=>{let e=!1;const r=Array[ga("0x23")](t[ga("0x45")][ga("0x74")][ga("0x6e")][ga("0x96")]());for(const{name:i,data:o}of r){const{group:r,type:s,id:x}=n[ga("0x67")](i);if(ga("0x48")!=r||ga("0x8d")!=s||o[ga("0x2c")])continue;if(!n.hasSuggestion(x))continue;const a=n[ga("0x42")](x)[ga("0x3d")](),c=t.plugins[ga("0xa1")]("Users").me;for(const t of n[ga("0x87")]())if(t[ga("0x84")]&&t[ga("0x1f")]==c&&ga("0x56")==t[ga("0x36")]&&ga("0x21")==t[ga("0x9a")]&&t[ga("0x3d")]().every((t=>a[ga("0x76")]((e=>e[ga("0x1b")](t,!0))))))for(const n of t[ga("0x71")]())n[ga("0x84")]&&(n[ga("0x4f")](),e=!0)}return e})),t[ga("0x45")].document.registerPostFixer((e=>{const r=t[ga("0x3")].get(ga("0x41"));if(!r||!r[ga("0x12")][ga("0xc")](e[ga("0x80")]))return!1;let i=!1;const o=t[ga("0x5d")].get(ga("0x44")).me,s=t[ga("0x45")].document[ga("0x6e")].getChanges(),x=Array.from(t.model[ga("0x74")].differ.getChangedMarkers())[ga("0x66")]((({name:t,data:e})=>{const{group:r,subType:i,authorId:s}=n[ga("0x67")](t);return ga("0x48")==r&&ga("0x86")==i&&s==o.id&&!e[ga("0x2c")]}));for(const t of s){if(ga("0x39")!=t.type||"tableCellSuggestion"!=t[ga("0x40")]||1!=t.length)continue;const n=e[ga("0x17")](t[ga("0x58")],t.position[ga("0x51")](1));if(!x[ga("0x9c")]((({data:t})=>t[ga("0x55")][ga("0x52")](n))))for(const{name:t,data:r}of x)if(n[ga("0x1b")](r.newRange)){e.updateMarker(t,{range:n}),i=!0;break}}return i})),t[ga("0x45")][ga("0x74")][ga("0x83")]((e=>{let r=!1;const i=t[ga("0x5d")][ga("0xa1")](ga("0x44")).me,o=n[ga("0x87")]()[ga("0x66")]((t=>t[ga("0x84")]&&t[ga("0x1f")]==i)),s=new Set,x=new Set;for(const t of o)if("tablePaste"==t[ga("0x9a")])for(const e of t[ga("0x94")]()){const n=e.getRange()[ga("0x4b")]();if(n)if(n.is(ga("0x9b"),"tableCellSuggestion")&&pa(n)){t[ga("0x9e")](e[ga("0x40")]),s[ga("0x8c")](n),r=!0;const i=n.nextSibling,o=n.previousSibling,a=i&&i.is(ga("0x9b"),"tableCellSuggestion"),c=o&&o.is(ga("0x9b"),ga("0x35"));a&&!s.has(i)&&x.add(i),c&&!s.has(o)&&x[ga("0x8c")](o)}else n.is("element","paragraph")&&n[ga("0x70")]&&(t[ga("0x9e")](e[ga("0x40")]),r=!0)}else if("tablePasteCell"==t[ga("0x9a")]){if(!t.attributes||!t[ga("0x77")][ga("0xa5")])continue;const e=t[ga("0x77")].markerAttributes;if(e&&Object[ga("0x73")](e)[ga("0xa")])continue;const n=t[ga("0x77")].tablePasteChainId;let i=!0,s=!0;for(const e of o)if(e[ga("0x9a")]&&e[ga("0x9a")][ga("0x16")](ga("0x86"))){if(!e[ga("0x77")][ga("0xa5")]){s=!1;break}if(e.id!=t.id&&e[ga("0x77")][ga("0xa5")]==n){i=!1;break}}s&&i&&(t[ga("0xa4")](),r=!0)}for(const t of s)e.remove(t);for(const t of x)e[ga("0x75")](t);return r})),t[ga("0x6d")].for("editingDowncast").markerToHighlight({model:"suggestion:formatBlock:tablePasteCell",view:(t,e)=>l(t),converterPriority:"high"}),t.conversion[ga("0x63")](ga("0x64"))[ga("0x6b")]({model:ga("0x3e"),view:(t,e)=>e[ga("0x59")][ga("0x68")]?l(t,!1):null,converterPriority:ga("0x20")});const u=t[ga("0x2b")][ga("0x5f")];this[ga("0x33")](u[ga("0x74")],ga("0x7b"),((t,e)=>{const n=[];for(const t of u[ga("0x2e")](e[ga("0x72")]).getItems())t.is(ga("0x9b"),ga("0x32"))&&n[ga("0x19")](t);u[ga("0x7f")]((t=>{for(const e of n)t[ga("0x90")](t[ga("0x2e")](e),t[ga("0x79")](e)),t[ga("0x93")](e)}))}))}}function pa(t){if(t[ga("0x70")])return!0;const e=t[ga("0x11")](0);return e.is(ga("0x9b"),ga("0x1"))&&e[ga("0x70")]}function ba(t,e={},n){for(const{isAnchor:r,cellHeight:i,cellWidth:o}of n[ga("0x38")](t,{includeAllSlots:!0,...e}))if(!r||1!=i||1!=o)return!1;return!0}const Ea=["model","get","afterInit","subType","accept","type","has","document","*Format:* resize table","resizeTable","_suggestionFactory","formatInline","formatGroupId","plugins","handleSuggestionDescription","author","tableWidth","bind","locale","TableColumnResizeEditing","table","Users","getSelectedElement","formatBlock","discard","columnWidths","change","getSuggestions","commandParams","resizeTableWidth","editor","_descriptionFactory","getColumnGroupElement","markBlockFormat","format","handleResizeTableWidthCommand","registerCustomCallback","getAttribute","registerDescriptionCallback"];var _a,Ta;_a=Ea,Ta=372,function(t){for(;--t;)_a.push(_a.shift())}(++Ta);const ya=function(t,e){return Ea[t-=0]};class Ca extends t.Plugin{[ya("0x14")](){if(!this[ya("0x9")].plugins[ya("0x18")](ya("0x25")))return;const t=this.editor.plugins[ya("0x13")]("TrackChangesEditing");t.enableCommand(ya("0x8"),this[ya("0xe")][ya("0x23")](this)),t[ya("0x1c")][ya("0xf")](ya("0x2"),ya("0x1b"),"accept",t._suggestionFactory.getSuggestionCallback("formatBlock",null,ya("0x3"))),t[ya("0x1c")][ya("0xf")](ya("0x2"),ya("0x1b"),ya("0x3"),t[ya("0x1c")].getSuggestionCallback(ya("0x2"),null,ya("0x16"))),t[ya("0xa")][ya("0x11")](this[ya("0x20")][ya("0x23")](this))}[ya("0xe")](t,e){const n=this.editor[ya("0x1f")].get("TrackChangesEditing"),r=this[ya("0x9")][ya("0x1f")][ya("0x13")](ya("0x25")),i=e[ya("0x26")]||this[ya("0x9")][ya("0x12")][ya("0x19")].selection[ya("0x1")]();this[ya("0x9")][ya("0x12")][ya("0x5")]((()=>{const o=r[ya("0xb")](i);let s=o?r.getTableColumnsWidths(o):null,x=i[ya("0x10")](ya("0x22"))||null;const a=e.tableWidth||x,c=e[ya("0x4")]||s,l=this[ya("0x9")][ya("0x1f")][ya("0x13")](ya("0x0")).me;for(const t of n[ya("0x6")]()){const e=t.getContainedElement();if("resizeTable"===t[ya("0x15")]&&e===i){t[ya("0x21")]!==l&&t[ya("0x3")]();const e=t.data[ya("0x7")];x=e[0][ya("0x22")],s=e[0][ya("0x4")];break}}t({table:i,tableWidth:a,columnWidths:c}),n[ya("0xc")](i,{commandName:ya("0x8"),commandParams:[{tableWidth:x,columnWidths:s}],formatGroupId:"resizeTable"},[],"resizeTable")}))}[ya("0x20")](t){if(ya("0x2")!=t[ya("0x17")]&&ya("0x1d")!=t.type)return;const{data:e}=t;if(e&&ya("0x1b")===e[ya("0x1e")]){const t=ya("0x1a");return{type:ya("0xd"),content:Jr(this[ya("0x9")][ya("0x24")],t)}}}}const Aa=["plugins","editor","has","Template","enableCommand","get","TrackChangesEditing"];var ka,Ra;ka=Aa,Ra=114,function(t){for(;--t;)ka.push(ka.shift())}(++Ra);const Sa=function(t,e){return Aa[t-=0]};class Ia extends t.Plugin{afterInit(){const t=this[Sa("0x6")];t[Sa("0x5")][Sa("0x0")](Sa("0x1"))&&t[Sa("0x5")][Sa("0x3")](Sa("0x4"))[Sa("0x2")]("insertTemplate")}}const Na=["_descriptionFactory","get","editor","tableOfContents","insertTableOfContents","plugins","TrackChangesEditing","enableCommand","ELEMENT_TABLE_OF_CONTENTS"];var va,La;va=Na,La=241,function(t){for(;--t;)va.push(va.shift())}(++La);const Ma=function(t,e){return Na[t-=0]};class wa extends t.Plugin{afterInit(){const t=this[Ma("0x4")];if(!t.commands.get(Ma("0x6")))return;t[Ma("0x7")].get("TrackChangesEditing")[Ma("0x0")]("insertTableOfContents");const e=t[Ma("0x7")][Ma("0x3")](Ma("0x8")),n=t.locale;e[Ma("0x2")].registerElementLabel(Ma("0x5"),(t=>Jr(n,Ma("0x1"),t)))}}const Oa=["ELEMENT_TITLE","isCollapsed","registerElementLabel","createRange","newRange","isTouching","registerPostFixer","plugins","end","start","document","has","_splitMarkerName","locale","model","differ","from","Title","get","element","getChangedMarkers","updateMarker","schema","TrackChangesEditing","suggestion","title-content","forward","nodeBefore"];var Fa,Da;Fa=Oa,Da=439,function(t){for(;--t;)Fa.push(Fa.shift())}(++Da);const Ba=function(t,e){return Oa[t-=0]};class Pa extends t.Plugin{afterInit(){const t=this.editor;if(!t[Ba("0x10")][Ba("0x14")](Ba("0x1a")))return;const e=t[Ba("0x10")][Ba("0x1b")](Ba("0x4"));e._descriptionFactory[Ba("0xb")](Ba("0x6"),(()=>Jr(t[Ba("0x16")],Ba("0x9")))),t[Ba("0x17")].document[Ba("0xf")]((n=>{let r=!1;const i=Array[Ba("0x19")](t[Ba("0x17")][Ba("0x13")][Ba("0x18")][Ba("0x1")]());for(const{name:o,data:s}of i){const{group:i}=e[Ba("0x15")](o);if(Ba("0x5")!==i||!s[Ba("0xd")])continue;const x=s[Ba("0xd")],a=x[Ba("0x11")][Ba("0x8")];if(!a||!a.is(Ba("0x0"),Ba("0x6")))continue;if(!x[Ba("0x12")][Ba("0xe")](x.end))continue;const c=t[Ba("0x17")][Ba("0x3")].getNearestSelectionRange(x[Ba("0x11")],Ba("0x7"));if(c&&c[Ba("0xa")]){const t=n[Ba("0xc")](x[Ba("0x12")],c[Ba("0x12")]);t.isEqual(x)||(n[Ba("0x2")](o,{range:t}),r=!0)}r||(n.removeMarker(o),r=!0)}return r}))}}const Ua=["afterInit","redo","undo","enableCommand","plugins","UndoEditing","get"];var ja,Ga;ja=Ua,Ga=291,function(t){for(;--t;)ja.push(ja.shift())}(++Ga);const Va=function(t,e){return Ua[t-=0]};class Ha extends t.Plugin{[Va("0x3")](){const t=this.editor,e=t.plugins[Va("0x2")]("TrackChangesEditing");t[Va("0x0")].has(Va("0x1"))&&(e[Va("0x6")](Va("0x5")),e[Va("0x6")](Va("0x4")))}}const za=["TrackChangesEditing","plugins","afterInit","requires","has","toggleTableCaption"];var Wa,Ka;Wa=za,Ka=202,function(t){for(;--t;)Wa.push(Wa.shift())}(++Ka);const qa=function(t,e){return za[t-=0]};class Xa extends t.Plugin{static get[qa("0x5")](){return[Jx]}[qa("0x4")](){const t=this.editor;t[qa("0x3")][qa("0x0")]("TableCaptionEditing")&&t[qa("0x3")].get(qa("0x2")).enableCommand(qa("0x1"))}}const $a=["TablePropertiesEditing","getSuggestions","tableAlignment","document","tableBorderColor","format","getSuggestionCallback","get","setAttribute","getContainedElement","TableCellPropertiesEditing","enableCommand","handleSuggestionDescription","nodeAfter","commandParams","tableCellProperties","tableBackgroundColor","TrackChangesEditing","has","_suggestionFactory","tableCellHorizontalAlignment","start","registerDescriptionCallback","change","data","_getSuggestion","accept","handleDiscardAction","discard","tableCellWidth","tableProperties","join","tableBorderWidth","selection","tableCellBorderColor","editor","getAttribute","_descriptionFactory","locale","registerCustomCallback","_handlePropertyChange","tableCellVerticalAlignment","TrackChangesTableProperties","model","subType","table","plugins","enqueueChange","tableBorderStyle","findAncestor","tableCellHeight","formatBlock","getSelectionAffectedTableCells","markBlockFormat","tableCellBorderStyle","tableCellBackgroundColor"];var Za,Ya;Za=$a,Ya=276,function(t){for(;--t;)Za.push(Za.shift())}(++Ya);const Ja=function(t,e){return $a[t-=0]};class Qa extends t.Plugin{constructor(t){super(t),this.tableProperties=[Ja("0x8"),Ja("0x34"),Ja("0x24"),Ja("0x6"),"tableWidth","tableHeight",Ja("0x14")],this[Ja("0x13")]=[Ja("0x26"),Ja("0x2"),"tableCellBorderWidth","tableCellPadding",Ja("0x21"),Ja("0x36"),Ja("0x3"),Ja("0x18"),Ja("0x2d")]}static get pluginName(){return Ja("0x2e")}afterInit(){const t=this[Ja("0x27")][Ja("0x32")].get(Ja("0x15"));if(this[Ja("0x27")][Ja("0x32")][Ja("0x16")](Ja("0x4"))){for(const e of this[Ja("0x22")])t[Ja("0xf")](e,((t,n)=>{const r=this.editor[Ja("0x2f")][Ja("0x7")][Ja("0x25")].getFirstPosition()[Ja("0x35")](Ja("0x31"));this[Ja("0x2c")](e,[r],this[Ja("0x22")],"tableProperties",t,n)}));t[Ja("0x17")][Ja("0x2b")]("formatBlock",Ja("0x22"),Ja("0x1e"),t[Ja("0x17")][Ja("0xa")](Ja("0x37"),null,Ja("0x20"))),t[Ja("0x17")].registerCustomCallback(Ja("0x37"),Ja("0x22"),"discard",((t,e)=>this[Ja("0x1f")](this[Ja("0x22")],t,e))),t._suggestionFactory.registerCustomCallback("formatBlock",Ja("0x22"),Ja("0x23"),(()=>!1))}if(this[Ja("0x27")][Ja("0x32")][Ja("0x16")](Ja("0xe"))){for(const e of this[Ja("0x13")])t[Ja("0xf")](e,((t,n)=>{const r=this[Ja("0x27")].plugins[Ja("0xb")]("TableUtils")[Ja("0x0")](this[Ja("0x27")].model[Ja("0x7")][Ja("0x25")]);this[Ja("0x2c")](e,r,this[Ja("0x13")],Ja("0x13"),t,n)}));t[Ja("0x17")][Ja("0x2b")](Ja("0x37"),Ja("0x13"),Ja("0x1e"),t[Ja("0x17")][Ja("0xa")](Ja("0x37"),null,Ja("0x20"))),t[Ja("0x17")][Ja("0x2b")]("formatBlock",Ja("0x13"),Ja("0x20"),((t,e)=>this.handleDiscardAction(this[Ja("0x13")],t,e))),t[Ja("0x17")][Ja("0x2b")](Ja("0x37"),Ja("0x13"),Ja("0x23"),(()=>!1))}t[Ja("0x29")][Ja("0x1a")]((t=>this[Ja("0x10")](t)))}[Ja("0x2c")](t,e,n,r,i,o){const s=this.editor[Ja("0x32")].get(Ja("0x15"));this.editor[Ja("0x2f")][Ja("0x33")](o.batch,(()=>{for(const t of e)if(this[Ja("0x1d")](t,r))i(o);else{const e={};for(const r of n){const n=t[Ja("0x28")](r);void 0!==n&&(e[r]=n)}i(o),s[Ja("0x1")](t,{commandParams:[e]},[],r)}}))}[Ja("0x1f")](t,e,n){const r=e[0][Ja("0x19")][Ja("0x11")],i=n[Ja("0x12")][0];this[Ja("0x27")][Ja("0x2f")][Ja("0x1b")]((e=>{for(const n of t)void 0!==i[n]?e[Ja("0xc")](n,i[n],r):e.removeAttribute(n,r)}))}handleSuggestionDescription(t){if(t[Ja("0x1c")])switch(t[Ja("0x30")]){case Ja("0x22"):return{type:"format",content:Jr(this[Ja("0x27")][Ja("0x2a")],"*Format:* change table properties")};case Ja("0x13"):return{type:Ja("0x9"),content:Jr(this[Ja("0x27")][Ja("0x2a")],"*Format:* change table cell properties")}}}[Ja("0x1d")](t,e){const n=this[Ja("0x27")].plugins[Ja("0xb")](Ja("0x15"));for(const r of n[Ja("0x5")]({skipNotAttached:!0})){const n=r[Ja("0xd")]();if(r[Ja("0x30")]===e&&n===t)return r}return null}}var tc=Function.prototype,ec=Object.prototype,nc=tc.toString,rc=ec.hasOwnProperty,ic=nc.call(Object);const oc=function(t){if(!xe(t)||"[object Object]"!=gt(t))return!1;var e=xn(t);if(null===e)return!0;var n=rc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&nc.call(n)==ic};const sc=function(t){return oc(t)?void 0:t};var xc=it?it.isConcatSpreadable:void 0;const ac=function(t){return ge(t)||de(t)||!!(xc&&t&&t[xc])};const cc=function t(e,n,r,i,o){var s=-1,x=e.length;for(r||(r=ac),o||(o=[]);++s<x;){var a=e[s];n>0&&r(a)?n>1?t(a,n-1,r,i,o):sn(o,a):i||(o[o.length]=a)}return o};const lc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const uc=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 dc=Math.max;const gc=function(t,e,n){return e=dc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,i=-1,o=dc(r.length-e,0),s=Array(o);++i<o;)s[i]=r[e+i];i=-1;for(var x=Array(e+1);++i<e;)x[i]=r[i];return x[e]=n(s),uc(t,this,x)}};const fc=function(t){return function(){return t}};const hc=ee?function(t,e){return ee(t,"toString",{configurable:!0,enumerable:!1,value:fc(e),writable:!0})}:function(t){return t};var mc=Date.now;const pc=function(t){var e=0,n=0;return function(){var r=mc(),i=16-(r-n);if(n=r,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(hc);const bc=function(t){return pc(gc(t,void 0,lc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=ur(e,(function(e){return e=mr(e,t),r||(r=e.length>1),e})),oe(t,dn(t),n),r&&(n=tr(n,7,sc));for(var i=e.length;i--;)Wr(n,e[i]);return n})),Ec=["open","end","markerName","map","add","announce","never","isBlock","formatInline:discard","_registerBlockAttribute","_trackFormatChanges","removeMarker","plugins","acceptSuggestion","markerReady","unbindElementFromMarkerName","_adapter","activeMarkers","commands","toJSON","newRange","formatInline:accept","marker-count","elementStart","_joinWithAdjacentSuggestions","writer","addCommentThread","createRangeIn","getItems","size","rootName","_model","_registerDefaultCallbacks","_suggestionFactory","_getAttributeKey","getCustomProperty","deletion:accept","_setSuggestionRange","newValue","pop","track-changes-suggestion-not-found","isBefore","ck-suggestion-marker-formatInline","markInlineFormat","subType","getNearestSelectionRange","_isBlockAttribute","parent","containsItem","ready","differ","position","getRanges","formatBlock","isObject","formatBlock:discard","adapter","meta","isMultiRange","registerPostFixer","always","moveTargetPosition","insertion:chain","hasComments","_blockAttributeKeys","_getMarkerAnnouncementText","track-changes-enable-command-twice","default","discardAllSuggestions","clone","_refreshSuggestionsChain","_isForcedDefaultExecutionBlock","trackChanges","getShiftedBy","addMarker:suggestion:attribute","every","upcast","deletion:discard","ck-suggestion-marker-formatBlock","stopListening","get","CommentsRepository","detach","fire","removeMarkers","TrackChangesEditing","isAfter","mapper","markMultiRangeBlockFormat","PendingActions","_getExternalAuthor","_reduceExistingSuggestions","insertion","includes","getMarkers","suggestionUnloaded","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.","ck-suggestion-marker--active","locale","deletion:chain","markBlockFormat","$graveyard","containsRange","_isRegisteredAttribute","key","config","removeMarker:suggestion:formatBlock","ck-suggestion-marker-","hasCommentThread","dataToMarker","_recordAttributeSuggestions","addSuggestion","elementToElement","isLimit","formatBlock:accept","attribute:accept","getCommentThread","ck-suggestion-marker","_checkSuggestionCorrectness","suggestion:attribute:","isLocal","isEqual","forward","_editor","insertContent","backward","createElement","createSelection","root","skipNestingCheck","$marker","track-changes-user-not-found","removeMarker:suggestion:attribute","registerCustomCallback","getAllAdjacentSuggestions","_inlineAttributeKeys","Users","track-changes-adapter-missing-getsuggestion","containsRangeInObject","tablePasteChainId","push","_splitMarkerName","enableCommand","_cutOutSuggestionMarker","attribute:discard","_suggestions","howMany","updateSuggestion","isUndo","move","_addSuggestionMarker","_getSuggestionData","low","_enableDefaultAttributesIntegration","PENDING_ACTION_SUGGESTION","documentSelection","from","getContainedElement","showSuggestionHighlights","consumable","_rangeIsInLocalUserInsertion","execute","nodeAfter","_defaultCallbacks","commandName","oldValue","oldRange","deletion:join","isOwn","document","model","_customCallbacks","isIntersectingWithRange","getIntersection","insertion:","track-changes-command-not-found","$text","clear","markers","FORMATTING","schema","containsPosition","formatInline:join","resolve","delete","isExternal","getUser","creator","range","change:data","$elementName","splice","error-saving-suggestion-data-suggestion-discarded","getLastMatchingPosition","formatGroupId","_saved","trackChanges.trackFormatChanges","concat","element","getMultiRangeId","selection","deletion:","getSuggestionCallback","external:","formatInline:","substring","isAtStart","change","ariaLiveAnnouncer","stop","highest","collaboration.channelId","return","forceDefaultExecution","_getAuthorFromId","addMarker","listenTo","editing","isAtEnd","formatBlock:","attributeKey","createRange","_recordAttributeChanges","getAttribute","next","startsWith","type","_joinSuggestions","isIntersecting","setTo","dataDowncast","getFirstRange","suggestionChanged","_mergeNestedSuggestions","getChangedMarkers","conversion","addRange","fromCharCode","getDifference","attribute","addHighlight","addMarkerName","_initAriaMarkerChangeAnnouncements","authoredAt","isInContent","createPositionBefore","formatBlock:join","_afterChanges","_findSuggestions","before","_updateSuggestionData","catch","accept","getFirstMarker","accepted","has","_addThreadToSuggestion","isArray","toViewElement","createPositionAfter","editor","_handleNewSuggestionMarker","_createSuggestion","normal","addComment","fetchCommentThread","discardSelectedSuggestions","fromRange","toUpperCase","multi","item","$textProxy","format","markDeletion","_breakSuggestionMarker","start","chain","consume","createdAt","_refreshAttributeSuggestionsChain","suggestion","lowest","previous","_suggestionState","attribute:join","change:activeMarkers","addUser","markAttributeChange","pluginName","for","getWalker","attributeNewValue","markerNameToElements","join","enqueueChange","rejected","values","getSuggestion","filter","discardSuggestion","set","name","markMultiRangeInsertion","containerElement","groupId","length","getRange","enableReadOnlyMode","comments","define","acceptSelectedSuggestions","_setSuggestionData","suggestion:","_commentsRepository","notReady","buildSuggestion","setSelection","dataReady","getAncestors","formatInline:chain","updateMarker","reconvertMarker","value","rethrowUnexpectedError","multipleBlocks","deletion","createPositionAt","setAttribute","keys","track-changes-suggestion-data-mismatch","data-suggestion","trackChangesCommand","author","remove","originalSuggestionId","editingDowncast","init","attributeOldValue","isNextTo","after","addSuggestionData","change:_saved","_isDataLoaded","split","isInsideObject","insertion:discard","markerToHighlight","addClass","formatInline","removeClass","markMultiRangeDeletion","some","then","_processAttributeChanges","find","@external","insert","forEach","commentThread","_registerInlineAttribute","suggestionLoaded","_enabledCommands","sort","isCollapsed","options","attributes","removed","discard","high","removeAttribute","_removeSuggestion","getSuggestions","_onDiscard","batch","formatBlock:chain","_reduceSuggestionAttributeRange","data","trackChanges.mergeNestedSuggestions","_descriptionFactory","nodeBefore","getChanges","warn","addMarker:suggestion"];var _c,Tc;_c=Ec,Tc=303,function(t){for(;--t;)_c.push(_c.shift())}(++Tc);const yc=function(t,e){return Ec[t-=0]},Cc=yc("0x10e");class Ac extends t.Plugin{static get requires(){return["CommentsRepository",o.Users,t.PendingActions,ai,gi,Ei,Ai,Fi,vi,ji,Ki,io,Ao,No,Fo,jo,Ko,Yo,ns,xs,ds,ys,ps,Ss,Ms,Bs,qs,tx,Vs,co,mo,ox,lx,hx,_x,Rx,Lx,Dx,Vx,qx,Jx,ia,ca,Xa,ma,Ca,wa,Qa,Ia,Pa,Ha]}static get[yc("0x170")](){return yc("0xa5")}constructor(t){function e(t){return t[yc("0x53")]((t=>String[yc("0x13d")](t)))[yc("0x175")]("")}super(t),this[yc("0xbe")]=!1,this[yc("0x17c")](yc("0x61"),[]),this.on(yc("0x16d"),((e,n,r,i)=>{this[yc("0x6f")][yc("0x11f")]((()=>{for(const e of[...i,...r])this[yc("0x6f")][yc("0x102")][yc("0x14f")](e)&&t[yc("0x129")][yc("0x12")](e)}))})),this[yc("0x4b")]=new ri(this[yc("0x154")].model.schema,this[yc("0x154")][yc("0xb2")]),this._adapter=null,this[yc("0x71")]=new kc(this[yc("0x154")]),this[yc("0xe1")]=new Map,this._commentsRepository=t[yc("0x5c")][yc("0xa0")](yc("0xa1")),this[yc("0x3a")]=new Set,this[yc("0x6f")]=this[yc("0x154")][yc("0xfa")],this[yc("0x16b")]=new WeakMap,this[yc("0x97")]=!1,this._blockAttributeKeys=new Set(["$elementName"]),this[yc("0xd7")]=new Set,t[yc("0xb9")][yc("0x6")](yc("0x114"),yc("0x93")),this._trackFormatChanges=t[yc("0xb9")][yc("0xa0")](yc("0x114")),t[yc("0xb9")][yc("0x6")](yc("0x4a"),!0),this[yc("0x139")]=t.config[yc("0xa0")]("trackChanges.mergeNestedSuggestions"),this[yc("0x1c")]=new d(t,this._enabledCommands),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,56,48,50,52,56])}[yc("0x21")](){const t=this.editor,n=(t,e)=>{if("attribute"!=t)return yc("0xbb")+t;const n=e.split("|")[0];return this[yc("0x7e")](n)?yc("0x9e"):yc("0x7a")};t[yc("0x13b")][yc("0x171")]("editingDowncast").markerToHighlight({model:yc("0x168"),view:t=>{const{id:e,type:r,subType:i}=this[yc("0xdd")](t[yc("0x52")]),o=[yc("0xc5"),n(r,i)];let s=3e3;return this[yc("0x61")][yc("0xad")](t[yc("0x52")])&&(o.push(yc("0xb1")),s=3010),"deletion"==r&&(s+=5),{classes:o,attributes:{"data-suggestion":e},priority:s}}}),t[yc("0x13b")][yc("0x171")](yc("0x136")).add((e=>{e.on(yc("0x4f"),((e,n,r)=>{if(!r.options.showSuggestionHighlights)return;const i=n.item;if(!i)return;const o=r[yc("0xa7")][yc("0x152")](i);t[yc("0xfa")][yc("0x104")][yc("0x86")](i)&&o&&!o[yc("0x73")]("widget")&&o.is(yc("0x0"))&&(0,x.toWidget)(o,r[yc("0x69")])}),{priority:"high"})})),t[yc("0x13b")][yc("0x171")](yc("0x136"))[yc("0x2b")]({model:yc("0x168"),view:(t,e)=>{if(!e[yc("0x3d")][yc("0xee")])return null;const{type:r,subType:i}=this[yc("0xdd")](t[yc("0x52")]);return{classes:[yc("0xc5"),n(r,i)],priority:3e3}}});const r=({showActiveMarkers:e=!0,isAttributeSuggestion:n=!1}={})=>(r,i,o)=>{if(!i[yc("0x15e")])return;const{id:s}=this._splitMarkerName(i[yc("0x52")]);if(n){const t=this[yc("0xe1")].get(s),e=this._getAttributeKey(t);if(!this[yc("0x7e")](e))return}if(i[yc("0x15e")].is(yc("0x118")))return void o[yc("0xef")][yc("0x165")](i[yc("0x15e")],r[yc("0x17d")]);const x=o[yc("0xa7")].toViewElement(i[yc("0x15e")]);if(i[yc("0x15e")].is(yc("0x116"))&&t[yc("0xfa")][yc("0x104")].isBlock(i[yc("0x15e")])&&!x[yc("0x73")]("addHighlight")){o.writer[yc("0x2c")]([yc("0xc5"),yc("0x9e")],x),o[yc("0x69")][yc("0x18")]("data-suggestion",s,x),o[yc("0xa7")].bindElementToMarker(x,i.markerName),e&&(this[yc("0x61")].includes(i.markerName)?o[yc("0x69")][yc("0x2c")](yc("0xb1"),x):o[yc("0x69")][yc("0x2e")](yc("0xb1"),x));for(const e of t.model[yc("0x6b")](i[yc("0x15e")])[yc("0x6c")]())o.consumable[yc("0x165")](e,r[yc("0x17d")]);o[yc("0xef")][yc("0x165")](i[yc("0x15e")],r[yc("0x17d")])}};t[yc("0x13b")][yc("0x171")](yc("0x136"))[yc("0x54")]((t=>{t.on("addMarker:suggestion:formatBlock",((t,e,n)=>{n[yc("0x3d")][yc("0xee")]&&r({showActiveMarkers:!1})(t,e,n)}),{priority:"highest"})})),t[yc("0x13b")][yc("0x171")](yc("0x136")).add((t=>{t.on(yc("0x9a"),((t,e,n)=>{n[yc("0x3d")][yc("0xee")]&&r({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,n)}),{priority:yc("0x122")})})),t[yc("0x13b")][yc("0x171")]("dataDowncast").markerToData({model:yc("0x168"),view:(t,e)=>e[yc("0x3d")][yc("0xee")]?null:{group:yc("0x168"),name:t.substr(11)}}),t.conversion[yc("0x171")](yc("0x9c"))[yc("0xc0")]({view:{name:yc("0x168"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n="suggestion:"+t.getAttribute("suggestion-type")+":"+t.getAttribute("id");return t[yc("0x12f")](yc("0x66"))&&(n+=":"+t.getAttribute(yc("0x66"))),e[yc("0xce")](yc("0xd2"),{"data-name":n})}}),t[yc("0x13b")].for(yc("0x9c"))[yc("0xbd")]({view:"suggestion"}),t[yc("0x13b")][yc("0x171")](yc("0x20"))[yc("0x54")]((t=>{t.on("addMarker:suggestion:formatBlock",r(),{priority:"high"})})),t.conversion[yc("0x171")]("editingDowncast")[yc("0x54")]((t=>{t.on(yc("0x9a"),r({isAttributeSuggestion:!0}),{priority:"high"})})),t.conversion[yc("0x171")](yc("0x20")).add((t=>{t.on(yc("0xba"),((t,e,n)=>{const r=n[yc("0xa7")][yc("0x174")](e.markerName);if(r)for(const t of r)t[yc("0x73")]("addHighlight")||(n[yc("0x69")][yc("0x2e")]([yc("0xc5"),"ck-suggestion-marker-formatBlock","ck-suggestion-marker--active"],t),n[yc("0x69")][yc("0x42")](yc("0x1b"),t),n[yc("0xa7")][yc("0x5f")](t,e[yc("0x52")]))}),{priority:yc("0x41")})})),t.conversion[yc("0x171")](yc("0x20"))[yc("0x54")]((t=>{t.on(yc("0xd4"),((t,e,n)=>{const r=n[yc("0xa7")][yc("0x174")](e.markerName);if(!r)return;const{id:i}=this._splitMarkerName(e[yc("0x52")]),o=this._suggestions[yc("0xa0")](i),s=this._getAttributeKey(o);if(this[yc("0x7e")](s))for(const t of r)t[yc("0x73")](yc("0x140"))||(n[yc("0x69")][yc("0x2e")](["ck-suggestion-marker",yc("0x9e"),yc("0xb1")],t),n[yc("0x69")][yc("0x42")]("data-suggestion",t),n.mapper.unbindElementFromMarkerName(t,e[yc("0x52")]))}),{priority:yc("0x41")})})),t[yc("0xfa")][yc("0xf9")].registerPostFixer((e=>{let n=!1;const r=Array[yc("0xec")](t[yc("0xfa")][yc("0xf9")].differ[yc("0x13a")]()),i=new Set;for(const{name:x,data:a}of r){const{group:r,type:c,subType:l,id:u}=this[yc("0xdd")](x);if(yc("0x168")!==r)continue;const d=this[yc("0xe1")].get(u);if(null!=a.newRange){yc("0x2d")==c&&(n=n||Ic(a[yc("0x64")],x,e,t[yc("0xfa")][yc("0x104")]));const r="attribute"==c&&this[yc("0x7e")](l[yc("0x28")]("|")[0]);if(a[yc("0x64")][yc("0x3c")]||yc("0xb5")==a[yc("0x64")].root[yc("0x6e")]||"formatBlock"==c&&!vc(a[yc("0x64")])||r&&!vc(a.newRange)||"deletion"==c&&(Sc(s=a[yc("0x64")])||(o=s)[yc("0x163")][yc("0x7f")]==o[yc("0x51")][yc("0x4c")]&&o[yc("0x163")].isAtEnd))e.removeMarker(x),n=!0;else{if(!d||!d.isInContent)continue;i[yc("0x54")](d)}}}var o,s;return i[yc("0x6d")]>0&&(n=!!this[yc("0x68")](i)||n),n})),t[yc("0xfa")].document[yc("0x8b")]((e=>{let n=!1;for(const r of t.model[yc("0xf9")][yc("0x82")][yc("0x4d")]())if(yc("0x35")==r[yc("0x132")])for(const r of this[yc("0xe1")][yc("0x178")]()){if(r[yc("0x8a")]||!r.isInContent)continue;const i="formatBlock"==r.type,o=this[yc("0x72")](r),s=o&&this[yc("0x7e")](o);if(!i&&!s)continue;const x=r[yc("0x137")]();if(x[yc("0x163")][yc("0x7f")]!=x.end[yc("0x7f")]&&!x.end.isAtEnd){const i=t[yc("0xfa")].createPositionAt(x[yc("0x163")][yc("0xf2")],yc("0x51")),o=t[yc("0xfa")][yc("0x12d")](x.start,i);e.updateMarker(r[yc("0x14d")](),{range:o}),n=!0}}return n})),t[yc("0xfa")][yc("0xf9")][yc("0x8b")]((t=>this[yc("0x32")](t))),t[yc("0xfa")][yc("0xf9")][yc("0x8b")]((t=>!t[yc("0x46")].isLocal&&this._processAttributeSuggestions(t))),t[yc("0xfa")].on(yc("0x147"),(()=>{this._recordAttributeSuggestions=!1})),t[yc("0xfa")][yc("0xf9")].on(yc("0x10d"),((n,r)=>{if(!r[yc("0xc8")]||r[yc("0xe4")])return;if(!this[yc("0xbe")])return;const i=t[yc("0xfa")][yc("0xf9")][yc("0x82")].getChanges();if(0==i[yc("0x2")])return;const o=[],s=i[yc("0x17a")]((t=>yc("0x13f")==t[yc("0x132")])),x=i[yc("0x17a")]((t=>yc("0x35")==t.type&&yc("0x100")!=t[yc("0x17d")])),a=i[yc("0x17a")]((t=>yc("0x1e")==t[yc("0x132")]&&yc("0x100")!=t.name));for(const e of s)this[yc("0xb7")](e[yc("0x12c")])&&o.push({key:e[yc("0x12c")],newValue:e[yc("0x173")],oldValue:e[yc("0x22")],range:Lc(e[yc("0x10c")],t[yc("0xfa")])});for(const e of x){const n=a.find((t=>t._element===e._element));if(n){const r=Mc(e[yc("0x83")].nodeAfter,t.model);n.name!==e[yc("0x17d")]&&o[yc("0xdc")]({key:yc("0x10e"),newValue:e[yc("0x17d")],oldValue:n[yc("0x17d")],range:r});for(const[t,i]of n[yc("0x3e")]){if(!this[yc("0xb7")](t))continue;const n=e[yc("0x3e")].get(t);i!==n&&o.push({key:t,newValue:n,oldValue:i,range:r})}for(const[t,i]of e[yc("0x3e")])this[yc("0xb7")](t)&&(n.attributes[yc("0x14f")](t)||o[yc("0xdc")]({key:t,newValue:i,oldValue:null,range:r}))}}0!=o.length&&t[yc("0xfa")].enqueueChange(r,(t=>{const n=(0,e.uid)();for(const{range:t,key:e,oldValue:r,newValue:i}of o)this[yc("0x16f")](t,e,r,i,{groupId:n});this[yc("0xab")](t,o)}))}),{priority:"lowest"}),t[yc("0xfa")][yc("0x102")].on("update:suggestion",((t,e,n)=>{if(null==n){const{id:t}=this._splitMarkerName(e[yc("0x17d")]),n=this[yc("0xe1")][yc("0xa0")](t);n&&n[yc("0x141")](e.name)}})),t[yc("0xfa")][yc("0xf9")].on(yc("0x10d"),(()=>{const e=Array[yc("0xec")](t[yc("0xfa")][yc("0xf9")][yc("0x82")][yc("0x13a")]()).filter((t=>yc("0x168")===this._splitMarkerName(t[yc("0x17d")]).group));if(0===e[yc("0x2")])return;e.sort(((t,e)=>{const n=t[yc("0x49")][yc("0xf6")],r=e.data[yc("0xf6")];return null===n&&null===r?0:null===n&&null!==r?-1:null!==n&&null===r?1:n[yc("0x163")][yc("0x79")](r.start)?-1:1}));const n=new Set,r=new Set;for(const{name:t,data:i}of e){const{id:e}=this[yc("0xdd")](t);if(null===i[yc("0xf6")]){const e=this._handleNewSuggestionMarker(t);r[yc("0x54")](e)}else{const t=this[yc("0xe1")][yc("0xa0")](e);null!==i[yc("0x64")]||t[yc("0x144")]?(n[yc("0x54")](t.head),r[yc("0x54")](t)):this[yc("0x43")](t)}}r[yc("0x6d")]>0&&this._refreshSuggestionsChain(r);for(const t of n)this[yc("0xa3")](yc("0x138"),t)})),t[yc("0xfa")].on("applyOperation",((e,n)=>{const r=n[0];if(!this[yc("0xe1")][yc("0x6d")])return;if(!r.isDocumentOperation)return;if(r[yc("0x46")].isUndo||!r.batch.isLocal)return;let i,o;switch(r[yc("0x132")]){case yc("0x35"):i=t[yc("0xfa")][yc("0x17")](r[yc("0x83")]),o=i[yc("0x99")](r[yc("0xe2")]);break;case"split":i=t.model[yc("0x17")](r.splitPosition),o=t[yc("0xfa")][yc("0x17")](r[yc("0x8d")]);break;case yc("0xe5"):i=t.model[yc("0x17")](r.targetPosition),o=i[yc("0x99")](r[yc("0xe2")]);break;default:return}const s=t[yc("0xfa")][yc("0x12d")](i,o);t[yc("0xfa")][yc("0x11f")]((()=>{for(const{suggestion:t,meta:e}of this[yc("0x148")](s)){if(t.isMultiRange)continue;if(yc("0x2d")==t[yc("0x132")])continue;const n=this[yc("0x72")](t);if(n&&this[yc("0x7e")](n)&&"split"!=r[yc("0x132")])continue;const x=t.data&&t[yc("0x49")].multipleBlocks;("formatBlock"!=t[yc("0x132")]||yc("0x28")==r[yc("0x132")]&&!x)&&(e.containsRangeInObject||yc("0xac")==t[yc("0x132")]&&e[yc("0xf8")]||t[yc("0x137")]().containsRange(s)&&this[yc("0x162")](t,i,o))}}))}),{priority:yc("0x169")}),t[yc("0xfa")].on("deleteContent",((e,n)=>{const r=n[0],i=n[1];if(i&&i[yc("0x125")])return;if(this._isForcedDefaultExecutionBlock)return;if(!this[yc("0x1c")].value)return;if(r.isCollapsed)return;const o=t[yc("0xfa")][yc("0x104")],{start:s,end:x}=r[yc("0x137")](),a=s[yc("0xf2")]&&o[yc("0xc1")](s[yc("0xf2")])?null:o[yc("0x7d")](s,yc("0xca")),c=x[yc("0x4c")]&&o.isLimit(x.nodeBefore)?null:o[yc("0x7d")](x,"backward"),l=t[yc("0xfa")][yc("0x12d")](a?a[yc("0x163")]:s,c?c[yc("0x51")]:x);t.model[yc("0x11f")]((e=>{this[yc("0x161")](l);const n=t[yc("0xfa")].schema[yc("0x7d")](l[yc("0x163")]);r.is(yc("0xeb"))?e.setSelection(n):r[yc("0x135")](n)})),e.stop()}),{priority:e.priorities[yc("0x157")]+10}),t[yc("0xfa")].on(yc("0xcc"),((e,n)=>{const r=n[n[yc("0x2")]-1];r&&r[yc("0x125")]||this[yc("0x97")]||this[yc("0x1c")][yc("0x13")]&&(t[yc("0xfa")].change((()=>{let r=t[yc("0xfa")][yc("0xcc")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!r)return;e[yc("0x124")]=r[yc("0x95")]();const i=r[yc("0x51")][yc("0x4c")],o=t[yc("0xfa")][yc("0x104")];i&&o[yc("0x57")](i)&&!o[yc("0x86")](i)&&(r=t[yc("0xfa")][yc("0x12d")](r.start,t.model[yc("0x17")](i,yc("0x51")))),this.markInsertion(r)})),e.stop())}),{priority:"high"}),this[yc("0x154")][yc("0x62")][yc("0x54")](yc("0x98"),this[yc("0x1c")]),this[yc("0xde")](yc("0x98"));const i=new p(t,this[yc("0xe1")]);t[yc("0x62")][yc("0x54")](yc("0x5d"),i),this.enableCommand(yc("0x5d"));const o=new y(t,this[yc("0xe1")]);t[yc("0x62")][yc("0x54")]("discardSuggestion",o),this[yc("0xde")](yc("0x17b")),t[yc("0x62")].add("acceptAllSuggestions",new F(t,i,this[yc("0xe1")])),this[yc("0xde")]("acceptAllSuggestions"),t[yc("0x62")][yc("0x54")](yc("0x94"),new F(t,o,this._suggestions)),this[yc("0xde")]("discardAllSuggestions"),t.commands.add("acceptSelectedSuggestions",new j(t,i,this[yc("0xe1")])),this[yc("0xde")](yc("0x7")),t[yc("0x62")].add(yc("0x15a"),new j(t,o,this[yc("0xe1")])),this[yc("0xde")](yc("0x15a"));const s=t.plugins[yc("0xa0")](yc("0xa1"));this[yc("0x128")](s,yc("0x158"),((t,{threadId:e})=>{const n=this[yc("0xe1")].get(e);n&&n[yc("0x37")]&&1===n[yc("0x37")].length&&this._updateSuggestionData(e,{hasComments:!0})}),{priority:yc("0xe8")}),this[yc("0x128")](s,"removeComment",((t,{threadId:e})=>{const n=this[yc("0xe1")][yc("0xa0")](e);n&&n.commentThread&&!n[yc("0x37")][yc("0x2")]&&this[yc("0x14a")](e,{hasComments:!1})}),{priority:yc("0xe8")})}set[yc("0x88")](t){if(this._adapter)throw new e.CKEditorError("track-changes-adapter-already-set",this);this[yc("0x60")]=t}get[yc("0x88")](){return this[yc("0x60")]}[yc("0x44")]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this._suggestions[yc("0x178")]())t&&!e[yc("0x144")]||n[yc("0xdc")](e);return e?n[yc("0x53")]((t=>t[yc("0x63")]())):n}[yc("0x179")](t){const n=this[yc("0xe1")].get(t);if(!n)throw new e.CKEditorError(yc("0x78"),this);return n}hasSuggestion(t){return this[yc("0xe1")].has(t)}[yc("0x25")](t){const{authorId:e,id:n,attributes:r}=t,[i,o]=t[yc("0x132")][yc("0x28")](":"),s=this[yc("0xe1")][yc("0xa0")](n)||this._createSuggestion(i,o,n,e,r);if(this[yc("0x150")](s),this[yc("0xc6")](s,i,o||null,e),s[yc("0x166")]=t.createdAt,s[yc("0x27")]=!0,r&&r["@external"]){const t=r[yc("0x34")],e=this[yc("0xaa")](t.authorName);s[yc("0x143")]=t[yc("0x166")],s[yc("0x1d")]=e,s[yc("0x109")]=!0}else s.authoredAt=t.createdAt;switch(t.data&&(s.data=t[yc("0x49")]),t.attributes&&(s.attributes=t.attributes),this[yc("0x60")]&&this[yc("0x60")].addSuggestion||(s[yc("0x113")]=!0),this[yc("0x16b")][yc("0xa0")](s)){case yc("0xb"):this[yc("0x16b")][yc("0x17c")](s,"dataReady");break;case yc("0x5e"):s.isInContent?(this[yc("0x68")](new Set([s])),this[yc("0x96")](new Set([s])),this._suggestionState[yc("0x17c")](s,yc("0x81")),this.fire(yc("0x39"),s)):this._suggestionState.set(s,yc("0x3f"))}return s}[yc("0x5d")](t){this[yc("0x125")]((()=>{this[yc("0x154")][yc("0xfa")].change((()=>{for(const e of t[yc("0xd6")]())e[yc("0x14c")]()}))}))}[yc("0x17b")](t){this[yc("0x125")]((()=>{this[yc("0x154")][yc("0xfa")][yc("0x11f")]((()=>{for(const e of t.getAllAdjacentSuggestions())e[yc("0x40")]()}))}))}[yc("0xde")](t,n){const r=this.editor[yc("0x62")][yc("0xa0")](t);if(!r)throw new e.CKEditorError(yc("0xff"),this,{commandName:t});if(this[yc("0x3a")].has(r))throw new e.CKEditorError(yc("0x92"),this,{commandName:t});this[yc("0x3a")][yc("0x54")](r),n&&r.on(yc("0xf1"),((t,e)=>{this[yc("0x1c")].value&&(this._isForcedDefaultExecutionBlock||(e[yc("0x2")]>0&&e[e[yc("0x2")]-1]&&e[e[yc("0x2")]-1].forceDefaultExecution?e[yc("0x77")]():(t[yc("0x124")]=n(((...t)=>r[yc("0xf1")](...t,{forceDefaultExecution:!0})),...e),t[yc("0x121")]())))}),{priority:"high"})}[yc("0x125")](t){let n,r;const i=this[yc("0x97")];this._isForcedDefaultExecutionBlock=!0;try{n=t()}catch(t){r=t}return i||(this[yc("0x97")]=!1),r&&e.CKEditorError[yc("0x14")](r,this),n}markInsertion(t,n=null,r={}){if(t[yc("0x3c")])return null;const i=this[yc("0x154")][yc("0x5c")].get(yc("0xd8")).me;for(const{suggestion:e,meta:i}of this[yc("0x148")](t,yc("0xac")))if(i[yc("0xf8")]){if(!i.isNextTo){if(i[yc("0xda")]){if(!this[yc("0x139")]||!Fc(e,r))continue;return e}if(Fc(e,r))return e;this[yc("0x162")](e,t.start,t.end);break}if(n==e.subType&&Fc(e,r)){const n=e[yc("0x137")]();return n[yc("0x163")].isEqual(t.end)?this[yc("0x75")](e,this[yc("0x6f")][yc("0x12d")](t[yc("0x163")],n[yc("0x51")])):this[yc("0x75")](e,this._model[yc("0x12d")](n[yc("0x163")],t[yc("0x51")])),e}}const o=(0,e.uid)(),s=i.id,x=n?yc("0xfe")+n:yc("0xac"),a=this[yc("0x8")]({id:o,type:x,createdAt:new Date,authorId:s,attributes:r});return this[yc("0xe6")](x,o,s,t),a}[yc("0x17e")](t,n=yc("0x15d"),r={}){const i=this.editor[yc("0x5c")][yc("0xa0")](yc("0xd8")).me,o=this[yc("0x71")][yc("0x11a")](yc("0xac"),n,yc("0x175"));for(const e of this[yc("0x44")]())if(e[yc("0x1d")].id==i.id&&yc("0xac")==e[yc("0x132")]&&e[yc("0x7c")]==n&&Fc(e,r)&&(o(e[yc("0x84")](),t)||o(t,e[yc("0x84")]()))){for(const n of t)e[yc("0x13c")](n);return e}for(const{suggestion:e,meta:n}of this[yc("0x148")](t,yc("0xac"))){if(!n.isOwn)continue;if(!this[yc("0x139")]&&n[yc("0xda")])continue;if(!Fc(e,r))continue;let i=!0;for(const n of e[yc("0x84")]())for(const e of t)if(!n[yc("0xb6")](e)){i=!1;break}if(i)return e}const s=(0,e.uid)(),x=i.id,a=yc("0xfe")+n,c=this[yc("0x8")]({id:s,type:a,createdAt:new Date,authorId:x,attributes:r});for(const e of t)this._addSuggestionMarker(a,s,x,e,Yr.getMultiRangeId());return c}[yc("0x7b")](t,n,r=null,i={}){if(r=r||Nc(n),t[yc("0x3c")])return null;if(yc("0x56")===this[yc("0x5a")]){const e=this[yc("0x71")][yc("0x11a")](yc("0x2d"),r,yc("0x14c"));return this[yc("0x125")]((()=>e([t],n,i))),null}const o=this[yc("0x154")][yc("0x5c")][yc("0xa0")](yc("0xd8")).me,s=[];if("always"!==this[yc("0x5a")])for(const{suggestion:e,meta:n}of this[yc("0x148")](t,yc("0xac")))n.isOwn&&!n[yc("0x29")]&&s.push(...e[yc("0x84")]());const x=function(t,e){const n=[];for(const r of e){const e=t[yc("0xfd")](r);e&&n[yc("0xdc")](e)}return n}(t,s),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[yc("0x2")];){const r=n[e][yc("0x13e")](t);n[yc("0x10f")](e,1,...r),e+=r[yc("0x2")]}}return n}(t,s);x[yc("0x2")]&&this[yc("0x6f")].change((()=>{for(const t of x){const e=this[yc("0x71")][yc("0x11a")]("formatInline",r,"accept");this[yc("0x125")]((()=>e([t],n,i)))}}));for(const t of a){let s=null,x=t[yc("0x163")],a=t.end;for(const{suggestion:e,meta:n}of this[yc("0x148")](t,yc("0x2d"))){if(!n[yc("0xf8")])continue;if(e[yc("0x7c")]!=r)continue;if(!Fc(e,i))continue;const o=e[yc("0x137")]();if(o.containsRange(t,!0))return null;x=x[yc("0x79")](o[yc("0x163")])?x:o.start,a=a[yc("0xa6")](o[yc("0x51")])?a:o[yc("0x51")],s?o.start[yc("0x79")](s.getFirstRange().start)?(s[yc("0xa4")](),s=e):e[yc("0xa4")]():s=e}const c=this[yc("0x6f")][yc("0x12d")](x,a);if(s)this._setSuggestionRange(s,c);else{const t=(0,e.uid)(),s=o.id;this[yc("0x8")]({id:t,type:yc("0x11c")+r,data:n,createdAt:new Date,authorId:s,attributes:i}),this._addSuggestionMarker(yc("0x11c")+r,t,s,c)}}return null}[yc("0xb4")](t,n,r=[],i=null,o={}){n.formatGroupId||(n.formatGroupId=n[yc("0xf4")]),n[yc("0x15")]=t.is(yc("0x10c")),i=i||Nc(n);const s=r[yc("0x53")]((t=>Mc(t,this[yc("0x6f")]))),x=t.is(yc("0x10c"))?t:Mc(t,this[yc("0x6f")]);if("never"===this[yc("0x5a")]){const t=this[yc("0x71")][yc("0x11a")](yc("0x85"),i,"accept");return this[yc("0x125")]((()=>t([x],n,o))),null}s[yc("0xdc")](x);let a=!0;for(const t of s)if(!this[yc("0xf0")](t)){a=!1;break}if(a&&yc("0x8c")!==this[yc("0x5a")]){const t=this[yc("0x71")].getSuggestionCallback("formatBlock",i,yc("0x14c"));return this.forceDefaultExecution((()=>t([x],n,o))),null}let c=null,l=x.start,u=x[yc("0x51")];for(const{suggestion:t,meta:e}of this[yc("0x148")](x,yc("0x85"))){if(!e.isOwn)continue;if(e[yc("0x23")]||e[yc("0xda")]||e[yc("0x29")])continue;if(t[yc("0x49")][yc("0x112")]!=n[yc("0x112")])continue;if(!Fc(t,o))continue;const r=t[yc("0x137")]();if(t.subType==i){if(r[yc("0xb6")](x,!0))return null;l=l[yc("0x79")](r[yc("0x163")])?l:r[yc("0x163")],u=u[yc("0xa6")](r[yc("0x51")])?u:r[yc("0x51")],c?r.start.isBefore(c[yc("0x137")]()[yc("0x163")])?(c[yc("0xa4")](),c=t):t.removeMarkers():c=t}else{const e=x[yc("0xfd")](r);this[yc("0xdf")](t,e)}}const d=this.editor[yc("0x5c")][yc("0xa0")]("Users").me,g=(0,e.uid)(),f=d.id;if(c)return this[yc("0x75")](c,this._model[yc("0x12d")](l,u)),c;{const t=this._setSuggestionData({id:g,type:"formatBlock:"+i,data:n,createdAt:new Date,authorId:f,attributes:o});return this[yc("0xe6")](yc("0x12b")+i,g,f,this[yc("0x6f")].createRange(l,u)),t}}[yc("0xa8")](t,n,r=[],i=null,o={}){n[yc("0x112")]||(n[yc("0x112")]=n.commandName);const s=t[0];n[yc("0x15")]=s.is(yc("0x10c")),i=i||Nc(n);const x=r[yc("0x53")]((t=>Mc(t,this[yc("0x6f")]))),a=s.is("range")?t:t[yc("0x53")]((t=>Mc(t,this[yc("0x6f")])));if(yc("0x56")===this[yc("0x5a")]){const t=this[yc("0x71")][yc("0x11a")](yc("0x85"),i,yc("0x14c"));return this[yc("0x125")]((()=>t(a,n,o))),null}x[yc("0xdc")](...a);let c=!0;for(const t of x)if(!this[yc("0xf0")](t)){c=!1;break}if(c&&yc("0x8c")!==this[yc("0x5a")]){const t=this[yc("0x71")][yc("0x11a")](yc("0x85"),i,yc("0x14c"));return this[yc("0x125")]((()=>t(a,n,o))),null}const l=this[yc("0x154")][yc("0x5c")][yc("0xa0")]("Users").me;for(const t of this[yc("0x44")]()){if(t[yc("0x1d")].id!=l.id)continue;if(yc("0x85")!=t[yc("0x132")]||t[yc("0x49")][yc("0x112")]!=n[yc("0x112")])continue;if(!Fc(t,o))continue;const e=t[yc("0x7c")]==i;for(let n=0;n<a[yc("0x2")];n++){const r=a[n];for(const i of t[yc("0xae")]()){const o=i[yc("0x3")]();if(r[yc("0xc9")](o)){e?(a.splice(n,1),n--):t.removeMarker(i[yc("0x17d")]);break}}}}if(0==a.length)return null;const u=this[yc("0x71")][yc("0x11a")](yc("0x85"),i,yc("0x175"));for(const t of this[yc("0x44")]())if(t.author.id==l.id&&yc("0x85")==t.type&&t[yc("0x49")][yc("0x112")]==n[yc("0x112")]&&t[yc("0x7c")]==i&&Fc(t,o)&&(u(t.getRanges(),a)||u(a,t[yc("0x84")]()))){for(const e of a)t[yc("0x13c")](e);return t}const d=(0,e.uid)(),g=l.id,f=yc("0x12b")+i,h=this[yc("0x8")]({id:d,type:f,data:n,createdAt:new Date,authorId:g,attributes:o});for(const t of a)this[yc("0xe6")](f,d,g,t,Yr.getMultiRangeId());return h}[yc("0x161")](t,n=null,r={}){if(t.isCollapsed)return null;const i=this[yc("0x154")][yc("0x5c")].get(yc("0xd8")).me,o=new s.LiveRange(t[yc("0x163")],t[yc("0x51")]);for(const{suggestion:t,meta:e}of this[yc("0x148")](o,yc("0xac")))if(e[yc("0xf8")]&&!e[yc("0x23")])if(t[yc("0x8a")]){const e=t.getRanges()[yc("0x17a")]((t=>yc("0xb5")!=t[yc("0xd0")][yc("0x6e")]));if(e[yc("0x9b")]((t=>o.containsRange(t,!0)))&&t.discard(),e[yc("0x30")]((t=>t[yc("0xb6")](o,!0)))){const t=this[yc("0x71")][yc("0x11a")](yc("0x16"),n,yc("0x14c"));return this[yc("0x125")]((()=>t([o],null,r))),null}}else{const e=o[yc("0xfd")](t[yc("0x137")]());null!==e&&t[yc("0x45")]([e],null,r)}if(o[yc("0xa2")](),o[yc("0x3c")]||yc("0xb5")==o[yc("0xd0")].rootName)return null;let x=null,a=o.start,c=o[yc("0x51")];const l=this[yc("0x148")](o,"deletion");for(const{suggestion:t,meta:e}of l){const n=this[yc("0x6f")][yc("0x12d")](a,c);if(e[yc("0xf8")]&&(this[yc("0x139")]||!e.containsRangeInObject&&!e[yc("0x29")]))if(t.isMultiRange){if(!Fc(t,r))continue;let e=!0;for(const r of t[yc("0x84")]()){if(r[yc("0xb6")](n,!0))return t;n[yc("0xb6")](r)||(e=!1)}e&&t[yc("0x40")]()}else{const e=t.getFirstRange();if(e[yc("0xb6")](n,!0))return t;if(!Fc(t,r)){n[yc("0xb6")](e)?t[yc("0xa4")]():e[yc("0x105")](a)?a=e[yc("0x51")]:e[yc("0x105")](c)&&(c=e.start);continue}a=a[yc("0x79")](e[yc("0x163")])?a:e[yc("0x163")],c=c[yc("0xa6")](e[yc("0x51")])?c:e[yc("0x51")],r=Object.assign({},t.attributes),x?e[yc("0x163")].isBefore(x[yc("0x137")]().start)?(x[yc("0xa4")](),x=t):t[yc("0xa4")]():x=t}}if(x)return this[yc("0x75")](x,this._model[yc("0x12d")](a,c)),x;{const t=(0,e.uid)(),o=this[yc("0x6f")][yc("0x12d")](a,c),s=i.id,x=n?yc("0x119")+n:"deletion",l=this._setSuggestionData({id:t,type:x,createdAt:new Date,authorId:s,attributes:r});return this._addSuggestionMarker(x,t,s,o),l}}[yc("0x2f")](t,n="multi",r={}){const i=this[yc("0x154")][yc("0x5c")][yc("0xa0")](yc("0xd8")).me,o=t[yc("0x53")]((t=>new s.LiveRange(t[yc("0x163")],t[yc("0x51")]))),x=new Set;for(const{suggestion:t,meta:e}of this[yc("0x148")](o,"insertion"))e[yc("0xf8")]&&!e.isNextTo&&x.add(t);for(const e of x)if(e[yc("0x8a")]){const i=e[yc("0x84")]();if((!e.attributes||!e[yc("0x3e")].skipNestingCheck)&&i[yc("0x9b")]((t=>o[yc("0x30")]((e=>e.containsRange(t,!0)))))&&e[yc("0x40")](),o[yc("0x9b")]((t=>i[yc("0x30")]((e=>e[yc("0xb6")](t,!0)))))){const e=this[yc("0x71")][yc("0x11a")]("deletion",n,yc("0x14c"));return this[yc("0x125")]((()=>e(t,null,r))),null}}else{const t=e[yc("0x137")]();if(o.some((e=>e[yc("0xb6")](t,!0)))&&e.discard(),o[yc("0x9b")]((e=>t[yc("0xb6")](e,!0)))){const t=this._suggestionFactory[yc("0x11a")](yc("0x16"),n,yc("0x14c"));return this[yc("0x125")]((()=>t(o,null,r))),null}}const a=this._suggestionFactory[yc("0x11a")](yc("0x16"),n,"join");let c=null;for(const t of this[yc("0x44")]())if(t.author.id==i.id&&t[yc("0x144")]&&yc("0x16")==t.type&&t[yc("0x7c")]==n&&Fc(t,r)&&(a(t[yc("0x84")](),o)||a(o,t.getRanges())))if(c){if(t[yc("0x37")]&&t[yc("0x37")][yc("0x2")])continue;for(const e of t[yc("0x84")]())c.isIntersectingWithRange(e)||c.addRange(e);t[yc("0xa4")]()}else{c=t;for(const e of o)t.isIntersectingWithRange(e)||t.addRange(e)}if(c)return c;x[yc("0x101")]();for(const{suggestion:t,meta:e}of this[yc("0x148")](o,yc("0x16")))e.isOwn&&(this._mergeNestedSuggestions||!e[yc("0xda")]&&!e.isInsideObject)&&Fc(t,r)&&x[yc("0x54")](t);for(const t of x){const e=t.getRanges();if((!r||!r.skipNestingCheck)&&o.every((t=>e[yc("0x30")]((e=>e[yc("0xb6")](t,!0))))))return t;(!t.attributes||!t[yc("0x3e")][yc("0xd1")])&&e[yc("0x9b")]((t=>o[yc("0x30")]((e=>e[yc("0xb6")](t,!0)))))&&t.discard()}const l=(0,e.uid)(),u=i.id,d=yc("0x119")+n,g=this[yc("0x8")]({id:l,type:d,createdAt:new Date,authorId:u,attributes:r});for(const t of o)t[yc("0xa2")](),t[yc("0x3c")]||yc("0xb5")==t[yc("0xd0")][yc("0x6e")]||this[yc("0xe6")](d,l,u,t,Yr[yc("0x117")]());return g}[yc("0x16f")](t,n,r,i,o){if(t[yc("0x3c")])return[];if(yc("0x56")===this[yc("0x5a")])return[];const s=this[yc("0x154")][yc("0x5c")].get(yc("0xd8")).me.id,x=Array.from(this[yc("0xe1")][yc("0x178")]()).filter((e=>yc("0x13f")==e.type&&e[yc("0x49")][yc("0xb8")]==n&&e[yc("0xfc")](t)));if(yc("0x93")===this._trackFormatChanges){const e=this[yc("0x148")](t,yc("0xac")).filter((({meta:t})=>t[yc("0xf8")]&&!t[yc("0x29")]&&!t.isNextTo))[yc("0x53")]((({suggestion:t})=>t));x.unshift(...e)}const a=new Map([[t,r]]);for(const t of x){const e="attribute"==t.type?t[yc("0x49")][yc("0xf5")]:void 0,o=t.getFirstRange(),s=Array.from(a[yc("0x19")]())[yc("0x33")]((t=>t[yc("0x134")](o)));if(!s)continue;const x=s[yc("0x13e")](o);this[yc("0x7e")](n)&&"insertion"==t.type&&0!=x.length||(a[yc("0x108")](s),x.forEach((t=>{a[yc("0x17c")](t,r)})),yc("0xac")!=t[yc("0x132")]&&e!=i&&a[yc("0x17c")](s[yc("0xfd")](o),e))}const c=[];for(const[t,r]of a){const x=(0,e.uid)(),a={key:n,oldValue:r,newValue:i};n.length>37&&console[yc("0x4e")](yc("0xb0"),{key:n});const l=("attribute:"+n+"|"+Nc({newValue:i}))[yc("0x11d")](0,60),u=this[yc("0x8")]({id:x,type:l,data:a,createdAt:new Date,authorId:s,attributes:o});c[yc("0xdc")](u),this._addSuggestionMarker(l,x,s,t)}return c}[yc("0x59")](t){this[yc("0x90")][yc("0x54")](t)}[yc("0x38")](t){this._inlineAttributeKeys[yc("0x54")](t)}[yc("0xe9")](t,e=[],n=[]){this[yc("0xde")](t,((t,...e)=>{this[yc("0x12e")]((()=>{t(...e)}))}));for(const t of e)this[yc("0x38")](t);for(const t of n)this[yc("0x59")](t)}[yc("0x72")](t){return yc("0x13f")==t[yc("0x132")]?t[yc("0x7c")][yc("0x28")]("|")[0]:null}[yc("0x75")](t,e){const n=t.getFirstMarker();this[yc("0x6f")][yc("0x11f")]((t=>{t[yc("0x11")](n,{range:e})}))}[yc("0x150")](t){const e=t.id,n=this[yc("0x154")][yc("0xb9")].get(yc("0x123"));this[yc("0xa")][yc("0xbc")](e)||this[yc("0xa")][yc("0x6a")]({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const r=this[yc("0xa")][yc("0xc4")](e);r.unbind("isRemovable"),r.isRemovable=!1,t.commentThread=r}[yc("0xc6")](t,n,r,i){if(t.type!=n||t[yc("0x7c")]!=r||t[yc("0x10b")].id!=i)throw this[yc("0x154")][yc("0x4")]("track-changes-suggestion-data-mismatch"),new e.CKEditorError(yc("0x1a"),this)}[yc("0xdf")](t,n){const r=t[yc("0x137")]();if(n[yc("0xc9")](r))t[yc("0xa4")]();else if(r.containsRange(n)){const i=this[yc("0x6f")][yc("0x17")](n[yc("0x163")].nodeBefore,yc("0x51"));this._setSuggestionRange(t,this[yc("0x6f")][yc("0x12d")](r[yc("0x163")],i));const o=(0,e.uid)(),s=t.creator.id,x=t[yc("0x132")]+":"+t[yc("0x7c")];this[yc("0x8")]({id:o,type:x,createdAt:new Date,authorId:s,data:t[yc("0x49")],attributes:t[yc("0x3e")]});const a=this._model.createPositionAt(n.end.parent,yc("0x24")),c=this[yc("0x6f")][yc("0x12d")](a,r.end);this[yc("0xe6")](x,o,s,c)}else if(r[yc("0x105")](n[yc("0x163")])){const e=this[yc("0x6f")][yc("0x17")](n[yc("0x163")][yc("0x4c")],yc("0x51"));this[yc("0x75")](t,this[yc("0x6f")][yc("0x12d")](r[yc("0x163")],e))}else{const e=this[yc("0x6f")][yc("0x17")](n[yc("0x51")][yc("0x7f")],yc("0x24"));this[yc("0x75")](t,this[yc("0x6f")][yc("0x12d")](e,r.end))}}[yc("0xf0")](t){for(const{suggestion:e,meta:n}of this[yc("0x148")](t,yc("0xac"))){if(!n[yc("0xf8")])continue;const r=e[yc("0x84")]();for(const e of r)if(!t[yc("0x13e")](e).length)return!0}return!1}_getAuthorFromId(t){const n=this[yc("0x154")][yc("0x5c")][yc("0xa0")](yc("0xd8")).getUser(t);if(!n)throw new e.CKEditorError(yc("0xd3"),this);return n}[yc("0xaa")](t){const e=this.editor[yc("0x5c")][yc("0xa0")](yc("0xd8")),n=(0,o.hashObject)(yc("0x11b")+t);return e[yc("0x10a")](n)||e[yc("0x16e")]({id:n,name:t})}_createSuggestion(t,e,n,r,i){const o=this[yc("0x126")](r),s=this[yc("0x71")][yc("0xc")](t,e,n,o,i,(t=>{this[yc("0x14a")](n,{attributes:t});const e=this[yc("0x179")](n);this[yc("0x68")](new Set([e])),this._refreshSuggestionsChain(new Set([e]))}));return this[yc("0x128")](s,yc("0x14c"),(()=>{this._updateSuggestionData(n,{state:yc("0x14e")})}),{priority:yc("0x41")}),this[yc("0x128")](s,yc("0x40"),(()=>{this._updateSuggestionData(n,{state:yc("0x177")})}),{priority:yc("0x41")}),this._suggestions[yc("0x17c")](n,s),this[yc("0x16b")][yc("0x17c")](s,yc("0xb")),s}[yc("0xdd")](t){const e=t[yc("0x28")](":");return{group:e[0],type:e[1],subType:e[yc("0x2")]>=5?e[2]:null,id:e[yc("0x2")]<5?e[2]:e[3],authorId:e[yc("0x2")]<5?e[3]:e[4],markerCount:6==e[yc("0x2")]?e[5]:null}}[yc("0x162")](t,n,r){const i=t.getFirstRange(),o=i[yc("0x163")],s=i[yc("0x51")];this[yc("0x75")](t,this[yc("0x6f")][yc("0x12d")](o,n));const x=(0,e.uid)(),a=t.creator.id,c=t[yc("0x132")]+(t[yc("0x7c")]?":"+t[yc("0x7c")]:"");this[yc("0x8")]({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t[yc("0x3e")],data:t.data});const l=this[yc("0x72")](t);(yc("0x85")==t[yc("0x132")]||l&&this[yc("0x7e")](l))&&(r=this[yc("0x6f")][yc("0x145")](r[yc("0x7f")])),this._addSuggestionMarker(c,x,a,this[yc("0x6f")].createRange(r,s))}[yc("0x148")](t,e=null){const n=[],r=this.editor[yc("0x5c")].get(yc("0xd8")).me;Array[yc("0x151")](t)||(t=[t]);for(const i of this.getSuggestions()){if(!i[yc("0x144")])continue;if(e&&i[yc("0x132")]!=e)continue;let o=!1;for(const e of i[yc("0x84")]()){for(const s of t){const t=s.start[yc("0xc9")](e[yc("0x51")])||s.end[yc("0xc9")](e.start);if(t||s[yc("0xfd")](e)){const x=s[yc("0xb6")](e)&&Rc(this[yc("0x6f")][yc("0x104")],e.start,s),a=e[yc("0xb6")](s)&&Rc(this._model[yc("0x104")],s.start,e);n[yc("0xdc")]({suggestion:i,meta:{isOwn:r==i.author,isNextTo:t,isInsideObject:x,containsRangeInObject:a}}),o=!0;break}}if(o)break}}return n}_addSuggestionMarker(t,e,n,r,i){this[yc("0x6f")][yc("0x11f")]((o=>{let s=yc("0x9")+t+":"+e+":"+n;i&&(s=s+":"+i),o[yc("0x127")](s,{range:r,usingOperation:!0,affectsData:!0})}))}[yc("0x43")](t){const e=t.previous,n=t[yc("0x130")];t.previous=null,t[yc("0x130")]=null,null!=e&&e[yc("0x130")]==t&&(e[yc("0x130")]=n),null!=n&&n.previous==t&&(n[yc("0x16a")]=e),"ready"==this[yc("0x16b")][yc("0xa0")](t)&&(this[yc("0x16b")].set(t,yc("0x3f")),this[yc("0xa3")](yc("0xaf"),t,e,n))}_setSuggestionData(t){const n=t.id,r=this[yc("0x25")](t);if(this._adapter&&this._adapter[yc("0xbf")]){const i=this.editor.plugins[yc("0xa0")](yc("0xa9")),o=r[yc("0x8f")],s=r[yc("0x7c")]?r[yc("0x132")]+":"+r.subType:r[yc("0x132")],x=this[yc("0x154")].locale,a=i[yc("0x54")](Jr(x,yc("0xea"))),c={id:n,type:s,hasComments:o,data:t[yc("0x49")]||null,originalSuggestionId:t[yc("0x1f")]||null,attributes:r.attributes};this[yc("0x60")][yc("0xbf")](c)[yc("0x31")]((t=>{r[yc("0x113")]=!0,i[yc("0x1e")](a),t&&t[yc("0x166")]&&(this[yc("0xe1")][yc("0xa0")](n)[yc("0x166")]=t[yc("0x166")])}))[yc("0x14b")]((t=>{throw(0,e.logWarning)(yc("0x110")),this[yc("0x154")][yc("0xfa")][yc("0x176")]({isUndoable:!1},(()=>{r.discard()})),r[yc("0x9f")](),this[yc("0xe1")].delete(r.id),this[yc("0x16b")][yc("0x108")](r),t}))}return r}[yc("0x7e")](t){return this._blockAttributeKeys.has(t)}_updateSuggestionData(t,e){const n=this[yc("0x154")].plugins[yc("0xa0")](yc("0xa9")),r=this.getSuggestion(t);if(this[yc("0x60")]&&this[yc("0x60")][yc("0xe3")])if(r[yc("0x113")]){const r=n[yc("0x54")](Jr(this[yc("0x154")][yc("0xb2")],yc("0xea")));this[yc("0x60")].updateSuggestion(t,e)[yc("0x31")]((()=>{n[yc("0x1e")](r)}))}else r.on(yc("0x26"),(()=>{this._updateSuggestionData(t,e)}))}[yc("0xe7")](t){if(!this._adapter||!this[yc("0x60")][yc("0x179")])throw new e.CKEditorError(yc("0xd9"),this);return this[yc("0x60")][yc("0x179")](t)}[yc("0x155")](t){const{id:e,type:n,subType:r,authorId:i}=this[yc("0xdd")](t),o=this[yc("0xe1")][yc("0xa0")](e)||this[yc("0x156")](n,r,e,i,{});switch(this[yc("0xc6")](o,n,r,i),this[yc("0x16b")].get(o)){case yc("0xb"):this._getSuggestionData(e)[yc("0x31")]((t=>{let n=Promise[yc("0x107")]();t[yc("0x8f")]&&(n=this[yc("0xa")][yc("0x159")]({channelId:this.editor[yc("0xb9")].get(yc("0x123")),threadId:e})),n.then((()=>{this[yc("0x25")](t)._saved=!0}))})),this[yc("0x16b")][yc("0x17c")](o,yc("0x5e"));break;case yc("0x3f"):this[yc("0x14a")](e,{state:yc("0x50")});case yc("0xe"):this._suggestionState[yc("0x17c")](o,yc("0x81")),this.fire(yc("0x39"),o);break;case yc("0x81"):this.fire(yc("0x138"),o)}return o[yc("0x141")](t),o}[yc("0x96")](t){const e=Array.from(t),n=e.filter((t=>yc("0x13f")==t[yc("0x132")]));this[yc("0x167")](n);const r=e.filter((t=>!t[yc("0x8a")]&&yc("0x13f")!=t.type)),i=this[yc("0x44")]({skipNotAttached:!0})[yc("0x17a")]((t=>!t.isMultiRange&&yc("0x13f")!=t[yc("0x132")])),o=i[yc("0x17a")]((e=>!t[yc("0x14f")](e))),s=new Map(i[yc("0x53")]((t=>[t,this[yc("0x71")][yc("0x11a")](t[yc("0x132")],t[yc("0x7c")],yc("0x164"))]))),x=new Map(i.map((t=>[t,t[yc("0x137")]()]))),a=new Set,c=new Set;for(let t=0;t<r[yc("0x2")];t++)u(r[t],r,t+1);for(let t=0;t<r.length;t++)u(r[t],o,0);const l=new Set;for(let t=0;t<r[yc("0x2")];t++){const e=r[t];!c[yc("0x14f")](e)&&e[yc("0x16a")]&&(l[yc("0x54")](e[yc("0x16a")]),e.previous[yc("0x130")]===e&&(e.previous[yc("0x130")]=null),e[yc("0x16a")]=null),!a[yc("0x14f")](e)&&e.next&&(l[yc("0x54")](e[yc("0x130")]),e[yc("0x130")].previous===e&&(e.next.previous=null),e[yc("0x130")]=null)}function u(t,e,n){for(let r=n;r<e.length;r++){const n=d(t,e[r]);n&&(n[0][yc("0x130")]=n[1],n[1][yc("0x16a")]=n[0],a[yc("0x54")](n[0]),c.add(n[1]))}}function d(t,e){if(t.author.id!==e[yc("0x1d")].id)return null;const n=s.get(t)(t,e,x[yc("0xa0")](t),x[yc("0xa0")](e));return n&&s[yc("0xa0")](e)(t,e,x[yc("0xa0")](t),x[yc("0xa0")](e))?n[1][yc("0x37")]&&n[1][yc("0x37")].length?null:n:null}l[yc("0x6d")]&&this[yc("0x96")](l)}[yc("0x167")](t){if(0==t[yc("0x2")])return;const e=this.getSuggestions({skipNotAttached:!0}).filter((t=>"attribute"==t[yc("0x132")]&&t._isDataLoaded)),n=[],r=new Map;for(const t of e){const e=(0,o.hashObject)(t[yc("0x3e")]);r.has(e)||(r[yc("0x17c")](e,n.length),n[yc("0xdc")]([]));const i=r[yc("0xa0")](e);n[i][yc("0xdc")](t)}!function(){n.sort(((t,e)=>{const n=t[0].createdAt,r=e[0].createdAt;return n==r?t[0].attributes[yc("0x1")]<e[0][yc("0x3e")][yc("0x1")]?-1:1:n<r?-1:1}));for(const t of n)t[yc("0x3b")](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<n.length;t++){if(0==n[t][yc("0x2")])continue;const e=[];for(let r=t+1;r<n[yc("0x2")];r++)0!=n[r][yc("0x2")]&&i(n[t],n[r])&&e[yc("0xdc")](r);for(const r of e)n[t]=n[t][yc("0x115")](n[r]),n[r]=[]}for(const t of n)for(let e=0;e<t[yc("0x2")];e++)t[e][yc("0x130")]=t[e+1]||null;for(const t of n)for(let e=0;e<t[yc("0x2")];e++)t[e][yc("0x16a")]=t[e-1]||null;function i(t,e){if(t[0][yc("0x3e")][yc("0x1")]!==e[0][yc("0x3e")].groupId&&t[0][yc("0x1d")]!==e[0].author)return!1;if(n=t[0],r=e[0],(n[yc("0x8f")]||r[yc("0x8f")])&&(n[yc("0x8f")]&&r[yc("0x8f")]||!(n[yc("0x8f")]&&r[yc("0x166")]<n[yc("0x37")][yc("0x5")].get(0)[yc("0x166")]||r.hasComments&&n[yc("0x166")]<r[yc("0x37")][yc("0x5")][yc("0xa0")](0)[yc("0x166")])))return!1;var n,r;const i=bc(t[0][yc("0x3e")],"groupId"),o=bc(e[0][yc("0x3e")],yc("0x1"));return!!jr(i,o)&&(!!t[yc("0x9b")]((t=>e[yc("0x30")]((e=>t[yc("0x137")]()[yc("0xc9")](e.getFirstRange())))))&&e.every((e=>t.some((t=>e[yc("0x137")]().isEqual(t[yc("0x137")]()))))))}}[yc("0x68")](t){const e=Array[yc("0xec")](t),n=this.getSuggestions({skipNotAttached:!0}),r=n[yc("0x17a")]((e=>!t[yc("0x14f")](e))),i=new Map(e.map((t=>[t,this[yc("0x71")][yc("0x11a")](t[yc("0x132")],t[yc("0x7c")],yc("0x175"))]))),o=new Map(n[yc("0x53")]((t=>[t,t[yc("0x84")]()])));for(let t=0;t<e[yc("0x2")];t++)if(s(this,e[t],e,t+1))return!0;for(let t=0;t<e[yc("0x2")];t++)if(s(this,e[t],r,0))return!0;return!1;function s(t,e,n,r){for(let s=r;s<n[yc("0x2")];s++){const r=n[s];if(r[yc("0x132")]!==e[yc("0x132")]||r[yc("0x1d")].id!==e[yc("0x1d")].id||r[yc("0x7c")]!==e[yc("0x7c")])continue;if(!Oc(e,r,["groupId"]))continue;if(yc("0x13f")==e.type&&e[yc("0x49")][yc("0xf5")]!=r.data[yc("0xf5")])continue;if(yc("0x13f")==e[yc("0x132")]&&t[yc("0x7e")](e[yc("0x49")][yc("0xb8")]))continue;if(yc("0x85")==e[yc("0x132")]){const n=t[yc("0x154")].model,r=e[yc("0xed")]();if(r&&(n[yc("0x104")][yc("0x86")](r)||n.schema[yc("0xc1")](r)))continue}const x=i.get(e),a=o[yc("0xa0")](e),c=o[yc("0xa0")](r),l=e[yc("0x37")]&&e[yc("0x37")][yc("0x2")],u=r.commentThread&&r.commentThread[yc("0x2")];if(!l&&x(c,a))return t[yc("0x133")](r,e),o.delete(e),!0;if(!u&&x(a,c))return t._joinSuggestions(e,r),o.delete(r),!0}return!1}}[yc("0x133")](t,e){if(t.isMultiRange)for(const n of e[yc("0x84")]())t.addRange(n);else{const n=e.getFirstRange()[yc("0x51")];this[yc("0x75")](t,this._model[yc("0x12d")](t[yc("0x137")]()[yc("0x163")],n))}e[yc("0xa4")]()}_getMarkerAnnouncementText(t,e){const n=t[yc("0x131")](yc("0x160"))||t.startsWith(yc("0x13f"))?yc("0x103"):t[yc("0x15c")]();return Jr(this[yc("0x154")].locale,e+"_"+n+"_SUGGESTION_ANNOUNCEMENT")}[yc("0x142")](){const t=this[yc("0x154")];(0,o.surroundingMarkersDetector)(this[yc("0x6f")],(({left:e,entered:n})=>{const r=[];for(const t of e){const{group:e,type:n}=this._splitMarkerName(t.name);if(yc("0x168")===e){r[yc("0xdc")](this[yc("0x91")](n,"LEAVE"));break}}for(const t of n){const{group:e,type:n}=this[yc("0xdd")](t[yc("0x17d")]);if(yc("0x168")===e){r.push(this[yc("0x91")](n,"ENTER"));break}}r[yc("0x2")]&&t.ui[yc("0x120")][yc("0x55")](yc("0x98"),r[yc("0x175")](" "))}))}[yc("0x32")](t){if(this[yc("0xbe")])return!1;const e=this[yc("0x154")],n=e[yc("0xfa")][yc("0xf9")].differ[yc("0x4d")]();if(0==n[yc("0x2")])return!1;const r=[],i=n[yc("0x17a")]((t=>yc("0x13f")==t[yc("0x132")])),o=n[yc("0x17a")]((t=>yc("0x35")==t.type&&yc("0x100")!=t.name)),s=n[yc("0x17a")]((t=>yc("0x1e")==t[yc("0x132")]&&"$text"!=t[yc("0x17d")]));for(const t of i)r[yc("0xdc")]({key:t[yc("0x12c")],newValue:t.attributeNewValue,oldValue:t[yc("0x22")],range:Lc(t[yc("0x10c")],e[yc("0xfa")])});for(const t of o){const n=s[yc("0x33")]((e=>e[yc("0x83")][yc("0xc9")](t[yc("0x83")])));n&&r[yc("0xdc")]({key:yc("0x10e"),newValue:t[yc("0x17d")],oldValue:n[yc("0x17d")],range:e[yc("0xfa")].createRangeOn(t[yc("0x83")].nodeAfter)})}return 0!=r[yc("0x2")]&&this[yc("0xab")](t,r)}_processAttributeSuggestions(t){let e=!1;const n=this[yc("0x154")][yc("0xfa")][yc("0xf9")].differ[yc("0x13a")]()[yc("0x17a")]((t=>t.data[yc("0x64")]&&t.name[yc("0x131")](yc("0xc7"))));for(const r of n){const{subType:n,id:i}=this[yc("0xdd")](r[yc("0x17d")]),o=n[yc("0x28")]("|")[0];for(const n of this[yc("0x44")]({skipNotAttached:!0}))n.id!=i&&"attribute"==n[yc("0x132")]&&n[yc("0x49")]&&n.data[yc("0xb8")]==o&&n[yc("0x137")]()[yc("0x134")](r[yc("0x49")].newRange)&&(this[yc("0x48")](n,r.data[yc("0x64")],t),e=!0)}return e}[yc("0x12e")](t){this[yc("0x154")],this[yc("0xbe")]=!0,t()}[yc("0xb7")](t){const e=this._isBlockAttribute(t),n=this[yc("0xd7")][yc("0x14f")](t);return e||n}_reduceExistingSuggestions(t,e){if(0==e.length)return!1;let n=!1;for(const r of e){const e=this[yc("0x148")](r.range,yc("0x13f"))[yc("0x17a")]((t=>!t[yc("0x89")][yc("0x23")]))[yc("0x53")]((t=>t.suggestion)),i=(0,o.hashObject)({newValue:r[yc("0x76")]});e[yc("0x17a")]((t=>{const[e,n]=t[yc("0x7c")][yc("0x28")]("|");return e==r[yc("0xb8")]&&n!=i}))[yc("0x36")]((e=>{this._reduceSuggestionAttributeRange(e,r[yc("0x10c")],t),n=!0}))}return n}_reduceSuggestionAttributeRange(t,e,n){const r=t[yc("0x137")]()[yc("0x13e")](e);0!==r[yc("0x2")]?1!==r.length?this[yc("0x162")](t,e[yc("0x163")],e.end):this[yc("0x75")](t,r[0]):n[yc("0x5b")](t[yc("0x14d")]())}}class kc{constructor(t){this[yc("0xcb")]=t,this._model=t[yc("0xfa")],this._customCallbacks=new Map,this[yc("0xf3")]=new Map,this._registerDefaultCallbacks()}[yc("0xc")](t,e,n,r,i,o){return new Yr(this[yc("0x6f")],{type:t,subType:e,id:n,author:r,creator:r,attributes:i,onAttributesChange:o,onAccept:(...n)=>this[yc("0x11a")](t,e,yc("0x14c"))(...n),onDiscard:(...n)=>this[yc("0x11a")](t,e,"discard")(...n)})}[yc("0xd5")](t,e,n,r){const i=t+":"+e+":"+n;this[yc("0xfb")][yc("0x17c")](i,r)}[yc("0x11a")](t,e,n){const r=t+":"+e+":"+n;return this[yc("0xfb")][yc("0xa0")](r)||this[yc("0xf3")].get(t+":"+n)}[yc("0x70")](){const t=()=>!1,e=t=>{t[yc("0x3b")](((t,e)=>t.start[yc("0x79")](e[yc("0x163")])?1:-1)),this._model[yc("0x11f")]((e=>{for(const n of t){let t;t=n.end[yc("0x12a")]&&n[yc("0x51")][yc("0x7f")]==n[yc("0x163")][yc("0xf2")]?e[yc("0xcf")](n[yc("0x163")].nodeAfter,"on"):e[yc("0xcf")](n),this._model.deleteContent(t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{e&&this._model.change((n=>{const{commandName:r,commandParams:i=[]}=e,o=t[yc("0x53")]((t=>(Sc(t)&&(t=this[yc("0x6f")][yc("0x12d")](t.end)),t))).filter((t=>yc("0xb5")!==t[yc("0xd0")][yc("0x6e")]));if(o[yc("0x2")]<1)return;const x=Array[yc("0xec")](this[yc("0x6f")].document[yc("0x118")][yc("0x84")]()).map((t=>s.LiveRange[yc("0x15b")](t)));n[yc("0xd")](o);for(const t of this[yc("0xcb")].commands.commands())t.refresh();i[yc("0xdc")]({forceDefaultExecution:!0}),this[yc("0xcb")][yc("0xf1")](r,...i);const a=x[yc("0x17a")]((t=>yc("0xb5")!=t[yc("0xd0")][yc("0x6e")]));a.length>0&&n[yc("0xd")](a);for(const t of x)t.detach()}))},r=(t,e)=>1==t[yc("0x2")]&&1==e.length&&t[0][yc("0x51")][yc("0xc9")](e[0][yc("0x163")]),i=(t,e,n,r)=>wc(t,e,n,r,this[yc("0x6f")])?[t,e]:wc(e,t,r,n,this[yc("0x6f")])?[e,t]:null;this[yc("0xf3")][yc("0x17c")]("insertion:accept",t),this[yc("0xf3")][yc("0x17c")](yc("0x2a"),e),this._defaultCallbacks.set("insertion:join",r),this[yc("0xf3")].set(yc("0x8e"),i),this[yc("0xf3")].set(yc("0x74"),e),this._defaultCallbacks[yc("0x17c")](yc("0x9d"),t),this[yc("0xf3")][yc("0x17c")](yc("0xf7"),r),this[yc("0xf3")].set(yc("0xb3"),i),this[yc("0xf3")][yc("0x17c")](yc("0x65"),n),this[yc("0xf3")].set(yc("0x58"),t),this[yc("0xf3")][yc("0x17c")](yc("0x106"),r),this[yc("0xf3")][yc("0x17c")](yc("0x10"),t),this[yc("0xf3")].set(yc("0xc2"),n),this[yc("0xf3")][yc("0x17c")](yc("0x87"),t),this[yc("0xf3")][yc("0x17c")](yc("0x146"),r),this[yc("0xf3")][yc("0x17c")](yc("0x47"),t),this[yc("0xf3")][yc("0x17c")](yc("0xc3"),t),this._defaultCallbacks[yc("0x17c")](yc("0xe0"),((t,e)=>{if(!e)return;const n=this[yc("0xcb")].plugins[yc("0xa0")](Ac);this[yc("0x6f")][yc("0x11f")]((r=>{if("$elementName"==e.key)for(const n of t){const t=n[yc("0x163")].nodeAfter,i=e.oldValue;r.rename(t,i)}else if(n[yc("0x7e")](e.key))for(const n of t)void 0!==e.oldValue?r[yc("0x18")](e.key,e[yc("0xf5")],n[yc("0x163")][yc("0xf2")]):r[yc("0x42")](e[yc("0xb8")],n[yc("0x163")][yc("0xf2")]);else for(const n of t)e[yc("0xf5")]?r[yc("0x18")](e[yc("0xb8")],e[yc("0xf5")],n):r[yc("0x42")](e.key,n)}))})),this._defaultCallbacks[yc("0x17c")](yc("0x16c"),r)}}function Rc(t,e,n){for(const r of e[yc("0x7f")][yc("0xf")]({includeSelf:!0,parentFirst:!0})){if(r[yc("0xd0")]==r)return!1;if(!n[yc("0x80")](r))return!1;if(t.isObject(r)||t[yc("0xc1")](r))return!0}return!1}function Sc(t){return t.end[yc("0x7f")]==t[yc("0x163")][yc("0xf2")]&&t[yc("0x51")][yc("0x11e")]}function Ic(t,e,n,r){const i=t=>!t.item.is(yc("0x15f"))&&!r[yc("0x86")](t.item),o=t[yc("0x163")][yc("0x111")](i),s=t[yc("0x51")].getLastMatchingPosition(i,{direction:yc("0xcd")});return!(t[yc("0x163")][yc("0xc9")](o)&&t[yc("0x51")][yc("0xc9")](s)||(o[yc("0x79")](s)?n[yc("0x11")](e,{range:n[yc("0x12d")](o,s)}):n.removeMarker(e),0))}function Nc(t){return(0,o.hashObject)(t)}function vc(t){const e=t[yc("0x163")].nodeAfter;return e&&e.is("element")}function Lc(t,e){return null==t.end[yc("0x4c")]&&t[yc("0x51")][yc("0x7f")]==t.start[yc("0xf2")]?Mc(t[yc("0x163")][yc("0xf2")],e):t}function Mc(t,e){const n=e.schema.isObject(t)||e[yc("0x104")].isSelectable(t);return e[yc("0x12d")](e.createPositionAt(t,yc("0x149")),n?e[yc("0x153")](t):e[yc("0x17")](t,yc("0x51")))}function wc(t,e,n,r,i){if(!Oc(t,e))return!1;if(n[yc("0x51")][yc("0xc9")](r[yc("0x163")]))return!0;if(t[yc("0x132")]!=e[yc("0x132")])return!1;if(!n[yc("0x51")].isTouching(r[yc("0x163")]))return!1;const o=i[yc("0x12d")](n[yc("0x51")],r.start)[yc("0x172")]();for(const t of o)if([yc("0x67"),"elementEnd"][yc("0xad")](t[yc("0x132")])&&i[yc("0x104")][yc("0xc1")](t.item))return!1;return!0}function Oc(t,e,n=[]){return!(!t[yc("0x27")]||!e[yc("0x27")])&&jr(bc(t[yc("0x3e")],n),bc(e[yc("0x3e")],n))}function Fc(t,e){const n=Dc(t.attributes),r=Dc(e);if(!t[yc("0x27")])return!1;for(const t of Object[yc("0x19")](r))if(!jr(n[t],r[t]))return!1;return!0}function Dc(t){const e=Object.assign({},t);return delete e.skipNestingCheck,delete e[yc("0xdb")],e}const Bc=["getRanges","view","plugins","stopListening","_editor","PENDING_ACTION_SUGGESTION","_acceptCommand","isEnabled","canAccept","_discardCommand","change:isDirty","execute","_pendingAction","canDiscard","isDirty","acceptSuggestion","unbind","listenTo","PendingActions","get","canEditAt","commands","model","discardSuggestion","_setPendingAction","bind","remove","destroy","commentThreadController","_removePendingAction"];var Pc,Uc;Pc=Bc,Uc=338,function(t){for(;--t;)Pc.push(Pc.shift())}(++Uc);const jc=function(t,e){return Bc[t-=0]};class Gc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){super(),this[jc("0xe")]=e,this[jc("0x17")]=n,this[jc("0x14")]=r,this._editor=t,this._acceptCommand=t[jc("0xd")][jc("0xb")](jc("0x7")),this[jc("0x1")]=t[jc("0xd")][jc("0xb")]("discardSuggestion"),this[jc("0x17")].bind(jc("0x1d")).to(this._acceptCommand,this[jc("0x1")],((t,e)=>t||e)),this[jc("0x17")][jc("0x11")]("canAccept").to(this[jc("0x1c")],jc("0x1d"),(t=>t&&this[jc("0x1a")][jc("0xe")][jc("0xc")](e[jc("0x16")]()))),this.view.bind(jc("0x5")).to(this[jc("0x1")],jc("0x1d"),(t=>t&&this[jc("0x1a")][jc("0xe")][jc("0xc")](e[jc("0x16")]()))),this[jc("0x4")]=null,n[jc("0x6")]&&this[jc("0x10")](),this[jc("0x9")](n,jc("0x7"),(()=>this[jc("0x7")]())),this.listenTo(n,"discardSuggestion",(()=>this[jc("0xf")]())),this[jc("0x9")](n,jc("0x2"),(()=>{n.isDirty?this[jc("0x10")]():this[jc("0x15")]()}))}[jc("0x7")](){this[jc("0x1c")].execute(this.model.id)}[jc("0xf")](){this._discardCommand[jc("0x3")](this[jc("0xe")].id)}[jc("0x13")](){this[jc("0x17")][jc("0x8")](jc("0x1d")),this[jc("0x17")][jc("0x8")](jc("0x0")),this[jc("0x17")][jc("0x8")](jc("0x5")),this[jc("0x19")](),this[jc("0x14")][jc("0x13")](),this[jc("0x4")]&&this[jc("0x15")]()}[jc("0x10")](){const t=Jr(this[jc("0x1a")].locale,jc("0x1b"));this._pendingAction=this[jc("0x1a")][jc("0x18")][jc("0xb")](jc("0xa")).add(t)}[jc("0x15")](){null!==this[jc("0x4")]&&this._editor[jc("0x18")][jc("0xb")](jc("0xa"))[jc("0x12")](this[jc("0x4")]),this[jc("0x4")]=null}}const Vc=["CommentView","commentInputView","_config","editor","cancel","descriptionParts","element","fire","showInput","bind","addComment","_createCommentThreadInputView","canDiscard","value","delegate","commentsListView","_model","setData","assign","locale","destroy","length","commentThreadInputView","_localUser","focus","hasDirtyComment","set","updateComment","isActive","authoredAt","isDirty","isReadOnly","commentThread","_createCommentViews"];var Hc,zc;Hc=Vc,zc=250,function(t){for(;--t;)Hc.push(Hc.shift())}(++zc);const Wc=function(t,e){return Vc[t-=0]};class Kc extends i.View{constructor(t,e,n,r){super(t),this.commentsListView=null,this[Wc("0xa")]=null,this[Wc("0xe")](Wc("0x10"),!1),this.set(Wc("0x11"),e.authoredAt),this[Wc("0x1f")]("authoredAt").to(e),this[Wc("0xe")](Wc("0x1b"),[]),this[Wc("0xe")](Wc("0x12"),!1),this[Wc("0xe")]("isEnabled",!1),this[Wc("0xe")]("canAccept",!1),this[Wc("0xe")](Wc("0x0"),!1),this[Wc("0x4")]=e,this[Wc("0xb")]=n,this[Wc("0x18")]=r,r.disableComments?this[Wc("0xe")](Wc("0x9"),1):this[Wc("0x15")]()}[Wc("0xc")](){this[Wc("0x1c")].focus()}[Wc("0x8")](){this[Wc("0x3")]&&this[Wc("0x3")][Wc("0x8")](),this[Wc("0xa")]&&this[Wc("0xa")][Wc("0x8")](),super[Wc("0x8")]()}[Wc("0x15")](){const{CommentsListView:t}=this[Wc("0x18")];this[Wc("0x3")]=new t(this[Wc("0x7")],this._model[Wc("0x14")],Object[Wc("0x6")]({CommentView:this[Wc("0x18")][Wc("0x16")]},this[Wc("0x18")])),this.commentsListView[Wc("0x2")]("removeComment").to(this),this.commentsListView[Wc("0x2")](Wc("0xf")).to(this),this[Wc("0x3")][Wc("0x1f")]("isActive").to(this),this[Wc("0xe")](Wc("0x9"),this[Wc("0x3")][Wc("0x9")]+1),this[Wc("0x1f")](Wc("0x9")).to(this[Wc("0x3")],"length",(t=>t+1)),this.commentThreadInputView=this[Wc("0x21")](),this.on("removeComment",(()=>this[Wc("0xc")]())),this[Wc("0x1f")](Wc("0x12")).to(this[Wc("0x3")],Wc("0xd"),this[Wc("0xa")][Wc("0x17")],Wc("0x1"),((t,e)=>t||!!e))}_createCommentThreadInputView(){const{CommentThreadInputView:t}=this[Wc("0x18")],e=new t(this[Wc("0x7")],this._localUser,this._config.editorConfig),n=e[Wc("0x17")];return e[Wc("0x1f")](Wc("0x1e")).to(this,Wc("0x10"),this[Wc("0x4")][Wc("0x14")],Wc("0x13"),n,Wc("0x1"),((t,e,n)=>!!n||t&&!e)),n.on("submit",((t,e)=>{this[Wc("0x1d")](Wc("0x20"),e),n[Wc("0x19")][Wc("0x5")]("")})),n.on(Wc("0x1a"),(()=>this[Wc("0xc")]())),n[Wc("0x1f")]("disabledSubmit").to(this[Wc("0x4")][Wc("0x14")],Wc("0x13")),e}}const qc=["innerText","join","bind","title","setTemplate","_model","EXTERNAL_AVATAR","ck-suggestion","commentThreadInputView","querySelector","<p>","map","canAccept","innerHTML","discardSuggestion","description","discardButton","ck-comment__external","cancel","split","locale","userView","element","attributes","_descriptionElement","descriptionParts","ck-suggestion-wrapper","color","</p>","isEnabled","type","span","_createButton","EXTERNAL_SUGGESTION","author",'<span class="ck-suggestion-color" style="background-color: ',"source","Accept suggestion","ck-suggestion--discard","fire","name","createElement","getUserViewNotificationText","ck-annotation__main","ck-suggestion__user","authoredAt","push","commentsListView","ck-suggestion-wrapper--active","isExternal","ck-comment__info-time","formatDateTime","commentThread","Discard suggestion","set","ck-suggestion-","ck-annotation__content-wrapper","execute","ck-suggestion__main","ck-suggestion__info","delegate","ck-suggestion--disabled-comments","editorReady","creator","importWord","ck-suggestion__info-name","getExternalSuggestionNote","ck-suggestion__actions","time","isActive","@external","extendTemplate","editorDestroyed","ck-annotation__user","getTemplate","check","_config",'" title="',"bindTemplate","ck-annotation__info-time","div","render","children"];var Xc,$c;Xc=qc,$c=163,function(t){for(;--t;)Xc.push(Xc.shift())}(++$c);const Zc=function(t,e){return qc[t-=0]};class Yc extends Kc{constructor(e,n,r,i){super(e,n,r,i),this.set(Zc("0x21"),""),this[Zc("0x5")](Zc("0x21")).to(this,Zc("0x1c"),(t=>t&&t[0]?t[0][Zc("0x21")]:"")),this[Zc("0x5")]("description").to(this,Zc("0x1c"),this,Zc("0x48"),((t,e)=>{let n="";for(const e of t)n+=Zc("0xd")+Jc(e.content,e[Zc("0x1e")])+Zc("0x1f");return e?n:(0,o.trimHtml)(n,{limit:140})})),this._descriptionElement=null,this.acceptButton=this[Zc("0x23")](Jr(e,Zc("0x28")),t.icons[Zc("0x4e")],"ck-suggestion--accept","acceptSuggestion","sw"),this.acceptButton[Zc("0x5")](Zc("0x20")).to(this,Zc("0xf")),this.discardButton=this[Zc("0x23")](Jr(e,Zc("0x38")),t.icons[Zc("0x15")],Zc("0x29"),Zc("0x11"),"sw"),this[Zc("0x13")].bind(Zc("0x20")).to(this,"canDiscard"),this[Zc("0x18")]=new o.UserView(e,this[Zc("0x8")][Zc("0x25")],this[Zc("0x2d")]()),this.userView[Zc("0x4a")]({attributes:{class:[Zc("0x2f"),Zc("0x4c")]}}),this[Zc("0x7")](this.getTemplate())}[Zc("0x4d")](){const t=this[Zc("0x51")],e=[{tag:Zc("0x0"),attributes:{class:[Zc("0x3e"),"ck-annotation__info"]},children:[{tag:Zc("0x22"),children:[{text:this.userView[Zc("0x2b")]}],attributes:{class:[Zc("0x44"),"ck-annotation__info-name"]}},{tag:Zc("0x47"),attributes:{datetime:t.to(Zc("0x30")),class:[Zc("0x35"),Zc("0x52")]},children:[{text:t.to(Zc("0x30"),(t=>this[Zc("0x4f")][Zc("0x36")](t)))}]}]},{tag:Zc("0x0"),attributes:{class:[Zc("0x46"),"ck-annotation__actions"]},children:[this.acceptButton,this[Zc("0x13")]]},{tag:"div",attributes:{class:[Zc("0x3b")]}}];this[Zc("0x8")].isExternal&&e.push({tag:"div",attributes:{class:[Zc("0x14")]},children:[{text:this[Zc("0x45")]()}]});const n={tag:Zc("0x0"),attributes:{class:[Zc("0x1d"),t.if(Zc("0x48"),Zc("0x33")),t.to("type",(t=>Zc("0x3a")+t)),this[Zc("0x4f")].disableComments&&Zc("0x40")],"data-suggestion-id":this._model.id,"data-thread-id":this[Zc("0x8")][Zc("0x37")].id,"data-author-id":this[Zc("0x8")].author.id,tabindex:-1},children:[{tag:"div",attributes:{class:[Zc("0xa"),"ck-annotation"]},children:[this[Zc("0x18")],{tag:"div",attributes:{class:[Zc("0x3d"),Zc("0x2e")]},children:e}]}]};return this[Zc("0x32")]&&this[Zc("0xb")]&&(n[Zc("0x2")][Zc("0x31")](this[Zc("0x32")],this[Zc("0xb")]),this.commentsListView.delegate(Zc("0x41")).to(this),this[Zc("0x32")].delegate(Zc("0x4b")).to(this),this[Zc("0xb")][Zc("0x3f")]("editorReady").to(this),this.commentThreadInputView.delegate(Zc("0x4b")).to(this)),n}[Zc("0x1")](){super[Zc("0x1")](),this[Zc("0x1b")]=this[Zc("0x19")][Zc("0xc")](".ck-annotation__content-wrapper"),this[Zc("0x1b")][Zc("0x10")]=this[Zc("0x12")],this.on("change:description",((t,e,n)=>{this[Zc("0x1b")][Zc("0x10")]=n}))}[Zc("0x23")](t,e,n,r,o){const s=new i.ButtonView(this[Zc("0x17")]);return s[Zc("0x39")]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),s[Zc("0x4a")]({attributes:{class:n}}),s.on(Zc("0x3c"),(()=>{this[Zc("0x2a")](r,this._model.id)})),s}[Zc("0x45")](){return Zc("0x43")===this[Zc("0x8")][Zc("0x1a")][Zc("0x49")].source?Jr(this[Zc("0x17")],"EXTERNAL_IMPORT_WORD_SUGGESTION"):Jr(this[Zc("0x17")],Zc("0x24"))}getUserViewNotificationText(){return this[Zc("0x8")][Zc("0x34")]?Zc("0x43")===this._model[Zc("0x1a")][Zc("0x49")][Zc("0x27")]?Jr(this[Zc("0x17")],"EXTERNAL_IMPORT_WORD_AVATAR",this._model[Zc("0x42")][Zc("0x2b")]):Jr(this[Zc("0x17")],Zc("0x9"),this[Zc("0x8")][Zc("0x42")][Zc("0x2b")]):null}}function Jc(t,e){let n="";return n+=t[Zc("0x16")]("*")[Zc("0xe")](((t,e)=>e%2!=0?'<span class="ck-suggestion-type">'+Qc(t)+"</span>":Qc(t)))[Zc("0x4")](""),e&&(n+=Zc("0x26")+e.value+Zc("0x50")+e[Zc("0x6")]+'"></span>'),n}function Qc(t){const e=document[Zc("0x2c")](Zc("0x22"));return e[Zc("0x3")]=t,e[Zc("0x10")]}const tl=["EditorAnnotations","registerAnnotation","Accept all suggestions","button","activeAnnotations","CommentsUI","TrackChangesUI","head","actionView","_viewToController","commands","getMarkers","suggestion-","plugins","hasSuggestion","descriptionParts","getSuggestion","TrackChangesEditing","arrowView","add","_createUIButton","map","requires","suggestionChanged","stopListening","_handleSuggestionControllerDelayed","set","config","locale","lowest","_refreshActiveMarkers","init","define","componentFactory","value","Annotations","has","comments.editorConfig","clear","delete","_destroyController","focus","_updateController","listenTo","destroy","_unbindEditors","isEnabled","Discard all suggestions","isOn","commentThread","mainView","trackChanges","reduce","pluginName","bind","getRanges","model","_disableComments","values","getByInnerView","push","comments.maxCommentCharsWhenCollapsed","editor","execute","switchbutton","buttonView","commandName","isDirty","length","suggestionLoaded","change:previous","comments","isInContent","innerView","acceptAllSuggestions","suggestionUnloaded","filter","trackChanges.disableComments","discardAllSuggestions","trackChanges.SuggestionThreadView","from","acceptSelectedSuggestions","_handleControllerBuffer","createCommentThreadController","change:activeAnnotations","comments.maxThreadTotalWeight","Track changes","previous","addComment","CommentsRepository","toMany","view","get","editing","_bindAnnotationToEditors","acceptButton","size","type","getJoined","getDescriptions","unbind","addSourceCollector","discardButton","_descriptionFactory","_suggestionToController","_annotationViews","getAllAdjacentSuggestions","separator","refreshSelectedViews"];var el,nl;el=tl,nl=135,function(t){for(;--t;)el.push(el.shift())}(++nl);const rl=function(t,e){return tl[t-=0]};class il extends t.Plugin{static get[rl("0x69")](){return[Ac,o.Users,rl("0x3f"),"Annotations",rl("0x53")]}static get[rl("0x1b")](){return rl("0x59")}constructor(t){super(t),this[rl("0x4e")]=new Map,this[rl("0x5c")]=new Map,this[rl("0x4f")]=new Map,this[rl("0x38")]=new Map;const e=this[rl("0x24")].config;e[rl("0x6")](rl("0x35"),Yc),e[rl("0x6")]("trackChanges.disableComments",!1),this._disableComments=e[rl("0x42")](rl("0x33"))}_handleSuggestionControllerDelayed(t,e){0===this[rl("0x38")][rl("0x46")]&&setTimeout((()=>{for(const[t,e]of this[rl("0x38")]){const n=this._suggestionToController[rl("0xa")](t);n||e?n&&e&&this[rl("0xe")](t):this._initializeController(t)}this[rl("0x38")][rl("0xc")](),this[rl("0x24")][rl("0x60")][rl("0x42")](rl("0x53"))[rl("0x52")](),this[rl("0x4")]()}),10),this[rl("0x38")][rl("0x0")](t,e)}[rl("0x5")](){const t=this.editor,e=t[rl("0x60")].get(rl("0x64")),n=t.plugins.get(rl("0x9")),r=t[rl("0x60")].get(rl("0x53")),i=t[rl("0x60")][rl("0x42")](rl("0x3f"));t.ui[rl("0x7")][rl("0x66")](rl("0x19"),(t=>this[rl("0x67")](t))),r[rl("0x4b")]((()=>{const t=[];for(const[e,n]of Array[rl("0x36")](this[rl("0x4e")])){const r=e[rl("0x50")](),i=[];for(const t of r){if(!t[rl("0x2e")])continue;if(t.isMultiRange){i[rl("0x22")](...t[rl("0x1d")]());continue}const e=t.getFirstRange();if(i[rl("0x2a")]>0){const t=i[0][rl("0x48")](e);if(t){i[0]=t;continue}}i[rl("0x22")](e)}t.push([n[rl("0x41")],i])}return t})),this[rl("0x11")](e,rl("0x2b"),((t,e)=>{this[rl("0x11")](e,rl("0x2c"),((t,n,r,i)=>{e[rl("0x2e")]&&(null==r?(this._updateController(i[rl("0x5a")]),this[rl("0x6c")](e,!1)):(this[rl("0x10")](r.head),null==i&&this[rl("0x6c")](e,!0)))})),null!==e[rl("0x3d")]?this[rl("0x10")](e[rl("0x5a")]):this._handleSuggestionControllerDelayed(e,!1)})),this[rl("0x11")](e,rl("0x31"),((t,e,n)=>{this[rl("0x6b")](e,rl("0x2c")),this[rl("0x38")][rl("0xd")](e),this._suggestionToController[rl("0xa")](e)&&this._destroyController(e),n&&this._updateController(n.head)})),this[rl("0x11")](e,rl("0x6a"),((t,e)=>{this[rl("0x10")](e)})),this[rl("0x11")](n,rl("0x3a"),(()=>{this[rl("0x4")]()})),this[rl("0x11")](i,rl("0x3e"),((t,{threadId:n,isFromAdapter:r})=>{if(r||!e[rl("0x61")](n))return;const i=e[rl("0x63")](n);this[rl("0x4e")].get(i).view[rl("0xf")]()}),{priority:rl("0x3")})}[rl("0x4")](){const t=this[rl("0x24")][rl("0x60")][rl("0x42")](rl("0x9")),e=this[rl("0x24")].plugins.get(rl("0x64")),n=Array[rl("0x36")](t[rl("0x57")],(t=>t[rl("0x2f")]))[rl("0x32")]((t=>this._viewToController[rl("0xa")](t))),r=[];for(const t of n){const e=this[rl("0x5c")][rl("0x42")](t)[rl("0x1e")].getAllAdjacentSuggestions();r[rl("0x22")](...e[rl("0x1a")](((t,e)=>[...t,...e.getMarkerNames()]),[]))}e.activeMarkers=r}_createUIButton(t){const n=(0,i.createDropdown)(t,i.SplitButtonView),r=this[rl("0x24")][rl("0x5d")][rl("0x42")](rl("0x19")),o=Jr(t,rl("0x3c"));n.buttonView[rl("0x0")]({tooltip:o,label:o,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-2024, 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[rl("0x27")][rl("0x1c")]("isOn").to(r,rl("0x8")),n[rl("0x27")].on("execute",(()=>{r[rl("0x25")](),this[rl("0x24")][rl("0x43")].view.focus()}));const s=new e.Collection,x=[{type:rl("0x26"),model:{withText:!0,label:o,commandName:rl("0x19")}},{type:rl("0x51")},{type:"button",model:{withText:!0,label:Jr(t,rl("0x55")),commandName:rl("0x30")}},{type:rl("0x56"),model:{withText:!0,label:Jr(t,"Accept all selected suggestions"),commandName:rl("0x37")}},{type:rl("0x56"),model:{withText:!0,label:Jr(t,rl("0x15")),commandName:rl("0x34")}},{type:"button",model:{withText:!0,label:Jr(t,"Discard all selected suggestions"),commandName:"discardSelectedSuggestions"}}];for(const t of x){let e={type:rl("0x51")};if(t.model){const n=new i.ViewModel(t[rl("0x1e")]),r=this[rl("0x24")][rl("0x5d")].get(n[rl("0x28")]);n.bind(rl("0x16"),rl("0x14")).to(r,rl("0x8"),rl("0x14")),e={type:t[rl("0x47")],model:n}}s.add(e)}(0,i.addListToDropdown)(n,s);const a=x[rl("0x32")]((t=>null!=t.model))[rl("0x68")]((t=>this[rl("0x24")][rl("0x5d")][rl("0x42")](t[rl("0x1e")][rl("0x28")]))),c=n[rl("0x27")];return c[rl("0x5b")][rl("0x4a")](rl("0x14")),c[rl("0x65")][rl("0x4a")](rl("0x14")),c.actionView[rl("0x1c")](rl("0x14")).to(r,rl("0x14")),c.arrowView.bind(rl("0x14"))[rl("0x40")](a,rl("0x14"),((...t)=>t.some((t=>t)))),n.on(rl("0x25"),(t=>{this[rl("0x24")][rl("0x25")](t.source[rl("0x28")]),this[rl("0x24")][rl("0x43")][rl("0x41")][rl("0xf")]()})),n}_initializeController(t){const e=this.editor,n=e[rl("0x1")],r=e[rl("0x60")][rl("0x42")]("Annotations"),i=e.plugins[rl("0x42")](rl("0x3f")),s=e[rl("0x60")][rl("0x42")](rl("0x53")),x=e.plugins[rl("0x42")](o.Users).me,a=n[rl("0x42")]("trackChanges").SuggestionThreadView,{CommentsListView:c,CommentThreadInputView:l}=e[rl("0x60")].get(rl("0x58"));let u,d;this[rl("0x4f")][rl("0xa")](t.id)?(d=this[rl("0x4f")][rl("0x42")](t.id),u=d[rl("0x18")]):(u=new a(e.locale,t,x,{disableComments:this[rl("0x1f")],editorConfig:n[rl("0x42")](rl("0xb")),maxCommentsWhenCollapsed:n[rl("0x42")]("comments.maxCommentsWhenCollapsed"),maxThreadTotalWeight:n[rl("0x42")](rl("0x3b")),maxCommentCharsWhenCollapsed:n.get(rl("0x23")),formatDateTime:(0,o.getDateTimeFormatter)(n[rl("0x42")](rl("0x2"))),CommentView:n[rl("0x42")](rl("0x2d")).CommentView,CommentsListView:c,CommentThreadInputView:l}),u[rl("0x45")].on(rl("0x25"),(()=>{e.editing[rl("0x41")][rl("0xf")]()})),u[rl("0x4c")].on(rl("0x25"),(()=>{e[rl("0x43")].view[rl("0xf")]()})),d=r.createAnnotationView(this[rl("0x24")][rl("0x2")],u),d.bind(rl("0x29")).to(u,rl("0x29")),d[rl("0x1c")]("length").to(u),d[rl("0x1c")](rl("0x47")).to(u,rl("0x47"),(t=>rl("0x5f")+t)),this[rl("0x4f")][rl("0x0")](t.id,d));const g=i[rl("0x39")](t[rl("0x17")],u),f=new Gc(e,t,u,g),h=t.getAllAdjacentSuggestions()[rl("0x32")]((t=>t[rl("0x2e")]));u.descriptionParts=e[rl("0x60")].get(rl("0x64"))[rl("0x4d")].getDescriptions(h),this[rl("0x4e")][rl("0x0")](t,f),this[rl("0x5c")][rl("0x0")](u,f);const m=r.createAnnotation({view:d,target:()=>{const n=[],r=t.getAllAdjacentSuggestions()[rl("0x32")]((t=>t.isInContent));for(const t of r)n[rl("0x22")](...t[rl("0x5e")]());return(0,o.getAllMarkersDomElementsSorted)(e[rl("0x43")],n)},type:()=>rl("0x5f")+f.view.type});i[rl("0x44")](u,m),r.add(m),s[rl("0x54")](m)}_destroyController(t){const e=this.editor[rl("0x60")][rl("0x42")]("CommentsRepository"),n=this[rl("0x24")][rl("0x60")][rl("0x42")](rl("0x9")),r=this[rl("0x4e")][rl("0x42")](t),i=r[rl("0x41")],o=n[rl("0x21")](i);e[rl("0x13")](i),o&&n.remove(o),this[rl("0x4e")][rl("0xd")](t),this[rl("0x5c")][rl("0xd")](i),r[rl("0x12")]()}_updateController(t){if(!t[rl("0x2e")]||!this[rl("0x4e")][rl("0xa")](t))return;const e=this.editor.plugins[rl("0x42")]("TrackChangesEditing"),n=this[rl("0x4e")][rl("0x42")](t),r=t[rl("0x50")]();n[rl("0x41")][rl("0x62")]=e[rl("0x4d")][rl("0x49")](r)}[rl("0x12")](){for(const t of this[rl("0x4e")].keys())this[rl("0xe")](t);for(const t of this[rl("0x4f")][rl("0x20")]())t[rl("0x18")][rl("0x12")]();super[rl("0x12")]()}}var ol,sl,xl=["plugins","adapter","get","getSuggestion","addSuggestionData","addSuggestion","editor","Comments","TrackChanges","requires","getSuggestions"];ol=xl,sl=235,function(t){for(;--t;)ol.push(ol.shift())}(++sl);var al=function(t,e){return xl[t-=0]};class cl extends t.Plugin{static get[al("0x5")](){return[Ac,il,al("0x3")]}static get pluginName(){return al("0x4")}set[al("0x8")](t){this[al("0x2")][al("0x7")][al("0x9")](Ac).adapter=t}get[al("0x8")](){return this[al("0x2")].plugins.get(Ac)[al("0x8")]}[al("0x1")](t){return this[al("0x2")][al("0x7")][al("0x9")](Ac)[al("0x0")](t)}[al("0x6")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this.editor[al("0x7")][al("0x9")](Ac)[al("0x6")]({skipNotAttached:t,toJSON:e})}getSuggestion(t){return this[al("0x2")][al("0x7")][al("0x9")](Ac)[al("0xa")](t)}}const ll=["end","editor","init","name","editorCreator","createElement","set","createDocumentFragment","discardAllSuggestions","pluginName","TrackChangesData","document","data","getUser","appendChild","create","div","getDataWithDiscardedSuggestions","map","model","requires","constructor","config","trackChangesData.editorCreator","result","_adapter","trackChangesData","users","Users","get","TrackChangesEditing","function","destroy","track-changes-data-invalid-editor-creator","getFullData","plugins","addUser","TrackChangesDataGetter","reduce"];var ul,dl;ul=ll,dl=445,function(t){for(;--t;)ul.push(ul.shift())}(++dl);const gl=function(t,e){return ll[t-=0]},fl=["Pagination"];class hl extends t.Plugin{static get[gl("0x4")](){return[Ac]}static get[gl("0x20")](){return gl("0x21")}[gl("0x19")](){const t=this.editor;if(t[gl("0x6")].define(gl("0x7"),(e=>{const n=t[gl("0x3")].document.getRootNames().reduce(((t,e)=>(t[e]="",t)),{});return t[gl("0x5")][gl("0x26")](n,e)})),gl("0xf")!=typeof t[gl("0x6")].get(gl("0xa"))[gl("0x1b")])throw new e.CKEditorError(gl("0x11"))}getDataWithAcceptedSuggestions(t){return bl(this[gl("0x18")],!0,t)}[gl("0x1")](t){return bl(this[gl("0x18")],!1,t)}}class ml extends t.Plugin{static get pluginName(){return gl("0x15")}constructor(t){super(t),this[gl("0x8")]=gl("0x17")}[gl("0x19")](){this[gl("0x18")][gl("0x13")][gl("0xd")]("CommentsRepository")[gl("0x9")]={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[gl("0x18")][gl("0x13")][gl("0xd")](gl("0xe"))._adapter=null}}function pl(t){return void 0!==t.getRootsAttributes}async function bl(t,e,n){const r=(0,o.sanitizeEditorConfig)(t,fl);r[gl("0x13")].push(Ac,ml),r.rootsAttributes=pl(t)?t.getRootsAttributes():void 0;const i=document[gl("0x1e")](),s=t[gl("0x6")].get(gl("0xa"))[gl("0x1b")],x=await s(r,(()=>function(t){const e=document[gl("0x1c")](gl("0x0"));return t[gl("0x25")](e),e}(i)));!function(t,e){const n=t[gl("0x3")][gl("0x22")].getRootNames()[gl("0x16")](((e,n)=>(e[n]=t[gl("0x23")][gl("0xd")]({rootName:n}),e)),{}),r=t[gl("0x13")].get(gl("0xc"))[gl("0xb")][gl("0x2")]((t=>({id:t.id,name:t[gl("0x1a")]}))),i=t[gl("0x13")][gl("0xd")]("TrackChangesEditing").getSuggestions({skipNotAttached:!0,toJSON:!0}),o=e.plugins[gl("0xd")](gl("0xc")),s=e[gl("0x13")][gl("0xd")]("TrackChangesEditing");for(const t of r)o[gl("0x24")](t.id)||o[gl("0x14")](t);o.me||o.useAnonymousUser();for(const t of i)s.addSuggestionData(t);e[gl("0x23")][gl("0x1d")](n)}(t,x),x.execute(e?"acceptAllSuggestions":gl("0x1f"));const a=pl(x)?x[gl("0x12")](n):x.data[gl("0xd")](n);return await x[gl("0x10")](),a}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
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(i){var r=e[i];if(void 0!==r)return r.exports;var o=e[i]={exports:{}};return t[i](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},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 i={};(()=>{"use strict";n.r(i),n.d(i,{BaseSuggestionThreadView:()=>Kc,TrackChanges:()=>cl,TrackChangesData:()=>hl,TrackChangesEditing:()=>Ac});var t=n(704),e=n(209),r=n(273),o=n(417),s=n(492),x=n(995);const a=["_enabledCommands","forceDisabled","value","isEnabled","commands","has","editor","refresh","execute","clearForceDisabled","TrackChangesCommand","_enableCommands","_isEnabledBasedOnSelection","affectsData","_disableUnsupportedCommands"];var c,l;c=a,l=307,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("0x8")]=e,this[u("0xa")]=!1,this.refresh(),this[u("0x5")]=!1}[u("0x0")](){this[u("0xb")]=!0}[u("0x1")](){this.value=!this[u("0xa")],this[u("0xa")]?this._disableUnsupportedCommands():this._enableCommands()}[u("0x7")](){for(const t of this[u("0xe")].commands[u("0xc")]())t[u("0x6")]&&!this._enabledCommands.has(t)&&t[u("0x9")](u("0x3"))}[u("0x4")](){for(const t of this[u("0xe")][u("0xc")][u("0xc")]())t[u("0x6")]&&!this[u("0x8")][u("0xd")](t)&&t[u("0x2")](u("0x3"))}}const g=["model","editor","TrackChangesEditing","_isEnabledBasedOnSelection","isEnabled","get","_suggestions","canEditAt","refresh"];var f,h;f=g,h=154,function(t){for(;--t;)f.push(f.shift())}(++h);const m=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this._suggestions=e,this[m("0x7")](),this[m("0x2")]=!1}refresh(){this[m("0x3")]=!0}execute(t){const n=this[m("0x5")].get(t);if(!n)throw new e.CKEditorError("track-changes-accept-suggestion-not-found",this);const i=n.getRanges();this[m("0x0")][m("0x8")][m("0x6")](i)&&this[m("0x0")].plugins[m("0x4")](m("0x1")).acceptSuggestion(n)}}const b=["_isEnabledBasedOnSelection","track-changes-discard-suggestion-not-found","canEditAt","discardSuggestion","plugins","getRanges","TrackChangesEditing","get","_suggestions","refresh","editor"];var E,_;E=b,_=219,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("0x9")]=e,this[T("0xa")](),this[T("0x1")]=!1}refresh(){this.isEnabled=!0}execute(t){const n=this[T("0x9")][T("0x8")](t);if(!n)throw new e.CKEditorError(T("0x2"),this);const i=n[T("0x6")]();this[T("0x0")].model[T("0x3")](i)&&this[T("0x0")][T("0x5")].get(T("0x7"))[T("0x4")](n)}}const C=["change","deletion","join","type","isTouching","start","value","createPositionBefore","sort","getRanges","createPositionAt","end","createRange","next","isArray","isIntersecting","add","createPositionAfter","isMultiRange","color","map","isCollapsed","splice"];var A,k;A=C,k=105,function(t){for(;--t;)A.push(A.shift())}(++k);const S=function(t,e){return C[t-=0]};function I(t){return t[S("0x12")](((t,e)=>S("0xb")==t[S("0xd")]&&"deletion"!=e[S("0xd")]?-1:S("0xb")!=t[S("0xd")]&&"deletion"==e[S("0xd")]?1:0))}function R(t,e){let n,i=0;const r=[],o=e.schema;for(;i<t.length;){const s=t[i],x=t[i+1];n||(n=e.createPositionBefore(s)),v(e,s,x)||(r.push(e[S("0x16")](n,o.isObject(s)?e.createPositionAfter(s):e[S("0x14")](s,S("0x15")))),n=null),i++}return r}function v(t,e,n){if(!n)return!1;const i=t[S("0x4")](e),r=t[S("0x11")](n);return i[S("0xe")](r)}function N(t,e,n){for(;n.length;){const i=n[S("0x9")](0,100);t[S("0xa")]((()=>{for(const t of i)t.isInContent&&e.execute(t.id)}))}}const L=["_command","_isEnabledBasedOnSelection","isEnabled","editor","some","_suggestions","refresh","model","getRanges","isInContent"];var M,w;M=L,w=119,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("0x1")]=e,this[O("0x6")]=n,this[O("0x7")](),this[O("0x2")]=!1}[O("0x7")](){const t=Array.from(this[O("0x6")].values())[O("0x5")]((t=>t[O("0x0")]));this[O("0x3")]=this[O("0x1")].isEnabled&&t}execute(){const t=I(Array.from(this._suggestions.values()));for(const e of t){const t=e[O("0x9")]();if(!this[O("0x4")][O("0x8")].canEditAt(t))return}N(this[O("0x4")][O("0x8")],this[O("0x1")],t)}}const D=["model","_selectedSuggestions","document","refresh","from","editor","_command","execute","selection","getRanges","isEnabled","_suggestions"];var B,P;B=D,P=495,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._command=e,this._suggestions=n,this[U("0xa")]=new Set,this[U("0x0")](),this._isEnabledBasedOnSelection=!1}refresh(){const t=this[U("0x2")].model[U("0xb")][U("0x5")],e=Array[U("0x1")](this[U("0x8")].values());this[U("0xa")]=function(t,e){const n=Array.from(t[S("0x13")]()),i=new Set;for(const r of e)if(r.isInContent)for(const e of n)for(const n of r[S("0x13")]())(e[S("0x2")](n)||t[S("0x8")]&&!r[S("0x5")]&&r[S("0x0")]&&n[S("0x15")][S("0xe")](e[S("0xf")]))&&i[S("0x3")](r);return i}(t,e),this[U("0x7")]=this[U("0x3")][U("0x7")]&&!!this._selectedSuggestions.size}[U("0x4")](){const t=I(Array[U("0x1")](this._selectedSuggestions));for(const e of t){const t=e[U("0x6")]();if(!this[U("0x2")][U("0x9")].canEditAt(t))return}N(this.editor[U("0x9")],this[U("0x3")],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 X=function(t,e){var n=this.__data__,i=H(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function $(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[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 it=et||nt||Function("return this")();const rt=it.Symbol;var ot=Object.prototype,st=ot.hasOwnProperty,xt=ot.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 i=!0}catch(t){}var r=xt.call(t);return i&&(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 ht=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 mt=it["__core-js_shared__"];var pt,bt=(pt=/[^.]+$/.exec(mt&&mt.keys&&mt.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,St=At.hasOwnProperty,It=RegExp("^"+kt.call(St).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Rt=function(t){return!(!ft(t)||Et(t))&&(ht(t)?It: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(it,"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 i=t[e];this.set(i[0],i[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 Xt=function(t,e){var n=zt(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function $t(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}$t.prototype.clear=Vt,$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 i=n.__data__;if(!Lt||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new Zt(i)}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,i=null==t?0:t.length;++n<i&&!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 ie=Object.prototype.hasOwnProperty;const re=function(t,e,n){var i=t[e];ie.call(t,e)&&V(i,n)&&(void 0!==n||e in t)||ne(t,e,n)};const oe=function(t,e,n,i){var r=!n;n||(n={});for(var o=-1,s=e.length;++o<s;){var x=e[o],a=i?i(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,i=Array(t);++n<t;)i[n]=e(n);return i};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 he="object"==typeof exports&&exports&&!exports.nodeType&&exports,me=he&&"object"==typeof module&&module&&!module.nodeType&&module,pe=me&&me.exports===he?it.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,Se=ke&&"object"==typeof module&&module&&!module.nodeType&&module,Ie=Se&&Se.exports===ke&&et.process;const Re=function(){try{var t=Se&&Se.require&&Se.require("util").types;return t||Ie&&Ie.binding&&Ie.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),i=!n&&de(t),r=!n&&!i&&be(t),o=!n&&!i&&!r&&Ne(t),s=n||i||r||o,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)||o&&("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)&&!ht(t)};const je=function(t){return Ue(t)?Me(t):Pe(t)};const Ge=function(t,e){return t&&oe(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 i in t)("constructor"!=i||!e&&He.call(t,i))&&n.push(i);return n};const We=function(t){return Ue(t)?Me(t,!0):ze(t)};const Ke=function(t,e){return t&&oe(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?it.Buffer:void 0,Ze=$e?$e.allocUnsafe:void 0;const Ye=function(t,e){if(e)return t.slice();var n=t.length,i=Ze?Ze(n):new t.constructor(n);return t.copy(i),i};const Je=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const Qe=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,o=[];++n<i;){var s=t[n];e(s,n,t)&&(o[r++]=s)}return o};const tn=function(){return[]};var en=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const rn=nn?function(t){return null==t?[]:(t=Object(t),Qe(nn(t),(function(e){return en.call(t,e)})))}:tn;const on=function(t,e){return oe(t,rn(t),e)};const sn=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)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,rn(t)),t=xn(t);return e}:tn;const cn=function(t,e){return oe(t,an(t),e)};const ln=function(t,e,n){var i=e(t);return ge(t)?i:sn(i,n(t))};const un=function(t){return ln(t,je,rn)};const dn=function(t){return ln(t,We,an)};const gn=Nt(it,"DataView");const fn=Nt(it,"Promise");const hn=Nt(it,"Set");const mn=Nt(it,"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(hn),Sn=Tt(mn),In=gt;(gn&&In(new gn(new ArrayBuffer(1)))!=Tn||Lt&&In(new Lt)!=pn||fn&&In(fn.resolve())!=bn||hn&&In(new hn)!=En||mn&&In(new mn)!=_n)&&(In=function(t){var e=gt(t),n="[object Object]"==e?t.constructor:void 0,i=n?Tt(n):"";if(i)switch(i){case yn:return Tn;case Cn:return pn;case An:return bn;case kn:return En;case Sn:return _n}return e});const Rn=In;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=it.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 i=t.constructor;switch(e){case"[object ArrayBuffer]":return Mn(t);case"[object Boolean]":case"[object Date]":return new i(+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 i;case"[object Number]":case"[object String]":return new i(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]"==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 ti=function t(e,n,i,r,o,s){var x,a=1&n,c=2&n,l=4&n;if(i&&(x=o?i(e,r,o,s):i(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&&!o){if(x=c||g?{}:Hn(e),!a)return c?cn(e,Ke(x,e)):on(e,Ge(x,e))}else{if(!Qn[d])return o?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,i,r,e,s))})):Kn(e)&&e.forEach((function(r,o){x.set(o,t(r,n,i,o,e,s))}));var h=u?void 0:(l?c?dn:un:c?We:je)(e);return te(h||e,(function(r,o){h&&(r=e[o=r]),re(x,o,t(r,n,i,o,e,s))})),x};const ei=function(t){return ti(t,5)};const ni=function(t){return"symbol"==typeof t||xe(t)&&"[object Symbol]"==gt(t)};var ii=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ri=/^\w*$/;const oi=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!ni(t))||(ri.test(t)||!ii.test(t)||null!=e&&t in Object(e))};function si(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var s=t.apply(this,i);return n.cache=o.set(r,s)||o,s};return n.cache=new(si.Cache||Zt),n}si.Cache=Zt;const xi=si;var ai=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ci=/\\(\\)?/g;const li=function(t){var e=xi(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(ai,(function(t,n,i,r){e.push(i?r.replace(ci,"$1"):n||t)})),e}));const ui=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r};var di=rt?rt.prototype:void 0,gi=di?di.toString:void 0;const fi=function t(e){if("string"==typeof e)return e;if(ge(e))return ui(e,t)+"";if(ni(e))return gi?gi.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const hi=function(t){return null==t?"":fi(t)};const mi=function(t,e){return ge(t)?t:oi(t,e)?[t]:li(hi(t))};const pi=function(t){if("string"==typeof t||ni(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const bi=function(t,e,n,i){if(!ft(t))return t;for(var r=-1,o=(e=mi(e,t)).length,s=o-1,x=t;null!=x&&++r<o;){var a=pi(e[r]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(r!=s){var l=x[a];void 0===(c=i?i(l,a,x):void 0)&&(c=ft(l)?l:_e(e[r+1])?[]:{})}re(x,a,c),x=x[a]}return t};const Ei=function(t,e,n){return null==t?t:bi(t,e,n)};const _i=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const Ti=function(t){return this.__data__.has(t)};function yi(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Zt;++e<n;)this.add(t[e])}yi.prototype.add=yi.prototype.push=_i,yi.prototype.has=Ti;const Ci=yi;const Ai=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1};const ki=function(t,e){return t.has(e)};const Si=function(t,e,n,i,r,o){var s=1&n,x=t.length,a=e.length;if(x!=a&&!(s&&a>x))return!1;var c=o.get(t),l=o.get(e);if(c&&l)return c==e&&l==t;var u=-1,d=!0,g=2&n?new Ci:void 0;for(o.set(t,e),o.set(e,t);++u<x;){var f=t[u],h=e[u];if(i)var m=s?i(h,f,u,e,t,o):i(f,h,u,t,e,o);if(void 0!==m){if(m)continue;d=!1;break}if(g){if(!Ai(e,(function(t,e){if(!ki(g,e)&&(f===t||r(f,t,n,i,o)))return g.push(e)}))){d=!1;break}}else if(f!==h&&!r(f,h,n,i,o)){d=!1;break}}return o.delete(t),o.delete(e),d};const Ii=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n};const Ri=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var vi=rt?rt.prototype:void 0,Ni=vi?vi.valueOf:void 0;const Li=function(t,e,n,i,r,o,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||!o(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=Ii;case"[object Set]":var a=1&i;if(x||(x=Ri),t.size!=e.size&&!a)return!1;var c=s.get(t);if(c)return c==e;i|=2,s.set(t,e);var l=Si(x(t),x(e),i,r,o,s);return s.delete(t),l;case"[object Symbol]":if(Ni)return Ni.call(t)==Ni.call(e)}return!1};var Mi=Object.prototype.hasOwnProperty;const wi=function(t,e,n,i,r,o){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:Mi.call(e,l)))return!1}var u=o.get(t),d=o.get(e);if(u&&d)return u==e&&d==t;var g=!0;o.set(t,e),o.set(e,t);for(var f=s;++c<a;){var h=t[l=x[c]],m=e[l];if(i)var p=s?i(m,h,l,e,t,o):i(h,m,l,t,e,o);if(!(void 0===p?h===m||r(h,m,n,i,o):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 o.delete(t),o.delete(e),g};var Oi="[object Arguments]",Fi="[object Array]",Di="[object Object]",Bi=Object.prototype.hasOwnProperty;const Pi=function(t,e,n,i,r,o){var s=ge(t),x=ge(e),a=s?Fi:Rn(t),c=x?Fi:Rn(e),l=(a=a==Oi?Di:a)==Di,u=(c=c==Oi?Di:c)==Di,d=a==c;if(d&&be(t)){if(!be(e))return!1;s=!0,l=!1}if(d&&!l)return o||(o=new Qt),s||Ne(t)?Si(t,e,n,i,r,o):Li(t,e,a,n,i,r,o);if(!(1&n)){var g=l&&Bi.call(t,"__wrapped__"),f=u&&Bi.call(e,"__wrapped__");if(g||f){var h=g?t.value():t,m=f?e.value():e;return o||(o=new Qt),r(h,m,n,i,o)}}return!!d&&(o||(o=new Qt),wi(t,e,n,i,r,o))};const Ui=function t(e,n,i,r,o){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:Pi(e,n,i,r,t,o))};const ji=function(t,e){return Ui(t,e)};const Gi=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Vi=function(t,e){for(var n=0,i=(e=mi(e,t)).length;null!=t&&n<i;)t=t[pi(e[n++])];return n&&n==i?t:void 0};const Hi=function(t,e,n){var i=-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 o=Array(r);++i<r;)o[i]=t[i+e];return o};const zi=function(t,e){return e.length<2?t:Vi(t,Hi(e,0,-1))};const Wi=function(t,e){return e=mi(e,t),null==(t=zi(t,e))||delete t[pi(Gi(e))]};const Ki=function(t,e){return null==t||Wi(t,e)},qi=["isExternal","from","hasComments","map","@external","isIntersectingWithRange","addMarkerName","setAttribute","onDiscard","nodeAfter","length","subType","addRange","head","next","_saved","delete","accept","author","isInContent","add","clear","nodeBefore","change","getAllAdjacentSuggestions","_onAttributesChange","getMultiRangeId","creator","type","removeAttribute","removeMarker","getMarkers","suggestion:","push","createdAt","isMultiRange","getFirstRange","onAccept","getFirstMarker","authoredAt","discard","toJSON","set","removeMarkers","_model","_isDataLoaded","getRanges","_onDiscard","getContainedElement","commentThread","attributes","start","addMarker","decorate","previous","getItems","_markerNames","getRange","onAttributesChange","getMarkerNames","data"];var Xi,$i;Xi=qi,$i=221,function(t){for(;--t;)Xi.push(Xi.shift())}(++$i);const Zi=function(t,e){return qi[t-=0]};class Yi extends((0,e.ObservableMixin)()){constructor(t,e){super(),this[Zi("0x7")]=!1,this.id=e.id,this.type=e[Zi("0x33")],this.subType=e[Zi("0x22")]||null,this[Zi("0x29")]=e[Zi("0x29")],this[Zi("0x32")]=e[Zi("0x32")]||e[Zi("0x29")],this[Zi("0x17")]=Boolean(e.attributes&&e.attributes[Zi("0x1b")]),this.data=null,this._model=t,this._onAccept=e[Zi("0x3c")],this[Zi("0x9")]=e[Zi("0x1f")],this[Zi("0x30")]=e[Zi("0x14")],this[Zi("0x12")]=new Set,this.createdAt=null,this.set(Zi("0x1"),null),this[Zi("0x4")](Zi("0xc"),e.attributes||{}),this[Zi("0x4")]("previous",null),this.set("next",null),this[Zi("0x4")]("commentThread",null),this[Zi("0x4")](Zi("0x26"),!1),this[Zi("0xf")](Zi("0x28")),this.decorate(Zi("0x2"))}get[Zi("0x24")](){let t=this;for(;t[Zi("0x10")];)t=t[Zi("0x10")];return t}get[Zi("0x19")](){return!!this.commentThread&&this[Zi("0xb")][Zi("0x21")]>0}get[Zi("0x3a")](){return 0!=this[Zi("0x12")].size&&6==Array.from(this[Zi("0x12")])[0].split(":").length}get[Zi("0x2a")](){return null!==this.getFirstMarker()}[Zi("0x1d")](t){this[Zi("0x12")][Zi("0x2b")](t)}[Zi("0x15")](){return Array[Zi("0x18")](this[Zi("0x12")])}[Zi("0x36")](){return this[Zi("0x15")]()[Zi("0x1a")]((t=>this[Zi("0x6")].markers.get(t))).filter((t=>t))}[Zi("0x0")](){return this[Zi("0x36")]()[0]||null}removeMarkers(){this[Zi("0x6")][Zi("0x2e")]((t=>{for(const e of this[Zi("0x36")]())t[Zi("0x35")](e)})),this[Zi("0x12")][Zi("0x2c")]()}removeMarker(t){this[Zi("0x6")][Zi("0x2e")]((e=>{e[Zi("0x35")](t)})),this[Zi("0x12")][Zi("0x27")](t)}[Zi("0x23")](t){const e=Zi("0x37")+this[Zi("0x33")]+":"+this[Zi("0x22")]+":"+this.id+":"+this.creator.id+":"+Yi[Zi("0x31")]();this.addMarkerName(e),this[Zi("0x6")].change((n=>{n[Zi("0xe")](e,{range:t,usingOperation:!0,affectsData:!0})}))}[Zi("0x1c")](t){for(const e of this[Zi("0x8")]())if(e.isIntersecting(t))return!0;return!1}[Zi("0x8")](){return this[Zi("0x36")]().map((t=>t[Zi("0x13")]()))}[Zi("0x11")](){return this[Zi("0x8")]().reduce(((t,e)=>[...t,...e[Zi("0x11")]()]),[])}[Zi("0x3b")](){var t;return(null===(t=this[Zi("0x0")]())||void 0===t?void 0:t.getRange())||null}[Zi("0xa")](){const t=this[Zi("0x8")]();if(1!=t[Zi("0x21")])return null;const e=t[0],n=e[Zi("0xd")][Zi("0x20")],i=e.end[Zi("0x2d")];return n instanceof s.Element?n!=i?null:n:null}accept(){this._onAccept(this[Zi("0x8")](),this[Zi("0x16")],this.attributes),this[Zi("0x5")]()}discard(){this[Zi("0x9")](this[Zi("0x8")](),this[Zi("0x16")],this[Zi("0xc")]),this[Zi("0x5")]()}[Zi("0x2f")](){const t=[];let e=this[Zi("0x24")];for(;e;)t[Zi("0x38")](e),e=e[Zi("0x25")];return t}[Zi("0x1e")](t,e){const n=ei(this[Zi("0xc")]);Ei(n,t,e),ji(n,this.attributes)||(this.attributes=n,this[Zi("0x30")](n))}[Zi("0x34")](t){const e=ei(this[Zi("0xc")]);Ki(e,t),ji(e,this.attributes)||(this[Zi("0xc")]=e,this[Zi("0x30")](this[Zi("0xc")]))}[Zi("0x3")](){return{id:this.id,type:this[Zi("0x22")]?this[Zi("0x33")]+":"+this.subType:this.type,authorId:this[Zi("0x32")].id,createdAt:this[Zi("0x39")],hasComments:this.hasComments,data:this.data,attributes:this[Zi("0xc")]}}static[Zi("0x31")](){return(0,e.uid)().substr(1,5)}}function Ji(t,e,n){const i=t.t;switch(e){case"Track changes":return i("Track changes");case"Accept suggestion":return i("Accept suggestion");case"Discard suggestion":return i("Discard suggestion");case"Accept all suggestions":return i("Accept all suggestions");case"Accept all selected suggestions":return i("Accept all selected suggestions");case"Discard all suggestions":return i("Discard all suggestions");case"Discard all selected suggestions":return i("Discard all selected suggestions");case"*Reset font size*":return i("*Reset font size*");case"*Reset font family*":return i("*Reset font family*");case"*Reset font color*":return i("*Reset font color*");case"*Reset font background color*":return i("*Reset font background color*");case"*Remove image text alternative*":return i("*Remove image text alternative*");case"*Reset image width*":return i("*Reset image width*");case"*Remove link*":return i("*Remove link*");case"*Check item*":return i("*Check item*");case"*Uncheck item*":return i("*Uncheck item*");case"*Remove all formatting*":return i("*Remove all formatting*");case"*Replace table cells*":return i("*Replace table cells*");case"*Merge cells*":return i("*Merge cells*");case"*Split cell:* vertically":return i("*Split cell:* vertically");case"*Split cell:* horizontally":return i("*Split cell:* horizontally");case"*Indent:* %0":return i("*Indent:* %0",n);case"*Outdent:* %0":return i("*Outdent:* %0",n);case"*Change to:* %0":return i("*Change to:* %0",n);case"*Insert:* %0":return i("*Insert:* %0",n);case"*Format:* %0":return i("*Format:* %0",n);case"*Format:* change table properties":return i("*Format:* change table properties");case"*Format:* change table cell properties":return i("*Format:* change table cell properties");case"*Format:* insert into %0":return i("*Format:* insert into %0",n);case"*Format:* remove from %0":return i("*Format:* remove from %0",n);case"*Replace image URL*":return i("*Replace image URL*");case"*Format:* resize table":return i("*Format:* resize table");case"*Format:* set order to reversed":return i("*Format:* set order to reversed");case"*Format:* set order to regular":return i("*Format:* set order to regular");case"*Format:* set start index to %0":return i("*Format:* set start index to %0",n);case"*Change %0 content*":return i("*Change %0 content*",n);case"*Remove:* %0":return i("*Remove:* %0",n);case"*Merge:* %0":return i("*Merge:* %0",n);case"*Split:* %0":return i("*Split:* %0",n);case"*Remove format:* %0":return i("*Remove format:* %0",n);case"*Set font size:* %0":return i("*Set font size:* %0",n);case"*Set font family:* %0":return i("*Set font family:* %0",n);case"*Set format to:* %0":return i("*Set format to:* %0",n);case"*Set font color:* %0":return i("*Set font color:* %0",n);case"*Set font background color:* %0":return i("*Set font background color:* %0",n);case"*Set format:* %0":return i("*Set format:* %0",n);case"*Set image text alternative:* %0":return i("*Set image text alternative:* %0",n);case"*Set image width:* %0":return i("*Set image width:* %0",n);case"*Set link:* %0":return i("*Set link:* %0",n);case"*Set highlight:* %0":return i("*Set highlight:* %0",n);case"*Remove highlight*":return i("*Remove highlight*");case"FORMAT_HIGHLIGHT":return i({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return i({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return i({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return i({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return i({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return i({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return i({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return i({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return i({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return i({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return i({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return i({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return i({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return i({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return i({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return i({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return i({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return i({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return i({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return i({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return i({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return i({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return i({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return i({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return i({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return i({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return i({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return i({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return i({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return i({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return i({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return i({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return i({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return i({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return i({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return i({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return i({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return i({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return i({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return i({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return i({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return i({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return i({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return i({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return i({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return i({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return i({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return i({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return i({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return i({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return i({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return i({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return i({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return i({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return i({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return i({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return i({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return i({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return i({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return i({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return i({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return i({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return i({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 i({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return i({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 i({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return i({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return i({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return i({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return i({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return i({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return i({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return i({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return i({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return i({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return i({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return i({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return i({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Qi=["type","isEmpty","_attributeLabels","data","format","*Remove:* %0","$textProxy","element","function","nextSibling","push","subType","registerDescriptionCallback","_handleInsertRemoveSuggestionDescription","getFirstRange","match","set","join","add","_handleRenameSuggestionDescription","isEqual","_locale","replace","newValue","has","registerElementLabel","_customCallbacks","ELEMENT_SPACE","insertion","*Change to:* %0","Container","_schema","item","previousSibling","$text","text","length","_resolveDescriptionItems","end","*Set format:* %0","_handleAttributeSuggestionDescription","skip","nodeAfter","_itemLabels","getWalker","addEmptyContainer","name","removeContainer","pop","addFormat","start","isObject","attribute","$1 $2","REPLACE_TEXT","removeFormat","removeEmptyContainer","_addDescriptionItems","*Split:* %0","getItemLabel","addContainer","*Insert:* %0","*Remove format:* %0","_handleCustomCallbackDescription","key","quantity","Object","map","remove","_itemLabelsCallbacks","matchingCallback","elementEnd","indexOf","get","deletion","registerAttributeLabel","removeObject"];var tr,er;tr=Qi,er=239,function(t){for(;--t;)tr.push(tr.shift())}(++er);const nr=function(t,e){return Qi[t-=0]};class ir{constructor(t,e){this._customCallbacks=[],this[nr("0x23")]=new Map,this[nr("0x3d")]=[],this[nr("0x47")]=new Map,this[nr("0x17")]=t,this._locale=e}getDescriptions(t){const e=[],n=new Set,i=new Set;for(let r=0;r<t.length;r++){const o=t[r];if(!o.isInContent)continue;const s=this[nr("0x37")](o);if(s){if(null!=o[nr("0x3")]){if(n[nr("0x10")](o[nr("0x3")]))continue;n[nr("0xa")](o[nr("0x3")])}e[nr("0x2")](s)}else if(nr("0x2c")!=o[nr("0x45")])nr("0x14")!=o[nr("0x45")]&&nr("0x42")!=o[nr("0x45")]||this[nr("0x5")](e,o,t[r+1]);else{const t=o[nr("0x48")][nr("0x38")];if(i[nr("0x10")](t))continue;i[nr("0xa")](o[nr("0x48")].key),t==Cc?this._handleRenameSuggestionDescription(e,o):this[nr("0x20")](e,o)}}return this._resolveDescriptionItems(e)}[nr("0x4")](t){this[nr("0x12")][nr("0x2")](t)}[nr("0x11")](t,n,i=e.priorities.normal){nr("0x0")==typeof t?(0,e.insertToPriorityArray)(this[nr("0x3d")],{matchingCallback:t,label:n,priority:i}):this[nr("0x23")][nr("0x8")](t,n)}[nr("0x43")](t,e){this._attributeLabels.set(t,e)}[nr("0x33")](t,e=1){let n;for(const e of this[nr("0x3d")])if(e[nr("0x3e")](t)){n=e.label;break}return n||(n=this[nr("0x23")][nr("0x41")](t.name)),n?n(e):1!==e?e+" "+t[nr("0x26")]+"s":""+t[nr("0x26")]}_addDescriptionItems(t,e){const n=e.getFirstRange()[nr("0x24")](),i=nr("0x14")==e[nr("0x45")]?nr("0xa"):nr("0x3c");for(const e of n){const r=e[nr("0x18")],o=t[t[nr("0x1c")]-1];if(r.is(nr("0x4b")))o&&o[nr("0x45")][nr("0x40")]("Container")>-1&&t[nr("0x28")](),o&&nr("0x1b")==o[nr("0x45")]?o[i]+=r[nr("0x48")]:t.push({type:nr("0x1b"),add:nr("0xa")==i?r[nr("0x48")]:"",remove:nr("0x3c")==i?r[nr("0x48")]:""});else if(this[nr("0x17")].isObject(r)){const s=r;if(o&&o[nr("0x45")][nr("0x40")](nr("0x16"))>-1&&t[nr("0x28")](),"elementEnd"==e[nr("0x45")])continue;o&&o.type==i+"Object"&&o[nr("0x4c")][nr("0x26")]==s[nr("0x26")]?o[nr("0x39")]++:t[nr("0x2")]({type:i+nr("0x3a"),element:s,quantity:1}),n[nr("0x21")]((t=>!(nr("0x3f")==t.type&&t[nr("0x18")]==r)))}else if(this._schema.checkChild(r,nr("0x1a"))||r.is(nr("0x4c"),"softBreak")){const n=r;if(nr("0xa")==i&&"elementStart"==e[nr("0x45")]||nr("0x3c")==i&&nr("0x3f")==e[nr("0x45")])continue;if(o&&-1==o[nr("0x45")].indexOf("Container")){nr("0x1b")==o[nr("0x45")]&&(o[i]+="\n");continue}let s;if(s="add"==i?n[nr("0x1")]&&!this[nr("0x17")].isObject(n.nextSibling)?n[nr("0x1")]:null:n[nr("0x19")]&&!this[nr("0x17")][nr("0x2b")](n[nr("0x19")])?n.previousSibling:null,n[nr("0x46")]||s&&s[nr("0x46")]){const e=s&&s[nr("0x46")]?s:n;o&&o[nr("0x45")]==i+"EmptyContainer"&&o[nr("0x4c")][nr("0x26")]==e[nr("0x26")]?o[nr("0x39")]++:t[nr("0x2")]({type:i+"EmptyContainer",element:e,quantity:1})}else t[nr("0x2")]({type:i+nr("0x16"),element:n})}}}[nr("0x1d")](t){const e=this[nr("0xd")],n=[],i=[],r=[];for(const o of t)switch(o[nr("0x45")]){case nr("0x1b"):if(o[nr("0xa")]=o[nr("0xa")][nr("0xe")](/(\S)\u000A+(\S)/g,nr("0x2d"))[nr("0xe")](/\u000A/g,""),o[nr("0x3c")]=o[nr("0x3c")].replace(/(\S)\u000A+(\S)/g,nr("0x2d"))[nr("0xe")](/\u000A/g,""),""!=o.add&&""!=o[nr("0x3c")]){n.push({type:nr("0xe"),content:Ji(e,nr("0x2e"),['"'+o[nr("0x3c")]+'"','"'+o.add+'"'])});continue}if(null!=o[nr("0xa")][nr("0x7")](/^ +$/)){n[nr("0x2")]({type:"insertion",content:Ji(e,nr("0x35"),Ji(e,nr("0x13"),o.add.length))});continue}if(null!=o[nr("0x3c")][nr("0x7")](/^ +$/)){n[nr("0x2")]({type:"deletion",content:Ji(e,nr("0x4a"),Ji(e,nr("0x13"),o.remove[nr("0x1c")]))});continue}if(""!=o[nr("0xa")]){n[nr("0x2")]({type:"insertion",content:Ji(e,nr("0x35"),'"'+o[nr("0xa")]+'"')});continue}n[nr("0x2")]({type:nr("0x42"),content:Ji(e,nr("0x4a"),'"'+o[nr("0x3c")]+'"')});continue;case nr("0x25"):case"addObject":n[nr("0x2")]({type:nr("0x14"),content:Ji(e,nr("0x35"),this[nr("0x33")](o[nr("0x4c")],o[nr("0x39")]))});continue;case nr("0x30"):case nr("0x44"):n[nr("0x2")]({type:"deletion",content:Ji(e,nr("0x4a"),this[nr("0x33")](o[nr("0x4c")],o.quantity))});continue;case nr("0x34"):n[nr("0x2")]({type:nr("0x14"),content:Ji(e,nr("0x32"),this[nr("0x33")](o[nr("0x4c")],o.quantity))});continue;case nr("0x27"):n[nr("0x2")]({type:nr("0x42"),content:Ji(e,"*Merge:* %0",this[nr("0x33")](o.element,o[nr("0x39")]))});continue;case nr("0x29"):i[nr("0x2")](o[nr("0x38")]);continue;case nr("0x2f"):r[nr("0x2")](o[nr("0x38")]);continue;default:n[nr("0x2")](o)}if(i[nr("0x1c")]){const t=i[nr("0x3b")]((t=>this[nr("0x47")][nr("0x10")](t)?this[nr("0x47")][nr("0x41")](t):t))[nr("0x9")](", ");n.push({type:"format",content:Ji(this[nr("0xd")],nr("0x1f"),t)})}if(r.length){const t=r.map((t=>this._attributeLabels[nr("0x10")](t)?this._attributeLabels[nr("0x41")](t):t))[nr("0x9")](", ");n[nr("0x2")]({type:nr("0x49"),content:Ji(this[nr("0xd")],nr("0x36"),t)})}return n}[nr("0x37")](t){for(const e of this[nr("0x12")]){const n=e(t);if(n&&nr("0x45")in n)return n}}[nr("0x20")](t,e){const n=e[nr("0x48")],i=void 0===n[nr("0xf")]?nr("0x2f"):nr("0x29");t[nr("0x2")]({type:i,key:n[nr("0x38")]})}[nr("0xb")](t,e){t[nr("0x2")]({type:nr("0x49"),content:Ji(this._locale,nr("0x15"),this.getItemLabel(e.getFirstRange()[nr("0x2a")][nr("0x22")],1))})}[nr("0x5")](t,e,n){if(this[nr("0x31")](t,e),n&&n[nr("0x6")]()&&!e.getFirstRange()[nr("0x1e")][nr("0xc")](n[nr("0x6")]().start)){const n=t[t[nr("0x1c")]-1],i=nr("0x14")==e[nr("0x45")]?nr("0xa"):nr("0x3c");n&&nr("0x1b")==n[nr("0x45")]&&(n[i]+="\n")}}}const rr=["enableCommand","get","showAIAssistant","TrackChangesEditing","plugins"];var or,sr;or=rr,sr=152,function(t){for(;--t;)or.push(or.shift())}(++sr);const xr=function(t,e){return rr[t-=0]};class ar extends t.Plugin{afterInit(){const t=this.editor,e=t[xr("0x2")][xr("0x4")](xr("0x1"));t.commands.get(xr("0x0"))&&e[xr("0x3")](xr("0x0"))}}const cr=["AlignmentEditing","center","alignment","_registerLegacyDescription","get","*Format:* %0","has","TrackChangesEditing","registerDescriptionCallback","formatBlock","right","_descriptionFactory","commandParams","FORMAT_ALIGN_TO_RIGHT","editor","FORMAT_ALIGN_TO_LEFT","_enableDefaultAttributesIntegration","FORMAT_ALIGN_TO_CENTER","FORMAT_ALIGNMENT","justify","plugins","FORMAT_JUSTIFY_TEXT","afterInit","registerAttributeLabel"];var lr,ur;lr=cr,ur=186,function(t){for(;--t;)lr.push(lr.shift())}(++ur);const dr=function(t,e){return cr[t-=0]};class gr extends t.Plugin{[dr("0x4")](){const t=this.editor,e=t.locale;if(!t[dr("0x2")][dr("0xc")](dr("0x6")))return;const n=t.plugins[dr("0xa")](dr("0xd"));n[dr("0x16")](dr("0x8"),[],[dr("0x8")]),n._descriptionFactory[dr("0x5")](dr("0x8"),Ji(e,dr("0x0"))),this._registerLegacyDescription()}[dr("0x9")](){const t=this[dr("0x14")],e=t.locale;t[dr("0x2")].get("TrackChangesEditing")[dr("0x11")][dr("0xe")]((t=>{if(dr("0xf")!=t.type)return;const{data:n}=t;if(n&&"alignment"==n.commandName){const t=n[dr("0x12")][0].value;return{type:"format",content:Ji(e,dr("0xb"),function(t){switch(t){case"left":return Ji(e,dr("0x15"));case dr("0x10"):return Ji(e,dr("0x13"));case dr("0x7"):return Ji(e,dr("0x17"));case dr("0x1"):return Ji(e,dr("0x3"))}}(t))}}}))}}const fr=["toLowerCase","toUpperCase","strikethrough","format","subscript","superscript","_descriptionFactory","FORMAT_STRIKETHROUGH","afterInit","CodeEditing","FORMAT_","registerDescriptionCallback","locale","FORMAT_SUBSCRIPT","has","commandName","commandParams","_enableDefaultAttributesIntegration","plugins","bold","formatInline","SuperscriptEditing","SubscriptEditing","underline","registerAttributeLabel","code","_registerLegacyDescription","TrackChangesEditing","FORMAT_BOLD","get","italic"];var hr,mr;hr=fr,mr=172,function(t){for(;--t;)hr.push(hr.shift())}(++mr);const pr=function(t,e){return fr[t-=0]},br=["BoldEditing","ItalicEditing","UnderlineEditing",pr("0x17"),"StrikethroughEditing",pr("0x5"),pr("0x4")];class Er extends t.Plugin{[pr("0x16")](){const t=this.editor,e=t[pr("0x1")][pr("0xc")](pr("0xa")),n=t[pr("0x1a")];for(const i of br){if(!t.plugins[pr("0x1c")](i))continue;const r=i.slice(0,-7)[pr("0xe")](),o=pr("0x18")+r[pr("0xf")]();e[pr("0x0")](r,[r]),e[pr("0x14")][pr("0x7")](r,Ji(n,o))}this[pr("0x9")]()}_registerLegacyDescription(){const t=this.editor,e=t[pr("0x1a")],n=t[pr("0x1")][pr("0xc")](pr("0xa"));function i(t,i){n[pr("0x14")][pr("0x19")]((n=>{if(pr("0x3")!=n.type)return;const{data:r}=n;return r&&r[pr("0x1d")]===t?r[pr("0x1e")][0].forceValue?{type:pr("0x11"),content:Ji(e,"*Format:* %0",i)}:{type:pr("0x11"),content:Ji(e,"*Remove format:* %0",i)}:void 0}))}i(pr("0x2"),Ji(e,pr("0xb"))),i(pr("0xd"),Ji(e,"FORMAT_ITALIC")),i(pr("0x6"),Ji(e,"FORMAT_UNDERLINE")),i(pr("0x8"),Ji(e,"FORMAT_CODE")),i(pr("0x10"),Ji(e,pr("0x15"))),i(pr("0x12"),Ji(e,pr("0x1b"))),i(pr("0x13"),Ji(e,"FORMAT_SUPERSCRIPT"))}}const _r=["plugins","commands","getSelectedBlocks","$root","checkChild","markBlockFormat","_descriptionFactory","change","format","document","editor","forceValue","get","afterInit","*Set format:* %0","parent","BlockQuoteEditing","locale","filter","selection","commandParams","model","ELEMENT_BLOCK_QUOTE","TrackChangesEditing","value","blockQuote","enableCommand","*Remove format:* %0","registerDescriptionCallback","name"];var Tr,yr;Tr=_r,yr=171,function(t){for(;--t;)Tr.push(Tr.shift())}(++yr);const Cr=function(t,e){return _r[t-=0]};class Ar extends t.Plugin{[Cr("0x16")](){const t=this.editor,e=t[Cr("0x1a")];if(!t[Cr("0x9")].has(Cr("0x19")))return;const n=t[Cr("0x9")][Cr("0x15")](Cr("0x2")),i=this[Cr("0x13")][Cr("0xa")].get(Cr("0x4"));n[Cr("0x5")]("blockQuote",((e,r={})=>{const o=this[Cr("0x13")].model[Cr("0x12")][Cr("0x1c")],s=r&&void 0!==r[Cr("0x14")]?r[Cr("0x14")]:!i[Cr("0x3")];let x=[];if(s){const e=Array.from(o[Cr("0xb")]())[Cr("0x1b")]((t=>kr(t)||function(t,e){const n=e[Cr("0xd")](t[Cr("0x18")],Cr("0x4")),i=e[Cr("0xd")]([Cr("0xc"),Cr("0x4")],t);return n&&i}(t,this[Cr("0x13")][Cr("0x0")].schema)));x=R(e,t[Cr("0x0")])}else{const e=Array.from(o.getSelectedBlocks())[Cr("0x1b")]((t=>kr(t)));x=R(e,t[Cr("0x0")])}t.model[Cr("0x10")]((()=>{for(const t of x)n[Cr("0xe")](t,{commandName:Cr("0x4"),commandParams:[{forceValue:s}]})}))})),n[Cr("0xf")][Cr("0x7")]((t=>{const{data:n}=t;if(n&&"blockQuote"==n.commandName){const t=Ji(e,Cr("0x1"));return n[Cr("0x1d")][0][Cr("0x14")]?{type:"format",content:Ji(e,Cr("0x17"),t)}:{type:Cr("0x11"),content:Ji(e,Cr("0x6"),t)}}}))}}function kr(t){return Cr("0x4")==t[Cr("0x18")][Cr("0x8")]}const Sr=["afterInit","plugins","changeCaseTitle","changeCaseUpper","enableCommand","TrackChangesEditing","get","has","changeCaseLower"];var Ir,Rr;Ir=Sr,Rr=456,function(t){for(;--t;)Ir.push(Ir.shift())}(++Rr);const vr=function(t,e){return Sr[t-=0]};class Nr extends t.Plugin{[vr("0x3")](){const t=this.editor;t[vr("0x4")][vr("0x1")]("CaseChange")&&(t[vr("0x4")][vr("0x0")]("TrackChangesEditing")[vr("0x7")](vr("0x6")),t[vr("0x4")][vr("0x0")]("TrackChangesEditing")[vr("0x7")](vr("0x2")),t[vr("0x4")].get(vr("0x8"))[vr("0x7")](vr("0x5")))}}const Lr=["afterInit","ckbox","enableCommand","get","plugins","editor","TrackChangesEditing"];var Mr,wr;Mr=Lr,wr=424,function(t){for(;--t;)Mr.push(Mr.shift())}(++wr);const Or=function(t,e){return Lr[t-=0]};class Fr extends t.Plugin{[Or("0x3")](){const t=this[Or("0x1")];t.commands[Or("0x6")](Or("0x4"))&&t[Or("0x0")][Or("0x6")](Or("0x2"))[Or("0x5")]("ckbox")}}const Dr=["*Remove format:* %0","outdentCodeBlock","isLimit","ELEMENT_CODE_BLOCK","model","commandParams","registerDescriptionCallback","*Set format:* %0","languages","plugins","afterInit","config","blockName","enableCommand","has","rootElement","change","find","value","commandName","filter","parent","from","getSelectedBlocks","selection","schema","formatBlock","registerElementLabel","label","_descriptionFactory","type","codeBlock","forceValue","markBlockFormat","name","document","get","toLowerCase","language"];var Br,Pr;Br=Dr,Pr=114,function(t){for(;--t;)Br.push(Br.shift())}(++Pr);const Ur=function(t,e){return Dr[t-=0]};class jr extends t.Plugin{[Ur("0xd")](){const t=this.editor;if(!t[Ur("0xc")][Ur("0x11")]("CodeBlock"))return;const e=t[Ur("0xc")][Ur("0x0")]("TrackChangesEditing"),n=t.locale,i=t[Ur("0xe")].get(Ur("0x22"))[Ur("0xb")],r=t.commands[Ur("0x0")](Ur("0x22"));e[Ur("0x10")]("indentCodeBlock"),e.enableCommand(Ur("0x4")),e[Ur("0x10")](Ur("0x22"),((n,o={})=>{const s=t.model,x=t[Ur("0x7")][Ur("0x26")][Ur("0x1b")],a=o&&void 0!==o[Ur("0x23")]?o[Ur("0x23")]:!r[Ur("0x15")];let c;o.language||(o[Ur("0x2")]=i[0][Ur("0x2")]),c=a?Array[Ur("0x19")](x[Ur("0x1a")]())[Ur("0x17")]((t=>{return Gr(t)||(e=t,n=s[Ur("0x1c")],!e.is(Ur("0x12"))&&!n[Ur("0x5")](e)&&n.checkChild(e[Ur("0x18")],Ur("0x22")));var e,n})):Array[Ur("0x19")](x[Ur("0x1a")]())[Ur("0x17")]((t=>Gr(t)));const l=R(c,s);s[Ur("0x13")]((()=>{for(const t of l)e[Ur("0x24")](t,{commandName:Ur("0x22"),commandParams:[{...o,forceValue:a}],formatGroupId:Ur("0xf")})}))})),e[Ur("0x20")][Ur("0x1e")]("codeBlock",(t=>Ji(n,Ur("0x6"),t))),e[Ur("0x20")][Ur("0x9")]((t=>{if(Ur("0x1d")!=t[Ur("0x21")])return;const e=n.t,{data:r}=t;if(!r||"codeBlock"!=r[Ur("0x16")])return;const o=r[Ur("0x8")][0][Ur("0x2")],s=e(i[Ur("0x14")]((t=>t[Ur("0x2")]===o))[Ur("0x1f")])[Ur("0x1")]();return r.commandParams[0].forceValue?{type:"format",content:Ji(n,Ur("0xa"),Ji(n,"ELEMENT_CODE_BLOCK",1)+" ("+s+")")}:{type:"format",content:Ji(n,Ur("0x3"),Ji(n,Ur("0x6"),1))}}))}}function Gr(t){return Ur("0x22")==t[Ur("0x25")]}const Vr=["CommentsEditing","get","enableCommand","afterInit","plugins","TrackChangesEditing","editor","has"];var Hr,zr;Hr=Vr,zr=218,function(t){for(;--t;)Hr.push(Hr.shift())}(++zr);const Wr=function(t,e){return Vr[t-=0]};class Kr extends t.Plugin{[Wr("0x1")](){const t=this[Wr("0x4")];t.plugins[Wr("0x5")](Wr("0x6"))&&t[Wr("0x2")][Wr("0x7")](Wr("0x3"))[Wr("0x0")]("addCommentThread")}}var qr=n(181);const Xr=["type","consumable","isLimit","TrackChangesEditing","markerName","elementEnd","test","plugins","markerRange","getAttribute","activeMarkers","getCustomProperty","writer","previousPosition","nextSibling","schema","mapper","ck-suggestion-marker--active","listItem","item","start","isBlock","insert","element","name","ck-suggestion-marker-","span","isAtEnd","includes","listIndent","addClass","toViewElement","addHighlight","push","bindElementToMarker"];var $r,Zr;$r=Xr,Zr=489,function(t){for(;--t;)$r.push($r.shift())}(++Zr);const Yr=function(t,e){return Xr[t-=0]};function Jr(t,e,n){const i=[];for(const r of e.getItems())r.hasAttribute(t)&&i[Yr("0x22")](n.createRangeOn(r));return i}function Qr(t,e,{showActiveMarker:n=!0}={}){const i=t[Yr("0x8")].get(Yr("0x4"));return(r,o,s)=>{if(!s[Yr("0x2")][Yr("0x7")](o.markerRange,r[Yr("0x19")]))return;const x=o[Yr("0x9")].getWalker(),a=o[Yr("0x9")][Yr("0x15")],c=t.model[Yr("0x10")];let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t[Yr("0x14")];d=d||c.isContent(e);const n=s.mapper[Yr("0x20")](e);if(n&&n[Yr("0xc")](Yr("0x21")))return;Yr("0x6")==t[Yr("0x1")]&&c[Yr("0x16")](e)&&!c[Yr("0x3")](e)&&(e[Yr("0xf")]||a[Yr("0x1c")]?l&&l.parent==e||(l=e,f(t[Yr("0xe")]),g=!0):u=u||t[Yr("0xe")])}function f(t){const r=s[Yr("0xd")].createUIElement(Yr("0x1b"),{class:Yr("0x1a")+e}),x=s[Yr("0x11")].toViewPosition(t);n&&i[Yr("0xb")][Yr("0x1d")](o[Yr("0x5")])&&s[Yr("0xd")][Yr("0x1f")](Yr("0x12"),r),s[Yr("0xd")][Yr("0x17")](x,r),s[Yr("0x11")][Yr("0x0")](r,o[Yr("0x5")])}d||g||!u||f(u)}}const to=["start","showSuggestionHighlights","unbindElementFromMarkerName","editor","get","downcastDispatcher","mapper","uiElement","lock","addMarker:suggestion:deletion","plugins","removeMarker:suggestion:deletion","enableCommand","commands","getFirstRange","model","merge","forward","deleteForward","init","batch","detach","rootName","high","modifySelection","end","buffer","bind","options","createSelection","createRange","writer","document","$graveyard","editing","enqueueChange"];var eo,no;eo=to,no=195,function(t){for(;--t;)eo.push(eo.shift())}(++no);const io=function(t,e){return to[t-=0]};class ro extends t.Plugin{static get requires(){return[qr.Delete]}[io("0x4")](){const t=this[io("0x18")],e=t[io("0x1f")][io("0x19")]("TrackChangesEditing");e.enableCommand("delete");const n=t[io("0x22")][io("0x19")](io("0x3"));e[io("0x21")](io("0x3"),((e,i={})=>{const r=t[io("0x0")][io("0xe")](t[io("0x0")][io("0x11")].selection);r.isCollapsed&&t[io("0x0")][io("0x9")](r,{direction:io("0x2"),unit:i.unit});const o=r[io("0x23")](),x=s.LiveRange.fromRange(o);let a;e(i),a=io("0x12")==x.root[io("0x7")]?t[io("0x0")][io("0xf")](o[io("0x15")]):t[io("0x0")][io("0xf")](x[io("0x15")],x[io("0xa")]),x[io("0x6")](),t[io("0x0")][io("0x14")](n[io("0xb")][io("0x5")],(t=>{n[io("0xb")][io("0x1d")](),t.setSelection(t[io("0xf")](a.end)),n[io("0xb")].unlock()}))})),t[io("0x13")].downcastDispatcher.on("addMarker:suggestion:deletion",Qr(t,io("0x1")),{priority:io("0x8")}),t.data[io("0x1a")].on(io("0x1e"),((e,n,i)=>{i[io("0xd")][io("0x16")]&&Qr(t,io("0x1"),{showActiveMarker:!1})[io("0xc")](this)(e,n,i)}),{priority:io("0x8")}),t[io("0x13")][io("0x1a")].on(io("0x20"),((t,e,n)=>{const i=n[io("0x1b")].markerNameToElements(e.markerName);if(i)for(const t of i)t.is(io("0x1c"))&&(n[io("0x1b")][io("0x17")](t,e.markerName),n[io("0x10")].remove(t))}),{priority:io("0x8")})}}const oo=["*Uncheck item*","head","documentList","TodoListEditing","selection","meta","todoListCheck","registerDescriptionCallback","suggestion","_LIST","find","model","listStart","config","todo","outdentList","has","range","end","listItemIdFixer","_supportLegacySuggestions","*Set format:* %0","todoList","parent","previousSibling","createPositionAt","registerPostFixer","setSelection","registerCustomCallback","length","differ","_registerLegacyDescription","start","createRange","commands","nextSibling","change","newValue","fromRange","getChanges","list.multiBlock","get","isObject","ELEMENT_BULLETED_LIST","ListEditing","format","containsItem","getAttribute","isUndo","listStyle","bulleted","_enableDefaultAttributesIntegration","value","noTrackChangesFixer","formatBlock","toUpperCase","document","ELEMENT_LIST_ITEM","batch","_suggestionFactory","numberedList","getSuggestions","commandName","getRanges","forceValue","*Format:* remove from %0","getFirstMarker","listIndent","commandParams","groupId","*Outdent:* %0","map","splitListItemAfter","deletion","editor","ELEMENT_","nodeAfter","TrackChangesEditing","ELEMENT_TODO_LIST","getFirstRange","plugins","registerElementLabel","*Merge:* list item","registerAttributeLabel","multipleBlocks","numbered","schema","listReversed","FORMAT_INDENT","execute","includes","listType","oldValue","accept","_findSuggestions","filter","*Merge:* %0","bulletedList","push","_descriptionFactory","default","*Remove format:* %0","removeMarker","listItemId","indentList","isLocal","*Change to:* %0","mergeListItemBackward","ELEMENT_NUMBERED_LIST","assureChains","attributes","splitListItemBefore","attributeKey","todoListChecked","key","type","locale","trackChangesCommand","data","attribute","*Format:* insert into %0"];var so,xo;so=oo,xo=411,function(t){for(;--t;)so.push(so.shift())}(++xo);const ao=function(t,e){return oo[t-=0]};class co extends t.Plugin{afterInit(){const t=this[ao("0x1a")];if(!t[ao("0x20")][ao("0x59")](ao("0x75")))return;const e=t[ao("0x44")],n=t[ao("0x20")][ao("0x72")](ao("0x1d")),i=t.plugins[ao("0x59")](ao("0x4c")),r=!!t[ao("0x56")][ao("0x72")](ao("0x71"));function o(t){return{type:ao("0x76"),content:""+Ji(e,ao("0x5e"),t)}}function s(t){return{type:ao("0x76"),content:""+Ji(e,ao("0x35"),t)}}n[ao("0x3")](ao("0xc"),[],[ao("0x37"),"listType","listIndent"]),n._enableDefaultAttributesIntegration(ao("0x31")),n[ao("0x3")](ao("0x38")),n[ao("0x3")](ao("0x58")),n[ao("0x3")](ao("0x18")),n._enableDefaultAttributesIntegration(ao("0x3f")),r&&(n[ao("0x3")](ao("0x3b")),n[ao("0x3")]("mergeListItemForward")),i&&(n._enableDefaultAttributesIntegration(ao("0x5f")),n[ao("0x3")]("checkTodoList",[],[ao("0x41")]),n[ao("0x33")][ao("0x50")]((t=>{const{data:n}=t;if(n&&ao("0x41")==n[ao("0x42")])return{type:ao("0x76"),content:n[ao("0x6e")]?Ji(e,"*Check item*"):Ji(e,ao("0x49"))}})),this[ao("0x1a")][ao("0x54")][ao("0x8")][ao("0x63")]((t=>{if(t[ao("0xa")][ao("0x0")])return!1;let e=!1;const i=n[ao("0xd")]({skipNotAttached:!0})[ao("0x2f")]((t=>ao("0x41")===n._getAttributeKey(t)));for(const r of i)ao("0x57")!=r[ao("0x1f")]()[ao("0x69")].nodeAfter[ao("0x78")](ao("0x2b"))&&(n[ao("0x2e")](r[ao("0x1f")](),ao("0x47"))[ao("0x53")]((t=>ao("0x2b")===n._getAttributeKey(t[ao("0x51")])))||(t[ao("0x36")](r.getFirstMarker()),e=!0));return e}))),n._descriptionFactory[ao("0x23")](ao("0x13"),Ji(e,ao("0x28")));const x={type:"format",content:""};n[ao("0x33")][ao("0x50")]((t=>{const{data:n}=t;if(!n||ao("0x2b")!=n[ao("0x42")])return;let i=t.head;for(;i;){if(i[ao("0x46")]&&("listStyle"==i[ao("0x46")].key&&(i[ao("0x46")][ao("0x6e")]&&ao("0x34")!=i[ao("0x46")].newValue||"default"!=i[ao("0x46")][ao("0x2c")]&&!n[ao("0x6e")])||!r&&i[ao("0x46")][ao("0x42")]==Cc))return x;i=i.next}if(null==n.newValue)switch(n.oldValue){case ao("0x2"):return s(Ji(e,ao("0x74")));case ao("0x25"):return s(Ji(e,ao("0x3c")));case ao("0x57"):return s(Ji(e,ao("0x1e")))}switch(n[ao("0x6e")]){case ao("0x2"):return o(Ji(e,ao("0x74")));case ao("0x25"):return o(Ji(e,ao("0x3c")));case ao("0x57"):return o(Ji(e,ao("0x1e")))}})),n._descriptionFactory[ao("0x50")]((t=>{const{data:e}=t;if(e&&ao("0x13")==e[ao("0x42")])return null==e[ao("0x6e")]||null==e.oldValue&&0==e[ao("0x6e")]?x:void 0})),n._descriptionFactory.registerDescriptionCallback((t=>{if(ao("0x47")!=t[ao("0x43")])return;const{data:n}=t;if(!n||ao("0x37")!=n[ao("0x42")])return;const i=lo(t);return i?ao("0x6e")==i?{type:ao("0x76"),content:Ji(e,ao("0x22"))}:ao("0x2c")==i?{type:ao("0x76"),content:Ji(e,"*Split:* list item")}:x:x})),t[ao("0x54")][ao("0x8")][ao("0x63")]((t=>this[ao("0x5c")](t))),t[ao("0x54")][ao("0x8")][ao("0x63")]((t=>this[ao("0x5")](t))),t[ao("0x54")].document[ao("0x63")]((t=>this[ao("0x3d")](t))),this[ao("0x5d")]()}[ao("0x5c")](t){if(t[ao("0xa")][ao("0x0")]||!t.batch[ao("0x39")])return!1;let e=!1;const n=this[ao("0x1a")].plugins[ao("0x72")]("TrackChangesEditing")[ao("0xd")]({skipNotAttached:!0})[ao("0x2f")]((t=>t[ao("0x46")]&&"listItemId"==t.data[ao("0x42")])).filter((t=>t.data[ao("0x6e")]&&t[ao("0x46")][ao("0x2c")]));for(const i of n)lo(i)||(t[ao("0x36")](i[ao("0x12")]()),e=!0);return e}[ao("0x5")](t){if(t[ao("0xa")][ao("0x0")]||!t.batch[ao("0x39")])return!1;const e=this[ao("0x1a")][ao("0x20")].get("TrackChangesEditing");if(e[ao("0x45")][ao("0x4")])return!1;let n=!1;const i=["listType",ao("0x1"),"listItemId",ao("0x13"),"listStart",ao("0x27"),ao("0x4f")],r=this[ao("0x1a")].model[ao("0x8")][ao("0x67")][ao("0x70")]().filter((t=>ao("0x47")==t.type)).filter((t=>i[ao("0x2a")](t[ao("0x40")])));if(0==r[ao("0x66")])return n;for(const o of r){const r=e._findSuggestions(o[ao("0x5a")],ao("0x47"))[ao("0x2f")]((t=>!t[ao("0x4e")].isNextTo))[ao("0x17")]((t=>t[ao("0x51")]))[ao("0x2f")]((t=>{const n=e._getAttributeKey(t);return i[ao("0x2a")](n)}));if(r.length){for(const e of r)t[ao("0x36")](e[ao("0x12")]());n=!0}}return n}[ao("0x3d")](t){if(t[ao("0xa")][ao("0x0")]||!t[ao("0xa")][ao("0x39")])return!1;const e=this[ao("0x1a")][ao("0x20")].get(ao("0x1d"));let n=!1;const i=[ao("0x2b"),"listStyle","listItemId",ao("0x13"),ao("0x55"),ao("0x27"),ao("0x4f")];for(const t of e.getSuggestions({skipNotAttached:!0})){const r=e._findSuggestions(t.getFirstRange(),ao("0x47"))[ao("0x17")]((t=>t[ao("0x51")]))[ao("0x2f")]((t=>t[ao("0x46")]&&i.includes(t[ao("0x46")][ao("0x42")])));if(!r[ao("0x66")])continue;const s=r[0][ao("0x4a")][ao("0x3e")][ao("0x15")];if(!r.every((t=>t[ao("0x3e")].groupId===s)))for(const t of r)o(t,s)&&(n=!0)}return n;function r(t,n){for(const i of e[ao("0xd")]({skipNotAttached:!0})[ao("0x2f")]((e=>"attribute"==e[ao("0x43")]&&e[ao("0x3e")][ao("0x15")]==t)))i.setAttribute(ao("0x15"),n)}function o(t,e){let n=t[ao("0x4a")],i=!1;for(;n;)n[ao("0x3e")].groupId!=e&&(r(n[ao("0x3e")][ao("0x15")],e),n.setAttribute(ao("0x15"),e),i=!0),n=n.next;return i}}[ao("0x5d")](){const t=this[ao("0x1a")],e=t[ao("0x44")],n=t[ao("0x20")][ao("0x72")](ao("0x1d"));this._registerLegacyDescription(),n[ao("0xb")][ao("0x65")](ao("0x6"),ao("0x4b"),ao("0x2d"),(function(e,n){const i=[];for(let n of e)n.start[ao("0x1c")]===n[ao("0x5b")][ao("0x60")]&&(n=t[ao("0x54")][ao("0x6a")](t[ao("0x54")][ao("0x62")](n[ao("0x69")][ao("0x1c")],0))),i[ao("0x32")](n);t[ao("0x54")][ao("0x6d")]((e=>{const r=t.model.document[ao("0x4d")],o=Array.from(r[ao("0xf")]())[ao("0x17")]((t=>s.LiveRange[ao("0x6f")](t)));e.setSelection(i),t[ao("0x6b")][ao("0x72")](n[ao("0xe")]).refresh(),n[ao("0x14")].push({forceDefaultExecution:!0}),t[ao("0x29")](n[ao("0xe")],...n[ao("0x14")]),e[ao("0x64")](o);for(const t of o)t.detach()}))})),n._descriptionFactory[ao("0x21")]((function(e){const n=!t[ao("0x54")][ao("0x26")][ao("0x73")](e),i=e[ao("0x61")],r=e[ao("0x6c")],o=e[ao("0x78")](ao("0x37")),s=!i||i[ao("0x78")](ao("0x37"))!==o,x=!r||r[ao("0x78")](ao("0x37"))!==o;return n&&Boolean(o)&&s&&x}),(t=>Ji(e,"ELEMENT_LIST_ITEM",t)))}[ao("0x68")](){const t=this[ao("0x1a")],e=t.locale;function n(e){const n=t.commands[ao("0x72")](ao("0x31"))[ao("0x4")],i=t[ao("0x6b")].get(ao("0xc"))[ao("0x4")];return"numberedList"===e?n:i}t[ao("0x20")][ao("0x72")](ao("0x1d"))[ao("0x33")].registerDescriptionCallback((function(i){if("formatBlock"!=i[ao("0x43")])return;const{data:r}=i;if(!r)return;let o,s,x,a;switch(r[ao("0xe")]){case"bulletedList":x=r.commandParams[0][ao("0x10")],a=n(r.commandName),o=ao(x?"0x48":"0x11"),!a&&t[ao("0x56")][ao("0x72")](ao("0x71"))||(o=ao("0x3a")),s={type:ao("0x76"),content:Ji(e,o,Ji(e,ao("0x74")))};break;case ao("0xc"):x=r[ao("0x14")][0][ao("0x10")],a=n(r.commandName),o=x?"*Format:* insert into %0":ao("0x11"),!a&&t.config[ao("0x72")]("list.multiBlock")||(o=ao("0x3a")),s={type:ao("0x76"),content:Ji(e,o,Ji(e,ao("0x3c")))};break;case ao("0x38"):o="*Indent:* %0",s={type:"format",content:Ji(e,o,Ji(e,"ELEMENT_LIST_ITEM"))};break;case ao("0x58"):o=function(t){const e=t[ao("0x1f")]();let n=e.start[ao("0x1c")];for(;n&&e[ao("0x77")](n);){if(n[ao("0x78")](ao("0x13"))>0)return!1;n=n[ao("0x6c")]}return!0}(i)?Ji(e,ao("0x11"),Ji(e,(c=i,ao("0x1b")+c.getFirstRange()[ao("0x69")][ao("0x1c")][ao("0x78")](ao("0x2b"))[ao("0x7")]()+ao("0x52")))):Ji(e,ao("0x16"),Ji(e,ao("0x9"))),s={type:ao("0x76"),content:o};break;case ao("0x3b"):case"mergeListItemForward":!1===r[ao("0x24")]&&(o=ao("0x30"),s={type:ao("0x19"),content:Ji(e,o,Ji(e,ao("0x9")))})}var c;return s}))}}function lo(t){let e=t[ao("0x1f")]().start[ao("0x1c")][ao("0x61")];for(;e;){const n=e[ao("0x78")]("listItemId");if(!n)return!1;if(n==t[ao("0x46")].newValue)return ao("0x6e");if(n==t[ao("0x46")][ao("0x2c")])return ao("0x2c");e=e[ao("0x61")]}return!1}const uo=["registerDescriptionCallback","format","has","includes","ELEMENT_","default","commandParams","_LIST_DEFAULT","listStyle","FORMAT_LIST_REVERSED","find","data","plugins","listType","upper-roman","head","_registerLegacyDescription","getSuggestions","listReversed","bind","getAttribute","locale","*Remove format:* %0","newValue","getFirstRange","registerAttributeLabel","afterInit","formatBlock","nodeAfter","oldValue","square","commandName","type","get","editor","_enableDefaultAttributesIntegration","batch","toUpperCase","TrackChangesEditing","circle","registerPostFixer","key","model","attribute","FORMAT_LIST_START","_descriptionFactory","config","disc","_LIST_","replace","_getTranslationKeyForListStyle","*Change to:* %0","numbered","next","*Format:* set start index to %0","bulleted","start","_findSuggestions","listStart","*Set format:* %0"];var go,fo;go=uo,fo=405,function(t){for(;--t;)go.push(go.shift())}(++fo);const ho=function(t,e){return uo[t-=0]};class mo extends t.Plugin{[ho("0x29")](){if(!this[ho("0x31")].plugins[ho("0x11")]("ListPropertiesEditing"))return;const t=this.editor[ho("0x1")][ho("0x30")]("list.properties"),e=this.editor[ho("0x1b")][ho("0x30")](ho("0x35"));t.styles&&e[ho("0x32")](ho("0x17"),[],[ho("0x17")]),t.reversed&&e[ho("0x32")](ho("0x21"),[],[ho("0x21")]),t.startIndex&&e[ho("0x32")](ho("0xd"),[],["listStart"]);const n={type:ho("0x10"),content:""};e[ho("0x0")][ho("0xf")](this.handleDescriptions[ho("0x22")](this));const i=this[ho("0x31")].locale;e._descriptionFactory[ho("0x28")](ho("0x21"),Ji(i,ho("0x18"))),e[ho("0x0")][ho("0xf")]((t=>{const{data:e}=t;if(e&&ho("0x21")==e[ho("0x38")])return null==e[ho("0x26")]||0==e[ho("0x26")]&&null==e.oldValue?n:void 0})),e[ho("0x0")].registerAttributeLabel(ho("0xd"),Ji(i,ho("0x3b"))),e[ho("0x0")][ho("0xf")]((t=>{const{data:e}=t;if(e&&ho("0xd")==e[ho("0x38")])return null==e[ho("0x26")]||1==e.newValue&&null==e[ho("0x2c")]?n:void 0})),this.editor[ho("0x39")].document[ho("0x37")]((t=>{if(t[ho("0x33")].isUndo)return!1;let n=!1;const i=e[ho("0x20")]({skipNotAttached:!0}).filter((t=>{const n=e._getAttributeKey(t);return ho("0xd")==n||ho("0x21")==n}));for(const r of i)"numbered"!=r.getFirstRange()[ho("0xb")][ho("0x2b")][ho("0x23")](ho("0x1c"))&&(e[ho("0xc")](r[ho("0x27")](),ho("0x3a"))[ho("0x19")]((t=>ho("0x1c")==e._getAttributeKey(t.suggestion)))||(t.removeMarker(r.getFirstMarker()),n=!0));return n})),this[ho("0x1f")]()}handleDescriptions(t){const e=this[ho("0x31")][ho("0x24")],{data:n}=t,i={type:ho("0x10"),content:""};if(!n||"listStyle"!=n[ho("0x38")])return;if(!n[ho("0x2c")])return ho("0x14")==n.newValue?i:{type:ho("0x10"),content:""+Ji(e,ho("0xe"),Ji(e,this[ho("0x5")](n[ho("0x26")])))};if(!n.newValue){if("default"==n.oldValue)return i;let r=t.head;for(;r;){if(r[ho("0x1a")]&&ho("0x1c")==r[ho("0x1a")][ho("0x38")]&&r[ho("0x1a")][ho("0x26")])return i;r=r[ho("0x8")]}return{type:"format",content:""+Ji(e,ho("0x25"),Ji(e,this._getTranslationKeyForListStyle(n[ho("0x2c")])))}}if(ho("0x14")!=n[ho("0x26")])return{type:ho("0x10"),content:""+Ji(e,ho("0xe"),Ji(e,this._getTranslationKeyForListStyle(n[ho("0x26")])))};let r=t[ho("0x1e")];for(;r;){if(r[ho("0x1a")]&&"listType"==r.data[ho("0x38")]&&r[ho("0x1a")].newValue&&r.data.oldValue)return i;r=r[ho("0x8")]}const o=t[ho("0x27")]()[ho("0xb")].nodeAfter[ho("0x23")](ho("0x1c"));return{type:ho("0x10"),content:Ji(e,ho("0xe"),Ji(e,ho("0x13")+o[ho("0x34")]()+ho("0x16")))}}[ho("0x1f")](){const t=this.editor,e=t[ho("0x24")];t[ho("0x1b")].get(ho("0x35"))[ho("0x0")][ho("0xf")]((t=>{if(ho("0x2a")!=t.type)return;const{data:n}=t;if(!n)return;let i,r;switch(n[ho("0x2e")]){case ho("0x17"):i=ho("0x6"),r={type:ho("0x10"),content:Ji(e,i,Ji(e,this[ho("0x5")](n[ho("0x15")][0][ho("0x2f")])))};break;case ho("0x21"):i=n.commandParams[0].reversed?"*Format:* set order to reversed":"*Format:* set order to regular",r={type:ho("0x10"),content:Ji(e,i)};break;case"listStart":i=ho("0x9"),r={type:"format",content:Ji(e,i,n[ho("0x15")][0].startIndex)}}return r}))}_getTranslationKeyForListStyle(t){return"ELEMENT_"+(e=t,po[ho("0x12")](e)?ho("0xa"):bo[ho("0x12")](e)?ho("0x7"):null)[ho("0x34")]()+ho("0x3")+t[ho("0x34")]()[ho("0x4")](/-/g,"_");var e}}const po=[ho("0x2"),ho("0x36"),ho("0x2d")],bo=["decimal","decimal-leading-zero","lower-roman",ho("0x1d"),"lower-latin","upper-latin"];var Eo=n(331);const _o=["setSelection","getFirstPosition","ck-suggestion-marker-split","mapper","split","init","showSuggestionHighlights","getFirstRange","bind","selection","addMarker:suggestion:insertion","remove","change","hasClass","document","commands","afterExecute","parent","markerName","TrackChangesEditing","downcastDispatcher","writer","enterBlock","markerNameToElements","end","options","enter","editing","high","createRange","enableCommand","markInsertion","plugins","model","data","removeMarker:suggestion:insertion","fromRange","createPositionAt","detach"];var To,yo;To=_o,yo=292,function(t){for(;--t;)To.push(To.shift())}(++yo);const Co=function(t,e){return _o[t-=0]};class Ao extends t.Plugin{static get requires(){return[Eo.Enter]}[Co("0x19")](){const t=this.editor,e=t[Co("0xd")].get(Co("0x0")),n=t[Co("0x23")].get("enter");e[Co("0xb")](Co("0x7"),(()=>{t[Co("0xe")][Co("0x20")]((i=>{const r=t[Co("0xe")][Co("0x22")][Co("0x1d")],o=r[Co("0x15")](),x=s.LiveRange[Co("0x11")](r[Co("0x1b")]());if(n[Co("0x3")](i)){const n=t[Co("0xe")][Co("0x12")](o[Co("0x25")].nextSibling,0),r=i.createRange(o,n);e[Co("0xc")](r)}else i[Co("0x14")](i[Co("0xa")](x[Co("0x5")]));x[Co("0x13")](),n.fire(Co("0x24"),{writer:i})}))})),t.editing.downcastDispatcher.on(Co("0x1e"),Qr(t,Co("0x18")),{priority:Co("0x9")}),t[Co("0x8")].downcastDispatcher.on(Co("0x10"),((t,e,n)=>{const i=n[Co("0x17")][Co("0x4")](e[Co("0x26")]);if(i)for(const t of i)t[Co("0x21")](Co("0x16"))&&(n[Co("0x17")].unbindElementFromMarkerName(t,e[Co("0x26")]),n[Co("0x2")][Co("0x1f")](t))}),{priority:Co("0x9")}),t[Co("0xf")][Co("0x1")].on(Co("0x1e"),((e,n,i)=>{i[Co("0x6")][Co("0x1a")]&&Qr(t,Co("0x18"),{showActiveMarker:!1})[Co("0x1c")](this)(e,n,i)}),{priority:"high"})}}const ko=["getIntersection","has","afterInit","createRange","item","findPrevious","model","find","markers","getMarkersGroup","editor","end","replaceAll","_isInDeletionRange","plugins","enableCommand","FindAndReplaceEditing","findNext","createPositionAt","getRange","get","findByTextCallback","handleFindCommand","filter","FindAndReplaceUtils"];var So,Io;So=ko,Io=183,function(t){for(;--t;)So.push(So.shift())}(++Io);const Ro=function(t,e){return ko[t-=0]};class vo extends t.Plugin{[Ro("0x13")](){if(!this[Ro("0x2")][Ro("0x6")][Ro("0x12")](Ro("0x8")))return;const t=this.editor[Ro("0x6")].get("TrackChangesEditing");t.enableCommand(Ro("0x18"),this[Ro("0xe")].bind(this)),t[Ro("0x7")](Ro("0x9")),t.enableCommand(Ro("0x16")),t[Ro("0x7")]("replace"),t[Ro("0x7")](Ro("0x4"))}[Ro("0xe")](t,e,n={}){const i=this[Ro("0x2")][Ro("0x6")][Ro("0xc")](Ro("0x10"));return t((t=>("string"==typeof e?i[Ro("0xd")](e,n):e)(t)[Ro("0xf")]((e=>!1===this[Ro("0x5")](e,t[Ro("0x15")])))),n)}_isInDeletionRange(t,e){const n=this[Ro("0x2")][Ro("0x17")][Ro("0x14")](this[Ro("0x2")].model[Ro("0xa")](e,t.start),this[Ro("0x2")][Ro("0x17")][Ro("0xa")](e,t[Ro("0x3")]));for(const t of this[Ro("0x2")][Ro("0x17")][Ro("0x0")][Ro("0x1")]("suggestion:deletion"))if(null!==n[Ro("0x11")](t[Ro("0xb")]()))return!0;return!1}}const No=["*Set font family:* %0","formatInline","*Reset font family*","normalizeSizeOptions","FORMAT_FONT_COLOR","type","commandName","label","registerAttributeLabel","value","fontColor.colors","_registerLegacyDescription","fontColor","*Set font color:* %0","FontSize","*Reset font background color*","*Set font size:* %0","editor","toLowerCase","*Reset font color*","fontBackgroundColor","fontSize","FORMAT_FONT_SIZE","model","fontSize.options","config","fontBackgroundColor.colors","*Reset font size*","_descriptionFactory","locale","trim","commandParams","registerDescriptionCallback","get","_enableDefaultAttributesIntegration","format","find","has","TrackChangesEditing","plugins","fontFamily","FontBackgroundColorEditing","FORMAT_FONT_FAMILY","FontColorEditing","FontSizeEditing"];var Lo,Mo;Lo=No,Mo=168,function(t){for(;--t;)Lo.push(Lo.shift())}(++Mo);const wo=function(t,e){return No[t-=0]},Oo=[{pluginName:wo("0xb"),commandName:wo("0x21")},{pluginName:"FontFamilyEditing",commandName:wo("0x7")},{pluginName:wo("0xa"),commandName:wo("0x18")},{pluginName:wo("0x8"),commandName:wo("0x20")}];class Fo extends t.Plugin{afterInit(){const t=this[wo("0x1d")].locale,e=this.editor[wo("0x6")][wo("0x0")](wo("0x5"));for(const{pluginName:t,commandName:n}of Oo)this.editor[wo("0x6")][wo("0x4")](t)&&e[wo("0x1")](n,[n]);t.t,e[wo("0x28")][wo("0x14")](wo("0x21"),Ji(t,wo("0x22"))),e[wo("0x28")].registerAttributeLabel(wo("0x7"),Ji(t,wo("0x9"))),e[wo("0x28")][wo("0x14")](wo("0x18"),Ji(t,wo("0x10"))),e[wo("0x28")].registerAttributeLabel(wo("0x20"),Ji(t,"FORMAT_FONT_BACKGROUND")),this[wo("0x17")]()}_registerLegacyDescription(){const t=this[wo("0x1d")],e=t[wo("0x29")];t[wo("0x6")][wo("0x0")](wo("0x5"))[wo("0x28")][wo("0x2c")]((t=>{const n=e.t;if(wo("0xd")!=t[wo("0x11")])return;const{data:i}=t;if(null!=i){if(wo("0x21")==i[wo("0x12")]){const t=i[wo("0x2b")][0][wo("0x15")];if(t){const i=n(this[wo("0x1d")][wo("0x6")][wo("0x0")](wo("0x1a"))[wo("0xf")](this[wo("0x1d")][wo("0x25")][wo("0x0")](wo("0x24")))[wo("0x3")]((e=>e[wo("0x23")]==t)).title)[wo("0x1e")]();return{type:"format",content:Ji(e,wo("0x1c"),i)}}return{type:wo("0x2"),content:Ji(e,wo("0x27"))}}if(wo("0x7")==i.commandName){const t=i[wo("0x2b")][0].value;return t?{type:wo("0x2"),content:Ji(e,wo("0xc"),t)}:{type:wo("0x2"),content:Ji(e,wo("0xe"))}}if(wo("0x18")==i.commandName){const t=i.commandParams[0].value;if(t){const i=(0,r.normalizeColorOptions)(this[wo("0x1d")][wo("0x25")][wo("0x0")](wo("0x16")))[wo("0x3")]((e=>e.model==t));let o=t,s="";return i&&(o=i[wo("0x13")],s=n(o)[wo("0x1e")]()),{type:wo("0x2"),content:Ji(e,wo("0x19"),s)[wo("0x2a")](),color:{value:t,title:s||o}}}return{type:wo("0x2"),content:Ji(e,wo("0x1f"))}}if(wo("0x20")==i[wo("0x12")]){const t=i[wo("0x2b")][0][wo("0x15")];if(t){const i=(0,r.normalizeColorOptions)(this[wo("0x1d")].config.get(wo("0x26")))[wo("0x3")]((e=>e[wo("0x23")]==t));let o=t,s="";return i&&(o=i[wo("0x13")],s=n(o).toLowerCase()),{type:wo("0x2"),content:Ji(e,"*Set font background color:* %0",s)[wo("0x2a")](),color:{value:t,title:s||o}}}return{type:wo("0x2"),content:Ji(e,wo("0x1b"))}}}}))}}const Do=["fontSize.options","normalizeSizeOptions","*Remove all formatting*","formatInline","*Set format to:* %0","pasteFormat","_descriptionFactory","_enableDefaultAttributesIntegration","find","format","FontSize","commandParams","registerDescriptionCallback","boolean","get","fontColor.colors","config","editor","fontSize","join","toLowerCase","type","model","charAt","length","commands","split","locale","_registerLegacyDescription","title","entries","slice","copyFormat","fontBackgroundColor","commandName","plugins","TrackChangesEditing"];var Bo,Po;Bo=Do,Po=389,function(t){for(;--t;)Bo.push(Bo.shift())}(++Po);const Uo=function(t,e){return Do[t-=0]};class jo extends t.Plugin{afterInit(){const t=this[Uo("0x23")],e=t[Uo("0x10")][Uo("0x20")](Uo("0x11")),n=t.commands.get(Uo("0xd")),i=t[Uo("0x6")][Uo("0x20")](Uo("0x17"));n&&i&&(e[Uo("0x19")](Uo("0x17")),e.enableCommand(Uo("0xd")),this[Uo("0x9")]())}[Uo("0x9")](){const t=this[Uo("0x23")],e=t[Uo("0x8")];t[Uo("0x10")][Uo("0x20")](Uo("0x11"))[Uo("0x18")][Uo("0x1e")]((n=>{if("formatBlock"!=n[Uo("0x2")]&&Uo("0x15")!=n[Uo("0x2")])return;const{data:i}=n;if(i&&Uo("0x17")===i[Uo("0xf")]){const n=[],r=i[Uo("0x1d")][0];for(const[e,i]of Object[Uo("0xb")](r))n.push(Go(t,e,i));return n[Uo("0x5")]?{type:"format",content:Ji(e,Uo("0x16"),n[Uo("0x0")](", "))}:{type:Uo("0x1b"),content:Ji(e,Uo("0x14"))}}}))}}function Go(t,e,n){const i=t[Uo("0x8")].t,o=e[Uo("0x7")](/(?=[A-Z])/)[Uo("0x0")](" "),s=i(o[Uo("0x4")](0).toUpperCase()+o[Uo("0xc")](1))[Uo("0x1")]();if(Uo("0x1f")==typeof n)return s;if("fontColor"===e||Uo("0xe")===e){const e=(0,r.normalizeColorOptions)(t[Uo("0x22")][Uo("0x20")](Uo("0x21")))[Uo("0x1a")]((t=>t[Uo("0x3")]==n));return s+" ("+(e?i(e.label)[Uo("0x1")]():n)+")"}if(Uo("0x24")===e&&isNaN(parseFloat(n))){const e=t[Uo("0x10")].get(Uo("0x1c"))[Uo("0x13")](t[Uo("0x22")].get(Uo("0x12")))[Uo("0x1a")]((t=>t[Uo("0x3")]==n));return s+" ("+(e?i(e[Uo("0xa")])[Uo("0x1")]():n)+")"}return s+" ("+n+")"}const Vo=["match","value","_registerLegacyDescription","find","paragraph","ELEMENT_HEADING","_enableDefaultAttributesIntegration","config","model","type","title","editor","commandName","heading.options","afterInit","locale","*Change to:* %0","heading","_getHeadingLevel","ELEMENT_HEADING_CUSTOM","registerElementLabel","_descriptionFactory","plugins","has","get","format","name","_headingOptions","TrackChangesEditing","view","formatBlock"];var Ho,zo;Ho=Vo,zo=381,function(t){for(;--t;)Ho.push(Ho.shift())}(++zo);const Wo=function(t,e){return Vo[t-=0]};class Ko extends t.Plugin{[Wo("0x5")](){const t=this[Wo("0x2")];if(!t[Wo("0xd")][Wo("0xe")]("HeadingEditing"))return;this[Wo("0x12")]=t[Wo("0x1d")][Wo("0xf")](Wo("0x4"));const e=t[Wo("0x6")],n=t[Wo("0xd")].get(Wo("0x13"));n[Wo("0x1c")](Wo("0x8"));for(const t of this._headingOptions)Wo("0x1a")!=t[Wo("0x1e")]&&n._descriptionFactory[Wo("0xb")](t.model,(n=>{const i=this._getHeadingLevel(t.model);return null!==i?(s=n,x=i,Ji(e,Wo("0x1b"),[s,x])):(r=n,o=t[Wo("0x1")],Ji(e,Wo("0xa"),[r,o]));var r,o,s,x}));this._registerLegacyDescription()}[Wo("0x18")](){const t=this[Wo("0x2")],e=t.locale;t.plugins[Wo("0xf")]("TrackChangesEditing")[Wo("0xc")].registerDescriptionCallback((t=>{if(Wo("0x15")!=t[Wo("0x0")])return;const{data:n}=t;if(n&&"heading"==n[Wo("0x3")]){const t=n.commandParams[0][Wo("0x17")],s=this[Wo("0x9")](t);if(null!==s)return{type:Wo("0x10"),content:Ji(e,"*Change to:* %0",(1,o=s,Ji(e,Wo("0x1b"),[1,o])))};const x=this[Wo("0x12")].find((e=>e[Wo("0x1e")]===t))[Wo("0x1")];return{type:Wo("0x10"),content:Ji(e,Wo("0x7"),(i=1,r=x,Ji(e,Wo("0xa"),[i,r])))}}var i,r,o}))}[Wo("0x9")](t){var e,n;const i=t[Wo("0x16")](/^heading(\d+)/);if(i)return i[1];const r=null===(e=this._headingOptions)||void 0===e?void 0:e[Wo("0x19")]((e=>e.model==t));if(r&&r[Wo("0x14")]){const t=r.view,e=(null!==(n=t[Wo("0x11")])&&void 0!==n?n:t)[Wo("0x16")](/^h(\d+)/);if(e)return e[1]}return null}}const qo=["title","registerAttributeLabel","format","commandParams","color","find","_descriptionFactory","afterInit","HighlightEditing","get","*Set highlight:* %0","has","type","toLowerCase","plugins","locale","value","highlight.options","FORMAT_HIGHLIGHT","highlight","_registerLegacyDescription","formatInline","TrackChangesEditing"];var Xo,$o;Xo=qo,$o=141,function(t){for(;--t;)Xo.push(Xo.shift())}(++$o);const Zo=function(t,e){return qo[t-=0]};class Yo extends t.Plugin{[Zo("0x4")](){const t=this.editor;if(!t.plugins[Zo("0x8")](Zo("0x5")))return;const e=t[Zo("0xb")][Zo("0x6")](Zo("0x13")),n=t[Zo("0xc")];e._enableDefaultAttributesIntegration("highlight",[Zo("0x10")]),e[Zo("0x3")][Zo("0x15")](Zo("0x10"),Ji(n,Zo("0xf"))),this[Zo("0x11")]()}_registerLegacyDescription(){const t=this.editor,e=t[Zo("0xc")];t[Zo("0xb")][Zo("0x6")]("TrackChangesEditing")._descriptionFactory.registerDescriptionCallback((n=>{if(Zo("0x12")!=n[Zo("0x9")])return;const{data:i}=n;if(i&&"highlight"==i.commandName){const n=e.t,r=i[Zo("0x0")][0][Zo("0xd")];if(r){const i=t.config[Zo("0x6")](Zo("0xe"))[Zo("0x2")]((t=>t.model==r)),o=n(i[Zo("0x14")])[Zo("0xa")]();return{type:Zo("0x16"),content:Ji(e,Zo("0x7"),o),color:{value:i[Zo("0x1")],title:i.title}}}return{type:"format",content:Ji(e,"*Remove highlight*",Ji(e,Zo("0xf")))}}}))}}const Jo=["elementToStructure","get","horizontalLine","for","_descriptionFactory","createPositionAt","TrackChangesEditing","locale","enableCommand","editor","ck-horizontal-line","HorizontalLineEditing","plugins","showSuggestionHighlights","insert","createContainerElement","ELEMENT_HORIZONTAL_LINE","registerElementLabel"];var Qo,ts;Qo=Jo,ts=272,function(t){for(;--t;)Qo.push(Qo.shift())}(++ts);const es=function(t,e){return Jo[t-=0]};class ns extends t.Plugin{afterInit(){const t=this[es("0x7")];if(!t[es("0xa")].has(es("0x9")))return;t[es("0xa")][es("0x11")](es("0x4"))[es("0x6")](es("0x0"));const e=t.plugins[es("0x11")](es("0x4")),n=t[es("0x5")];e[es("0x2")][es("0xf")](es("0x0"),(t=>Ji(n,es("0xe"),t))),t.conversion[es("0x1")]("dataDowncast")[es("0x10")]({model:es("0x0"),view:(t,{writer:e,options:n})=>{if(!n[es("0xb")])return null;const i=e[es("0xd")]("div"),r=e.createEmptyElement("hr");return e.addClass(es("0x8"),i),e[es("0xc")](e[es("0x3")](i,0),r),i},converterPriority:"high"})}}const is=["registerDescriptionCallback","_descriptionFactory","editor","TrackChangesEditing","get","HtmlEmbed","value","ELEMENT_HTML_EMBED","type","nodeAfter","plugins","commandName","htmlEmbed","rawHtml","element","key","*Change %0 content*","_enableDefaultAttributesIntegration","_registerLegacyDescription","format","locale"];var rs,os;rs=is,os=425,function(t){for(;--t;)rs.push(rs.shift())}(++os);const ss=function(t,e){return is[t-=0]};class xs extends t.Plugin{afterInit(){const t=this[ss("0x12")];if(!t[ss("0x5")].has(ss("0x0")))return;const e=t[ss("0x5")][ss("0x14")]("TrackChangesEditing"),n=t[ss("0xf")];e._descriptionFactory.registerElementLabel(ss("0x8"),(t=>Ji(n,ss("0x2"),t))),e[ss("0xc")](ss("0x7"),[],[ss("0x1")]),e[ss("0x11")][ss("0x10")]((t=>{if("attribute"!=t[ss("0x3")])return;const{data:e}=t;if(e&&ss("0x1")==e[ss("0xa")]&&t.getFirstRange().start[ss("0x4")].is(ss("0x9"),"rawHtml")){const t=Ji(n,ss("0x2"));return{type:ss("0xe"),content:Ji(n,ss("0xb"),t)}}})),this[ss("0xd")]()}[ss("0xd")](){const t=this[ss("0x12")],e=t[ss("0xf")];t.plugins.get(ss("0x13"))[ss("0x11")][ss("0x10")]((t=>{if("formatBlock"!=t[ss("0x3")])return;const{data:n}=t;if(n&&ss("0x7")==n[ss("0x6")]){const t=Ji(e,ss("0x2"));return{type:ss("0xe"),content:Ji(e,ss("0xb"),t)}}}))}}const as=["subType","ImageInlineEditing","TrackChangesEditing","imageBlock","imageInline","newValue","*Set image text alternative:* %0","selection","createRangeOn","backward","schema","ImageTextAlternativeEditing","markInsertion","find","width","ImageEditing","commandParams","ELEMENT_IMAGE","document","Inline image to block image","getCaptionFromImageModelElement","end","editor","_enableDefaultAttributesIntegration","change","resizedWidth","getFirstRange","findIndex","resizeImage","forward","ImageUploadEditing","imageTypeInline","ImageCaptionUtils","registerDescriptionCallback","imageTypeBlock","*Reset image width*","insertImage","getClosestSelectedImageElement","markBlockFormat","ImageBlockEditing","FORMAT_IMAGE_SIZE","attribute","toggleImageCaption","_descriptionFactory","accept","toNext","uploadImage","addObject","formatBlock","get","length","insertion","imageCaption","type","plugins","Block image to inline image","formatInline","start","afterInit","_findSuggestions","_registerLegacyDescription","format","discard","has","_suggestionFactory","chain","deletion","nodeAfter","ELEMENT_INLINE_IMAGE","createRange","isCollapsed","alt","registerElementLabel","detach","getNearestSelectionRange","isEqual","registerCustomCallback","join","model","convertInlineImageToBlock","enableCommand","isBlockImage","key","*Remove image text alternative*","previous","caption","getContainedElement","fromPosition","convertBlockImageToInline","getSuggestionCallback","isBefore","nodeBefore","isOwn"];var cs,ls;cs=as,ls=163,function(t){for(;--t;)cs.push(cs.shift())}(++ls);const us=function(t,e){return as[t-=0]};class ds extends t.Plugin{[us("0x51")](){const t=this[us("0x2d")];if(!t[us("0x4d")][us("0x56")](us("0x26")))return;const e=t[us("0x4d")][us("0x48")](us("0x19")),n=t[us("0x4d")].get("ImageUtils"),i=t.locale;e[us("0xa")](us("0x3b")),e[us("0x42")][us("0x2")](us("0x1a"),(t=>Ji(i,us("0x28"),t))),e[us("0x42")][us("0x2")](us("0x1b"),(t=>Ji(i,us("0x5b"),t))),e[us("0x42")][us("0x2")]("caption",(()=>Ji(i,"ELEMENT_CAPTION"))),t[us("0x4d")].has(us("0x35"))&&e[us("0xa")](us("0x45")),t[us("0x4d")].has(us("0x3e"))&&t[us("0x4d")][us("0x56")](us("0x18"))&&(e.enableCommand(us("0x36"),((i,r)=>{const o=n[us("0x3c")](t.model[us("0x29")][us("0x1e")]);t[us("0x8")][us("0x2f")]((()=>{e[us("0x3d")](o,{commandName:us("0x36"),commandParams:[r]},[],us("0x12"))}))})),e[us("0xa")](us("0x39"),((i,r)=>{t.model[us("0x2f")]((o=>{let x=n[us("0x3c")](t[us("0x8")][us("0x29")][us("0x1e")]),a=o.createRangeOn(x);const c=s.LivePosition[us("0x11")](a[us("0x50")],"toPrevious"),l=s.LivePosition[us("0x11")](a[us("0x2c")],us("0x44"));e.forceDefaultExecution((()=>i(r))),x=n[us("0x3c")](t[us("0x8")][us("0x29")][us("0x1e")]),a=o[us("0x1f")](x);const u=o[us("0x5c")](c,l);c[us("0x3")](),l[us("0x3")](),e[us("0x3d")](x,{commandName:us("0x36"),commandParams:[r]},[],us("0x9")),u[us("0x50")].isBefore(a[us("0x50")])&&e[us("0x23")](o[us("0x5c")](u[us("0x50")],a[us("0x50")]),us("0x9")),a[us("0x2c")].isBefore(u.end)&&e.markInsertion(o[us("0x5c")](a[us("0x2c")],u[us("0x2c")]),"convertInlineImageToBlock")}))})),e[us("0x57")][us("0x6")](us("0x47"),us("0x9"),us("0x7"),(()=>!1)),e[us("0x57")][us("0x6")]("formatBlock",us("0x9"),us("0x43"),(()=>!1)),e._suggestionFactory[us("0x6")]("formatBlock",us("0x9"),us("0x55"),e[us("0x57")][us("0x13")](us("0x47"),"",us("0x43"))),e[us("0x57")][us("0x6")](us("0x4a"),us("0x9"),"join",(()=>!1)),e[us("0x57")][us("0x6")](us("0x4a"),us("0x9"),us("0x55"),(([n])=>{const i=e[us("0x57")].getSuggestionCallback(us("0x4a"),"","discard");let r=n[us("0x50")],o=n.end;const s=t[us("0x8")].schema[us("0x4")](r,us("0x20")),x=t[us("0x8")][us("0x21")].getNearestSelectionRange(o,us("0x34"));s[us("0x0")]&&(r=s.start),x[us("0x0")]&&(o=x[us("0x2c")]),i([t[us("0x8")][us("0x5c")](r,o)])})),e[us("0x57")][us("0x6")](us("0x47"),us("0x9"),us("0x58"),x),e[us("0x57")][us("0x6")](us("0x4a"),"convertInlineImageToBlock","chain",x)),t[us("0x4d")][us("0x56")]("ImageCaptionEditing")&&(e.enableCommand(us("0x41"),((i,r)=>{const o=t.plugins[us("0x48")](us("0x37"));let s=n[us("0x3c")](t[us("0x8")].document[us("0x1e")]),x=o[us("0x2b")](s);t[us("0x8")][us("0x2f")]((()=>{if(x)return void e.markDeletion(t[us("0x8")][us("0x1f")](x));const a=n[us("0xb")](s);i(r),s=n[us("0x3c")](t[us("0x8")][us("0x29")][us("0x1e")]),x=o[us("0x2b")](s),e[us("0x23")](t[us("0x8")][us("0x1f")](x),a?null:us("0x4b"))}))})),e._suggestionFactory[us("0x6")]("insertion",us("0x4b"),"chain",x));const r=[{type:us("0x47"),subType:"imageStylePreApply"},{type:us("0x4a"),subType:us("0x4b")},{type:"formatBlock",subType:us("0x9")},{type:us("0x4a"),subType:us("0x9")}];function o(t,i){const o=r[us("0x32")]((({type:e,subType:n})=>t[us("0x4c")]==e&&t.subType==n)),s=r[us("0x32")]((({type:t,subType:e})=>i[us("0x4c")]==t&&i.subType==e));if(o<0||s<0)return!1;const x=t[us("0x31")](),a=i.getFirstRange();if((0==o||1==o)&&2==s&&x.isIntersecting(a))return!0;if(2==o&&3==s){const t=e[us("0x52")](x,us("0x4a")).filter((({suggestion:t,meta:e})=>e[us("0x16")]&&"convertInlineImageToBlock"==t[us("0x17")]));if(t[us("0x49")]>1&&a[us("0x2c")].isEqual(x[us("0x50")]))return!0;if(1==t[us("0x49")]&&(x[us("0x50")][us("0x5")](a[us("0x2c")])||x[us("0x2c")][us("0x5")](a[us("0x50")])))return!0}if(3==o&&3==s&&x[us("0x50")][us("0x14")](a.start)){const t=x[us("0x2c")][us("0x5a")],e=a.start[us("0x15")];return n.isBlockImage(t)&&t===e}return!1}function x(t,e){return o(t,e)?[t,e]:o(e,t)?[e,t]:null}t[us("0x4d")][us("0x56")]("ImageResize")&&(e._enableDefaultAttributesIntegration("resizeImage",[],[us("0x30")]),e[us("0x42")].registerAttributeLabel("resizedWidth",Ji(i,us("0x3f")))),t[us("0x4d")][us("0x56")](us("0x22"))&&e[us("0x2e")]("imageTextAlternative",[],[us("0x1")]),e[us("0x42")].registerDescriptionCallback((t=>{if(r[us("0x24")]((({type:e,subType:n})=>t[us("0x4c")]==e&&t[us("0x17")]==n)))return t[us("0xe")]?{}:void 0})),e[us("0x42")][us("0x38")]((t=>{if(us("0x4a")==t[us("0x4c")]||us("0x59")==t[us("0x4c")]){const e=t[us("0x10")]();if(e&&e.is("element",us("0xf")))return{type:us("0x4a")==t[us("0x4c")]?us("0x46"):"removeObject",element:e,quantity:1}}})),e[us("0x42")][us("0x38")]((t=>us("0x47")==t[us("0x4c")]&&us("0x9")==t[us("0x17")]?{type:us("0x54"),content:us("0x2a")}:us("0x47")==t[us("0x4c")]&&"convertBlockImageToInline"==t.subType?{type:us("0x54"),content:us("0x4e")}:void 0)),e[us("0x42")][us("0x38")]((t=>{if(us("0x40")!=t[us("0x4c")])return;const{data:e}=t;if(!e||"alt"!=e[us("0xc")])return;const n=e[us("0x1c")];return n?{type:us("0x54"),content:Ji(i,us("0x1d"),'"'+n+'"')}:{type:us("0x54"),content:Ji(i,us("0xd"))}})),this._registerLegacyDescription()}[us("0x53")](){const t=this[us("0x2d")],e=t.locale;t[us("0x4d")].get(us("0x19"))[us("0x42")][us("0x38")]((t=>{if(us("0x47")!=t[us("0x4c")]&&us("0x4f")!=t.type)return;const{data:n}=t;if(n){if("imageTextAlternative"==n.commandName){const t=n[us("0x27")][0].newValue;return t?{type:"format",content:Ji(e,"*Set image text alternative:* %0",'"'+t+'"')}:{type:us("0x54"),content:Ji(e,us("0xd"))}}if(us("0x33")==n.commandName){const t=n[us("0x27")][0][us("0x25")];return t?{type:"format",content:Ji(e,"*Set image width:* %0",t)}:{type:us("0x54"),content:Ji(e,us("0x3a"))}}}}))}}const gs=["has","afterInit","*Format:* replace image URL","registerCustomCallback","src","_registerLegacyDescription","_suggestionFactory","_handleLegacySuggestions","newValue","*Replace image URL*","formatBlock","get","_enableDefaultAttributesIntegration","format","accept","formatInline","discard","type","getSuggestionCallback","ImageEditing","registerDescriptionCallback","locale","_descriptionFactory","attribute","editor","plugins","TrackChangesEditing","replaceImageSource","oldValue"];var fs,hs;fs=gs,hs=467,function(t){for(;--t;)fs.push(fs.shift())}(++hs);const ms=function(t,e){return gs[t-=0]};class ps extends t.Plugin{[ms("0x1b")](){if(!this[ms("0x15")][ms("0x16")][ms("0x1a")](ms("0x10")))return;const t=this[ms("0x15")][ms("0x12")],e=this[ms("0x15")][ms("0x16")].get(ms("0x17"));e[ms("0x9")](ms("0x18"),[],[ms("0x1")]),e[ms("0x13")][ms("0x11")]((e=>{if(ms("0x14")!=e[ms("0xe")])return;const{data:n}=e;return n&&ms("0x1")==n.key?n[ms("0x5")]&&n[ms("0x19")]?{type:ms("0xa"),content:Ji(t,ms("0x6"))}:{type:ms("0xa"),content:""}:void 0})),this[ms("0x4")]()}[ms("0x4")](){const t=this[ms("0x15")].plugins[ms("0x8")](ms("0x17"));t[ms("0x3")][ms("0x0")]("formatBlock","replaceImageSource","accept",t[ms("0x3")][ms("0xf")](ms("0x7"),null,ms("0xd"))),t[ms("0x3")][ms("0x0")]("formatBlock","replaceImageSource",ms("0xd"),t[ms("0x3")][ms("0xf")](ms("0x7"),null,ms("0xb"))),this[ms("0x2")]()}[ms("0x2")](){const t=this.editor,e=t.locale;t[ms("0x16")].get("TrackChangesEditing")[ms("0x13")].registerDescriptionCallback((t=>{if(ms("0x7")!=t[ms("0xe")]&&ms("0xc")!=t[ms("0xe")])return;const{data:n}=t;return n&&ms("0x18")==n.commandName?{type:ms("0xa"),content:Ji(e,ms("0x1c"))}:void 0}))}}const bs=["registerCustomCallback","start","get","model","differ","ImageUtils","registerPostFixer","shouldConvertImageType","insertion","isIntersecting","_findSuggestions","refresh","nodeAfter","_descriptionFactory","*Format:* %0","imageStylePreApply","suggestion","accept","getClosestSelectedImageElement","markBlockFormat","convertInlineImageToBlock","findIndex","imageTypeInline","getFirstRange","document","getContainedElement","isBlockImage","_suggestionFactory","isInContent","editor","createRangeOn","commands","getSuggestions","imageStyle","join","setImageNaturalSizeAttributes","registerDescriptionCallback","subType","imageTypeBlock","enableCommand","discard","selection","normalizedStyles","hasSuggestion","getSuggestion","Users","change","newRange","plugins","imageCaption","ImageStyleEditing","commandParams","_registerLegacyDescription","isOwn","author","side","value","FORMAT_SIDE_IMAGE","end","markInlineFormat","filter","from","type","length","formatBlock","imageStylePostApply","next","commandName","title","isEqual","formatInline","_splitMarkerName","name","TrackChangesEditing"];var Es,_s;Es=bs,_s=370,function(t){for(;--t;)Es.push(Es.shift())}(++_s);const Ts=function(t,e){return bs[t-=0]};class ys extends t.Plugin{afterInit(){const t=this[Ts("0x1d")];if(!t.plugins.has(Ts("0x32")))return;const n=t.plugins[Ts("0x2")](Ts("0x49")),i=t.plugins[Ts("0x2")](Ts("0x5")),r={};n[Ts("0x27")](Ts("0x21"),((r,o)=>{const s=t[Ts("0x30")][Ts("0x2")](Ts("0x2d")).me,x=t[Ts("0x1f")][Ts("0x2")]("imageStyle");let a=i[Ts("0x12")](t[Ts("0x3")][Ts("0x18")][Ts("0x29")]),c=t[Ts("0x3")][Ts("0x1e")](a),l=x[Ts("0x38")];if(l==o[Ts("0x38")])return;const u={commandName:Ts("0x21"),commandParams:[o],formatGroupId:(0,e.uid)()};t.model[Ts("0x2e")]((()=>{if(n[Ts("0x20")]()[Ts("0x3c")]((t=>t[Ts("0x1c")]&&s==t[Ts("0x36")]&&(Ts("0x40")==t.type||Ts("0x46")==t[Ts("0x3e")])&&(Ts("0xf")==t[Ts("0x25")]||"imageStylePostApply"==t.subType)&&t[Ts("0x17")]().isEqual(c))).forEach((t=>n.discardSuggestion(t.head))),a=i.getClosestSelectedImageElement(t[Ts("0x3")][Ts("0x18")][Ts("0x29")]),c=t.model[Ts("0x1e")](a),x[Ts("0xb")](),t[Ts("0x1f")][Ts("0x2")](Ts("0x16"))[Ts("0xb")](),t.commands[Ts("0x2")](Ts("0x26"))[Ts("0xb")](),l=x[Ts("0x38")],l!=o[Ts("0x38")])return i.isInlineImage(a)&&x[Ts("0x7")](o[Ts("0x38")],a)?(r({...o,setImageSizes:!1}),a=i[Ts("0x12")](t.model[Ts("0x18")][Ts("0x29")]),void n.markBlockFormat(a,{...u,commandReversedParams:[{value:l||null,setImageSizes:!1}]},[],"imageStylePreApply")):void(i[Ts("0x1a")](a)?n[Ts("0x13")](a,u,[],"imageStylePostApply"):n[Ts("0x3b")](c,u,"imageStylePostApply"))}))}));for(const e of t[Ts("0x30")][Ts("0x2")](Ts("0x32"))[Ts("0x2a")])r[e[Ts("0x48")]]=e[Ts("0x44")].toLowerCase();n[Ts("0x1b")][Ts("0x0")](Ts("0x40"),Ts("0xf"),"join",(()=>!1)),n._suggestionFactory[Ts("0x0")](Ts("0x40"),Ts("0x41"),Ts("0x22"),(()=>!1)),n[Ts("0x1b")][Ts("0x0")](Ts("0x46"),Ts("0x41"),Ts("0x22"),(()=>!1)),n._suggestionFactory[Ts("0x0")](Ts("0x40"),Ts("0xf"),Ts("0x11"),(([t])=>{i[Ts("0x23")](t[Ts("0x19")]())})),n._suggestionFactory[Ts("0x0")](Ts("0x40"),Ts("0xf"),Ts("0x28"),((t,e)=>{n[Ts("0x1b")].getSuggestionCallback(Ts("0x40"),"",Ts("0x11"))(t,{commandName:e[Ts("0x43")],commandParams:e.commandReversedParams})})),n._suggestionFactory[Ts("0x0")]("formatBlock",Ts("0xf"),"chain",(function(t,e){return s(t,e)?[t,e]:s(e,t)?[e,t]:null}));const o=[{type:Ts("0x40"),subType:Ts("0xf")},{type:"insertion",subType:Ts("0x31")},{type:Ts("0x40"),subType:Ts("0x14")},{type:Ts("0x8"),subType:"convertInlineImageToBlock"}];function s(t,e){const r=o[Ts("0x15")]((({type:e,subType:n})=>t[Ts("0x3e")]==e&&t[Ts("0x25")]==n)),s=o[Ts("0x15")]((({type:t,subType:n})=>e[Ts("0x3e")]==t&&e[Ts("0x25")]==n));if(r<0||s<0)return!1;const x=t[Ts("0x17")](),a=e[Ts("0x17")]();if((0==r||1==r)&&2==s&&x[Ts("0x9")](a))return!0;if(2==r&&3==s){const t=n[Ts("0xa")](x,"insertion")[Ts("0x3c")]((({suggestion:t,meta:e})=>e[Ts("0x35")]&&Ts("0x14")==t.subType));if(t[Ts("0x3f")]>1&&a.end[Ts("0x45")](x[Ts("0x1")]))return!0;if(1==t.length&&(x.start[Ts("0x45")](a[Ts("0x3a")])||x.end.isEqual(a[Ts("0x1")])))return!0}if(3==r&&3==s&&x[Ts("0x1")].isBefore(a[Ts("0x1")])){const t=x[Ts("0x3a")][Ts("0xc")],e=a[Ts("0x1")].nodeBefore;return i.isBlockImage(t)&&t===e}return!1}t[Ts("0x3")][Ts("0x18")][Ts("0x6")]((()=>{let e=!1;const r=Array[Ts("0x3d")](t[Ts("0x3")].document[Ts("0x4")].getChangedMarkers());for(const{name:t,data:o}of r){const{group:r,type:s,subType:x,id:a}=n[Ts("0x47")](t);if(Ts("0x10")==r&&n[Ts("0x2b")](a)){if(Ts("0x40")==s&&(Ts("0xf")==x||"imageStylePostApply"==x)){const t=n[Ts("0x2c")](a);if(o[Ts("0x2f")]){const r=t.getFirstRange().getContainedElement();if(i.isBlockImage(r))continue;n.discardSuggestion(t),e=!0}}if(Ts("0x8")==s&&"imageCaption"==x&&!o[Ts("0x2f")]){const t=n.getSuggestion(a);t.next&&t[Ts("0x42")].isInContent&&(n.discardSuggestion(t[Ts("0x42")]),e=!0)}}}return e})),this._registerLegacyDescription(r)}[Ts("0x34")](t){const e=this[Ts("0x1d")],n=e.locale;e[Ts("0x30")][Ts("0x2")](Ts("0x49"))[Ts("0xd")][Ts("0x24")]((e=>{if("formatBlock"!=e.type&&"formatInline"!=e[Ts("0x3e")])return;const{data:i}=e;if(!i||Ts("0x21")!=i.commandName)return;const r=i[Ts("0x33")][0][Ts("0x38")];return o=Ts("0x37")===r?Ji(n,Ts("0x39")):t[r]||r,{type:"format",content:Ji(n,Ts("0xe"),o)};var o}))}}const Cs=["high","commands","trackChanges","get","_handleImportedData","collaboration_features","importWord","_trackChangesValueDuringImport","track_changes","dataInsert","editor","_trackChangesExecuted","value","TrackChangesEditing","execute","listenTo","bind","afterInit","Users","plugins"];var As,ks;As=Cs,ks=365,function(t){for(;--t;)As.push(As.shift())}(++ks);const Ss=function(t,e){return Cs[t-=0]};class Is extends t.Plugin{constructor(t){super(t),this._trackChangesValueDuringImport=!1,this[Ss("0x6")]=!1}[Ss("0xc")](){const t=this[Ss("0x5")],e=t[Ss("0x10")][Ss("0x12")](Ss("0x1")),n=t[Ss("0x10")][Ss("0x12")](Ss("0x11"));e&&(e.on(Ss("0x9"),((t,[,e])=>{this[Ss("0x2")]=n.value,e[Ss("0x0")][Ss("0x3")]=!this[Ss("0x2")]}),{priority:Ss("0xf")}),this[Ss("0xa")](e,Ss("0x4"),this[Ss("0x13")][Ss("0xb")](this)),this[Ss("0xa")](e,"dataInsert",(()=>{this._trackChangesExecuted&&(n.execute(),this._trackChangesExecuted=!1)}),{priority:"lowest"}),t.plugins[Ss("0x12")]("TrackChangesEditing").enableCommand(Ss("0x1")))}[Ss("0x13")](t,e){const{suggestions:n}=e,i=this.editor[Ss("0x10")][Ss("0x12")](Ss("0x11")),r=i[Ss("0x7")];this[Ss("0x2")]!==r&&(i.execute(),this._trackChangesExecuted=!0),n&&n.forEach((({id:t,type:e,author:n,created_at:i})=>{const r={id:t,type:e,authorId:this[Ss("0x5")][Ss("0xe")][Ss("0x12")](Ss("0xd")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:i?new Date(i):new Date,source:"importWord"}}};this[Ss("0x5")].plugins.get(Ss("0x8"))._setSuggestionData(r)}))}}const Rs=["format","_registerLegacyDescription","afterInit","_registerBlockAttribute","type","indentBlock","editor","IndentBlock","get","outdentBlock","commandName","FORMAT_INDENT","outdent","registerAttributeLabel","plugins","has","getItemLabel","getItems","locale","enableCommand","IndentEditing","*Indent:* %0","indent","blockIndent","TrackChangesEditing","registerDescriptionCallback","_descriptionFactory","_enableDefaultAttributesIntegration"];var vs,Ns;vs=Rs,Ns=251,function(t){for(;--t;)vs.push(vs.shift())}(++Ns);const Ls=function(t,e){return Rs[t-=0]};class Ms extends t.Plugin{[Ls("0x3")](){const t=this.editor,e=t.plugins[Ls("0x9")](Ls("0x19"));if(t[Ls("0xf")][Ls("0x10")](Ls("0x15"))&&(e[Ls("0x14")](Ls("0x17")),e[Ls("0x14")](Ls("0xd"))),t[Ls("0xf")][Ls("0x10")](Ls("0x8")))for(const t of["indentBlock","outdentBlock"])e[Ls("0x0")](t);const n=t[Ls("0x13")];e[Ls("0x4")]("blockIndent"),e[Ls("0x1b")][Ls("0xe")](Ls("0x18"),Ji(n,Ls("0xc"))),this[Ls("0x2")]()}[Ls("0x2")](){const t=this[Ls("0x7")],e=t[Ls("0x13")],n=t[Ls("0xf")].get(Ls("0x19"));n._descriptionFactory[Ls("0x1a")]((t=>{if("formatBlock"!=t[Ls("0x5")])return;const{data:i}=t;if(!i)return;if(Ls("0x6")!=i[Ls("0xb")]&&Ls("0xa")!=i[Ls("0xb")])return;const r=t[Ls("0x12")]()[0],o=n._descriptionFactory[Ls("0x11")](r);return Ls("0x6")==i[Ls("0xb")]?{type:"format",content:Ji(e,Ls("0x16"),o)}:Ls("0xa")==i[Ls("0xb")]?{type:Ls("0x1"),content:Ji(e,"*Outdent:* %0",o)}:void 0}))}}var ws,Os,Fs=["TrackChangesEditing","init","editor","input","get","enableCommand","requires","plugins"];ws=Fs,Os=431,function(t){for(;--t;)ws.push(ws.shift())}(++Os);var Ds=function(t,e){return Fs[t-=0]};class Bs extends t.Plugin{static get[Ds("0x7")](){return[qr.Input]}[Ds("0x2")](){this[Ds("0x3")][Ds("0x0")][Ds("0x5")](Ds("0x1"))[Ds("0x6")](Ds("0x4"))}}const Ps=["_enableDefaultAttributesIntegration","linkHref","link (","has","commandName","manualDecorators","_descriptionFactory","toLowerCase","type","plugins","*Set link:* %0","key","editor","get","commandParams","locale","TrackChangesEditing","registerDescriptionCallback","*Remove link*","link","formatInline","unlink","format","label","map","LinkEditing"];var Us,js;Us=Ps,js=220,function(t){for(;--t;)Us.push(Us.shift())}(++js);const Gs=function(t,e){return Ps[t-=0]};class Vs extends t.Plugin{afterInit(){const t=this[Gs("0x0")];if(!t[Gs("0x17")][Gs("0x11")](Gs("0xd")))return;const e=t[Gs("0x17")].get("TrackChangesEditing"),n=t.commands[Gs("0x1")](Gs("0x7"));e[Gs("0xe")]("link",[Gs("0xf"),...n[Gs("0x13")][Gs("0xc")]((t=>t.id))]),e[Gs("0xe")](Gs("0x9"));for(const t of n[Gs("0x13")])e._descriptionFactory.registerAttributeLabel(t.id,Gs("0x10")+t[Gs("0xb")][Gs("0x15")]()+")");e._descriptionFactory[Gs("0x5")]((e=>{if("attribute"!=e[Gs("0x16")])return;const{data:n}=e;if(!n||Gs("0xf")!=n[Gs("0x19")])return;const i=n.newValue,r=t[Gs("0x3")];return{type:Gs("0xa"),content:null==i?Ji(r,Gs("0x6")):Ji(r,"*Set link:* %0",'"'+i+'"')}})),this._registerLegacyDescription()}_registerLegacyDescription(){const t=this[Gs("0x0")],e=t[Gs("0x3")];t[Gs("0x17")][Gs("0x1")](Gs("0x4"))[Gs("0x14")][Gs("0x5")]((t=>{if(Gs("0x8")!=t[Gs("0x16")])return;const{data:n}=t;if(n){if(Gs("0x7")==n[Gs("0x12")]){const t=n[Gs("0x2")][0];return{type:"format",content:Ji(e,Gs("0x18"),'"'+t+'"')}}return"unlink"==n[Gs("0x12")]?{type:Gs("0xa"),content:Ji(e,Gs("0x6"))}:void 0}}))}}const Hs=["plugins","element","numbered","numberedList","outdentList","value","name","has","model","blockName","registerElementLabel","parent","getAttribute","end","type","ELEMENT_BULLETED_LIST","from","get","todo","*Outdent:* %0","TrackChangesEditing","selection","before","indentList","formatBlock","enableCommand","commandName","commands","ELEMENT_LIST_ITEM","listItem","*Change to:* %0","ELEMENT_NUMBERED_LIST","LegacyListEditing","nextSibling","listIndent","bulletedList","_descriptionFactory","schema","filter","length","previousSibling","commandParams","createRange","checkChild","forceValue","List","registerDescriptionCallback","_selectedElements","replace","execute","change","document","checkTodoList","LegacyTodoListEditing","format","findIndex","formatInline","ELEMENT_TODO_LIST","getSelectedBlocks","todoList","markBlockFormat","isObject","add","editor"];var zs,Ws;zs=Hs,Ws=396,function(t){for(;--t;)zs.push(zs.shift())}(++Ws);const Ks=function(t,e){return Hs[t-=0]};class qs extends t.Plugin{afterInit(){const t=this[Ks("0x33")],e=t.locale;if(!t[Ks("0x34")].has(Ks("0x14")))return;const n=t[Ks("0x34")].get(Ks("0x8")),i=t.plugins[Ks("0x3b")](Ks("0x29"));function r(e){return()=>{const i=t[Ks("0x3c")][Ks("0x27")][Ks("0x9")],r=t[Ks("0xf")].get(e);if(r[Ks("0x39")])return void t[Ks("0x25")]("paragraph",{});const o=e.slice(0,-4),s=function(t,e,n){let i=Array.from(t).filter((t=>{return e=t,(i=n)[Ks("0x1f")](e[Ks("0x3f")],Ks("0x11"))&&!i[Ks("0x31")](e);var e,i}));i=i[Ks("0x1a")]((t=>!t.is(Ks("0x35"),"listItem")||t.getAttribute("listType")!=e));const r=new Set;for(const t of i)t.is(Ks("0x35"),Ks("0x11"))?r[Ks("0x32")](Xs(t)):r[Ks("0x32")](t);return Array.from(r)}(i[Ks("0x2e")](),o,t.model[Ks("0x19")]);t[Ks("0x3c")][Ks("0x26")]((()=>{for(const t of s)n[Ks("0x30")](t,{commandName:e,commandParams:[{forceValue:!r[Ks("0x39")]}],formatGroupId:Ks("0x3d")},$s(t))}))}}function o(e){return()=>{const i=function(t){let e=Array.from(t);const n=e[Ks("0x2b")]((t=>"listItem"!=t[Ks("0x3a")]));return n>-1&&(e=e.slice(0,n)),e}(t[Ks("0x3c")].document[Ks("0x9")].getSelectedBlocks()),r=t[Ks("0x3c")][Ks("0x1e")](t[Ks("0x3c")].createPositionAt(i[0],Ks("0xa")),t[Ks("0x3c")].createPositionAt(i[i[Ks("0x1b")]-1],Ks("0x1")));t.model.change((()=>{n[Ks("0x30")](r,{commandName:e,commandParams:[],formatGroupId:"listIndent"},function(t){const e=new Set;for(const n of t){let t=n.nextSibling;for(;t&&t[Ks("0x0")](Ks("0x16"))>n.getAttribute(Ks("0x16"));)e[Ks("0x32")](t),t=t.nextSibling}return Array[Ks("0x4")](e)}(i))}))}}n.enableCommand(Ks("0x37"),r(Ks("0x37"))),n[Ks("0xd")](Ks("0x17"),r("bulletedList")),i&&n[Ks("0xd")](Ks("0x2f"),r(Ks("0x2f"))),n[Ks("0xd")](Ks("0xb"),o(Ks("0xb"))),n.enableCommand(Ks("0x38"),o(Ks("0x38"))),i&&n[Ks("0xd")]("checkTodoList",(()=>{const e=t.commands[Ks("0x5")](Ks("0x28")),i=Array[Ks("0x4")](e[Ks("0x23")]);i[Ks("0x1a")]((t=>t[Ks("0x0")]("todoListChecked")!=e[Ks("0x39")])),t[Ks("0x3c")][Ks("0x26")]((()=>{for(const t of i)n[Ks("0x30")](t,{commandName:Ks("0x28"),commandParams:[{forceValue:!e[Ks("0x39")]}]})}))})),n[Ks("0x18")][Ks("0x3e")]("listItem",(t=>Ji(e,Ks("0x10"),t))),n[Ks("0x18")][Ks("0x22")]((t=>{if(Ks("0xc")!=t.type&&Ks("0x2c")!=t[Ks("0x2")])return;const{data:n}=t;if(n){if(Ks("0x37")==n[Ks("0xe")]||Ks("0x17")==n.commandName||Ks("0x2f")==n[Ks("0xe")])switch(n.commandName[Ks("0x24")](Ks("0x21"),"")){case"bulleted":return i(Ji(e,Ks("0x3")));case Ks("0x36"):return i(Ji(e,Ks("0x13")));case Ks("0x6"):return i(Ji(e,Ks("0x2d")))}if("indentList"==n[Ks("0xe")])return{type:Ks("0x2a"),content:Ji(e,"*Indent:* %0",Ji(e,Ks("0x10")))};if(Ks("0x38")==n[Ks("0xe")])return{type:Ks("0x2a"),content:Ji(e,Ks("0x7"),Ji(e,"ELEMENT_LIST_ITEM"))};if(Ks("0x28")==n[Ks("0xe")])return n[Ks("0x1d")][0][Ks("0x20")]?{type:Ks("0x2a"),content:Ji(e,"*Check item*")}:{type:Ks("0x2a"),content:Ji(e,"*Uncheck item*")}}function i(t){return{type:Ks("0x2a"),content:Ji(e,Ks("0x12"),t)}}}))}}function Xs(t){const e=t[Ks("0x0")]("listIndent");if(0==e)return t;let n=t;for(;t[Ks("0x1c")]&&t.previousSibling.is(Ks("0x35"),Ks("0x11"));){const i=t[Ks("0x1c")].getAttribute(Ks("0x16"));if(i==e)n=t[Ks("0x1c")];else if(i<e)break;t=t.previousSibling}return n}function $s(t){const e=[];if(t.is(Ks("0x35"),Ks("0x11"))&&t[Ks("0x0")](Ks("0x16"))>0){let n=t[Ks("0x15")];for(;n&&"listItem"==n[Ks("0x3a")]&&n[Ks("0x0")](Ks("0x16"))==t.getAttribute("listIndent");)e.push(n),n=n[Ks("0x15")]}return e}const Zs=["backward","LegacyListUtils","get","list.properties","registerDescriptionCallback","getSiblingNodes","listStyle","_getTranslationKeyForListStyle","commandParams","afterInit","handleListStartCommand","map","format","listItem","*Change to:* %0","listType","getAttribute","forward","handleListReversedCommand","TrackChangesEditing","config","listStart","reversed","startIndex","handleDescriptions","_getSuggestionBlocksForListStyle","handleListStyleCommand","formatBlock","toUpperCase","getLastPosition","_getSuggestionBlocks","model","_descriptionFactory","numbered","replace","*Format:* set start index to %0","element","from","locale","listReversed","type","change","getFirstPosition","plugins","enableCommand","ELEMENT_","length","getListTypeFromListStyleType","bind","flat","document","createRange","filter","before","*Format:* set order to reversed","editor","commandName","selection","createPositionAt","markMultiRangeBlockFormat"];var Ys,Js;Ys=Zs,Js=106,function(t){for(;--t;)Ys.push(Ys.shift())}(++Js);const Qs=function(t,e){return Zs[t-=0]};class tx extends t.Plugin{[Qs("0x17")](){if(!this[Qs("0x9")][Qs("0x39")].has("LegacyListPropertiesEditing"))return;const t=this[Qs("0x9")][Qs("0x22")][Qs("0x10")](Qs("0x11")),e=this[Qs("0x9")].plugins[Qs("0x10")](Qs("0x21"));t.styles&&e.enableCommand(Qs("0x14"),this[Qs("0x28")][Qs("0x2")](this)),t[Qs("0x24")]&&e[Qs("0x3a")](Qs("0x35"),this[Qs("0x20")][Qs("0x2")](this)),t[Qs("0x25")]&&e[Qs("0x3a")](Qs("0x23"),this.handleListStartCommand[Qs("0x2")](this)),e[Qs("0x2e")][Qs("0x12")](this[Qs("0x26")].bind(this))}handleListStyleCommand(t,e={}){const n=this.editor[Qs("0x39")][Qs("0x10")](Qs("0x21")),i=this[Qs("0x27")]();this[Qs("0x9")][Qs("0x2d")][Qs("0x37")]((()=>{n.markMultiRangeBlockFormat(i,{commandName:"listStyle",commandParams:[{type:e[Qs("0x36")]}],formatGroupId:"listStyle"})}))}handleListReversedCommand(t,e={}){const n=this[Qs("0x9")].plugins.get(Qs("0x21")),i=this[Qs("0x2c")]((t=>t.is(Qs("0x32"),"listItem")&&Qs("0x2f")===t[Qs("0x1e")](Qs("0x1d"))));if(i[Qs("0x0")]<1)return;const r=i.map((t=>this[Qs("0x9")][Qs("0x2d")][Qs("0x5")](this[Qs("0x9")][Qs("0x2d")][Qs("0xc")](t,Qs("0x7")),this[Qs("0x9")][Qs("0x2d")][Qs("0xc")](t,0))));this[Qs("0x9")][Qs("0x2d")].change((()=>{n[Qs("0xd")](r,{commandName:Qs("0x35"),commandParams:[{reversed:e[Qs("0x24")]}],formatGroupId:Qs("0x35")})}))}[Qs("0x18")](t,e={}){const n=this[Qs("0x9")].plugins[Qs("0x10")](Qs("0x21")),i=this[Qs("0x2c")]((t=>t.is(Qs("0x32"),Qs("0x1b"))&&Qs("0x2f")===t[Qs("0x1e")]("listType")));if(i.length<1)return;const r=i[Qs("0x19")]((t=>this.editor[Qs("0x2d")][Qs("0x5")](this[Qs("0x9")].model[Qs("0xc")](t,Qs("0x7")),this[Qs("0x9")][Qs("0x2d")].createPositionAt(t,0))));this[Qs("0x9")][Qs("0x2d")][Qs("0x37")]((()=>{n[Qs("0xd")](r,{commandName:Qs("0x23"),commandParams:[{startIndex:e.startIndex}],formatGroupId:"listStart"})}))}handleDescriptions(t){if(Qs("0x29")!=t[Qs("0x36")]&&"formatInline"!=t[Qs("0x36")])return;const e=this[Qs("0x9")][Qs("0x34")],{data:n}=t;if(!n)return;let i,r;switch(n[Qs("0xa")]){case Qs("0x14"):i=Qs("0x1c"),r={type:Qs("0x1a"),content:Ji(e,i,Ji(e,this[Qs("0x15")](n[Qs("0x16")][0][Qs("0x36")])))};break;case"listReversed":i=n[Qs("0x16")][0][Qs("0x24")]?Qs("0x8"):"*Format:* set order to regular",r={type:Qs("0x1a"),content:Ji(e,i)};break;case"listStart":i=Qs("0x31"),r={type:Qs("0x1a"),content:Ji(e,i,n.commandParams[0][Qs("0x25")])}}return r}[Qs("0x27")](){var t,e,n,i;const r=this[Qs("0x9")][Qs("0x39")][Qs("0x10")](Qs("0xf"));let o=Array.from(this[Qs("0x9")][Qs("0x2d")][Qs("0x4")].selection.getSelectedBlocks());return(null===(t=o[0])||void 0===t?void 0:t.is("element",Qs("0x1b")))&&o.unshift(...r[Qs("0x13")](this[Qs("0x9")][Qs("0x2d")][Qs("0x4")][Qs("0xb")][Qs("0x38")](),Qs("0xe"))),(null===(e=o[o[Qs("0x0")]-1])||void 0===e?void 0:e.is(Qs("0x32"),Qs("0x1b")))&&o.push(...r[Qs("0x13")](this[Qs("0x9")][Qs("0x2d")][Qs("0x4")][Qs("0xb")][Qs("0x2b")](),Qs("0x1f"))),o=[...new Set(o)],(null===(i=null===(n=this.editor[Qs("0x2d")].document[Qs("0xb")].getFirstPosition())||void 0===n?void 0:n.parent)||void 0===i?void 0:i.is(Qs("0x32"),Qs("0x1b")))&&(o=o[Qs("0x6")]((t=>t.is(Qs("0x32"),"listItem")))),o}[Qs("0x2c")](t){const e=this[Qs("0x9")][Qs("0x39")][Qs("0x10")](Qs("0xf"));let n=Array[Qs("0x33")](this[Qs("0x9")][Qs("0x2d")][Qs("0x4")][Qs("0xb")].getSelectedBlocks()).filter(t)[Qs("0x19")]((t=>{const n=this[Qs("0x9")][Qs("0x2d")][Qs("0xc")](t,0);return[...e.getSiblingNodes(n,"backward"),...e.getSiblingNodes(n,"forward")]}))[Qs("0x3")]();return n=[...new Set(n)],n}[Qs("0x15")](t){return Qs("0x3b")+this[Qs("0x9")][Qs("0x39")][Qs("0x10")](Qs("0xf"))[Qs("0x1")](t)[Qs("0x2a")]()+"_LIST_"+t[Qs("0x2a")]()[Qs("0x30")](/-/g,"_")}}const ex=["plugins","editor","registerElementLabel","showSuggestionHighlights","options","_descriptionFactory","MediaEmbedEditing","enableCommand","data","dataDowncast","afterInit","conversion","ELEMENT_MEDIA","for","downcastDispatcher","high","media"];var nx,ix;nx=ex,ix=138,function(t){for(;--t;)nx.push(nx.shift())}(++ix);const rx=function(t,e){return ex[t-=0]};class ox extends t.Plugin{[rx("0x8")](){const t=this[rx("0x10")];if(!t[rx("0xf")].has(rx("0x4")))return;const e=t[rx("0xf")].get("TrackChangesEditing"),n=t.locale;e[rx("0x5")]("mediaEmbed"),e[rx("0x3")][rx("0x0")]("media",(t=>Ji(n,rx("0xa"),t))),t[rx("0x9")][rx("0xb")](rx("0x7")).elementToElement({model:rx("0xe"),view:(t,{writer:e,options:n})=>{if(n[rx("0x1")])return e.createEmptyElement("div")},converterPriority:rx("0xd")}),t[rx("0x6")][rx("0xc")].on("attribute:url:media",((t,e,n)=>{n[rx("0x2")].showSuggestionHighlights&&t.stop()}),{priority:rx("0xd")})}}const sx=["plugins","editor","get","mention","afterInit","has","enableCommand","MentionEditing"];var xx,ax;xx=sx,ax=269,function(t){for(;--t;)xx.push(xx.shift())}(++ax);const cx=function(t,e){return sx[t-=0]};class lx extends t.Plugin{[cx("0x7")](){const t=this[cx("0x4")];t[cx("0x3")][cx("0x0")](cx("0x2"))&&t.plugins[cx("0x5")]("TrackChangesEditing")[cx("0x1")](cx("0x6"))}}const ux=["plugins","has","TrackChangesEditing","PageBreakEditing","pageBreak","editor","enableCommand","registerElementLabel"];var dx,gx;dx=ux,gx=468,function(t){for(;--t;)dx.push(dx.shift())}(++gx);const fx=function(t,e){return ux[t-=0]};class hx extends t.Plugin{afterInit(){const t=this[fx("0x1")];if(!t[fx("0x4")][fx("0x5")](fx("0x7")))return;t[fx("0x4")].get("TrackChangesEditing")[fx("0x2")]("pageBreak");const e=t[fx("0x4")].get(fx("0x6")),n=t.locale;e._descriptionFactory[fx("0x3")](fx("0x0"),(t=>Ji(n,"ELEMENT_PAGE_BREAK",t)))}}const mx=["markerName","writer","consumable","insertion","data","includes","isLimit","showSuggestionHighlights","formatBlock","options","addClass","name","ELEMENT_PARAGRAPH","_descriptionFactory","$text","getItemLabel","toViewPosition","registerDescriptionCallback","type","format","markerRange","ck-suggestion-marker-split","mapper","plugins","*Change to:* %0","getFirstRange","start","enableCommand","isBlock","isTouching","activeMarkers","afterInit","highest","addMarker:suggestion:insertion","nodeAfter","TrackChangesEditing","editing","insert","schema","locale","downcastDispatcher","get","paragraph","model","commandName","checkChild","span"];var px,bx;px=mx,bx=190,function(t){for(;--t;)px.push(px.shift())}(++bx);const Ex=function(t,e){return mx[t-=0]};class _x extends t.Plugin{[Ex("0x1d")](){const t=this.editor;if(!t[Ex("0x15")].has("Paragraph"))return;const e=t.locale,n=t[Ex("0x15")][Ex("0x27")](Ex("0x21"));n[Ex("0xb")].registerElementLabel(Ex("0x28"),(t=>Ji(e,Ex("0xa"),t))),n._enableDefaultAttributesIntegration(Ex("0x28")),n[Ex("0x19")]("insertParagraph"),t[Ex("0x22")][Ex("0x26")].on(Ex("0x1f"),Tx(t),{priority:Ex("0x1e")}),t[Ex("0x2")][Ex("0x26")].on(Ex("0x1f"),((e,n,i)=>{i[Ex("0x7")][Ex("0x5")]&&Tx(t,{showActiveMarker:!1})(e,n,i)}),{priority:Ex("0x1e")});const i=n[Ex("0xb")];i.registerDescriptionCallback((n=>{if(Ex("0x1")!==n[Ex("0x10")])return;const{start:r,end:o}=n[Ex("0x17")]();if(!r.isTouching(o)||!r[Ex("0x20")])return;const s=t[Ex("0x29")].schema,x=r[Ex("0x20")];return s[Ex("0x1a")](x)&&!s[Ex("0x4")](x)&&s[Ex("0x2b")](x,"$text")?{type:Ex("0x1"),content:Ji(e,"*Insert:* %0",i[Ex("0xd")](x,1))}:void 0})),this._registerLegacyDescription()}_registerLegacyDescription(){const t=this.editor,e=t[Ex("0x25")];t.plugins[Ex("0x27")](Ex("0x21"))[Ex("0xb")][Ex("0xf")]((t=>{if(Ex("0x6")!=t[Ex("0x10")])return;const{data:n}=t;return n&&Ex("0x28")==n[Ex("0x2a")]?{type:Ex("0x11"),content:Ji(e,Ex("0x16"),Ji(e,Ex("0xa")))}:void 0}))}}function Tx(t,{showActiveMarker:e=!0}={}){return(n,i,r)=>{const o=t[Ex("0x15")][Ex("0x27")](Ex("0x21")),s=i[Ex("0x12")][Ex("0x18")],x=i[Ex("0x12")].end,a=t[Ex("0x29")][Ex("0x24")];if(!s[Ex("0x1b")](x)||!s[Ex("0x20")])return;const c=s[Ex("0x20")];if(a[Ex("0x1a")](c)&&!a.isLimit(c)&&a[Ex("0x2b")](c,Ex("0xc"))){if(!r[Ex("0x0")].consume(i.markerRange,n[Ex("0x9")]))return;const t=r.writer.createUIElement(Ex("0x2c"),{class:Ex("0x13")}),s=r[Ex("0x14")][Ex("0xe")](x);e&&o[Ex("0x1c")][Ex("0x3")](i[Ex("0x2d")])&&r[Ex("0x2e")][Ex("0x8")]("ck-suggestion-marker--active",t),r[Ex("0x2e")][Ex("0x23")](s,t),r[Ex("0x14")].bindElementToMarker(t,i[Ex("0x2d")])}}}const yx=["type","_registerLegacyDescription","registerDescriptionCallback","_descriptionFactory","get","_enableDefaultAttributesIntegration","commandName","formatBlock","removeFormat","*Remove all formatting*","plugins","formatInline","TrackChangesEditing","locale","format"];var Cx,Ax;Cx=yx,Ax=123,function(t){for(;--t;)Cx.push(Cx.shift())}(++Ax);const kx=function(t,e){return yx[t-=0]};class Sx extends t.Plugin{afterInit(){const t=this.editor;t.plugins.has("RemoveFormatEditing")&&(t[kx("0x7")].get(kx("0x9"))[kx("0x2")](kx("0x5")),this[kx("0xd")]())}[kx("0xd")](){const t=this.editor;t[kx("0x7")][kx("0x1")](kx("0x9"))[kx("0x0")][kx("0xe")]((e=>{if(kx("0x4")!=e.type&&kx("0x8")!=e[kx("0xc")])return;const{data:n}=e;return n&&"removeFormat"==n[kx("0x3")]?{type:kx("0xb"),content:Ji(t[kx("0xa")],kx("0x6"))}:void 0}))}}const Ix=["discardSelectedSuggestions","trackChanges","plugins","has","enableCommand","acceptAllSuggestions","TrackChangesEditing","get","goToPreviousRestrictedEditingException","acceptSelectedSuggestions","goToNextRestrictedEditingException","RestrictedEditingModeEditing","acceptSuggestion"];var Rx,vx;Rx=Ix,vx=359,function(t){for(;--t;)Rx.push(Rx.shift())}(++vx);const Nx=function(t,e){return Ix[t-=0]};class Lx extends t.Plugin{afterInit(){const t=this.editor;if(!t[Nx("0x7")][Nx("0x8")]("RestrictedEditingModeEditing"))return;const e=t[Nx("0x7")][Nx("0xc")](Nx("0xb"));e[Nx("0x9")](Nx("0x0")),e[Nx("0x9")](Nx("0x2"));const n=t.plugins[Nx("0xc")](Nx("0x3"));n.enableCommand(Nx("0x6")),n[Nx("0x9")](Nx("0x4")),n[Nx("0x9")]("discardSuggestion"),n[Nx("0x9")](Nx("0xa")),n[Nx("0x9")]("discardAllSuggestions"),n[Nx("0x9")](Nx("0x1")),n.enableCommand(Nx("0x5"))}}const Mx=["_descriptionFactory","toViewPosition","editing","ELEMENT_LINE_BREAK","bindElementToMarker","addMarker:suggestion:insertion","consumable","element","addMarker:suggestion","mapper","init","split","registerElementLabel","writer","locale","plugins","ck-suggestion-marker-","TrackChangesEditing","softBreak","data","name","requires","markerName","insert","model","get","deletion","addClass","activeMarkers","markerRange","shiftEnter","createUIElement","downcastDispatcher","includes","test","editor","getItems"];var wx,Ox;wx=Mx,Ox=254,function(t){for(;--t;)wx.push(wx.shift())}(++Ox);const Fx=function(t,e){return Mx[t-=0]};class Dx extends t.Plugin{static get[Fx("0x1a")](){return[Eo.ShiftEnter]}[Fx("0xf")](){const t=this[Fx("0x3")],e=t[Fx("0x14")].get(Fx("0x16"));e.enableCommand(Fx("0x23")),t[Fx("0x7")][Fx("0x0")].on(Fx("0xa"),Bx(t),{priority:"high"}),t[Fx("0x7")][Fx("0x0")].on("addMarker:suggestion:deletion",Bx(t),{priority:"high"}),t[Fx("0x18")][Fx("0x0")].on(Fx("0xd"),((e,n,i)=>{i.options.showSuggestionHighlights&&Bx(t,{showActiveMarker:!1})(e,n,i)})),e[Fx("0x5")][Fx("0x11")]("softBreak",(e=>Ji(t[Fx("0x13")],Fx("0x8"),e)))}}function Bx(t,{showActiveMarker:e=!0}={}){return(n,i,r)=>{const o=t[Fx("0x14")][Fx("0x1e")](Fx("0x16"));if(!r[Fx("0xb")][Fx("0x2")](i[Fx("0x22")],n[Fx("0x19")]))return;const s=t[Fx("0x1d")];for(const t of i[Fx("0x22")][Fx("0x4")]()){if(!t.is(Fx("0xc"),Fx("0x17")))continue;const n=Fx("0x1f")==i[Fx("0x1b")][Fx("0x10")](":")[1]?"merge":"split",x=r[Fx("0x12")][Fx("0x24")]("span",{class:Fx("0x15")+n}),a=r[Fx("0xe")][Fx("0x6")](s.createPositionBefore(t));e&&o[Fx("0x21")][Fx("0x1")](i[Fx("0x1b")])&&r[Fx("0x12")][Fx("0x20")]("ck-suggestion-marker--active",x),r[Fx("0x12")][Fx("0x1c")](a,x),r[Fx("0xe")][Fx("0x9")](x,i[Fx("0x1b")])}}}const Px=["TrackChangesEditing","commands","_descriptionFactory","formatBlock","plugins","markInlineFormat","change","get","getRanges","registerDescriptionCallback","afterInit","value","commandParams","from","formatInline","editor","format","FORMAT_RESTRICTED_DISABLED","type","isCollapsed","has","forceValue","locale","restrictedEditingException","FORMAT_RESTRICTED_ENABLED","model"];var Ux,jx;Ux=Px,jx=351,function(t){for(;--t;)Ux.push(Ux.shift())}(++jx);const Gx=function(t,e){return Px[t-=0]};class Vx extends t.Plugin{[Gx("0x17")](){const t=this[Gx("0x2")],e=t[Gx("0xc")],n=t[Gx("0x9")];if(!t[Gx("0x11")][Gx("0x7")]("StandardEditingModeEditing"))return;const i=t[Gx("0x11")][Gx("0x14")](Gx("0xd")),r=Gx("0xa"),o=t[Gx("0xe")][Gx("0x14")](r);i.enableCommand(r,((t,n={})=>{const s=e.document.selection;if(s[Gx("0x6")])return void t(n);const x=void 0!==n[Gx("0x8")]?n[Gx("0x8")]:!o[Gx("0x18")];e[Gx("0x13")]((()=>{const t=Array[Gx("0x0")](s[Gx("0x15")]());for(const n of t){const t=x?[n]:Jr(r,n,e);for(const e of t)i[Gx("0x12")](e,{commandName:r,commandParams:[{forceValue:x}]})}}))})),i[Gx("0xf")][Gx("0x16")]((t=>{if(Gx("0x10")!=t[Gx("0x5")]&&Gx("0x1")!=t[Gx("0x5")])return;const{data:e}=t;return e&&e.commandName==r?e[Gx("0x19")][0].forceValue?{type:Gx("0x3"),content:Ji(n,Gx("0xb"))}:{type:"format",content:Ji(n,Gx("0x4"))}:void 0}))}}const Hx=["DataSchema","type","getGhsAttributeNameForElement","ghsAttributes","_descriptionFactory","element","editor","*Set format:* %0","afterInit","TrackChangesEditing","definitions","StyleUtils","_enableDefaultAttributesIntegration","*Remove format:* %0","_registerLegacyDescription","format","Style","FORMAT_STYLE","registerAttributeLabel","commandName","_registerBlockAttribute","styleName","_registerInlineAttribute","plugins","registerDescriptionCallback","get","style","toLowerCase","forceValue","has","config","locale","formatInline","add","commandParams"];var zx,Wx;zx=Hx,Wx=488,function(t){for(;--t;)zx.push(zx.shift())}(++Wx);const Kx=function(t,e){return Hx[t-=0]};class qx extends t.Plugin{[Kx("0xa")](){const t=this[Kx("0x8")];if(!t[Kx("0x19")][Kx("0x1f")](Kx("0x12"))||!t[Kx("0x19")].has(Kx("0x2")))return;const e=t[Kx("0x19")][Kx("0x1b")](Kx("0xb")),n=t[Kx("0x21")],i=t[Kx("0x20")][Kx("0x1b")](Kx("0x1c")),r=t[Kx("0x19")][Kx("0x1b")]("GeneralHtmlSupport"),o=t[Kx("0x19")][Kx("0x1b")](Kx("0xd")).normalizeConfig(t.plugins[Kx("0x1b")](Kx("0x2")),i[Kx("0xc")]);e[Kx("0xe")](Kx("0x1c"));const s=new Set;for(const t of o.block){const e=r.getGhsAttributeNameForElement(t[Kx("0x7")]);s[Kx("0x0")](e)}const x=new Set;for(const t of o.inline){const e=r[Kx("0x4")](t[Kx("0x7")]);x[Kx("0x0")](e);for(const e of t[Kx("0x5")])x.add(e)}for(const t of s)e[Kx("0x16")](t),e[Kx("0x6")][Kx("0x14")](t,Ji(n,Kx("0x13")));for(const t of x)e[Kx("0x18")](t),e[Kx("0x6")][Kx("0x14")](t,Ji(n,Kx("0x13")));this[Kx("0x10")]()}[Kx("0x10")](){const t=this[Kx("0x8")],e=t[Kx("0x21")];t[Kx("0x19")][Kx("0x1b")](Kx("0xb"))[Kx("0x6")][Kx("0x1a")]((t=>{if("formatBlock"!=t[Kx("0x3")]&&Kx("0x22")!=t.type)return;const{data:n}=t;return n&&Kx("0x1c")===n[Kx("0x15")]?n[Kx("0x1")][0][Kx("0x1e")]?{type:"format",content:Ji(e,Kx("0x9"),n[Kx("0x1")][0][Kx("0x17")][Kx("0x1d")]())}:{type:Kx("0x11"),content:Ji(e,Kx("0xf"),n.commandParams[0][Kx("0x17")][Kx("0x1d")]())}:void 0}))}}const Xx=["above","findAncestor","min","registerElementLabel","registerDescriptionCallback","oldRange","get","getContainedElement","createRangeIn","removeClass","table","span","getColumnIndexes","insertion","createRangeOn","fromRange","removeTableRow","length","tablePaste","setSelection","cell","batch","enableCommand","tableRow","getAttribute","registerCustomCallback","ELEMENT_TABLE_COLUMN_WITH_TEXT","_tablePostFixingSubtypes","_setupColumnsRowsFixing","join","first","filter","document","change:data","order","classes","data","every","createTableWalker","end","isEqual","startsWith","TableUtils","from","registerPostFixer","getSelectionAffectedTableCells","start","addMarker:suggestion","accept","insertTableColumnRight","toLowerCase","getRowIndexes","downcastDispatcher","getChangedMarkers","createPositionAt","has","hasAttribute","TrackChangesEditing","push","*Insert:* %0","add","getItems","element","model","getSuggestion","locale","insertTableRowBelow","deletion","getFirstRange","commands","addClass","_getSuggestionCoords","last","isTouching","minRow","mapper","name","detach","execute","isArray","position","colspan","root","tableCell","markMultiRangeInsertion","_descriptionFactory","toViewElement","getRanges","_suggestionFactory","enqueueChange","_splitMarkerName","getCellLocation","$graveyard","editor","MIN_SAFE_INTEGER","differ","ELEMENT_TABLE","refresh","type","map","change","ELEMENT_TABLE_ROW_WITH_TEXT","selection","includes","maxRow","removeTableColumn","*Remove:* %0","isIntersectingWithRange","_getCoordsForCells","forceValue","getChildren","_tableSuggestions","rootName","nodeAfter","$textProxy","options","TableEditing","substr","plugins","MAX_SAFE_INTEGER","item","insert","rowspan","some","nodeBefore","minColumn","showSuggestionHighlights","writer","selectTableRow","tableColumn","subType","insertTableRowAbove","getChanges","afterInit","ELEMENT_TABLE_ROW","addRange"];var $x,Zx;$x=Xx,Zx=245,function(t){for(;--t;)$x.push($x.shift())}(++Zx);const Yx=function(t,e){return Xx[t-=0]};class Jx extends t.Plugin{constructor(t){super(t),this[Yx("0x36")]=[Yx("0x32"),"tableColumn"],this._tableSuggestions=new Set}[Yx("0x18")](){const t=this[Yx("0x78")],e=t.model[Yx("0x3b")].selection;if(!t.plugins[Yx("0x52")](Yx("0x7")))return;const n=t[Yx("0x5c")],i=t[Yx("0x9")].get(Yx("0x54")),r=t[Yx("0x9")][Yx("0x21")](Yx("0x45"));i[Yx("0x70")][Yx("0x1e")](Yx("0x25"),(t=>Ji(n,Yx("0x7b"),t))),this[Yx("0x37")](),i.enableCommand("insertTable"),i[Yx("0x31")](Yx("0x13")),i[Yx("0x31")]("selectTableColumn");for(const n of[Yx("0x16"),Yx("0x5d")]){const o=t[Yx("0x60")][Yx("0x21")](n);i[Yx("0x31")](n,(n=>{t.model[Yx("0x7f")]((t=>{n();const s=Yx("0x1b")===o[Yx("0x3d")],x=r[Yx("0x48")](e),a=r[Yx("0x4e")](x),c=s?a[Yx("0x39")]-1:a[Yx("0x63")]+1,l=x[0].findAncestor(Yx("0x25")),u=r[Yx("0x41")](l,{startRow:c,endRow:c}),d=Array[Yx("0x46")](u)[Yx("0x7e")]((e=>t[Yx("0x29")](e[Yx("0x2f")])));i[Yx("0x6f")](d,Yx("0x32"))}))}))}for(const n of["insertTableColumnLeft",Yx("0x4c")]){const o=t[Yx("0x60")][Yx("0x21")](n);i[Yx("0x31")](n,(n=>{t.model[Yx("0x7f")]((t=>{n();const s="left"===o[Yx("0x3d")],x=r[Yx("0x48")](e),a=r[Yx("0x27")](x),c=s?a.first-1:a[Yx("0x63")]+1,l=x[0][Yx("0x1c")](Yx("0x25")),u=r.createTableWalker(l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[Yx("0x46")](u)[Yx("0x7e")]((e=>t[Yx("0x29")](e[Yx("0x2f")])));i[Yx("0x6f")](d,"tableColumn")}))}))}for(const n of[Yx("0x2b"),Yx("0x84")]){const o=n[Yx("0x8")](11),s=o[Yx("0x4d")](),x=s[Yx("0x8")](0,3)+Yx("0x26"),a=Yx("0x25")+o,c=Yx("0x1d")+o,l="max"+o;i[Yx("0x31")](n,(()=>{t[Yx("0x5a")].change((t=>{const o=r.getSelectionAffectedTableCells(e),u=o[0][Yx("0x1c")](Yx("0x25"));let d;if(Yx("0x2b")==n){const t=r[Yx("0x4e")](o);d={startRow:t[Yx("0x39")],endRow:t[Yx("0x63")],includeAllSlots:!0}}else{const t=r.getColumnIndexes(o);d={startColumn:t[Yx("0x39")],endColumn:t[Yx("0x63")],includeAllSlots:!0}}const g=r[Yx("0x41")](u,d),f=Array[Yx("0x46")](g)[Yx("0x7e")]((({cell:t})=>t)),h=Qx(f[Yx("0x3a")]((t=>t[Yx("0x53")](x)))),m=Qx(f[Yx("0x3a")]((t=>!t[Yx("0x53")](x))))[Yx("0x7e")]((e=>t[Yx("0x29")](e))),p=i.markMultiRangeDeletion(m,a);if(p&&(Yx("0x32")==p.subType||Yx("0x14")==p[Yx("0x15")])){const e=this[Yx("0x62")](p);for(const n of h){const i=t[Yx("0x29")](n),o=r[Yx("0x76")](n),a=n.getAttribute(x)-1,u=e[c],d=e[l];u<=o[s]&&o[s]+a<=d&&p.addRange(i)}}}))}))}function o(n){const i=Array[Yx("0x46")](e[Yx("0x72")]()).map((t=>s.LiveRange[Yx("0x2a")](t)));t.model[Yx("0x7f")]((e=>{const r=e[Yx("0x30")];n=n[Yx("0x3a")]((t=>Yx("0x77")!=t[Yx("0x6d")][Yx("0x3")])),e[Yx("0x2e")](n),t[Yx("0x60")][Yx("0x21")](Yx("0x2b"))[Yx("0x7c")](),t[Yx("0x69")]("removeTableRow",{forceDefaultExecution:!0}),t.model[Yx("0x74")]((()=>{t[Yx("0x5a")].enqueueChange(r,(t=>{const e=i[Yx("0x3a")]((t=>Yx("0x77")!=t.root.rootName));e[Yx("0x2c")]>0&&t[Yx("0x2e")](e);for(const t of i)t[Yx("0x68")]()}))}))}))}function a(n){t[Yx("0x5a")][Yx("0x7f")]((i=>{const r=Array[Yx("0x46")](e[Yx("0x72")]())[Yx("0x7e")]((t=>s.LiveRange[Yx("0x2a")](t))),o=[];for(const t of n)for(const e of t[Yx("0x58")]({shallow:!0}))o[Yx("0x55")](e);for(const e of o)Yx("0x77")!=e[Yx("0x6d")][Yx("0x3")]&&(i[Yx("0x2e")](i[Yx("0x51")](e,0)),t.commands.get("removeTableColumn")[Yx("0x7c")](),t[Yx("0x69")](Yx("0x84"),{forceDefaultExecution:!0}));const x=r[Yx("0x3a")]((t=>Yx("0x77")!=t.root[Yx("0x3")]));x[Yx("0x2c")]>0&&i[Yx("0x2e")](x);for(const t of r)t[Yx("0x68")]()}))}function c(t,e){return e[Yx("0x40")]((e=>t[Yx("0xe")]((t=>t[Yx("0x42")][Yx("0x43")](e[Yx("0x49")])||e.end.isEqual(t[Yx("0x49")])))))}function l(t,e){return t.some((t=>e[Yx("0xe")]((e=>t[Yx("0x42")][Yx("0x64")](e[Yx("0x49")])))))}t[Yx("0x3f")][Yx("0x4f")].on(Yx("0x4a"),((t,e,n)=>{if(!n[Yx("0x6")][Yx("0x11")])return;const i=e[Yx("0xb")];if(!i)return;const r=n[Yx("0x66")][Yx("0x71")](i);function o(t){return Array[Yx("0x6a")](t)?t:[t]}r&&Yx("0x6e")===i[Yx("0x67")]&&(0,x.setHighlightHandling)(r,n[Yx("0x12")],((t,e,n)=>n[Yx("0x61")](o(e[Yx("0x3e")]),t)),((t,e,n)=>n[Yx("0x24")](o(e[Yx("0x3e")]),t)))}),{priority:"highest"}),i[Yx("0x70")][Yx("0x1f")]((t=>{if("insertion"!=t[Yx("0x7d")]&&Yx("0x5e")!=t[Yx("0x7d")])return;const e=t[Yx("0x22")]();if(null!=e&&e.is(Yx("0x59"),Yx("0x25"))){if("insertion"==t[Yx("0x7d")]){const e=t[Yx("0x58")]().filter((t=>t.is(Yx("0x5"))))[Yx("0x7e")]((t=>t[Yx("0x3f")]));if(e.length)return{type:Yx("0x28"),content:Ji(n,Yx("0x56"),Ji(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Yx("0x38")](" ")+'"'))}}if("deletion"==t[Yx("0x7d")]){const e=t[Yx("0x58")]().filter((t=>t.is("$textProxy"))).map((t=>t[Yx("0x3f")]));if(e[Yx("0x2c")])return{type:Yx("0x5e"),content:Ji(n,Yx("0x85"),Ji(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Yx("0x38")](" ")+'"'))}}}})),i[Yx("0x70")][Yx("0x1f")]((t=>{if(Yx("0x32")==t.subType){const e=t[Yx("0x58")]()[Yx("0x3a")]((t=>t.is(Yx("0x5"))))[Yx("0x7e")]((t=>t.data)),i=this[Yx("0x62")](t),r=i[Yx("0x83")]-i[Yx("0x65")]+1;if(Yx("0x28")==t[Yx("0x7d")])return e[Yx("0x2c")]?{type:Yx("0x28"),content:Ji(n,Yx("0x56"),Ji(n,Yx("0x80"),[r,'"'+e[Yx("0x38")](" ")+'"']))}:{type:Yx("0x28"),content:Ji(n,Yx("0x56"),Ji(n,Yx("0x19"),r))};if(Yx("0x5e")==t[Yx("0x7d")])return e[Yx("0x2c")]?{type:"deletion",content:Ji(n,Yx("0x85"),Ji(n,Yx("0x80"),[r,'"'+e[Yx("0x38")](" ")+'"']))}:{type:Yx("0x5e"),content:Ji(n,"*Remove:* %0",Ji(n,"ELEMENT_TABLE_ROW",r))}}if("tableColumn"==t[Yx("0x15")]){const e=t[Yx("0x58")]()[Yx("0x3a")]((t=>t.is(Yx("0x5"))))[Yx("0x7e")]((t=>t[Yx("0x3f")])),i=this._getSuggestionCoords(t),r=i.maxColumn-i[Yx("0x10")]+1;if(Yx("0x28")==t[Yx("0x7d")])return e[Yx("0x2c")]?{type:Yx("0x28"),content:Ji(n,Yx("0x56"),Ji(n,Yx("0x35"),[r,'"'+e[Yx("0x38")](" ")+'"']))}:{type:Yx("0x28"),content:Ji(n,Yx("0x56"),Ji(n,"ELEMENT_TABLE_COLUMN",r))};if(Yx("0x5e")==t.type)return e[Yx("0x2c")]?{type:"deletion",content:Ji(n,"*Remove:* %0",Ji(n,Yx("0x35"),[r,'"'+e[Yx("0x38")](" ")+'"']))}:{type:"deletion",content:Ji(n,Yx("0x85"),Ji(n,"ELEMENT_TABLE_COLUMN",r))}}})),i._suggestionFactory[Yx("0x34")]("insertion",Yx("0x32"),"discard",o),i[Yx("0x73")].registerCustomCallback(Yx("0x5e"),Yx("0x32"),Yx("0x4b"),o),i[Yx("0x73")][Yx("0x34")](Yx("0x28"),Yx("0x14"),"discard",a),i[Yx("0x73")][Yx("0x34")](Yx("0x5e"),Yx("0x14"),Yx("0x4b"),a),i[Yx("0x73")][Yx("0x34")](Yx("0x28"),"tableColumn",Yx("0x38"),c),i[Yx("0x73")].registerCustomCallback(Yx("0x5e"),Yx("0x14"),Yx("0x38"),c),i[Yx("0x73")][Yx("0x34")]("insertion","tableRow",Yx("0x38"),l),i[Yx("0x73")].registerCustomCallback("deletion","tableRow","join",l)}_acceptFormatSuggestionCallbackFactory(){const t=this[Yx("0x78")],e=t.model[Yx("0x3b")][Yx("0x81")];return(n,i)=>{t[Yx("0x5a")][Yx("0x7f")]((r=>{const{commandName:o,commandParams:x}=i;let a=n[0][Yx("0x42")][Yx("0xf")];x&&x[0]&&!1===x[0][Yx("0x0")]&&(a=n[0][Yx("0x49")][Yx("0x4")]);const c=r[Yx("0x23")](a);if(Yx("0x77")==c[Yx("0x6d")][Yx("0x3")])return;const l=Array.from(e[Yx("0x72")]())[Yx("0x7e")]((t=>s.LiveRange[Yx("0x2a")](t)));r[Yx("0x2e")](c),t.commands[Yx("0x21")](o)[Yx("0x7c")](),x[Yx("0x55")]({forceDefaultExecution:!0}),t[Yx("0x69")](o,...x);const u=l[Yx("0x3a")]((t=>Yx("0x77")!=t.root[Yx("0x3")]));u[Yx("0x2c")]>0&&r[Yx("0x2e")](u);for(const t of l)t[Yx("0x68")]()}))}}_getCoordsForCells(t){const e=this[Yx("0x78")].plugins[Yx("0x21")](Yx("0x45"));let n=Number[Yx("0xa")],i=Number.MIN_SAFE_INTEGER,r=Number[Yx("0xa")],o=Number[Yx("0x79")];for(const s of t){if(Yx("0x77")==s.root.rootName)continue;const{row:t,column:x}=e[Yx("0x76")](s),a=s[Yx("0x53")](Yx("0xd"))?s[Yx("0x33")](Yx("0xd"))-1:0,c=s[Yx("0x53")]("colspan")?s[Yx("0x33")](Yx("0x6c"))-1:0;n=t<n?t:n,i=t+a>i?t+a:i,r=x<r?x:r,o=x+c>o?x+c:o}return{minRow:n,maxRow:i,minColumn:r,maxColumn:o}}[Yx("0x37")](){const t=this[Yx("0x78")],e=t[Yx("0x9")][Yx("0x21")](Yx("0x54")),n=t[Yx("0x9")][Yx("0x21")](Yx("0x45"));t[Yx("0x5a")].document.on(Yx("0x3c"),(()=>{const n=Array[Yx("0x46")](t[Yx("0x5a")][Yx("0x3b")].differ[Yx("0x50")]());for(const{name:t,data:i}of n){const{group:n,id:r,subType:o}=e[Yx("0x75")](t);if("suggestion"!=n)continue;if(null!=i[Yx("0x20")])continue;const s=e[Yx("0x5b")](r);this[Yx("0x36")][Yx("0x82")](o)&&this[Yx("0x2")][Yx("0x57")](s)}}),{priority:"low"});const i=(t,e)=>{let i=!1;const r=e.createRangeOn(t),o=t[Yx("0x1c")](Yx("0x25")),s=n[Yx("0x76")](t);for(const e of this[Yx("0x2")]){const n=e.subType,x=n[Yx("0x44")](Yx("0x2d")),a=n.substr(x?10:5),c=a.toLowerCase(),l=c[Yx("0x8")](0,3)+Yx("0x26"),u="min"+a,d="max"+a;if(!e.isInContent)continue;if(o!=e[Yx("0x5f")]().start.findAncestor(Yx("0x25")))continue;if(e[Yx("0x86")](r))continue;const g=t[Yx("0x53")](l)?t[Yx("0x33")](l)-1:0,f=this[Yx("0x62")](e),h=f[u],m=f[d];h<=s[c]&&s[c]+g<=m&&(e[Yx("0x1a")](r),i=!0)}return i};t[Yx("0x5a")].document[Yx("0x47")]((e=>{let n=!1;for(const r of t[Yx("0x5a")][Yx("0x3b")][Yx("0x7a")][Yx("0x17")]())if(Yx("0xc")==r[Yx("0x7d")])if(Yx("0x32")==r[Yx("0x67")])for(const t of r[Yx("0x6b")][Yx("0x4")][Yx("0x1")]())n=n||i(t,e);else Yx("0x6e")==r.name&&(n=n||i(r[Yx("0x6b")][Yx("0x4")],e));return n}))}[Yx("0x62")](t){return this[Yx("0x87")](t[Yx("0x72")]()[Yx("0x7e")]((t=>t[Yx("0x49")][Yx("0x4")])))}}function Qx(t){return Array[Yx("0x46")](new Set(t).values())}const ta=["format","getFirstPosition","rootName","mergeTableCellUp","afterInit","getRanges","return","isEnabled","value","size","createRangeOn","_isForcedDefaultExecutionBlock","plugins","_tablePostFixingSubtypes","low","_suggestionFactory","subType","change","findAncestor","type","detach","splitTableCellHorizontally","createTableWalker","commands","registerCustomCallback","markBlockFormat","model","author","accept","execute","stop","add","find","_areMergableCells","trackChanges","editor","mergeTableCellDown","isInContent","*Merge cells*","length","commandName","getSelectionAffectedTableCells","TableUtils","splitTableCellVertically","mergeTableCellLeft","map","table","_acceptFormatSuggestionCallbackFactory","from","registerDescriptionCallback","*Split cell:* horizontally","set:isEnabled","root","push","containsRange","setSelection","enableCommand","element","cell","document","get","formatBlock","$graveyard","fromRange","markMultiRangeBlockFormat","insertion","_areSelectedCellsMergable","requires","_descriptionFactory","selection","TrackChangesEditing","mergeTableCells","mergeTableCellRight","getAncestors"];var ea,na;ea=ta,na=125,function(t){for(;--t;)ea.push(ea.shift())}(++na);const ia=function(t,e){return ta[t-=0]};class ra extends t.Plugin{static get[ia("0x10")](){return[Jx]}[ia("0x1b")](){const t=this[ia("0x3a")],e=t[ia("0x31")][ia("0x8")][ia("0x12")],n=t.locale;if(!t[ia("0x23")].has("TableEditing"))return;const i=t[ia("0x23")].get(ia("0x13")),r=t[ia("0x23")][ia("0x9")]("TableUtils"),o=t[ia("0x23")].get(Jx);o[ia("0x24")][ia("0x2")](ia("0x14")),i.enableCommand(ia("0x14"),(()=>{const e=r[ia("0x40")](t[ia("0x31")].document[ia("0x12")]);t[ia("0x31")][ia("0x28")]((()=>{i[ia("0xd")](e,{commandName:ia("0x14"),commandParams:[]},[],ia("0x14"))}))})),t[ia("0x2e")][ia("0x9")]("mergeTableCells").on(ia("0x34"),((e,n)=>{t.commands[ia("0x9")](ia("0x39")).value&&(n[ia("0x3e")]>0&&n[n[ia("0x3e")]-1]&&n[n[ia("0x3e")]-1].forceDefaultExecution||i[ia("0x22")]||this[ia("0xf")]()||e[ia("0x35")]())}),{priority:"highest"});for(const e of[ia("0x1a"),ia("0x15"),ia("0x3b"),ia("0x43")]){const n=t[ia("0x2e")][ia("0x9")](e);i[ia("0x5")](e,(()=>{const e=t[ia("0x31")].document.selection[ia("0x18")]()[ia("0x16")]()[ia("0x37")]((t=>t.is("element","tableCell"))),r=n[ia("0x1f")];t.model[ia("0x28")]((()=>{i[ia("0xd")]([e,r],{commandName:ia("0x14"),commandParams:[]},[],ia("0x14"))}))}))}for(const e of["splitTableCellVertically",ia("0x2c")]){const n=t[ia("0x2e")][ia("0x9")](e);i[ia("0x5")](e,(()=>{const o=r[ia("0x40")](t[ia("0x31")][ia("0x8")][ia("0x12")])[0],s=o[ia("0x29")](ia("0x45")),{column:x,row:a}=r.getCellLocation(o);let c=[];if("horizontally"==n.direction){const t=r[ia("0x2d")](s,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[ia("0x47")](t)[ia("0x44")]((t=>t[ia("0x7")]))}else{const t=r.createTableWalker(s,{column:x,includeAllSlots:!0});c=Array[ia("0x47")](t)[ia("0x44")]((t=>t[ia("0x7")]))}t[ia("0x31")][ia("0x28")]((t=>{i[ia("0x30")](t[ia("0x21")](o),{commandName:e,commandParams:[]},c,e)}))}))}i[ia("0x11")][ia("0x48")]((t=>{if(ia("0xa")!=t[ia("0x2a")]&&"formatInline"!=t[ia("0x2a")])return;const{data:e}=t;return e&&ia("0x14")==e[ia("0x3f")]?{type:ia("0x17"),content:Ji(n,ia("0x3d"))}:void 0})),i[ia("0x11")][ia("0x48")]((t=>{if("formatBlock"!=t[ia("0x2a")]&&"formatInline"!=t[ia("0x2a")])return;const{data:e}=t;return e?ia("0x42")==e[ia("0x3f")]?{type:ia("0x17"),content:Ji(n,"*Split cell:* vertically")}:ia("0x2c")==e[ia("0x3f")]?{type:ia("0x17"),content:Ji(n,ia("0x49"))}:void 0:void 0}));const x=o[ia("0x46")]();for(const t of["mergeTableCellUp",ia("0x15"),ia("0x3b"),ia("0x43")])i[ia("0x26")].registerCustomCallback("formatBlock",t,ia("0x33"),x);for(const t of[ia("0x42"),ia("0x2c")])i[ia("0x26")][ia("0x2f")](ia("0xa"),t,ia("0x33"),x);i[ia("0x26")][ia("0x2f")](ia("0xa"),"mergeTableCells",ia("0x33"),(n=>{t[ia("0x31")][ia("0x28")]((i=>{const r=Array[ia("0x47")](e[ia("0x1c")]())[ia("0x44")]((t=>s.LiveRange[ia("0xc")](t)));i[ia("0x4")](n),t[ia("0x2e")][ia("0x9")](ia("0x14")).refresh(),t.execute(ia("0x14"),{forceDefaultExecution:!0});const o=r.filter((t=>ia("0xb")!=t[ia("0x1")][ia("0x19")]));o[ia("0x3e")]>0&&i[ia("0x4")](o);for(const t of r)t[ia("0x2b")]()}))}));for(const e of[ia("0x1a"),ia("0x3b"),ia("0x43"),ia("0x15")]){const n=t.commands.get(e);n.on(ia("0x0"),((e,i,r)=>{if(r){const i=t.model[ia("0x8")][ia("0x12")][ia("0x18")]()[ia("0x16")]()[ia("0x37")]((t=>t.is(ia("0x6"),"tableCell")));this._areMergableCells(n[ia("0x1f")],i)||(e[ia("0x1d")]=!1,e[ia("0x35")]())}}),{priority:ia("0x25")})}}[ia("0xf")](){const t=this[ia("0x3a")][ia("0x2e")][ia("0x9")](ia("0x14")),e=this[ia("0x3a")][ia("0x23")][ia("0x9")](ia("0x41"));if(!t[ia("0x1e")])return!1;const n=e[ia("0x40")](this.editor[ia("0x31")].document.selection);for(const t of n)for(const e of n)if(t!=e&&!this[ia("0x38")](t,e))return!1;return!0}[ia("0x38")](t,e){const n=this[ia("0x3a")][ia("0x23")][ia("0x9")](ia("0x13")),i=this[ia("0x3a")][ia("0x31")][ia("0x21")](t),r=this[ia("0x3a")][ia("0x31")][ia("0x21")](e),o=new Set,s=new Set;for(const t of n.getSuggestions())if((ia("0xe")==t.type||"deletion"==t[ia("0x2a")]||"mergeTableCells"==t[ia("0x27")])&&t[ia("0x3c")])for(const e of t[ia("0x1c")]())e.containsRange(i,!0)&&o[ia("0x36")](t[ia("0x2a")]+":"+t[ia("0x32")].id),e[ia("0x3")](r,!0)&&s.add(t[ia("0x2a")]+":"+t.author.id);if(o.size!=s[ia("0x20")])return!1;for(const t of o)if(!s.has(t))return!1;return!0}}const oa=["ck-suggestion-marker-","commandName","markerName","data","highest","commandParams","setTableColumnHeader","parent","removeClass","downcastDispatcher","_enableDefaultAttributesIntegration","start","locale","format","FORMAT_HEADER_ROW","markerRange","createTableWalker","removeAttribute","setTableRowHeader","formatBlock","nodeAfter","_suggestionFactory","mapper","stop","_handleLegacySuggestions","TrackChangesEditing","FORMAT_HEADER_COLUMN","registerDescriptionCallback","ck-suggestion-marker--active","addMarker:suggestion","consume","forceValue","registerCustomCallback","nodeBefore","registerAttributeLabel","editing","requires","includes","item","headingColumns","headingRows","toViewElement","markerNameToElements","TableUtils","getCellLocation","_registerLegacyDescription","get","FORMAT_REGULAR_COLUMN","writer","FORMAT_REGULAR_ROW","_splitMarkerName","addClass","setAttribute","plugins","getSuggestion","consumable","activeMarkers","cell","_descriptionFactory","accept","editor","type","unbindElementFromMarkerName","data-suggestion"];var sa,xa;sa=oa,xa=110,function(t){for(;--t;)sa.push(sa.shift())}(++xa);const aa=function(t,e){return oa[t-=0]};class ca extends t.Plugin{static get[aa("0x36")](){return[Jx]}afterInit(){const t=this[aa("0xe")];if(!t[aa("0x7")].has("TableEditing"))return;const e=t[aa("0x1e")],n=t[aa("0x7")][aa("0x0")](aa("0x2b"));n[aa("0x1c")](aa("0x24"),[],["headingRows"]),n._enableDefaultAttributesIntegration("setTableColumnHeader",[],[aa("0x39")]),n[aa("0xc")][aa("0x34")](aa("0x3a"),Ji(e,aa("0x20"))),n._descriptionFactory[aa("0x34")](aa("0x39"),Ji(e,aa("0x2c"))),this[aa("0x2a")]()}_handleLegacySuggestions(){const t=this[aa("0xe")][aa("0x7")].get("TrackChangesEditing"),e=this[aa("0xe")][aa("0x7")][aa("0x0")](aa("0x3d")),n=this.editor[aa("0x7")][aa("0x0")](Jx)._acceptFormatSuggestionCallbackFactory();function i({showActiveMarker:n=!0,setDataAttribute:i=!0}={}){return(r,o,s)=>{const{type:x,id:a}=t[aa("0x4")](o[aa("0x14")]),c=t[aa("0x8")](a),l=c[aa("0x15")];if(aa("0x25")!=c[aa("0xf")]||!l||aa("0x18")!=l[aa("0x13")])return;if(o[aa("0x38")])return void r[aa("0x29")]();if(!s[aa("0x9")][aa("0x30")](o[aa("0x21")],r.name))return;const u=o[aa("0x21")][aa("0x1d")][aa("0x26")],d=o[aa("0x21")].end[aa("0x33")],g=u[aa("0x19")].parent,{column:f}=e[aa("0x3e")](u),{column:h}=e[aa("0x3e")](d);for(let r=f;r<=h;r++){const c=e[aa("0x22")](g,{column:r,includeAllSlots:!1});for(const e of c){const r=e[aa("0xb")],c=s[aa("0x28")][aa("0x3b")](r);s[aa("0x2")][aa("0x5")](aa("0x12")+x,c),i&&s[aa("0x2")][aa("0x6")](aa("0x11"),a,c),s[aa("0x28")].bindElementToMarker(c,o[aa("0x14")]),n&&(t[aa("0xa")][aa("0x37")](o[aa("0x14")])?s[aa("0x2")][aa("0x5")](aa("0x2e"),c):s[aa("0x2")].removeClass(aa("0x2e"),c))}}}}t._suggestionFactory.registerCustomCallback(aa("0x25"),aa("0x24"),aa("0xd"),n),t[aa("0x27")][aa("0x32")](aa("0x25"),aa("0x18"),aa("0xd"),n),this.editor.editing[aa("0x1b")].on(aa("0x2f"),i(),{priority:"highest"}),this[aa("0xe")][aa("0x15")][aa("0x1b")].on(aa("0x2f"),((t,e,n)=>{n.options.showSuggestionHighlights&&i({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:"highest"}),this[aa("0xe")][aa("0x35")][aa("0x1b")].on("removeMarker:suggestion",((e,n,i)=>{const{type:r,id:o}=t[aa("0x4")](n[aa("0x14")]),s=t[aa("0x8")](o),x=s[aa("0x15")];if(aa("0x25")!=s.type||!x||"setTableColumnHeader"!=x[aa("0x13")])return;const a=i.mapper[aa("0x3c")](n[aa("0x14")]);if(a)for(const t of a)i.writer[aa("0x1a")](aa("0x12")+r,t),i[aa("0x2")][aa("0x1a")]("ck-suggestion-marker--active",t),i.writer[aa("0x23")](aa("0x11"),t),i[aa("0x28")][aa("0x10")](t,n[aa("0x14")])}),{priority:aa("0x16")}),this[aa("0x3f")]()}[aa("0x3f")](){const t=this[aa("0xe")],e=t[aa("0x1e")];function n(t){return{type:aa("0x1f"),content:Ji(e,"*Format:* %0",t)}}t[aa("0x7")].get(aa("0x2b"))[aa("0xc")][aa("0x2d")]((t=>{if(aa("0x25")!=t[aa("0xf")])return;const{data:i}=t;if(i){if(aa("0x24")==i.commandName){const t=i[aa("0x17")][0][aa("0x31")];return n(Ji(e,aa(t?"0x20":"0x3")))}if(aa("0x18")==i[aa("0x13")]){const t=i[aa("0x17")][0][aa("0x31")];return n(Ji(e,aa(t?"0x2c":"0x1")))}}}))}}const la=["isEmpty","markerAttributes","locale","column","stop","updateMarker","tablePasteRow","getRows","commands","containsRange","columnInsertionIndexes","document","tablePasteColumn","plugins","getSuggestionCallback","suggestionUnloaded","wrap","createRangeOn","startsWith","isInContent","return","has","tablePasteChainId","table","content","removeMarkers","markMultiRangeBlockFormat","markers","_tablePostFixingSubtypes","map","getColumnIndexes","registerCustomCallback","activeMarkers","createTableWalker","getSelectionAffectedTableCells","createRange","tableCellVerticalAlignment","nextSibling","createRangeIn","tableCellPadding","_descriptionFactory","getChangedMarkers","tablePasteCell","removeMarker","end","model","row","previousSibling","listenTo","trackChanges","unwrap","nodeAfter","options","subType","getTableIfOnlyTableInContent","reduce","getMarkers","from","previous","author","attributes","hasSuggestion","setAttributes","getChildren","getRange","push","isEqual","find","forceDefaultExecution","cells","_createdBatches","deletionRanges","getItems","tableCell","conversion","insertion","formatBlock","suggestion-td","removeColumns","oldRange","tableCellHorizontalAlignment","suggestionLoaded","remove","insert","change","for","tableCellBorderStyle","markerToHighlight","registerPostFixer","*Replace table cells*","endColumn","_suggestionFactory","position","editor","get","ck-suggestion-marker--active","markMultiRangeInsertion","markMultiRangeDeletion","name","differ","dataDowncast","fromEntries","filter","deletion","rowInsertionRanges","move","editing","suggestion","columnInsertionRanges","TableClipboard","includes","fill","insertContent","value","showSuggestionHighlights","requires","getRanges","insertColumns","removeRows","getContainedElement","tableCellBorderWidth","_getCoordsForCells","newRange","documentSelection","endRow","low","add","getChild","getRowIndexes","createElement","paragraph","length","discard","getAttributes","first","join","tablePaste","suggestion:formatBlock:tablePasteCell","accept","ck-suggestion-marker-insertion","getChanges","createPositionBefore","redo","ck-suggestion-marker","some","tableCellBorderColor","element","tableCellSuggestion","Users","_splitMarkerName","next","last","register","set","findAncestor","high","insertRows","getSuggestions","cell","columns","markerName"];var ua,da;ua=la,da=234,function(t){for(;--t;)ua.push(ua.shift())}(++da);const ga=function(t,e){return la[t-=0]},fa=[ga("0x2f"),ga("0x48"),ga("0xd"),ga("0x7"),ga("0x7c"),"tableCellBackgroundColor",ga("0x7f")],ha=Object[ga("0x1c")](fa.map((t=>[t,null])));class ma extends t.Plugin{static get[ga("0x2a")](){return[Jx]}afterInit(){const t=this[ga("0x14")];if(!t[ga("0x65")].has(ga("0x24")))return;const n=t[ga("0x65")][ga("0x15")]("TrackChangesEditing"),i=t.plugins[ga("0x15")]("TableUtils"),r=t[ga("0x65")][ga("0x15")](Jx),o=t[ga("0x65")][ga("0x15")]("TableClipboard");r[ga("0x74")][ga("0x99")](ga("0x5e"),"tablePasteColumn"),t[ga("0x85")].schema[ga("0x4f")](ga("0x4a"),{allowIn:"tableCell",allowContentOf:ga("0x0"),isLimit:!0}),t.conversion.elementToElement({model:ga("0x4a"),view:"suggestion-td"});let s=null;t[ga("0x85")].on(ga("0x27"),((r,x)=>{const[a,c]=x,l=x[x[ga("0x3a")]-1];l&&l[ga("0x9c")]||n._isForcedDefaultExecutionBlock||this[ga("0x14")].commands.get(ga("0x89"))[ga("0x28")]&&function(t,e,n,i,r){if(e&&!e.is(ga("0x32")))return!1;const o=r[ga("0x8e")](t,n);if(!o||!ba(o,void 0,i))return!1;const s=i[ga("0x7a")](n.document.selection);if(!s[ga("0x3a")])return!1;const x=s[0][ga("0x51")](ga("0x6f")),a=i[ga("0x37")](s),c=i[ga("0x76")](s),l={startRow:a[ga("0x3d")],endRow:a[ga("0x4e")],startColumn:c[ga("0x3d")],endColumn:c[ga("0x4e")]};return 1==s[ga("0x3a")]&&(l[ga("0x33")]+=i[ga("0x5f")](o)-1,l[ga("0x11")]+=i.getColumns(o)-1),ba(x,l,i)}(a,c,t[ga("0x85")],i,o)&&(r[ga("0x5c")](),s={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t.model[ga("0xb")]((()=>{t[ga("0x85")][ga("0x27")](x[0],x[1],x[2],{forceDefaultExecution:!0});const i=(0,e.uid)(),{rowInsertionRanges:r,columnInsertionRanges:o,insertionRanges:a,deletionRanges:c,cells:l}=s;r.length&&n[ga("0x17")](r,"tablePasteRow",{tablePasteChainId:i}),o[ga("0x3a")]&&n[ga("0x17")](o,ga("0x64"),{tablePasteChainId:i}),a[ga("0x3a")]&&n.markMultiRangeInsertion(a,ga("0x3f"),{tablePasteChainId:i,skipNestingCheck:!0}),c[ga("0x3a")]&&n[ga("0x18")](c,ga("0x3f"),{tablePasteChainId:i,skipNestingCheck:!0});const u=n[ga("0x72")](l.map((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],ga("0x82"),{tablePasteChainId:i});if(u){const e=u[ga("0x90")](),n=[];for(const{element:i,attributes:r}of l){if(!r)continue;const o=t[ga("0x85")][ga("0x69")](i),s=e[ga("0x9b")]((t=>t[ga("0x98")]()[ga("0x9a")](o)));s&&n.push([s[ga("0x19")],r])}n[ga("0x3a")]&&u.setAttribute(ga("0x59"),Object[ga("0x1c")](n))}s=null})))}),{priority:e.priorities[ga("0x52")]+10}),t[ga("0x65")][ga("0x15")](ga("0x24")).on("_replaceTableSlotCell",((t,e)=>{const[n,i,,r]=e;if(!s)return;t[ga("0x5c")]();const o=n[ga("0x55")],x=i,a=pa(o),c=pa(x);t[ga("0x6c")]=o;let l=null,u=null;if(c||a)if(a&&!c){r[ga("0x9")](o[ga("0x36")](0));for(const t of Array[ga("0x91")](x.getChildren()))r.insert(t,o,ga("0x84"));const t=s.rowInsertionIndexes[ga("0x25")](n[ga("0x86")]),e=s.columnInsertionIndexes.includes(n[ga("0x5b")]);t||e||(l=r[ga("0x7e")](o))}else c&&!a&&(u=r.createRangeIn(o));else{const t=r.createElement(ga("0x4a")),e=r[ga("0x38")]("tableCellSuggestion");r[ga("0x68")](r[ga("0x7e")](o),e),r[ga("0xa")](t,o,0);for(const e of Array[ga("0x91")](x[ga("0x97")]()))r.insert(e,t,ga("0x84"));l=r.createRangeOn(t),u=r[ga("0x69")](e)}const d=Array[ga("0x91")](x[ga("0x3c")]()).filter((([t])=>fa[ga("0x25")](t)));s.cells[ga("0x99")]({element:o,attributes:d.length?Object[ga("0x1c")](d):null}),l&&s.insertionRanges[ga("0x99")](l),u&&s[ga("0x9f")][ga("0x99")](u)}),{priority:ga("0x52")}),i.on(ga("0x2c"),((e,n)=>{const[r,o={}]=n;if(!s)return;const x=o.at||0,a=o[ga("0x56")]||1;s[ga("0x62")]=new Array(a)[ga("0x26")](x)[ga("0x75")](((t,e)=>t+e));for(const{cell:e}of i[ga("0x79")](r,{startColumn:x,endColumn:x+a-1}))s[ga("0x23")][ga("0x99")](t[ga("0x85")][ga("0x69")](e))}),{priority:"low"}),i.on(ga("0x53"),((e,n)=>{const[r,o={}]=n;if(!s)return;const x=o.at||0,a=o.rows||1;s.rowInsertionIndexes=new Array(a).fill(x).map(((t,e)=>t+e));for(const{cell:e}of i[ga("0x79")](r,{startRow:x,endRow:x+a-1}))s[ga("0x1f")].push(t.model[ga("0x69")](e))}),{priority:ga("0x34")}),n[ga("0x80")].registerDescriptionCallback((e=>{if(e[ga("0x8d")]&&e[ga("0x8d")][ga("0x6a")](ga("0x3f")))return e.previous?{}:{type:ga("0x2"),content:Ji(t[ga("0x5a")],ga("0x10"))}}));const x=()=>!1;for(const t of["tablePaste","tablePasteColumn",ga("0x5e"),ga("0x82")])n[ga("0x12")][ga("0x77")](ga("0x2"),t,ga("0x3e"),x),n[ga("0x12")].registerCustomCallback(ga("0x1e"),t,ga("0x3e"),x),n[ga("0x12")].registerCustomCallback(ga("0x3"),t,ga("0x3e"),x);n._suggestionFactory[ga("0x77")]("formatBlock",ga("0x82"),ga("0x3b"),x),n[ga("0x12")][ga("0x77")](ga("0x3"),ga("0x82"),ga("0x41"),((e,n,i)=>{const r=e[ga("0x75")]((t=>t.getContainedElement()))[ga("0x1d")]((t=>t)),o=new Map(r[ga("0x75")]((t=>[t,null])));if(s)for(const{element:t,attributes:e}of s[ga("0x9d")])e&&o.set(t,e);else if(i&&i[ga("0x59")])for(const[e,n]of Object.entries(i[ga("0x59")])){const i=t[ga("0x85")][ga("0x73")][ga("0x15")](e),r=i?i[ga("0x98")]()[ga("0x2e")]():null;r&&o[ga("0x50")](r,n)}t.model[ga("0xb")]((t=>{for(const[e,n]of o)t[ga("0x96")]({...ha,...n},e)}))}));const a=(e,i)=>{n[ga("0x12")][ga("0x77")](e,"tablePaste",i,((r,o,s)=>{t[ga("0x85")][ga("0xb")]((t=>{const x=[];for(const t of r){const e=t.start[ga("0x8b")];e.is(ga("0x49"),ga("0x4a"))&&x[ga("0x99")](e)}n[ga("0x12")][ga("0x66")](e,null,i)(r,o,s);for(const e of x)"$graveyard"!=e.root.rootName&&t.unwrap(e)}))}))};a(ga("0x2"),ga("0x41")),a(ga("0x2"),ga("0x3b")),a(ga("0x1e"),"accept"),a(ga("0x1e"),ga("0x3b")),n._suggestionFactory[ga("0x77")](ga("0x2"),ga("0x5e"),ga("0x3b"),(t=>{const e=t.map((t=>t[ga("0x2e")]())),n=e[0][ga("0x51")](ga("0x6f")),{minRow:o,maxRow:s}=r[ga("0x30")](e);i[ga("0x2d")](n,{at:o,rows:s-o+1})})),n[ga("0x12")][ga("0x77")]("insertion",ga("0x64"),ga("0x3b"),(t=>{const e=t[ga("0x75")]((t=>t.getContainedElement())),n=e[0][ga("0x51")](ga("0x6f")),{minColumn:o,maxColumn:s}=r._getCoordsForCells(e);i[ga("0x5")](n,{at:o,columns:s-o+1})}));const c=(t,e)=>{if(!e[ga("0x8d")]||!e[ga("0x8d")][ga("0x6a")](ga("0x3f")))return;const i=e[ga("0x94")][ga("0x6e")],r=n[ga("0x54")]()[ga("0x1d")]((t=>t[ga("0x6b")]&&t[ga("0x94")]&&t[ga("0x94")][ga("0x6e")]==i));r[ga("0x3a")]&&e.getAllAdjacentSuggestions()[ga("0x3a")]!=r[ga("0x3a")]&&r[ga("0x8f")](((t,e)=>(t[ga("0x4d")]=e,e[ga("0x92")]=t,e)))};function l(t,e=!0){const{id:i}=n[ga("0x4c")](t[ga("0x57")]),r=[ga("0x46"),ga("0x42")],o=n[ga("0x78")][ga("0x25")](t[ga("0x57")]);return o&&r[ga("0x99")](ga("0x16")),{classes:r,attributes:{"data-suggestion":i},priority:o&&e?3010:3e3}}n.on(ga("0x8"),c,{priority:ga("0x52")}),n.on(ga("0x67"),c,{priority:ga("0x52")}),t[ga("0x85")][ga("0x63")][ga("0xf")]((()=>{let e=!1;const i=Array[ga("0x91")](t[ga("0x85")][ga("0x63")][ga("0x1a")].getChangedMarkers());for(const{name:r,data:o}of i){const{group:i,type:s,id:x}=n[ga("0x4c")](r);if(ga("0x22")!=i||ga("0x1e")!=s||o[ga("0x6")])continue;if(!n[ga("0x95")](x))continue;const a=n.getSuggestion(x)[ga("0x2b")](),c=t.plugins[ga("0x15")](ga("0x4b")).me;for(const t of n[ga("0x54")]())if(t[ga("0x6b")]&&t[ga("0x93")]==c&&"formatBlock"==t.type&&"tablePasteCell"==t.subType&&t[ga("0x2b")]().every((t=>a[ga("0x47")]((e=>e[ga("0x61")](t,!0))))))for(const n of t.getAllAdjacentSuggestions())n[ga("0x6b")]&&(n[ga("0x3b")](),e=!0)}return e})),t[ga("0x85")][ga("0x63")][ga("0xf")]((e=>{const i=t[ga("0x60")][ga("0x15")](ga("0x45"));if(!i||!i[ga("0x9e")][ga("0x6d")](e.batch))return!1;let r=!1;const o=t[ga("0x65")][ga("0x15")]("Users").me,s=t[ga("0x85")][ga("0x63")][ga("0x1a")][ga("0x43")](),x=Array.from(t[ga("0x85")][ga("0x63")][ga("0x1a")][ga("0x81")]()).filter((({name:t,data:e})=>{const{group:i,subType:r,authorId:s}=n._splitMarkerName(t);return ga("0x22")==i&&ga("0x3f")==r&&s==o.id&&!e.oldRange}));for(const t of s){if(ga("0xa")!=t.type||ga("0x4a")!=t[ga("0x19")]||1!=t[ga("0x3a")])continue;const n=e[ga("0x7b")](t.position,t[ga("0x13")].getShiftedBy(1));if(!x[ga("0x9b")]((({data:t})=>t[ga("0x31")][ga("0x9a")](n))))for(const{name:t,data:i}of x)if(n.containsRange(i[ga("0x31")])){e[ga("0x5d")](t,{range:n}),r=!0;break}}return r})),t[ga("0x85")][ga("0x63")][ga("0xf")]((e=>{let i=!1;const r=t.plugins.get(ga("0x4b")).me,o=n[ga("0x54")]()[ga("0x1d")]((t=>t[ga("0x6b")]&&t[ga("0x93")]==r)),s=new Set,x=new Set;for(const t of o)if(ga("0x3f")==t.subType)for(const e of t[ga("0x90")]()){const n=e[ga("0x98")]()[ga("0x2e")]();if(n)if(n.is(ga("0x49"),ga("0x4a"))&&pa(n)){t[ga("0x83")](e[ga("0x19")]),s.add(n),i=!0;const r=n[ga("0x7d")],o=n[ga("0x87")],a=r&&r.is("element","tableCellSuggestion"),c=o&&o.is(ga("0x49"),ga("0x4a"));a&&!s[ga("0x6d")](r)&&x[ga("0x35")](r),c&&!s[ga("0x6d")](o)&&x[ga("0x35")](o)}else n.is(ga("0x49"),"paragraph")&&n[ga("0x58")]&&(t[ga("0x83")](e[ga("0x19")]),i=!0)}else if("tablePasteCell"==t[ga("0x8d")]){if(!t.attributes||!t[ga("0x94")][ga("0x6e")])continue;const e=t[ga("0x94")][ga("0x59")];if(e&&Object.keys(e)[ga("0x3a")])continue;const n=t.attributes.tablePasteChainId;let r=!0,s=!0;for(const e of o)if(e[ga("0x8d")]&&e.subType[ga("0x6a")](ga("0x3f"))){if(!e.attributes[ga("0x6e")]){s=!1;break}if(e.id!=t.id&&e[ga("0x94")][ga("0x6e")]==n){r=!1;break}}s&&r&&(t[ga("0x71")](),i=!0)}for(const t of s)e[ga("0x9")](t);for(const t of x)e[ga("0x8a")](t);return i})),t[ga("0x1")][ga("0xc")]("editingDowncast")[ga("0xe")]({model:"suggestion:formatBlock:tablePasteCell",view:(t,e)=>l(t),converterPriority:ga("0x52")}),t[ga("0x1")][ga("0xc")](ga("0x1b"))[ga("0xe")]({model:ga("0x40"),view:(t,e)=>e[ga("0x8c")][ga("0x29")]?l(t,!1):null,converterPriority:ga("0x52")});const u=t[ga("0x21")].view;this[ga("0x88")](u.document,"clipboardOutput",((t,e)=>{const n=[];for(const t of u[ga("0x7e")](e[ga("0x70")])[ga("0xa0")]())t.is(ga("0x49"),ga("0x4"))&&n[ga("0x99")](t);u[ga("0xb")]((t=>{for(const e of n)t[ga("0x20")](t[ga("0x7e")](e),t[ga("0x44")](e)),t[ga("0x9")](e)}))}))}}function pa(t){if(t[ga("0x58")])return!0;const e=t[ga("0x36")](0);return e.is("element",ga("0x39"))&&e[ga("0x58")]}function ba(t,e={},n){for(const{isAnchor:i,cellHeight:r,cellWidth:o}of n[ga("0x79")](t,{includeAllSlots:!0,...e}))if(!i||1!=r||1!=o)return!1;return!0}const Ea=["getAttribute","accept","handleResizeTableWidthCommand","formatInline","_descriptionFactory","change","selection","TrackChangesEditing","registerCustomCallback","type","has","tableWidth","columnWidths","bind","editor","get","*Format:* resize table","locale","enableCommand","author","document","getSuggestions","resizeTableWidth","formatBlock","TableColumnResizeEditing","discard","_suggestionFactory","Users","plugins","resizeTable","handleSuggestionDescription","model","registerDescriptionCallback","subType","markBlockFormat","table","getSuggestionCallback"];var _a,Ta;_a=Ea,Ta=238,function(t){for(;--t;)_a.push(_a.shift())}(++Ta);const ya=function(t,e){return Ea[t-=0]};class Ca extends t.Plugin{afterInit(){if(!this.editor.plugins[ya("0x1f")](ya("0x8")))return;const t=this.editor[ya("0xc")][ya("0x24")]("TrackChangesEditing");t[ya("0x2")](ya("0x6"),this[ya("0x17")][ya("0x22")](this)),t[ya("0xa")][ya("0x1d")](ya("0x7"),ya("0xd"),ya("0x16"),t[ya("0xa")][ya("0x14")](ya("0x7"),null,ya("0x9"))),t[ya("0xa")][ya("0x1d")](ya("0x7"),ya("0xd"),ya("0x9"),t[ya("0xa")][ya("0x14")](ya("0x7"),null,"accept")),t[ya("0x19")][ya("0x10")](this.handleSuggestionDescription[ya("0x22")](this))}[ya("0x17")](t,e){const n=this[ya("0x23")].plugins[ya("0x24")](ya("0x1c")),i=this[ya("0x23")].plugins.get(ya("0x8")),r=e[ya("0x13")]||this[ya("0x23")][ya("0xf")][ya("0x4")][ya("0x1b")].getSelectedElement();this.editor[ya("0xf")][ya("0x1a")]((()=>{const o=i.getColumnGroupElement(r);let s=o?i.getTableColumnsWidths(o):null,x=r[ya("0x15")](ya("0x20"))||null;const a=e[ya("0x20")]||x,c=e[ya("0x21")]||s,l=this[ya("0x23")].plugins[ya("0x24")](ya("0xb")).me;for(const t of n[ya("0x5")]()){const e=t.getContainedElement();if(ya("0xd")===t[ya("0x11")]&&e===r){t[ya("0x3")]!==l&&t[ya("0x9")]();const e=t.data.commandParams;x=e[0][ya("0x20")],s=e[0][ya("0x21")];break}}t({table:r,tableWidth:a,columnWidths:c}),n[ya("0x12")](r,{commandName:ya("0x6"),commandParams:[{tableWidth:x,columnWidths:s}],formatGroupId:ya("0xd")},[],"resizeTable")}))}[ya("0xe")](t){if("formatBlock"!=t.type&&ya("0x18")!=t[ya("0x1e")])return;const{data:e}=t;if(e&&ya("0xd")===e.formatGroupId){const t=ya("0x0");return{type:"format",content:Ji(this[ya("0x23")][ya("0x1")],t)}}}}const Aa=["afterInit","enableCommand","insertTemplate","TrackChangesEditing","plugins","get"];var ka,Sa;ka=Aa,Sa=387,function(t){for(;--t;)ka.push(ka.shift())}(++Sa);const Ia=function(t,e){return Aa[t-=0]};class Ra extends t.Plugin{[Ia("0x3")](){const t=this.editor;t[Ia("0x1")].has("Template")&&t[Ia("0x1")][Ia("0x2")](Ia("0x0"))[Ia("0x4")](Ia("0x5"))}}const va=["locale","ELEMENT_TABLE_OF_CONTENTS","tableOfContents","afterInit","registerElementLabel","TrackChangesEditing","insertTableOfContents","editor","plugins","_descriptionFactory","commands","get"];var Na,La;Na=va,La=201,function(t){for(;--t;)Na.push(Na.shift())}(++La);const Ma=function(t,e){return va[t-=0]};class wa extends t.Plugin{[Ma("0x6")](){const t=this[Ma("0xa")];if(!t[Ma("0x1")][Ma("0x2")]("insertTableOfContents"))return;t.plugins.get(Ma("0x8")).enableCommand(Ma("0x9"));const e=t[Ma("0xb")].get("TrackChangesEditing"),n=t[Ma("0x3")];e[Ma("0x0")][Ma("0x7")](Ma("0x5"),(t=>Ji(n,Ma("0x4"),t)))}}const Oa=["isCollapsed","getChangedMarkers","afterInit","end","editor","registerPostFixer","has","nodeBefore","createRange","document","isTouching","element","plugins","locale","isEqual","from","ELEMENT_TITLE","model","removeMarker","title-content","suggestion","get","TrackChangesEditing","newRange","schema","getNearestSelectionRange","updateMarker","registerElementLabel","start"];var Fa,Da;Fa=Oa,Da=198,function(t){for(;--t;)Fa.push(Fa.shift())}(++Da);const Ba=function(t,e){return Oa[t-=0]};class Pa extends t.Plugin{[Ba("0x7")](){const t=this[Ba("0x9")];if(!t[Ba("0x11")][Ba("0xb")]("Title"))return;const e=t[Ba("0x11")][Ba("0x1a")](Ba("0x1b"));e._descriptionFactory[Ba("0x3")](Ba("0x18"),(()=>Ji(t[Ba("0x12")],Ba("0x15")))),t[Ba("0x16")][Ba("0xe")][Ba("0xa")]((n=>{let i=!1;const r=Array[Ba("0x14")](t[Ba("0x16")][Ba("0xe")].differ[Ba("0x6")]());for(const{name:o,data:s}of r){const{group:r}=e._splitMarkerName(o);if(Ba("0x19")!==r||!s[Ba("0x1c")])continue;const x=s[Ba("0x1c")],a=x[Ba("0x8")][Ba("0xc")];if(!a||!a.is(Ba("0x10"),Ba("0x18")))continue;if(!x.start[Ba("0xf")](x.end))continue;const c=t.model[Ba("0x0")][Ba("0x1")](x.end,"forward");if(c&&c[Ba("0x5")]){const t=n[Ba("0xd")](x[Ba("0x4")],c.start);t[Ba("0x13")](x)||(n[Ba("0x2")](o,{range:t}),i=!0)}i||(n[Ba("0x17")](o),i=!0)}return i}))}}const Ua=["UndoEditing","has","plugins","TrackChangesEditing","undo","enableCommand","redo"];var ja,Ga;ja=Ua,Ga=356,function(t){for(;--t;)ja.push(ja.shift())}(++Ga);const Va=function(t,e){return Ua[t-=0]};class Ha extends t.Plugin{afterInit(){const t=this.editor,e=t[Va("0x3")].get(Va("0x4"));t[Va("0x3")][Va("0x2")](Va("0x1"))&&(e[Va("0x6")](Va("0x5")),e[Va("0x6")](Va("0x0")))}}const za=["afterInit","requires","editor","has","TrackChangesEditing","TableCaptionEditing","enableCommand","plugins","toggleTableCaption"];var Wa,Ka;Wa=za,Ka=408,function(t){for(;--t;)Wa.push(Wa.shift())}(++Ka);const qa=function(t,e){return za[t-=0]};class Xa extends t.Plugin{static get[qa("0x7")](){return[Jx]}[qa("0x6")](){const t=this[qa("0x8")];t.plugins[qa("0x0")](qa("0x2"))&&t[qa("0x4")].get(qa("0x1"))[qa("0x3")](qa("0x5"))}}const $a=["table","TableUtils","tableCellPadding","_descriptionFactory","tableBorderColor","_suggestionFactory","format","registerDescriptionCallback","findAncestor","discard","commandParams","tableCellBorderWidth","selection","tableHeight","*Format:* change table cell properties","tableBorderWidth","getSuggestionCallback","tableProperties","join","afterInit","_getSuggestion","change","*Format:* change table properties","registerCustomCallback","getSuggestions","plugins","tableCellVerticalAlignment","removeAttribute","tableBorderStyle","document","getSelectionAffectedTableCells","tableBackgroundColor","nodeAfter","TablePropertiesEditing","TableCellPropertiesEditing","TrackChangesTableProperties","editor","formatBlock","tableCellBorderColor","subType","setAttribute","tableWidth","batch","_handlePropertyChange","handleDiscardAction","getContainedElement","has","accept","tableCellProperties","get","markBlockFormat","tableAlignment","getAttribute","TrackChangesEditing","handleSuggestionDescription","model","start","enableCommand","enqueueChange","pluginName","tableCellWidth"];var Za,Ya;Za=$a,Ya=171,function(t){for(;--t;)Za.push(Za.shift())}(++Ya);const Ja=function(t,e){return $a[t-=0]};class Qa extends t.Plugin{constructor(t){super(t),this[Ja("0x1d")]=[Ja("0x10"),Ja("0x28"),Ja("0x1b"),Ja("0x2"),Ja("0x35"),Ja("0x19"),Ja("0x2b")],this[Ja("0x3c")]=[Ja("0x32"),"tableCellBorderStyle",Ja("0x17"),Ja("0xe"),Ja("0xb"),"tableCellHeight","tableCellBackgroundColor","tableCellHorizontalAlignment",Ja("0x26")]}static get[Ja("0xa")](){return Ja("0x2f")}[Ja("0x1f")](){const t=this[Ja("0x30")].plugins[Ja("0x0")]("TrackChangesEditing");if(this[Ja("0x30")].plugins[Ja("0x3a")](Ja("0x2d"))){for(const e of this[Ja("0x1d")])t[Ja("0x8")](e,((t,n)=>{const i=this[Ja("0x30")].model[Ja("0x29")].selection.getFirstPosition()[Ja("0x14")](Ja("0xc"));this._handlePropertyChange(e,[i],this.tableProperties,Ja("0x1d"),t,n)}));t[Ja("0x11")][Ja("0x23")]("formatBlock","tableProperties","accept",t._suggestionFactory.getSuggestionCallback(Ja("0x31"),null,Ja("0x15"))),t._suggestionFactory[Ja("0x23")](Ja("0x31"),Ja("0x1d"),Ja("0x15"),((t,e)=>this[Ja("0x38")](this[Ja("0x1d")],t,e))),t[Ja("0x11")][Ja("0x23")](Ja("0x31"),Ja("0x1d"),Ja("0x1e"),(()=>!1))}if(this[Ja("0x30")][Ja("0x25")][Ja("0x3a")](Ja("0x2e"))){for(const e of this.tableCellProperties)t[Ja("0x8")](e,((t,n)=>{const i=this[Ja("0x30")][Ja("0x25")][Ja("0x0")](Ja("0xd"))[Ja("0x2a")](this[Ja("0x30")][Ja("0x6")][Ja("0x29")][Ja("0x18")]);this[Ja("0x37")](e,i,this[Ja("0x3c")],Ja("0x3c"),t,n)}));t._suggestionFactory[Ja("0x23")](Ja("0x31"),"tableCellProperties",Ja("0x3b"),t[Ja("0x11")][Ja("0x1c")](Ja("0x31"),null,Ja("0x15"))),t[Ja("0x11")][Ja("0x23")](Ja("0x31"),Ja("0x3c"),Ja("0x15"),((t,e)=>this[Ja("0x38")](this[Ja("0x3c")],t,e))),t[Ja("0x11")][Ja("0x23")](Ja("0x31"),Ja("0x3c"),"join",(()=>!1))}t[Ja("0xf")][Ja("0x13")]((t=>this[Ja("0x5")](t)))}[Ja("0x37")](t,e,n,i,r,o){const s=this[Ja("0x30")][Ja("0x25")].get(Ja("0x4"));this[Ja("0x30")][Ja("0x6")][Ja("0x9")](o[Ja("0x36")],(()=>{for(const t of e)if(this[Ja("0x20")](t,i))r(o);else{const e={};for(const i of n){const n=t[Ja("0x3")](i);void 0!==n&&(e[i]=n)}r(o),s[Ja("0x1")](t,{commandParams:[e]},[],i)}}))}handleDiscardAction(t,e,n){const i=e[0][Ja("0x7")][Ja("0x2c")],r=n[Ja("0x16")][0];this.editor[Ja("0x6")][Ja("0x21")]((e=>{for(const n of t)void 0!==r[n]?e[Ja("0x34")](n,r[n],i):e[Ja("0x27")](n,i)}))}handleSuggestionDescription(t){if(t.data)switch(t[Ja("0x33")]){case Ja("0x1d"):return{type:"format",content:Ji(this[Ja("0x30")].locale,Ja("0x22"))};case Ja("0x3c"):return{type:Ja("0x12"),content:Ji(this.editor.locale,Ja("0x1a"))}}}[Ja("0x20")](t,e){const n=this[Ja("0x30")][Ja("0x25")].get(Ja("0x4"));for(const i of n[Ja("0x24")]({skipNotAttached:!0})){const n=i[Ja("0x39")]();if(i[Ja("0x33")]===e&&n===t)return i}return null}}var tc=Function.prototype,ec=Object.prototype,nc=tc.toString,ic=ec.hasOwnProperty,rc=nc.call(Object);const oc=function(t){if(!xe(t)||"[object Object]"!=gt(t))return!1;var e=xn(t);if(null===e)return!0;var n=ic.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&nc.call(n)==rc};const sc=function(t){return oc(t)?void 0:t};var xc=rt?rt.isConcatSpreadable:void 0;const ac=function(t){return ge(t)||de(t)||!!(xc&&t&&t[xc])};const cc=function t(e,n,i,r,o){var s=-1,x=e.length;for(i||(i=ac),o||(o=[]);++s<x;){var a=e[s];n>0&&i(a)?n>1?t(a,n-1,i,r,o):sn(o,a):r||(o[o.length]=a)}return o};const lc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const uc=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 dc=Math.max;const gc=function(t,e,n){return e=dc(void 0===e?t.length-1:e,0),function(){for(var i=arguments,r=-1,o=dc(i.length-e,0),s=Array(o);++r<o;)s[r]=i[e+r];r=-1;for(var x=Array(e+1);++r<e;)x[r]=i[r];return x[e]=n(s),uc(t,this,x)}};const fc=function(t){return function(){return t}};const hc=ee?function(t,e){return ee(t,"toString",{configurable:!0,enumerable:!1,value:fc(e),writable:!0})}:function(t){return t};var mc=Date.now;const pc=function(t){var e=0,n=0;return function(){var i=mc(),r=16-(i-n);if(n=i,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(hc);const bc=function(t){return pc(gc(t,void 0,lc),t+"")}((function(t,e){var n={};if(null==t)return n;var i=!1;e=ui(e,(function(e){return e=mi(e,t),i||(i=e.length>1),e})),oe(t,dn(t),n),i&&(n=ti(n,7,sc));for(var r=e.length;r--;)Wi(n,e[r]);return n})),Ec=["conversion","execute","isSelectable","createdAt","refresh","editor","low","warn","high","_enabledCommands","formatBlock","_removeSuggestion","addSuggestionData","document","set","setSelection","removeAttribute","consume","isCollapsed","getRange","$textProxy","split","getUser","_setSuggestionRange","_suggestions","rootName","model","move","isMultiRange","insert","_initAriaMarkerChangeAnnouncements","_refreshAttributeSuggestionsChain","originalSuggestionId","group","formatInline:discard","_isRegisteredAttribute","_processAttributeSuggestions","end","tablePasteChainId","error-saving-suggestion-data-suggestion-discarded","enableReadOnlyMode","editingDowncast","removeClass","stopListening","clear","for","default","collaboration.channelId","insertion","ariaLiveAnnouncer","discardSuggestion","_model","getFirstMarker","applyOperation","_defaultCallbacks","_suggestionFactory","containsItem","commandName","hasComments","getAttribute","unbindElementFromMarkerName","assign","getNearestSelectionRange","name","track-changes-command-not-found","insertion:discard","targetPosition","locale","item","isIntersecting","creator","fire","fetchCommentThread","authorName","fromCharCode","commands","value","_saved","_reduceSuggestionAttributeRange","resolve","data-suggestion","pluginName","before","attribute:discard","change","deletion","_updateSuggestionData","formatBlock:discard","highest","_recordAttributeChanges","registerPostFixer","activeMarkers","after","isLimit","$marker","suggestion:","formatInline","getMarkers","_getExternalAuthor","removeComment","update:suggestion","editing","ck-suggestion-marker--active","setAttribute","rename","external:","accept","newRange","bindElementToMarker","head","createRangeOn","getWalker","_reduceExistingSuggestions","PENDING_ACTION_SUGGESTION","_mergeNestedSuggestions","_addThreadToSuggestion","isBlock","containsRange","_suggestionState","formatBlock:","isTouching","has","requires","_afterChanges","_getAttributeKey","markerReady","attribute:","formatInline:accept","notReady","registerCustomCallback","unshift","ck-suggestion-marker-formatInline","isRemovable","attributeOldValue","TrackChangesEditing","differ","ck-suggestion-marker-","fromRange","suggestion","isAtEnd","isIntersectingWithRange","createRangeIn","insertContent","open","adapter","ready","concat","clone","some","start","updateMarker","howMany","mapper","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.","add","next","schema","_joinWithAdjacentSuggestions","discard","_isDataLoaded","author","change:data","acceptSelectedSuggestions","markers","suggestionUnloaded","delete","track-changes-user-not-found","dataDowncast","showSuggestionHighlights","formatInline:chain","isNextTo","insertion:","nodeAfter","isEqual","deletion:","_addSuggestionMarker","consumable","removeMarker","_splitMarkerName","upcast","_registerDefaultCallbacks","addClass","createPositionBefore","groupId","$elementName","lowest","addMarker:suggestion:formatBlock","forEach","addMarker:suggestion","createElement","elementToElement","keys","data","_rangeIsInLocalUserInsertion","plugins","Users","elementEnd","markMultiRangeDeletion","updateSuggestion","markerToHighlight","always","suggestion:attribute:","batch","oldRange","addUser","addMarker:suggestion:attribute","_onDiscard","addRange","formatInline:","push","_commentsRepository","buildSuggestion","attribute","ck-suggestion-marker-formatBlock","$graveyard","splice","filter","containsPosition","commentThread","from","removeMarker:suggestion:formatBlock","trackChangesCommand","stop","isOwn","removed","getSuggestionCallback","@external","attributeNewValue","attributes","join","formatGroupId","acceptAllSuggestions","_processAttributeChanges","removeMarkers","deleteContent","selection","key","track-changes-suggestion-not-found","enableCommand","previous","getAncestors","formatBlock:join","getFirstRange","find","config","reconvertMarker","_refreshSuggestionsChain","_breakSuggestionMarker","position","_getMarkerAnnouncementText","isInsideObject","forceDefaultExecution","deletion:join","markerName","ck-suggestion-marker","_customCallbacks","createRange","get","createPositionAt","_isBlockAttribute","getIntersection","_inlineAttributeKeys","size","root","markAttributeChange","isInContent","deletion:accept","startsWith","range","deletion:chain","track-changes-suggestion-data-mismatch","_joinSuggestions","getContainedElement","formatInline:join","createSelection","_registerBlockAttribute","_trackFormatChanges","multipleBlocks","_recordAttributeSuggestions","_element","isBefore","authoredAt","remove","CommentsRepository","length","getCustomProperty","every","markerNameToElements","attributeKey","_blockAttributeKeys","getShiftedBy","catch","addSuggestion","getSuggestions","nodeBefore","getRanges","includes","_setSuggestionData","suggestionLoaded","isAfter","marker-count","track-changes-adapter-missing-getsuggestion","markDeletion","rejected","_getSuggestionData","acceptSuggestion","isObject","getSuggestion","getMultiRangeId","_registerInlineAttribute","_isForcedDefaultExecutionBlock","getAllAdjacentSuggestions","suggestionChanged","map","writer","track-changes-adapter-already-set","getLastMatchingPosition","parent","_handleNewSuggestionMarker","PendingActions","_findSuggestions","$text","_createSuggestion","formatBlock:chain","element","containerElement","toViewElement","enqueueChange","_checkSuggestionCorrectness","options","widget","rethrowUnexpectedError","insertion:accept","sort","listenTo","discardAllSuggestions","return","format","documentSelection","getDifference","markerToData","addMarkerName","oldValue","markInsertion","never","suggestion-type","insertion:chain","isDocumentOperation","backward","trackChanges.mergeNestedSuggestions","getChanges","isLocal","subType","_getAuthorFromId","type","toJSON","_cutOutSuggestionMarker","getCommentThread","trackChanges","ENTER","then","isArray","values","define","trackChanges.trackFormatChanges","getItems","containsRangeInObject","detach","hasSuggestion","_adapter","isAtStart","formatBlock:accept","skipNestingCheck","isUndo","_editor","_enableDefaultAttributesIntegration","forward","announce"];var _c,Tc;_c=Ec,Tc=162,function(t){for(;--t;)_c.push(_c.shift())}(++Tc);const yc=function(t,e){return Ec[t-=0]},Cc=yc("0x16");class Ac extends t.Plugin{static get[yc("0x152")](){return["CommentsRepository",o.Users,t.PendingActions,ar,gr,Er,Ar,Fr,Nr,jr,Kr,ro,Ao,vo,Fo,jo,Ko,Yo,ns,xs,ds,ys,ps,Is,Ms,Bs,qs,tx,Vs,co,mo,ox,lx,hx,_x,Sx,Lx,Dx,Vx,qx,Jx,ra,ca,Xa,ma,Ca,wa,Qa,Ra,Pa,Ha]}static get[yc("0x129")](){return yc("0x15e")}constructor(t){function e(t){return t.map((t=>String[yc("0x122")](t))).join("")}super(t),this[yc("0x74")]=!1,this[yc("0xe6")](yc("0x133"),[]),this.on("change:activeMarkers",((e,n,i,r)=>{this[yc("0x10b")][yc("0x12c")]((()=>{for(const e of[...r,...i])this[yc("0x10b")].markers[yc("0x151")](e)&&t[yc("0x13d")][yc("0x53")](e)}))})),this._descriptionFactory=new ir(this[yc("0xdd")].model[yc("0x174")],this[yc("0xdd")][yc("0x11b")]),this[yc("0xcf")]=null,this._suggestionFactory=new kc(this.editor),this[yc("0xf0")]=new Map,this[yc("0x30")]=t.plugins[yc("0x5f")](yc("0x79")),this[yc("0xe1")]=new Set,this._model=this[yc("0xdd")][yc("0xf2")],this._suggestionState=new WeakMap,this[yc("0x94")]=!1,this[yc("0x7f")]=new Set([yc("0x16")]),this[yc("0x63")]=new Set,t[yc("0x52")][yc("0xc9")]("trackChanges.trackFormatChanges",yc("0x106")),this._trackFormatChanges=t[yc("0x52")][yc("0x5f")](yc("0xca")),t[yc("0x52")].define("trackChanges.mergeNestedSuggestions",!0),this[yc("0x14a")]=t[yc("0x52")][yc("0x5f")](yc("0xbb")),this.trackChangesCommand=new d(t,this[yc("0xe1")]),this[yc("0xf6")](),this[e([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=e([52,48,52,56,48,50,53,50])}init(){const t=this[yc("0xdd")],n=(t,e)=>{if(yc("0x32")!=t)return yc("0x160")+t;const n=e.split("|")[0];return this[yc("0x61")](n)?"ck-suggestion-marker-formatBlock":yc("0x15b")};t[yc("0xd8")][yc("0x105")](yc("0x101"))[yc("0x25")]({model:yc("0x162"),view:t=>{const{id:e,type:i,subType:r}=this[yc("0x10")](t[yc("0x5b")]),o=[yc("0x5c"),n(i,r)];let s=3e3;return this[yc("0x133")][yc("0x86")](t[yc("0x5b")])&&(o[yc("0x2f")](yc("0x13e")),s=3010),yc("0x12d")==i&&(s+=5),{classes:o,attributes:{"data-suggestion":e},priority:s}}}),t[yc("0xd8")][yc("0x105")](yc("0x5")).add((e=>{e.on(yc("0x1a"),((e,n,i)=>{if(!i[yc("0xa7")][yc("0x6")])return;const r=n[yc("0x11c")];if(!r)return;const o=i[yc("0x170")][yc("0xa4")](r);t[yc("0xf2")][yc("0x174")][yc("0x90")](r)&&o&&!o[yc("0x7b")](yc("0xa8"))&&o.is(yc("0xa3"))&&(0,x.toWidget)(o,i.writer)}),{priority:yc("0xe0")})})),t.conversion.for("dataDowncast")[yc("0x25")]({model:yc("0x162"),view:(t,e)=>{if(!e[yc("0xa7")].showSuggestionHighlights)return null;const{type:i,subType:r}=this[yc("0x10")](t.markerName);return{classes:[yc("0x5c"),n(i,r)],priority:3e3}}});const i=({showActiveMarkers:e=!0,isAttributeSuggestion:n=!1}={})=>(i,r,o)=>{if(!r[yc("0x11c")])return;const{id:s}=this[yc("0x10")](r.markerName);if(n){const t=this[yc("0xf0")][yc("0x5f")](s),e=this._getAttributeKey(t);if(!this[yc("0x61")](e))return}if(r[yc("0x11c")].is(yc("0x49")))return void o[yc("0xe")][yc("0xe9")](r[yc("0x11c")],i[yc("0x117")]);const x=o.mapper[yc("0xa4")](r[yc("0x11c")]);if(r[yc("0x11c")].is(yc("0xa2"))&&t[yc("0xf2")][yc("0x174")][yc("0x14c")](r[yc("0x11c")])&&!x.getCustomProperty("addHighlight")){o[yc("0x98")][yc("0x13")](["ck-suggestion-marker",yc("0x33")],x),o[yc("0x98")][yc("0x13f")](yc("0x128"),s,x),o[yc("0x170")][yc("0x144")](x,r[yc("0x5b")]),e&&(this.activeMarkers[yc("0x86")](r[yc("0x5b")])?o.writer[yc("0x13")](yc("0x13e"),x):o[yc("0x98")][yc("0x102")](yc("0x13e"),x));for(const e of t[yc("0xf2")][yc("0x165")](r[yc("0x11c")])[yc("0xcb")]())o.consumable.consume(e,i[yc("0x117")]);o[yc("0xe")][yc("0xe9")](r[yc("0x11c")],i[yc("0x117")])}};t[yc("0xd8")][yc("0x105")](yc("0x5"))[yc("0x172")]((t=>{t.on(yc("0x18"),((t,e,n)=>{n[yc("0xa7")][yc("0x6")]&&i({showActiveMarkers:!1})(t,e,n)}),{priority:yc("0x130")})})),t.conversion.for(yc("0x5")).add((t=>{t.on(yc("0x2b"),((t,e,n)=>{n[yc("0xa7")][yc("0x6")]&&i({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,n)}),{priority:"highest"})})),t[yc("0xd8")].for(yc("0x5"))[yc("0xb2")]({model:yc("0x162"),view:(t,e)=>e.options.showSuggestionHighlights?null:{group:"suggestion",name:t.substr(11)}}),t[yc("0xd8")][yc("0x105")]("upcast")[yc("0x1c")]({view:{name:yc("0x162"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n=yc("0x137")+t.getAttribute(yc("0xb7"))+":"+t.getAttribute("id");return t[yc("0x113")](yc("0x8a"))&&(n+=":"+t[yc("0x113")](yc("0x8a"))),e[yc("0x1b")](yc("0x136"),{"data-name":n})}}),t[yc("0xd8")][yc("0x105")](yc("0x11")).dataToMarker({view:yc("0x162")}),t[yc("0xd8")][yc("0x105")]("editingDowncast").add((t=>{t.on(yc("0x18"),i(),{priority:yc("0xe0")})})),t.conversion[yc("0x105")](yc("0x101"))[yc("0x172")]((t=>{t.on("addMarker:suggestion:attribute",i({isAttributeSuggestion:!0}),{priority:"high"})})),t.conversion[yc("0x105")]("editingDowncast").add((t=>{t.on(yc("0x3a"),((t,e,n)=>{const i=n[yc("0x170")][yc("0x7d")](e.markerName);if(i)for(const t of i)t[yc("0x7b")]("addHighlight")||(n[yc("0x98")].removeClass([yc("0x5c"),yc("0x33"),yc("0x13e")],t),n[yc("0x98")][yc("0xe8")](yc("0x128"),t),n[yc("0x170")][yc("0x114")](t,e.markerName))}),{priority:yc("0xe0")})})),t[yc("0xd8")][yc("0x105")](yc("0x101"))[yc("0x172")]((t=>{t.on("removeMarker:suggestion:attribute",((t,e,n)=>{const i=n[yc("0x170")].markerNameToElements(e[yc("0x5b")]);if(!i)return;const{id:r}=this[yc("0x10")](e[yc("0x5b")]),o=this[yc("0xf0")][yc("0x5f")](r),s=this[yc("0x154")](o);if(this[yc("0x61")](s))for(const t of i)t[yc("0x7b")]("addHighlight")||(n[yc("0x98")][yc("0x102")]([yc("0x5c"),"ck-suggestion-marker-formatBlock",yc("0x13e")],t),n[yc("0x98")][yc("0xe8")](yc("0x128"),t),n[yc("0x170")].unbindElementFromMarkerName(t,e[yc("0x5b")]))}),{priority:yc("0xe0")})})),t[yc("0xf2")][yc("0xe5")].registerPostFixer((e=>{let n=!1;const i=Array[yc("0x39")](t[yc("0xf2")][yc("0xe5")][yc("0x15f")].getChangedMarkers()),r=new Set;for(const{name:x,data:a}of i){const{group:i,type:c,subType:l,id:u}=this[yc("0x10")](x);if(yc("0x162")!==i)continue;const d=this[yc("0xf0")][yc("0x5f")](u);if(null!=a[yc("0x143")]){yc("0x138")==c&&(n=n||Rc(a.newRange,x,e,t.model[yc("0x174")]));const i=yc("0x32")==c&&this._isBlockAttribute(l[yc("0xed")]("|")[0]);if(a[yc("0x143")][yc("0xea")]||yc("0x34")==a[yc("0x143")][yc("0x65")][yc("0xf1")]||"formatBlock"==c&&!Nc(a.newRange)||i&&!Nc(a[yc("0x143")])||yc("0x12d")==c&&(Ic(s=a.newRange)||(o=s).start.parent==o.end[yc("0x84")]&&o[yc("0x16d")].isAtEnd))e[yc("0xf")](x),n=!0;else{if(!d||!d[yc("0x67")])continue;r[yc("0x172")](d)}}}var o,s;return r[yc("0x64")]>0&&(n=!!this[yc("0x175")](r)||n),n})),t[yc("0xf2")][yc("0xe5")].registerPostFixer((e=>{let n=!1;for(const i of t.model[yc("0xe5")][yc("0x15f")].getChanges())if(yc("0xf5")==i.type)for(const i of this[yc("0xf0")][yc("0xc8")]()){if(i[yc("0xf4")]||!i.isInContent)continue;const r=yc("0xe2")==i.type,o=this[yc("0x154")](i),s=o&&this[yc("0x61")](o);if(!r&&!s)continue;const x=i[yc("0x50")]();if(x.start.parent!=x[yc("0xfd")].parent&&!x[yc("0xfd")].isAtEnd){const r=t[yc("0xf2")].createPositionAt(x[yc("0x16d")][yc("0xa")],yc("0xfd")),o=t[yc("0xf2")][yc("0x5e")](x[yc("0x16d")],r);e[yc("0x16e")](i[yc("0x10c")](),{range:o}),n=!0}}return n})),t[yc("0xf2")].document[yc("0x132")]((t=>this[yc("0x46")](t))),t[yc("0xf2")][yc("0xe5")][yc("0x132")]((t=>!t[yc("0x28")][yc("0xbd")]&&this[yc("0xfc")](t))),t[yc("0xf2")].on(yc("0x153"),(()=>{this._recordAttributeSuggestions=!1})),t.model[yc("0xe5")].on(yc("0x179"),((n,i)=>{if(!i[yc("0xbd")]||i.isUndo)return;if(!this[yc("0x74")])return;const r=t[yc("0xf2")][yc("0xe5")].differ.getChanges();if(0==r.length)return;const o=[],s=r[yc("0x36")]((t=>yc("0x32")==t[yc("0xc0")])),x=r[yc("0x36")]((t=>yc("0xf5")==t.type&&yc("0x9f")!=t[yc("0x117")])),a=r[yc("0x36")]((t=>"remove"==t[yc("0xc0")]&&yc("0x9f")!=t[yc("0x117")]));for(const e of s)this[yc("0xfb")](e[yc("0x7e")])&&o[yc("0x2f")]({key:e[yc("0x7e")],newValue:e.attributeNewValue,oldValue:e[yc("0x15d")],range:Lc(e[yc("0x6a")],t[yc("0xf2")])});for(const e of x){const n=a[yc("0x51")]((t=>t[yc("0x75")]===e._element));if(n){const i=Mc(e[yc("0x56")][yc("0xa")],t[yc("0xf2")]);n[yc("0x117")]!==e.name&&o[yc("0x2f")]({key:yc("0x16"),newValue:e[yc("0x117")],oldValue:n.name,range:i});for(const[t,r]of n[yc("0x42")]){if(!this[yc("0xfb")](t))continue;const n=e[yc("0x42")].get(t);r!==n&&o[yc("0x2f")]({key:t,newValue:n,oldValue:r,range:i})}for(const[t,r]of e[yc("0x42")])this[yc("0xfb")](t)&&(n[yc("0x42")][yc("0x151")](t)||o.push({key:t,newValue:r,oldValue:null,range:i}))}}0!=o[yc("0x7a")]&&t[yc("0xf2")][yc("0xa5")](i,(t=>{const n=(0,e.uid)();for(const{range:t,key:e,oldValue:i,newValue:r}of o)this[yc("0x66")](t,e,i,r,{groupId:n});this[yc("0x148")](t,o)}))}),{priority:yc("0x17")}),t[yc("0xf2")][yc("0x1")].on(yc("0x13c"),((t,e,n)=>{if(null==n){const{id:t}=this._splitMarkerName(e[yc("0x117")]),n=this[yc("0xf0")][yc("0x5f")](t);n&&n[yc("0xb3")](e[yc("0x117")])}})),t[yc("0xf2")][yc("0xe5")].on(yc("0x179"),(()=>{const e=Array[yc("0x39")](t[yc("0xf2")][yc("0xe5")][yc("0x15f")].getChangedMarkers())[yc("0x36")]((t=>yc("0x162")===this[yc("0x10")](t[yc("0x117")])[yc("0xf9")]));if(0===e.length)return;e[yc("0xab")](((t,e)=>{const n=t[yc("0x1e")].oldRange,i=e[yc("0x1e")][yc("0x29")];return null===n&&null===i?0:null===n&&null!==i?-1:null!==n&&null===i?1:n.start.isBefore(i[yc("0x16d")])?-1:1}));const n=new Set,i=new Set;for(const{name:t,data:r}of e){const{id:e}=this[yc("0x10")](t);if(null===r[yc("0x29")]){const e=this[yc("0x9c")](t);i[yc("0x172")](e)}else{const t=this[yc("0xf0")].get(e);null!==r[yc("0x143")]||t.isInContent?(n[yc("0x172")](t[yc("0x145")]),i[yc("0x172")](t)):this[yc("0xe3")](t)}}i[yc("0x64")]>0&&this._refreshSuggestionsChain(i);for(const t of n)this[yc("0x11f")](yc("0x96"),t)})),t.model.on(yc("0x10d"),((e,n)=>{const i=n[0];if(!this._suggestions[yc("0x64")])return;if(!i[yc("0xb9")])return;if(i[yc("0x28")][yc("0xd3")]||!i[yc("0x28")].isLocal)return;let r,o;switch(i[yc("0xc0")]){case yc("0xf5"):r=t[yc("0xf2")][yc("0x60")](i.position),o=r[yc("0x80")](i.howMany);break;case yc("0xed"):r=t[yc("0xf2")][yc("0x60")](i.splitPosition),o=t[yc("0xf2")].createPositionAt(i.moveTargetPosition);break;case yc("0xf3"):r=t[yc("0xf2")][yc("0x60")](i[yc("0x11a")]),o=r[yc("0x80")](i[yc("0x16f")]);break;default:return}const s=t.model[yc("0x5e")](r,o);t[yc("0xf2")][yc("0x12c")]((()=>{for(const{suggestion:t,meta:e}of this[yc("0x9e")](s)){if(t[yc("0xf4")])continue;if(yc("0x138")==t[yc("0xc0")])continue;const n=this._getAttributeKey(t);if(n&&this[yc("0x61")](n)&&yc("0xed")!=i.type)continue;const x=t.data&&t.data[yc("0x73")];(yc("0xe2")!=t[yc("0xc0")]||"split"==i.type&&!x)&&(e[yc("0xcc")]||yc("0x108")==t[yc("0xc0")]&&e[yc("0x3d")]||t[yc("0x50")]()[yc("0x14d")](s)&&this[yc("0x55")](t,r,o))}}))}),{priority:"lowest"}),t.model.on(yc("0x48"),((e,n)=>{const i=n[0],r=n[1];if(r&&r.forceDefaultExecution)return;if(this[yc("0x94")])return;if(!this[yc("0x3b")].value)return;if(i[yc("0xea")])return;const o=t[yc("0xf2")][yc("0x174")],{start:s,end:x}=i[yc("0x50")](),a=s.nodeAfter&&o[yc("0x135")](s[yc("0xa")])?null:o.getNearestSelectionRange(s,yc("0xd6")),c=x[yc("0x84")]&&o[yc("0x135")](x[yc("0x84")])?null:o[yc("0x116")](x,yc("0xba")),l=t[yc("0xf2")][yc("0x5e")](a?a[yc("0x16d")]:s,c?c[yc("0xfd")]:x);t[yc("0xf2")].change((e=>{this[yc("0x8c")](l);const n=t[yc("0xf2")].schema[yc("0x116")](l[yc("0x16d")]);i.is(yc("0xb0"))?e.setSelection(n):i.setTo(n)})),e[yc("0x3c")]()}),{priority:e.priorities.normal+10}),t[yc("0xf2")].on(yc("0x166"),((e,n)=>{const i=n[n[yc("0x7a")]-1];i&&i[yc("0x59")]||this[yc("0x94")]||this[yc("0x3b")].value&&(t[yc("0xf2")][yc("0x12c")]((()=>{let i=t.model[yc("0x166")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!i)return;e[yc("0xae")]=i[yc("0x16b")]();const r=i[yc("0xfd")][yc("0x84")],o=t[yc("0xf2")][yc("0x174")];r&&o[yc("0x14c")](r)&&!o.isObject(r)&&(i=t[yc("0xf2")][yc("0x5e")](i.start,t.model[yc("0x60")](r,"end"))),this[yc("0xb5")](i)})),e[yc("0x3c")]())}),{priority:yc("0xe0")}),this.editor[yc("0x123")].add(yc("0xc4"),this[yc("0x3b")]),this.enableCommand(yc("0xc4"));const r=new p(t,this[yc("0xf0")]);t[yc("0x123")][yc("0x172")](yc("0x8f"),r),this.enableCommand(yc("0x8f"));const o=new y(t,this._suggestions);t[yc("0x123")][yc("0x172")](yc("0x10a"),o),this[yc("0x4c")](yc("0x10a")),t[yc("0x123")].add(yc("0x45"),new F(t,r,this[yc("0xf0")])),this[yc("0x4c")](yc("0x45")),t.commands[yc("0x172")](yc("0xad"),new F(t,o,this[yc("0xf0")])),this.enableCommand(yc("0xad")),t[yc("0x123")][yc("0x172")]("acceptSelectedSuggestions",new j(t,r,this._suggestions)),this.enableCommand(yc("0x0")),t[yc("0x123")][yc("0x172")]("discardSelectedSuggestions",new j(t,o,this._suggestions)),this.enableCommand("discardSelectedSuggestions");const s=t[yc("0x20")].get(yc("0x79"));this.listenTo(s,"addComment",((t,{threadId:e})=>{const n=this[yc("0xf0")][yc("0x5f")](e);n&&n[yc("0x38")]&&1===n[yc("0x38")][yc("0x7a")]&&this._updateSuggestionData(e,{hasComments:!0})}),{priority:yc("0xde")}),this[yc("0xac")](s,yc("0x13b"),((t,{threadId:e})=>{const n=this[yc("0xf0")].get(e);n&&n[yc("0x38")]&&!n[yc("0x38")][yc("0x7a")]&&this[yc("0x12e")](e,{hasComments:!1})}),{priority:yc("0xde")})}set[yc("0x168")](t){if(this[yc("0xcf")])throw new e.CKEditorError(yc("0x99"),this);this[yc("0xcf")]=t}get[yc("0x168")](){return this[yc("0xcf")]}getSuggestions({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[yc("0xf0")][yc("0xc8")]())t&&!e[yc("0x67")]||n[yc("0x2f")](e);return e?n[yc("0x97")]((t=>t[yc("0xc1")]())):n}getSuggestion(t){const n=this[yc("0xf0")].get(t);if(!n)throw new e.CKEditorError(yc("0x4b"),this);return n}[yc("0xce")](t){return this._suggestions.has(t)}[yc("0xe4")](t){const{authorId:e,id:n,attributes:i}=t,[r,o]=t[yc("0xc0")][yc("0xed")](":"),s=this[yc("0xf0")].get(n)||this[yc("0xa0")](r,o,n,e,i);if(this[yc("0x14b")](s),this[yc("0xa6")](s,r,o||null,e),s[yc("0xdb")]=t.createdAt,s._isDataLoaded=!0,i&&i[yc("0x40")]){const t=i[yc("0x40")],e=this[yc("0x13a")](t[yc("0x121")]);s[yc("0x77")]=t[yc("0xdb")],s[yc("0x178")]=e,s.isExternal=!0}else s[yc("0x77")]=t[yc("0xdb")];switch(t.data&&(s.data=t[yc("0x1e")]),t[yc("0x42")]&&(s.attributes=t[yc("0x42")]),this[yc("0xcf")]&&this[yc("0xcf")][yc("0x82")]||(s[yc("0x125")]=!0),this._suggestionState[yc("0x5f")](s)){case yc("0x158"):this[yc("0x14e")][yc("0xe6")](s,"dataReady");break;case"markerReady":s.isInContent?(this[yc("0x175")](new Set([s])),this[yc("0x54")](new Set([s])),this[yc("0x14e")][yc("0xe6")](s,yc("0x169")),this[yc("0x11f")](yc("0x88"),s)):this._suggestionState[yc("0xe6")](s,yc("0x3e"))}return s}[yc("0x8f")](t){this[yc("0x59")]((()=>{this[yc("0xdd")][yc("0xf2")].change((()=>{for(const e of t[yc("0x95")]())e[yc("0x142")]()}))}))}[yc("0x10a")](t){this.forceDefaultExecution((()=>{this[yc("0xdd")][yc("0xf2")][yc("0x12c")]((()=>{for(const e of t[yc("0x95")]())e[yc("0x176")]()}))}))}[yc("0x4c")](t,n){const i=this[yc("0xdd")].commands[yc("0x5f")](t);if(!i)throw new e.CKEditorError(yc("0x118"),this,{commandName:t});if(this._enabledCommands.has(i))throw new e.CKEditorError("track-changes-enable-command-twice",this,{commandName:t});this[yc("0xe1")][yc("0x172")](i),n&&i.on(yc("0xd9"),((t,e)=>{this.trackChangesCommand[yc("0x124")]&&(this[yc("0x94")]||(e[yc("0x7a")]>0&&e[e[yc("0x7a")]-1]&&e[e[yc("0x7a")]-1].forceDefaultExecution?e.pop():(t[yc("0xae")]=n(((...t)=>i[yc("0xd9")](...t,{forceDefaultExecution:!0})),...e),t[yc("0x3c")]())))}),{priority:yc("0xe0")})}[yc("0x59")](t){let n,i;const r=this._isForcedDefaultExecutionBlock;this[yc("0x94")]=!0;try{n=t()}catch(t){i=t}return r||(this[yc("0x94")]=!1),i&&e.CKEditorError[yc("0xa9")](i,this),n}markInsertion(t,n=null,i={}){if(t[yc("0xea")])return null;const r=this[yc("0xdd")].plugins[yc("0x5f")]("Users").me;for(const{suggestion:e,meta:r}of this[yc("0x9e")](t,"insertion"))if(r[yc("0x3d")]){if(!r[yc("0x8")]){if(r[yc("0xcc")]){if(!this[yc("0x14a")]||!Fc(e,i))continue;return e}if(Fc(e,i))return e;this[yc("0x55")](e,t[yc("0x16d")],t[yc("0xfd")]);break}if(n==e[yc("0xbe")]&&Fc(e,i)){const n=e[yc("0x50")]();return n[yc("0x16d")].isEqual(t[yc("0xfd")])?this[yc("0xef")](e,this[yc("0x10b")][yc("0x5e")](t[yc("0x16d")],n[yc("0xfd")])):this[yc("0xef")](e,this[yc("0x10b")].createRange(n[yc("0x16d")],t.end)),e}}const o=(0,e.uid)(),s=r.id,x=n?"insertion:"+n:"insertion",a=this[yc("0x87")]({id:o,type:x,createdAt:new Date,authorId:s,attributes:i});return this[yc("0xd")](x,o,s,t),a}markMultiRangeInsertion(t,n="multi",i={}){const r=this[yc("0xdd")].plugins.get(yc("0x21")).me,o=this[yc("0x10f")][yc("0x3f")](yc("0x108"),n,yc("0x43"));for(const e of this[yc("0x83")]())if(e[yc("0x178")].id==r.id&&yc("0x108")==e.type&&e[yc("0xbe")]==n&&Fc(e,i)&&(o(e[yc("0x85")](),t)||o(t,e[yc("0x85")]()))){for(const n of t)e[yc("0x2d")](n);return e}for(const{suggestion:e,meta:n}of this._findSuggestions(t,yc("0x108"))){if(!n[yc("0x3d")])continue;if(!this._mergeNestedSuggestions&&n[yc("0xcc")])continue;if(!Fc(e,i))continue;let r=!0;for(const n of e.getRanges())for(const e of t)if(!n[yc("0x14d")](e)){r=!1;break}if(r)return e}const s=(0,e.uid)(),x=r.id,a=yc("0x9")+n,c=this[yc("0x87")]({id:s,type:a,createdAt:new Date,authorId:x,attributes:i});for(const e of t)this._addSuggestionMarker(a,s,x,e,Yi[yc("0x92")]());return c}markInlineFormat(t,n,i=null,r={}){if(i=i||vc(n),t[yc("0xea")])return null;if(yc("0xb6")===this[yc("0x72")]){const e=this[yc("0x10f")][yc("0x3f")](yc("0x138"),i,yc("0x142"));return this[yc("0x59")]((()=>e([t],n,r))),null}const o=this.editor[yc("0x20")][yc("0x5f")](yc("0x21")).me,s=[];if("always"!==this[yc("0x72")])for(const{suggestion:e,meta:n}of this[yc("0x9e")](t,"insertion"))n[yc("0x3d")]&&!n[yc("0x58")]&&s[yc("0x2f")](...e[yc("0x85")]());const x=function(t,e){const n=[];for(const i of e){const e=t[yc("0x62")](i);e&&n.push(e)}return n}(t,s),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[yc("0x7a")];){const i=n[e][yc("0xb1")](t);n.splice(e,1,...i),e+=i[yc("0x7a")]}}return n}(t,s);x[yc("0x7a")]&&this._model.change((()=>{for(const t of x){const e=this[yc("0x10f")][yc("0x3f")](yc("0x138"),i,yc("0x142"));this[yc("0x59")]((()=>e([t],n,r)))}}));for(const t of a){let s=null,x=t[yc("0x16d")],a=t[yc("0xfd")];for(const{suggestion:e,meta:n}of this[yc("0x9e")](t,yc("0x138"))){if(!n[yc("0x3d")])continue;if(e.subType!=i)continue;if(!Fc(e,r))continue;const o=e[yc("0x50")]();if(o[yc("0x14d")](t,!0))return null;x=x.isBefore(o[yc("0x16d")])?x:o.start,a=a.isAfter(o.end)?a:o[yc("0xfd")],s?o.start[yc("0x76")](s[yc("0x50")]().start)?(s.removeMarkers(),s=e):e[yc("0x47")]():s=e}const c=this[yc("0x10b")][yc("0x5e")](x,a);if(s)this._setSuggestionRange(s,c);else{const t=(0,e.uid)(),s=o.id;this[yc("0x87")]({id:t,type:yc("0x2e")+i,data:n,createdAt:new Date,authorId:s,attributes:r}),this._addSuggestionMarker(yc("0x2e")+i,t,s,c)}}return null}markBlockFormat(t,n,i=[],r=null,o={}){n.formatGroupId||(n.formatGroupId=n[yc("0x111")]),n[yc("0x73")]=t.is(yc("0x6a")),r=r||vc(n);const s=i.map((t=>Mc(t,this[yc("0x10b")]))),x=t.is(yc("0x6a"))?t:Mc(t,this[yc("0x10b")]);if(yc("0xb6")===this._trackFormatChanges){const t=this[yc("0x10f")][yc("0x3f")](yc("0xe2"),r,yc("0x142"));return this[yc("0x59")]((()=>t([x],n,o))),null}s.push(x);let a=!0;for(const t of s)if(!this[yc("0x1f")](t)){a=!1;break}if(a&&yc("0x26")!==this[yc("0x72")]){const t=this[yc("0x10f")][yc("0x3f")]("formatBlock",r,"accept");return this[yc("0x59")]((()=>t([x],n,o))),null}let c=null,l=x[yc("0x16d")],u=x[yc("0xfd")];for(const{suggestion:t,meta:e}of this._findSuggestions(x,yc("0xe2"))){if(!e[yc("0x3d")])continue;if(e[yc("0x8")]||e.containsRangeInObject||e.isInsideObject)continue;if(t.data[yc("0x44")]!=n[yc("0x44")])continue;if(!Fc(t,o))continue;const i=t[yc("0x50")]();if(t.subType==r){if(i[yc("0x14d")](x,!0))return null;l=l[yc("0x76")](i.start)?l:i[yc("0x16d")],u=u[yc("0x89")](i[yc("0xfd")])?u:i.end,c?i[yc("0x16d")][yc("0x76")](c[yc("0x50")]()[yc("0x16d")])?(c[yc("0x47")](),c=t):t[yc("0x47")]():c=t}else{const e=x[yc("0x62")](i);this[yc("0xc2")](t,e)}}const d=this.editor[yc("0x20")][yc("0x5f")](yc("0x21")).me,g=(0,e.uid)(),f=d.id;if(c)return this[yc("0xef")](c,this[yc("0x10b")].createRange(l,u)),c;{const t=this[yc("0x87")]({id:g,type:yc("0x14f")+r,data:n,createdAt:new Date,authorId:f,attributes:o});return this[yc("0xd")](yc("0x14f")+r,g,f,this[yc("0x10b")][yc("0x5e")](l,u)),t}}markMultiRangeBlockFormat(t,n,i=[],r=null,o={}){n.formatGroupId||(n[yc("0x44")]=n[yc("0x111")]);const s=t[0];n[yc("0x73")]=s.is(yc("0x6a")),r=r||vc(n);const x=i[yc("0x97")]((t=>Mc(t,this[yc("0x10b")]))),a=s.is(yc("0x6a"))?t:t.map((t=>Mc(t,this[yc("0x10b")])));if("never"===this[yc("0x72")]){const t=this._suggestionFactory[yc("0x3f")]("formatBlock",r,"accept");return this[yc("0x59")]((()=>t(a,n,o))),null}x[yc("0x2f")](...a);let c=!0;for(const t of x)if(!this[yc("0x1f")](t)){c=!1;break}if(c&&yc("0x26")!==this[yc("0x72")]){const t=this._suggestionFactory[yc("0x3f")](yc("0xe2"),r,yc("0x142"));return this[yc("0x59")]((()=>t(a,n,o))),null}const l=this[yc("0xdd")][yc("0x20")][yc("0x5f")](yc("0x21")).me;for(const t of this[yc("0x83")]()){if(t.author.id!=l.id)continue;if(yc("0xe2")!=t[yc("0xc0")]||t.data[yc("0x44")]!=n[yc("0x44")])continue;if(!Fc(t,o))continue;const e=t[yc("0xbe")]==r;for(let n=0;n<a[yc("0x7a")];n++){const i=a[n];for(const r of t[yc("0x139")]()){const o=r[yc("0xeb")]();if(i[yc("0xb")](o)){e?(a[yc("0x35")](n,1),n--):t.removeMarker(r[yc("0x117")]);break}}}}if(0==a[yc("0x7a")])return null;const u=this._suggestionFactory.getSuggestionCallback(yc("0xe2"),r,yc("0x43"));for(const t of this[yc("0x83")]())if(t.author.id==l.id&&"formatBlock"==t.type&&t[yc("0x1e")][yc("0x44")]==n[yc("0x44")]&&t[yc("0xbe")]==r&&Fc(t,o)&&(u(t.getRanges(),a)||u(a,t[yc("0x85")]()))){for(const e of a)t[yc("0x2d")](e);return t}const d=(0,e.uid)(),g=l.id,f=yc("0x14f")+r,h=this[yc("0x87")]({id:d,type:f,data:n,createdAt:new Date,authorId:g,attributes:o});for(const t of a)this._addSuggestionMarker(f,d,g,t,Yi[yc("0x92")]());return h}markDeletion(t,n=null,i={}){if(t.isCollapsed)return null;const r=this[yc("0xdd")].plugins[yc("0x5f")](yc("0x21")).me,o=new s.LiveRange(t[yc("0x16d")],t[yc("0xfd")]);for(const{suggestion:t,meta:e}of this[yc("0x9e")](o,yc("0x108")))if(e[yc("0x3d")]&&!e[yc("0x8")])if(t[yc("0xf4")]){const e=t.getRanges()[yc("0x36")]((t=>yc("0x34")!=t[yc("0x65")][yc("0xf1")]));if(e[yc("0x7c")]((t=>o.containsRange(t,!0)))&&t[yc("0x176")](),e.some((t=>t[yc("0x14d")](o,!0)))){const t=this[yc("0x10f")][yc("0x3f")]("deletion",n,yc("0x142"));return this[yc("0x59")]((()=>t([o],null,i))),null}}else{const e=o[yc("0x62")](t[yc("0x50")]());null!==e&&t[yc("0x2c")]([e],null,i)}if(o[yc("0xcd")](),o[yc("0xea")]||"$graveyard"==o[yc("0x65")][yc("0xf1")])return null;let x=null,a=o.start,c=o[yc("0xfd")];const l=this[yc("0x9e")](o,yc("0x12d"));for(const{suggestion:t,meta:e}of l){const n=this[yc("0x10b")][yc("0x5e")](a,c);if(e.isOwn&&(this[yc("0x14a")]||!e[yc("0xcc")]&&!e[yc("0x58")]))if(t.isMultiRange){if(!Fc(t,i))continue;let e=!0;for(const i of t[yc("0x85")]()){if(i[yc("0x14d")](n,!0))return t;n[yc("0x14d")](i)||(e=!1)}e&&t[yc("0x176")]()}else{const e=t[yc("0x50")]();if(e[yc("0x14d")](n,!0))return t;if(!Fc(t,i)){n[yc("0x14d")](e)?t.removeMarkers():e.containsPosition(a)?a=e[yc("0xfd")]:e[yc("0x37")](c)&&(c=e[yc("0x16d")]);continue}a=a[yc("0x76")](e[yc("0x16d")])?a:e.start,c=c[yc("0x89")](e.end)?c:e[yc("0xfd")],i=Object[yc("0x115")]({},t[yc("0x42")]),x?e.start.isBefore(x[yc("0x50")]()[yc("0x16d")])?(x[yc("0x47")](),x=t):t.removeMarkers():x=t}}if(x)return this[yc("0xef")](x,this[yc("0x10b")][yc("0x5e")](a,c)),x;{const t=(0,e.uid)(),o=this[yc("0x10b")][yc("0x5e")](a,c),s=r.id,x=n?yc("0xc")+n:"deletion",l=this[yc("0x87")]({id:t,type:x,createdAt:new Date,authorId:s,attributes:i});return this[yc("0xd")](x,t,s,o),l}}[yc("0x23")](t,n="multi",i={}){const r=this[yc("0xdd")].plugins[yc("0x5f")]("Users").me,o=t[yc("0x97")]((t=>new s.LiveRange(t.start,t[yc("0xfd")]))),x=new Set;for(const{suggestion:t,meta:e}of this._findSuggestions(o,yc("0x108")))e[yc("0x3d")]&&!e[yc("0x8")]&&x[yc("0x172")](t);for(const e of x)if(e.isMultiRange){const r=e[yc("0x85")]();if((!e.attributes||!e[yc("0x42")].skipNestingCheck)&&r.every((t=>o[yc("0x16c")]((e=>e[yc("0x14d")](t,!0)))))&&e[yc("0x176")](),o[yc("0x7c")]((t=>r[yc("0x16c")]((e=>e.containsRange(t,!0)))))){const e=this._suggestionFactory[yc("0x3f")]("deletion",n,yc("0x142"));return this[yc("0x59")]((()=>e(t,null,i))),null}}else{const t=e.getFirstRange();if(o.some((e=>e[yc("0x14d")](t,!0)))&&e[yc("0x176")](),o.every((e=>t[yc("0x14d")](e,!0)))){const t=this[yc("0x10f")][yc("0x3f")](yc("0x12d"),n,yc("0x142"));return this.forceDefaultExecution((()=>t(o,null,i))),null}}const a=this[yc("0x10f")][yc("0x3f")](yc("0x12d"),n,yc("0x43"));let c=null;for(const t of this.getSuggestions())if(t.author.id==r.id&&t.isInContent&&yc("0x12d")==t[yc("0xc0")]&&t[yc("0xbe")]==n&&Fc(t,i)&&(a(t[yc("0x85")](),o)||a(o,t[yc("0x85")]())))if(c){if(t[yc("0x38")]&&t[yc("0x38")][yc("0x7a")])continue;for(const e of t[yc("0x85")]())c[yc("0x164")](e)||c[yc("0x2d")](e);t[yc("0x47")]()}else{c=t;for(const e of o)t[yc("0x164")](e)||t[yc("0x2d")](e)}if(c)return c;x[yc("0x104")]();for(const{suggestion:t,meta:e}of this[yc("0x9e")](o,yc("0x12d")))e[yc("0x3d")]&&(this._mergeNestedSuggestions||!e[yc("0xcc")]&&!e[yc("0x58")])&&Fc(t,i)&&x.add(t);for(const t of x){const e=t[yc("0x85")]();if((!i||!i[yc("0xd2")])&&o.every((t=>e[yc("0x16c")]((e=>e[yc("0x14d")](t,!0))))))return t;(!t[yc("0x42")]||!t[yc("0x42")][yc("0xd2")])&&e[yc("0x7c")]((t=>o.some((e=>e[yc("0x14d")](t,!0)))))&&t.discard()}const l=(0,e.uid)(),u=r.id,d="deletion:"+n,g=this._setSuggestionData({id:l,type:d,createdAt:new Date,authorId:u,attributes:i});for(const t of o)t[yc("0xcd")](),t[yc("0xea")]||"$graveyard"==t[yc("0x65")][yc("0xf1")]||this[yc("0xd")](d,l,u,t,Yi[yc("0x92")]());return g}[yc("0x66")](t,n,i,r,o){if(t[yc("0xea")])return[];if(yc("0xb6")===this[yc("0x72")])return[];const s=this[yc("0xdd")][yc("0x20")][yc("0x5f")]("Users").me.id,x=Array[yc("0x39")](this._suggestions.values())[yc("0x36")]((e=>yc("0x32")==e.type&&e[yc("0x1e")][yc("0x4a")]==n&&e[yc("0x164")](t)));if(yc("0x106")===this[yc("0x72")]){const e=this[yc("0x9e")](t,yc("0x108"))[yc("0x36")]((({meta:t})=>t.isOwn&&!t[yc("0x58")]&&!t[yc("0x8")])).map((({suggestion:t})=>t));x[yc("0x15a")](...e)}const a=new Map([[t,i]]);for(const t of x){const e=yc("0x32")==t[yc("0xc0")]?t.data.oldValue:void 0,o=t.getFirstRange(),s=Array[yc("0x39")](a.keys())[yc("0x51")]((t=>t[yc("0x11d")](o)));if(!s)continue;const x=s[yc("0xb1")](o);this[yc("0x61")](n)&&yc("0x108")==t[yc("0xc0")]&&0!=x[yc("0x7a")]||(a[yc("0x3")](s),x[yc("0x19")]((t=>{a[yc("0xe6")](t,i)})),yc("0x108")!=t[yc("0xc0")]&&e!=r&&a.set(s.getIntersection(o),e))}const c=[];for(const[t,i]of a){const x=(0,e.uid)(),a={key:n,oldValue:i,newValue:r};n[yc("0x7a")]>37&&console[yc("0xdf")](yc("0x171"),{key:n});const l=(yc("0x156")+(n+"|")+vc({newValue:r})).substring(0,60),u=this[yc("0x87")]({id:x,type:l,data:a,createdAt:new Date,authorId:s,attributes:o});c[yc("0x2f")](u),this[yc("0xd")](l,x,s,t)}return c}[yc("0x71")](t){this[yc("0x7f")][yc("0x172")](t)}[yc("0x93")](t){this[yc("0x63")].add(t)}[yc("0xd5")](t,e=[],n=[]){this.enableCommand(t,((t,...e)=>{this[yc("0x131")]((()=>{t(...e)}))}));for(const t of e)this[yc("0x93")](t);for(const t of n)this._registerBlockAttribute(t)}_getAttributeKey(t){return"attribute"==t.type?t[yc("0xbe")][yc("0xed")]("|")[0]:null}[yc("0xef")](t,e){const n=t.getFirstMarker();this[yc("0x10b")][yc("0x12c")]((t=>{t[yc("0x16e")](n,{range:e})}))}_addThreadToSuggestion(t){const e=t.id,n=this[yc("0xdd")][yc("0x52")][yc("0x5f")](yc("0x107"));this[yc("0x30")].hasCommentThread(e)||this[yc("0x30")].addCommentThread({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const i=this[yc("0x30")][yc("0xc3")](e);i.unbind(yc("0x15c")),i[yc("0x15c")]=!1,t.commentThread=i}[yc("0xa6")](t,n,i,r){if(t[yc("0xc0")]!=n||t[yc("0xbe")]!=i||t.creator.id!=r)throw this[yc("0xdd")][yc("0x100")]("track-changes-suggestion-data-mismatch"),new e.CKEditorError(yc("0x6c"),this)}_cutOutSuggestionMarker(t,n){const i=t[yc("0x50")]();if(n[yc("0xb")](i))t[yc("0x47")]();else if(i[yc("0x14d")](n)){const r=this[yc("0x10b")].createPositionAt(n[yc("0x16d")].nodeBefore,yc("0xfd"));this[yc("0xef")](t,this[yc("0x10b")][yc("0x5e")](i[yc("0x16d")],r));const o=(0,e.uid)(),s=t[yc("0x11e")].id,x=t[yc("0xc0")]+":"+t[yc("0xbe")];this._setSuggestionData({id:o,type:x,createdAt:new Date,authorId:s,data:t[yc("0x1e")],attributes:t[yc("0x42")]});const a=this[yc("0x10b")][yc("0x60")](n[yc("0xfd")][yc("0x9b")],yc("0x134")),c=this[yc("0x10b")][yc("0x5e")](a,i[yc("0xfd")]);this[yc("0xd")](x,o,s,c)}else if(i[yc("0x37")](n[yc("0x16d")])){const e=this[yc("0x10b")][yc("0x60")](n[yc("0x16d")][yc("0x84")],yc("0xfd"));this[yc("0xef")](t,this._model.createRange(i[yc("0x16d")],e))}else{const e=this._model.createPositionAt(n[yc("0xfd")].parent,yc("0x134"));this[yc("0xef")](t,this._model.createRange(e,i[yc("0xfd")]))}}[yc("0x1f")](t){for(const{suggestion:e,meta:n}of this._findSuggestions(t,yc("0x108"))){if(!n.isOwn)continue;const i=e[yc("0x85")]();for(const e of i)if(!t[yc("0xb1")](e)[yc("0x7a")])return!0}return!1}[yc("0xbf")](t){const n=this[yc("0xdd")][yc("0x20")][yc("0x5f")]("Users")[yc("0xee")](t);if(!n)throw new e.CKEditorError(yc("0x4"),this);return n}[yc("0x13a")](t){const e=this[yc("0xdd")][yc("0x20")][yc("0x5f")](yc("0x21")),n=(0,o.hashObject)(yc("0x141")+t);return e.getUser(n)||e[yc("0x2a")]({id:n,name:t})}[yc("0xa0")](t,e,n,i,r){const o=this[yc("0xbf")](i),s=this[yc("0x10f")].buildSuggestion(t,e,n,o,r,(t=>{this._updateSuggestionData(n,{attributes:t});const e=this[yc("0x91")](n);this[yc("0x175")](new Set([e])),this[yc("0x54")](new Set([e]))}));return this.listenTo(s,yc("0x142"),(()=>{this._updateSuggestionData(n,{state:"accepted"})}),{priority:yc("0xe0")}),this.listenTo(s,yc("0x176"),(()=>{this[yc("0x12e")](n,{state:yc("0x8d")})}),{priority:yc("0xe0")}),this._suggestions[yc("0xe6")](n,s),this._suggestionState.set(s,yc("0x158")),s}[yc("0x10")](t){const e=t[yc("0xed")](":");return{group:e[0],type:e[1],subType:e.length>=5?e[2]:null,id:e[yc("0x7a")]<5?e[2]:e[3],authorId:e[yc("0x7a")]<5?e[3]:e[4],markerCount:6==e[yc("0x7a")]?e[5]:null}}[yc("0x55")](t,n,i){const r=t[yc("0x50")](),o=r.start,s=r[yc("0xfd")];this._setSuggestionRange(t,this[yc("0x10b")][yc("0x5e")](o,n));const x=(0,e.uid)(),a=t[yc("0x11e")].id,c=t[yc("0xc0")]+(t.subType?":"+t.subType:"");this[yc("0x87")]({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t.attributes,data:t[yc("0x1e")]});const l=this[yc("0x154")](t);("formatBlock"==t[yc("0xc0")]||l&&this[yc("0x61")](l))&&(i=this[yc("0x10b")][yc("0x14")](i.parent)),this[yc("0xd")](c,x,a,this[yc("0x10b")][yc("0x5e")](i,s))}[yc("0x9e")](t,e=null){const n=[],i=this[yc("0xdd")].plugins[yc("0x5f")](yc("0x21")).me;Array[yc("0xc7")](t)||(t=[t]);for(const r of this[yc("0x83")]()){if(!r.isInContent)continue;if(e&&r[yc("0xc0")]!=e)continue;let o=!1;for(const e of r[yc("0x85")]()){for(const s of t){const t=s[yc("0x16d")].isEqual(e[yc("0xfd")])||s.end[yc("0xb")](e[yc("0x16d")]);if(t||s[yc("0x62")](e)){const x=s[yc("0x14d")](e)&&Sc(this[yc("0x10b")][yc("0x174")],e.start,s),a=e[yc("0x14d")](s)&&Sc(this._model.schema,s[yc("0x16d")],e);n.push({suggestion:r,meta:{isOwn:i==r[yc("0x178")],isNextTo:t,isInsideObject:x,containsRangeInObject:a}}),o=!0;break}}if(o)break}}return n}[yc("0xd")](t,e,n,i,r){this[yc("0x10b")][yc("0x12c")]((o=>{let s="suggestion:"+t+":"+e+":"+n;r&&(s=s+":"+r),o.addMarker(s,{range:i,usingOperation:!0,affectsData:!0})}))}_removeSuggestion(t){const e=t.previous,n=t[yc("0x173")];t[yc("0x4d")]=null,t.next=null,null!=e&&e[yc("0x173")]==t&&(e[yc("0x173")]=n),null!=n&&n[yc("0x4d")]==t&&(n.previous=e),"ready"==this[yc("0x14e")][yc("0x5f")](t)&&(this[yc("0x14e")].set(t,yc("0x3e")),this[yc("0x11f")](yc("0x2"),t,e,n))}_setSuggestionData(t){const n=t.id,i=this[yc("0xe4")](t);if(this[yc("0xcf")]&&this._adapter.addSuggestion){const r=this.editor[yc("0x20")][yc("0x5f")]("PendingActions"),o=i[yc("0x112")],s=i[yc("0xbe")]?i[yc("0xc0")]+":"+i[yc("0xbe")]:i[yc("0xc0")],x=this[yc("0xdd")][yc("0x11b")],a=r[yc("0x172")](Ji(x,yc("0x149"))),c={id:n,type:s,hasComments:o,data:t[yc("0x1e")]||null,originalSuggestionId:t[yc("0xf8")]||null,attributes:i[yc("0x42")]};this[yc("0xcf")][yc("0x82")](c)[yc("0xc6")]((t=>{i._saved=!0,r.remove(a),t&&t[yc("0xdb")]&&(this[yc("0xf0")].get(n)[yc("0xdb")]=t[yc("0xdb")])}))[yc("0x81")]((t=>{throw(0,e.logWarning)(yc("0xff")),this.editor[yc("0xf2")].enqueueChange({isUndoable:!1},(()=>{i.discard()})),i[yc("0x103")](),this[yc("0xf0")][yc("0x3")](i.id),this[yc("0x14e")].delete(i),t}))}return i}[yc("0x61")](t){return this._blockAttributeKeys[yc("0x151")](t)}[yc("0x12e")](t,e){const n=this[yc("0xdd")][yc("0x20")][yc("0x5f")](yc("0x9d")),i=this[yc("0x91")](t);if(this._adapter&&this[yc("0xcf")][yc("0x24")])if(i[yc("0x125")]){const i=n[yc("0x172")](Ji(this[yc("0xdd")][yc("0x11b")],yc("0x149")));this[yc("0xcf")][yc("0x24")](t,e)[yc("0xc6")]((()=>{n[yc("0x78")](i)}))}else i.on("change:_saved",(()=>{this[yc("0x12e")](t,e)}))}[yc("0x8e")](t){if(!this[yc("0xcf")]||!this[yc("0xcf")][yc("0x91")])throw new e.CKEditorError(yc("0x8b"),this);return this[yc("0xcf")][yc("0x91")](t)}_handleNewSuggestionMarker(t){const{id:e,type:n,subType:i,authorId:r}=this._splitMarkerName(t),o=this._suggestions[yc("0x5f")](e)||this[yc("0xa0")](n,i,e,r,{});switch(this[yc("0xa6")](o,n,i,r),this[yc("0x14e")][yc("0x5f")](o)){case yc("0x158"):this._getSuggestionData(e).then((t=>{let n=Promise[yc("0x127")]();t[yc("0x112")]&&(n=this[yc("0x30")][yc("0x120")]({channelId:this[yc("0xdd")][yc("0x52")][yc("0x5f")](yc("0x107")),threadId:e})),n[yc("0xc6")]((()=>{this[yc("0xe4")](t)[yc("0x125")]=!0}))})),this._suggestionState[yc("0xe6")](o,yc("0x155"));break;case yc("0x3e"):this._updateSuggestionData(e,{state:yc("0x167")});case"dataReady":this[yc("0x14e")][yc("0xe6")](o,yc("0x169")),this[yc("0x11f")]("suggestionLoaded",o);break;case yc("0x169"):this[yc("0x11f")](yc("0x96"),o)}return o[yc("0xb3")](t),o}_refreshSuggestionsChain(t){const e=Array[yc("0x39")](t),n=e[yc("0x36")]((t=>"attribute"==t.type));this[yc("0xf7")](n);const i=e[yc("0x36")]((t=>!t[yc("0xf4")]&&yc("0x32")!=t[yc("0xc0")])),r=this[yc("0x83")]({skipNotAttached:!0})[yc("0x36")]((t=>!t[yc("0xf4")]&&"attribute"!=t[yc("0xc0")])),o=r[yc("0x36")]((e=>!t.has(e))),s=new Map(r.map((t=>[t,this[yc("0x10f")].getSuggestionCallback(t[yc("0xc0")],t[yc("0xbe")],"chain")]))),x=new Map(r[yc("0x97")]((t=>[t,t[yc("0x50")]()]))),a=new Set,c=new Set;for(let t=0;t<i[yc("0x7a")];t++)u(i[t],i,t+1);for(let t=0;t<i[yc("0x7a")];t++)u(i[t],o,0);const l=new Set;for(let t=0;t<i[yc("0x7a")];t++){const e=i[t];!c[yc("0x151")](e)&&e[yc("0x4d")]&&(l[yc("0x172")](e.previous),e[yc("0x4d")][yc("0x173")]===e&&(e[yc("0x4d")][yc("0x173")]=null),e.previous=null),!a.has(e)&&e[yc("0x173")]&&(l[yc("0x172")](e[yc("0x173")]),e[yc("0x173")][yc("0x4d")]===e&&(e[yc("0x173")][yc("0x4d")]=null),e[yc("0x173")]=null)}function u(t,e,n){for(let i=n;i<e[yc("0x7a")];i++){const n=d(t,e[i]);n&&(n[0].next=n[1],n[1][yc("0x4d")]=n[0],a[yc("0x172")](n[0]),c[yc("0x172")](n[1]))}}function d(t,e){if(t[yc("0x178")].id!==e[yc("0x178")].id)return null;const n=s.get(t)(t,e,x[yc("0x5f")](t),x[yc("0x5f")](e));return n&&s[yc("0x5f")](e)(t,e,x[yc("0x5f")](t),x.get(e))?n[1].commentThread&&n[1].commentThread[yc("0x7a")]?null:n:null}l.size&&this[yc("0x54")](l)}_refreshAttributeSuggestionsChain(t){if(0==t[yc("0x7a")])return;const e=this[yc("0x83")]({skipNotAttached:!0}).filter((t=>yc("0x32")==t.type&&t._isDataLoaded)),n=[],i=new Map;for(const t of e){const e=(0,o.hashObject)(t[yc("0x42")]);i.has(e)||(i[yc("0xe6")](e,n.length),n[yc("0x2f")]([]));const r=i[yc("0x5f")](e);n[r][yc("0x2f")](t)}!function(){n[yc("0xab")](((t,e)=>{const n=t[0].createdAt,i=e[0][yc("0xdb")];return n==i?t[0][yc("0x42")].groupId<e[0].attributes.groupId?-1:1:n<i?-1:1}));for(const t of n)t[yc("0xab")](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<n.length;t++){if(0==n[t].length)continue;const e=[];for(let i=t+1;i<n[yc("0x7a")];i++)0!=n[i][yc("0x7a")]&&r(n[t],n[i])&&e.push(i);for(const i of e)n[t]=n[t][yc("0x16a")](n[i]),n[i]=[]}for(const t of n)for(let e=0;e<t[yc("0x7a")];e++)t[e][yc("0x173")]=t[e+1]||null;for(const t of n)for(let e=0;e<t[yc("0x7a")];e++)t[e][yc("0x4d")]=t[e-1]||null;function r(t,e){if(t[0][yc("0x42")][yc("0x15")]!==e[0][yc("0x42")][yc("0x15")]&&t[0][yc("0x178")]!==e[0][yc("0x178")])return!1;if(n=t[0],i=e[0],(n[yc("0x112")]||i[yc("0x112")])&&(n[yc("0x112")]&&i[yc("0x112")]||!(n[yc("0x112")]&&i[yc("0xdb")]<n[yc("0x38")].comments[yc("0x5f")](0)[yc("0xdb")]||i[yc("0x112")]&&n[yc("0xdb")]<i[yc("0x38")].comments[yc("0x5f")](0).createdAt)))return!1;var n,i;const r=bc(t[0].attributes,yc("0x15")),o=bc(e[0][yc("0x42")],yc("0x15"));return!!ji(r,o)&&(!!t.every((t=>e.some((e=>t[yc("0x50")]()[yc("0xb")](e[yc("0x50")]())))))&&e[yc("0x7c")]((e=>t[yc("0x16c")]((t=>e[yc("0x50")]()[yc("0xb")](t[yc("0x50")]()))))))}}_joinWithAdjacentSuggestions(t){const e=Array[yc("0x39")](t),n=this.getSuggestions({skipNotAttached:!0}),i=n[yc("0x36")]((e=>!t[yc("0x151")](e))),r=new Map(e[yc("0x97")]((t=>[t,this[yc("0x10f")][yc("0x3f")](t[yc("0xc0")],t[yc("0xbe")],yc("0x43"))]))),o=new Map(n[yc("0x97")]((t=>[t,t.getRanges()])));for(let t=0;t<e.length;t++)if(s(this,e[t],e,t+1))return!0;for(let t=0;t<e[yc("0x7a")];t++)if(s(this,e[t],i,0))return!0;return!1;function s(t,e,n,i){for(let s=i;s<n[yc("0x7a")];s++){const i=n[s];if(i[yc("0xc0")]!==e[yc("0xc0")]||i[yc("0x178")].id!==e.author.id||i[yc("0xbe")]!==e.subType)continue;if(!Oc(e,i,[yc("0x15")]))continue;if("attribute"==e[yc("0xc0")]&&e[yc("0x1e")][yc("0xb4")]!=i[yc("0x1e")][yc("0xb4")])continue;if(yc("0x32")==e.type&&t[yc("0x61")](e[yc("0x1e")].key))continue;if(yc("0xe2")==e[yc("0xc0")]){const n=t[yc("0xdd")][yc("0xf2")],i=e[yc("0x6e")]();if(i&&(n[yc("0x174")].isObject(i)||n[yc("0x174")].isLimit(i)))continue}const x=r[yc("0x5f")](e),a=o.get(e),c=o[yc("0x5f")](i),l=e[yc("0x38")]&&e[yc("0x38")][yc("0x7a")],u=i[yc("0x38")]&&i[yc("0x38")][yc("0x7a")];if(!l&&x(c,a))return t[yc("0x6d")](i,e),o.delete(e),!0;if(!u&&x(a,c))return t[yc("0x6d")](e,i),o[yc("0x3")](i),!0}return!1}}[yc("0x6d")](t,e){if(t.isMultiRange)for(const n of e[yc("0x85")]())t[yc("0x2d")](n);else{const n=e[yc("0x50")]()[yc("0xfd")];this[yc("0xef")](t,this[yc("0x10b")][yc("0x5e")](t[yc("0x50")]()[yc("0x16d")],n))}e.removeMarkers()}[yc("0x57")](t,e){const n=t[yc("0x69")](yc("0xaf"))||t[yc("0x69")](yc("0x32"))?"FORMATTING":t.toUpperCase();return Ji(this.editor.locale,e+"_"+n+"_SUGGESTION_ANNOUNCEMENT")}[yc("0xf6")](){const t=this.editor;(0,o.surroundingMarkersDetector)(this._model,(({left:e,entered:n})=>{const i=[];for(const t of e){const{group:e,type:n}=this[yc("0x10")](t[yc("0x117")]);if(yc("0x162")===e){i.push(this[yc("0x57")](n,"LEAVE"));break}}for(const t of n){const{group:e,type:n}=this._splitMarkerName(t[yc("0x117")]);if(yc("0x162")===e){i.push(this[yc("0x57")](n,yc("0xc5")));break}}i[yc("0x7a")]&&t.ui[yc("0x109")][yc("0xd7")](yc("0xc4"),i[yc("0x43")](" "))}))}[yc("0x46")](t){if(this[yc("0x74")])return!1;const e=this.editor,n=e[yc("0xf2")][yc("0xe5")][yc("0x15f")][yc("0xbc")]();if(0==n[yc("0x7a")])return!1;const i=[],r=n.filter((t=>yc("0x32")==t[yc("0xc0")])),o=n[yc("0x36")]((t=>yc("0xf5")==t[yc("0xc0")]&&yc("0x9f")!=t[yc("0x117")])),s=n[yc("0x36")]((t=>yc("0x78")==t[yc("0xc0")]&&yc("0x9f")!=t[yc("0x117")]));for(const t of r)i.push({key:t[yc("0x7e")],newValue:t[yc("0x41")],oldValue:t.attributeOldValue,range:Lc(t.range,e.model)});for(const t of o){const n=s[yc("0x51")]((e=>e[yc("0x56")][yc("0xb")](t[yc("0x56")])));n&&i[yc("0x2f")]({key:yc("0x16"),newValue:t[yc("0x117")],oldValue:n.name,range:e[yc("0xf2")][yc("0x146")](t[yc("0x56")][yc("0xa")])})}return 0!=i[yc("0x7a")]&&this[yc("0x148")](t,i)}_processAttributeSuggestions(t){let e=!1;const n=this.editor.model.document.differ.getChangedMarkers()[yc("0x36")]((t=>t[yc("0x1e")][yc("0x143")]&&t[yc("0x117")][yc("0x69")](yc("0x27"))));for(const i of n){const{subType:n,id:r}=this[yc("0x10")](i.name),o=n.split("|")[0];for(const n of this[yc("0x83")]({skipNotAttached:!0}))n.id!=r&&"attribute"==n[yc("0xc0")]&&n[yc("0x1e")]&&n[yc("0x1e")][yc("0x4a")]==o&&n.getFirstRange()[yc("0x11d")](i[yc("0x1e")][yc("0x143")])&&(this._reduceSuggestionAttributeRange(n,i.data[yc("0x143")],t),e=!0)}return e}[yc("0x131")](t){this[yc("0xdd")],this._recordAttributeSuggestions=!0,t()}_isRegisteredAttribute(t){const e=this[yc("0x61")](t),n=this._inlineAttributeKeys[yc("0x151")](t);return e||n}[yc("0x148")](t,e){if(0==e[yc("0x7a")])return!1;let n=!1;for(const i of e){const e=this[yc("0x9e")](i[yc("0x6a")],yc("0x32"))[yc("0x36")]((t=>!t.meta.isNextTo))[yc("0x97")]((t=>t[yc("0x162")])),r=(0,o.hashObject)({newValue:i.newValue});e[yc("0x36")]((t=>{const[e,n]=t[yc("0xbe")].split("|");return e==i[yc("0x4a")]&&n!=r}))[yc("0x19")]((e=>{this[yc("0x126")](e,i.range,t),n=!0}))}return n}[yc("0x126")](t,e,n){const i=t.getFirstRange()[yc("0xb1")](e);0!==i[yc("0x7a")]?1!==i[yc("0x7a")]?this._breakSuggestionMarker(t,e[yc("0x16d")],e[yc("0xfd")]):this._setSuggestionRange(t,i[0]):n[yc("0xf")](t[yc("0x10c")]())}}class kc{constructor(t){this[yc("0xd4")]=t,this[yc("0x10b")]=t[yc("0xf2")],this[yc("0x5d")]=new Map,this[yc("0x10e")]=new Map,this._registerDefaultCallbacks()}[yc("0x31")](t,e,n,i,r,o){return new Yi(this[yc("0x10b")],{type:t,subType:e,id:n,author:i,creator:i,attributes:r,onAttributesChange:o,onAccept:(...n)=>this.getSuggestionCallback(t,e,yc("0x142"))(...n),onDiscard:(...n)=>this[yc("0x3f")](t,e,"discard")(...n)})}[yc("0x159")](t,e,n,i){const r=t+":"+e+":"+n;this._customCallbacks[yc("0xe6")](r,i)}[yc("0x3f")](t,e,n){const i=t+":"+e+":"+n;return this._customCallbacks.get(i)||this[yc("0x10e")].get(t+":"+n)}[yc("0x12")](){const t=()=>!1,e=t=>{t[yc("0xab")](((t,e)=>t.start[yc("0x76")](e[yc("0x16d")])?1:-1)),this[yc("0x10b")].change((e=>{for(const n of t){let t;t=n[yc("0xfd")][yc("0x163")]&&n[yc("0xfd")][yc("0x9b")]==n[yc("0x16d")][yc("0xa")]?e[yc("0x70")](n[yc("0x16d")][yc("0xa")],"on"):e[yc("0x70")](n),this[yc("0x10b")].deleteContent(t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{e&&this[yc("0x10b")][yc("0x12c")]((n=>{const{commandName:i,commandParams:r=[]}=e,o=t[yc("0x97")]((t=>(Ic(t)&&(t=this[yc("0x10b")][yc("0x5e")](t[yc("0xfd")])),t)))[yc("0x36")]((t=>yc("0x34")!==t.root[yc("0xf1")]));if(o.length<1)return;const x=Array[yc("0x39")](this[yc("0x10b")][yc("0xe5")][yc("0x49")][yc("0x85")]())[yc("0x97")]((t=>s.LiveRange[yc("0x161")](t)));n.setSelection(o);for(const t of this._editor[yc("0x123")][yc("0x123")]())t[yc("0xdc")]();r[yc("0x2f")]({forceDefaultExecution:!0}),this[yc("0xd4")][yc("0xd9")](i,...r);const a=x[yc("0x36")]((t=>yc("0x34")!=t.root.rootName));a[yc("0x7a")]>0&&n[yc("0xe7")](a);for(const t of x)t.detach()}))},i=(t,e)=>1==t[yc("0x7a")]&&1==e.length&&t[0][yc("0xfd")][yc("0xb")](e[0][yc("0x16d")]),r=(t,e,n,i)=>wc(t,e,n,i,this._model)?[t,e]:wc(e,t,i,n,this[yc("0x10b")])?[e,t]:null;this[yc("0x10e")][yc("0xe6")](yc("0xaa"),t),this[yc("0x10e")][yc("0xe6")](yc("0x119"),e),this[yc("0x10e")][yc("0xe6")]("insertion:join",i),this._defaultCallbacks.set(yc("0xb8"),r),this[yc("0x10e")][yc("0xe6")](yc("0x68"),e),this._defaultCallbacks[yc("0xe6")]("deletion:discard",t),this._defaultCallbacks[yc("0xe6")](yc("0x5a"),i),this[yc("0x10e")][yc("0xe6")](yc("0x6b"),r),this._defaultCallbacks[yc("0xe6")](yc("0x157"),n),this[yc("0x10e")][yc("0xe6")](yc("0xfa"),t),this._defaultCallbacks[yc("0xe6")](yc("0x6f"),i),this[yc("0x10e")][yc("0xe6")](yc("0x7"),t),this._defaultCallbacks[yc("0xe6")](yc("0xd1"),n),this._defaultCallbacks[yc("0xe6")](yc("0x12f"),t),this[yc("0x10e")][yc("0xe6")](yc("0x4f"),i),this[yc("0x10e")][yc("0xe6")](yc("0xa1"),t),this[yc("0x10e")].set("attribute:accept",t),this[yc("0x10e")].set(yc("0x12b"),((t,e)=>{if(!e)return;const n=this[yc("0xd4")][yc("0x20")][yc("0x5f")](Ac);this[yc("0x10b")][yc("0x12c")]((i=>{if("$elementName"==e[yc("0x4a")])for(const n of t){const t=n[yc("0x16d")].nodeAfter,r=e[yc("0xb4")];i[yc("0x140")](t,r)}else if(n[yc("0x61")](e.key))for(const n of t)void 0!==e[yc("0xb4")]?i[yc("0x13f")](e[yc("0x4a")],e.oldValue,n[yc("0x16d")][yc("0xa")]):i[yc("0xe8")](e[yc("0x4a")],n.start[yc("0xa")]);else for(const n of t)e[yc("0xb4")]?i[yc("0x13f")](e[yc("0x4a")],e[yc("0xb4")],n):i[yc("0xe8")](e[yc("0x4a")],n)}))})),this[yc("0x10e")].set("attribute:join",i)}}function Sc(t,e,n){for(const i of e[yc("0x9b")][yc("0x4e")]({includeSelf:!0,parentFirst:!0})){if(i[yc("0x65")]==i)return!1;if(!n[yc("0x110")](i))return!1;if(t.isObject(i)||t[yc("0x135")](i))return!0}return!1}function Ic(t){return t.end[yc("0x9b")]==t.start[yc("0xa")]&&t[yc("0xfd")][yc("0xd0")]}function Rc(t,e,n,i){const r=t=>!t[yc("0x11c")].is(yc("0xec"))&&!i[yc("0x90")](t.item),o=t[yc("0x16d")][yc("0x9a")](r),s=t[yc("0xfd")][yc("0x9a")](r,{direction:"backward"});return!(t[yc("0x16d")].isEqual(o)&&t[yc("0xfd")].isEqual(s)||(o[yc("0x76")](s)?n[yc("0x16e")](e,{range:n.createRange(o,s)}):n[yc("0xf")](e),0))}function vc(t){return(0,o.hashObject)(t)}function Nc(t){const e=t[yc("0x16d")][yc("0xa")];return e&&e.is(yc("0xa2"))}function Lc(t,e){return null==t.end[yc("0x84")]&&t[yc("0xfd")][yc("0x9b")]==t[yc("0x16d")][yc("0xa")]?Mc(t.start[yc("0xa")],e):t}function Mc(t,e){const n=e.schema[yc("0x90")](t)||e.schema[yc("0xda")](t);return e[yc("0x5e")](e[yc("0x60")](t,yc("0x12a")),n?e.createPositionAfter(t):e[yc("0x60")](t,"end"))}function wc(t,e,n,i,r){if(!Oc(t,e))return!1;if(n.end[yc("0xb")](i[yc("0x16d")]))return!0;if(t[yc("0xc0")]!=e.type)return!1;if(!n[yc("0xfd")][yc("0x150")](i.start))return!1;const o=r[yc("0x5e")](n[yc("0xfd")],i[yc("0x16d")])[yc("0x147")]();for(const t of o)if(["elementStart",yc("0x22")].includes(t[yc("0xc0")])&&r[yc("0x174")].isLimit(t[yc("0x11c")]))return!1;return!0}function Oc(t,e,n=[]){return!(!t._isDataLoaded||!e[yc("0x177")])&&ji(bc(t.attributes,n),bc(e[yc("0x42")],n))}function Fc(t,e){const n=Dc(t.attributes),i=Dc(e);if(!t[yc("0x177")])return!1;for(const t of Object[yc("0x1d")](i))if(!ji(n[t],i[t]))return!1;return!0}function Dc(t){const e=Object[yc("0x115")]({},t);return delete e[yc("0xd2")],delete e[yc("0xfe")],e}const Bc=["destroy","isEnabled","_removePendingAction","add","commands","model","commentThreadController","isDirty","unbind","_setPendingAction","get","acceptSuggestion","view","_editor","discardSuggestion","canDiscard","_acceptCommand","_pendingAction","PENDING_ACTION_SUGGESTION","listenTo","locale","bind","PendingActions","plugins","change:isDirty","canEditAt","execute","_discardCommand","canAccept","getRanges"];var Pc,Uc;Pc=Bc,Uc=142,function(t){for(;--t;)Pc.push(Pc.shift())}(++Uc);const jc=function(t,e){return Bc[t-=0]};class Gc extends((0,e.ObservableMixin)()){constructor(t,e,n,i){super(),this[jc("0xd")]=e,this[jc("0x14")]=n,this[jc("0xe")]=i,this[jc("0x15")]=t,this._acceptCommand=t[jc("0xc")].get("acceptSuggestion"),this._discardCommand=t[jc("0xc")][jc("0x12")](jc("0x16")),this.view[jc("0x1d")]("isEnabled").to(this._acceptCommand,this[jc("0x5")],((t,e)=>t||e)),this[jc("0x14")][jc("0x1d")]("canAccept").to(this[jc("0x18")],jc("0x9"),(t=>t&&this[jc("0x15")][jc("0xd")][jc("0x3")](e[jc("0x7")]()))),this[jc("0x14")].bind("canDiscard").to(this[jc("0x5")],jc("0x9"),(t=>t&&this._editor[jc("0xd")].canEditAt(e[jc("0x7")]()))),this[jc("0x19")]=null,n[jc("0xf")]&&this[jc("0x11")](),this[jc("0x1b")](n,jc("0x13"),(()=>this[jc("0x13")]())),this[jc("0x1b")](n,jc("0x16"),(()=>this[jc("0x16")]())),this[jc("0x1b")](n,jc("0x2"),(()=>{n[jc("0xf")]?this[jc("0x11")]():this[jc("0xa")]()}))}acceptSuggestion(){this._acceptCommand[jc("0x4")](this[jc("0xd")].id)}[jc("0x16")](){this[jc("0x5")].execute(this[jc("0xd")].id)}[jc("0x8")](){this[jc("0x14")][jc("0x10")](jc("0x9")),this[jc("0x14")].unbind(jc("0x6")),this.view[jc("0x10")](jc("0x17")),this.stopListening(),this[jc("0xe")].destroy(),this[jc("0x19")]&&this[jc("0xa")]()}[jc("0x11")](){const t=Ji(this[jc("0x15")][jc("0x1c")],jc("0x1a"));this[jc("0x19")]=this._editor[jc("0x1")].get("PendingActions")[jc("0xb")](t)}[jc("0xa")](){null!==this[jc("0x19")]&&this[jc("0x15")][jc("0x1")][jc("0x12")](jc("0x0")).remove(this._pendingAction),this[jc("0x19")]=null}}const Vc=["fire","commentsListView","editor","_model","locale","updateComment","authoredAt","destroy","removeComment","_createCommentViews","commentThread","editorConfig","isReadOnly","_config","_createCommentThreadInputView","focus","submit","element","canDiscard","delegate","canAccept","cancel","length","isActive","addComment","commentThreadInputView","bind","descriptionParts","_localUser","set","hasDirtyComment","setData","isDirty","isEnabled","showInput","value","assign","commentInputView"];var Hc,zc;Hc=Vc,zc=215,function(t){for(;--t;)Hc.push(Hc.shift())}(++zc);const Wc=function(t,e){return Vc[t-=0]};class Kc extends r.View{constructor(t,e,n,i){super(t),this[Wc("0xe")]=null,this.commentThreadInputView=null,this[Wc("0x4")]("isActive",!1),this[Wc("0x4")]("authoredAt",e.authoredAt),this[Wc("0x1")](Wc("0x13")).to(e),this.set(Wc("0x2"),[]),this[Wc("0x4")](Wc("0x7"),!1),this[Wc("0x4")](Wc("0x8"),!1),this[Wc("0x4")](Wc("0x21"),!1),this[Wc("0x4")](Wc("0x1f"),!1),this[Wc("0x10")]=e,this[Wc("0x3")]=n,this[Wc("0x1a")]=i,i.disableComments?this[Wc("0x4")](Wc("0x23"),1):this[Wc("0x16")]()}[Wc("0x1c")](){this[Wc("0x1e")][Wc("0x1c")]()}[Wc("0x14")](){this.commentsListView&&this.commentsListView[Wc("0x14")](),this[Wc("0x0")]&&this[Wc("0x0")].destroy(),super[Wc("0x14")]()}[Wc("0x16")](){const{CommentsListView:t}=this[Wc("0x1a")];this.commentsListView=new t(this[Wc("0x11")],this._model[Wc("0x17")],Object[Wc("0xb")]({CommentView:this[Wc("0x1a")].CommentView},this._config)),this[Wc("0xe")][Wc("0x20")](Wc("0x15")).to(this),this[Wc("0xe")][Wc("0x20")](Wc("0x12")).to(this),this[Wc("0xe")][Wc("0x1")](Wc("0x24")).to(this),this.set(Wc("0x23"),this[Wc("0xe")].length+1),this[Wc("0x1")](Wc("0x23")).to(this[Wc("0xe")],Wc("0x23"),(t=>t+1)),this[Wc("0x0")]=this[Wc("0x1b")](),this.on(Wc("0x15"),(()=>this[Wc("0x1c")]())),this[Wc("0x1")](Wc("0x7")).to(this[Wc("0xe")],Wc("0x5"),this[Wc("0x0")][Wc("0xc")],Wc("0xa"),((t,e)=>t||!!e))}[Wc("0x1b")](){const{CommentThreadInputView:t}=this[Wc("0x1a")],e=new t(this[Wc("0x11")],this[Wc("0x3")],this[Wc("0x1a")][Wc("0x18")]),n=e[Wc("0xc")];return e[Wc("0x1")](Wc("0x9")).to(this,Wc("0x24"),this[Wc("0x10")][Wc("0x17")],Wc("0x19"),n,Wc("0xa"),((t,e,n)=>!!n||t&&!e)),n.on(Wc("0x1d"),((t,e)=>{this[Wc("0xd")](Wc("0x25"),e),n[Wc("0xf")][Wc("0x6")]("")})),n.on(Wc("0x22"),(()=>this[Wc("0x1c")]())),n.bind("disabledSubmit").to(this[Wc("0x10")][Wc("0x17")],Wc("0x19")),e}}const qc=["querySelector","children","ck-annotation__user","@external","editorReady","delegate","editorDestroyed","render","ck-annotation__info","_createButton","_config","ck-suggestion--discard","bind","ck-annotation__info-name","isExternal","extendTemplate",'<span class="ck-suggestion-type">',"type","div","innerHTML","ck-comment__external","canAccept","getTemplate","ck-suggestion-",'"></span>',"ck-annotation","EXTERNAL_IMPORT_WORD_SUGGESTION","isEnabled","author","creator","source","Discard suggestion","attributes","userView","name","ck-suggestion--accept","getExternalSuggestionNote","cancel","discardSuggestion","commentThread","split","set","ck-suggestion-wrapper--active","ck-suggestion__actions","locale","_model","discardButton","commentThreadInputView","</p>","ck-annotation__actions","value","ck-suggestion__user","time","disableComments","ck-suggestion-wrapper","change:description","map","descriptionParts","</span>","setTemplate","color","EXTERNAL_AVATAR","span","push","acceptButton","isActive","getUserViewNotificationText","commentsListView","check","ck-suggestion--disabled-comments","ck-suggestion__main","canDiscard","title","EXTERNAL_SUGGESTION","importWord","ck-annotation__content-wrapper","createElement",'" title="',"Accept suggestion","ck-suggestion__info-name","_descriptionElement","description"];var Xc,$c;Xc=qc,$c=246,function(t){for(;--t;)Xc.push(Xc.shift())}(++$c);const Zc=function(t,e){return qc[t-=0]};class Yc extends Kc{constructor(e,n,i,r){super(e,n,i,r),this[Zc("0x29")]("type",""),this[Zc("0xc")](Zc("0x11")).to(this,Zc("0x39"),(t=>t&&t[0]?t[0][Zc("0x11")]:"")),this[Zc("0xc")](Zc("0x51")).to(this,"descriptionParts",this,Zc("0x41"),((t,e)=>{let n="";for(const e of t)n+="<p>"+Jc(e.content,e[Zc("0x3c")])+Zc("0x30");return e?n:(0,o.trimHtml)(n,{limit:140})})),this[Zc("0x50")]=null,this.acceptButton=this[Zc("0x9")](Ji(e,Zc("0x4e")),t.icons[Zc("0x44")],Zc("0x23"),"acceptSuggestion","sw"),this.acceptButton[Zc("0xc")](Zc("0x1b")).to(this,Zc("0x15")),this[Zc("0x2e")]=this[Zc("0x9")](Ji(e,Zc("0x1f")),t.icons[Zc("0x25")],Zc("0xb"),Zc("0x26"),"sw"),this.discardButton[Zc("0xc")]("isEnabled").to(this,Zc("0x47")),this[Zc("0x21")]=new o.UserView(e,this[Zc("0x2d")][Zc("0x1c")],this.getUserViewNotificationText()),this.userView[Zc("0xf")]({attributes:{class:[Zc("0x33"),Zc("0x2")]}}),this[Zc("0x3b")](this.getTemplate())}[Zc("0x16")](){const t=this.bindTemplate,e=[{tag:Zc("0x12"),attributes:{class:["ck-suggestion__info",Zc("0x8")]},children:[{tag:"span",children:[{text:this[Zc("0x21")][Zc("0x22")]}],attributes:{class:[Zc("0x4f"),Zc("0xd")]}},{tag:Zc("0x34"),attributes:{datetime:t.to("authoredAt"),class:["ck-comment__info-time","ck-annotation__info-time"]},children:[{text:t.to("authoredAt",(t=>this._config.formatDateTime(t)))}]}]},{tag:Zc("0x12"),attributes:{class:[Zc("0x2b"),Zc("0x31")]},children:[this[Zc("0x40")],this[Zc("0x2e")]]},{tag:"div",attributes:{class:[Zc("0x4b")]}}];this[Zc("0x2d")][Zc("0xe")]&&e[Zc("0x3f")]({tag:Zc("0x12"),attributes:{class:[Zc("0x14")]},children:[{text:this[Zc("0x24")]()}]});const n={tag:"div",attributes:{class:[Zc("0x36"),t.if(Zc("0x41"),Zc("0x2a")),t.to(Zc("0x11"),(t=>Zc("0x17")+t)),this[Zc("0xa")][Zc("0x35")]&&Zc("0x45")],"data-suggestion-id":this[Zc("0x2d")].id,"data-thread-id":this[Zc("0x2d")][Zc("0x27")].id,"data-author-id":this._model[Zc("0x1c")].id,tabindex:-1},children:[{tag:Zc("0x12"),attributes:{class:["ck-suggestion",Zc("0x19")]},children:[this.userView,{tag:Zc("0x12"),attributes:{class:[Zc("0x46"),"ck-annotation__main"]},children:e}]}]};return this[Zc("0x43")]&&this.commentThreadInputView&&(n[Zc("0x1")][Zc("0x3f")](this.commentsListView,this[Zc("0x2f")]),this[Zc("0x43")][Zc("0x5")](Zc("0x4")).to(this),this[Zc("0x43")][Zc("0x5")](Zc("0x6")).to(this),this[Zc("0x2f")].delegate(Zc("0x4")).to(this),this[Zc("0x2f")][Zc("0x5")](Zc("0x6")).to(this)),n}[Zc("0x7")](){super[Zc("0x7")](),this._descriptionElement=this.element[Zc("0x0")](".ck-annotation__content-wrapper"),this[Zc("0x50")][Zc("0x13")]=this.description,this.on(Zc("0x37"),((t,e,n)=>{this[Zc("0x50")][Zc("0x13")]=n}))}[Zc("0x9")](t,e,n,i,o){const s=new r.ButtonView(this.locale);return s[Zc("0x29")]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),s.extendTemplate({attributes:{class:n}}),s.on("execute",(()=>{this.fire(i,this._model.id)})),s}getExternalSuggestionNote(){return Zc("0x4a")===this[Zc("0x2d")].attributes[Zc("0x3")][Zc("0x1e")]?Ji(this[Zc("0x2c")],Zc("0x1a")):Ji(this[Zc("0x2c")],Zc("0x49"))}[Zc("0x42")](){return this[Zc("0x2d")][Zc("0xe")]?Zc("0x4a")===this[Zc("0x2d")][Zc("0x20")][Zc("0x3")][Zc("0x1e")]?Ji(this[Zc("0x2c")],"EXTERNAL_IMPORT_WORD_AVATAR",this[Zc("0x2d")][Zc("0x1d")][Zc("0x22")]):Ji(this[Zc("0x2c")],Zc("0x3d"),this[Zc("0x2d")][Zc("0x1d")][Zc("0x22")]):null}}function Jc(t,e){let n="";return n+=t[Zc("0x28")]("*")[Zc("0x38")](((t,e)=>e%2!=0?Zc("0x10")+Qc(t)+Zc("0x3a"):Qc(t))).join(""),e&&(n+='<span class="ck-suggestion-color" style="background-color: '+e[Zc("0x32")]+Zc("0x4d")+e[Zc("0x48")]+Zc("0x18")),n}function Qc(t){const e=document[Zc("0x4c")](Zc("0x3e"));return e.innerText=t,e[Zc("0x13")]}const tl=["change:previous","isDirty","values","define","push","get","plugins","trackChanges","Annotations","size","Discard all selected suggestions","clear","commands","commentThread","_suggestionToController","_refreshActiveMarkers","Discard all suggestions","createAnnotationView","Accept all selected suggestions","config","button","mainView","TrackChangesUI","activeAnnotations","init","bind","actionView","switchbutton","suggestion-","listenTo","buttonView","_updateController","getMarkers","getByInnerView","map","comments","Accept all suggestions","toMany","SuggestionThreadView","trackChanges.disableComments","_annotationViews","length","acceptSelectedSuggestions","editing","view","isMultiRange","isOn","isInContent","model","trackChanges.SuggestionThreadView","discardButton","createAnnotation","_viewToController","value","_bindAnnotationToEditors","requires","CommentsUI","previous","discardSelectedSuggestions","_initializeController","_unbindEditors","stopListening","change:activeAnnotations","acceptAllSuggestions","Track changes","focus","_handleControllerBuffer","_createUIButton","_disableComments","isEnabled","getDescriptions","separator","suggestionUnloaded","pluginName","editor","_destroyController","unbind","EditorAnnotations","TrackChangesEditing","filter","head","type","CommentsRepository","suggestionChanged","commandName","has","descriptionParts","destroy","lowest","execute","acceptButton","innerView","add","locale","getAllAdjacentSuggestions","delete","addSourceCollector","getJoined","activeMarkers","some","set","_handleSuggestionControllerDelayed","CommentView"];var el,nl;el=tl,nl=186,function(t){for(;--t;)el.push(el.shift())}(++nl);const il=function(t,e){return tl[t-=0]};class rl extends t.Plugin{static get[il("0x4b")](){return[Ac,o.Users,il("0x66"),"Annotations",il("0x61")]}static get[il("0x5d")](){return il("0x2a")}constructor(t){super(t),this[il("0x22")]=new Map,this[il("0x48")]=new Map,this[il("0x3c")]=new Map,this[il("0x56")]=new Map;const e=this[il("0x5e")][il("0x27")];e.define(il("0x45"),Yc),e[il("0x17")](il("0x3b"),!1),this[il("0x58")]=e.get(il("0x3b"))}[il("0x12")](t,e){0===this[il("0x56")][il("0x1d")]&&setTimeout((()=>{for(const[t,e]of this[il("0x56")]){const n=this[il("0x22")].has(t);n||e?n&&e&&this[il("0x5f")](t):this[il("0x4f")](t)}this[il("0x56")][il("0x1f")](),this[il("0x5e")][il("0x1a")].get(il("0x61")).refreshSelectedViews(),this[il("0x23")]()}),10),this._handleControllerBuffer.set(t,e)}[il("0x2c")](){const t=this[il("0x5e")],e=t.plugins[il("0x19")](il("0x62")),n=t.plugins[il("0x19")](il("0x1c")),i=t.plugins[il("0x19")](il("0x61")),r=t[il("0x1a")][il("0x19")](il("0x66"));t.ui.componentFactory[il("0x9")](il("0x1b"),(t=>this._createUIButton(t))),i[il("0xd")]((()=>{const t=[];for(const[e,n]of Array.from(this[il("0x22")])){const i=e.getAllAdjacentSuggestions(),r=[];for(const t of i){if(!t.isInContent)continue;if(t[il("0x41")]){r[il("0x18")](...t.getRanges());continue}const e=t.getFirstRange();if(r[il("0x3d")]>0){const t=r[0][il("0xe")](e);if(t){r[0]=t;continue}}r.push(e)}t[il("0x18")]([n[il("0x40")],r])}return t})),this.listenTo(e,"suggestionLoaded",((t,e)=>{this.listenTo(e,il("0x14"),((t,n,i,r)=>{e[il("0x43")]&&(null==i?(this._updateController(r[il("0x64")]),this[il("0x12")](e,!1)):(this[il("0x33")](i[il("0x64")]),null==r&&this[il("0x12")](e,!0)))})),null!==e[il("0x4d")]?this[il("0x33")](e[il("0x64")]):this[il("0x12")](e,!1)})),this[il("0x31")](e,il("0x5c"),((t,e,n)=>{this[il("0x51")](e,il("0x14")),this._handleControllerBuffer[il("0xc")](e),this._suggestionToController.has(e)&&this[il("0x5f")](e),n&&this._updateController(n[il("0x64")])})),this[il("0x31")](e,il("0x0"),((t,e)=>{this._updateController(e)})),this[il("0x31")](n,il("0x52"),(()=>{this._refreshActiveMarkers()})),this.listenTo(r,"addComment",((t,{threadId:n,isFromAdapter:i})=>{if(i||!e.hasSuggestion(n))return;const r=e.getSuggestion(n);this[il("0x22")][il("0x19")](r).view[il("0x55")]()}),{priority:il("0x5")})}[il("0x23")](){const t=this[il("0x5e")][il("0x1a")][il("0x19")]("Annotations"),e=this[il("0x5e")][il("0x1a")].get(il("0x62")),n=Array.from(t[il("0x2b")],(t=>t[il("0x8")]))[il("0x63")]((t=>this._viewToController.has(t))),i=[];for(const t of n){const e=this[il("0x48")][il("0x19")](t)[il("0x44")][il("0xb")]();i[il("0x18")](...e.reduce(((t,e)=>[...t,...e.getMarkerNames()]),[]))}e[il("0xf")]=i}[il("0x57")](t){const n=(0,r.createDropdown)(t,r.SplitButtonView),i=this.editor[il("0x20")].get(il("0x1b")),o=Ji(t,il("0x54"));n[il("0x32")][il("0x11")]({tooltip:o,label:o,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-2024, 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[il("0x32")][il("0x2d")](il("0x42")).to(i,il("0x49")),n[il("0x32")].on(il("0x6"),(()=>{i[il("0x6")](),this[il("0x5e")].editing[il("0x40")].focus()}));const s=new e.Collection,x=[{type:il("0x2f"),model:{withText:!0,label:o,commandName:il("0x1b")}},{type:il("0x5b")},{type:"button",model:{withText:!0,label:Ji(t,il("0x38")),commandName:il("0x53")}},{type:il("0x28"),model:{withText:!0,label:Ji(t,il("0x26")),commandName:il("0x3e")}},{type:il("0x28"),model:{withText:!0,label:Ji(t,il("0x24")),commandName:"discardAllSuggestions"}},{type:"button",model:{withText:!0,label:Ji(t,il("0x1e")),commandName:il("0x4e")}}];for(const t of x){let e={type:il("0x5b")};if(t[il("0x44")]){const n=new r.ViewModel(t[il("0x44")]),i=this[il("0x5e")][il("0x20")][il("0x19")](n[il("0x1")]);n.bind("isOn",il("0x59")).to(i,il("0x49"),il("0x59")),e={type:t[il("0x65")],model:n}}s.add(e)}(0,r.addListToDropdown)(n,s);const a=x[il("0x63")]((t=>null!=t[il("0x44")]))[il("0x36")]((t=>this.editor.commands[il("0x19")](t[il("0x44")][il("0x1")]))),c=n[il("0x32")];return c[il("0x2e")][il("0x60")](il("0x59")),c.arrowView.unbind(il("0x59")),c[il("0x2e")].bind("isEnabled").to(i,"isEnabled"),c.arrowView[il("0x2d")](il("0x59"))[il("0x39")](a,il("0x59"),((...t)=>t[il("0x10")]((t=>t)))),n.on("execute",(t=>{this[il("0x5e")].execute(t.source[il("0x1")]),this.editor[il("0x3f")][il("0x40")][il("0x55")]()})),n}[il("0x4f")](t){const e=this[il("0x5e")],n=e.config,i=e[il("0x1a")][il("0x19")](il("0x1c")),r=e.plugins[il("0x19")](il("0x66")),s=e.plugins[il("0x19")](il("0x61")),x=e[il("0x1a")].get(o.Users).me,a=n[il("0x19")]("trackChanges")[il("0x3a")],{CommentsListView:c,CommentThreadInputView:l}=e[il("0x1a")][il("0x19")](il("0x4c"));let u,d;this[il("0x3c")][il("0x2")](t.id)?(d=this[il("0x3c")].get(t.id),u=d[il("0x29")]):(u=new a(e[il("0xa")],t,x,{disableComments:this[il("0x58")],editorConfig:n.get("comments.editorConfig"),maxCommentsWhenCollapsed:n.get("comments.maxCommentsWhenCollapsed"),maxThreadTotalWeight:n[il("0x19")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n[il("0x19")]("comments.maxCommentCharsWhenCollapsed"),formatDateTime:(0,o.getDateTimeFormatter)(n[il("0x19")](il("0xa"))),CommentView:n[il("0x19")](il("0x37"))[il("0x13")],CommentsListView:c,CommentThreadInputView:l}),u[il("0x7")].on("execute",(()=>{e[il("0x3f")][il("0x40")][il("0x55")]()})),u[il("0x46")].on(il("0x6"),(()=>{e[il("0x3f")].view[il("0x55")]()})),d=i[il("0x25")](this.editor[il("0xa")],u),d.bind(il("0x15")).to(u,il("0x15")),d[il("0x2d")](il("0x3d")).to(u),d.bind(il("0x65")).to(u,il("0x65"),(t=>il("0x30")+t)),this[il("0x3c")].set(t.id,d));const g=r.createCommentThreadController(t[il("0x21")],u),f=new Gc(e,t,u,g),h=t.getAllAdjacentSuggestions()[il("0x63")]((t=>t.isInContent));u[il("0x3")]=e[il("0x1a")][il("0x19")]("TrackChangesEditing")._descriptionFactory[il("0x5a")](h),this[il("0x22")].set(t,f),this[il("0x48")][il("0x11")](u,f);const m=i[il("0x47")]({view:d,target:()=>{const n=[],i=t[il("0xb")]()[il("0x63")]((t=>t.isInContent));for(const t of i)n.push(...t[il("0x34")]());return(0,o.getAllMarkersDomElementsSorted)(e[il("0x3f")],n)},type:()=>il("0x30")+f[il("0x40")].type});r[il("0x4a")](u,m),i[il("0x9")](m),s.registerAnnotation(m)}[il("0x5f")](t){const e=this[il("0x5e")].plugins[il("0x19")](il("0x66")),n=this.editor[il("0x1a")][il("0x19")](il("0x1c")),i=this._suggestionToController[il("0x19")](t),r=i[il("0x40")],o=n[il("0x35")](r);e[il("0x50")](r),o&&n.remove(o),this[il("0x22")][il("0xc")](t),this[il("0x48")].delete(r),i[il("0x4")]()}_updateController(t){if(!t[il("0x43")]||!this[il("0x22")].has(t))return;const e=this.editor[il("0x1a")][il("0x19")](il("0x62")),n=this[il("0x22")][il("0x19")](t),i=t[il("0xb")]();n[il("0x40")].descriptionParts=e._descriptionFactory[il("0x5a")](i)}[il("0x4")](){for(const t of this[il("0x22")].keys())this[il("0x5f")](t);for(const t of this[il("0x3c")][il("0x16")]())t[il("0x29")][il("0x4")]();super[il("0x4")]()}}var ol,sl,xl=["pluginName","editor","getSuggestion","get","requires","addSuggestionData","plugins","TrackChanges","addSuggestion","adapter"];ol=xl,sl=108,function(t){for(;--t;)ol.push(ol.shift())}(++sl);var al=function(t,e){return xl[t-=0]};class cl extends t.Plugin{static get[al("0x6")](){return[Ac,rl,"Comments"]}static get[al("0x2")](){return al("0x9")}set[al("0x1")](t){this[al("0x3")][al("0x8")][al("0x5")](Ac)[al("0x1")]=t}get adapter(){return this[al("0x3")][al("0x8")].get(Ac)[al("0x1")]}[al("0x0")](t){return this[al("0x3")][al("0x8")].get(Ac)[al("0x7")](t)}getSuggestions({skipNotAttached:t=!1,toJSON:e=!1}={}){return this[al("0x3")][al("0x8")][al("0x5")](Ac).getSuggestions({skipNotAttached:t,toJSON:e})}[al("0x4")](t){return this.editor.plugins[al("0x5")](Ac).getSuggestion(t)}}const ll=["editorCreator","div","constructor","createElement","result","getDataWithDiscardedSuggestions","pluginName","track-changes-data-invalid-editor-creator","trackChangesData.editorCreator","users","plugins","TrackChangesData","appendChild","createDocumentFragment","getDataWithAcceptedSuggestions","addUser","getRootNames","Pagination","trackChangesData","get","config","reduce","_adapter","TrackChangesEditing","rootsAttributes","getUser","define","name","init","addSuggestionData","data","map","create","push","CommentsRepository","model","document","getRootsAttributes","editor","TrackChangesDataGetter","useAnonymousUser","requires","destroy","end","Users"];var ul,dl;ul=ll,dl=470,function(t){for(;--t;)ul.push(ul.shift())}(++dl);const gl=function(t,e){return ll[t-=0]},fl=[gl("0x2a")];class hl extends t.Plugin{static get[gl("0x15")](){return[Ac]}static get pluginName(){return gl("0x24")}[gl("0x8")](){const t=this.editor;if(t.config[gl("0x6")](gl("0x21"),(e=>{const n=t[gl("0xf")][gl("0x10")][gl("0x29")]()[gl("0x1")](((t,e)=>(t[e]="",t)),{});return t[gl("0x1b")][gl("0xc")](n,e)})),"function"!=typeof t.config[gl("0x2c")](gl("0x2b"))[gl("0x19")])throw new e.CKEditorError(gl("0x20"))}[gl("0x27")](t){return bl(this[gl("0x12")],!0,t)}[gl("0x1e")](t){return bl(this[gl("0x12")],!1,t)}}class ml extends t.Plugin{static get[gl("0x1f")](){return gl("0x13")}constructor(t){super(t),this[gl("0x1d")]=gl("0x17")}[gl("0x8")](){this.editor.plugins[gl("0x2c")](gl("0xe"))[gl("0x2")]={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[gl("0x12")][gl("0x23")][gl("0x2c")](gl("0x3"))[gl("0x2")]=null}}function pl(t){return void 0!==t[gl("0x11")]}async function bl(t,e,n){const i=(0,o.sanitizeEditorConfig)(t,fl);i[gl("0x23")][gl("0xd")](Ac,ml),i[gl("0x4")]=pl(t)?t.getRootsAttributes():void 0;const r=document[gl("0x26")](),s=t[gl("0x0")][gl("0x2c")](gl("0x2b")).editorCreator,x=await s(i,(()=>function(t){const e=document[gl("0x1c")](gl("0x1a"));return t[gl("0x25")](e),e}(r)));!function(t,e){const n=t[gl("0xf")][gl("0x10")][gl("0x29")]().reduce(((e,n)=>(e[n]=t[gl("0xa")][gl("0x2c")]({rootName:n}),e)),{}),i=t[gl("0x23")][gl("0x2c")](gl("0x18"))[gl("0x22")][gl("0xb")]((t=>({id:t.id,name:t[gl("0x7")]}))),r=t[gl("0x23")][gl("0x2c")](gl("0x3")).getSuggestions({skipNotAttached:!0,toJSON:!0}),o=e.plugins.get(gl("0x18")),s=e[gl("0x23")][gl("0x2c")]("TrackChangesEditing");for(const t of i)o[gl("0x5")](t.id)||o[gl("0x28")](t);o.me||o[gl("0x14")]();for(const t of r)s[gl("0x9")](t);e[gl("0xa")].set(n)}(t,x),x.execute(e?"acceptAllSuggestions":"discardAllSuggestions");const a=pl(x)?x.getFullData(n):x[gl("0xa")][gl("0x2c")](n);return await x[gl("0x16")](),a}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=i})();
|