@ckeditor/ckeditor5-ai 47.2.0-alpha.4 → 47.2.0-alpha.5

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 (128) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  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/ui/aiassistantcontroller.js +2 -2
  15. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  16. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  18. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  19. package/src/aiassistant/ui/form/aiformview.js +1 -1
  20. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  21. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  22. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  23. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  24. package/src/aiballoon/aiballoon.js +1 -1
  25. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  26. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  27. package/src/aiballoon/ui/aiballoonview.js +1 -1
  28. package/src/aichat/aichat.js +1 -1
  29. package/src/aichat/aichatcontroller.js +1 -1
  30. package/src/aichat/aichatui.js +1 -1
  31. package/src/aichat/model/aichatcontext.js +1 -1
  32. package/src/aichat/model/aichatconversation.js +1 -1
  33. package/src/aichat/model/aichatinteraction.js +1 -1
  34. package/src/aichat/model/aichatmodels.js +1 -1
  35. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  36. package/src/aichat/ui/aichatfeedview.js +1 -1
  37. package/src/aichat/ui/aichatheaderview.js +1 -1
  38. package/src/aichat/ui/aichatview.js +1 -1
  39. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  43. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  45. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  46. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  50. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  51. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  57. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  58. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  59. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  60. package/src/aichat/utils/eventnames.js +1 -1
  61. package/src/aichat/utils/promisequeue.js +1 -1
  62. package/src/aichat/utils/scrollmanager.js +1 -1
  63. package/src/aichathistory/aichathistory.js +1 -1
  64. package/src/aichathistory/aichathistorycontroller.js +1 -1
  65. package/src/aichathistory/aichathistoryui.js +1 -1
  66. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  67. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  68. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  69. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  70. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  71. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  72. package/src/aicore/aiconnector.js +1 -1
  73. package/src/aicore/aiediting.js +1 -1
  74. package/src/aicore/model/aicapabilities.js +1 -1
  75. package/src/aicore/model/aiinteraction.js +1 -1
  76. package/src/aicore/model/aimodels.js +1 -1
  77. package/src/aicore/model/aireply.js +1 -1
  78. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  79. package/src/aicore/pipeline/airesponseparser.js +2 -2
  80. package/src/aicore/ui/aidisclaimerview.js +1 -1
  81. package/src/aicore/ui/aiskeleton.js +1 -1
  82. package/src/aicore/ui/aispinner.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  87. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  88. package/src/aicore/utils/createresizebutton.js +1 -1
  89. package/src/aicore/utils/documentrange.js +1 -1
  90. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  91. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  92. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  93. package/src/aicore/utils/htmlparser.js +1 -1
  94. package/src/aicore/utils/htmlstreamer.js +1 -1
  95. package/src/aieditorintegration/aieditorintegration.js +1 -1
  96. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  97. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  98. package/src/aiquickactions/aiquickactions.js +1 -1
  99. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  100. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  101. package/src/aiquickactions/aiquickactionsui.js +1 -1
  102. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  103. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  104. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  105. package/src/aireviewmode/aireviewmode.js +1 -1
  106. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  107. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  108. package/src/aireviewmode/aireviewmodeui.js +1 -1
  109. package/src/aireviewmode/model/aireviewchecklist.js +1 -1
  110. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  111. package/src/aireviewmode/model/aireviewcheckresultchange.js +1 -1
  112. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  113. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  117. package/src/aireviewmode/ui/aireviewmodefinishreviewbuttonview.js +1 -1
  118. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  119. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  120. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  121. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  122. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  123. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  124. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  125. package/src/aitabs/aitabs.js +1 -1
  126. package/src/aitabs/tabs/aitabsview.js +1 -1
  127. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  128. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x177d41=_0x5821;(function(_0x3dcfd6,_0xf59367){const _0x522c70=_0x5821,_0x325aa7=_0x3dcfd6();while(!![]){try{const _0x25659b=parseInt(_0x522c70(0x208))/0x1*(-parseInt(_0x522c70(0x1ef))/0x2)+parseInt(_0x522c70(0x202))/0x3*(-parseInt(_0x522c70(0x1e5))/0x4)+-parseInt(_0x522c70(0x1f4))/0x5*(parseInt(_0x522c70(0x1f2))/0x6)+-parseInt(_0x522c70(0x1f7))/0x7+parseInt(_0x522c70(0x203))/0x8*(parseInt(_0x522c70(0x207))/0x9)+parseInt(_0x522c70(0x1eb))/0xa*(parseInt(_0x522c70(0x213))/0xb)+parseInt(_0x522c70(0x210))/0xc;if(_0x25659b===_0xf59367)break;else _0x325aa7['push'](_0x325aa7['shift']());}catch(_0xffe6c3){_0x325aa7['push'](_0x325aa7['shift']());}}}(_0x2c53,0x668fe));function _0x2c53(){const _0xe49e5e=['AITabs','342991ptHGIn','body','ai-tabs-unsupported-ui-side','type','remove','config','44bLNqzb','context','container','element','get','set','170BEJkUK','right','includes','focusTracker','82150nTUevA','view','ai-tabs-configuration-not-found','6wEedtP','add','249245gwoSnE','bind','resizedTabs','3931011trglfN','visibleByDefault','switchSide','ai-tabs-sidebar-container-element-not-found','sidebar','overlay','locale','isOfficialPlugin','render','resize','appendChild','163458rDNtot','32agWFhB','pluginName','ai.container','destroy','115677vhCROx','4fcbsGQ','fire','custom','showResizeButton','ai-tabs-unsupported-ui-type','switchType','isPremiumPlugin','side','14564076CKXTHC','isMaximized'];_0x2c53=function(){return _0xe49e5e;};return _0x2c53();}import{ContextPlugin as _0x1fed16,Editor as _0x24ca3d}from'ckeditor5/src/core.js';function _0x5821(_0x209a66,_0xcc98c8){const _0x2c53b4=_0x2c53();return _0x5821=function(_0x5821b0,_0x4a28ec){_0x5821b0=_0x5821b0-0x1e4;let _0x20144f=_0x2c53b4[_0x5821b0];return _0x20144f;},_0x5821(_0x209a66,_0xcc98c8);}import{CKEditorError as _0x2b593f}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x4e5ab2,AI_TABS_VIEW_SIDES as _0x2bd17c,AI_TABS_VIEW_TYPES as _0x3e8781}from'./aitabsmainview.js';export class AITabs extends _0x1fed16{[_0x177d41(0x1f0)];[_0x177d41(0x1e7)]=null;[_0x177d41(0x20b)]=!0x0;static get[_0x177d41(0x204)](){const _0xa1940d=_0x177d41;return _0xa1940d(0x212);}static get[_0x177d41(0x1fe)](){return!0x0;}static get[_0x177d41(0x20e)](){return!0x0;}constructor(_0x27aeb2){const _0x3266f7=_0x177d41;super(_0x27aeb2);const _0x56bfbb=this[_0x3266f7(0x1e6)][_0x3266f7(0x1e4)][_0x3266f7(0x1e9)](_0x3266f7(0x205));if(this[_0x3266f7(0x1ea)](_0x3266f7(0x20f),_0x3266f7(0x1ec)),!_0x56bfbb)throw new _0x2b593f(_0x3266f7(0x1f1));if(void 0x0!==_0x56bfbb[_0x3266f7(0x20b)]&&(this[_0x3266f7(0x20b)]=_0x56bfbb[_0x3266f7(0x20b)]),_0x3266f7(0x1fb)!==_0x56bfbb[_0x3266f7(0x216)]&&_0x3266f7(0x1fc)!==_0x56bfbb[_0x3266f7(0x216)]||_0x56bfbb[_0x3266f7(0x20f)]&&(this[_0x3266f7(0x20f)]=_0x56bfbb[_0x3266f7(0x20f)]),_0x3266f7(0x1fb)===_0x56bfbb[_0x3266f7(0x216)]){if(this[_0x3266f7(0x1e7)]=_0x56bfbb[_0x3266f7(0x1e8)],this[_0x3266f7(0x1ea)](_0x3266f7(0x216),_0x3266f7(0x1fb)),!this[_0x3266f7(0x1e7)])throw new _0x2b593f(_0x3266f7(0x1fa));}else _0x3266f7(0x1fc)===_0x56bfbb[_0x3266f7(0x216)]?(this[_0x3266f7(0x1e7)]=document[_0x3266f7(0x214)],this[_0x3266f7(0x1ea)](_0x3266f7(0x216),_0x3266f7(0x1fc))):(this[_0x3266f7(0x1e7)]=null,this[_0x3266f7(0x1ea)](_0x3266f7(0x216),_0x3266f7(0x20a)));this[_0x3266f7(0x1f0)]=new _0x4e5ab2(this[_0x3266f7(0x1e6)][_0x3266f7(0x1fd)],{'side':this[_0x3266f7(0x20f)],'type':this[_0x3266f7(0x216)],'visibleByDefault':void 0x0===_0x56bfbb[_0x3266f7(0x1f8)]||_0x56bfbb[_0x3266f7(0x1f8)]}),this[_0x3266f7(0x1f0)][_0x3266f7(0x1ff)](),this[_0x3266f7(0x1f0)][_0x3266f7(0x1f5)](_0x3266f7(0x20f))['to'](this,_0x3266f7(0x20f)),this[_0x3266f7(0x1f0)][_0x3266f7(0x1f5)](_0x3266f7(0x216))['to'](this,_0x3266f7(0x216)),this[_0x3266f7(0x1e7)]&&this[_0x3266f7(0x1e7)][_0x3266f7(0x201)](this[_0x3266f7(0x1f0)][_0x3266f7(0x1e8)]),this[_0x3266f7(0x1e6)]instanceof _0x24ca3d&&this[_0x3266f7(0x1e6)]['ui'][_0x3266f7(0x1ee)][_0x3266f7(0x1f3)](this[_0x3266f7(0x1f0)][_0x3266f7(0x1e8)]);}[_0x177d41(0x20d)](_0x46fbad){const _0xd2d45d=_0x177d41;if(_0x46fbad&&this[_0xd2d45d(0x216)]!==_0x46fbad){if(!_0x3e8781[_0xd2d45d(0x1ed)](_0x46fbad))throw new _0x2b593f(_0xd2d45d(0x20c));this[_0xd2d45d(0x216)]=_0x46fbad;}}[_0x177d41(0x1f9)](_0x22e006){const _0x4e3a7a=_0x177d41;if(_0x22e006&&this[_0x4e3a7a(0x20f)]!==_0x22e006){if(!_0x2bd17c[_0x4e3a7a(0x1ed)](_0x22e006))throw new _0x2b593f(_0x4e3a7a(0x215));this[_0x4e3a7a(0x20f)]=_0x22e006;}}[_0x177d41(0x200)](){const _0x4a236d=_0x177d41;this[_0x4a236d(0x1f0)][_0x4a236d(0x211)]=!this[_0x4a236d(0x1f0)][_0x4a236d(0x211)],this[_0x4a236d(0x209)](_0x4a236d(0x1f6),this[_0x4a236d(0x1f0)][_0x4a236d(0x211)]);}[_0x177d41(0x206)](){const _0x4f16e1=_0x177d41;super[_0x4f16e1(0x206)](),this[_0x4f16e1(0x1f0)][_0x4f16e1(0x206)](),this[_0x4f16e1(0x1f0)][_0x4f16e1(0x1e8)]&&this[_0x4f16e1(0x1f0)][_0x4f16e1(0x1e8)][_0x4f16e1(0x217)]();}}
23
+ const _0x4e4217=_0x1254;function _0x4541(){const _0x57c728=['ai-tabs-unsupported-ui-type','locale','ai-tabs-unsupported-ui-side','destroy','isOfficialPlugin','remove','type','bind','config','ai.container','164fNfmiK','switchSide','ai-tabs-sidebar-container-element-not-found','body','context','side','5793687HkOLHT','resize','isPremiumPlugin','switchType','focusTracker','right','2146376YZOCFE','element','sidebar','includes','3156414jSZVgZ','get','render','custom','showResizeButton','28gioGHs','fire','add','appendChild','resizedTabs','ai-tabs-configuration-not-found','AITabs','7862560DkFsFw','view','container','visibleByDefault','overlay','75114epbumz','326DIWeSR','16422582tvHtAF','set','5269rfEkFv','isMaximized','pluginName','10ivcXkc'];_0x4541=function(){return _0x57c728;};return _0x4541();}(function(_0x33a633,_0x2ca81c){const _0x57808b=_0x1254,_0x1dc21e=_0x33a633();while(!![]){try{const _0x511050=-parseInt(_0x57808b(0x177))/0x1*(-parseInt(_0x57808b(0x174))/0x2)+-parseInt(_0x57808b(0x173))/0x3*(-parseInt(_0x57808b(0x152))/0x4)+-parseInt(_0x57808b(0x17a))/0x5*(parseInt(_0x57808b(0x162))/0x6)+parseInt(_0x57808b(0x167))/0x7*(parseInt(_0x57808b(0x15e))/0x8)+-parseInt(_0x57808b(0x158))/0x9+parseInt(_0x57808b(0x16e))/0xa+-parseInt(_0x57808b(0x175))/0xb;if(_0x511050===_0x2ca81c)break;else _0x1dc21e['push'](_0x1dc21e['shift']());}catch(_0x2d826c){_0x1dc21e['push'](_0x1dc21e['shift']());}}}(_0x4541,0x87be6));function _0x1254(_0x20d5c2,_0x1b0d77){const _0x45416a=_0x4541();return _0x1254=function(_0x125415,_0x6c1248){_0x125415=_0x125415-0x152;let _0x114905=_0x45416a[_0x125415];return _0x114905;},_0x1254(_0x20d5c2,_0x1b0d77);}import{ContextPlugin as _0x2d0362,Editor as _0x3e2ff1}from'ckeditor5/src/core.js';import{CKEditorError as _0x3958e9}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x490077,AI_TABS_VIEW_SIDES as _0x213799,AI_TABS_VIEW_TYPES as _0xcedc5c}from'./aitabsmainview.js';export class AITabs extends _0x2d0362{[_0x4e4217(0x16f)];[_0x4e4217(0x170)]=null;[_0x4e4217(0x166)]=!0x0;static get[_0x4e4217(0x179)](){const _0x492fdb=_0x4e4217;return _0x492fdb(0x16d);}static get[_0x4e4217(0x17f)](){return!0x0;}static get[_0x4e4217(0x15a)](){return!0x0;}constructor(_0x5308c1){const _0x180355=_0x4e4217;super(_0x5308c1);const _0x3631fc=this[_0x180355(0x156)][_0x180355(0x183)][_0x180355(0x163)](_0x180355(0x184));if(this[_0x180355(0x176)](_0x180355(0x157),_0x180355(0x15d)),!_0x3631fc)throw new _0x3958e9(_0x180355(0x16c));if(void 0x0!==_0x3631fc[_0x180355(0x166)]&&(this[_0x180355(0x166)]=_0x3631fc[_0x180355(0x166)]),_0x180355(0x160)!==_0x3631fc[_0x180355(0x181)]&&_0x180355(0x172)!==_0x3631fc[_0x180355(0x181)]||_0x3631fc[_0x180355(0x157)]&&(this[_0x180355(0x157)]=_0x3631fc[_0x180355(0x157)]),_0x180355(0x160)===_0x3631fc[_0x180355(0x181)]){if(this[_0x180355(0x170)]=_0x3631fc[_0x180355(0x15f)],this[_0x180355(0x176)](_0x180355(0x181),_0x180355(0x160)),!this[_0x180355(0x170)])throw new _0x3958e9(_0x180355(0x154));}else _0x180355(0x172)===_0x3631fc[_0x180355(0x181)]?(this[_0x180355(0x170)]=document[_0x180355(0x155)],this[_0x180355(0x176)](_0x180355(0x181),_0x180355(0x172))):(this[_0x180355(0x170)]=null,this[_0x180355(0x176)](_0x180355(0x181),_0x180355(0x165)));this[_0x180355(0x16f)]=new _0x490077(this[_0x180355(0x156)][_0x180355(0x17c)],{'side':this[_0x180355(0x157)],'type':this[_0x180355(0x181)],'visibleByDefault':void 0x0===_0x3631fc[_0x180355(0x171)]||_0x3631fc[_0x180355(0x171)]}),this[_0x180355(0x16f)][_0x180355(0x164)](),this[_0x180355(0x16f)][_0x180355(0x182)](_0x180355(0x157))['to'](this,_0x180355(0x157)),this[_0x180355(0x16f)][_0x180355(0x182)](_0x180355(0x181))['to'](this,_0x180355(0x181)),this[_0x180355(0x170)]&&this[_0x180355(0x170)][_0x180355(0x16a)](this[_0x180355(0x16f)][_0x180355(0x15f)]),this[_0x180355(0x156)]instanceof _0x3e2ff1&&this[_0x180355(0x156)]['ui'][_0x180355(0x15c)][_0x180355(0x169)](this[_0x180355(0x16f)][_0x180355(0x15f)]);}[_0x4e4217(0x15b)](_0x5b0db2){const _0x3c051c=_0x4e4217;if(_0x5b0db2&&this[_0x3c051c(0x181)]!==_0x5b0db2){if(!_0xcedc5c[_0x3c051c(0x161)](_0x5b0db2))throw new _0x3958e9(_0x3c051c(0x17b));this[_0x3c051c(0x181)]=_0x5b0db2;}}[_0x4e4217(0x153)](_0x4dbd0f){const _0x4c157b=_0x4e4217;if(_0x4dbd0f&&this[_0x4c157b(0x157)]!==_0x4dbd0f){if(!_0x213799[_0x4c157b(0x161)](_0x4dbd0f))throw new _0x3958e9(_0x4c157b(0x17d));this[_0x4c157b(0x157)]=_0x4dbd0f;}}[_0x4e4217(0x159)](){const _0x26a530=_0x4e4217;this[_0x26a530(0x16f)][_0x26a530(0x178)]=!this[_0x26a530(0x16f)][_0x26a530(0x178)],this[_0x26a530(0x168)](_0x26a530(0x16b),this[_0x26a530(0x16f)][_0x26a530(0x178)]);}[_0x4e4217(0x17e)](){const _0x10faa9=_0x4e4217;super[_0x10faa9(0x17e)](),this[_0x10faa9(0x16f)][_0x10faa9(0x17e)](),this[_0x10faa9(0x16f)][_0x10faa9(0x15f)]&&this[_0x10faa9(0x16f)][_0x10faa9(0x15f)][_0x10faa9(0x180)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x55aa(){const _0x31e71c=['ck-tabs','bindTemplate','keys','ck-reset','hide:','addTab','class','button','add','div','isMaximized','activateTab','hideTab','2805546FohmCW','getTabIds','find','getIndex','ck-ai-tabs_maximized','getTab','_setupButton','set','ck-tabs__panels-container','buttonLabel','isVisible','ck-tabs__panels-container_','render','_hideButton','left','createCollection','buttonViews','execute','64lIIJQA','buttonIcon','order','25640ylANfg','_tabs','panelViews','6393776IauJQV','side','_getPanel','icon','258wkypVd','addTab:','setTemplate','ck-tabs__buttons-container','_hidePanel','reduce','activeTab','isOn','right','_getButton','locale','186669UEVyri','8261360vxXykK','show:','activateTab:','10135048eZUWYw','show','ck-tabs_','children','17338DpGkwN','length','content','4aWOUKk','hide','label','get','bind','top','panel','_showPanel','ui-tabsview-tab-not-found','9dZjkNk','showTab','fire','ck-tabs__buttons-container_','_showButton'];_0x55aa=function(){return _0x31e71c;};return _0x55aa();}const _0x1b0721=_0x2426;(function(_0xe867ac,_0x4d41c8){const _0x293c45=_0x2426,_0x27a24b=_0xe867ac();while(!![]){try{const _0x2dc2c2=-parseInt(_0x293c45(0x126))/0x1*(parseInt(_0x293c45(0x143))/0x2)+parseInt(_0x293c45(0x114))/0x3*(parseInt(_0x293c45(0x146))/0x4)+-parseInt(_0x293c45(0x129))/0x5+-parseInt(_0x293c45(0x130))/0x6*(-parseInt(_0x293c45(0x13b))/0x7)+parseInt(_0x293c45(0x12c))/0x8*(parseInt(_0x293c45(0x102))/0x9)+-parseInt(_0x293c45(0x13c))/0xa+-parseInt(_0x293c45(0x13f))/0xb;if(_0x2dc2c2===_0x4d41c8)break;else _0x27a24b['push'](_0x27a24b['shift']());}catch(_0x57bd00){_0x27a24b['push'](_0x27a24b['shift']());}}}(_0x55aa,0x8c0c5));import{View as _0x2f430a}from'ckeditor5/src/ui.js';import{toArray as _0x591b31,CKEditorError as _0x5a3402}from'ckeditor5/src/utils.js';import{TabButtonView as _0x56c6d0}from'./tabbuttonview.js';import{TabPanelView as _0x8a5fd9}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';function _0x2426(_0x2309db,_0x11359d){const _0x55aa28=_0x55aa();return _0x2426=function(_0x2426c2,_0x4b1432){_0x2426c2=_0x2426c2-0x100;let _0x45a1f6=_0x55aa28[_0x2426c2];return _0x45a1f6;},_0x2426(_0x2309db,_0x11359d);}export const AI_TABS_POSITIONS=[_0x1b0721(0x14b),_0x1b0721(0x122),_0x1b0721(0x138)];export class AITabsView extends _0x2f430a{[_0x1b0721(0x124)]=this[_0x1b0721(0x123)]();[_0x1b0721(0x12b)]=this[_0x1b0721(0x123)]();[_0x1b0721(0x12a)]=new Map();constructor(_0x1567d0,_0x23ba53={}){const _0x5df067=_0x1b0721;super(_0x1567d0),this[_0x5df067(0x11b)](_0x5df067(0x10d),void 0x0),this[_0x5df067(0x11b)](_0x5df067(0x136),null),this[_0x5df067(0x11b)](_0x5df067(0x12d),_0x23ba53[_0x5df067(0x12d)]||_0x5df067(0x14b)),this[_0x5df067(0x11b)](_0x5df067(0x111),!0x1);const _0xae89c4=this[_0x5df067(0x108)];this[_0x5df067(0x132)]({'tag':_0x5df067(0x110),'attributes':{'class':['ck',_0x5df067(0x10a),_0x5df067(0x107),..._0x591b31(_0x23ba53[_0x5df067(0x10d)]||[]),_0xae89c4['to'](_0x5df067(0x12d),_0x2552f8=>_0x5df067(0x141)+_0x2552f8),_0xae89c4['to'](_0x5df067(0x10d)),_0xae89c4['to'](_0x5df067(0x111),_0xcc9ce0=>_0xcc9ce0?_0x5df067(0x118):'')],'tabindex':'0'},'children':[{'tag':_0x5df067(0x110),'attributes':{'class':['ck',_0x5df067(0x133),_0xae89c4['to'](_0x5df067(0x12d),_0x5aeec4=>_0x5df067(0x105)+_0x5aeec4)]},'children':this[_0x5df067(0x124)]},{'tag':_0x5df067(0x110),'attributes':{'class':['ck',_0x5df067(0x11c),_0xae89c4['to'](_0x5df067(0x12d),_0x5dd850=>_0x5df067(0x11f)+_0x5dd850)]},'children':this[_0x5df067(0x12b)]},..._0x591b31(_0x23ba53[_0x5df067(0x142)]||[])]});}[_0x1b0721(0x115)](){const _0x2ea560=_0x1b0721;return[...this[_0x2ea560(0x12a)][_0x2ea560(0x109)]()];}[_0x1b0721(0x119)](_0x21eb4a){const _0x5555f3=_0x1b0721,_0x1b8586=this[_0x5555f3(0x12a)][_0x5555f3(0x149)](_0x21eb4a);return _0x1b8586||null;}[_0x1b0721(0x10c)](_0xc2587a){const _0x3d76a9=_0x1b0721,_0x58e9e5=this[_0x3d76a9(0x11a)]({'id':_0xc2587a['id'],'label':_0xc2587a[_0x3d76a9(0x11d)],'icon':_0xc2587a[_0x3d76a9(0x127)],'order':_0xc2587a[_0x3d76a9(0x128)]}),_0x2fd593=new _0x8a5fd9(this[_0x3d76a9(0x13a)]);return _0x2fd593[_0x3d76a9(0x120)](),_0xc2587a[_0x3d76a9(0x145)]&&_0x2fd593[_0x3d76a9(0x142)][_0x3d76a9(0x10f)](_0xc2587a[_0x3d76a9(0x145)]),this[_0x3d76a9(0x12b)][_0x3d76a9(0x10f)](_0x2fd593),this[_0x3d76a9(0x12a)][_0x3d76a9(0x11b)](_0xc2587a['id'],{'button':_0x58e9e5,'panel':_0x2fd593,'order':void 0x0!==_0xc2587a[_0x3d76a9(0x128)]?_0xc2587a[_0x3d76a9(0x128)]:null}),this[_0x3d76a9(0x104)](_0x3d76a9(0x131)+_0xc2587a['id'],{'id':_0xc2587a['id'],'button':_0x58e9e5,'panel':_0x2fd593}),null===this[_0x3d76a9(0x136)]?this[_0x3d76a9(0x112)](_0xc2587a['id']):this[_0x3d76a9(0x134)](_0xc2587a['id']),{'button':_0x58e9e5,'panel':_0x2fd593};}[_0x1b0721(0x112)](_0x35c170){const _0x5c9410=_0x1b0721;if(null!==_0x35c170&&!this[_0x5c9410(0x119)](_0x35c170))throw new _0x5a3402(_0x5c9410(0x101),{'tabs':this,'tabId':_0x35c170});this[_0x5c9410(0x136)]!==_0x35c170&&(this[_0x5c9410(0x136)]&&this[_0x5c9410(0x134)](this[_0x5c9410(0x136)]),this[_0x5c9410(0x136)]=_0x35c170,_0x35c170&&this[_0x5c9410(0x100)](_0x35c170),this[_0x5c9410(0x104)](_0x5c9410(0x13e)+_0x35c170,_0x35c170));}[_0x1b0721(0x103)](_0x34ec63){const _0x18c13c=_0x1b0721;if(!this[_0x18c13c(0x119)](_0x34ec63))throw new _0x5a3402(_0x18c13c(0x101),{'tabs':this,'tabId':_0x34ec63});this[_0x18c13c(0x100)](_0x34ec63),this[_0x18c13c(0x106)](_0x34ec63),this[_0x18c13c(0x104)](_0x18c13c(0x13d)+_0x34ec63,_0x34ec63);}[_0x1b0721(0x113)](_0x18d893){const _0x392215=_0x1b0721;if(!this[_0x392215(0x119)](_0x18d893))throw new _0x5a3402(_0x392215(0x101),{'tabs':this,'tabId':_0x18d893});const _0x439e27=this[_0x392215(0x136)];this[_0x392215(0x134)](_0x18d893),this[_0x392215(0x121)](_0x18d893);const _0x2412ad=this[_0x392215(0x115)]();_0x439e27===_0x18d893&&_0x2412ad[_0x392215(0x144)]>0x1&&this[_0x392215(0x112)](_0x2412ad[_0x392215(0x116)](_0x5b5821=>_0x5b5821!==_0x18d893)),this[_0x392215(0x104)](_0x392215(0x10b)+_0x18d893,_0x18d893);}[_0x1b0721(0x12e)](_0x359221){const _0x6a0f56=_0x1b0721,_0x50f67e=this[_0x6a0f56(0x12a)][_0x6a0f56(0x149)](_0x359221);return _0x50f67e?_0x50f67e[_0x6a0f56(0x14c)]:null;}[_0x1b0721(0x100)](_0x23a081){const _0xffff9b=_0x1b0721;null!==this[_0xffff9b(0x136)]&&this[_0xffff9b(0x136)]!==_0x23a081||this[_0xffff9b(0x12e)](_0x23a081)[_0xffff9b(0x140)]();}[_0x1b0721(0x134)](_0x35035d){const _0x57b089=_0x1b0721,_0x2be498=this[_0x57b089(0x12e)](_0x35035d);_0x2be498[_0x57b089(0x11e)]&&(this[_0x57b089(0x136)]===_0x35035d&&(this[_0x57b089(0x136)]=null),_0x2be498[_0x57b089(0x147)]());}[_0x1b0721(0x139)](_0x470be9){const _0x344880=_0x1b0721,_0x5bbd1a=this[_0x344880(0x12a)][_0x344880(0x149)](_0x470be9);return _0x5bbd1a?_0x5bbd1a[_0x344880(0x10e)]:null;}[_0x1b0721(0x106)](_0x29c544){const _0x3421b2=_0x1b0721;this[_0x3421b2(0x139)](_0x29c544)[_0x3421b2(0x140)]();}[_0x1b0721(0x121)](_0x181566){const _0x3f80a4=_0x1b0721;this[_0x3f80a4(0x139)](_0x181566)[_0x3f80a4(0x147)]();}[_0x1b0721(0x11a)](_0x26fddb){const _0x17cd86=_0x1b0721,_0x3feeaa=new _0x56c6d0(this[_0x17cd86(0x13a)],{'side':this[_0x17cd86(0x12d)]}),_0x168044=this[_0x17cd86(0x124)];if(_0x3feeaa[_0x17cd86(0x11b)]({'label':_0x26fddb[_0x17cd86(0x148)],'icon':_0x26fddb[_0x17cd86(0x12f)],'tooltip':!0x0,'withText':!0x0}),_0x3feeaa[_0x17cd86(0x14a)](_0x17cd86(0x137))['to'](this,_0x17cd86(0x136),_0x22677f=>_0x22677f===_0x26fddb['id']),_0x3feeaa[_0x17cd86(0x14a)](_0x17cd86(0x12d))['to'](this,_0x17cd86(0x12d)),_0x26fddb[_0x17cd86(0x128)]){const _0xcb61=[...this[_0x17cd86(0x12a)]][_0x17cd86(0x135)]((_0x30beb8,_0x3edda2)=>{const _0x333d05=_0x17cd86,_0x2bb4c3=_0x3edda2[0x0],{order:_0x508624}=_0x3edda2[0x1];return!_0x508624||_0x508624>_0x26fddb[_0x333d05(0x128)]?_0x30beb8:_0x508624>=_0x30beb8[_0x333d05(0x128)]?{'id':_0x2bb4c3,'order':_0x508624}:_0x30beb8;},{'id':'','order':0x0}),_0x1d4c61=_0x168044[_0x17cd86(0x117)](this[_0x17cd86(0x139)](_0xcb61['id']));_0x168044[_0x17cd86(0x10f)](_0x3feeaa,_0x1d4c61+0x1);}else _0x168044[_0x17cd86(0x10f)](_0x3feeaa);return _0x3feeaa['on'](_0x17cd86(0x125),()=>{const _0x4cfad5=_0x17cd86;this[_0x4cfad5(0x112)](_0x26fddb['id']);}),_0x3feeaa;}}
23
+ function _0x3fcd(){const _0x489b08=['right','execute','isVisible','side','12eGnKME','keys','addTab','activeTab','getIndex','_hideButton','class','bindTemplate','find','fire','bind','81956ubbsot','ui-tabsview-tab-not-found','13569104OBhAln','1027954fNcfve','icon','length','getTabIds','hideTab','reduce','activateTab:','ck-tabs__panels-container_','buttonViews','createCollection','add','label','hide','show','ck-ai-tabs_maximized','ck-reset','_getPanel','children','326023UfzcYX','order','3128937iEsgOY','addTab:','set','ck-tabs__panels-container','_hidePanel','render','145pLENvy','div','_showButton','isOn','ck-tabs__buttons-container','buttonLabel','ck-tabs__buttons-container_','isMaximized','panel','ck-tabs','3448820DekMdo','getTab','_getButton','_setupButton','button','buttonIcon','activateTab','showTab','setTemplate','_showPanel','27vlJBkM','ck-tabs_','locale','get','content','5813843ffxVfV','show:','panelViews','_tabs','top','left','hide:'];_0x3fcd=function(){return _0x489b08;};return _0x3fcd();}const _0x35c89a=_0x7f7a;(function(_0x237ed2,_0x17be93){const _0x56a161=_0x7f7a,_0x4b0b5b=_0x237ed2();while(!![]){try{const _0x49b0a2=-parseInt(_0x56a161(0x210))/0x1+parseInt(_0x56a161(0x1fe))/0x2+-parseInt(_0x56a161(0x212))/0x3+-parseInt(_0x56a161(0x1fb))/0x4*(parseInt(_0x56a161(0x218))/0x5)+-parseInt(_0x56a161(0x1f0))/0x6*(-parseInt(_0x56a161(0x1e5))/0x7)+parseInt(_0x56a161(0x1fd))/0x8+-parseInt(_0x56a161(0x22c))/0x9*(parseInt(_0x56a161(0x222))/0xa);if(_0x49b0a2===_0x17be93)break;else _0x4b0b5b['push'](_0x4b0b5b['shift']());}catch(_0x9c40e5){_0x4b0b5b['push'](_0x4b0b5b['shift']());}}}(_0x3fcd,0xd53a8));function _0x7f7a(_0x97d6a8,_0x45eb7c){const _0x3fcdf1=_0x3fcd();return _0x7f7a=function(_0x7f7ab5,_0xca40ac){_0x7f7ab5=_0x7f7ab5-0x1e3;let _0x143d4c=_0x3fcdf1[_0x7f7ab5];return _0x143d4c;},_0x7f7a(_0x97d6a8,_0x45eb7c);}import{View as _0x2a4f5c}from'ckeditor5/src/ui.js';import{toArray as _0x27919f,CKEditorError as _0x41b10b}from'ckeditor5/src/utils.js';import{TabButtonView as _0xd75860}from'./tabbuttonview.js';import{TabPanelView as _0x451d15}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';export const AI_TABS_POSITIONS=[_0x35c89a(0x1e9),_0x35c89a(0x1ea),_0x35c89a(0x1ec)];export class AITabsView extends _0x2a4f5c{[_0x35c89a(0x206)]=this[_0x35c89a(0x207)]();[_0x35c89a(0x1e7)]=this[_0x35c89a(0x207)]();[_0x35c89a(0x1e8)]=new Map();constructor(_0x26e354,_0xb88ff9={}){const _0x57f3d9=_0x35c89a;super(_0x26e354),this[_0x57f3d9(0x214)](_0x57f3d9(0x1f6),void 0x0),this[_0x57f3d9(0x214)](_0x57f3d9(0x1f3),null),this[_0x57f3d9(0x214)](_0x57f3d9(0x1ef),_0xb88ff9[_0x57f3d9(0x1ef)]||_0x57f3d9(0x1e9)),this[_0x57f3d9(0x214)](_0x57f3d9(0x21f),!0x1);const _0x3a06ea=this[_0x57f3d9(0x1f7)];this[_0x57f3d9(0x22a)]({'tag':_0x57f3d9(0x219),'attributes':{'class':['ck',_0x57f3d9(0x20d),_0x57f3d9(0x221),..._0x27919f(_0xb88ff9[_0x57f3d9(0x1f6)]||[]),_0x3a06ea['to'](_0x57f3d9(0x1ef),_0x39a5fd=>_0x57f3d9(0x22d)+_0x39a5fd),_0x3a06ea['to'](_0x57f3d9(0x1f6)),_0x3a06ea['to'](_0x57f3d9(0x21f),_0x595198=>_0x595198?_0x57f3d9(0x20c):'')],'tabindex':'0'},'children':[{'tag':_0x57f3d9(0x219),'attributes':{'class':['ck',_0x57f3d9(0x21c),_0x3a06ea['to'](_0x57f3d9(0x1ef),_0x4a1908=>_0x57f3d9(0x21e)+_0x4a1908)]},'children':this[_0x57f3d9(0x206)]},{'tag':_0x57f3d9(0x219),'attributes':{'class':['ck',_0x57f3d9(0x215),_0x3a06ea['to'](_0x57f3d9(0x1ef),_0x5d0122=>_0x57f3d9(0x205)+_0x5d0122)]},'children':this[_0x57f3d9(0x1e7)]},..._0x27919f(_0xb88ff9[_0x57f3d9(0x20f)]||[])]});}[_0x35c89a(0x201)](){const _0x4633b4=_0x35c89a;return[...this[_0x4633b4(0x1e8)][_0x4633b4(0x1f1)]()];}[_0x35c89a(0x223)](_0x27765f){const _0x21cb93=_0x35c89a,_0x34b8fc=this[_0x21cb93(0x1e8)][_0x21cb93(0x1e3)](_0x27765f);return _0x34b8fc||null;}[_0x35c89a(0x1f2)](_0x1f61ae){const _0x5023c1=_0x35c89a,_0x13ee51=this[_0x5023c1(0x225)]({'id':_0x1f61ae['id'],'label':_0x1f61ae[_0x5023c1(0x21d)],'icon':_0x1f61ae[_0x5023c1(0x227)],'order':_0x1f61ae[_0x5023c1(0x211)]}),_0x32a285=new _0x451d15(this[_0x5023c1(0x22e)]);return _0x32a285[_0x5023c1(0x217)](),_0x1f61ae[_0x5023c1(0x1e4)]&&_0x32a285[_0x5023c1(0x20f)][_0x5023c1(0x208)](_0x1f61ae[_0x5023c1(0x1e4)]),this[_0x5023c1(0x1e7)][_0x5023c1(0x208)](_0x32a285),this[_0x5023c1(0x1e8)][_0x5023c1(0x214)](_0x1f61ae['id'],{'button':_0x13ee51,'panel':_0x32a285,'order':void 0x0!==_0x1f61ae[_0x5023c1(0x211)]?_0x1f61ae[_0x5023c1(0x211)]:null}),this[_0x5023c1(0x1f9)](_0x5023c1(0x213)+_0x1f61ae['id'],{'id':_0x1f61ae['id'],'button':_0x13ee51,'panel':_0x32a285}),null===this[_0x5023c1(0x1f3)]?this[_0x5023c1(0x228)](_0x1f61ae['id']):this[_0x5023c1(0x216)](_0x1f61ae['id']),{'button':_0x13ee51,'panel':_0x32a285};}[_0x35c89a(0x228)](_0x1ec835){const _0x3720f7=_0x35c89a;if(null!==_0x1ec835&&!this[_0x3720f7(0x223)](_0x1ec835))throw new _0x41b10b(_0x3720f7(0x1fc),{'tabs':this,'tabId':_0x1ec835});this[_0x3720f7(0x1f3)]!==_0x1ec835&&(this[_0x3720f7(0x1f3)]&&this[_0x3720f7(0x216)](this[_0x3720f7(0x1f3)]),this[_0x3720f7(0x1f3)]=_0x1ec835,_0x1ec835&&this[_0x3720f7(0x22b)](_0x1ec835),this[_0x3720f7(0x1f9)](_0x3720f7(0x204)+_0x1ec835,_0x1ec835));}[_0x35c89a(0x229)](_0x5e65f1){const _0xa93486=_0x35c89a;if(!this[_0xa93486(0x223)](_0x5e65f1))throw new _0x41b10b(_0xa93486(0x1fc),{'tabs':this,'tabId':_0x5e65f1});this[_0xa93486(0x22b)](_0x5e65f1),this[_0xa93486(0x21a)](_0x5e65f1),this[_0xa93486(0x1f9)](_0xa93486(0x1e6)+_0x5e65f1,_0x5e65f1);}[_0x35c89a(0x202)](_0x48d47b){const _0x2898b1=_0x35c89a;if(!this[_0x2898b1(0x223)](_0x48d47b))throw new _0x41b10b(_0x2898b1(0x1fc),{'tabs':this,'tabId':_0x48d47b});const _0x52ce69=this[_0x2898b1(0x1f3)];this[_0x2898b1(0x216)](_0x48d47b),this[_0x2898b1(0x1f5)](_0x48d47b);const _0x15e978=this[_0x2898b1(0x201)]();_0x52ce69===_0x48d47b&&_0x15e978[_0x2898b1(0x200)]>0x1&&this[_0x2898b1(0x228)](_0x15e978[_0x2898b1(0x1f8)](_0x10ce72=>_0x10ce72!==_0x48d47b)),this[_0x2898b1(0x1f9)](_0x2898b1(0x1eb)+_0x48d47b,_0x48d47b);}[_0x35c89a(0x20e)](_0x3d23df){const _0x38bafc=_0x35c89a,_0x428b5b=this[_0x38bafc(0x1e8)][_0x38bafc(0x1e3)](_0x3d23df);return _0x428b5b?_0x428b5b[_0x38bafc(0x220)]:null;}[_0x35c89a(0x22b)](_0x4a8eac){const _0x16788a=_0x35c89a;null!==this[_0x16788a(0x1f3)]&&this[_0x16788a(0x1f3)]!==_0x4a8eac||this[_0x16788a(0x20e)](_0x4a8eac)[_0x16788a(0x20b)]();}[_0x35c89a(0x216)](_0x15cb88){const _0x4fe372=_0x35c89a,_0x2956f0=this[_0x4fe372(0x20e)](_0x15cb88);_0x2956f0[_0x4fe372(0x1ee)]&&(this[_0x4fe372(0x1f3)]===_0x15cb88&&(this[_0x4fe372(0x1f3)]=null),_0x2956f0[_0x4fe372(0x20a)]());}[_0x35c89a(0x224)](_0x1f8f1e){const _0x352eda=_0x35c89a,_0x12065e=this[_0x352eda(0x1e8)][_0x352eda(0x1e3)](_0x1f8f1e);return _0x12065e?_0x12065e[_0x352eda(0x226)]:null;}[_0x35c89a(0x21a)](_0x59871e){const _0x5b0a53=_0x35c89a;this[_0x5b0a53(0x224)](_0x59871e)[_0x5b0a53(0x20b)]();}[_0x35c89a(0x1f5)](_0x4bf49a){const _0x13cd4c=_0x35c89a;this[_0x13cd4c(0x224)](_0x4bf49a)[_0x13cd4c(0x20a)]();}[_0x35c89a(0x225)](_0x2dd03d){const _0x18200b=_0x35c89a,_0x190c8b=new _0xd75860(this[_0x18200b(0x22e)],{'side':this[_0x18200b(0x1ef)]}),_0x4d89cb=this[_0x18200b(0x206)];if(_0x190c8b[_0x18200b(0x214)]({'label':_0x2dd03d[_0x18200b(0x209)],'icon':_0x2dd03d[_0x18200b(0x1ff)],'tooltip':!0x0,'withText':!0x0}),_0x190c8b[_0x18200b(0x1fa)](_0x18200b(0x21b))['to'](this,_0x18200b(0x1f3),_0x3e8071=>_0x3e8071===_0x2dd03d['id']),_0x190c8b[_0x18200b(0x1fa)](_0x18200b(0x1ef))['to'](this,_0x18200b(0x1ef)),_0x2dd03d[_0x18200b(0x211)]){const _0x2a6129=[...this[_0x18200b(0x1e8)]][_0x18200b(0x203)]((_0x6b14d3,_0x3d2bc5)=>{const _0x711058=_0x18200b,_0x286121=_0x3d2bc5[0x0],{order:_0x583d1a}=_0x3d2bc5[0x1];return!_0x583d1a||_0x583d1a>_0x2dd03d[_0x711058(0x211)]?_0x6b14d3:_0x583d1a>=_0x6b14d3[_0x711058(0x211)]?{'id':_0x286121,'order':_0x583d1a}:_0x6b14d3;},{'id':'','order':0x0}),_0x52d6c8=_0x4d89cb[_0x18200b(0x1f4)](this[_0x18200b(0x224)](_0x2a6129['id']));_0x4d89cb[_0x18200b(0x208)](_0x190c8b,_0x52d6c8+0x1);}else _0x4d89cb[_0x18200b(0x208)](_0x190c8b);return _0x190c8b['on'](_0x18200b(0x1ed),()=>{const _0x3540b8=_0x18200b;this[_0x3540b8(0x228)](_0x2dd03d['id']);}),_0x190c8b;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2498(_0x32f495,_0x362072){const _0x5b42ca=_0x5b42();return _0x2498=function(_0x2498e8,_0x92d2ba){_0x2498e8=_0x2498e8-0x9c;let _0x423ef1=_0x5b42ca[_0x2498e8];return _0x423ef1;},_0x2498(_0x32f495,_0x362072);}const _0x48a1c2=_0x2498;(function(_0x29538c,_0xe913cf){const _0xef39d2=_0x2498,_0x111642=_0x29538c();while(!![]){try{const _0x3a72bc=parseInt(_0xef39d2(0xa9))/0x1+parseInt(_0xef39d2(0xb0))/0x2+parseInt(_0xef39d2(0xa6))/0x3+parseInt(_0xef39d2(0xa0))/0x4+parseInt(_0xef39d2(0xa8))/0x5+-parseInt(_0xef39d2(0xa2))/0x6*(parseInt(_0xef39d2(0xaf))/0x7)+-parseInt(_0xef39d2(0xa1))/0x8*(parseInt(_0xef39d2(0xaa))/0x9);if(_0x3a72bc===_0xe913cf)break;else _0x111642['push'](_0x111642['shift']());}catch(_0x16a03b){_0x111642['push'](_0x111642['shift']());}}}(_0x5b42,0x8d3a8));import{ButtonView as _0x4b564f}from'ckeditor5/src/ui.js';import{toArray as _0x1607ed}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';function _0x5b42(){const _0x56c685=['786219tZXUwj','show','3903170hIHQeT','1099304kPDQbs','828MDgzZG','extendTemplate','side','hide','ck-tab-button_','273217IvUGdU','2266188gIhKPZ','ck-tab-button','top','isVisible','set','2579320VhjHHb','246440dMEVgr','78xbPiVd','isToggleable','bindTemplate','class'];_0x5b42=function(){return _0x56c685;};return _0x5b42();}export class TabButtonView extends _0x4b564f{constructor(_0x2b2af4,_0x1fbd8e={}){const _0x2a9689=_0x2498;super(_0x2b2af4),this[_0x2a9689(0xa3)]=!0x0,this[_0x2a9689(0x9f)](_0x2a9689(0xac),_0x1fbd8e[_0x2a9689(0xac)]||_0x2a9689(0x9d));const _0x1bf606=this[_0x2a9689(0xa4)];this[_0x2a9689(0xab)]({'attributes':{'class':[_0x2a9689(0x9c),..._0x1607ed(_0x1fbd8e[_0x2a9689(0xa5)]||[]),_0x1bf606['to'](_0x2a9689(0xac),_0x13feca=>_0x2a9689(0xae)+_0x13feca),_0x1bf606['to'](_0x2a9689(0xa5))]}});}[_0x48a1c2(0xa7)](){const _0x7b9268=_0x48a1c2;this[_0x7b9268(0x9f)](_0x7b9268(0x9e),!0x0);}[_0x48a1c2(0xad)](){const _0x192287=_0x48a1c2;this[_0x192287(0x9f)](_0x192287(0x9e),!0x1);}}
23
+ const _0x7109af=_0x9bfc;(function(_0x38c351,_0xf18fe8){const _0x6a38e=_0x9bfc,_0x30aaed=_0x38c351();while(!![]){try{const _0x376946=parseInt(_0x6a38e(0x78))/0x1*(parseInt(_0x6a38e(0x7a))/0x2)+-parseInt(_0x6a38e(0x80))/0x3+-parseInt(_0x6a38e(0x7e))/0x4+-parseInt(_0x6a38e(0x84))/0x5*(-parseInt(_0x6a38e(0x85))/0x6)+-parseInt(_0x6a38e(0x89))/0x7+-parseInt(_0x6a38e(0x74))/0x8*(parseInt(_0x6a38e(0x83))/0x9)+-parseInt(_0x6a38e(0x76))/0xa*(-parseInt(_0x6a38e(0x88))/0xb);if(_0x376946===_0xf18fe8)break;else _0x30aaed['push'](_0x30aaed['shift']());}catch(_0x106026){_0x30aaed['push'](_0x30aaed['shift']());}}}(_0xff73,0x9511a));import{ButtonView as _0x4c91fa}from'ckeditor5/src/ui.js';import{toArray as _0x44b7ba}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';function _0x9bfc(_0x1e513d,_0x40bcb8){const _0xff738a=_0xff73();return _0x9bfc=function(_0x9bfc8,_0x214e64){_0x9bfc8=_0x9bfc8-0x74;let _0x2d137c=_0xff738a[_0x9bfc8];return _0x2d137c;},_0x9bfc(_0x1e513d,_0x40bcb8);}function _0xff73(){const _0x15177d=['2715714goqMsL','set','show','3333LBKhxN','8231783QYAkHp','bindTemplate','1472QYzYKa','class','58010aCZIAJ','isVisible','14593XwNfLs','isToggleable','146fKZhGM','ck-tab-button','hide','extendTemplate','1739276ASwhuH','top','2804400ePdvYo','ck-tab-button_','side','27981sknBKZ','10THqJXR'];_0xff73=function(){return _0x15177d;};return _0xff73();}export class TabButtonView extends _0x4c91fa{constructor(_0x484a81,_0x25a878={}){const _0x7d454d=_0x9bfc;super(_0x484a81),this[_0x7d454d(0x79)]=!0x0,this[_0x7d454d(0x86)](_0x7d454d(0x82),_0x25a878[_0x7d454d(0x82)]||_0x7d454d(0x7f));const _0x11a1f7=this[_0x7d454d(0x8a)];this[_0x7d454d(0x7d)]({'attributes':{'class':[_0x7d454d(0x7b),..._0x44b7ba(_0x25a878[_0x7d454d(0x75)]||[]),_0x11a1f7['to'](_0x7d454d(0x82),_0xf22b42=>_0x7d454d(0x81)+_0xf22b42),_0x11a1f7['to'](_0x7d454d(0x75))]}});}[_0x7109af(0x87)](){const _0x475257=_0x7109af;this[_0x475257(0x86)](_0x475257(0x77),!0x0);}[_0x7109af(0x7c)](){const _0x5b9437=_0x7109af;this[_0x5b9437(0x86)](_0x5b9437(0x77),!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x589a(){const _0x4c0e7f=['isVisible','1366569cOVkYl','3605zilmTy','createCollection','show','312Hwyfak','4283800qblkIQ','188637XCWBjg','div','1734oGYaWW','hide','8INeIzO','4308WyRTSy','set','bindTemplate','ck-tab-panel','children','ck-hidden','23120ewwXKL','setTemplate','class','733352IhCvsc'];_0x589a=function(){return _0x4c0e7f;};return _0x589a();}function _0x62f6(_0x539d4d,_0x507daf){const _0x589a66=_0x589a();return _0x62f6=function(_0x62f66,_0x317247){_0x62f66=_0x62f66-0xfa;let _0x3ca9e1=_0x589a66[_0x62f66];return _0x3ca9e1;},_0x62f6(_0x539d4d,_0x507daf);}const _0x21bb92=_0x62f6;(function(_0x1b7e13,_0x238fd9){const _0x253a07=_0x62f6,_0x17c874=_0x1b7e13();while(!![]){try{const _0x244335=-parseInt(_0x253a07(0x109))/0x1+parseInt(_0x253a07(0x107))/0x2*(-parseInt(_0x253a07(0x10e))/0x3)+parseInt(_0x253a07(0x10d))/0x4*(parseInt(_0x253a07(0xfe))/0x5)+parseInt(_0x253a07(0x10b))/0x6*(parseInt(_0x253a07(0x104))/0x7)+parseInt(_0x253a07(0x101))/0x8+-parseInt(_0x253a07(0x103))/0x9+parseInt(_0x253a07(0x108))/0xa;if(_0x244335===_0x238fd9)break;else _0x17c874['push'](_0x17c874['shift']());}catch(_0x4836f4){_0x17c874['push'](_0x17c874['shift']());}}}(_0x589a,0x1bbe6));import{View as _0x5e0e2f}from'ckeditor5/src/ui.js';import{toArray as _0x371a6c}from'ckeditor5/src/utils.js';export class TabPanelView extends _0x5e0e2f{[_0x21bb92(0xfc)];constructor(_0x499f6b,_0x349198={}){const _0xbcfed0=_0x21bb92;super(_0x499f6b);const _0x1f322e=this[_0xbcfed0(0xfa)];this[_0xbcfed0(0x10f)](_0xbcfed0(0x102),!0x1),this[_0xbcfed0(0x10f)](_0xbcfed0(0x100),''),this[_0xbcfed0(0xfc)]=this[_0xbcfed0(0x105)](),this[_0xbcfed0(0xff)]({'tag':_0xbcfed0(0x10a),'attributes':{'class':[_0xbcfed0(0xfb),..._0x371a6c(_0x349198[_0xbcfed0(0x100)]||[]),_0x1f322e['to'](_0xbcfed0(0x100)),_0x1f322e['if'](_0xbcfed0(0x102),_0xbcfed0(0xfd),_0x52137e=>!_0x52137e)]},'children':this[_0xbcfed0(0xfc)]});}[_0x21bb92(0x106)](){const _0x77ed33=_0x21bb92;this[_0x77ed33(0x10f)](_0x77ed33(0x102),!0x0);}[_0x21bb92(0x10c)](){const _0x425608=_0x21bb92;this[_0x425608(0x10f)](_0x425608(0x102),!0x1);}}
23
+ const _0x155eb9=_0x3955;function _0x3955(_0x1ce5d8,_0x274283){const _0x5f061b=_0x5f06();return _0x3955=function(_0x395570,_0xae39b7){_0x395570=_0x395570-0xab;let _0x9200be=_0x5f061b[_0x395570];return _0x9200be;},_0x3955(_0x1ce5d8,_0x274283);}function _0x5f06(){const _0x4f04c8=['182296qcJXCa','11520058lPceTU','150gULOyD','set','318915FTwuvr','6uVhNRP','12MiYFJT','div','ck-hidden','class','setTemplate','1171280BNQQBI','ck-tab-panel','83375oZZeXD','children','createCollection','12MsXvfE','107469zbgcdJ','show','36noPvwJ','hide','isVisible','184961kySJsI','bindTemplate'];_0x5f06=function(){return _0x4f04c8;};return _0x5f06();}(function(_0x5413b6,_0x3d7314){const _0x6ae13c=_0x3955,_0x1bf6bd=_0x5413b6();while(!![]){try{const _0x4620c6=parseInt(_0x6ae13c(0xb1))/0x1+parseInt(_0x6ae13c(0xbc))/0x2*(parseInt(_0x6ae13c(0xc2))/0x3)+parseInt(_0x6ae13c(0xb7))/0x4*(parseInt(_0x6ae13c(0xc0))/0x5)+parseInt(_0x6ae13c(0xc1))/0x6*(parseInt(_0x6ae13c(0xba))/0x7)+parseInt(_0x6ae13c(0xaf))/0x8+parseInt(_0x6ae13c(0xb5))/0x9*(parseInt(_0x6ae13c(0xbe))/0xa)+parseInt(_0x6ae13c(0xbd))/0xb*(-parseInt(_0x6ae13c(0xb4))/0xc);if(_0x4620c6===_0x3d7314)break;else _0x1bf6bd['push'](_0x1bf6bd['shift']());}catch(_0x3aee04){_0x1bf6bd['push'](_0x1bf6bd['shift']());}}}(_0x5f06,0x4fc1c));import{View as _0x189967}from'ckeditor5/src/ui.js';import{toArray as _0x3f023a}from'ckeditor5/src/utils.js';export class TabPanelView extends _0x189967{[_0x155eb9(0xb2)];constructor(_0x5cb111,_0x427a68={}){const _0x27275d=_0x155eb9;super(_0x5cb111);const _0x1bdd80=this[_0x27275d(0xbb)];this[_0x27275d(0xbf)](_0x27275d(0xb9),!0x1),this[_0x27275d(0xbf)](_0x27275d(0xad),''),this[_0x27275d(0xb2)]=this[_0x27275d(0xb3)](),this[_0x27275d(0xae)]({'tag':_0x27275d(0xab),'attributes':{'class':[_0x27275d(0xb0),..._0x3f023a(_0x427a68[_0x27275d(0xad)]||[]),_0x1bdd80['to'](_0x27275d(0xad)),_0x1bdd80['if'](_0x27275d(0xb9),_0x27275d(0xac),_0x441221=>!_0x441221)]},'children':this[_0x27275d(0xb2)]});}[_0x155eb9(0xb6)](){const _0x27ed71=_0x155eb9;this[_0x27ed71(0xbf)](_0x27ed71(0xb9),!0x0);}[_0x155eb9(0xb8)](){const _0x494146=_0x155eb9;this[_0x494146(0xbf)](_0x494146(0xb9),!0x1);}}