@ckeditor/ckeditor5-ai 47.0.0-alpha.3 → 47.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +4 -4
  3. package/package.json +15 -15
  4. package/src/aiactions/aiactions.js +1 -1
  5. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  6. package/src/aiactions/model/aiactionsreply.js +1 -1
  7. package/src/aiassistant/adapters/aiadapter.js +1 -1
  8. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  9. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  10. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  11. package/src/aiassistant/aiassistant.js +1 -1
  12. package/src/aiassistant/aiassistantediting.js +1 -1
  13. package/src/aiassistant/aiassistantui.js +1 -1
  14. package/src/aiassistant/legacyerrors.js +1 -1
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  21. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  22. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  23. package/src/aiballoon/aiballoon.js +1 -1
  24. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  25. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  26. package/src/aiballoon/ui/aiballoonview.js +1 -1
  27. package/src/aichat/aichat.js +1 -1
  28. package/src/aichat/aichatcontroller.js +1 -1
  29. package/src/aichat/aichatui.js +1 -1
  30. package/src/aichat/model/aichatcontext.js +1 -1
  31. package/src/aichat/model/aichatconversation.js +1 -1
  32. package/src/aichat/model/aichatinteraction.js +1 -1
  33. package/src/aichat/model/aichatmodels.js +1 -1
  34. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  35. package/src/aichat/ui/aichatfeedview.js +1 -1
  36. package/src/aichat/ui/aichatheaderview.js +1 -1
  37. package/src/aichat/ui/aichatview.js +1 -1
  38. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
  49. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  55. package/src/aichat/utils/promisequeue.js +1 -1
  56. package/src/aichathistory/aichathistory.js +1 -1
  57. package/src/aichathistory/aichathistorycontroller.js +1 -1
  58. package/src/aichathistory/aichathistoryui.js +1 -1
  59. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  60. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  61. package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
  62. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  63. package/src/aicore/aiconnector.js +1 -1
  64. package/src/aicore/aiediting.js +1 -1
  65. package/src/aicore/model/aicapabilities.js +1 -1
  66. package/src/aicore/model/aiinteraction.js +1 -1
  67. package/src/aicore/model/aireply.js +1 -1
  68. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  69. package/src/aicore/ui/aidisclaimerview.js +1 -1
  70. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  71. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  72. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  73. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  74. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  75. package/src/aicore/utils/createresizebutton.js +1 -1
  76. package/src/aicore/utils/documentposition.js +1 -1
  77. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  78. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  79. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  80. package/src/aiquickactions/aiquickactions.js +1 -1
  81. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  82. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  83. package/src/aiquickactions/aiquickactionsui.js +1 -1
  84. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  85. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  86. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  87. package/src/aireviewmode/aireviewmode.js +1 -1
  88. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  89. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  90. package/src/aireviewmode/aireviewmodeui.js +1 -1
  91. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  92. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  93. package/src/aireviewmode/model/aireviewmodels.js +1 -1
  94. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  95. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  96. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  97. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  98. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  99. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  100. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  101. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  102. package/src/aireviewmode/ui/form/aireviewmodeformamanager.js +1 -1
  103. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  104. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  105. package/src/aitabs/aitabs.js +1 -1
  106. package/src/aitabs/tabs/aitabsview.js +1 -1
  107. package/src/aitabs/tabs/tabbuttonview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x749cbe=_0x19fc;function _0x19fc(_0x52d95e,_0x39cc64){const _0x4ac503=_0x4ac5();return _0x19fc=function(_0x19fc3a,_0xeaf66c){_0x19fc3a=_0x19fc3a-0x1b6;let _0x33b99a=_0x4ac503[_0x19fc3a];return _0x33b99a;},_0x19fc(_0x52d95e,_0x39cc64);}(function(_0x48e61d,_0x305ee9){const _0x1882d4=_0x19fc,_0x12111d=_0x48e61d();while(!![]){try{const _0x1423d4=-parseInt(_0x1882d4(0x1da))/0x1+-parseInt(_0x1882d4(0x1cb))/0x2*(-parseInt(_0x1882d4(0x1ba))/0x3)+parseInt(_0x1882d4(0x1d4))/0x4+-parseInt(_0x1882d4(0x1c1))/0x5*(-parseInt(_0x1882d4(0x1cf))/0x6)+-parseInt(_0x1882d4(0x1c3))/0x7+-parseInt(_0x1882d4(0x1e0))/0x8*(parseInt(_0x1882d4(0x1be))/0x9)+parseInt(_0x1882d4(0x1cd))/0xa*(parseInt(_0x1882d4(0x1d7))/0xb);if(_0x1423d4===_0x305ee9)break;else _0x12111d['push'](_0x12111d['shift']());}catch(_0x188a8d){_0x12111d['push'](_0x12111d['shift']());}}}(_0x4ac5,0xbdbc0));import{Collection as _0x3bc9bc}from'ckeditor5/src/utils.js';import{View as _0x1e42f0,createDropdown as _0x4e50e6,addListToDropdown as _0x545c81,UIModel as _0x2abdb5}from'ckeditor5/src/ui.js';export class AIReviewModeFormDropdownView extends _0x1e42f0{[_0x749cbe(0x1ce)];[_0x749cbe(0x1d1)];[_0x749cbe(0x1cc)];constructor(_0x3ac388,_0x40fa52){const _0x525a87=_0x749cbe;super(_0x3ac388),this[_0x525a87(0x1d1)]=_0x40fa52[_0x525a87(0x1c0)]||(_0x40fa52[_0x525a87(0x1bc)][_0x525a87(0x1d5)]>0x0?_0x40fa52[_0x525a87(0x1bc)][0x0]['id']:''),this[_0x525a87(0x1cc)]=_0x40fa52[_0x525a87(0x1bc)][_0x525a87(0x1db)](_0x1d1150=>_0x1d1150['id']===this[_0x525a87(0x1d1)])?.[_0x525a87(0x1bb)]||'',this[_0x525a87(0x1c2)](_0x525a87(0x1d6),''),this[_0x525a87(0x1ce)]=_0x4e50e6(this[_0x525a87(0x1c6)]);const _0x1f9665=this[_0x525a87(0x1dc)](_0x40fa52[_0x525a87(0x1bc)]);_0x545c81(this[_0x525a87(0x1ce)],_0x1f9665,{'role':_0x525a87(0x1c5),'ariaLabel':_0x40fa52[_0x525a87(0x1bb)]}),this[_0x525a87(0x1ce)][_0x525a87(0x1c9)][_0x525a87(0x1c2)]({'label':this[_0x525a87(0x1cc)],'withText':!0x0}),this[_0x525a87(0x1ce)][_0x525a87(0x1d0)]({'on':{'click':this[_0x525a87(0x1c4)]['to'](_0x153b22=>{const _0x3869f9=_0x525a87;_0x153b22[_0x3869f9(0x1b9)]();})}}),this[_0x525a87(0x1c7)](this[_0x525a87(0x1ce)],_0x525a87(0x1bf),_0x58d1f5=>{const _0xf1e391=_0x525a87;this[_0xf1e391(0x1d6)]=_0x58d1f5[_0xf1e391(0x1df)][_0xf1e391(0x1b6)]['id'],this[_0xf1e391(0x1ce)][_0xf1e391(0x1c9)][_0xf1e391(0x1bb)]=_0x58d1f5[_0xf1e391(0x1df)][_0xf1e391(0x1b6)][_0xf1e391(0x1bb)];}),this[_0x525a87(0x1dd)]({'tag':_0x525a87(0x1d8),'attributes':{'class':['ck',_0x525a87(0x1d9),_0x525a87(0x1bd),_0x525a87(0x1b8)]},'children':[this[_0x525a87(0x1ce)]]});}[_0x749cbe(0x1c8)](){const _0x43fc3e=_0x749cbe;this[_0x43fc3e(0x1d6)]=this[_0x43fc3e(0x1d1)],this[_0x43fc3e(0x1ce)][_0x43fc3e(0x1c9)][_0x43fc3e(0x1bb)]=this[_0x43fc3e(0x1cc)];}[_0x749cbe(0x1dc)](_0x16c618=[]){const _0x2fd758=_0x749cbe,_0x394d2d=new _0x3bc9bc();this[_0x2fd758(0x1c8)]();for(const _0x116974 of _0x16c618){const _0x432218=new _0x2abdb5({'label':_0x116974[_0x2fd758(0x1bb)],'withText':!0x0,'role':_0x2fd758(0x1d2),'id':_0x116974['id'],'model':_0x116974});_0x432218[_0x2fd758(0x1d3)](_0x2fd758(0x1b7))['to'](this,_0x2fd758(0x1d6),_0x56ba6a=>_0x56ba6a===_0x432218['id']);const _0x5b47c7={'type':_0x2fd758(0x1ca),'model':_0x432218};_0x394d2d[_0x2fd758(0x1de)](_0x5b47c7);}return _0x394d2d;}}function _0x4ac5(){const _0x43181e=['buttonView','button','1272lCdhpf','_defaultLabel','11883080CknLmL','_dropdownView','2410836ZGJhvl','extendTemplate','_defaultValue','menuitemradio','bind','4877184PkFrAh','length','formValue','11iyBQGX','div','ck-reset_all','1146566knkkgz','find','_prepareListOptions','setTemplate','add','source','245792gyBskY','model','isOn','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown','stopPropagation','816UwRpoZ','label','data','ck-ai-review-mode__check-list-item-parameterized-form-element','297VWFGbN','execute','default','5AKmQWK','set','313544KmxWyR','bindTemplate','menu','locale','listenTo','resetToDefault'];_0x4ac5=function(){return _0x43181e;};return _0x4ac5();}
23
+ const _0x2d32ec=_0x2dab;(function(_0x412099,_0x553060){const _0x143e53=_0x2dab,_0xdf42e7=_0x412099();while(!![]){try{const _0x2ef82e=-parseInt(_0x143e53(0x1f5))/0x1*(-parseInt(_0x143e53(0x1d8))/0x2)+-parseInt(_0x143e53(0x1f2))/0x3+parseInt(_0x143e53(0x1fb))/0x4+parseInt(_0x143e53(0x1e5))/0x5*(parseInt(_0x143e53(0x1fa))/0x6)+parseInt(_0x143e53(0x1f9))/0x7+-parseInt(_0x143e53(0x1e6))/0x8*(-parseInt(_0x143e53(0x1ee))/0x9)+parseInt(_0x143e53(0x1e2))/0xa*(-parseInt(_0x143e53(0x1f7))/0xb);if(_0x2ef82e===_0x553060)break;else _0xdf42e7['push'](_0xdf42e7['shift']());}catch(_0x304aa4){_0xdf42e7['push'](_0xdf42e7['shift']());}}}(_0x172a,0x8c07d));function _0x2dab(_0x363630,_0x117f11){const _0x172a65=_0x172a();return _0x2dab=function(_0x2daba6,_0xc4f6fb){_0x2daba6=_0x2daba6-0x1d5;let _0x4eb5bb=_0x172a65[_0x2daba6];return _0x4eb5bb;},_0x2dab(_0x363630,_0x117f11);}import{Collection as _0x1836d0}from'ckeditor5/src/utils.js';import{View as _0x918392,createDropdown as _0x3f9617,addListToDropdown as _0x1dbab3,UIModel as _0x51a183}from'ckeditor5/src/ui.js';export class AIReviewModeFormDropdownView extends _0x918392{[_0x2d32ec(0x1f6)];[_0x2d32ec(0x1e9)];[_0x2d32ec(0x1e1)];constructor(_0x39b1ef,_0x49fa0d){const _0x4d37fe=_0x2d32ec;super(_0x39b1ef),this[_0x4d37fe(0x1e9)]=_0x49fa0d[_0x4d37fe(0x1e8)]||(_0x49fa0d[_0x4d37fe(0x1eb)][_0x4d37fe(0x1e7)]>0x0?_0x49fa0d[_0x4d37fe(0x1eb)][0x0]['id']:''),this[_0x4d37fe(0x1e1)]=_0x49fa0d[_0x4d37fe(0x1eb)][_0x4d37fe(0x1de)](_0x19464d=>_0x19464d['id']===this[_0x4d37fe(0x1e9)])?.[_0x4d37fe(0x1f3)]||'',this[_0x4d37fe(0x1e0)](_0x4d37fe(0x1ed),''),this[_0x4d37fe(0x1f6)]=_0x3f9617(this[_0x4d37fe(0x1ff)]);const _0x44a85c=this[_0x4d37fe(0x1df)](_0x49fa0d[_0x4d37fe(0x1eb)]);_0x1dbab3(this[_0x4d37fe(0x1f6)],_0x44a85c,{'role':_0x4d37fe(0x1d6),'ariaLabel':_0x49fa0d[_0x4d37fe(0x1f3)]}),this[_0x4d37fe(0x1f6)][_0x4d37fe(0x1d9)][_0x4d37fe(0x1e0)]({'label':this[_0x4d37fe(0x1e1)],'withText':!0x0}),this[_0x4d37fe(0x1f6)][_0x4d37fe(0x1da)]({'on':{'click':this[_0x4d37fe(0x1e3)]['to'](_0x4585ff=>{const _0x4c773a=_0x4d37fe;_0x4585ff[_0x4c773a(0x1dd)]();})}}),this[_0x4d37fe(0x1fe)](this[_0x4d37fe(0x1f6)],_0x4d37fe(0x1fd),_0x438db8=>{const _0x37b0da=_0x4d37fe;this[_0x37b0da(0x1ed)]=_0x438db8[_0x37b0da(0x1d7)][_0x37b0da(0x1db)]['id'],this[_0x37b0da(0x1f6)][_0x37b0da(0x1d9)][_0x37b0da(0x1f3)]=_0x438db8[_0x37b0da(0x1d7)][_0x37b0da(0x1db)][_0x37b0da(0x1f3)];}),this[_0x4d37fe(0x1ec)]({'tag':_0x4d37fe(0x1e4),'attributes':{'class':['ck',_0x4d37fe(0x1fc),_0x4d37fe(0x1f4),_0x4d37fe(0x1ef)]},'children':[this[_0x4d37fe(0x1f6)]]});}[_0x2d32ec(0x1d5)](){const _0x2215ef=_0x2d32ec;this[_0x2215ef(0x1ed)]=this[_0x2215ef(0x1e9)],this[_0x2215ef(0x1f6)][_0x2215ef(0x1d9)][_0x2215ef(0x1f3)]=this[_0x2215ef(0x1e1)];}[_0x2d32ec(0x1df)](_0x404700=[]){const _0x4a023a=_0x2d32ec,_0x308d65=new _0x1836d0();this[_0x4a023a(0x1d5)]();for(const _0x16fdef of _0x404700){const _0x8406e4=new _0x51a183({'label':_0x16fdef[_0x4a023a(0x1f3)],'withText':!0x0,'role':_0x4a023a(0x1dc),'id':_0x16fdef['id'],'model':_0x16fdef});_0x8406e4[_0x4a023a(0x1ea)](_0x4a023a(0x1f1))['to'](this,_0x4a023a(0x1ed),_0x72a188=>_0x72a188===_0x8406e4['id']);const _0x39d026={'type':_0x4a023a(0x1f0),'model':_0x8406e4};_0x308d65[_0x4a023a(0x1f8)](_0x39d026);}return _0x308d65;}}function _0x172a(){const _0x35dd58=['3025602RxzwTV','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown','button','isOn','3145470HIDfMD','label','ck-ai-review-mode__check-list-item-parameterized-form-element','13CTUglT','_dropdownView','66ygmGje','add','4187036cAJwyW','753114njtiSr','1314828ZXnFMx','ck-reset_all','execute','listenTo','locale','resetToDefault','menu','source','102590LUbUnW','buttonView','extendTemplate','model','menuitemradio','stopPropagation','find','_prepareListOptions','set','_defaultLabel','2261210YTiVuI','bindTemplate','div','15UNuoXJ','24Rmygrc','length','default','_defaultValue','bind','data','setTemplate','formValue'];_0x172a=function(){return _0x35dd58;};return _0x172a();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x467ca5=_0x120c;(function(_0x2606be,_0x40d166){const _0x5cf065=_0x120c,_0x24f920=_0x2606be();while(!![]){try{const _0x4efa5a=parseInt(_0x5cf065(0x1da))/0x1*(parseInt(_0x5cf065(0x1ce))/0x2)+-parseInt(_0x5cf065(0x1c4))/0x3*(parseInt(_0x5cf065(0x1ca))/0x4)+parseInt(_0x5cf065(0x1c5))/0x5+-parseInt(_0x5cf065(0x1d8))/0x6+-parseInt(_0x5cf065(0x1d0))/0x7+parseInt(_0x5cf065(0x1d2))/0x8*(parseInt(_0x5cf065(0x1c0))/0x9)+parseInt(_0x5cf065(0x1d9))/0xa;if(_0x4efa5a===_0x40d166)break;else _0x24f920['push'](_0x24f920['shift']());}catch(_0x579b29){_0x24f920['push'](_0x24f920['shift']());}}}(_0x1c2e,0x5a428));function _0x1c2e(){const _0x165538=['2080460BcSnRf','bind','ck-ai-review-mode__form-item','ck-form__row_with-submit','dropdown','44bUrdmt','children','formValue','setTemplate','27466CKgejs','resetToDefault','195118FampAn','value','34376LGQhJh','set','locale','add','_formItem','div','4111656LqEFrh','5416690TVcdYa','19aZOgdz','261diKejy','argsKey','formType','ck-reset_all','71031qrXSWt'];_0x1c2e=function(){return _0x165538;};return _0x1c2e();}import{FormRowView as _0x5010b8,ListItemView as _0x27076e}from'ckeditor5/src/ui.js';import{AIReviewModeFormDropdownView as _0x5c2917}from'./aireviewmodeformdropdown.js';function _0x120c(_0x3e0a88,_0x59ec3a){const _0x1c2e18=_0x1c2e();return _0x120c=function(_0x120cac,_0x162c7b){_0x120cac=_0x120cac-0x1c0;let _0x6a9e01=_0x1c2e18[_0x120cac];return _0x6a9e01;},_0x120c(_0x3e0a88,_0x59ec3a);}export class AIReviewModeFormManagerView extends _0x27076e{[_0x467ca5(0x1d6)]=null;constructor(_0x5d4d50,_0x20b03a,_0x2cd049){const _0x5e4a3f=_0x467ca5;super(_0x5d4d50),this[_0x5e4a3f(0x1c1)]=_0x20b03a?.[_0x5e4a3f(0x1c1)];if(_0x5e4a3f(0x1c9)===_0x20b03a[_0x5e4a3f(0x1c2)])this[_0x5e4a3f(0x1d6)]=new _0x5c2917(this[_0x5e4a3f(0x1d4)],_0x20b03a);this[_0x5e4a3f(0x1d3)](_0x5e4a3f(0x1d1),''),this[_0x5e4a3f(0x1c6)](_0x5e4a3f(0x1d1))['to'](this[_0x5e4a3f(0x1d6)],_0x5e4a3f(0x1cc));const _0x1bc998=new _0x5010b8(this[_0x5e4a3f(0x1d4)],{'children':[this[_0x5e4a3f(0x1d6)]],'class':[_0x2cd049?_0x5e4a3f(0x1c8):'']});_0x2cd049&&_0x1bc998[_0x5e4a3f(0x1cb)][_0x5e4a3f(0x1d5)](_0x2cd049),this[_0x5e4a3f(0x1cd)]({'tag':_0x5e4a3f(0x1d7),'attributes':{'class':['ck',_0x5e4a3f(0x1c7),_0x5e4a3f(0x1c3)]},'children':[_0x1bc998]});}[_0x467ca5(0x1cf)](){const _0x118902=_0x467ca5;this[_0x118902(0x1d6)][_0x118902(0x1cf)]();}}
23
+ const _0x392fb7=_0x1a5e;(function(_0x705f3a,_0x86b10a){const _0x2bba9d=_0x1a5e,_0x43168a=_0x705f3a();while(!![]){try{const _0xc9d86c=parseInt(_0x2bba9d(0x1cc))/0x1+-parseInt(_0x2bba9d(0x1d6))/0x2*(-parseInt(_0x2bba9d(0x1e1))/0x3)+parseInt(_0x2bba9d(0x1d9))/0x4*(-parseInt(_0x2bba9d(0x1de))/0x5)+-parseInt(_0x2bba9d(0x1e4))/0x6+-parseInt(_0x2bba9d(0x1dd))/0x7+-parseInt(_0x2bba9d(0x1ce))/0x8+-parseInt(_0x2bba9d(0x1d2))/0x9*(-parseInt(_0x2bba9d(0x1cf))/0xa);if(_0xc9d86c===_0x86b10a)break;else _0x43168a['push'](_0x43168a['shift']());}catch(_0x3bdb6c){_0x43168a['push'](_0x43168a['shift']());}}}(_0x54e2,0xb7ec3));import{FormRowView as _0x4274a6,ListItemView as _0x5a4a13}from'ckeditor5/src/ui.js';function _0x1a5e(_0xf09a4c,_0x465cdd){const _0x54e266=_0x54e2();return _0x1a5e=function(_0x1a5e50,_0x5680f5){_0x1a5e50=_0x1a5e50-0x1ca;let _0x1b9452=_0x54e266[_0x1a5e50];return _0x1b9452;},_0x1a5e(_0xf09a4c,_0x465cdd);}import{AIReviewModeFormDropdownView as _0x151744}from'./aireviewmodeformdropdown.js';function _0x54e2(){const _0x2e24a7=['3789168WhZAdi','12944380kYZoQH','formValue','ck-form__row_with-submit','9mvSjix','locale','_formItem','div','6JVCrsU','add','ck-ai-review-mode__form-item','15772siCuuQ','ck-reset_all','resetToDefault','formType','211015KHgklx','1535yZCCNE','set','value','1452576oXEESW','setTemplate','bind','4515888SqHzYa','children','dropdown','473273QAlieK','argsKey'];_0x54e2=function(){return _0x2e24a7;};return _0x54e2();}export class AIReviewModeFormManagerView extends _0x5a4a13{[_0x392fb7(0x1d4)]=null;constructor(_0x535f0e,_0x5baa75,_0x3f8a9e){const _0xcfeece=_0x392fb7;super(_0x535f0e),this[_0xcfeece(0x1cd)]=_0x5baa75?.[_0xcfeece(0x1cd)];if(_0xcfeece(0x1cb)===_0x5baa75[_0xcfeece(0x1dc)])this[_0xcfeece(0x1d4)]=new _0x151744(this[_0xcfeece(0x1d3)],_0x5baa75);this[_0xcfeece(0x1df)](_0xcfeece(0x1e0),''),this[_0xcfeece(0x1e3)](_0xcfeece(0x1e0))['to'](this[_0xcfeece(0x1d4)],_0xcfeece(0x1d0));const _0x247332=new _0x4274a6(this[_0xcfeece(0x1d3)],{'children':[this[_0xcfeece(0x1d4)]],'class':[_0x3f8a9e?_0xcfeece(0x1d1):'']});_0x3f8a9e&&_0x247332[_0xcfeece(0x1ca)][_0xcfeece(0x1d7)](_0x3f8a9e),this[_0xcfeece(0x1e2)]({'tag':_0xcfeece(0x1d5),'attributes':{'class':['ck',_0xcfeece(0x1d8),_0xcfeece(0x1da)]},'children':[_0x247332]});}[_0x392fb7(0x1db)](){const _0x4f6dca=_0x392fb7;this[_0x4f6dca(0x1d4)][_0x4f6dca(0x1db)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x184c(){const _0x1dcd94=['33moboYG','type','4849896WoEjYA','65050RNUdbS','pluginName','resizedTabs','side','remove','overlay','view','693864KYYArM','ai-tabs-sidebar-container-element-not-found','includes','switchSide','context','get','6aiMUgk','isOfficialPlugin','config','render','body','ai-tabs-configuration-not-found','3852290ppXjnZ','9948491pWiFeK','destroy','6MafmBZ','focusTracker','3435363xpqGWF','switchType','bind','ai-tabs-unsupported-ui-side','sidebar','ai.container','2467804EXteiV','container','add','resize','ai-tabs-unsupported-ui-type','AITabs','40rMJXwM','element','showResizeButton','locale','isMaximized','appendChild','fire','1OCaarm','set','isPremiumPlugin','right','custom'];_0x184c=function(){return _0x1dcd94;};return _0x184c();}const _0x2e4b53=_0x4321;(function(_0xb91f82,_0x449c2d){const _0x1371b5=_0x4321,_0x3a4a4b=_0xb91f82();while(!![]){try{const _0x37da6b=-parseInt(_0x1371b5(0xa7))/0x1*(-parseInt(_0x1371b5(0xaf))/0x2)+-parseInt(_0x1371b5(0x89))/0x3*(parseInt(_0x1371b5(0x9a))/0x4)+parseInt(_0x1371b5(0x8f))/0x5+-parseInt(_0x1371b5(0x92))/0x6*(parseInt(_0x1371b5(0x90))/0x7)+-parseInt(_0x1371b5(0x83))/0x8+-parseInt(_0x1371b5(0x94))/0x9*(-parseInt(_0x1371b5(0xa0))/0xa)+-parseInt(_0x1371b5(0xac))/0xb*(-parseInt(_0x1371b5(0xae))/0xc);if(_0x37da6b===_0x449c2d)break;else _0x3a4a4b['push'](_0x3a4a4b['shift']());}catch(_0x459b80){_0x3a4a4b['push'](_0x3a4a4b['shift']());}}}(_0x184c,0xc36b5));import{ContextPlugin as _0x2de6ea,Editor as _0x399e8a}from'ckeditor5/src/core.js';function _0x4321(_0x34bcd3,_0x300bee){const _0x184ccc=_0x184c();return _0x4321=function(_0x43218e,_0x4a77a1){_0x43218e=_0x43218e-0x82;let _0x4f76a6=_0x184ccc[_0x43218e];return _0x4f76a6;},_0x4321(_0x34bcd3,_0x300bee);}import{CKEditorError as _0x90dc30}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x4d351f,AI_TABS_VIEW_SIDES as _0x44045e,AI_TABS_VIEW_TYPES as _0x3b86c1}from'./aitabsmainview.js';export class AITabs extends _0x2de6ea{[_0x2e4b53(0x82)];[_0x2e4b53(0x9b)]=null;[_0x2e4b53(0xa2)]=!0x0;static get[_0x2e4b53(0xb0)](){const _0x13de6b=_0x2e4b53;return _0x13de6b(0x9f);}static get[_0x2e4b53(0x8a)](){return!0x0;}static get[_0x2e4b53(0xa9)](){return!0x0;}constructor(_0x35d985){const _0x4d44f6=_0x2e4b53;super(_0x35d985);const _0x2932b1=this[_0x4d44f6(0x87)][_0x4d44f6(0x8b)][_0x4d44f6(0x88)](_0x4d44f6(0x99));if(this[_0x4d44f6(0xa8)](_0x4d44f6(0xb2),_0x4d44f6(0xaa)),!_0x2932b1)throw new _0x90dc30(_0x4d44f6(0x8e));if(void 0x0!==_0x2932b1[_0x4d44f6(0xa2)]&&(this[_0x4d44f6(0xa2)]=_0x2932b1[_0x4d44f6(0xa2)]),_0x4d44f6(0x98)!==_0x2932b1[_0x4d44f6(0xad)]&&_0x4d44f6(0xb4)!==_0x2932b1[_0x4d44f6(0xad)]||_0x2932b1[_0x4d44f6(0xb2)]&&(this[_0x4d44f6(0xb2)]=_0x2932b1[_0x4d44f6(0xb2)]),_0x4d44f6(0x98)===_0x2932b1[_0x4d44f6(0xad)]){if(this[_0x4d44f6(0x9b)]=_0x2932b1[_0x4d44f6(0xa1)],this[_0x4d44f6(0xa8)](_0x4d44f6(0xad),_0x4d44f6(0x98)),!this[_0x4d44f6(0x9b)])throw new _0x90dc30(_0x4d44f6(0x84));}else _0x4d44f6(0xb4)===_0x2932b1[_0x4d44f6(0xad)]?(this[_0x4d44f6(0x9b)]=document[_0x4d44f6(0x8d)],this[_0x4d44f6(0xa8)](_0x4d44f6(0xad),_0x4d44f6(0xb4))):(this[_0x4d44f6(0x9b)]=null,this[_0x4d44f6(0xa8)](_0x4d44f6(0xad),_0x4d44f6(0xab)));this[_0x4d44f6(0x82)]=new _0x4d351f(this[_0x4d44f6(0x87)][_0x4d44f6(0xa3)],{'side':this[_0x4d44f6(0xb2)],'type':this[_0x4d44f6(0xad)]}),this[_0x4d44f6(0x82)][_0x4d44f6(0x8c)](),this[_0x4d44f6(0x82)][_0x4d44f6(0x96)](_0x4d44f6(0xb2))['to'](this,_0x4d44f6(0xb2)),this[_0x4d44f6(0x82)][_0x4d44f6(0x96)](_0x4d44f6(0xad))['to'](this,_0x4d44f6(0xad)),this[_0x4d44f6(0x9b)]&&this[_0x4d44f6(0x9b)][_0x4d44f6(0xa5)](this[_0x4d44f6(0x82)][_0x4d44f6(0xa1)]),this[_0x4d44f6(0x87)]instanceof _0x399e8a&&this[_0x4d44f6(0x87)]['ui'][_0x4d44f6(0x93)][_0x4d44f6(0x9c)](this[_0x4d44f6(0x82)][_0x4d44f6(0xa1)]);}[_0x2e4b53(0x95)](_0x3b138e){const _0x4c1b38=_0x2e4b53;if(_0x3b138e&&this[_0x4c1b38(0xad)]!==_0x3b138e){if(!_0x3b86c1[_0x4c1b38(0x85)](_0x3b138e))throw new _0x90dc30(_0x4c1b38(0x9e));this[_0x4c1b38(0xad)]=_0x3b138e;}}[_0x2e4b53(0x86)](_0x566cf1){const _0x20e10e=_0x2e4b53;if(_0x566cf1&&this[_0x20e10e(0xb2)]!==_0x566cf1){if(!_0x44045e[_0x20e10e(0x85)](_0x566cf1))throw new _0x90dc30(_0x20e10e(0x97));this[_0x20e10e(0xb2)]=_0x566cf1;}}[_0x2e4b53(0x9d)](){const _0x2af4ce=_0x2e4b53;this[_0x2af4ce(0x82)][_0x2af4ce(0xa4)]=!this[_0x2af4ce(0x82)][_0x2af4ce(0xa4)],this[_0x2af4ce(0xa6)](_0x2af4ce(0xb1),this[_0x2af4ce(0x82)][_0x2af4ce(0xa4)]);}[_0x2e4b53(0x91)](){const _0xf11ed2=_0x2e4b53;super[_0xf11ed2(0x91)](),this[_0xf11ed2(0x82)][_0xf11ed2(0x91)](),this[_0xf11ed2(0x82)][_0xf11ed2(0xa1)]&&this[_0xf11ed2(0x82)][_0xf11ed2(0xa1)][_0xf11ed2(0xb3)]();}}
23
+ const _0x2499fe=_0x3b19;(function(_0x585092,_0x5040d4){const _0xf8ae17=_0x3b19,_0x3dfb5c=_0x585092();while(!![]){try{const _0x4c4d54=parseInt(_0xf8ae17(0x9a))/0x1*(-parseInt(_0xf8ae17(0xbf))/0x2)+parseInt(_0xf8ae17(0xc0))/0x3+parseInt(_0xf8ae17(0xa4))/0x4+parseInt(_0xf8ae17(0xc1))/0x5+parseInt(_0xf8ae17(0xb7))/0x6*(parseInt(_0xf8ae17(0xb1))/0x7)+parseInt(_0xf8ae17(0xb9))/0x8+parseInt(_0xf8ae17(0xac))/0x9*(-parseInt(_0xf8ae17(0xbb))/0xa);if(_0x4c4d54===_0x5040d4)break;else _0x3dfb5c['push'](_0x3dfb5c['shift']());}catch(_0x2aa699){_0x3dfb5c['push'](_0x3dfb5c['shift']());}}}(_0x343d,0xdc8c2));import{ContextPlugin as _0x1b45f4,Editor as _0x20080b}from'ckeditor5/src/core.js';import{CKEditorError as _0x2cc204}from'ckeditor5/src/utils.js';function _0x3b19(_0x1e6e3b,_0x37708b){const _0x343d59=_0x343d();return _0x3b19=function(_0x3b1965,_0x42884b){_0x3b1965=_0x3b1965-0x95;let _0x308bdc=_0x343d59[_0x3b1965];return _0x308bdc;},_0x3b19(_0x1e6e3b,_0x37708b);}import{AITabsMainView as _0x2133f8,AI_TABS_VIEW_SIDES as _0x2d3a8c,AI_TABS_VIEW_TYPES as _0x1931ec}from'./aitabsmainview.js';function _0x343d(){const _0x3d5824=['locale','overlay','857712atgTiJ','resize','sidebar','config','container','element','switchSide','ai-tabs-sidebar-container-element-not-found','2855403sKLAWw','right','isMaximized','remove','pluginName','674079NsRmKD','ai-tabs-unsupported-ui-side','switchType','get','isPremiumPlugin','bind','72xrHZjh','ai-tabs-unsupported-ui-type','9260008ZKxByV','ai-tabs-configuration-not-found','130PSnkjz','destroy','AITabs','focusTracker','601648hytcGN','4033122ZuRzhG','8788070umznHW','showResizeButton','add','fire','context','set','body','render','view','includes','2bbsrHY','type','side','ai.container','isOfficialPlugin','resizedTabs','custom','appendChild'];_0x343d=function(){return _0x3d5824;};return _0x343d();}export class AITabs extends _0x1b45f4{[_0x2499fe(0x98)];[_0x2499fe(0xa8)]=null;[_0x2499fe(0xc2)]=!0x0;static get[_0x2499fe(0xb0)](){const _0x4911cf=_0x2499fe;return _0x4911cf(0xbd);}static get[_0x2499fe(0x9e)](){return!0x0;}static get[_0x2499fe(0xb5)](){return!0x0;}constructor(_0xd8654c){const _0x55faa0=_0x2499fe;super(_0xd8654c);const _0x25edf3=this[_0x55faa0(0xc5)][_0x55faa0(0xa7)][_0x55faa0(0xb4)](_0x55faa0(0x9d));if(this[_0x55faa0(0x95)](_0x55faa0(0x9c),_0x55faa0(0xad)),!_0x25edf3)throw new _0x2cc204(_0x55faa0(0xba));if(void 0x0!==_0x25edf3[_0x55faa0(0xc2)]&&(this[_0x55faa0(0xc2)]=_0x25edf3[_0x55faa0(0xc2)]),_0x55faa0(0xa6)!==_0x25edf3[_0x55faa0(0x9b)]&&_0x55faa0(0xa3)!==_0x25edf3[_0x55faa0(0x9b)]||_0x25edf3[_0x55faa0(0x9c)]&&(this[_0x55faa0(0x9c)]=_0x25edf3[_0x55faa0(0x9c)]),_0x55faa0(0xa6)===_0x25edf3[_0x55faa0(0x9b)]){if(this[_0x55faa0(0xa8)]=_0x25edf3[_0x55faa0(0xa9)],this[_0x55faa0(0x95)](_0x55faa0(0x9b),_0x55faa0(0xa6)),!this[_0x55faa0(0xa8)])throw new _0x2cc204(_0x55faa0(0xab));}else _0x55faa0(0xa3)===_0x25edf3[_0x55faa0(0x9b)]?(this[_0x55faa0(0xa8)]=document[_0x55faa0(0x96)],this[_0x55faa0(0x95)](_0x55faa0(0x9b),_0x55faa0(0xa3))):(this[_0x55faa0(0xa8)]=null,this[_0x55faa0(0x95)](_0x55faa0(0x9b),_0x55faa0(0xa0)));this[_0x55faa0(0x98)]=new _0x2133f8(this[_0x55faa0(0xc5)][_0x55faa0(0xa2)],{'side':this[_0x55faa0(0x9c)],'type':this[_0x55faa0(0x9b)]}),this[_0x55faa0(0x98)][_0x55faa0(0x97)](),this[_0x55faa0(0x98)][_0x55faa0(0xb6)](_0x55faa0(0x9c))['to'](this,_0x55faa0(0x9c)),this[_0x55faa0(0x98)][_0x55faa0(0xb6)](_0x55faa0(0x9b))['to'](this,_0x55faa0(0x9b)),this[_0x55faa0(0xa8)]&&this[_0x55faa0(0xa8)][_0x55faa0(0xa1)](this[_0x55faa0(0x98)][_0x55faa0(0xa9)]),this[_0x55faa0(0xc5)]instanceof _0x20080b&&this[_0x55faa0(0xc5)]['ui'][_0x55faa0(0xbe)][_0x55faa0(0xc3)](this[_0x55faa0(0x98)][_0x55faa0(0xa9)]);}[_0x2499fe(0xb3)](_0x264b23){const _0x33d803=_0x2499fe;if(_0x264b23&&this[_0x33d803(0x9b)]!==_0x264b23){if(!_0x1931ec[_0x33d803(0x99)](_0x264b23))throw new _0x2cc204(_0x33d803(0xb8));this[_0x33d803(0x9b)]=_0x264b23;}}[_0x2499fe(0xaa)](_0x144d70){const _0x20f084=_0x2499fe;if(_0x144d70&&this[_0x20f084(0x9c)]!==_0x144d70){if(!_0x2d3a8c[_0x20f084(0x99)](_0x144d70))throw new _0x2cc204(_0x20f084(0xb2));this[_0x20f084(0x9c)]=_0x144d70;}}[_0x2499fe(0xa5)](){const _0x14118b=_0x2499fe;this[_0x14118b(0x98)][_0x14118b(0xae)]=!this[_0x14118b(0x98)][_0x14118b(0xae)],this[_0x14118b(0xc4)](_0x14118b(0x9f),this[_0x14118b(0x98)][_0x14118b(0xae)]);}[_0x2499fe(0xbc)](){const _0x52f8e8=_0x2499fe;super[_0x52f8e8(0xbc)](),this[_0x52f8e8(0x98)][_0x52f8e8(0xbc)](),this[_0x52f8e8(0x98)][_0x52f8e8(0xa9)]&&this[_0x52f8e8(0x98)][_0x52f8e8(0xa9)][_0x52f8e8(0xaf)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3e7db7=_0x414c;(function(_0x134ad6,_0x599daa){const _0x515143=_0x414c,_0x27d151=_0x134ad6();while(!![]){try{const _0x11c6f9=parseInt(_0x515143(0x1b8))/0x1*(parseInt(_0x515143(0x1c6))/0x2)+parseInt(_0x515143(0x1b5))/0x3+-parseInt(_0x515143(0x1f5))/0x4+-parseInt(_0x515143(0x1e1))/0x5+-parseInt(_0x515143(0x1cb))/0x6*(parseInt(_0x515143(0x1eb))/0x7)+-parseInt(_0x515143(0x1fc))/0x8*(-parseInt(_0x515143(0x1d4))/0x9)+-parseInt(_0x515143(0x1cf))/0xa*(-parseInt(_0x515143(0x1c3))/0xb);if(_0x11c6f9===_0x599daa)break;else _0x27d151['push'](_0x27d151['shift']());}catch(_0x845471){_0x27d151['push'](_0x27d151['shift']());}}}(_0x16b7,0x3fc0d));import{View as _0x2f9dfd}from'ckeditor5/src/ui.js';import{toArray as _0x10d248,CKEditorError as _0x1bb0eb}from'ckeditor5/src/utils.js';function _0x16b7(){const _0x37b823=['icon','buttonLabel','733502zGvWvo','render','execute','label','setTemplate','activateTab','_tabs','isOn','show:','ck-ai-tabs_maximized','296876wsaGeH','isMaximized','panel','buttonViews','ck-tabs__panels-container','show','div','2337240LipLep','activateTab:','bind','length','_getButton','top','296499AJJHfF','class','showTab','3279UwdjlN','find','_showPanel','keys','ui-tabsview-tab-not-found','children','getTab','hide:','ck-reset','buttonIcon','fire','3091iCtPre','ck-tabs__buttons-container','button','94VWqdMj','set','ck-tabs_','_showButton','isVisible','18IlHIrC','_setupButton','getIndex','reduce','11930UyOThw','bindTemplate','addTab:','_hidePanel','activeTab','9HCLpZc','createCollection','order','add','hide','side','getTabIds','addTab','ck-tabs__panels-container_','locale','right','content','get','1153120NpSqVF','_getPanel','hideTab','panelViews','ck-tabs__buttons-container_','ck-tabs','_hideButton','left'];_0x16b7=function(){return _0x37b823;};return _0x16b7();}import{TabButtonView as _0x279e56}from'./tabbuttonview.js';import{TabPanelView as _0xfacc47}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';function _0x414c(_0x3f9524,_0x77ee60){const _0x16b7bc=_0x16b7();return _0x414c=function(_0x414cbb,_0x1e64ea){_0x414cbb=_0x414cbb-0x1b4;let _0xf19899=_0x16b7bc[_0x414cbb];return _0xf19899;},_0x414c(_0x3f9524,_0x77ee60);}export const AI_TABS_POSITIONS=[_0x3e7db7(0x1b4),_0x3e7db7(0x1e8),_0x3e7db7(0x1de)];export class AITabsView extends _0x2f9dfd{[_0x3e7db7(0x1f8)]=this[_0x3e7db7(0x1d5)]();[_0x3e7db7(0x1e4)]=this[_0x3e7db7(0x1d5)]();[_0x3e7db7(0x1f1)]=new Map();constructor(_0x38c667,_0x1e6705={}){const _0x632210=_0x3e7db7;super(_0x38c667),this[_0x632210(0x1c7)](_0x632210(0x1b6),void 0x0),this[_0x632210(0x1c7)](_0x632210(0x1d3),null),this[_0x632210(0x1c7)](_0x632210(0x1d9),_0x1e6705[_0x632210(0x1d9)]||_0x632210(0x1b4)),this[_0x632210(0x1c7)](_0x632210(0x1f6),!0x1);const _0x8f769=this[_0x632210(0x1d0)];this[_0x632210(0x1ef)]({'tag':_0x632210(0x1fb),'attributes':{'class':['ck',_0x632210(0x1c0),_0x632210(0x1e6),..._0x10d248(_0x1e6705[_0x632210(0x1b6)]||[]),_0x8f769['to'](_0x632210(0x1d9),_0x1fefc0=>_0x632210(0x1c8)+_0x1fefc0),_0x8f769['to'](_0x632210(0x1b6)),_0x8f769['to'](_0x632210(0x1f6),_0x4aa16e=>_0x4aa16e?_0x632210(0x1f4):'')],'tabindex':'0'},'children':[{'tag':_0x632210(0x1fb),'attributes':{'class':['ck',_0x632210(0x1c4),_0x8f769['to'](_0x632210(0x1d9),_0x1c1941=>_0x632210(0x1e5)+_0x1c1941)]},'children':this[_0x632210(0x1f8)]},{'tag':_0x632210(0x1fb),'attributes':{'class':['ck',_0x632210(0x1f9),_0x8f769['to'](_0x632210(0x1d9),_0x1f5c6a=>_0x632210(0x1dc)+_0x1f5c6a)]},'children':this[_0x632210(0x1e4)]},..._0x10d248(_0x1e6705[_0x632210(0x1bd)]||[])]});}[_0x3e7db7(0x1da)](){const _0x35472d=_0x3e7db7;return[...this[_0x35472d(0x1f1)][_0x35472d(0x1bb)]()];}[_0x3e7db7(0x1be)](_0x82c824){const _0x171fa4=_0x3e7db7,_0x4f4f19=this[_0x171fa4(0x1f1)][_0x171fa4(0x1e0)](_0x82c824);return _0x4f4f19||null;}[_0x3e7db7(0x1db)](_0x30e2d4){const _0x75e04a=_0x3e7db7,_0xc4951d=this[_0x75e04a(0x1cc)]({'id':_0x30e2d4['id'],'label':_0x30e2d4[_0x75e04a(0x1ea)],'icon':_0x30e2d4[_0x75e04a(0x1c1)],'order':_0x30e2d4[_0x75e04a(0x1d6)]}),_0x51d788=new _0xfacc47(this[_0x75e04a(0x1dd)]);return _0x51d788[_0x75e04a(0x1ec)](),_0x30e2d4[_0x75e04a(0x1df)]&&_0x51d788[_0x75e04a(0x1bd)][_0x75e04a(0x1d7)](_0x30e2d4[_0x75e04a(0x1df)]),this[_0x75e04a(0x1e4)][_0x75e04a(0x1d7)](_0x51d788),this[_0x75e04a(0x1f1)][_0x75e04a(0x1c7)](_0x30e2d4['id'],{'button':_0xc4951d,'panel':_0x51d788,'order':void 0x0!==_0x30e2d4[_0x75e04a(0x1d6)]?_0x30e2d4[_0x75e04a(0x1d6)]:null}),this[_0x75e04a(0x1c2)](_0x75e04a(0x1d1)+_0x30e2d4['id'],{'id':_0x30e2d4['id'],'button':_0xc4951d,'panel':_0x51d788}),null===this[_0x75e04a(0x1d3)]?this[_0x75e04a(0x1f0)](_0x30e2d4['id']):this[_0x75e04a(0x1d2)](_0x30e2d4['id']),{'button':_0xc4951d,'panel':_0x51d788};}[_0x3e7db7(0x1f0)](_0x419e5a){const _0x26ae4c=_0x3e7db7;if(null!==_0x419e5a&&!this[_0x26ae4c(0x1be)](_0x419e5a))throw new _0x1bb0eb(_0x26ae4c(0x1bc),{'tabs':this,'tabId':_0x419e5a});this[_0x26ae4c(0x1d3)]!==_0x419e5a&&(this[_0x26ae4c(0x1d3)]&&this[_0x26ae4c(0x1d2)](this[_0x26ae4c(0x1d3)]),this[_0x26ae4c(0x1d3)]=_0x419e5a,_0x419e5a&&this[_0x26ae4c(0x1ba)](_0x419e5a),this[_0x26ae4c(0x1c2)](_0x26ae4c(0x1fd)+_0x419e5a,_0x419e5a));}[_0x3e7db7(0x1b7)](_0x495083){const _0x27bc9c=_0x3e7db7;if(!this[_0x27bc9c(0x1be)](_0x495083))throw new _0x1bb0eb(_0x27bc9c(0x1bc),{'tabs':this,'tabId':_0x495083});this[_0x27bc9c(0x1ba)](_0x495083),this[_0x27bc9c(0x1c9)](_0x495083),this[_0x27bc9c(0x1c2)](_0x27bc9c(0x1f3)+_0x495083,_0x495083);}[_0x3e7db7(0x1e3)](_0x5733db){const _0xe95a0c=_0x3e7db7;if(!this[_0xe95a0c(0x1be)](_0x5733db))throw new _0x1bb0eb(_0xe95a0c(0x1bc),{'tabs':this,'tabId':_0x5733db});const _0xf9830=this[_0xe95a0c(0x1d3)];this[_0xe95a0c(0x1d2)](_0x5733db),this[_0xe95a0c(0x1e7)](_0x5733db);const _0x26030a=this[_0xe95a0c(0x1da)]();_0xf9830===_0x5733db&&_0x26030a[_0xe95a0c(0x1ff)]>0x1&&this[_0xe95a0c(0x1f0)](_0x26030a[_0xe95a0c(0x1b9)](_0x27ab10=>_0x27ab10!==_0x5733db)),this[_0xe95a0c(0x1c2)](_0xe95a0c(0x1bf)+_0x5733db,_0x5733db);}[_0x3e7db7(0x1e2)](_0x2847f8){const _0x518473=_0x3e7db7,_0x519097=this[_0x518473(0x1f1)][_0x518473(0x1e0)](_0x2847f8);return _0x519097?_0x519097[_0x518473(0x1f7)]:null;}[_0x3e7db7(0x1ba)](_0x5e77a5){const _0x14128a=_0x3e7db7;null!==this[_0x14128a(0x1d3)]&&this[_0x14128a(0x1d3)]!==_0x5e77a5||this[_0x14128a(0x1e2)](_0x5e77a5)[_0x14128a(0x1fa)]();}[_0x3e7db7(0x1d2)](_0x41b1f6){const _0x467946=_0x3e7db7,_0x3d1823=this[_0x467946(0x1e2)](_0x41b1f6);_0x3d1823[_0x467946(0x1ca)]&&(this[_0x467946(0x1d3)]===_0x41b1f6&&(this[_0x467946(0x1d3)]=null),_0x3d1823[_0x467946(0x1d8)]());}[_0x3e7db7(0x200)](_0x4dd9e8){const _0x22b7b1=_0x3e7db7,_0x2cf19e=this[_0x22b7b1(0x1f1)][_0x22b7b1(0x1e0)](_0x4dd9e8);return _0x2cf19e?_0x2cf19e[_0x22b7b1(0x1c5)]:null;}[_0x3e7db7(0x1c9)](_0x3db138){const _0x29f742=_0x3e7db7;this[_0x29f742(0x200)](_0x3db138)[_0x29f742(0x1fa)]();}[_0x3e7db7(0x1e7)](_0x39e9ee){const _0x1e759e=_0x3e7db7;this[_0x1e759e(0x200)](_0x39e9ee)[_0x1e759e(0x1d8)]();}[_0x3e7db7(0x1cc)](_0x2f66e4){const _0x31b8da=_0x3e7db7,_0x39629b=new _0x279e56(this[_0x31b8da(0x1dd)],{'side':this[_0x31b8da(0x1d9)]}),_0x329c6f=this[_0x31b8da(0x1f8)];if(_0x39629b[_0x31b8da(0x1c7)]({'label':_0x2f66e4[_0x31b8da(0x1ee)],'icon':_0x2f66e4[_0x31b8da(0x1e9)],'tooltip':!0x0,'withText':!0x0}),_0x39629b[_0x31b8da(0x1fe)](_0x31b8da(0x1f2))['to'](this,_0x31b8da(0x1d3),_0x5e4092=>_0x5e4092===_0x2f66e4['id']),_0x39629b[_0x31b8da(0x1fe)](_0x31b8da(0x1d9))['to'](this,_0x31b8da(0x1d9)),_0x2f66e4[_0x31b8da(0x1d6)]){const _0x56526f=[...this[_0x31b8da(0x1f1)]][_0x31b8da(0x1ce)]((_0x203ccb,_0x31d61d)=>{const _0x1935a3=_0x31b8da,_0x5ed1f0=_0x31d61d[0x0],{order:_0x11b07d}=_0x31d61d[0x1];return!_0x11b07d||_0x11b07d>_0x2f66e4[_0x1935a3(0x1d6)]?_0x203ccb:_0x11b07d>=_0x203ccb[_0x1935a3(0x1d6)]?{'id':_0x5ed1f0,'order':_0x11b07d}:_0x203ccb;},{'id':'','order':0x0}),_0x27d3ee=_0x329c6f[_0x31b8da(0x1cd)](this[_0x31b8da(0x200)](_0x56526f['id']));_0x329c6f[_0x31b8da(0x1d7)](_0x39629b,_0x27d3ee+0x1);}else _0x329c6f[_0x31b8da(0x1d7)](_0x39629b);return _0x39629b['on'](_0x31b8da(0x1ed),()=>{const _0x170776=_0x31b8da;this[_0x170776(0x1f0)](_0x2f66e4['id']);}),_0x39629b;}}
23
+ const _0x5d20a7=_0x497e;(function(_0x3e7964,_0x3e0198){const _0xc543f8=_0x497e,_0x22f991=_0x3e7964();while(!![]){try{const _0x45678a=parseInt(_0xc543f8(0x1d7))/0x1+parseInt(_0xc543f8(0x1d8))/0x2*(-parseInt(_0xc543f8(0x20f))/0x3)+parseInt(_0xc543f8(0x201))/0x4*(parseInt(_0xc543f8(0x1ce))/0x5)+-parseInt(_0xc543f8(0x1ef))/0x6*(parseInt(_0xc543f8(0x205))/0x7)+parseInt(_0xc543f8(0x1e6))/0x8+parseInt(_0xc543f8(0x1ca))/0x9+-parseInt(_0xc543f8(0x1c9))/0xa*(parseInt(_0xc543f8(0x1cb))/0xb);if(_0x45678a===_0x3e0198)break;else _0x22f991['push'](_0x22f991['shift']());}catch(_0x1a851b){_0x22f991['push'](_0x22f991['shift']());}}}(_0x39a1,0x45aa4));import{View as _0x153b0d}from'ckeditor5/src/ui.js';function _0x39a1(){const _0x38835e=['2927061HkHNtW','627gLTqyr','isVisible','isMaximized','31835AsoDqo','activeTab','getTab','buttonLabel','fire','panel','getTabIds','activateTab:','getIndex','63922hQKsTB','1086132hxCclB','_setupButton','button','set','top','find','ck-tabs','locale','buttonViews','_getPanel','render','addTab:','show','_showPanel','4143152zwXTow','keys','icon','panelViews','buttonIcon','content','ck-tabs__panels-container_','activateTab','div','703974CofjvI','showTab','side','ck-reset','children','ui-tabsview-tab-not-found','ck-tabs__buttons-container_','bindTemplate','addTab','_showButton','ck-tabs__buttons-container','get','right','label','length','reduce','_getButton','hideTab','28RppmRA','hide:','_tabs','createCollection','7iaQvhA','order','_hidePanel','_hideButton','show:','add','hide','setTemplate','bind','execute','3nUSDdz','ck-tabs__panels-container','left','ck-ai-tabs_maximized','ck-tabs_','isOn','class','1030KXBHot'];_0x39a1=function(){return _0x38835e;};return _0x39a1();}import{toArray as _0x3a5bb9,CKEditorError as _0x221bda}from'ckeditor5/src/utils.js';import{TabButtonView as _0x1fa5e5}from'./tabbuttonview.js';import{TabPanelView as _0x29c8a4}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';function _0x497e(_0x379750,_0x28f759){const _0x39a1b8=_0x39a1();return _0x497e=function(_0x497e7c,_0xa85aa6){_0x497e7c=_0x497e7c-0x1c3;let _0x558987=_0x39a1b8[_0x497e7c];return _0x558987;},_0x497e(_0x379750,_0x28f759);}export const AI_TABS_POSITIONS=[_0x5d20a7(0x1dc),_0x5d20a7(0x1c4),_0x5d20a7(0x1fb)];export class AITabsView extends _0x153b0d{[_0x5d20a7(0x1e0)]=this[_0x5d20a7(0x204)]();[_0x5d20a7(0x1e9)]=this[_0x5d20a7(0x204)]();[_0x5d20a7(0x203)]=new Map();constructor(_0x1f5c3e,_0x285adf={}){const _0x549004=_0x5d20a7;super(_0x1f5c3e),this[_0x549004(0x1db)](_0x549004(0x1c8),void 0x0),this[_0x549004(0x1db)](_0x549004(0x1cf),null),this[_0x549004(0x1db)](_0x549004(0x1f1),_0x285adf[_0x549004(0x1f1)]||_0x549004(0x1dc)),this[_0x549004(0x1db)](_0x549004(0x1cd),!0x1);const _0x5e16b0=this[_0x549004(0x1f6)];this[_0x549004(0x20c)]({'tag':_0x549004(0x1ee),'attributes':{'class':['ck',_0x549004(0x1f2),_0x549004(0x1de),..._0x3a5bb9(_0x285adf[_0x549004(0x1c8)]||[]),_0x5e16b0['to'](_0x549004(0x1f1),_0x110aff=>_0x549004(0x1c6)+_0x110aff),_0x5e16b0['to'](_0x549004(0x1c8)),_0x5e16b0['to'](_0x549004(0x1cd),_0x5a4a1a=>_0x5a4a1a?_0x549004(0x1c5):'')],'tabindex':'0'},'children':[{'tag':_0x549004(0x1ee),'attributes':{'class':['ck',_0x549004(0x1f9),_0x5e16b0['to'](_0x549004(0x1f1),_0x4354e8=>_0x549004(0x1f5)+_0x4354e8)]},'children':this[_0x549004(0x1e0)]},{'tag':_0x549004(0x1ee),'attributes':{'class':['ck',_0x549004(0x1c3),_0x5e16b0['to'](_0x549004(0x1f1),_0x16ccae=>_0x549004(0x1ec)+_0x16ccae)]},'children':this[_0x549004(0x1e9)]},..._0x3a5bb9(_0x285adf[_0x549004(0x1f3)]||[])]});}[_0x5d20a7(0x1d4)](){const _0x22bb2f=_0x5d20a7;return[...this[_0x22bb2f(0x203)][_0x22bb2f(0x1e7)]()];}[_0x5d20a7(0x1d0)](_0xcacb8e){const _0x8fb94d=_0x5d20a7,_0x553b6b=this[_0x8fb94d(0x203)][_0x8fb94d(0x1fa)](_0xcacb8e);return _0x553b6b||null;}[_0x5d20a7(0x1f7)](_0x578353){const _0x121074=_0x5d20a7,_0x1e302a=this[_0x121074(0x1d9)]({'id':_0x578353['id'],'label':_0x578353[_0x121074(0x1d1)],'icon':_0x578353[_0x121074(0x1ea)],'order':_0x578353[_0x121074(0x206)]}),_0x5e4f3c=new _0x29c8a4(this[_0x121074(0x1df)]);return _0x5e4f3c[_0x121074(0x1e2)](),_0x578353[_0x121074(0x1eb)]&&_0x5e4f3c[_0x121074(0x1f3)][_0x121074(0x20a)](_0x578353[_0x121074(0x1eb)]),this[_0x121074(0x1e9)][_0x121074(0x20a)](_0x5e4f3c),this[_0x121074(0x203)][_0x121074(0x1db)](_0x578353['id'],{'button':_0x1e302a,'panel':_0x5e4f3c,'order':void 0x0!==_0x578353[_0x121074(0x206)]?_0x578353[_0x121074(0x206)]:null}),this[_0x121074(0x1d2)](_0x121074(0x1e3)+_0x578353['id'],{'id':_0x578353['id'],'button':_0x1e302a,'panel':_0x5e4f3c}),null===this[_0x121074(0x1cf)]?this[_0x121074(0x1ed)](_0x578353['id']):this[_0x121074(0x207)](_0x578353['id']),{'button':_0x1e302a,'panel':_0x5e4f3c};}[_0x5d20a7(0x1ed)](_0x447a1b){const _0xdfbf46=_0x5d20a7;if(null!==_0x447a1b&&!this[_0xdfbf46(0x1d0)](_0x447a1b))throw new _0x221bda(_0xdfbf46(0x1f4),{'tabs':this,'tabId':_0x447a1b});this[_0xdfbf46(0x1cf)]!==_0x447a1b&&(this[_0xdfbf46(0x1cf)]&&this[_0xdfbf46(0x207)](this[_0xdfbf46(0x1cf)]),this[_0xdfbf46(0x1cf)]=_0x447a1b,_0x447a1b&&this[_0xdfbf46(0x1e5)](_0x447a1b),this[_0xdfbf46(0x1d2)](_0xdfbf46(0x1d5)+_0x447a1b,_0x447a1b));}[_0x5d20a7(0x1f0)](_0x5a3de0){const _0x463906=_0x5d20a7;if(!this[_0x463906(0x1d0)](_0x5a3de0))throw new _0x221bda(_0x463906(0x1f4),{'tabs':this,'tabId':_0x5a3de0});this[_0x463906(0x1e5)](_0x5a3de0),this[_0x463906(0x1f8)](_0x5a3de0),this[_0x463906(0x1d2)](_0x463906(0x209)+_0x5a3de0,_0x5a3de0);}[_0x5d20a7(0x200)](_0x2243e8){const _0xed84cb=_0x5d20a7;if(!this[_0xed84cb(0x1d0)](_0x2243e8))throw new _0x221bda(_0xed84cb(0x1f4),{'tabs':this,'tabId':_0x2243e8});const _0x4bf93f=this[_0xed84cb(0x1cf)];this[_0xed84cb(0x207)](_0x2243e8),this[_0xed84cb(0x208)](_0x2243e8);const _0x36e8aa=this[_0xed84cb(0x1d4)]();_0x4bf93f===_0x2243e8&&_0x36e8aa[_0xed84cb(0x1fd)]>0x1&&this[_0xed84cb(0x1ed)](_0x36e8aa[_0xed84cb(0x1dd)](_0x376623=>_0x376623!==_0x2243e8)),this[_0xed84cb(0x1d2)](_0xed84cb(0x202)+_0x2243e8,_0x2243e8);}[_0x5d20a7(0x1e1)](_0x3ac1bd){const _0x4815e7=_0x5d20a7,_0x4eb094=this[_0x4815e7(0x203)][_0x4815e7(0x1fa)](_0x3ac1bd);return _0x4eb094?_0x4eb094[_0x4815e7(0x1d3)]:null;}[_0x5d20a7(0x1e5)](_0x576432){const _0x53cfe8=_0x5d20a7;null!==this[_0x53cfe8(0x1cf)]&&this[_0x53cfe8(0x1cf)]!==_0x576432||this[_0x53cfe8(0x1e1)](_0x576432)[_0x53cfe8(0x1e4)]();}[_0x5d20a7(0x207)](_0x26b0d2){const _0x3a792c=_0x5d20a7,_0x36a950=this[_0x3a792c(0x1e1)](_0x26b0d2);_0x36a950[_0x3a792c(0x1cc)]&&(this[_0x3a792c(0x1cf)]===_0x26b0d2&&(this[_0x3a792c(0x1cf)]=null),_0x36a950[_0x3a792c(0x20b)]());}[_0x5d20a7(0x1ff)](_0x3355aa){const _0x8ecc28=_0x5d20a7,_0x5c0118=this[_0x8ecc28(0x203)][_0x8ecc28(0x1fa)](_0x3355aa);return _0x5c0118?_0x5c0118[_0x8ecc28(0x1da)]:null;}[_0x5d20a7(0x1f8)](_0x275b42){const _0x375279=_0x5d20a7;this[_0x375279(0x1ff)](_0x275b42)[_0x375279(0x1e4)]();}[_0x5d20a7(0x208)](_0x477c7c){const _0x4fe873=_0x5d20a7;this[_0x4fe873(0x1ff)](_0x477c7c)[_0x4fe873(0x20b)]();}[_0x5d20a7(0x1d9)](_0x16ed68){const _0x1265f8=_0x5d20a7,_0x43a1b3=new _0x1fa5e5(this[_0x1265f8(0x1df)],{'side':this[_0x1265f8(0x1f1)]}),_0x44e21b=this[_0x1265f8(0x1e0)];if(_0x43a1b3[_0x1265f8(0x1db)]({'label':_0x16ed68[_0x1265f8(0x1fc)],'icon':_0x16ed68[_0x1265f8(0x1e8)],'tooltip':!0x0,'withText':!0x0}),_0x43a1b3[_0x1265f8(0x20d)](_0x1265f8(0x1c7))['to'](this,_0x1265f8(0x1cf),_0x5ce719=>_0x5ce719===_0x16ed68['id']),_0x43a1b3[_0x1265f8(0x20d)](_0x1265f8(0x1f1))['to'](this,_0x1265f8(0x1f1)),_0x16ed68[_0x1265f8(0x206)]){const _0x41813f=[...this[_0x1265f8(0x203)]][_0x1265f8(0x1fe)]((_0x4037d0,_0x34cb81)=>{const _0x4d5ce5=_0x1265f8,_0x457a36=_0x34cb81[0x0],{order:_0x3ce4c9}=_0x34cb81[0x1];return!_0x3ce4c9||_0x3ce4c9>_0x16ed68[_0x4d5ce5(0x206)]?_0x4037d0:_0x3ce4c9>=_0x4037d0[_0x4d5ce5(0x206)]?{'id':_0x457a36,'order':_0x3ce4c9}:_0x4037d0;},{'id':'','order':0x0}),_0x464b49=_0x44e21b[_0x1265f8(0x1d6)](this[_0x1265f8(0x1ff)](_0x41813f['id']));_0x44e21b[_0x1265f8(0x20a)](_0x43a1b3,_0x464b49+0x1);}else _0x44e21b[_0x1265f8(0x20a)](_0x43a1b3);return _0x43a1b3['on'](_0x1265f8(0x20e),()=>{const _0x198b91=_0x1265f8;this[_0x198b91(0x1ed)](_0x16ed68['id']);}),_0x43a1b3;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43fc85=_0x17f2;function _0x4c1c(){const _0x22d75c=['143GIwRdm','59535fpvTKE','ck-tab-button_','1094060tkZhbT','2080ISDlVz','bindTemplate','isToggleable','show','class','set','4433464bVIOen','2727914dXaoTX','871368OjaJUX','side','hide','6VcwcEY','top','45KGWbAs','3435268IYcdTf','isVisible','3HoBZjC','ck-tab-button','extendTemplate','856XmEcch'];_0x4c1c=function(){return _0x22d75c;};return _0x4c1c();}(function(_0x3a271b,_0x2f6466){const _0x3afe35=_0x17f2,_0x5d1dfa=_0x3a271b();while(!![]){try{const _0x9c947c=parseInt(_0x3afe35(0x9b))/0x1*(parseInt(_0x3afe35(0xae))/0x2)+parseInt(_0x3afe35(0xab))/0x3*(-parseInt(_0x3afe35(0xa9))/0x4)+parseInt(_0x3afe35(0xb0))/0x5+parseInt(_0x3afe35(0xa6))/0x6*(-parseInt(_0x3afe35(0xa2))/0x7)+-parseInt(_0x3afe35(0xa1))/0x8+parseInt(_0x3afe35(0xa8))/0x9*(parseInt(_0x3afe35(0x9a))/0xa)+parseInt(_0x3afe35(0xaf))/0xb*(parseInt(_0x3afe35(0xa3))/0xc);if(_0x9c947c===_0x2f6466)break;else _0x5d1dfa['push'](_0x5d1dfa['shift']());}catch(_0x54d5cb){_0x5d1dfa['push'](_0x5d1dfa['shift']());}}}(_0x4c1c,0x90279));import{ButtonView as _0x8d24d9}from'ckeditor5/src/ui.js';import{toArray as _0x15f929}from'ckeditor5/src/utils.js';function _0x17f2(_0x2a1a40,_0x276b55){const _0x4c1ce6=_0x4c1c();return _0x17f2=function(_0x17f202,_0x26b703){_0x17f202=_0x17f202-0x99;let _0x5d7e3d=_0x4c1ce6[_0x17f202];return _0x5d7e3d;},_0x17f2(_0x2a1a40,_0x276b55);}import'../../../theme/aitabs/tabs/tabbuttonview.css';export class TabButtonView extends _0x8d24d9{constructor(_0x1da32e,_0x4b05a8={}){const _0x507b3c=_0x17f2;super(_0x1da32e),this[_0x507b3c(0x9d)]=!0x0,this[_0x507b3c(0xa0)](_0x507b3c(0xa4),_0x4b05a8[_0x507b3c(0xa4)]||_0x507b3c(0xa7));const _0x49f956=this[_0x507b3c(0x9c)];this[_0x507b3c(0xad)]({'attributes':{'class':[_0x507b3c(0xac),..._0x15f929(_0x4b05a8[_0x507b3c(0x9f)]||[]),_0x49f956['to'](_0x507b3c(0xa4),_0x4dab77=>_0x507b3c(0x99)+_0x4dab77),_0x49f956['to'](_0x507b3c(0x9f))]}});}[_0x43fc85(0x9e)](){const _0x5d9a11=_0x43fc85;this[_0x5d9a11(0xa0)](_0x5d9a11(0xaa),!0x0);}[_0x43fc85(0xa5)](){const _0x2d6736=_0x43fc85;this[_0x2d6736(0xa0)](_0x2d6736(0xaa),!0x1);}}
23
+ const _0x414cb6=_0x1aff;(function(_0x59282e,_0x46757d){const _0x5e188a=_0x1aff,_0x1655e9=_0x59282e();while(!![]){try{const _0x455b66=-parseInt(_0x5e188a(0x89))/0x1*(-parseInt(_0x5e188a(0x7e))/0x2)+parseInt(_0x5e188a(0x7b))/0x3*(-parseInt(_0x5e188a(0x77))/0x4)+parseInt(_0x5e188a(0x78))/0x5*(-parseInt(_0x5e188a(0x83))/0x6)+parseInt(_0x5e188a(0x76))/0x7*(-parseInt(_0x5e188a(0x7a))/0x8)+parseInt(_0x5e188a(0x74))/0x9*(-parseInt(_0x5e188a(0x72))/0xa)+-parseInt(_0x5e188a(0x86))/0xb*(-parseInt(_0x5e188a(0x80))/0xc)+parseInt(_0x5e188a(0x85))/0xd*(parseInt(_0x5e188a(0x87))/0xe);if(_0x455b66===_0x46757d)break;else _0x1655e9['push'](_0x1655e9['shift']());}catch(_0x24782e){_0x1655e9['push'](_0x1655e9['shift']());}}}(_0x4e7f,0x466ae));import{ButtonView as _0x2cb9be}from'ckeditor5/src/ui.js';import{toArray as _0x13b53c}from'ckeditor5/src/utils.js';function _0x4e7f(){const _0x682b35=['35058obInrK','class','91kcNgPq','38665spJVki','2182684aPNQsN','top','29oUAgEU','side','ck-tab-button','100CpRfas','bindTemplate','121491DdOuxe','isVisible','7zoOJnx','60GVieWm','140pexKge','isToggleable','2136728cqhWJP','56409LhOVvf','hide','ck-tab-button_','1394vBnSav','set','84iDNKEG','show','extendTemplate'];_0x4e7f=function(){return _0x682b35;};return _0x4e7f();}function _0x1aff(_0x263832,_0x516540){const _0x4e7f8d=_0x4e7f();return _0x1aff=function(_0x1aff60,_0x169507){_0x1aff60=_0x1aff60-0x71;let _0x28b17d=_0x4e7f8d[_0x1aff60];return _0x28b17d;},_0x1aff(_0x263832,_0x516540);}import'../../../theme/aitabs/tabs/tabbuttonview.css';export class TabButtonView extends _0x2cb9be{constructor(_0x19e514,_0x4e7343={}){const _0x416252=_0x1aff;super(_0x19e514),this[_0x416252(0x79)]=!0x0,this[_0x416252(0x7f)](_0x416252(0x8a),_0x4e7343[_0x416252(0x8a)]||_0x416252(0x88));const _0x1c3f57=this[_0x416252(0x73)];this[_0x416252(0x82)]({'attributes':{'class':[_0x416252(0x71),..._0x13b53c(_0x4e7343[_0x416252(0x84)]||[]),_0x1c3f57['to'](_0x416252(0x8a),_0x1a48dd=>_0x416252(0x7d)+_0x1a48dd),_0x1c3f57['to'](_0x416252(0x84))]}});}[_0x414cb6(0x81)](){const _0x152aee=_0x414cb6;this[_0x152aee(0x7f)](_0x152aee(0x75),!0x0);}[_0x414cb6(0x7c)](){const _0x5bc704=_0x414cb6;this[_0x5bc704(0x7f)](_0x5bc704(0x75),!0x1);}}