@ckeditor/ckeditor5-ai 47.1.0-alpha.0 → 47.1.0-alpha.1

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 (122) 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/ui/form/aiformcontentarea.js +1 -1
  15. package/src/aiassistant/ui/form/aiformerrorview.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/showaiassistantcommand.js +1 -1
  22. package/src/aiballoon/aiballoon.js +1 -1
  23. package/src/aiballoon/ui/aiballoondisclaimerview.js +1 -1
  24. package/src/aiballoon/ui/aiballoontoolbarview.js +1 -1
  25. package/src/aiballoon/ui/aiballoonview.js +1 -1
  26. package/src/aichat/aichat.js +1 -1
  27. package/src/aichat/aichatcontroller.js +1 -1
  28. package/src/aichat/aichatui.js +1 -1
  29. package/src/aichat/model/aichatcontext.js +1 -1
  30. package/src/aichat/model/aichatconversation.js +1 -1
  31. package/src/aichat/model/aichatinteraction.js +1 -1
  32. package/src/aichat/model/aichatmodels.js +1 -1
  33. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  34. package/src/aichat/ui/aichatfeedview.js +1 -1
  35. package/src/aichat/ui/aichatheaderview.js +1 -1
  36. package/src/aichat/ui/aichatview.js +1 -1
  37. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  38. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  40. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  41. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  42. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  43. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  44. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.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/aichatresourceslistview.js +1 -1
  48. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  49. package/src/aichat/ui/controls/resources/aichatresourcesview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  57. package/src/aichat/utils/eventnames.js +1 -1
  58. package/src/aichat/utils/promisequeue.js +1 -1
  59. package/src/aichat/utils/scrollmanager.js +1 -1
  60. package/src/aichathistory/aichathistory.js +1 -1
  61. package/src/aichathistory/aichathistorycontroller.js +1 -1
  62. package/src/aichathistory/aichathistoryui.js +1 -1
  63. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  64. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  65. package/src/aichathistory/ui/aichathistorylistitemview.js +1 -1
  66. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  67. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  68. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  69. package/src/aicore/aiconnector.js +1 -1
  70. package/src/aicore/aiediting.js +1 -1
  71. package/src/aicore/model/aicapabilities.js +1 -1
  72. package/src/aicore/model/aiinteraction.js +1 -1
  73. package/src/aicore/model/aireply.js +1 -1
  74. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  75. package/src/aicore/pipeline/airesponseparser.js +2 -2
  76. package/src/aicore/ui/aidisclaimerview.js +1 -1
  77. package/src/aicore/ui/aiskeleton.js +1 -1
  78. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  79. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  80. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  81. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  83. package/src/aicore/utils/createresizebutton.js +1 -1
  84. package/src/aicore/utils/documentposition.js +1 -1
  85. package/src/aicore/utils/documentrange.js +1 -1
  86. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  87. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  88. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  89. package/src/aicore/utils/htmlparser.js +1 -1
  90. package/src/aicore/utils/htmlstreamer.js +1 -1
  91. package/src/aieditorintegration/aieditorintegration.js +1 -1
  92. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  93. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  94. package/src/aiquickactions/aiquickactions.js +1 -1
  95. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  96. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  97. package/src/aiquickactions/aiquickactionsui.js +1 -1
  98. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  99. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  100. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  101. package/src/aireviewmode/aireviewmode.js +1 -1
  102. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  103. package/src/aireviewmode/aireviewmodeediting.js +1 -1
  104. package/src/aireviewmode/aireviewmodeui.js +1 -1
  105. package/src/aireviewmode/model/aireviewcheckresult.js +1 -1
  106. package/src/aireviewmode/model/aireviewcheckrun.js +1 -1
  107. package/src/aireviewmode/model/aireviewmodels.js +1 -1
  108. package/src/aireviewmode/ui/aireviemodepromptinputview.js +1 -1
  109. package/src/aireviewmode/ui/aireviewmodeballoonsuggestionview.js +1 -1
  110. package/src/aireviewmode/ui/aireviewmodechecklistitemresultview.js +1 -1
  111. package/src/aireviewmode/ui/aireviewmodecustomcheckview.js +1 -1
  112. package/src/aireviewmode/ui/aireviewmodereviewchecklistview.js +1 -1
  113. package/src/aireviewmode/ui/aireviewmodereviewcheckresultsview.js +1 -1
  114. package/src/aireviewmode/ui/aireviewmodereviewcommandlistitemview.js +1 -1
  115. package/src/aireviewmode/ui/aireviewmodereviewcompletedview.js +1 -1
  116. package/src/aireviewmode/ui/aireviewmodeview.js +1 -1
  117. package/src/aireviewmode/ui/form/aireviewmodeformdropdown.js +1 -1
  118. package/src/aireviewmode/ui/form/aireviewmodeformmanager.js +1 -1
  119. package/src/aitabs/aitabs.js +1 -1
  120. package/src/aitabs/tabs/aitabsview.js +1 -1
  121. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  122. package/src/aitabs/tabs/tabpanelview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3f6c18=_0x142f;(function(_0x2eeb1c,_0x2fbf46){var _0x114404=_0x142f,_0x4b8555=_0x2eeb1c();while(!![]){try{var _0x43ef29=-parseInt(_0x114404(0x154))/0x1*(parseInt(_0x114404(0x15a))/0x2)+-parseInt(_0x114404(0x155))/0x3+parseInt(_0x114404(0x165))/0x4+parseInt(_0x114404(0x14e))/0x5*(-parseInt(_0x114404(0x15c))/0x6)+parseInt(_0x114404(0x15f))/0x7+-parseInt(_0x114404(0x14b))/0x8+parseInt(_0x114404(0x151))/0x9;if(_0x43ef29===_0x2fbf46)break;else _0x4b8555['push'](_0x4b8555['shift']());}catch(_0x44e542){_0x4b8555['push'](_0x4b8555['shift']());}}}(_0x463f,0xea045));import{View as _0x20b788,FormHeaderView as _0xb40e6e}from'ckeditor5/src/ui.js';import{IconAIReview as _0x36a73f}from'ckeditor5/src/icons.js';import{AIReviewModeReviewCheckListView as _0x19b3f0}from'./aireviewmodereviewchecklistview.js';import{AI_REVIEW_MODE_UI_EVENT_NAMES as _0xec8bba}from'../aireviewmodeui.js';import{AIReviewModeReviewCheckResultsView as _0x19480e}from'./aireviewmodereviewcheckresultsview.js';function _0x463f(){var _0x112790=['24545781AytuqV','showGeneralErrorMessage','showReviewCompletedView','125ZQjFyC','4186278tgraFd','ck-ai-review-mode','unmodified','resetAllParameterizedChecks','AI_REVIEW_MODE','13070mWDIZR','div','24IXihTC','showReviewCheckListView','ck-rounded-corners','699412WCckje','isLoading','finishReview','showActionsWhenResultIsReady','addResult','delegate','5343944ItjcEH','showNoChangesView','ck-reset_all','isResultReady','clearResults','resetErrorState','reviewModeHeader','viewType','completed','showChunkErrorMessage','ck-ai-header\x20ck-ai-header_review-mode','isVisible','reviewCheckResultsView','showReviewCheckResultsView','showChunkErrorView','hideActionsWhenResultIsReady','set','addCheckRunResult','reviewCompletedView','7381192MVEuWJ','setTemplate','ltr','87160gTmRGD','showGeneralErrorView','reviewCheckListView'];_0x463f=function(){return _0x112790;};return _0x463f();}import{AIReviewModeReviewCompletedView as _0xdd0161}from'./aireviewmodereviewcompletedview.js';function _0x142f(_0x3a7e12,_0x54ef70){var _0x463f37=_0x463f();return _0x142f=function(_0x142f2a,_0x2e224e){_0x142f2a=_0x142f2a-0x149;var _0x2651c4=_0x463f37[_0x142f2a];return _0x2651c4;},_0x142f(_0x3a7e12,_0x54ef70);}import{getTranslation as _0x4cf398}from'../../aicore/utils/common-translations.js';export class AIReviewModeView extends _0x20b788{[_0x3f6c18(0x16b)];[_0x3f6c18(0x150)];[_0x3f6c18(0x171)];[_0x3f6c18(0x14a)];constructor(_0x30e29d){var _0x394d9f=_0x3f6c18;super(_0x30e29d),this[_0x394d9f(0x16b)]=new _0xb40e6e(_0x30e29d,{'label':_0x4cf398(_0x30e29d,_0x394d9f(0x159)),'icon':_0x36a73f,'class':_0x394d9f(0x16f)}),this[_0x394d9f(0x150)]=new _0x19b3f0(_0x30e29d),this[_0x394d9f(0x150)][_0x394d9f(0x164)](..._0xec8bba)['to'](this),this[_0x394d9f(0x171)]=new _0x19480e(_0x30e29d),this[_0x394d9f(0x171)][_0x394d9f(0x164)](..._0xec8bba)['to'](this),this[_0x394d9f(0x14a)]=new _0xdd0161(_0x30e29d),this[_0x394d9f(0x14a)][_0x394d9f(0x164)](_0x394d9f(0x161))['to'](this),this[_0x394d9f(0x150)][_0x394d9f(0x175)](_0x394d9f(0x170),!0x1),this[_0x394d9f(0x171)][_0x394d9f(0x175)](_0x394d9f(0x170),!0x1),this[_0x394d9f(0x171)][_0x394d9f(0x175)](_0x394d9f(0x160),!0x1),this[_0x394d9f(0x171)][_0x394d9f(0x175)](_0x394d9f(0x168),!0x1),this[_0x394d9f(0x14a)][_0x394d9f(0x175)](_0x394d9f(0x170),!0x1),this[_0x394d9f(0x14c)]({'tag':_0x394d9f(0x15b),'attributes':{'class':['ck',_0x394d9f(0x167),_0x394d9f(0x156),_0x394d9f(0x15e)],'dir':_0x394d9f(0x14d)},'children':[this[_0x394d9f(0x16b)],this[_0x394d9f(0x150)],this[_0x394d9f(0x171)],this[_0x394d9f(0x14a)]]});}[_0x3f6c18(0x15d)](){var _0x21c3bd=_0x3f6c18;this[_0x21c3bd(0x150)][_0x21c3bd(0x158)](),this[_0x21c3bd(0x150)][_0x21c3bd(0x175)](_0x21c3bd(0x170),!0x0),this[_0x21c3bd(0x171)][_0x21c3bd(0x175)](_0x21c3bd(0x170),!0x1),this[_0x21c3bd(0x14a)][_0x21c3bd(0x175)](_0x21c3bd(0x170),!0x1);}[_0x3f6c18(0x172)](){var _0x2645d6=_0x3f6c18;this[_0x2645d6(0x174)](),this[_0x2645d6(0x171)][_0x2645d6(0x16a)](),this[_0x2645d6(0x150)][_0x2645d6(0x175)](_0x2645d6(0x170),!0x1),this[_0x2645d6(0x171)][_0x2645d6(0x175)](_0x2645d6(0x170),!0x0),this[_0x2645d6(0x171)][_0x2645d6(0x169)](),this[_0x2645d6(0x171)][_0x2645d6(0x175)](_0x2645d6(0x160),!0x0);}[_0x3f6c18(0x149)](_0x53e7ac){var _0x2dc247=_0x3f6c18;this[_0x2dc247(0x171)][_0x2dc247(0x163)](_0x53e7ac),this[_0x2dc247(0x171)][_0x2dc247(0x175)](_0x2dc247(0x160),!0x1);}[_0x3f6c18(0x153)](){var _0x229efe=_0x3f6c18;this[_0x229efe(0x150)][_0x229efe(0x175)](_0x229efe(0x170),!0x1),this[_0x229efe(0x171)][_0x229efe(0x175)](_0x229efe(0x170),!0x1),this[_0x229efe(0x14a)][_0x229efe(0x175)](_0x229efe(0x16c),_0x229efe(0x16d)),this[_0x229efe(0x14a)][_0x229efe(0x175)](_0x229efe(0x170),!0x0);}[_0x3f6c18(0x162)](){var _0x5cd2e3=_0x3f6c18;this[_0x5cd2e3(0x171)][_0x5cd2e3(0x168)]=!0x0;}[_0x3f6c18(0x166)](){var _0x541c76=_0x3f6c18;this[_0x541c76(0x150)][_0x541c76(0x175)](_0x541c76(0x170),!0x1),this[_0x541c76(0x171)][_0x541c76(0x175)](_0x541c76(0x170),!0x1),this[_0x541c76(0x14a)][_0x541c76(0x175)](_0x541c76(0x16c),_0x541c76(0x157)),this[_0x541c76(0x14a)][_0x541c76(0x175)](_0x541c76(0x170),!0x0);}[_0x3f6c18(0x174)](){var _0x34fbc2=_0x3f6c18;this[_0x34fbc2(0x171)][_0x34fbc2(0x168)]=!0x1;}[_0x3f6c18(0x14f)](){var _0x87e65a=_0x3f6c18;this[_0x87e65a(0x171)][_0x87e65a(0x175)](_0x87e65a(0x160),!0x1),this[_0x87e65a(0x162)](),this[_0x87e65a(0x171)][_0x87e65a(0x152)]();}[_0x3f6c18(0x173)](){var _0xe61f20=_0x3f6c18;this[_0xe61f20(0x171)][_0xe61f20(0x175)](_0xe61f20(0x160),!0x1),this[_0xe61f20(0x162)](),this[_0xe61f20(0x171)][_0xe61f20(0x16e)]();}}
23
+ var _0x3dce45=_0x5def;(function(_0x164083,_0x5be66a){var _0x517442=_0x5def,_0x21e695=_0x164083();while(!![]){try{var _0xa46b78=-parseInt(_0x517442(0xd1))/0x1+-parseInt(_0x517442(0xe1))/0x2*(-parseInt(_0x517442(0xd4))/0x3)+-parseInt(_0x517442(0xf3))/0x4*(parseInt(_0x517442(0xeb))/0x5)+parseInt(_0x517442(0xdb))/0x6*(parseInt(_0x517442(0xec))/0x7)+parseInt(_0x517442(0xd9))/0x8*(-parseInt(_0x517442(0xe6))/0x9)+parseInt(_0x517442(0xde))/0xa+parseInt(_0x517442(0xf0))/0xb*(parseInt(_0x517442(0xca))/0xc);if(_0xa46b78===_0x5be66a)break;else _0x21e695['push'](_0x21e695['shift']());}catch(_0x1ca8de){_0x21e695['push'](_0x21e695['shift']());}}}(_0x15ce,0x26f26));import{View as _0x570b54,FormHeaderView as _0x40e5e0}from'ckeditor5/src/ui.js';import{IconAIReview as _0x1d23e9}from'ckeditor5/src/icons.js';function _0x15ce(){var _0x4cf297=['viewType','finishReview','div','showActionsWhenResultIsReady','8168kjHvAJ','showReviewCompletedView','72942dfDxtP','resetErrorState','addResult','468550NeccAS','ck-ai-review-mode','setTemplate','96526CrRtGo','clearResults','ltr','showGeneralErrorMessage','addCheckRunResult','765nKWXuf','isVisible','ck-reset_all','showNoChangesView','showGeneralErrorView','10rlDmeN','91ppozXt','isLoading','completed','reviewCheckListView','11Ndgqyt','showReviewCheckResultsView','reviewCompletedView','187468QScjhv','isResultReady','ck-ai-header\x20ck-ai-header_review-mode','reviewModeHeader','showReviewCheckListView','ck-rounded-corners','AI_REVIEW_MODE','4762260hDuDTP','reviewCheckResultsView','unmodified','delegate','set','showChunkErrorMessage','hideActionsWhenResultIsReady','309969lmMWjc','resetAllParameterizedChecks','showChunkErrorView','3PqwfgY'];_0x15ce=function(){return _0x4cf297;};return _0x15ce();}function _0x5def(_0xf9d545,_0x4d071b){var _0x15cede=_0x15ce();return _0x5def=function(_0x5def49,_0x15d834){_0x5def49=_0x5def49-0xc7;var _0x2cfd00=_0x15cede[_0x5def49];return _0x2cfd00;},_0x5def(_0xf9d545,_0x4d071b);}import{AIReviewModeReviewCheckListView as _0x41b5e3}from'./aireviewmodereviewchecklistview.js';import{AI_REVIEW_MODE_UI_EVENT_NAMES as _0x392984}from'../aireviewmodeui.js';import{AIReviewModeReviewCheckResultsView as _0x4eb40c}from'./aireviewmodereviewcheckresultsview.js';import{AIReviewModeReviewCompletedView as _0x1b5534}from'./aireviewmodereviewcompletedview.js';import{getTranslation as _0x3e824b}from'../../aicore/utils/common-translations.js';export class AIReviewModeView extends _0x570b54{[_0x3dce45(0xf6)];[_0x3dce45(0xef)];[_0x3dce45(0xcb)];[_0x3dce45(0xf2)];constructor(_0x240fdb){var _0x2c5457=_0x3dce45;super(_0x240fdb),this[_0x2c5457(0xf6)]=new _0x40e5e0(_0x240fdb,{'label':_0x3e824b(_0x240fdb,_0x2c5457(0xc9)),'icon':_0x1d23e9,'class':_0x2c5457(0xf5)}),this[_0x2c5457(0xef)]=new _0x41b5e3(_0x240fdb),this[_0x2c5457(0xef)][_0x2c5457(0xcd)](..._0x392984)['to'](this),this[_0x2c5457(0xcb)]=new _0x4eb40c(_0x240fdb),this[_0x2c5457(0xcb)][_0x2c5457(0xcd)](..._0x392984)['to'](this),this[_0x2c5457(0xf2)]=new _0x1b5534(_0x240fdb),this[_0x2c5457(0xf2)][_0x2c5457(0xcd)](_0x2c5457(0xd6))['to'](this),this[_0x2c5457(0xef)][_0x2c5457(0xce)](_0x2c5457(0xe7),!0x1),this[_0x2c5457(0xcb)][_0x2c5457(0xce)](_0x2c5457(0xe7),!0x1),this[_0x2c5457(0xcb)][_0x2c5457(0xce)](_0x2c5457(0xed),!0x1),this[_0x2c5457(0xcb)][_0x2c5457(0xce)](_0x2c5457(0xf4),!0x1),this[_0x2c5457(0xf2)][_0x2c5457(0xce)](_0x2c5457(0xe7),!0x1),this[_0x2c5457(0xe0)]({'tag':_0x2c5457(0xd7),'attributes':{'class':['ck',_0x2c5457(0xe8),_0x2c5457(0xdf),_0x2c5457(0xc8)],'dir':_0x2c5457(0xe3)},'children':[this[_0x2c5457(0xf6)],this[_0x2c5457(0xef)],this[_0x2c5457(0xcb)],this[_0x2c5457(0xf2)]]});}[_0x3dce45(0xc7)](){var _0x4c11e1=_0x3dce45;this[_0x4c11e1(0xef)][_0x4c11e1(0xd2)](),this[_0x4c11e1(0xef)][_0x4c11e1(0xce)](_0x4c11e1(0xe7),!0x0),this[_0x4c11e1(0xcb)][_0x4c11e1(0xce)](_0x4c11e1(0xe7),!0x1),this[_0x4c11e1(0xf2)][_0x4c11e1(0xce)](_0x4c11e1(0xe7),!0x1);}[_0x3dce45(0xf1)](){var _0xcbe2f2=_0x3dce45;this[_0xcbe2f2(0xd0)](),this[_0xcbe2f2(0xcb)][_0xcbe2f2(0xdc)](),this[_0xcbe2f2(0xef)][_0xcbe2f2(0xce)](_0xcbe2f2(0xe7),!0x1),this[_0xcbe2f2(0xcb)][_0xcbe2f2(0xce)](_0xcbe2f2(0xe7),!0x0),this[_0xcbe2f2(0xcb)][_0xcbe2f2(0xe2)](),this[_0xcbe2f2(0xcb)][_0xcbe2f2(0xce)](_0xcbe2f2(0xed),!0x0);}[_0x3dce45(0xe5)](_0x22d874){var _0x37545d=_0x3dce45;this[_0x37545d(0xcb)][_0x37545d(0xdd)](_0x22d874),this[_0x37545d(0xcb)][_0x37545d(0xce)](_0x37545d(0xed),!0x1);}[_0x3dce45(0xda)](){var _0xa62321=_0x3dce45;this[_0xa62321(0xef)][_0xa62321(0xce)](_0xa62321(0xe7),!0x1),this[_0xa62321(0xcb)][_0xa62321(0xce)](_0xa62321(0xe7),!0x1),this[_0xa62321(0xf2)][_0xa62321(0xce)](_0xa62321(0xd5),_0xa62321(0xee)),this[_0xa62321(0xf2)][_0xa62321(0xce)](_0xa62321(0xe7),!0x0);}[_0x3dce45(0xd8)](){var _0x23c4c7=_0x3dce45;this[_0x23c4c7(0xcb)][_0x23c4c7(0xf4)]=!0x0;}[_0x3dce45(0xe9)](){var _0x4a34d1=_0x3dce45;this[_0x4a34d1(0xef)][_0x4a34d1(0xce)](_0x4a34d1(0xe7),!0x1),this[_0x4a34d1(0xcb)][_0x4a34d1(0xce)](_0x4a34d1(0xe7),!0x1),this[_0x4a34d1(0xf2)][_0x4a34d1(0xce)](_0x4a34d1(0xd5),_0x4a34d1(0xcc)),this[_0x4a34d1(0xf2)][_0x4a34d1(0xce)](_0x4a34d1(0xe7),!0x0);}[_0x3dce45(0xd0)](){var _0x25df19=_0x3dce45;this[_0x25df19(0xcb)][_0x25df19(0xf4)]=!0x1;}[_0x3dce45(0xea)](){var _0xe6e18d=_0x3dce45;this[_0xe6e18d(0xcb)][_0xe6e18d(0xce)](_0xe6e18d(0xed),!0x1),this[_0xe6e18d(0xd8)](),this[_0xe6e18d(0xcb)][_0xe6e18d(0xe4)]();}[_0x3dce45(0xd3)](){var _0x21240b=_0x3dce45;this[_0x21240b(0xcb)][_0x21240b(0xce)](_0x21240b(0xed),!0x1),this[_0x21240b(0xd8)](),this[_0x21240b(0xcb)][_0x21240b(0xcf)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1f40fc=_0x1adf;(function(_0x4ac6d5,_0x538bdc){const _0x4f823a=_0x1adf,_0x4f6e47=_0x4ac6d5();while(!![]){try{const _0x30ee88=parseInt(_0x4f823a(0xe3))/0x1+-parseInt(_0x4f823a(0xc4))/0x2*(-parseInt(_0x4f823a(0xe0))/0x3)+parseInt(_0x4f823a(0xc3))/0x4*(parseInt(_0x4f823a(0xdd))/0x5)+-parseInt(_0x4f823a(0xbf))/0x6+-parseInt(_0x4f823a(0xd5))/0x7+-parseInt(_0x4f823a(0xde))/0x8*(parseInt(_0x4f823a(0xcb))/0x9)+parseInt(_0x4f823a(0xcd))/0xa;if(_0x30ee88===_0x538bdc)break;else _0x4f6e47['push'](_0x4f6e47['shift']());}catch(_0x3a3087){_0x4f6e47['push'](_0x4f6e47['shift']());}}}(_0x512e,0x23afb));import{Collection as _0x2e17c2}from'ckeditor5/src/utils.js';function _0x1adf(_0x260e70,_0x31a9ca){const _0x512e98=_0x512e();return _0x1adf=function(_0x1adf98,_0x171fea){_0x1adf98=_0x1adf98-0xbc;let _0x4c968f=_0x512e98[_0x1adf98];return _0x4c968f;},_0x1adf(_0x260e70,_0x31a9ca);}function _0x512e(){const _0x509e7d=['label','resetToDefault','bind','default','length','20ToumnA','184NtGHiG','_dropdownView','9123QugqTY','find','button','17324JBfYdL','_defaultValue','bindTemplate','add','source','formValue','1522518XFFHRc','listenTo','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown','locale','98488erRnQe','2hJylaM','stopPropagation','_prepareListOptions','ck-ai-review-mode__check-list-item-parameterized-form-element','extendTemplate','isOn','_defaultLabel','12303WLCkhm','data','5330340nXFRqC','buttonView','model','execute','ck-reset_all','setTemplate','set','menu','1543654vnwfys','menuitemradio','div'];_0x512e=function(){return _0x509e7d;};return _0x512e();}import{View as _0x7e4d5e,createDropdown as _0x26e4a1,addListToDropdown as _0x249fe6,UIModel as _0x3e8a41}from'ckeditor5/src/ui.js';export class AIReviewModeFormDropdownView extends _0x7e4d5e{[_0x1f40fc(0xdf)];[_0x1f40fc(0xe4)];[_0x1f40fc(0xca)];constructor(_0x25cb21,_0x493670){const _0x2c82db=_0x1f40fc;super(_0x25cb21),this[_0x2c82db(0xe4)]=_0x493670[_0x2c82db(0xdb)]||(_0x493670[_0x2c82db(0xcc)][_0x2c82db(0xdc)]>0x0?_0x493670[_0x2c82db(0xcc)][0x0]['id']:''),this[_0x2c82db(0xca)]=_0x493670[_0x2c82db(0xcc)][_0x2c82db(0xe1)](_0x25c2dd=>_0x25c2dd['id']===this[_0x2c82db(0xe4)])?.[_0x2c82db(0xd8)]||'',this[_0x2c82db(0xd3)](_0x2c82db(0xbe),''),this[_0x2c82db(0xdf)]=_0x26e4a1(this[_0x2c82db(0xc2)]);const _0x55f8d1=this[_0x2c82db(0xc6)](_0x493670[_0x2c82db(0xcc)]);_0x249fe6(this[_0x2c82db(0xdf)],_0x55f8d1,{'role':_0x2c82db(0xd4),'ariaLabel':_0x493670[_0x2c82db(0xd8)]}),this[_0x2c82db(0xdf)][_0x2c82db(0xce)][_0x2c82db(0xd3)]({'label':this[_0x2c82db(0xca)],'withText':!0x0}),this[_0x2c82db(0xdf)][_0x2c82db(0xc8)]({'on':{'click':this[_0x2c82db(0xe5)]['to'](_0x318d3c=>{const _0xa413be=_0x2c82db;_0x318d3c[_0xa413be(0xc5)]();})}}),this[_0x2c82db(0xc0)](this[_0x2c82db(0xdf)],_0x2c82db(0xd0),_0x242586=>{const _0xbec1a=_0x2c82db;this[_0xbec1a(0xbe)]=_0x242586[_0xbec1a(0xbd)][_0xbec1a(0xcf)]['id'],this[_0xbec1a(0xdf)][_0xbec1a(0xce)][_0xbec1a(0xd8)]=_0x242586[_0xbec1a(0xbd)][_0xbec1a(0xcf)][_0xbec1a(0xd8)];}),this[_0x2c82db(0xd2)]({'tag':_0x2c82db(0xd7),'attributes':{'class':['ck',_0x2c82db(0xd1),_0x2c82db(0xc7),_0x2c82db(0xc1)]},'children':[this[_0x2c82db(0xdf)]]});}[_0x1f40fc(0xd9)](){const _0x8625dc=_0x1f40fc;this[_0x8625dc(0xbe)]=this[_0x8625dc(0xe4)],this[_0x8625dc(0xdf)][_0x8625dc(0xce)][_0x8625dc(0xd8)]=this[_0x8625dc(0xca)];}[_0x1f40fc(0xc6)](_0x460bd2=[]){const _0x18305d=_0x1f40fc,_0x46e1f3=new _0x2e17c2();this[_0x18305d(0xd9)]();for(const _0x1bcc4f of _0x460bd2){const _0x1c177d=new _0x3e8a41({'label':_0x1bcc4f[_0x18305d(0xd8)],'withText':!0x0,'role':_0x18305d(0xd6),'id':_0x1bcc4f['id'],'model':_0x1bcc4f});_0x1c177d[_0x18305d(0xda)](_0x18305d(0xc9))['to'](this,_0x18305d(0xbe),_0x1c6a80=>_0x1c6a80===_0x1c177d['id']);const _0x27e547={'type':_0x18305d(0xe2),'model':_0x1c177d};_0x46e1f3[_0x18305d(0xbc)](_0x27e547);}return _0x46e1f3;}}
23
+ function _0x461a(_0x5734fd,_0x33e09e){const _0x10e013=_0x10e0();return _0x461a=function(_0x461a27,_0x390da7){_0x461a27=_0x461a27-0xdd;let _0xa33b4b=_0x10e013[_0x461a27];return _0xa33b4b;},_0x461a(_0x5734fd,_0x33e09e);}const _0x1e8e03=_0x461a;function _0x10e0(){const _0x2c8090=['default','buttonView','data','1217226EDJFUi','source','bindTemplate','execute','1308725AJYkjA','_defaultLabel','_prepareListOptions','div','ck-reset_all','_dropdownView','_defaultValue','isOn','button','resetToDefault','menu','setTemplate','add','extendTemplate','find','listenTo','76731QDyoVK','length','ck-ai-review-mode__check-list-item-parameterized-form-element_dropdown','5292jMcADd','bind','set','model','locale','4152nRqYHv','stopPropagation','822168dlJFUx','411471faWWpt','4fHTCYp','ck-ai-review-mode__check-list-item-parameterized-form-element','formValue','menuitemradio','104342wKaOjL','label'];_0x10e0=function(){return _0x2c8090;};return _0x10e0();}(function(_0xcb2a84,_0x2f0f39){const _0x1f3f0e=_0x461a,_0x54254d=_0xcb2a84();while(!![]){try{const _0xbdc40a=parseInt(_0x1f3f0e(0x103))/0x1*(parseInt(_0x1f3f0e(0xe6))/0x2)+parseInt(_0x1f3f0e(0xe5))/0x3+parseInt(_0x1f3f0e(0xe4))/0x4+-parseInt(_0x1f3f0e(0xf3))/0x5+parseInt(_0x1f3f0e(0xef))/0x6+parseInt(_0x1f3f0e(0xea))/0x7+-parseInt(_0x1f3f0e(0xe2))/0x8*(parseInt(_0x1f3f0e(0xdd))/0x9);if(_0xbdc40a===_0x2f0f39)break;else _0x54254d['push'](_0x54254d['shift']());}catch(_0x54bea1){_0x54254d['push'](_0x54254d['shift']());}}}(_0x10e0,0x23e4d));import{Collection as _0x12652a}from'ckeditor5/src/utils.js';import{View as _0x1d8e0b,createDropdown as _0x538004,addListToDropdown as _0x13be57,UIModel as _0x5202e3}from'ckeditor5/src/ui.js';export class AIReviewModeFormDropdownView extends _0x1d8e0b{[_0x1e8e03(0xf8)];[_0x1e8e03(0xf9)];[_0x1e8e03(0xf4)];constructor(_0x43547e,_0x58ed45){const _0x2d122e=_0x1e8e03;super(_0x43547e),this[_0x2d122e(0xf9)]=_0x58ed45[_0x2d122e(0xec)]||(_0x58ed45[_0x2d122e(0xee)][_0x2d122e(0x104)]>0x0?_0x58ed45[_0x2d122e(0xee)][0x0]['id']:''),this[_0x2d122e(0xf4)]=_0x58ed45[_0x2d122e(0xee)][_0x2d122e(0x101)](_0x57c854=>_0x57c854['id']===this[_0x2d122e(0xf9)])?.[_0x2d122e(0xeb)]||'',this[_0x2d122e(0xdf)](_0x2d122e(0xe8),''),this[_0x2d122e(0xf8)]=_0x538004(this[_0x2d122e(0xe1)]);const _0x1cf821=this[_0x2d122e(0xf5)](_0x58ed45[_0x2d122e(0xee)]);_0x13be57(this[_0x2d122e(0xf8)],_0x1cf821,{'role':_0x2d122e(0xfd),'ariaLabel':_0x58ed45[_0x2d122e(0xeb)]}),this[_0x2d122e(0xf8)][_0x2d122e(0xed)][_0x2d122e(0xdf)]({'label':this[_0x2d122e(0xf4)],'withText':!0x0}),this[_0x2d122e(0xf8)][_0x2d122e(0x100)]({'on':{'click':this[_0x2d122e(0xf1)]['to'](_0x19a107=>{const _0x12f85d=_0x2d122e;_0x19a107[_0x12f85d(0xe3)]();})}}),this[_0x2d122e(0x102)](this[_0x2d122e(0xf8)],_0x2d122e(0xf2),_0x33ef82=>{const _0x229d67=_0x2d122e;this[_0x229d67(0xe8)]=_0x33ef82[_0x229d67(0xf0)][_0x229d67(0xe0)]['id'],this[_0x229d67(0xf8)][_0x229d67(0xed)][_0x229d67(0xeb)]=_0x33ef82[_0x229d67(0xf0)][_0x229d67(0xe0)][_0x229d67(0xeb)];}),this[_0x2d122e(0xfe)]({'tag':_0x2d122e(0xf6),'attributes':{'class':['ck',_0x2d122e(0xf7),_0x2d122e(0xe7),_0x2d122e(0x105)]},'children':[this[_0x2d122e(0xf8)]]});}[_0x1e8e03(0xfc)](){const _0x800dd3=_0x1e8e03;this[_0x800dd3(0xe8)]=this[_0x800dd3(0xf9)],this[_0x800dd3(0xf8)][_0x800dd3(0xed)][_0x800dd3(0xeb)]=this[_0x800dd3(0xf4)];}[_0x1e8e03(0xf5)](_0x375251=[]){const _0x2ac471=_0x1e8e03,_0x163bfe=new _0x12652a();this[_0x2ac471(0xfc)]();for(const _0x23e1a2 of _0x375251){const _0x267b1e=new _0x5202e3({'label':_0x23e1a2[_0x2ac471(0xeb)],'withText':!0x0,'role':_0x2ac471(0xe9),'id':_0x23e1a2['id'],'model':_0x23e1a2});_0x267b1e[_0x2ac471(0xde)](_0x2ac471(0xfa))['to'](this,_0x2ac471(0xe8),_0x3912cc=>_0x3912cc===_0x267b1e['id']);const _0x4d2925={'type':_0x2ac471(0xfb),'model':_0x267b1e};_0x163bfe[_0x2ac471(0xff)](_0x4d2925);}return _0x163bfe;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c7629=_0x46ce;(function(_0x3525bc,_0x2b8cb5){const _0x3abf86=_0x46ce,_0x1bccce=_0x3525bc();while(!![]){try{const _0x197ade=-parseInt(_0x3abf86(0x18c))/0x1+-parseInt(_0x3abf86(0x19b))/0x2+parseInt(_0x3abf86(0x192))/0x3*(-parseInt(_0x3abf86(0x1a2))/0x4)+-parseInt(_0x3abf86(0x19d))/0x5+parseInt(_0x3abf86(0x19e))/0x6*(-parseInt(_0x3abf86(0x190))/0x7)+parseInt(_0x3abf86(0x193))/0x8+parseInt(_0x3abf86(0x1a3))/0x9;if(_0x197ade===_0x2b8cb5)break;else _0x1bccce['push'](_0x1bccce['shift']());}catch(_0x42cd65){_0x1bccce['push'](_0x1bccce['shift']());}}}(_0x537d,0xe4dff));import{FormRowView as _0x324b1d,ListItemView as _0x35db24}from'ckeditor5/src/ui.js';import{AIReviewModeFormDropdownView as _0x22e6d7}from'./aireviewmodeformdropdown.js';function _0x537d(){const _0x54fcdf=['690DOUFeu','8135648OqOpvI','formType','children','setTemplate','ck-ai-review-mode__form-item','add','ck-reset_all','_formItem','3488376NPMThZ','value','2752200rgKqib','2101926oFozuJ','resetToDefault','argsKey','bind','10060pTksgB','45022878FcZPMt','locale','set','1508307vELgjy','div','dropdown','formValue','14ZzeuYd','ck-form__row_with-submit'];_0x537d=function(){return _0x54fcdf;};return _0x537d();}function _0x46ce(_0x4aa63d,_0x2a40dd){const _0x537d9c=_0x537d();return _0x46ce=function(_0x46ce61,_0x451d6c){_0x46ce61=_0x46ce61-0x18a;let _0x85ac90=_0x537d9c[_0x46ce61];return _0x85ac90;},_0x46ce(_0x4aa63d,_0x2a40dd);}export class AIReviewModeFormManagerView extends _0x35db24{[_0x3c7629(0x19a)]=null;constructor(_0x3fd9c3,_0xa1110,_0x48e144){const _0x26a951=_0x3c7629;super(_0x3fd9c3),this[_0x26a951(0x1a0)]=_0xa1110?.[_0x26a951(0x1a0)];if(_0x26a951(0x18e)===_0xa1110[_0x26a951(0x194)])this[_0x26a951(0x19a)]=new _0x22e6d7(this[_0x26a951(0x18a)],_0xa1110);this[_0x26a951(0x18b)](_0x26a951(0x19c),''),this[_0x26a951(0x1a1)](_0x26a951(0x19c))['to'](this[_0x26a951(0x19a)],_0x26a951(0x18f));const _0x410c64=new _0x324b1d(this[_0x26a951(0x18a)],{'children':[this[_0x26a951(0x19a)]],'class':[_0x48e144?_0x26a951(0x191):'']});_0x48e144&&_0x410c64[_0x26a951(0x195)][_0x26a951(0x198)](_0x48e144),this[_0x26a951(0x196)]({'tag':_0x26a951(0x18d),'attributes':{'class':['ck',_0x26a951(0x197),_0x26a951(0x199)]},'children':[_0x410c64]});}[_0x3c7629(0x19f)](){const _0x273670=_0x3c7629;this[_0x273670(0x19a)][_0x273670(0x19f)]();}}
23
+ const _0x50987=_0x25c9;function _0x2786(){const _0x5b2547=['children','ck-form__row_with-submit','2572ljTmDx','ck-reset_all','2532KuPTCL','resetToDefault','ck-ai-review-mode__form-item','formValue','formType','141712qYYejv','533048tYRJKq','div','1225030PZggoZ','add','1090mCObKt','315324pWwLEF','136248EEAtRs','setTemplate','set','value','909xMtmub','dropdown','locale','45JCMles','bind','argsKey','_formItem'];_0x2786=function(){return _0x5b2547;};return _0x2786();}(function(_0x127f6a,_0x240f66){const _0x2dd8cd=_0x25c9,_0x57670f=_0x127f6a();while(!![]){try{const _0x52d247=parseInt(_0x2dd8cd(0xc4))/0x1+parseInt(_0x2dd8cd(0xca))/0x2+-parseInt(_0x2dd8cd(0xb4))/0x3*(-parseInt(_0x2dd8cd(0xbd))/0x4)+parseInt(_0x2dd8cd(0xc9))/0x5*(-parseInt(_0x2dd8cd(0xbf))/0x6)+-parseInt(_0x2dd8cd(0xcb))/0x7+-parseInt(_0x2dd8cd(0xc5))/0x8*(parseInt(_0x2dd8cd(0xb7))/0x9)+parseInt(_0x2dd8cd(0xc7))/0xa;if(_0x52d247===_0x240f66)break;else _0x57670f['push'](_0x57670f['shift']());}catch(_0x3d3094){_0x57670f['push'](_0x57670f['shift']());}}}(_0x2786,0x2a03b));function _0x25c9(_0x4f92bf,_0x1d3e5a){const _0x2786f5=_0x2786();return _0x25c9=function(_0x25c9ac,_0x3e1575){_0x25c9ac=_0x25c9ac-0xb1;let _0xc36ebd=_0x2786f5[_0x25c9ac];return _0xc36ebd;},_0x25c9(_0x4f92bf,_0x1d3e5a);}import{FormRowView as _0x400c79,ListItemView as _0x3fab32}from'ckeditor5/src/ui.js';import{AIReviewModeFormDropdownView as _0x52f7b6}from'./aireviewmodeformdropdown.js';export class AIReviewModeFormManagerView extends _0x3fab32{[_0x50987(0xba)]=null;constructor(_0x5d0284,_0x5e248a,_0x5982d0){const _0x1fd1c1=_0x50987;super(_0x5d0284),this[_0x1fd1c1(0xb9)]=_0x5e248a?.[_0x1fd1c1(0xb9)];if(_0x1fd1c1(0xb5)===_0x5e248a[_0x1fd1c1(0xc3)])this[_0x1fd1c1(0xba)]=new _0x52f7b6(this[_0x1fd1c1(0xb6)],_0x5e248a);this[_0x1fd1c1(0xb2)](_0x1fd1c1(0xb3),''),this[_0x1fd1c1(0xb8)](_0x1fd1c1(0xb3))['to'](this[_0x1fd1c1(0xba)],_0x1fd1c1(0xc2));const _0x82a9eb=new _0x400c79(this[_0x1fd1c1(0xb6)],{'children':[this[_0x1fd1c1(0xba)]],'class':[_0x5982d0?_0x1fd1c1(0xbc):'']});_0x5982d0&&_0x82a9eb[_0x1fd1c1(0xbb)][_0x1fd1c1(0xc8)](_0x5982d0),this[_0x1fd1c1(0xb1)]({'tag':_0x1fd1c1(0xc6),'attributes':{'class':['ck',_0x1fd1c1(0xc1),_0x1fd1c1(0xbe)]},'children':[_0x82a9eb]});}[_0x50987(0xc0)](){const _0x11656a=_0x50987;this[_0x11656a(0xba)][_0x11656a(0xc0)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ebfb8=_0x1040;(function(_0x3ee80f,_0x38a845){const _0x412016=_0x1040,_0x536462=_0x3ee80f();while(!![]){try{const _0x5627be=-parseInt(_0x412016(0x124))/0x1*(-parseInt(_0x412016(0x131))/0x2)+-parseInt(_0x412016(0x127))/0x3+-parseInt(_0x412016(0x144))/0x4*(parseInt(_0x412016(0x122))/0x5)+parseInt(_0x412016(0x119))/0x6*(-parseInt(_0x412016(0x13f))/0x7)+parseInt(_0x412016(0x142))/0x8*(parseInt(_0x412016(0x115))/0x9)+-parseInt(_0x412016(0x117))/0xa*(parseInt(_0x412016(0x120))/0xb)+-parseInt(_0x412016(0x130))/0xc*(-parseInt(_0x412016(0x134))/0xd);if(_0x5627be===_0x38a845)break;else _0x536462['push'](_0x536462['shift']());}catch(_0xe619e3){_0x536462['push'](_0x536462['shift']());}}}(_0x548f,0x2268f));function _0x548f(){const _0xec444a=['context','custom','render','config','visibleByDefault','side','7FYOTTW','ai-tabs-unsupported-ui-type','switchType','1881856cDyVok','body','32756TmBxty','ai-tabs-sidebar-container-element-not-found','isMaximized','add','remove','isPremiumPlugin','9evPrnC','pluginName','23390XTtkET','destroy','1391754BfNjeM','ai-tabs-unsupported-ui-side','bind','right','container','focusTracker','includes','528cQrgtm','ai.container','170aIQskS','set','91327bGnRGk','resize','showResizeButton','589623qCSeLp','element','switchSide','sidebar','ai-tabs-configuration-not-found','type','get','overlay','fire','420fJvVRe','4VJnWqX','AITabs','locale','201409gSmZQt','view','resizedTabs','isOfficialPlugin','appendChild'];_0x548f=function(){return _0xec444a;};return _0x548f();}import{ContextPlugin as _0x261421,Editor as _0x48ea8f}from'ckeditor5/src/core.js';import{CKEditorError as _0x1e47c7}from'ckeditor5/src/utils.js';function _0x1040(_0x160d31,_0x348218){const _0x548f50=_0x548f();return _0x1040=function(_0x104002,_0x4440d1){_0x104002=_0x104002-0x115;let _0x31454b=_0x548f50[_0x104002];return _0x31454b;},_0x1040(_0x160d31,_0x348218);}import{AITabsMainView as _0x420eb5,AI_TABS_VIEW_SIDES as _0x10c32e,AI_TABS_VIEW_TYPES as _0x24985c}from'./aitabsmainview.js';export class AITabs extends _0x261421{[_0x1ebfb8(0x135)];[_0x1ebfb8(0x11d)]=null;[_0x1ebfb8(0x126)]=!0x0;static get[_0x1ebfb8(0x116)](){const _0x16c6db=_0x1ebfb8;return _0x16c6db(0x132);}static get[_0x1ebfb8(0x137)](){return!0x0;}static get[_0x1ebfb8(0x149)](){return!0x0;}constructor(_0x476d5d){const _0x19ca4b=_0x1ebfb8;super(_0x476d5d);const _0x4b98a7=this[_0x19ca4b(0x139)][_0x19ca4b(0x13c)][_0x19ca4b(0x12d)](_0x19ca4b(0x121));if(this[_0x19ca4b(0x123)](_0x19ca4b(0x13e),_0x19ca4b(0x11c)),!_0x4b98a7)throw new _0x1e47c7(_0x19ca4b(0x12b));if(void 0x0!==_0x4b98a7[_0x19ca4b(0x126)]&&(this[_0x19ca4b(0x126)]=_0x4b98a7[_0x19ca4b(0x126)]),_0x19ca4b(0x12a)!==_0x4b98a7[_0x19ca4b(0x12c)]&&_0x19ca4b(0x12e)!==_0x4b98a7[_0x19ca4b(0x12c)]||_0x4b98a7[_0x19ca4b(0x13e)]&&(this[_0x19ca4b(0x13e)]=_0x4b98a7[_0x19ca4b(0x13e)]),_0x19ca4b(0x12a)===_0x4b98a7[_0x19ca4b(0x12c)]){if(this[_0x19ca4b(0x11d)]=_0x4b98a7[_0x19ca4b(0x128)],this[_0x19ca4b(0x123)](_0x19ca4b(0x12c),_0x19ca4b(0x12a)),!this[_0x19ca4b(0x11d)])throw new _0x1e47c7(_0x19ca4b(0x145));}else _0x19ca4b(0x12e)===_0x4b98a7[_0x19ca4b(0x12c)]?(this[_0x19ca4b(0x11d)]=document[_0x19ca4b(0x143)],this[_0x19ca4b(0x123)](_0x19ca4b(0x12c),_0x19ca4b(0x12e))):(this[_0x19ca4b(0x11d)]=null,this[_0x19ca4b(0x123)](_0x19ca4b(0x12c),_0x19ca4b(0x13a)));this[_0x19ca4b(0x135)]=new _0x420eb5(this[_0x19ca4b(0x139)][_0x19ca4b(0x133)],{'side':this[_0x19ca4b(0x13e)],'type':this[_0x19ca4b(0x12c)],'visibleByDefault':void 0x0===_0x4b98a7[_0x19ca4b(0x13d)]||_0x4b98a7[_0x19ca4b(0x13d)]}),this[_0x19ca4b(0x135)][_0x19ca4b(0x13b)](),this[_0x19ca4b(0x135)][_0x19ca4b(0x11b)](_0x19ca4b(0x13e))['to'](this,_0x19ca4b(0x13e)),this[_0x19ca4b(0x135)][_0x19ca4b(0x11b)](_0x19ca4b(0x12c))['to'](this,_0x19ca4b(0x12c)),this[_0x19ca4b(0x11d)]&&this[_0x19ca4b(0x11d)][_0x19ca4b(0x138)](this[_0x19ca4b(0x135)][_0x19ca4b(0x128)]),this[_0x19ca4b(0x139)]instanceof _0x48ea8f&&this[_0x19ca4b(0x139)]['ui'][_0x19ca4b(0x11e)][_0x19ca4b(0x147)](this[_0x19ca4b(0x135)][_0x19ca4b(0x128)]);}[_0x1ebfb8(0x141)](_0x20f57b){const _0x3db5a5=_0x1ebfb8;if(_0x20f57b&&this[_0x3db5a5(0x12c)]!==_0x20f57b){if(!_0x24985c[_0x3db5a5(0x11f)](_0x20f57b))throw new _0x1e47c7(_0x3db5a5(0x140));this[_0x3db5a5(0x12c)]=_0x20f57b;}}[_0x1ebfb8(0x129)](_0x42c5c9){const _0x1807f6=_0x1ebfb8;if(_0x42c5c9&&this[_0x1807f6(0x13e)]!==_0x42c5c9){if(!_0x10c32e[_0x1807f6(0x11f)](_0x42c5c9))throw new _0x1e47c7(_0x1807f6(0x11a));this[_0x1807f6(0x13e)]=_0x42c5c9;}}[_0x1ebfb8(0x125)](){const _0x15f545=_0x1ebfb8;this[_0x15f545(0x135)][_0x15f545(0x146)]=!this[_0x15f545(0x135)][_0x15f545(0x146)],this[_0x15f545(0x12f)](_0x15f545(0x136),this[_0x15f545(0x135)][_0x15f545(0x146)]);}[_0x1ebfb8(0x118)](){const _0x120512=_0x1ebfb8;super[_0x120512(0x118)](),this[_0x120512(0x135)][_0x120512(0x118)](),this[_0x120512(0x135)][_0x120512(0x128)]&&this[_0x120512(0x135)][_0x120512(0x128)][_0x120512(0x148)]();}}
23
+ function _0x53ed(){const _0x3c965c=['right','includes','ai-tabs-unsupported-ui-side','fire','type','remove','body','view','AITabs','104ZFRzjj','isOfficialPlugin','showResizeButton','appendChild','render','container','focusTracker','resize','switchSide','side','switchType','element','63621Ewggur','destroy','6629qQwsTq','2336290HlNSHf','118197hSmJBK','isPremiumPlugin','locale','resizedTabs','set','overlay','custom','sidebar','isMaximized','7278KPGlQX','ai.container','18388lQBtKn','config','2400QYRJqv','ai-tabs-sidebar-container-element-not-found','ai-tabs-unsupported-ui-type','get','context','bind','12672hyNhYx','visibleByDefault','ai-tabs-configuration-not-found','add','490402mpGPju','543QgOGUY','pluginName'];_0x53ed=function(){return _0x3c965c;};return _0x53ed();}const _0x4ae352=_0x4343;(function(_0x5bedec,_0x4971ee){const _0x47a128=_0x4343,_0x467fb2=_0x5bedec();while(!![]){try{const _0x495f14=-parseInt(_0x47a128(0x1bd))/0x1+-parseInt(_0x47a128(0x1a5))/0x2+-parseInt(_0x47a128(0x1a6))/0x3*(parseInt(_0x47a128(0x1cc))/0x4)+parseInt(_0x47a128(0x1c0))/0x5+parseInt(_0x47a128(0x1ca))/0x6*(parseInt(_0x47a128(0x1bf))/0x7)+parseInt(_0x47a128(0x1b1))/0x8*(-parseInt(_0x47a128(0x1c1))/0x9)+-parseInt(_0x47a128(0x1ce))/0xa*(-parseInt(_0x47a128(0x1a1))/0xb);if(_0x495f14===_0x4971ee)break;else _0x467fb2['push'](_0x467fb2['shift']());}catch(_0x315f63){_0x467fb2['push'](_0x467fb2['shift']());}}}(_0x53ed,0x8dce9));function _0x4343(_0x14416d,_0x32dfc6){const _0x53ed95=_0x53ed();return _0x4343=function(_0x43434b,_0x576dc4){_0x43434b=_0x43434b-0x19d;let _0x149cea=_0x53ed95[_0x43434b];return _0x149cea;},_0x4343(_0x14416d,_0x32dfc6);}import{ContextPlugin as _0x33a8a9,Editor as _0x562d4b}from'ckeditor5/src/core.js';import{CKEditorError as _0x23fe3f}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x32fdd3,AI_TABS_VIEW_SIDES as _0x4a2831,AI_TABS_VIEW_TYPES as _0x930e2c}from'./aitabsmainview.js';export class AITabs extends _0x33a8a9{[_0x4ae352(0x1af)];[_0x4ae352(0x1b6)]=null;[_0x4ae352(0x1b3)]=!0x0;static get[_0x4ae352(0x1a7)](){const _0x1f1417=_0x4ae352;return _0x1f1417(0x1b0);}static get[_0x4ae352(0x1b2)](){return!0x0;}static get[_0x4ae352(0x1c2)](){return!0x0;}constructor(_0x203f01){const _0x4c2625=_0x4ae352;super(_0x203f01);const _0x323285=this[_0x4c2625(0x19f)][_0x4c2625(0x1cd)][_0x4c2625(0x19e)](_0x4c2625(0x1cb));if(this[_0x4c2625(0x1c5)](_0x4c2625(0x1ba),_0x4c2625(0x1a8)),!_0x323285)throw new _0x23fe3f(_0x4c2625(0x1a3));if(void 0x0!==_0x323285[_0x4c2625(0x1b3)]&&(this[_0x4c2625(0x1b3)]=_0x323285[_0x4c2625(0x1b3)]),_0x4c2625(0x1c8)!==_0x323285[_0x4c2625(0x1ac)]&&_0x4c2625(0x1c6)!==_0x323285[_0x4c2625(0x1ac)]||_0x323285[_0x4c2625(0x1ba)]&&(this[_0x4c2625(0x1ba)]=_0x323285[_0x4c2625(0x1ba)]),_0x4c2625(0x1c8)===_0x323285[_0x4c2625(0x1ac)]){if(this[_0x4c2625(0x1b6)]=_0x323285[_0x4c2625(0x1bc)],this[_0x4c2625(0x1c5)](_0x4c2625(0x1ac),_0x4c2625(0x1c8)),!this[_0x4c2625(0x1b6)])throw new _0x23fe3f(_0x4c2625(0x1cf));}else _0x4c2625(0x1c6)===_0x323285[_0x4c2625(0x1ac)]?(this[_0x4c2625(0x1b6)]=document[_0x4c2625(0x1ae)],this[_0x4c2625(0x1c5)](_0x4c2625(0x1ac),_0x4c2625(0x1c6))):(this[_0x4c2625(0x1b6)]=null,this[_0x4c2625(0x1c5)](_0x4c2625(0x1ac),_0x4c2625(0x1c7)));this[_0x4c2625(0x1af)]=new _0x32fdd3(this[_0x4c2625(0x19f)][_0x4c2625(0x1c3)],{'side':this[_0x4c2625(0x1ba)],'type':this[_0x4c2625(0x1ac)],'visibleByDefault':void 0x0===_0x323285[_0x4c2625(0x1a2)]||_0x323285[_0x4c2625(0x1a2)]}),this[_0x4c2625(0x1af)][_0x4c2625(0x1b5)](),this[_0x4c2625(0x1af)][_0x4c2625(0x1a0)](_0x4c2625(0x1ba))['to'](this,_0x4c2625(0x1ba)),this[_0x4c2625(0x1af)][_0x4c2625(0x1a0)](_0x4c2625(0x1ac))['to'](this,_0x4c2625(0x1ac)),this[_0x4c2625(0x1b6)]&&this[_0x4c2625(0x1b6)][_0x4c2625(0x1b4)](this[_0x4c2625(0x1af)][_0x4c2625(0x1bc)]),this[_0x4c2625(0x19f)]instanceof _0x562d4b&&this[_0x4c2625(0x19f)]['ui'][_0x4c2625(0x1b7)][_0x4c2625(0x1a4)](this[_0x4c2625(0x1af)][_0x4c2625(0x1bc)]);}[_0x4ae352(0x1bb)](_0x3ce214){const _0x3628b0=_0x4ae352;if(_0x3ce214&&this[_0x3628b0(0x1ac)]!==_0x3ce214){if(!_0x930e2c[_0x3628b0(0x1a9)](_0x3ce214))throw new _0x23fe3f(_0x3628b0(0x19d));this[_0x3628b0(0x1ac)]=_0x3ce214;}}[_0x4ae352(0x1b9)](_0x38cdac){const _0x25a307=_0x4ae352;if(_0x38cdac&&this[_0x25a307(0x1ba)]!==_0x38cdac){if(!_0x4a2831[_0x25a307(0x1a9)](_0x38cdac))throw new _0x23fe3f(_0x25a307(0x1aa));this[_0x25a307(0x1ba)]=_0x38cdac;}}[_0x4ae352(0x1b8)](){const _0x2a477b=_0x4ae352;this[_0x2a477b(0x1af)][_0x2a477b(0x1c9)]=!this[_0x2a477b(0x1af)][_0x2a477b(0x1c9)],this[_0x2a477b(0x1ab)](_0x2a477b(0x1c4),this[_0x2a477b(0x1af)][_0x2a477b(0x1c9)]);}[_0x4ae352(0x1be)](){const _0x1d0254=_0x4ae352;super[_0x1d0254(0x1be)](),this[_0x1d0254(0x1af)][_0x1d0254(0x1be)](),this[_0x1d0254(0x1af)][_0x1d0254(0x1bc)]&&this[_0x1d0254(0x1af)][_0x1d0254(0x1bc)][_0x1d0254(0x1ad)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x126f78=_0x5204;(function(_0xcef1d0,_0x2cefb5){const _0x1bc05b=_0x5204,_0x3fc097=_0xcef1d0();while(!![]){try{const _0x3af3ef=-parseInt(_0x1bc05b(0x8e))/0x1+parseInt(_0x1bc05b(0xa7))/0x2+parseInt(_0x1bc05b(0x98))/0x3+-parseInt(_0x1bc05b(0xbb))/0x4*(parseInt(_0x1bc05b(0xc8))/0x5)+-parseInt(_0x1bc05b(0x9d))/0x6+parseInt(_0x1bc05b(0x97))/0x7+parseInt(_0x1bc05b(0xb2))/0x8;if(_0x3af3ef===_0x2cefb5)break;else _0x3fc097['push'](_0x3fc097['shift']());}catch(_0x3a036c){_0x3fc097['push'](_0x3fc097['shift']());}}}(_0x2bb0,0xa69e8));import{View as _0x174094}from'ckeditor5/src/ui.js';function _0x5204(_0x2e708a,_0x54cf2e){const _0x2bb0e0=_0x2bb0();return _0x5204=function(_0x52043e,_0x5d7202){_0x52043e=_0x52043e-0x89;let _0x5dda46=_0x2bb0e0[_0x52043e];return _0x5dda46;},_0x5204(_0x2e708a,_0x54cf2e);}import{toArray as _0x77de7f,CKEditorError as _0x1b1f34}from'ckeditor5/src/utils.js';import{TabButtonView as _0x3b53df}from'./tabbuttonview.js';import{TabPanelView as _0x3f75a3}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';export const AI_TABS_POSITIONS=[_0x126f78(0xba),_0x126f78(0xa2),_0x126f78(0xaa)];function _0x2bb0(){const _0xc5e5a=['set','createCollection','render','showTab','ck-tabs__buttons-container','2661008IBlxeM','isVisible','getIndex','addTab:','getTab','addTab','ck-tabs_','icon','top','68gKzYdv','panel','_hideButton','add','activeTab','getTabIds','ck-tabs__buttons-container_','find','children','ck-tabs__panels-container','keys','content','buttonIcon','111035sPWiYz','show:','buttonViews','_showPanel','_hidePanel','buttonLabel','_showButton','_setupButton','ck-ai-tabs_maximized','ck-reset','ui-tabsview-tab-not-found','class','button','reduce','panelViews','div','1293386ZuFyZb','_tabs','activateTab:','get','show','bindTemplate','activateTab','setTemplate','locale','9545508ZiCnlX','812652OcQnov','isOn','_getButton','isMaximized','ck-tabs__panels-container_','2471406qpEMzk','hide','fire','side','label','left','bind','order','hide:','length','1596248UWuksL','hideTab','ck-tabs','right','execute','_getPanel'];_0x2bb0=function(){return _0xc5e5a;};return _0x2bb0();}export class AITabsView extends _0x174094{[_0x126f78(0xca)]=this[_0x126f78(0xae)]();[_0x126f78(0x8c)]=this[_0x126f78(0xae)]();[_0x126f78(0x8f)]=new Map();constructor(_0x4e3e0a,_0x55d9d6={}){const _0x9f3fb1=_0x126f78;super(_0x4e3e0a),this[_0x9f3fb1(0xad)](_0x9f3fb1(0x89),void 0x0),this[_0x9f3fb1(0xad)](_0x9f3fb1(0xbf),null),this[_0x9f3fb1(0xad)](_0x9f3fb1(0xa0),_0x55d9d6[_0x9f3fb1(0xa0)]||_0x9f3fb1(0xba)),this[_0x9f3fb1(0xad)](_0x9f3fb1(0x9b),!0x1);const _0x138385=this[_0x9f3fb1(0x93)];this[_0x9f3fb1(0x95)]({'tag':_0x9f3fb1(0x8d),'attributes':{'class':['ck',_0x9f3fb1(0xd1),_0x9f3fb1(0xa9),..._0x77de7f(_0x55d9d6[_0x9f3fb1(0x89)]||[]),_0x138385['to'](_0x9f3fb1(0xa0),_0x3e0b97=>_0x9f3fb1(0xb8)+_0x3e0b97),_0x138385['to'](_0x9f3fb1(0x89)),_0x138385['to'](_0x9f3fb1(0x9b),_0x36b1b3=>_0x36b1b3?_0x9f3fb1(0xd0):'')],'tabindex':'0'},'children':[{'tag':_0x9f3fb1(0x8d),'attributes':{'class':['ck',_0x9f3fb1(0xb1),_0x138385['to'](_0x9f3fb1(0xa0),_0x39e459=>_0x9f3fb1(0xc1)+_0x39e459)]},'children':this[_0x9f3fb1(0xca)]},{'tag':_0x9f3fb1(0x8d),'attributes':{'class':['ck',_0x9f3fb1(0xc4),_0x138385['to'](_0x9f3fb1(0xa0),_0x19b0c5=>_0x9f3fb1(0x9c)+_0x19b0c5)]},'children':this[_0x9f3fb1(0x8c)]},..._0x77de7f(_0x55d9d6[_0x9f3fb1(0xc3)]||[])]});}[_0x126f78(0xc0)](){const _0x25e2d2=_0x126f78;return[...this[_0x25e2d2(0x8f)][_0x25e2d2(0xc5)]()];}[_0x126f78(0xb6)](_0x216b8c){const _0x4d9d29=_0x126f78,_0x36457a=this[_0x4d9d29(0x8f)][_0x4d9d29(0x91)](_0x216b8c);return _0x36457a||null;}[_0x126f78(0xb7)](_0x1e75dd){const _0x1a3d77=_0x126f78,_0x1e1e38=this[_0x1a3d77(0xcf)]({'id':_0x1e75dd['id'],'label':_0x1e75dd[_0x1a3d77(0xcd)],'icon':_0x1e75dd[_0x1a3d77(0xc7)],'order':_0x1e75dd[_0x1a3d77(0xa4)]}),_0xb40832=new _0x3f75a3(this[_0x1a3d77(0x96)]);return _0xb40832[_0x1a3d77(0xaf)](),_0x1e75dd[_0x1a3d77(0xc6)]&&_0xb40832[_0x1a3d77(0xc3)][_0x1a3d77(0xbe)](_0x1e75dd[_0x1a3d77(0xc6)]),this[_0x1a3d77(0x8c)][_0x1a3d77(0xbe)](_0xb40832),this[_0x1a3d77(0x8f)][_0x1a3d77(0xad)](_0x1e75dd['id'],{'button':_0x1e1e38,'panel':_0xb40832,'order':void 0x0!==_0x1e75dd[_0x1a3d77(0xa4)]?_0x1e75dd[_0x1a3d77(0xa4)]:null}),this[_0x1a3d77(0x9f)](_0x1a3d77(0xb5)+_0x1e75dd['id'],{'id':_0x1e75dd['id'],'button':_0x1e1e38,'panel':_0xb40832}),null===this[_0x1a3d77(0xbf)]?this[_0x1a3d77(0x94)](_0x1e75dd['id']):this[_0x1a3d77(0xcc)](_0x1e75dd['id']),{'button':_0x1e1e38,'panel':_0xb40832};}[_0x126f78(0x94)](_0x33b799){const _0x53ab72=_0x126f78;if(null!==_0x33b799&&!this[_0x53ab72(0xb6)](_0x33b799))throw new _0x1b1f34(_0x53ab72(0xd2),{'tabs':this,'tabId':_0x33b799});this[_0x53ab72(0xbf)]!==_0x33b799&&(this[_0x53ab72(0xbf)]&&this[_0x53ab72(0xcc)](this[_0x53ab72(0xbf)]),this[_0x53ab72(0xbf)]=_0x33b799,_0x33b799&&this[_0x53ab72(0xcb)](_0x33b799),this[_0x53ab72(0x9f)](_0x53ab72(0x90)+_0x33b799,_0x33b799));}[_0x126f78(0xb0)](_0x493c28){const _0x1634aa=_0x126f78;if(!this[_0x1634aa(0xb6)](_0x493c28))throw new _0x1b1f34(_0x1634aa(0xd2),{'tabs':this,'tabId':_0x493c28});this[_0x1634aa(0xcb)](_0x493c28),this[_0x1634aa(0xce)](_0x493c28),this[_0x1634aa(0x9f)](_0x1634aa(0xc9)+_0x493c28,_0x493c28);}[_0x126f78(0xa8)](_0x46709a){const _0x42ceef=_0x126f78;if(!this[_0x42ceef(0xb6)](_0x46709a))throw new _0x1b1f34(_0x42ceef(0xd2),{'tabs':this,'tabId':_0x46709a});const _0x217314=this[_0x42ceef(0xbf)];this[_0x42ceef(0xcc)](_0x46709a),this[_0x42ceef(0xbd)](_0x46709a);const _0x3d0028=this[_0x42ceef(0xc0)]();_0x217314===_0x46709a&&_0x3d0028[_0x42ceef(0xa6)]>0x1&&this[_0x42ceef(0x94)](_0x3d0028[_0x42ceef(0xc2)](_0x49ea16=>_0x49ea16!==_0x46709a)),this[_0x42ceef(0x9f)](_0x42ceef(0xa5)+_0x46709a,_0x46709a);}[_0x126f78(0xac)](_0x5031cb){const _0x55ab7b=_0x126f78,_0x22e625=this[_0x55ab7b(0x8f)][_0x55ab7b(0x91)](_0x5031cb);return _0x22e625?_0x22e625[_0x55ab7b(0xbc)]:null;}[_0x126f78(0xcb)](_0x5cec82){const _0x1c82d9=_0x126f78;null!==this[_0x1c82d9(0xbf)]&&this[_0x1c82d9(0xbf)]!==_0x5cec82||this[_0x1c82d9(0xac)](_0x5cec82)[_0x1c82d9(0x92)]();}[_0x126f78(0xcc)](_0x2cb2b0){const _0x28fe26=_0x126f78,_0x59bf60=this[_0x28fe26(0xac)](_0x2cb2b0);_0x59bf60[_0x28fe26(0xb3)]&&(this[_0x28fe26(0xbf)]===_0x2cb2b0&&(this[_0x28fe26(0xbf)]=null),_0x59bf60[_0x28fe26(0x9e)]());}[_0x126f78(0x9a)](_0x37c893){const _0x746b03=_0x126f78,_0x49898a=this[_0x746b03(0x8f)][_0x746b03(0x91)](_0x37c893);return _0x49898a?_0x49898a[_0x746b03(0x8a)]:null;}[_0x126f78(0xce)](_0x46c988){const _0x1f554f=_0x126f78;this[_0x1f554f(0x9a)](_0x46c988)[_0x1f554f(0x92)]();}[_0x126f78(0xbd)](_0x11f21a){const _0x43ebc7=_0x126f78;this[_0x43ebc7(0x9a)](_0x11f21a)[_0x43ebc7(0x9e)]();}[_0x126f78(0xcf)](_0x4a219b){const _0x4e17a5=_0x126f78,_0x3d32a1=new _0x3b53df(this[_0x4e17a5(0x96)],{'side':this[_0x4e17a5(0xa0)]}),_0x209729=this[_0x4e17a5(0xca)];if(_0x3d32a1[_0x4e17a5(0xad)]({'label':_0x4a219b[_0x4e17a5(0xa1)],'icon':_0x4a219b[_0x4e17a5(0xb9)],'tooltip':!0x0,'withText':!0x0}),_0x3d32a1[_0x4e17a5(0xa3)](_0x4e17a5(0x99))['to'](this,_0x4e17a5(0xbf),_0x115433=>_0x115433===_0x4a219b['id']),_0x3d32a1[_0x4e17a5(0xa3)](_0x4e17a5(0xa0))['to'](this,_0x4e17a5(0xa0)),_0x4a219b[_0x4e17a5(0xa4)]){const _0x3cd366=[...this[_0x4e17a5(0x8f)]][_0x4e17a5(0x8b)]((_0x3d966b,_0x32462a)=>{const _0x1a5581=_0x4e17a5,_0x37c6f3=_0x32462a[0x0],{order:_0x2fbcc0}=_0x32462a[0x1];return!_0x2fbcc0||_0x2fbcc0>_0x4a219b[_0x1a5581(0xa4)]?_0x3d966b:_0x2fbcc0>=_0x3d966b[_0x1a5581(0xa4)]?{'id':_0x37c6f3,'order':_0x2fbcc0}:_0x3d966b;},{'id':'','order':0x0}),_0x5e3738=_0x209729[_0x4e17a5(0xb4)](this[_0x4e17a5(0x9a)](_0x3cd366['id']));_0x209729[_0x4e17a5(0xbe)](_0x3d32a1,_0x5e3738+0x1);}else _0x209729[_0x4e17a5(0xbe)](_0x3d32a1);return _0x3d32a1['on'](_0x4e17a5(0xab),()=>{const _0x34eb18=_0x4e17a5;this[_0x34eb18(0x94)](_0x4a219b['id']);}),_0x3d32a1;}}
23
+ function _0x528c(){const _0x47c9d6=['ck-tabs__panels-container','9100107GtJXou','activateTab','right','children','_showPanel','add','left','992788dcEkgq','hide','_tabs','22662IErFrI','_getPanel','buttonViews','set','panel','keys','content','render','addTab:','order','_hideButton','_hidePanel','getIndex','top','locale','getTab','isMaximized','_showButton','bind','fire','_getButton','button','2181544pLoGbe','_setupButton','label','panelViews','find','execute','ui-tabsview-tab-not-found','div','ck-tabs_','side','isOn','ck-tabs__buttons-container_','setTemplate','activeTab','createCollection','buttonLabel','bindTemplate','activateTab:','ck-tabs__panels-container_','hideTab','addTab','ck-ai-tabs_maximized','buttonIcon','show:','140BendVq','get','10Ohzeyi','26067371mMrDNp','21CHtIop','show','showTab','isVisible','ck-reset','hide:','getTabIds','reduce','354251NZsJLy','icon','200395mbsmpA','ck-tabs__buttons-container','class','114YdQTbw','ck-tabs','length'];_0x528c=function(){return _0x47c9d6;};return _0x528c();}const _0x1cc3c9=_0x2cc0;(function(_0x537bdf,_0x2befc2){const _0x74e083=_0x2cc0,_0xd84670=_0x537bdf();while(!![]){try{const _0x38d1ea=-parseInt(_0x74e083(0xe3))/0x1+-parseInt(_0x74e083(0xf3))/0x2+parseInt(_0x74e083(0xf6))/0x3*(-parseInt(_0x74e083(0x124))/0x4)+-parseInt(_0x74e083(0xe5))/0x5*(parseInt(_0x74e083(0xe8))/0x6)+-parseInt(_0x74e083(0x128))/0x7*(parseInt(_0x74e083(0x10c))/0x8)+parseInt(_0x74e083(0xec))/0x9+parseInt(_0x74e083(0x126))/0xa*(parseInt(_0x74e083(0x127))/0xb);if(_0x38d1ea===_0x2befc2)break;else _0xd84670['push'](_0xd84670['shift']());}catch(_0x29dacd){_0xd84670['push'](_0xd84670['shift']());}}}(_0x528c,0xa78bd));function _0x2cc0(_0x5d4cdf,_0x363ad8){const _0x528c1b=_0x528c();return _0x2cc0=function(_0x2cc026,_0x26403f){_0x2cc026=_0x2cc026-0xde;let _0x556cc0=_0x528c1b[_0x2cc026];return _0x556cc0;},_0x2cc0(_0x5d4cdf,_0x363ad8);}import{View as _0xaf0208}from'ckeditor5/src/ui.js';import{toArray as _0x1ec9e7,CKEditorError as _0x27181b}from'ckeditor5/src/utils.js';import{TabButtonView as _0xdb47ef}from'./tabbuttonview.js';import{TabPanelView as _0x2500c3}from'./tabpanelview.js';import'../../../theme/aitabs/tabs/tabsview.css';export const AI_TABS_POSITIONS=[_0x1cc3c9(0x103),_0x1cc3c9(0xf2),_0x1cc3c9(0xee)];export class AITabsView extends _0xaf0208{[_0x1cc3c9(0xf8)]=this[_0x1cc3c9(0x11a)]();[_0x1cc3c9(0x10f)]=this[_0x1cc3c9(0x11a)]();[_0x1cc3c9(0xf5)]=new Map();constructor(_0x368fec,_0x4503a2={}){const _0x5e8855=_0x1cc3c9;super(_0x368fec),this[_0x5e8855(0xf9)](_0x5e8855(0xe7),void 0x0),this[_0x5e8855(0xf9)](_0x5e8855(0x119),null),this[_0x5e8855(0xf9)](_0x5e8855(0x115),_0x4503a2[_0x5e8855(0x115)]||_0x5e8855(0x103)),this[_0x5e8855(0xf9)](_0x5e8855(0x106),!0x1);const _0x1397a1=this[_0x5e8855(0x11c)];this[_0x5e8855(0x118)]({'tag':_0x5e8855(0x113),'attributes':{'class':['ck',_0x5e8855(0xdf),_0x5e8855(0xe9),..._0x1ec9e7(_0x4503a2[_0x5e8855(0xe7)]||[]),_0x1397a1['to'](_0x5e8855(0x115),_0x922f5f=>_0x5e8855(0x114)+_0x922f5f),_0x1397a1['to'](_0x5e8855(0xe7)),_0x1397a1['to'](_0x5e8855(0x106),_0x1d886d=>_0x1d886d?_0x5e8855(0x121):'')],'tabindex':'0'},'children':[{'tag':_0x5e8855(0x113),'attributes':{'class':['ck',_0x5e8855(0xe6),_0x1397a1['to'](_0x5e8855(0x115),_0x5a868e=>_0x5e8855(0x117)+_0x5a868e)]},'children':this[_0x5e8855(0xf8)]},{'tag':_0x5e8855(0x113),'attributes':{'class':['ck',_0x5e8855(0xeb),_0x1397a1['to'](_0x5e8855(0x115),_0x276821=>_0x5e8855(0x11e)+_0x276821)]},'children':this[_0x5e8855(0x10f)]},..._0x1ec9e7(_0x4503a2[_0x5e8855(0xef)]||[])]});}[_0x1cc3c9(0xe1)](){const _0x50f623=_0x1cc3c9;return[...this[_0x50f623(0xf5)][_0x50f623(0xfb)]()];}[_0x1cc3c9(0x105)](_0x2184dc){const _0x247214=_0x1cc3c9,_0x278be1=this[_0x247214(0xf5)][_0x247214(0x125)](_0x2184dc);return _0x278be1||null;}[_0x1cc3c9(0x120)](_0x42bfa3){const _0x5c73aa=_0x1cc3c9,_0x3e57bf=this[_0x5c73aa(0x10d)]({'id':_0x42bfa3['id'],'label':_0x42bfa3[_0x5c73aa(0x11b)],'icon':_0x42bfa3[_0x5c73aa(0x122)],'order':_0x42bfa3[_0x5c73aa(0xff)]}),_0x2b0f0f=new _0x2500c3(this[_0x5c73aa(0x104)]);return _0x2b0f0f[_0x5c73aa(0xfd)](),_0x42bfa3[_0x5c73aa(0xfc)]&&_0x2b0f0f[_0x5c73aa(0xef)][_0x5c73aa(0xf1)](_0x42bfa3[_0x5c73aa(0xfc)]),this[_0x5c73aa(0x10f)][_0x5c73aa(0xf1)](_0x2b0f0f),this[_0x5c73aa(0xf5)][_0x5c73aa(0xf9)](_0x42bfa3['id'],{'button':_0x3e57bf,'panel':_0x2b0f0f,'order':void 0x0!==_0x42bfa3[_0x5c73aa(0xff)]?_0x42bfa3[_0x5c73aa(0xff)]:null}),this[_0x5c73aa(0x109)](_0x5c73aa(0xfe)+_0x42bfa3['id'],{'id':_0x42bfa3['id'],'button':_0x3e57bf,'panel':_0x2b0f0f}),null===this[_0x5c73aa(0x119)]?this[_0x5c73aa(0xed)](_0x42bfa3['id']):this[_0x5c73aa(0x101)](_0x42bfa3['id']),{'button':_0x3e57bf,'panel':_0x2b0f0f};}[_0x1cc3c9(0xed)](_0x233b13){const _0x5a67a7=_0x1cc3c9;if(null!==_0x233b13&&!this[_0x5a67a7(0x105)](_0x233b13))throw new _0x27181b(_0x5a67a7(0x112),{'tabs':this,'tabId':_0x233b13});this[_0x5a67a7(0x119)]!==_0x233b13&&(this[_0x5a67a7(0x119)]&&this[_0x5a67a7(0x101)](this[_0x5a67a7(0x119)]),this[_0x5a67a7(0x119)]=_0x233b13,_0x233b13&&this[_0x5a67a7(0xf0)](_0x233b13),this[_0x5a67a7(0x109)](_0x5a67a7(0x11d)+_0x233b13,_0x233b13));}[_0x1cc3c9(0x12a)](_0xa7b1e3){const _0x59ed36=_0x1cc3c9;if(!this[_0x59ed36(0x105)](_0xa7b1e3))throw new _0x27181b(_0x59ed36(0x112),{'tabs':this,'tabId':_0xa7b1e3});this[_0x59ed36(0xf0)](_0xa7b1e3),this[_0x59ed36(0x107)](_0xa7b1e3),this[_0x59ed36(0x109)](_0x59ed36(0x123)+_0xa7b1e3,_0xa7b1e3);}[_0x1cc3c9(0x11f)](_0x4e6ce5){const _0x1c25fc=_0x1cc3c9;if(!this[_0x1c25fc(0x105)](_0x4e6ce5))throw new _0x27181b(_0x1c25fc(0x112),{'tabs':this,'tabId':_0x4e6ce5});const _0x297b07=this[_0x1c25fc(0x119)];this[_0x1c25fc(0x101)](_0x4e6ce5),this[_0x1c25fc(0x100)](_0x4e6ce5);const _0x287f9b=this[_0x1c25fc(0xe1)]();_0x297b07===_0x4e6ce5&&_0x287f9b[_0x1c25fc(0xea)]>0x1&&this[_0x1c25fc(0xed)](_0x287f9b[_0x1c25fc(0x110)](_0xee642a=>_0xee642a!==_0x4e6ce5)),this[_0x1c25fc(0x109)](_0x1c25fc(0xe0)+_0x4e6ce5,_0x4e6ce5);}[_0x1cc3c9(0xf7)](_0x40b1ee){const _0x22b28f=_0x1cc3c9,_0x350547=this[_0x22b28f(0xf5)][_0x22b28f(0x125)](_0x40b1ee);return _0x350547?_0x350547[_0x22b28f(0xfa)]:null;}[_0x1cc3c9(0xf0)](_0x5f3b99){const _0x2a7eb1=_0x1cc3c9;null!==this[_0x2a7eb1(0x119)]&&this[_0x2a7eb1(0x119)]!==_0x5f3b99||this[_0x2a7eb1(0xf7)](_0x5f3b99)[_0x2a7eb1(0x129)]();}[_0x1cc3c9(0x101)](_0x4dc555){const _0x2f2d14=_0x1cc3c9,_0x23818f=this[_0x2f2d14(0xf7)](_0x4dc555);_0x23818f[_0x2f2d14(0xde)]&&(this[_0x2f2d14(0x119)]===_0x4dc555&&(this[_0x2f2d14(0x119)]=null),_0x23818f[_0x2f2d14(0xf4)]());}[_0x1cc3c9(0x10a)](_0x273654){const _0x3391c6=_0x1cc3c9,_0x2c11fe=this[_0x3391c6(0xf5)][_0x3391c6(0x125)](_0x273654);return _0x2c11fe?_0x2c11fe[_0x3391c6(0x10b)]:null;}[_0x1cc3c9(0x107)](_0x591498){const _0x2637ad=_0x1cc3c9;this[_0x2637ad(0x10a)](_0x591498)[_0x2637ad(0x129)]();}[_0x1cc3c9(0x100)](_0x54b4a8){const _0x23d2a6=_0x1cc3c9;this[_0x23d2a6(0x10a)](_0x54b4a8)[_0x23d2a6(0xf4)]();}[_0x1cc3c9(0x10d)](_0x145a04){const _0x477988=_0x1cc3c9,_0x218057=new _0xdb47ef(this[_0x477988(0x104)],{'side':this[_0x477988(0x115)]}),_0x4d17f1=this[_0x477988(0xf8)];if(_0x218057[_0x477988(0xf9)]({'label':_0x145a04[_0x477988(0x10e)],'icon':_0x145a04[_0x477988(0xe4)],'tooltip':!0x0,'withText':!0x0}),_0x218057[_0x477988(0x108)](_0x477988(0x116))['to'](this,_0x477988(0x119),_0x47d391=>_0x47d391===_0x145a04['id']),_0x218057[_0x477988(0x108)](_0x477988(0x115))['to'](this,_0x477988(0x115)),_0x145a04[_0x477988(0xff)]){const _0x845a24=[...this[_0x477988(0xf5)]][_0x477988(0xe2)]((_0x8c5d5e,_0x17bcb9)=>{const _0x1009f5=_0x477988,_0x5122d7=_0x17bcb9[0x0],{order:_0xe882df}=_0x17bcb9[0x1];return!_0xe882df||_0xe882df>_0x145a04[_0x1009f5(0xff)]?_0x8c5d5e:_0xe882df>=_0x8c5d5e[_0x1009f5(0xff)]?{'id':_0x5122d7,'order':_0xe882df}:_0x8c5d5e;},{'id':'','order':0x0}),_0x6b879a=_0x4d17f1[_0x477988(0x102)](this[_0x477988(0x10a)](_0x845a24['id']));_0x4d17f1[_0x477988(0xf1)](_0x218057,_0x6b879a+0x1);}else _0x4d17f1[_0x477988(0xf1)](_0x218057);return _0x218057['on'](_0x477988(0x111),()=>{const _0x3ed3c3=_0x477988;this[_0x3ed3c3(0xed)](_0x145a04['id']);}),_0x218057;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24b552=_0x3330;function _0x3330(_0x31dba3,_0x1164b){const _0x396f17=_0x396f();return _0x3330=function(_0x33305a,_0x46d951){_0x33305a=_0x33305a-0x15d;let _0x31b301=_0x396f17[_0x33305a];return _0x31b301;},_0x3330(_0x31dba3,_0x1164b);}(function(_0x3769a4,_0x4f61a8){const _0x4697ac=_0x3330,_0xd0de0=_0x3769a4();while(!![]){try{const _0xc566c2=-parseInt(_0x4697ac(0x15d))/0x1*(-parseInt(_0x4697ac(0x16a))/0x2)+-parseInt(_0x4697ac(0x170))/0x3+parseInt(_0x4697ac(0x160))/0x4+-parseInt(_0x4697ac(0x168))/0x5+-parseInt(_0x4697ac(0x163))/0x6*(-parseInt(_0x4697ac(0x166))/0x7)+-parseInt(_0x4697ac(0x167))/0x8+-parseInt(_0x4697ac(0x162))/0x9;if(_0xc566c2===_0x4f61a8)break;else _0xd0de0['push'](_0xd0de0['shift']());}catch(_0x4b60a0){_0xd0de0['push'](_0xd0de0['shift']());}}}(_0x396f,0xcdfea));import{ButtonView as _0x415c56}from'ckeditor5/src/ui.js';import{toArray as _0x5274fc}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';function _0x396f(){const _0x5935a3=['ck-tab-button','hide','extendTemplate','show','2008995VfEbdd','ck-tab-button_','9aTVmUj','class','bindTemplate','4465344kAOFVF','set','2742894tmhTlw','906uJmPvy','isToggleable','isVisible','71498MlRGDE','11729144tjTchX','2623690qFpQJH','side','255648ctQRqI','top'];_0x396f=function(){return _0x5935a3;};return _0x396f();}export class TabButtonView extends _0x415c56{constructor(_0x329dd8,_0xd144d={}){const _0x187ac2=_0x3330;super(_0x329dd8),this[_0x187ac2(0x164)]=!0x0,this[_0x187ac2(0x161)](_0x187ac2(0x169),_0xd144d[_0x187ac2(0x169)]||_0x187ac2(0x16b));const _0x392a02=this[_0x187ac2(0x15f)];this[_0x187ac2(0x16e)]({'attributes':{'class':[_0x187ac2(0x16c),..._0x5274fc(_0xd144d[_0x187ac2(0x15e)]||[]),_0x392a02['to'](_0x187ac2(0x169),_0x39384a=>_0x187ac2(0x171)+_0x39384a),_0x392a02['to'](_0x187ac2(0x15e))]}});}[_0x24b552(0x16f)](){const _0x4d11e=_0x24b552;this[_0x4d11e(0x161)](_0x4d11e(0x165),!0x0);}[_0x24b552(0x16d)](){const _0x4f84e5=_0x24b552;this[_0x4f84e5(0x161)](_0x4f84e5(0x165),!0x1);}}
23
+ const _0x2a058e=_0x14d0;function _0x14d0(_0x18a054,_0x1a80d6){const _0x8bb87a=_0x8bb8();return _0x14d0=function(_0x14d079,_0x443bd8){_0x14d079=_0x14d079-0x105;let _0x267294=_0x8bb87a[_0x14d079];return _0x267294;},_0x14d0(_0x18a054,_0x1a80d6);}(function(_0x16caf8,_0x9592cb){const _0x1635b6=_0x14d0,_0x5af283=_0x16caf8();while(!![]){try{const _0x3cb022=-parseInt(_0x1635b6(0x115))/0x1*(-parseInt(_0x1635b6(0x106))/0x2)+-parseInt(_0x1635b6(0x117))/0x3*(-parseInt(_0x1635b6(0x10e))/0x4)+-parseInt(_0x1635b6(0x110))/0x5+parseInt(_0x1635b6(0x112))/0x6*(parseInt(_0x1635b6(0x10a))/0x7)+parseInt(_0x1635b6(0x109))/0x8*(-parseInt(_0x1635b6(0x111))/0x9)+-parseInt(_0x1635b6(0x116))/0xa*(parseInt(_0x1635b6(0x11b))/0xb)+-parseInt(_0x1635b6(0x10b))/0xc;if(_0x3cb022===_0x9592cb)break;else _0x5af283['push'](_0x5af283['shift']());}catch(_0x16c8f2){_0x5af283['push'](_0x5af283['shift']());}}}(_0x8bb8,0xee5eb));import{ButtonView as _0x206de0}from'ckeditor5/src/ui.js';function _0x8bb8(){const _0x2a3371=['143YWQKvS','top','set','2mhNhmM','ck-tab-button_','hide','1259008EoaQRn','520261TysQkz','4689936xXsbHW','ck-tab-button','isToggleable','4KwtWAI','show','4777065KgHRdS','63hfFLrM','138KwXEkI','bindTemplate','class','1839899daxyMj','1370750hnRjwd','4970649qcLxbe','isVisible','side','extendTemplate'];_0x8bb8=function(){return _0x2a3371;};return _0x8bb8();}import{toArray as _0x1fc475}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';export class TabButtonView extends _0x206de0{constructor(_0x1b18cc,_0x3ff35a={}){const _0x5cdd98=_0x14d0;super(_0x1b18cc),this[_0x5cdd98(0x10d)]=!0x0,this[_0x5cdd98(0x105)](_0x5cdd98(0x119),_0x3ff35a[_0x5cdd98(0x119)]||_0x5cdd98(0x11c));const _0xe11128=this[_0x5cdd98(0x113)];this[_0x5cdd98(0x11a)]({'attributes':{'class':[_0x5cdd98(0x10c),..._0x1fc475(_0x3ff35a[_0x5cdd98(0x114)]||[]),_0xe11128['to'](_0x5cdd98(0x119),_0x43b188=>_0x5cdd98(0x107)+_0x43b188),_0xe11128['to'](_0x5cdd98(0x114))]}});}[_0x2a058e(0x10f)](){const _0x1bd42e=_0x2a058e;this[_0x1bd42e(0x105)](_0x1bd42e(0x118),!0x0);}[_0x2a058e(0x108)](){const _0x326dff=_0x2a058e;this[_0x326dff(0x105)](_0x326dff(0x118),!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a556d=_0x4aba;(function(_0x2350e8,_0x23a082){const _0x19e1ee=_0x4aba,_0x383056=_0x2350e8();while(!![]){try{const _0x17c44c=-parseInt(_0x19e1ee(0xcc))/0x1*(parseInt(_0x19e1ee(0xcb))/0x2)+parseInt(_0x19e1ee(0xc4))/0x3+-parseInt(_0x19e1ee(0xc8))/0x4*(-parseInt(_0x19e1ee(0xc5))/0x5)+parseInt(_0x19e1ee(0xd6))/0x6+parseInt(_0x19e1ee(0xd3))/0x7*(-parseInt(_0x19e1ee(0xd2))/0x8)+parseInt(_0x19e1ee(0xc2))/0x9*(parseInt(_0x19e1ee(0xc9))/0xa)+-parseInt(_0x19e1ee(0xc1))/0xb;if(_0x17c44c===_0x23a082)break;else _0x383056['push'](_0x383056['shift']());}catch(_0x1d0bac){_0x383056['push'](_0x383056['shift']());}}}(_0x5148,0xc4d9b));import{View as _0x2eaae0}from'ckeditor5/src/ui.js';function _0x5148(){const _0x35efe5=['children','ck-tab-panel','set','ck-hidden','show','17128yGbTLl','1778sHsUnD','bindTemplate','isVisible','5192976hMqfMB','class','29242499DfxyNv','1413GBvpfD','setTemplate','4380492mMrmCG','700xQhQWv','hide','createCollection','40556czgKqK','54260wfYIZn','div','960UdDONd','1226LORtox'];_0x5148=function(){return _0x35efe5;};return _0x5148();}import{toArray as _0x30917b}from'ckeditor5/src/utils.js';function _0x4aba(_0xa08d7,_0x2613de){const _0x5148f5=_0x5148();return _0x4aba=function(_0x4abab3,_0x492fbd){_0x4abab3=_0x4abab3-0xc1;let _0x36ffae=_0x5148f5[_0x4abab3];return _0x36ffae;},_0x4aba(_0xa08d7,_0x2613de);}export class TabPanelView extends _0x2eaae0{[_0x4a556d(0xcd)];constructor(_0x24f4f6,_0x459bf2={}){const _0xad8956=_0x4a556d;super(_0x24f4f6);const _0x14989b=this[_0xad8956(0xd4)];this[_0xad8956(0xcf)](_0xad8956(0xd5),!0x1),this[_0xad8956(0xcf)](_0xad8956(0xd7),''),this[_0xad8956(0xcd)]=this[_0xad8956(0xc7)](),this[_0xad8956(0xc3)]({'tag':_0xad8956(0xca),'attributes':{'class':[_0xad8956(0xce),..._0x30917b(_0x459bf2[_0xad8956(0xd7)]||[]),_0x14989b['to'](_0xad8956(0xd7)),_0x14989b['if'](_0xad8956(0xd5),_0xad8956(0xd0),_0xffa01=>!_0xffa01)]},'children':this[_0xad8956(0xcd)]});}[_0x4a556d(0xd1)](){const _0x2bf5ee=_0x4a556d;this[_0x2bf5ee(0xcf)](_0x2bf5ee(0xd5),!0x0);}[_0x4a556d(0xc6)](){const _0x4b982=_0x4a556d;this[_0x4b982(0xcf)](_0x4b982(0xd5),!0x1);}}
23
+ const _0x424729=_0x1222;function _0xe3d2(){const _0x37003b=['4652400ePPFhL','637965WyXqMv','hide','328630HhNmQT','5620TNmpVS','ck-tab-panel','isVisible','875286pPjajx','show','class','592952vSHNxJ','setTemplate','createCollection','2205CKCNUz','6tGFdzJ','ck-hidden','div','children','1235864OEIUnV','set','bindTemplate','4gmOjME'];_0xe3d2=function(){return _0x37003b;};return _0xe3d2();}(function(_0x42de62,_0x2eda42){const _0x405b59=_0x1222,_0x72fef=_0x42de62();while(!![]){try{const _0x1ac20b=parseInt(_0x405b59(0x1a9))/0x1+parseInt(_0x405b59(0x1a2))/0x2+-parseInt(_0x405b59(0x1a6))/0x3+-parseInt(_0x405b59(0x1b4))/0x4*(-parseInt(_0x405b59(0x1a0))/0x5)+-parseInt(_0x405b59(0x1ad))/0x6*(-parseInt(_0x405b59(0x1b1))/0x7)+-parseInt(_0x405b59(0x19f))/0x8+-parseInt(_0x405b59(0x1ac))/0x9*(-parseInt(_0x405b59(0x1a3))/0xa);if(_0x1ac20b===_0x2eda42)break;else _0x72fef['push'](_0x72fef['shift']());}catch(_0x6e3ec6){_0x72fef['push'](_0x72fef['shift']());}}}(_0xe3d2,0x4f89e));import{View as _0x3adc0e}from'ckeditor5/src/ui.js';import{toArray as _0xd4d2c8}from'ckeditor5/src/utils.js';function _0x1222(_0x5bf777,_0x258b1e){const _0xe3d2c6=_0xe3d2();return _0x1222=function(_0x122211,_0x355058){_0x122211=_0x122211-0x19f;let _0x12f42c=_0xe3d2c6[_0x122211];return _0x12f42c;},_0x1222(_0x5bf777,_0x258b1e);}export class TabPanelView extends _0x3adc0e{[_0x424729(0x1b0)];constructor(_0x1d129d,_0x52657e={}){const _0x46b000=_0x424729;super(_0x1d129d);const _0x377717=this[_0x46b000(0x1b3)];this[_0x46b000(0x1b2)](_0x46b000(0x1a5),!0x1),this[_0x46b000(0x1b2)](_0x46b000(0x1a8),''),this[_0x46b000(0x1b0)]=this[_0x46b000(0x1ab)](),this[_0x46b000(0x1aa)]({'tag':_0x46b000(0x1af),'attributes':{'class':[_0x46b000(0x1a4),..._0xd4d2c8(_0x52657e[_0x46b000(0x1a8)]||[]),_0x377717['to'](_0x46b000(0x1a8)),_0x377717['if'](_0x46b000(0x1a5),_0x46b000(0x1ae),_0x5221e5=>!_0x5221e5)]},'children':this[_0x46b000(0x1b0)]});}[_0x424729(0x1a7)](){const _0x133613=_0x424729;this[_0x133613(0x1b2)](_0x133613(0x1a5),!0x0);}[_0x424729(0x1a1)](){const _0x46e658=_0x424729;this[_0x46e658(0x1b2)](_0x46e658(0x1a5),!0x1);}}