@ckeditor/ckeditor5-ai 47.7.0-alpha.4 → 47.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) 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/aiactionsreply.js +1 -1
  6. package/src/aiassistant/adapters/aiadapter.js +1 -1
  7. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  8. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  9. package/src/aiassistant/adapters/openaitextadapter.js +1 -1
  10. package/src/aiassistant/aiassistant.js +1 -1
  11. package/src/aiassistant/aiassistantediting.js +1 -1
  12. package/src/aiassistant/aiassistantui.js +1 -1
  13. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  14. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  15. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  17. package/src/aiassistant/ui/form/aiformview.js +1 -1
  18. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  19. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  20. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  21. package/src/aiballoon/aiballoon.js +1 -1
  22. package/src/aichat/aichat.js +1 -1
  23. package/src/aichat/aichatballoon.js +1 -1
  24. package/src/aichat/aichatcontroller.js +1 -1
  25. package/src/aichat/aichatui.js +1 -1
  26. package/src/aichat/model/aichatcontext.js +1 -1
  27. package/src/aichat/ui/aichatballoonview.js +1 -1
  28. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  29. package/src/aichat/ui/aichatheaderview.js +1 -1
  30. package/src/aichat/ui/aichatview.js +1 -1
  31. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  32. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  33. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  34. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  35. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  36. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  37. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  38. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  39. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  40. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  41. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  42. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  43. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  44. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  45. package/src/aichathistory/aichathistory.js +1 -1
  46. package/src/aichathistory/aichathistorycontroller.js +1 -1
  47. package/src/aichathistory/aichathistoryui.js +1 -1
  48. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  49. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  50. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  51. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  52. package/src/aicore/aiconnector.js +1 -1
  53. package/src/aicore/aiediting.js +1 -1
  54. package/src/aicore/model/aiinteraction.js +1 -1
  55. package/src/aicore/model/aimodels.js +1 -1
  56. package/src/aicore/model/aireply.js +1 -1
  57. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  58. package/src/aicore/pipeline/airesponseparser.js +2 -2
  59. package/src/aicore/ui/aidisclaimerview.js +1 -1
  60. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  61. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  62. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  63. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  64. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  65. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  66. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  67. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  68. package/src/aicore/utils/createresizebutton.js +1 -1
  69. package/src/aicore/utils/documentrange.js +1 -1
  70. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  71. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  72. package/src/aicore/utils/htmlparser.js +1 -1
  73. package/src/aicore/utils/htmlstreamer.js +1 -1
  74. package/src/aieditorintegration/aieditorintegration.js +1 -1
  75. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  76. package/src/aiquickactions/aiquickactions.js +1 -1
  77. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  78. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  79. package/src/aiquickactions/aiquickactionsui.js +1 -1
  80. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  81. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  82. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  83. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
  84. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
  85. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  86. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  87. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  88. package/src/aireviewcore/aireviewcoreui.js +1 -1
  89. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  90. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  91. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  92. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  93. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  94. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  95. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
  96. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  97. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  98. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  99. package/src/aireviewmode/aireviewmode.js +1 -1
  100. package/src/aireviewmode/aireviewmodeui.js +1 -1
  101. package/src/aireviewmode/model/aireviewcheckcustom.js +1 -1
  102. package/src/aireviewmode/model/aireviewcheckextra.js +1 -1
  103. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  104. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  105. package/src/aitabs/aitabs.js +1 -1
  106. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  107. package/src/aitranslate/aitranslate.js +1 -1
  108. package/src/aitranslate/aitranslatecontroller.js +1 -1
  109. package/src/aitranslate/aitranslateui.js +1 -1
  110. package/src/aitranslate/model/aitranslatecheck.js +1 -1
  111. package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
  112. package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xa0d6b=_0x1d52;(function(_0x37173d,_0x3e8f9b){const _0x25d2e8=_0x1d52,_0x2def43=_0x37173d();while(!![]){try{const _0x59eb3e=-parseInt(_0x25d2e8(0xc2))/0x1*(-parseInt(_0x25d2e8(0xd0))/0x2)+parseInt(_0x25d2e8(0xd3))/0x3+parseInt(_0x25d2e8(0xbc))/0x4*(-parseInt(_0x25d2e8(0xcd))/0x5)+parseInt(_0x25d2e8(0xc6))/0x6+-parseInt(_0x25d2e8(0xbe))/0x7*(parseInt(_0x25d2e8(0xdc))/0x8)+-parseInt(_0x25d2e8(0xc7))/0x9*(-parseInt(_0x25d2e8(0xcb))/0xa)+parseInt(_0x25d2e8(0xb0))/0xb;if(_0x59eb3e===_0x3e8f9b)break;else _0x2def43['push'](_0x2def43['shift']());}catch(_0x44e721){_0x2def43['push'](_0x2def43['shift']());}}}(_0x1f89,0x615f3));import{ContextPlugin as _0x23d9f8,Editor as _0x212af8}from'ckeditor5/src/core.js';function _0x1d52(_0x51ddf2,_0xea1a5a){const _0x1f89a4=_0x1f89();return _0x1d52=function(_0x1d52e3,_0x32bd05){_0x1d52e3=_0x1d52e3-0xad;let _0x4cfa35=_0x1f89a4[_0x1d52e3];return _0x4cfa35;},_0x1d52(_0x51ddf2,_0xea1a5a);}import{CKEditorError as _0x1090c2}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x318bad,AI_TABS_VIEW_SIDES as _0x3abddf,AI_TABS_VIEW_TYPES as _0x2ff8e8}from'./aitabsmainview.js';function _0x1f89(){const _0x58d2bb=['add','set','ai-tabs-unsupported-ui-type','1dQgszn','switchSide','visibleByDefault','body','4658886wsYFYi','474003wufeMZ','isPremiumPlugin','right','switchType','80vsVFxB','context','5itrjnQ','showResizeButton','resizedTabs','85382xajYvH','view','config','63060KJBFAV','isOfficialPlugin','ai-tabs-unsupported-ui-side','remove','type','isMaximized','fire','container','sidebar','2517256vBJZhD','includes','get','overlay','ai.container','custom','AITabs','3346409uiQXhl','bind','appendChild','pluginName','resize','element','focusTracker','ai-tabs-sidebar-container-element-not-found','locale','destroy','side','ai-tabs-configuration-not-found','2150392eazNxO','render','14XCDoST'];_0x1f89=function(){return _0x58d2bb;};return _0x1f89();}export class AITabs extends _0x23d9f8{[_0xa0d6b(0xd1)];[_0xa0d6b(0xda)]=null;[_0xa0d6b(0xce)]=!0x0;static get[_0xa0d6b(0xb3)](){const _0x3b3113=_0xa0d6b;return _0x3b3113(0xaf);}static get[_0xa0d6b(0xd4)](){return!0x0;}static get[_0xa0d6b(0xc8)](){return!0x0;}constructor(_0x11270d){const _0x443890=_0xa0d6b;super(_0x11270d);const _0xa856cc=this[_0x443890(0xcc)][_0x443890(0xd2)][_0x443890(0xde)](_0x443890(0xad));if(this[_0x443890(0xc0)](_0x443890(0xba),_0x443890(0xc9)),!_0xa856cc)throw new _0x1090c2(_0x443890(0xbb));if(void 0x0!==_0xa856cc[_0x443890(0xce)]&&(this[_0x443890(0xce)]=_0xa856cc[_0x443890(0xce)]),_0x443890(0xdb)!==_0xa856cc[_0x443890(0xd7)]&&_0x443890(0xdf)!==_0xa856cc[_0x443890(0xd7)]||_0xa856cc[_0x443890(0xba)]&&(this[_0x443890(0xba)]=_0xa856cc[_0x443890(0xba)]),_0x443890(0xdb)===_0xa856cc[_0x443890(0xd7)]){if(this[_0x443890(0xda)]=_0xa856cc[_0x443890(0xb5)],this[_0x443890(0xc0)](_0x443890(0xd7),_0x443890(0xdb)),!this[_0x443890(0xda)])throw new _0x1090c2(_0x443890(0xb7));}else _0x443890(0xdf)===_0xa856cc[_0x443890(0xd7)]?(this[_0x443890(0xda)]=document[_0x443890(0xc5)],this[_0x443890(0xc0)](_0x443890(0xd7),_0x443890(0xdf))):(this[_0x443890(0xda)]=null,this[_0x443890(0xc0)](_0x443890(0xd7),_0x443890(0xae)));this[_0x443890(0xd1)]=new _0x318bad(this[_0x443890(0xcc)][_0x443890(0xb8)],{'side':this[_0x443890(0xba)],'type':this[_0x443890(0xd7)],'visibleByDefault':void 0x0===_0xa856cc[_0x443890(0xc4)]||_0xa856cc[_0x443890(0xc4)]}),this[_0x443890(0xd1)][_0x443890(0xbd)](),this[_0x443890(0xd1)][_0x443890(0xb1)](_0x443890(0xba))['to'](this,_0x443890(0xba)),this[_0x443890(0xd1)][_0x443890(0xb1)](_0x443890(0xd7))['to'](this,_0x443890(0xd7)),this[_0x443890(0xda)]&&this[_0x443890(0xda)][_0x443890(0xb2)](this[_0x443890(0xd1)][_0x443890(0xb5)]),this[_0x443890(0xcc)]instanceof _0x212af8&&this[_0x443890(0xcc)]['ui'][_0x443890(0xb6)][_0x443890(0xbf)](this[_0x443890(0xd1)][_0x443890(0xb5)]);}[_0xa0d6b(0xca)](_0x15977f){const _0x12e2bf=_0xa0d6b;if(_0x15977f&&this[_0x12e2bf(0xd7)]!==_0x15977f){if(!_0x2ff8e8[_0x12e2bf(0xdd)](_0x15977f))throw new _0x1090c2(_0x12e2bf(0xc1));this[_0x12e2bf(0xd7)]=_0x15977f;}}[_0xa0d6b(0xc3)](_0x4e48b9){const _0x49b2eb=_0xa0d6b;if(_0x4e48b9&&this[_0x49b2eb(0xba)]!==_0x4e48b9){if(!_0x3abddf[_0x49b2eb(0xdd)](_0x4e48b9))throw new _0x1090c2(_0x49b2eb(0xd5));this[_0x49b2eb(0xba)]=_0x4e48b9;}}[_0xa0d6b(0xb4)](){const _0x3215c7=_0xa0d6b;this[_0x3215c7(0xd1)][_0x3215c7(0xd8)]=!this[_0x3215c7(0xd1)][_0x3215c7(0xd8)],this[_0x3215c7(0xd9)](_0x3215c7(0xcf),this[_0x3215c7(0xd1)][_0x3215c7(0xd8)]);}[_0xa0d6b(0xb9)](){const _0x1c1948=_0xa0d6b;super[_0x1c1948(0xb9)](),this[_0x1c1948(0xd1)][_0x1c1948(0xb9)](),this[_0x1c1948(0xd1)][_0x1c1948(0xb5)]&&this[_0x1c1948(0xd1)][_0x1c1948(0xb5)][_0x1c1948(0xd6)]();}}
23
+ const _0xf3c079=_0x56e2;(function(_0x4f641d,_0x12ffda){const _0x27a14a=_0x56e2,_0x298734=_0x4f641d();while(!![]){try{const _0xd10cb=-parseInt(_0x27a14a(0x185))/0x1+-parseInt(_0x27a14a(0x1a6))/0x2+parseInt(_0x27a14a(0x197))/0x3+-parseInt(_0x27a14a(0x186))/0x4*(-parseInt(_0x27a14a(0x19e))/0x5)+-parseInt(_0x27a14a(0x195))/0x6*(-parseInt(_0x27a14a(0x1a1))/0x7)+parseInt(_0x27a14a(0x187))/0x8+-parseInt(_0x27a14a(0x1aa))/0x9;if(_0xd10cb===_0x12ffda)break;else _0x298734['push'](_0x298734['shift']());}catch(_0x4cd8f4){_0x298734['push'](_0x298734['shift']());}}}(_0x3757,0x9ebdd));function _0x56e2(_0x2ec204,_0x159339){const _0x37579e=_0x3757();return _0x56e2=function(_0x56e228,_0x5f46a0){_0x56e228=_0x56e228-0x17a;let _0x343ece=_0x37579e[_0x56e228];return _0x343ece;},_0x56e2(_0x2ec204,_0x159339);}import{ContextPlugin as _0x36efb1,Editor as _0x3737e5}from'ckeditor5/src/core.js';import{CKEditorError as _0x118c75}from'ckeditor5/src/utils.js';import{AITabsMainView as _0x29b2e2,AI_TABS_VIEW_SIDES as _0x46b292,AI_TABS_VIEW_TYPES as _0x488106}from'./aitabsmainview.js';export class AITabs extends _0x36efb1{[_0xf3c079(0x17e)];[_0xf3c079(0x1a4)]=null;[_0xf3c079(0x19c)]=!0x0;static get[_0xf3c079(0x19a)](){const _0x383ebb=_0xf3c079;return _0x383ebb(0x19b);}static get[_0xf3c079(0x183)](){return!0x0;}static get[_0xf3c079(0x1a2)](){return!0x0;}constructor(_0x323250){const _0x1d54c9=_0xf3c079;super(_0x323250);const _0x2e8b6d=this[_0x1d54c9(0x180)][_0x1d54c9(0x18a)][_0x1d54c9(0x182)](_0x1d54c9(0x191));if(this[_0x1d54c9(0x1a0)](_0x1d54c9(0x184),_0x1d54c9(0x181)),!_0x2e8b6d)throw new _0x118c75(_0x1d54c9(0x198));if(void 0x0!==_0x2e8b6d[_0x1d54c9(0x19c)]&&(this[_0x1d54c9(0x19c)]=_0x2e8b6d[_0x1d54c9(0x19c)]),_0x1d54c9(0x1a3)!==_0x2e8b6d[_0x1d54c9(0x18d)]&&_0x1d54c9(0x1a8)!==_0x2e8b6d[_0x1d54c9(0x18d)]||_0x2e8b6d[_0x1d54c9(0x184)]&&(this[_0x1d54c9(0x184)]=_0x2e8b6d[_0x1d54c9(0x184)]),_0x1d54c9(0x1a3)===_0x2e8b6d[_0x1d54c9(0x18d)]){if(this[_0x1d54c9(0x1a4)]=_0x2e8b6d[_0x1d54c9(0x17f)],this[_0x1d54c9(0x1a0)](_0x1d54c9(0x18d),_0x1d54c9(0x1a3)),!this[_0x1d54c9(0x1a4)])throw new _0x118c75(_0x1d54c9(0x188));}else _0x1d54c9(0x1a8)===_0x2e8b6d[_0x1d54c9(0x18d)]?(this[_0x1d54c9(0x1a4)]=document[_0x1d54c9(0x17d)],this[_0x1d54c9(0x1a0)](_0x1d54c9(0x18d),_0x1d54c9(0x1a8))):(this[_0x1d54c9(0x1a4)]=null,this[_0x1d54c9(0x1a0)](_0x1d54c9(0x18d),_0x1d54c9(0x192)));this[_0x1d54c9(0x17e)]=new _0x29b2e2(this[_0x1d54c9(0x180)][_0x1d54c9(0x1a5)],{'side':this[_0x1d54c9(0x184)],'type':this[_0x1d54c9(0x18d)],'visibleByDefault':void 0x0===_0x2e8b6d[_0x1d54c9(0x190)]||_0x2e8b6d[_0x1d54c9(0x190)]}),this[_0x1d54c9(0x17e)][_0x1d54c9(0x18c)](),this[_0x1d54c9(0x17e)][_0x1d54c9(0x18f)](_0x1d54c9(0x184))['to'](this,_0x1d54c9(0x184)),this[_0x1d54c9(0x17e)][_0x1d54c9(0x18f)](_0x1d54c9(0x18d))['to'](this,_0x1d54c9(0x18d)),this[_0x1d54c9(0x1a4)]&&this[_0x1d54c9(0x1a4)][_0x1d54c9(0x19f)](this[_0x1d54c9(0x17e)][_0x1d54c9(0x17f)]),this[_0x1d54c9(0x180)]instanceof _0x3737e5&&this[_0x1d54c9(0x180)]['ui'][_0x1d54c9(0x193)][_0x1d54c9(0x196)](this[_0x1d54c9(0x17e)][_0x1d54c9(0x17f)]);}[_0xf3c079(0x1a7)](_0x4e2053){const _0x31f36b=_0xf3c079;if(_0x4e2053&&this[_0x31f36b(0x18d)]!==_0x4e2053){if(!_0x488106[_0x31f36b(0x189)](_0x4e2053))throw new _0x118c75(_0x31f36b(0x17c));this[_0x31f36b(0x18d)]=_0x4e2053;}}[_0xf3c079(0x18e)](_0x37080){const _0x58073d=_0xf3c079;if(_0x37080&&this[_0x58073d(0x184)]!==_0x37080){if(!_0x46b292[_0x58073d(0x189)](_0x37080))throw new _0x118c75(_0x58073d(0x17a));this[_0x58073d(0x184)]=_0x37080;}}[_0xf3c079(0x1a9)](){const _0x1b56d8=_0xf3c079;this[_0x1b56d8(0x17e)][_0x1b56d8(0x17b)]=!this[_0x1b56d8(0x17e)][_0x1b56d8(0x17b)],this[_0x1b56d8(0x19d)](_0x1b56d8(0x199),this[_0x1b56d8(0x17e)][_0x1b56d8(0x17b)]);}[_0xf3c079(0x18b)](){const _0x20db34=_0xf3c079;super[_0x20db34(0x18b)](),this[_0x20db34(0x17e)][_0x20db34(0x18b)](),this[_0x20db34(0x17e)][_0x20db34(0x17f)]&&this[_0x20db34(0x17e)][_0x20db34(0x17f)][_0x20db34(0x194)]();}}function _0x3757(){const _0x378119=['isPremiumPlugin','sidebar','container','locale','317306JlSPPf','switchType','overlay','resize','23665545xTRnPs','ai-tabs-unsupported-ui-side','isMaximized','ai-tabs-unsupported-ui-type','body','view','element','context','right','get','isOfficialPlugin','side','345354cAScqt','18336dWMIdj','9644368dueHIa','ai-tabs-sidebar-container-element-not-found','includes','config','destroy','render','type','switchSide','bind','visibleByDefault','ai.container','custom','focusTracker','remove','1308YsuZPD','add','2782857aIDNuU','ai-tabs-configuration-not-found','resizedTabs','pluginName','AITabs','showResizeButton','fire','970XdNrKF','appendChild','set','24444OuJdwn'];_0x3757=function(){return _0x378119;};return _0x3757();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10251c=_0x3a8c;function _0x3a8c(_0x1320eb,_0x30254f){const _0x44bb67=_0x44bb();return _0x3a8c=function(_0x3a8cd1,_0x2dc638){_0x3a8cd1=_0x3a8cd1-0xe7;let _0x1dd889=_0x44bb67[_0x3a8cd1];return _0x1dd889;},_0x3a8c(_0x1320eb,_0x30254f);}(function(_0x10134b,_0x3c4da5){const _0x468bb5=_0x3a8c,_0x35c549=_0x10134b();while(!![]){try{const _0x5385ee=parseInt(_0x468bb5(0xfa))/0x1+-parseInt(_0x468bb5(0xf7))/0x2*(-parseInt(_0x468bb5(0xef))/0x3)+-parseInt(_0x468bb5(0xf4))/0x4*(parseInt(_0x468bb5(0xf5))/0x5)+-parseInt(_0x468bb5(0xe8))/0x6*(parseInt(_0x468bb5(0xe7))/0x7)+parseInt(_0x468bb5(0xf2))/0x8+parseInt(_0x468bb5(0xec))/0x9*(-parseInt(_0x468bb5(0xf1))/0xa)+parseInt(_0x468bb5(0xe9))/0xb;if(_0x5385ee===_0x3c4da5)break;else _0x35c549['push'](_0x35c549['shift']());}catch(_0x562918){_0x35c549['push'](_0x35c549['shift']());}}}(_0x44bb,0xd31fa));import{ButtonView as _0x1b994e}from'ckeditor5/src/ui.js';function _0x44bb(){const _0x5b7859=['13976800tJXecv','8137472cAaSjq','show','5278124oatztR','5udeAPD','top','1029682zyMFBK','class','bindTemplate','1011477EdqRpf','isToggleable','ck-tab-button_','side','1096711KkJXUP','12eIyMbz','3543485FuBksT','hide','extendTemplate','9gdqVqe','set','ck-tab-button','9IhMMJJ','isVisible'];_0x44bb=function(){return _0x5b7859;};return _0x44bb();}import{toArray as _0x46a378}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';export class TabButtonView extends _0x1b994e{constructor(_0x2a70ad,_0xdc79e5={}){const _0xfc50d6=_0x3a8c;super(_0x2a70ad),this[_0xfc50d6(0xfb)]=!0x0,this[_0xfc50d6(0xed)](_0xfc50d6(0xfd),_0xdc79e5[_0xfc50d6(0xfd)]||_0xfc50d6(0xf6));const _0xfc7535=this[_0xfc50d6(0xf9)];this[_0xfc50d6(0xeb)]({'attributes':{'class':[_0xfc50d6(0xee),..._0x46a378(_0xdc79e5[_0xfc50d6(0xf8)]||[]),_0xfc7535['to'](_0xfc50d6(0xfd),_0x294224=>_0xfc50d6(0xfc)+_0x294224),_0xfc7535['to'](_0xfc50d6(0xf8))]}});}[_0x10251c(0xf3)](){const _0xea3432=_0x10251c;this[_0xea3432(0xed)](_0xea3432(0xf0),!0x0);}[_0x10251c(0xea)](){const _0x27d4f1=_0x10251c;this[_0x27d4f1(0xed)](_0x27d4f1(0xf0),!0x1);}}
23
+ const _0x48b340=_0x1ccc;function _0x3ab0(){const _0x2f8b41=['1256304Yvktzz','hide','class','1591610VnpUYT','54610oQgijO','bindTemplate','extendTemplate','101022bzSfFV','6XdLkcL','isToggleable','top','16eKWruO','ck-tab-button','show','isVisible','2547oOuhyN','side','1120980uGWJWP','ck-tab-button_','set','1611622DSFKEf','9283463HMmFGg'];_0x3ab0=function(){return _0x2f8b41;};return _0x3ab0();}(function(_0x5567ac,_0x2e28d4){const _0x5cdc2c=_0x1ccc,_0x16615e=_0x5567ac();while(!![]){try{const _0x2ed15f=-parseInt(_0x5cdc2c(0x149))/0x1+-parseInt(_0x5cdc2c(0x140))/0x2*(parseInt(_0x5cdc2c(0x152))/0x3)+-parseInt(_0x5cdc2c(0x146))/0x4+parseInt(_0x5cdc2c(0x14e))/0x5+-parseInt(_0x5cdc2c(0x153))/0x6*(-parseInt(_0x5cdc2c(0x14a))/0x7)+-parseInt(_0x5cdc2c(0x14b))/0x8+parseInt(_0x5cdc2c(0x144))/0x9*(parseInt(_0x5cdc2c(0x14f))/0xa);if(_0x2ed15f===_0x2e28d4)break;else _0x16615e['push'](_0x16615e['shift']());}catch(_0x9cf1da){_0x16615e['push'](_0x16615e['shift']());}}}(_0x3ab0,0xd4d11));import{ButtonView as _0x20b4f5}from'ckeditor5/src/ui.js';import{toArray as _0x505629}from'ckeditor5/src/utils.js';import'../../../theme/aitabs/tabs/tabbuttonview.css';function _0x1ccc(_0x20e655,_0x3b35c5){const _0x3ab051=_0x3ab0();return _0x1ccc=function(_0x1ccc65,_0x372e5e){_0x1ccc65=_0x1ccc65-0x13f;let _0x104693=_0x3ab051[_0x1ccc65];return _0x104693;},_0x1ccc(_0x20e655,_0x3b35c5);}export class TabButtonView extends _0x20b4f5{constructor(_0x1e4a8a,_0x500014={}){const _0x510d2f=_0x1ccc;super(_0x1e4a8a),this[_0x510d2f(0x154)]=!0x0,this[_0x510d2f(0x148)](_0x510d2f(0x145),_0x500014[_0x510d2f(0x145)]||_0x510d2f(0x13f));const _0x1044e3=this[_0x510d2f(0x150)];this[_0x510d2f(0x151)]({'attributes':{'class':[_0x510d2f(0x141),..._0x505629(_0x500014[_0x510d2f(0x14d)]||[]),_0x1044e3['to'](_0x510d2f(0x145),_0x443c10=>_0x510d2f(0x147)+_0x443c10),_0x1044e3['to'](_0x510d2f(0x14d))]}});}[_0x48b340(0x142)](){const _0xfb509c=_0x48b340;this[_0xfb509c(0x148)](_0xfb509c(0x143),!0x0);}[_0x48b340(0x14c)](){const _0x49ebbd=_0x48b340;this[_0x49ebbd(0x148)](_0x49ebbd(0x143),!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x149a(){var _0x5cbcd0=['1802000BKZQkN','pluginName','isOfficialPlugin','requires','64OwFmaF','2104659ZBzsNV','1561055ScmXqf','275178gWPcaD','800497ZalobR','8jwLiCc','6060654qDWoAc','2YnckKf','AITranslate','648802RfYYjR','isPremiumPlugin'];_0x149a=function(){return _0x5cbcd0;};return _0x149a();}var _0x458f6d=_0x4aa6;(function(_0x107dc5,_0x5bac16){var _0x590274=_0x4aa6,_0x2c50a9=_0x107dc5();while(!![]){try{var _0x184e62=parseInt(_0x590274(0x10d))/0x1*(-parseInt(_0x590274(0x110))/0x2)+parseInt(_0x590274(0x119))/0x3+-parseInt(_0x590274(0x10e))/0x4*(parseInt(_0x590274(0x11a))/0x5)+-parseInt(_0x590274(0x11b))/0x6+parseInt(_0x590274(0x112))/0x7*(parseInt(_0x590274(0x118))/0x8)+parseInt(_0x590274(0x10f))/0x9+-parseInt(_0x590274(0x114))/0xa;if(_0x184e62===_0x5bac16)break;else _0x2c50a9['push'](_0x2c50a9['shift']());}catch(_0x1a9c94){_0x2c50a9['push'](_0x2c50a9['shift']());}}}(_0x149a,0x71a39));import{ContextPlugin as _0x21e8c3}from'ckeditor5/src/core.js';function _0x4aa6(_0x570fe0,_0xb23ffa){var _0x149a62=_0x149a();return _0x4aa6=function(_0x4aa6f0,_0x4eba0e){_0x4aa6f0=_0x4aa6f0-0x10d;var _0x3a663c=_0x149a62[_0x4aa6f0];return _0x3a663c;},_0x4aa6(_0x570fe0,_0xb23ffa);}import{AITranslateController as _0x37dd5f}from'./aitranslatecontroller.js';import{AITranslateUI as _0x5438e9}from'./aitranslateui.js';import{AIReviewCoreEditing as _0x1ad463}from'../aireviewcore/aireviewcoreediting.js';export class AITranslate extends _0x21e8c3{static get[_0x458f6d(0x117)](){return[_0x37dd5f,_0x5438e9,_0x1ad463];}static get[_0x458f6d(0x115)](){var _0x342878=_0x458f6d;return _0x342878(0x111);}static get[_0x458f6d(0x116)](){return!0x0;}static get[_0x458f6d(0x113)](){return!0x0;}}
23
+ var _0xf566fe=_0x3d13;function _0x3d13(_0x4e5c77,_0xfaffc){var _0xf42653=_0xf426();return _0x3d13=function(_0x3d1333,_0xdf0b26){_0x3d1333=_0x3d1333-0x1b7;var _0x3cf2d2=_0xf42653[_0x3d1333];return _0x3cf2d2;},_0x3d13(_0x4e5c77,_0xfaffc);}(function(_0x15e964,_0x634768){var _0x1f44b6=_0x3d13,_0x24704e=_0x15e964();while(!![]){try{var _0x250579=parseInt(_0x1f44b6(0x1bb))/0x1+parseInt(_0x1f44b6(0x1ba))/0x2+-parseInt(_0x1f44b6(0x1bf))/0x3+-parseInt(_0x1f44b6(0x1b9))/0x4*(parseInt(_0x1f44b6(0x1b8))/0x5)+-parseInt(_0x1f44b6(0x1b7))/0x6+-parseInt(_0x1f44b6(0x1c2))/0x7+parseInt(_0x1f44b6(0x1bc))/0x8;if(_0x250579===_0x634768)break;else _0x24704e['push'](_0x24704e['shift']());}catch(_0x55e3eb){_0x24704e['push'](_0x24704e['shift']());}}}(_0xf426,0x86e95));function _0xf426(){var _0x2e9444=['requires','AITranslate','2289714NxhExS','pluginName','5996118plMJQN','5isxkxZ','3441704rymMzJ','1098198mrFwhB','464038wilLwm','21444040coVoff','isOfficialPlugin','isPremiumPlugin','2862492bRAnCt'];_0xf426=function(){return _0x2e9444;};return _0xf426();}import{ContextPlugin as _0x304ed1}from'ckeditor5/src/core.js';import{AITranslateController as _0x95c46}from'./aitranslatecontroller.js';import{AITranslateUI as _0x1dd5a7}from'./aitranslateui.js';import{AIReviewCoreEditing as _0x4e3843}from'../aireviewcore/aireviewcoreediting.js';export class AITranslate extends _0x304ed1{static get[_0xf566fe(0x1c0)](){return[_0x95c46,_0x1dd5a7,_0x4e3843];}static get[_0xf566fe(0x1c3)](){var _0x1f2352=_0xf566fe;return _0x1f2352(0x1c1);}static get[_0xf566fe(0x1bd)](){return!0x0;}static get[_0xf566fe(0x1be)](){return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1955(_0x439489,_0x99a3bc){const _0x3de73f=_0x3de7();return _0x1955=function(_0x195589,_0x1672ca){_0x195589=_0x195589-0x1c4;let _0x3af075=_0x3de73f[_0x195589];return _0x3af075;},_0x1955(_0x439489,_0x99a3bc);}const _0x2e1f9b=_0x1955;function _0x3de7(){const _0x14cfc3=['_scrollToChange','_onChangeMarkerBlurred','3imgucD','_currentReviewCheckRun','korean','_aiConnector','French','ck-ai-review-','_onCheckRunFinished','title','_onActivateChange','change','62311bgYSdk','_onReviewCheckRun','German','japanese','get','spanish','panel','changeId','_changeActivationSource','map','_initRequiredPlugins','content','_markChangePositionInEditorContent','Japanese','locale','Spanish','_getChangeContentElement','origin','italian','646376iFmdOl','editing','getContentElementForChange','chinese','Portuguese','russian','params','getDocumentData','getClassNames','resetActiveStateInResults','_onChangeMarkerHovered','config','_onDeactivateChange','Korean','_onReviewRunLeave','AITranslateUI','60616WdQFkf','getRoot','reactivateMarkers','2377760zFuxNK','setAllMarkersAsInactive','diffContent','_createReviewCheckRun','_onReviewCheckResultActivated','label','context','_getTranslationWithDefault','ck-ai-translate-','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','setMarkersInElementAsActive','_diffContent','557053EOBcoP','Chinese\x20(Simplified)','plugins','args','Russian','portuguese','_aiReviewCoreEditing','hover','setupChecks','markChangePositionInEditorContent','AITranslateController','_translateChecks','define','ai.translate.languages','AIReviewCoreEditing','replaceAll','_getChecksList','deactivateChange','pluginName','getEditor','toUpperCase','Italian','german','activateChange','AI_REVIEW_CHECK_TRANSLATE_TITLE','click','_onChangeMarkerClicked','removeClass','setActiveStateInResults','english','push','_aiReviewCoreUi','ck-ai-translate-mode-content','french','document','2681988mcthEt','addClass','_onReviewCheckResultDeactivated','English','158902DJHufH','view','uiInteraction','startsWith'];_0x3de7=function(){return _0x14cfc3;};return _0x3de7();}(function(_0x2803ed,_0x3b999e){const _0x3680e5=_0x1955,_0x5d602c=_0x2803ed();while(!![]){try{const _0x437b9e=parseInt(_0x3680e5(0x202))/0x1+parseInt(_0x3680e5(0x1f2))/0x2*(parseInt(_0x3680e5(0x1f8))/0x3)+-parseInt(_0x3680e5(0x225))/0x4+parseInt(_0x3680e5(0x228))/0x5+-parseInt(_0x3680e5(0x1ee))/0x6+parseInt(_0x3680e5(0x1cb))/0x7+parseInt(_0x3680e5(0x215))/0x8;if(_0x437b9e===_0x3b999e)break;else _0x5d602c['push'](_0x5d602c['shift']());}catch(_0x488faa){_0x5d602c['push'](_0x5d602c['shift']());}}}(_0x3de7,0x4d092));import{AIReviewCoreController as _0x3abd51}from'../aireviewcore/aireviewcorecontroller.js';import{AITranslateCheckList as _0x498f88}from'./model/aitranslatechecklist.js';import{AITranslateCheckRun as _0x147a2e}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x2046c8}from'../aicore/utils/common-translations.js';export class AITranslateController extends _0x3abd51{static get[_0x2e1f9b(0x1dd)](){const _0x54d4d7=_0x2e1f9b;return _0x54d4d7(0x1d5);}constructor(_0x18662c){const _0xa0d9a9=_0x2e1f9b;super(_0x18662c),this[_0xa0d9a9(0x1c5)][_0xa0d9a9(0x220)][_0xa0d9a9(0x1d7)](_0xa0d9a9(0x1d8),[{'label':_0xa0d9a9(0x1f1),'id':_0xa0d9a9(0x1e8)},{'label':_0xa0d9a9(0x211),'id':_0xa0d9a9(0x207)},{'label':_0xa0d9a9(0x1fc),'id':_0xa0d9a9(0x1ec)},{'label':_0xa0d9a9(0x204),'id':_0xa0d9a9(0x1e1)},{'label':_0xa0d9a9(0x1cc),'id':_0xa0d9a9(0x218)},{'label':_0xa0d9a9(0x20f),'id':_0xa0d9a9(0x205)},{'label':_0xa0d9a9(0x1cf),'id':_0xa0d9a9(0x21a)},{'label':_0xa0d9a9(0x219),'id':_0xa0d9a9(0x1d0)},{'label':_0xa0d9a9(0x222),'id':_0xa0d9a9(0x1fa)},{'label':_0xa0d9a9(0x1e0),'id':_0xa0d9a9(0x214)}]);}[_0x2e1f9b(0x1fe)](){const _0x2061de=_0x2e1f9b;this[_0x2061de(0x223)](!0x0);}[_0x2e1f9b(0x20c)](){const _0x5e61f3=_0x2e1f9b;super[_0x5e61f3(0x20c)](),this[_0x5e61f3(0x1ea)]=this[_0x5e61f3(0x1c5)][_0x5e61f3(0x1cd)][_0x5e61f3(0x206)](_0x5e61f3(0x224)),this[_0x5e61f3(0x1d1)]=this[_0x5e61f3(0x1c5)][_0x5e61f3(0x1cd)][_0x5e61f3(0x206)](_0x5e61f3(0x1d9));}[_0x2e1f9b(0x22b)](_0x263982,_0x608350){const _0x1a9662=_0x2e1f9b;return new _0x147a2e(this[_0x1a9662(0x1d1)][_0x1a9662(0x21c)](),_0x608350,this[_0x1a9662(0x1fb)],_0x2046c8(this[_0x1a9662(0x1c5)][_0x1a9662(0x210)],_0x1a9662(0x1e3)),_0x263982[_0x1a9662(0x21b)],_0x263982[_0x1a9662(0x1ce)]);}[_0x2e1f9b(0x22c)](_0x18bbe7){const _0x2962c6=_0x2e1f9b;this[_0x2962c6(0x1ea)][_0x2962c6(0x1e7)](_0x18bbe7[_0x2962c6(0x201)]['id']),this[_0x2962c6(0x1d1)][_0x2962c6(0x1c9)](_0x18bbe7[_0x2962c6(0x201)]['id']);}[_0x2e1f9b(0x1f0)](){const _0x4753be=_0x2e1f9b;this[_0x4753be(0x1d1)][_0x4753be(0x229)](),this[_0x4753be(0x1ea)][_0x4753be(0x21e)]();}[_0x2e1f9b(0x200)](_0x49a153){const _0x2655ba=_0x2e1f9b;this[_0x2655ba(0x1f9)]&&(_0x2655ba(0x1d2)===_0x49a153[_0x2655ba(0x1f4)]&&(this[_0x2655ba(0x20a)]=_0x2655ba(0x208),this[_0x2655ba(0x1f9)][_0x2655ba(0x1e2)](_0x49a153['id'])),_0x2655ba(0x1e4)===_0x49a153[_0x2655ba(0x1f4)]&&this[_0x2655ba(0x1f6)](_0x49a153['id']));}[_0x2e1f9b(0x221)](_0x5aa515){const _0x2a565c=_0x2e1f9b;this[_0x2a565c(0x1f9)]&&_0x2a565c(0x208)===_0x5aa515[_0x2a565c(0x213)]&&this[_0x2a565c(0x1f9)][_0x2a565c(0x1dc)]();}[_0x2e1f9b(0x1e5)](_0x4baeaa,_0x4ca861){const _0x1a2c86=_0x2e1f9b;this[_0x1a2c86(0x1f9)]&&(this[_0x1a2c86(0x20a)]=_0x1a2c86(0x20d),this[_0x1a2c86(0x1f9)][_0x1a2c86(0x1e2)](_0x4ca861[_0x1a2c86(0x209)]),this[_0x1a2c86(0x1f6)](_0x4ca861[_0x1a2c86(0x209)]));}[_0x2e1f9b(0x21f)](_0x18484b,_0x3ac050){const _0xea359a=_0x2e1f9b;this[_0xea359a(0x1f9)]&&(this[_0xea359a(0x20a)]=_0xea359a(0x20d),this[_0xea359a(0x1f9)][_0xea359a(0x1e2)](_0x3ac050[_0xea359a(0x209)]),this[_0xea359a(0x1d1)][_0xea359a(0x227)](_0x3ac050[_0xea359a(0x209)]));}[_0x2e1f9b(0x1f7)](){const _0x1d6240=_0x2e1f9b;this[_0x1d6240(0x1f9)]&&_0x1d6240(0x20d)===this[_0x1d6240(0x20a)]&&(this[_0x1d6240(0x1f9)][_0x1d6240(0x1dc)](),this[_0x1d6240(0x1d1)][_0x1d6240(0x229)]());}[_0x2e1f9b(0x212)](_0x4d4399){const _0x2f33a0=_0x2e1f9b;return this[_0x2f33a0(0x1d1)][_0x2f33a0(0x217)](_0x4d4399);}[_0x2e1f9b(0x20e)](_0x353409,_0x3c853f){const _0x2b18b7=_0x2e1f9b;this[_0x2b18b7(0x1d1)][_0x2b18b7(0x1d4)](_0x353409,_0x3c853f);}[_0x2e1f9b(0x1ca)](_0x1777c8,_0x29249c){const _0x3a193e=_0x2e1f9b;return this[_0x3a193e(0x1d1)][_0x3a193e(0x22a)](_0x1777c8,_0x29249c,!0x0);}[_0x2e1f9b(0x203)](){const _0x3ee42c=_0x2e1f9b,_0x56578e=this[_0x3ee42c(0x1d1)][_0x3ee42c(0x1de)]();_0x56578e&&_0x56578e[_0x3ee42c(0x216)][_0x3ee42c(0x1f3)][_0x3ee42c(0x201)](_0x11c3b9=>{const _0x4d58a5=_0x3ee42c,_0x755255=_0x56578e[_0x4d58a5(0x216)][_0x4d58a5(0x1f3)][_0x4d58a5(0x1ed)][_0x4d58a5(0x226)]();for(const _0x1c6194 of _0x755255[_0x4d58a5(0x21d)]())(_0x1c6194[_0x4d58a5(0x1f5)](_0x4d58a5(0x1fd))||_0x4d58a5(0x1c7)===_0x1c6194)&&_0x11c3b9[_0x4d58a5(0x1e6)](_0x1c6194,_0x755255);_0x11c3b9[_0x4d58a5(0x1ef)](_0x4d58a5(0x1eb),_0x755255);});}async[_0x2e1f9b(0x1db)](){const _0x412192=_0x2e1f9b,_0x3c2b3b=[],_0x2dea0a=this[_0x412192(0x1c5)][_0x412192(0x220)][_0x412192(0x206)](_0x412192(0x1d8))||[];for(const _0x16e0f3 of _0x2dea0a)_0x3c2b3b[_0x412192(0x1e9)]({'title':_0x16e0f3[_0x412192(0x1c4)],'id':_0x16e0f3['id'],'commandId':_0x16e0f3['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x16e0f3['id']}});const _0x39228a=new _0x498f88();return _0x39228a[_0x412192(0x1d3)](this[_0x412192(0x1d6)](_0x3c2b3b)),_0x39228a;}[_0x2e1f9b(0x1d6)](_0x14189f){const _0x6005a=_0x2e1f9b;return _0x14189f[_0x6005a(0x20b)](_0x5f2365=>{const _0x5daa18=_0x6005a,_0x2beb06=_0x5daa18(0x1c8)+_0x5f2365[_0x5daa18(0x1ff)][_0x5daa18(0x1df)]()[_0x5daa18(0x1da)]('-','_');return{..._0x5f2365,'title':this[_0x5daa18(0x1c6)](_0x2beb06,_0x5f2365[_0x5daa18(0x1ff)])};});}}
23
+ const _0x502ffe=_0x4837;(function(_0x4e20dc,_0x219428){const _0xe5e41b=_0x4837,_0x44ff99=_0x4e20dc();while(!![]){try{const _0x4bb15c=parseInt(_0xe5e41b(0xd6))/0x1*(parseInt(_0xe5e41b(0xee))/0x2)+-parseInt(_0xe5e41b(0xcc))/0x3+-parseInt(_0xe5e41b(0xfe))/0x4+-parseInt(_0xe5e41b(0x108))/0x5+-parseInt(_0xe5e41b(0xdf))/0x6*(-parseInt(_0xe5e41b(0x109))/0x7)+parseInt(_0xe5e41b(0xc0))/0x8+-parseInt(_0xe5e41b(0xe6))/0x9;if(_0x4bb15c===_0x219428)break;else _0x44ff99['push'](_0x44ff99['shift']());}catch(_0x567cef){_0x44ff99['push'](_0x44ff99['shift']());}}}(_0x49d7,0xc3c27));import{AIReviewCoreController as _0x2000a5}from'../aireviewcore/aireviewcorecontroller.js';import{AITranslateCheckList as _0x174290}from'./model/aitranslatechecklist.js';function _0x4837(_0x4a48bf,_0x1256e1){const _0x49d7f6=_0x49d7();return _0x4837=function(_0x4837bd,_0x2ecbb4){_0x4837bd=_0x4837bd-0xa9;let _0x518bb5=_0x49d7f6[_0x4837bd];return _0x518bb5;},_0x4837(_0x4a48bf,_0x1256e1);}import{AITranslateCheckRun as _0x3d0cb3}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x41fbd4}from'../aicore/utils/common-translations.js';export class AITranslateController extends _0x2000a5{static get[_0x502ffe(0xb9)](){const _0x24b565=_0x502ffe;return _0x24b565(0xd4);}constructor(_0xf4ae4e){const _0x1b126d=_0x502ffe;super(_0xf4ae4e),this[_0x1b126d(0xd5)][_0x1b126d(0xbf)][_0x1b126d(0xb7)](_0x1b126d(0xd9),[{'label':_0x1b126d(0xb0),'id':_0x1b126d(0xb1)},{'label':_0x1b126d(0xce),'id':_0x1b126d(0xf4)},{'label':_0x1b126d(0xde),'id':_0x1b126d(0xbc)},{'label':_0x1b126d(0x111),'id':_0x1b126d(0xae)},{'label':_0x1b126d(0x100),'id':_0x1b126d(0xbe)},{'label':_0x1b126d(0xcf),'id':_0x1b126d(0xff)},{'label':_0x1b126d(0xaf),'id':_0x1b126d(0xcb)},{'label':_0x1b126d(0xd8),'id':_0x1b126d(0xc2)},{'label':_0x1b126d(0xf8),'id':_0x1b126d(0xda)},{'label':_0x1b126d(0xbb),'id':_0x1b126d(0xfd)}]);}[_0x502ffe(0x102)](){const _0x19583a=_0x502ffe;this[_0x19583a(0xcd)](!0x0);}[_0x502ffe(0xaa)](){const _0x4b8bff=_0x502ffe;super[_0x4b8bff(0xaa)](),this[_0x4b8bff(0xe7)]=this[_0x4b8bff(0xd5)][_0x4b8bff(0xc1)][_0x4b8bff(0xfc)](_0x4b8bff(0xbd)),this[_0x4b8bff(0xc8)]=this[_0x4b8bff(0xd5)][_0x4b8bff(0xc1)][_0x4b8bff(0xfc)](_0x4b8bff(0x105));}[_0x502ffe(0xef)](_0x1283fc,_0x4fe6d5){const _0x4433b8=_0x502ffe;return new _0x3d0cb3(this[_0x4433b8(0xc8)][_0x4433b8(0x10d)](),_0x4fe6d5,this[_0x4433b8(0xea)],_0x41fbd4(this[_0x4433b8(0xd5)][_0x4433b8(0xd3)],_0x4433b8(0x10e)),_0x1283fc[_0x4433b8(0xe9)],_0x1283fc[_0x4433b8(0xf6)]);}[_0x502ffe(0xc5)](_0x8ba009){const _0x2fda8d=_0x502ffe;this[_0x2fda8d(0xe7)][_0x2fda8d(0x103)](_0x8ba009[_0x2fda8d(0xba)]['id']),this[_0x2fda8d(0xc8)][_0x2fda8d(0x10a)](_0x8ba009[_0x2fda8d(0xba)]['id']);}[_0x502ffe(0xad)](){const _0xc123f=_0x502ffe;this[_0xc123f(0xc8)][_0xc123f(0x10f)](),this[_0xc123f(0xe7)][_0xc123f(0xfa)]();}[_0x502ffe(0x10b)](_0x426d96){const _0x228e3e=_0x502ffe;this[_0x228e3e(0xb4)]&&(_0x228e3e(0xe3)===_0x426d96[_0x228e3e(0xb8)]&&(this[_0x228e3e(0xf0)]=_0x228e3e(0xd2),this[_0x228e3e(0xb4)][_0x228e3e(0xf7)](_0x426d96['id'])),_0x228e3e(0xc9)===_0x426d96[_0x228e3e(0xb8)]&&this[_0x228e3e(0xe8)](_0x426d96['id']));}[_0x502ffe(0xf5)](_0x2d3cfb){const _0x2a05b9=_0x502ffe;this[_0x2a05b9(0xb4)]&&_0x2a05b9(0xd2)===_0x2d3cfb[_0x2a05b9(0xd0)]&&this[_0x2a05b9(0xb4)][_0x2a05b9(0xd1)]();}[_0x502ffe(0x10c)](_0x34b2ce,_0x342719){const _0x1f8b8a=_0x502ffe;this[_0x1f8b8a(0xb4)]&&(this[_0x1f8b8a(0xf0)]=_0x1f8b8a(0xf9),this[_0x1f8b8a(0xb4)][_0x1f8b8a(0xf7)](_0x342719[_0x1f8b8a(0xe1)]),this[_0x1f8b8a(0xe8)](_0x342719[_0x1f8b8a(0xe1)]));}[_0x502ffe(0xe0)](_0x358399,_0x5dfe64){const _0x527fd2=_0x502ffe;this[_0x527fd2(0xb4)]&&(this[_0x527fd2(0xf0)]=_0x527fd2(0xf9),this[_0x527fd2(0xb4)][_0x527fd2(0xf7)](_0x5dfe64[_0x527fd2(0xe1)]),this[_0x527fd2(0xc8)][_0x527fd2(0x106)](_0x5dfe64[_0x527fd2(0xe1)]));}[_0x502ffe(0xb6)](){const _0x2047fb=_0x502ffe;this[_0x2047fb(0xb4)]&&_0x2047fb(0xf9)===this[_0x2047fb(0xf0)]&&(this[_0x2047fb(0xb4)][_0x2047fb(0xd1)](),this[_0x2047fb(0xc8)][_0x2047fb(0x10f)]());}[_0x502ffe(0xc7)](_0x290ed1){const _0x3f19c8=_0x502ffe;return this[_0x3f19c8(0xc8)][_0x3f19c8(0xf3)](_0x290ed1);}[_0x502ffe(0xd7)](_0x24121a,_0x3d3dbf){const _0xf909e3=_0x502ffe;this[_0xf909e3(0xc8)][_0xf909e3(0xed)](_0x24121a,_0x3d3dbf);}[_0x502ffe(0xec)](_0x490e17,_0x1cc83c){const _0xd06b82=_0x502ffe;return this[_0xd06b82(0xc8)][_0xd06b82(0xeb)](_0x490e17,_0x1cc83c,!0x0);}[_0x502ffe(0xdd)](){const _0x2ac3a6=_0x502ffe,_0x4aa69b=this[_0x2ac3a6(0xc8)][_0x2ac3a6(0x110)]();_0x4aa69b&&_0x4aa69b[_0x2ac3a6(0xac)][_0x2ac3a6(0xe4)][_0x2ac3a6(0xba)](_0x30a68a=>{const _0x2b6eba=_0x2ac3a6,_0x4c5f0e=_0x4aa69b[_0x2b6eba(0xac)][_0x2b6eba(0xe4)][_0x2b6eba(0xc4)][_0x2b6eba(0xf2)]();for(const _0x5417f8 of _0x4c5f0e[_0x2b6eba(0x101)]())(_0x5417f8[_0x2b6eba(0xe5)](_0x2b6eba(0xb3))||_0x2b6eba(0xfb)===_0x5417f8)&&_0x30a68a[_0x2b6eba(0xe2)](_0x5417f8,_0x4c5f0e);_0x30a68a[_0x2b6eba(0xc3)](_0x2b6eba(0xdb),_0x4c5f0e);});}async[_0x502ffe(0xc6)](){const _0x2473c0=_0x502ffe,_0x3f4a9d=[],_0x1e8cb4=this[_0x2473c0(0xd5)][_0x2473c0(0xbf)][_0x2473c0(0xfc)](_0x2473c0(0xd9))||[];for(const _0x58d901 of _0x1e8cb4)_0x3f4a9d[_0x2473c0(0x107)]({'title':_0x58d901[_0x2473c0(0xca)],'id':_0x58d901['id'],'commandId':_0x58d901['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x58d901['id']}});const _0x9456e1=new _0x174290();return _0x9456e1[_0x2473c0(0xa9)](this[_0x2473c0(0xb5)](_0x3f4a9d)),_0x9456e1;}[_0x502ffe(0xb5)](_0x5afc37){const _0x2edabc=_0x502ffe;return _0x5afc37[_0x2edabc(0x112)](_0x5ef267=>{const _0x42fee4=_0x2edabc,_0x3d8773=_0x42fee4(0x104)+_0x5ef267[_0x42fee4(0xb2)][_0x42fee4(0xab)]()[_0x42fee4(0xf1)]('-','_');return{..._0x5ef267,'title':this[_0x42fee4(0xdc)](_0x3d8773,_0x5ef267[_0x42fee4(0xb2)])};});}}function _0x49d7(){const _0x44ef2b=['1186xwhVKP','_markChangePositionInEditorContent','Portuguese','ai.translate.languages','korean','ck-ai-translate-mode-content','_getTranslationWithDefault','_onReviewCheckRun','French','569304pjxeGg','_onChangeMarkerHovered','changeId','removeClass','hover','view','startsWith','8743320WTmjET','_aiReviewCoreUi','_scrollToChange','params','_aiConnector','diffContent','_diffContent','markChangePositionInEditorContent','1970zJCXYQ','_createReviewCheckRun','_changeActivationSource','replaceAll','getRoot','getContentElementForChange','spanish','_onDeactivateChange','args','activateChange','Korean','content','resetActiveStateInResults','ck-ai-translate-','get','italian','20116FgtXvU','japanese','Chinese\x20(Simplified)','getClassNames','_onCheckRunFinished','setActiveStateInResults','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','AIReviewCoreEditing','reactivateMarkers','push','2984530lgavLw','14YUdELf','setMarkersInElementAsActive','_onActivateChange','_onChangeMarkerClicked','getDocumentData','AI_REVIEW_CHECK_TRANSLATE_TITLE','setAllMarkersAsInactive','getEditor','German','map','setupChecks','_initRequiredPlugins','toUpperCase','editing','_onReviewCheckResultDeactivated','german','Russian','English','english','title','ck-ai-review-','_currentReviewCheckRun','_translateChecks','_onChangeMarkerBlurred','define','uiInteraction','pluginName','change','Italian','french','AITranslateUI','chinese','config','8779752fapRwP','plugins','portuguese','addClass','document','_onReviewCheckResultActivated','_getChecksList','_getChangeContentElement','_aiReviewCoreEditing','click','label','russian','240603tYziuu','_onReviewRunLeave','Spanish','Japanese','origin','deactivateChange','panel','locale','AITranslateController','context'];_0x49d7=function(){return _0x44ef2b;};return _0x49d7();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27fa80=_0x10ff;(function(_0x4ee41b,_0x161f51){const _0x52bec8=_0x10ff,_0x1860fb=_0x4ee41b();while(!![]){try{const _0x28e3f2=-parseInt(_0x52bec8(0x14c))/0x1+-parseInt(_0x52bec8(0x142))/0x2+-parseInt(_0x52bec8(0x14a))/0x3+-parseInt(_0x52bec8(0x152))/0x4+parseInt(_0x52bec8(0x13e))/0x5+parseInt(_0x52bec8(0x14e))/0x6*(-parseInt(_0x52bec8(0x148))/0x7)+parseInt(_0x52bec8(0x141))/0x8*(parseInt(_0x52bec8(0x140))/0x9);if(_0x28e3f2===_0x161f51)break;else _0x1860fb['push'](_0x1860fb['shift']());}catch(_0x23fb50){_0x1860fb['push'](_0x1860fb['shift']());}}}(_0x1abd,0xea49e));import{FormHeaderView as _0x3f150e}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x4e944e}from'ckeditor5/src/icons.js';import{getTranslation as _0x26062b}from'../aicore/utils/common-translations.js';import{AIReviewCoreUI as _0x1efe4b}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x13b73c}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0x2a0a21}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0x56be87}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';function _0x10ff(_0x3753d1,_0x45e1ae){const _0x1abd78=_0x1abd();return _0x10ff=function(_0x10ffcf,_0x34049d){_0x10ffcf=_0x10ffcf-0x134;let _0x31cf74=_0x1abd78[_0x10ffcf];return _0x31cf74;},_0x10ff(_0x3753d1,_0x45e1ae);}function _0x1abd(){const _0x578e11=['AI_TRANSLATE_FINISH_BUTTON_LABEL','activateTab','plugins','translate','pluginName','ck-ai-translate-mode','registerTab','context','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','extendTemplate','locale','createMainView','6621535JINfSB','get','9uxhknD','4724184huBYCG','13202YAugwn','AI_TRANSLATE_EMPTY_RESULTS_TEXT','ck-ai-header\x20ck-ai-header_review-translate','addTab','getReviewCheckList','leaveReview','284998bHYdju','AI_TRANSLATE_FINISH_HEADER_TITLE','1399518gQDYNf','AI_REVIEW_CHECK_TRANSLATE_TITLE','214478RdzTzH','_mainView','6cJjEZA','AITabs','view','fire','907540AhCleY','AITranslateUI'];_0x1abd=function(){return _0x578e11;};return _0x1abd();}import{AITranslateCheckListView as _0x2ae750}from'./ui/aitranslatechecklistview.js';import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x1efe4b{static get[_0x27fa80(0x136)](){const _0x24ca0b=_0x27fa80;return _0x24ca0b(0x153);}[_0x27fa80(0x13d)](){const _0x57c5dc=_0x27fa80,_0x3cf34f=this[_0x57c5dc(0x139)][_0x57c5dc(0x13c)],_0x1f99f0=new _0x3f150e(_0x3cf34f,{'label':_0x26062b(_0x3cf34f,_0x57c5dc(0x14b)),'icon':_0x4e944e,'class':_0x57c5dc(0x144)}),_0x5336c4=new _0x13b73c(_0x3cf34f,{'header':_0x1f99f0,'list':new _0x2ae750(_0x3cf34f),'results':new _0x2a0a21(_0x3cf34f,{'generalErrorText':_0x26062b(_0x3cf34f,_0x57c5dc(0x13a))}),'completed':new _0x56be87(_0x3cf34f,{'headerText':_0x26062b(_0x3cf34f,_0x57c5dc(0x149)),'emptyResultsText':_0x26062b(_0x3cf34f,_0x57c5dc(0x143)),'buttonText':_0x26062b(_0x3cf34f,_0x57c5dc(0x154))})});return _0x5336c4[_0x57c5dc(0x13b)]({'attributes':{'class':_0x57c5dc(0x137)}}),_0x5336c4;}[_0x27fa80(0x138)](){const _0x510189=_0x27fa80,_0x16a00b=this[_0x510189(0x139)][_0x510189(0x134)][_0x510189(0x13f)](_0x510189(0x14f));_0x16a00b[_0x510189(0x150)]['on'](_0x510189(0x155),(_0x3ca0bd,_0x160556)=>{const _0x26686c=_0x510189;_0x26686c(0x135)===_0x160556?this[_0x26686c(0x151)](_0x26686c(0x146)):this[_0x26686c(0x151)](_0x26686c(0x147));}),_0x16a00b[_0x510189(0x150)][_0x510189(0x145)]({'id':_0x510189(0x135),'buttonLabel':_0x26062b(this[_0x510189(0x139)][_0x510189(0x13c)],_0x510189(0x14b)),'buttonIcon':_0x4e944e,'order':0x0,'content':this[_0x510189(0x14d)]});}}
23
+ const _0x324394=_0xf882;(function(_0x2ca500,_0x596b8e){const _0xc5b618=_0xf882,_0x28b218=_0x2ca500();while(!![]){try{const _0x49c405=-parseInt(_0xc5b618(0x1f2))/0x1*(-parseInt(_0xc5b618(0x1e1))/0x2)+parseInt(_0xc5b618(0x1f3))/0x3+-parseInt(_0xc5b618(0x1e9))/0x4*(parseInt(_0xc5b618(0x1f1))/0x5)+parseInt(_0xc5b618(0x1dc))/0x6+parseInt(_0xc5b618(0x1e7))/0x7*(parseInt(_0xc5b618(0x1e0))/0x8)+-parseInt(_0xc5b618(0x1e2))/0x9*(-parseInt(_0xc5b618(0x1ec))/0xa)+parseInt(_0xc5b618(0x1f7))/0xb*(-parseInt(_0xc5b618(0x1e4))/0xc);if(_0x49c405===_0x596b8e)break;else _0x28b218['push'](_0x28b218['shift']());}catch(_0x4d2cda){_0x28b218['push'](_0x28b218['shift']());}}}(_0x1b29,0x3a772));import{FormHeaderView as _0x320338}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x5e7734}from'ckeditor5/src/icons.js';import{getTranslation as _0x1bd09d}from'../aicore/utils/common-translations.js';import{AIReviewCoreUI as _0x548a1d}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x238d6b}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0x547a7f}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0x3fa084}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';import{AITranslateCheckListView as _0x221a20}from'./ui/aitranslatechecklistview.js';function _0xf882(_0x20c41d,_0x57f0d9){const _0x1b2997=_0x1b29();return _0xf882=function(_0xf882c0,_0x5de89f){_0xf882c0=_0xf882c0-0x1d9;let _0x5b5072=_0x1b2997[_0xf882c0];return _0x5b5072;},_0xf882(_0x20c41d,_0x57f0d9);}function _0x1b29(){const _0x4c93b3=['1311459NqkDwc','fire','view','createMainView','803RiMkHj','ck-ai-header\x20ck-ai-header_review-translate','AI_TRANSLATE_FINISH_BUTTON_LABEL','AITabs','addTab','extendTemplate','getReviewCheckList','AITranslateUI','plugins','AI_TRANSLATE_EMPTY_RESULTS_TEXT','1264152EmIBCs','context','AI_REVIEW_CHECK_TRANSLATE_TITLE','locale','176312lEgCbY','8qlZOGh','92871KWhQdz','activateTab','180384HsSIce','_mainView','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','105FaLPUg','pluginName','4VosLjg','leaveReview','get','340cIgTBo','AI_TRANSLATE_FINISH_HEADER_TITLE','ck-ai-translate-mode','translate','registerTab','2180870mIRhCc','110927RoRGsu'];_0x1b29=function(){return _0x4c93b3;};return _0x1b29();}import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x548a1d{static get[_0x324394(0x1e8)](){const _0x32cbfb=_0x324394;return _0x32cbfb(0x1d9);}[_0x324394(0x1f6)](){const _0x421d5e=_0x324394,_0x31b1e9=this[_0x421d5e(0x1dd)][_0x421d5e(0x1df)],_0x5c3b44=new _0x320338(_0x31b1e9,{'label':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1de)),'icon':_0x5e7734,'class':_0x421d5e(0x1f8)}),_0x591a20=new _0x238d6b(_0x31b1e9,{'header':_0x5c3b44,'list':new _0x221a20(_0x31b1e9),'results':new _0x547a7f(_0x31b1e9,{'generalErrorText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1e6))}),'completed':new _0x3fa084(_0x31b1e9,{'headerText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1ed)),'emptyResultsText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1db)),'buttonText':_0x1bd09d(_0x31b1e9,_0x421d5e(0x1f9))})});return _0x591a20[_0x421d5e(0x1fc)]({'attributes':{'class':_0x421d5e(0x1ee)}}),_0x591a20;}[_0x324394(0x1f0)](){const _0x46538b=_0x324394,_0x1338ae=this[_0x46538b(0x1dd)][_0x46538b(0x1da)][_0x46538b(0x1eb)](_0x46538b(0x1fa));_0x1338ae[_0x46538b(0x1f5)]['on'](_0x46538b(0x1e3),(_0x123752,_0x278392)=>{const _0xd58e37=_0x46538b;_0xd58e37(0x1ef)===_0x278392?this[_0xd58e37(0x1f4)](_0xd58e37(0x1fd)):this[_0xd58e37(0x1f4)](_0xd58e37(0x1ea));}),_0x1338ae[_0x46538b(0x1f5)][_0x46538b(0x1fb)]({'id':_0x46538b(0x1ef),'buttonLabel':_0x1bd09d(this[_0x46538b(0x1dd)][_0x46538b(0x1df)],_0x46538b(0x1de)),'buttonIcon':_0x5e7734,'order':0x0,'content':this[_0x46538b(0x1e5)]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x112521=_0x1903;function _0x1b03(){var _0x34c1f9=['5525127jdLSuA','4650jHouJz','36LBkZvy','61917mBipvP','4655Ftkfft','16pMkKeG','6fZCSjz','372855qszjqy','98065RtdUTY','translate','10rNviJz','614519ICQaLq','1090531RvVDAI','12VoZAEV','apiId'];_0x1b03=function(){return _0x34c1f9;};return _0x1b03();}(function(_0x506e4f,_0x1c0cda){var _0x8666d4=_0x1903,_0x4df1cf=_0x506e4f();while(!![]){try{var _0x3ef8d8=-parseInt(_0x8666d4(0x1c8))/0x1+parseInt(_0x8666d4(0x1c3))/0x2*(-parseInt(_0x8666d4(0x1c0))/0x3)+-parseInt(_0x8666d4(0x1bf))/0x4*(-parseInt(_0x8666d4(0x1c4))/0x5)+parseInt(_0x8666d4(0x1be))/0x6*(-parseInt(_0x8666d4(0x1c1))/0x7)+parseInt(_0x8666d4(0x1c2))/0x8*(parseInt(_0x8666d4(0x1bd))/0x9)+-parseInt(_0x8666d4(0x1c7))/0xa*(-parseInt(_0x8666d4(0x1c5))/0xb)+-parseInt(_0x8666d4(0x1ca))/0xc*(parseInt(_0x8666d4(0x1c9))/0xd);if(_0x3ef8d8===_0x1c0cda)break;else _0x4df1cf['push'](_0x4df1cf['shift']());}catch(_0x3cabb4){_0x4df1cf['push'](_0x4df1cf['shift']());}}}(_0x1b03,0x9a562));import{AIReviewCheck as _0x4ed632}from'../../aireviewcore/model/aireviewcheck.js';function _0x1903(_0x320b8e,_0x5ac7c1){var _0x1b0357=_0x1b03();return _0x1903=function(_0x19039d,_0x4dbd67){_0x19039d=_0x19039d-0x1bc;var _0x4325d0=_0x1b0357[_0x19039d];return _0x4325d0;},_0x1903(_0x320b8e,_0x5ac7c1);}export class AITranslateCheck extends _0x4ed632{get[_0x112521(0x1bc)](){var _0x48f865=_0x112521;return _0x48f865(0x1c6);}}
23
+ function _0x462e(_0x514fcb,_0x5e4d2a){var _0x41aa7d=_0x41aa();return _0x462e=function(_0x462ecc,_0x389e40){_0x462ecc=_0x462ecc-0x8b;var _0x42802b=_0x41aa7d[_0x462ecc];return _0x42802b;},_0x462e(_0x514fcb,_0x5e4d2a);}var _0x534765=_0x462e;(function(_0x399397,_0x4be720){var _0x5a8014=_0x462e,_0x8ec380=_0x399397();while(!![]){try{var _0x5162a4=-parseInt(_0x5a8014(0x92))/0x1+parseInt(_0x5a8014(0x93))/0x2+parseInt(_0x5a8014(0x91))/0x3*(-parseInt(_0x5a8014(0x90))/0x4)+-parseInt(_0x5a8014(0x95))/0x5*(parseInt(_0x5a8014(0x8e))/0x6)+parseInt(_0x5a8014(0x96))/0x7*(parseInt(_0x5a8014(0x97))/0x8)+parseInt(_0x5a8014(0x8d))/0x9+-parseInt(_0x5a8014(0x94))/0xa*(-parseInt(_0x5a8014(0x8b))/0xb);if(_0x5162a4===_0x4be720)break;else _0x8ec380['push'](_0x8ec380['shift']());}catch(_0x45eb3b){_0x8ec380['push'](_0x8ec380['shift']());}}}(_0x41aa,0x46701));import{AIReviewCheck as _0x191474}from'../../aireviewcore/model/aireviewcheck.js';export class AITranslateCheck extends _0x191474{get[_0x534765(0x8c)](){var _0x42da37=_0x534765;return _0x42da37(0x8f);}}function _0x41aa(){var _0x3df79e=['5XGSZXw','45479MCWNqy','496VdsxEt','1379081LciZxn','apiId','262908KdShPk','545766iMOAva','translate','142256XZjjCk','24gADGOS','270618tMXdzS','252930LPVLkU','30VyNWWr'];_0x41aa=function(){return _0x3df79e;};return _0x41aa();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x324dfb=_0x2ed0;function _0x5456(){const _0x1a8b38=['div','ck-hidden','_setupTemplate','6161580PlDpXK','60952CDZsTZ','2087385auWzMg','4152449bzMQik','isVisible','AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','locale','setTemplate','2822294KEWaZA','249605aEIpuP','ck-ai_review__check-list','ck-ai-translate__check-list-header','ck-ai-translate__check-list-wrapper','1535EBYuCN','bindTemplate','20382eePZHD','_checkViews','1746msdZpO'];_0x5456=function(){return _0x1a8b38;};return _0x5456();}(function(_0x32c4ed,_0x195de6){const _0x13e6b9=_0x2ed0,_0x75479e=_0x32c4ed();while(!![]){try{const _0x8f7027=-parseInt(_0x13e6b9(0xf1))/0x1+parseInt(_0x13e6b9(0xf0))/0x2+-parseInt(_0x13e6b9(0xe9))/0x3+-parseInt(_0x13e6b9(0xe7))/0x4+parseInt(_0x13e6b9(0xdf))/0x5*(parseInt(_0x13e6b9(0xe1))/0x6)+-parseInt(_0x13e6b9(0xea))/0x7+parseInt(_0x13e6b9(0xe8))/0x8*(parseInt(_0x13e6b9(0xe3))/0x9);if(_0x8f7027===_0x195de6)break;else _0x75479e['push'](_0x75479e['shift']());}catch(_0x2d2b3d){_0x75479e['push'](_0x75479e['shift']());}}}(_0x5456,0xd0476));function _0x2ed0(_0x56480f,_0x5c458a){const _0x54564f=_0x5456();return _0x2ed0=function(_0x2ed0cf,_0x564f47){_0x2ed0cf=_0x2ed0cf-0xdc;let _0x28d3d5=_0x54564f[_0x2ed0cf];return _0x28d3d5;},_0x2ed0(_0x56480f,_0x5c458a);}import{AIReviewCoreReviewCheckListView as _0x3e4902}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';import{getTranslation as _0x3b1008}from'../../aicore/utils/common-translations.js';export class AITranslateCheckListView extends _0x3e4902{[_0x324dfb(0xe6)](){const _0x17e0fb=_0x324dfb,_0x3e920f=this[_0x17e0fb(0xe0)];this[_0x17e0fb(0xef)]({'tag':_0x17e0fb(0xe4),'attributes':{'class':[_0x17e0fb(0xde),_0x3e920f['if'](_0x17e0fb(0xeb),_0x17e0fb(0xe5),_0x3d2395=>!_0x3d2395)]},'children':[{'tag':_0x17e0fb(0xe4),'attributes':{'class':[_0x17e0fb(0xdd)]},'children':[{'tag':'h2','children':[{'text':_0x3b1008(this[_0x17e0fb(0xee)],_0x17e0fb(0xec))}]},{'tag':'p','children':[{'text':_0x3b1008(this[_0x17e0fb(0xee)],_0x17e0fb(0xed))}]}]},{'tag':_0x17e0fb(0xe4),'attributes':{'class':[_0x17e0fb(0xdc),_0x3e920f['if'](_0x17e0fb(0xeb),_0x17e0fb(0xe5),_0x19d452=>!_0x19d452)]},'children':this[_0x17e0fb(0xe2)]}]});}}
23
+ function _0x1009(_0x36903a,_0x31508b){const _0x4f3ef6=_0x4f3e();return _0x1009=function(_0x1009cf,_0x272ffe){_0x1009cf=_0x1009cf-0x9c;let _0x37d6f6=_0x4f3ef6[_0x1009cf];return _0x37d6f6;},_0x1009(_0x36903a,_0x31508b);}const _0x384312=_0x1009;(function(_0x586148,_0x1ba6b1){const _0xe87210=_0x1009,_0x5ce432=_0x586148();while(!![]){try{const _0x2514d3=-parseInt(_0xe87210(0xb4))/0x1*(-parseInt(_0xe87210(0xa9))/0x2)+-parseInt(_0xe87210(0xac))/0x3+parseInt(_0xe87210(0xaa))/0x4*(parseInt(_0xe87210(0xa8))/0x5)+parseInt(_0xe87210(0xab))/0x6*(parseInt(_0xe87210(0xb2))/0x7)+parseInt(_0xe87210(0x9d))/0x8*(-parseInt(_0xe87210(0xa3))/0x9)+parseInt(_0xe87210(0xa7))/0xa*(-parseInt(_0xe87210(0xa6))/0xb)+parseInt(_0xe87210(0xb0))/0xc;if(_0x2514d3===_0x1ba6b1)break;else _0x5ce432['push'](_0x5ce432['shift']());}catch(_0x4d7ec8){_0x5ce432['push'](_0x5ce432['shift']());}}}(_0x4f3e,0x95641));function _0x4f3e(){const _0x54caa5=['AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','ck-ai-translate__check-list-header','setTemplate','231003YZulOv','_setupTemplate','ck-hidden','43813laAsJO','2470HKwAfO','25945uJFQEY','4emrLSb','632FdaaQT','538836DVpizT','1242801haxIre','_checkViews','locale','isVisible','17467128GhMVmJ','bindTemplate','42lREYLq','ck-ai_review__check-list','149681IRWeEz','ck-ai-translate__check-list-wrapper','344XArlQg','div'];_0x4f3e=function(){return _0x54caa5;};return _0x4f3e();}import{AIReviewCoreReviewCheckListView as _0x20ccd8}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';import{getTranslation as _0x4f72ab}from'../../aicore/utils/common-translations.js';export class AITranslateCheckListView extends _0x20ccd8{[_0x384312(0xa4)](){const _0x19186e=_0x384312,_0x5ba3dd=this[_0x19186e(0xb1)];this[_0x19186e(0xa2)]({'tag':_0x19186e(0x9e),'attributes':{'class':[_0x19186e(0x9c),_0x5ba3dd['if'](_0x19186e(0xaf),_0x19186e(0xa5),_0x26ef10=>!_0x26ef10)]},'children':[{'tag':_0x19186e(0x9e),'attributes':{'class':[_0x19186e(0xa1)]},'children':[{'tag':'h2','children':[{'text':_0x4f72ab(this[_0x19186e(0xae)],_0x19186e(0xa0))}]},{'tag':'p','children':[{'text':_0x4f72ab(this[_0x19186e(0xae)],_0x19186e(0x9f))}]}]},{'tag':_0x19186e(0x9e),'attributes':{'class':[_0x19186e(0xb3),_0x5ba3dd['if'](_0x19186e(0xaf),_0x19186e(0xa5),_0x795309=>!_0x795309)]},'children':this[_0x19186e(0xad)]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24a811=_0x4966;(function(_0xc7a92d,_0x7fdb16){const _0x1998e8=_0x4966,_0x2939ae=_0xc7a92d();while(!![]){try{const _0xa58a9d=parseInt(_0x1998e8(0x1f9))/0x1*(-parseInt(_0x1998e8(0x1f6))/0x2)+-parseInt(_0x1998e8(0x1e9))/0x3*(parseInt(_0x1998e8(0x1ff))/0x4)+parseInt(_0x1998e8(0x1f5))/0x5+parseInt(_0x1998e8(0x1f2))/0x6*(parseInt(_0x1998e8(0x1ef))/0x7)+parseInt(_0x1998e8(0x1fd))/0x8+-parseInt(_0x1998e8(0x1f0))/0x9*(parseInt(_0x1998e8(0x1eb))/0xa)+-parseInt(_0x1998e8(0x1f7))/0xb*(parseInt(_0x1998e8(0x1ec))/0xc);if(_0xa58a9d===_0x7fdb16)break;else _0x2939ae['push'](_0x2939ae['shift']());}catch(_0x3cded2){_0x2939ae['push'](_0x2939ae['shift']());}}}(_0x56e3,0x48f1a));import{AIReviewCoreUICheckResultsView as _0x4834f0}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';function _0x4966(_0x415502,_0x3c8774){const _0x56e31a=_0x56e3();return _0x4966=function(_0x4966c2,_0xe04393){_0x4966c2=_0x4966c2-0x1e8;let _0x30904b=_0x56e31a[_0x4966c2];return _0x30904b;},_0x4966(_0x415502,_0x3c8774);}import{getTranslation as _0x3e4502}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x4834f0{constructor(_0x1b1615,_0x2bc353){const _0x5ee1b8=_0x4966;super(_0x1b1615,_0x2bc353),this['on'](_0x5ee1b8(0x1f4),(_0x4a3f7d,_0x58780c,_0x26a241)=>{const _0x561bbb=_0x5ee1b8;_0x26a241&&(this[_0x561bbb(0x1f3)]=_0x3e4502(this[_0x561bbb(0x1fe)],_0x561bbb(0x1f8)));}),this['on'](_0x5ee1b8(0x1fb),(_0xb88664,_0x561a24,_0x58d56a)=>{const _0x452fb4=_0x5ee1b8;_0x58d56a&&(this[_0x452fb4(0x1f3)]=_0x3e4502(this[_0x452fb4(0x1fe)],_0x452fb4(0x1ed)));});}[_0x24a811(0x1fc)](){const _0x3c616c=_0x24a811,_0x3776b5=super[_0x3c616c(0x1fc)]();return _0x3776b5[_0x3c616c(0x1fa)](_0x3c616c(0x1f1),_0x3e4502(this[_0x3c616c(0x1fe)],_0x3c616c(0x1ea))),_0x3776b5;}[_0x24a811(0x1ee)](){const _0x1a5a85=_0x24a811,_0x5060cb=super[_0x1a5a85(0x1ee)]();return _0x5060cb[_0x1a5a85(0x1fa)](_0x1a5a85(0x1f1),_0x3e4502(this[_0x1a5a85(0x1fe)],_0x1a5a85(0x1e8))),_0x5060cb;}}function _0x56e3(){const _0x2c9642=['set','set:isResultReady','_createAcceptAllButtonView','3326616eqakPb','locale','434132OzsOPY','AI_CHAT_HISTORY_CANCEL','12fKtBjy','AI_TRANSLATE_ACCEPT_ALL','142770xjTGrQ','624060YonGrn','AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','_createExitReviewButtonView','5306NjIUnp','144bBOAdn','label','3054TFMmwr','headerTitle','set:isLoading','2541780uSgNZc','296658dIsZdY','11doQGMx','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','2nPeFOe'];_0x56e3=function(){return _0x2c9642;};return _0x56e3();}
23
+ const _0x3f477c=_0x3920;function _0x476f(){const _0x1292d8=['AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','locale','6903066zLkVAp','AI_TRANSLATE_ACCEPT_ALL','100376lmtORQ','set:isResultReady','81609EUlOzk','set','20vVBxDj','AI_CHAT_HISTORY_CANCEL','14548383blAqRC','1494132Ofizxs','headerTitle','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','_createExitReviewButtonView','497XiqSNg','70961050wmcIRu','8709vsmZyw','_createAcceptAllButtonView','set:isLoading','76lEuERx','label'];_0x476f=function(){return _0x1292d8;};return _0x476f();}(function(_0x38246e,_0x2aa0a8){const _0x249406=_0x3920,_0x17f081=_0x38246e();while(!![]){try{const _0x5a5e93=-parseInt(_0x249406(0x14e))/0x1+parseInt(_0x249406(0x151))/0x2*(-parseInt(_0x249406(0x143))/0x3)+parseInt(_0x249406(0x148))/0x4*(-parseInt(_0x249406(0x145))/0x5)+-parseInt(_0x249406(0x13f))/0x6+-parseInt(_0x249406(0x14c))/0x7*(parseInt(_0x249406(0x141))/0x8)+-parseInt(_0x249406(0x147))/0x9+parseInt(_0x249406(0x14d))/0xa;if(_0x5a5e93===_0x2aa0a8)break;else _0x17f081['push'](_0x17f081['shift']());}catch(_0x18490f){_0x17f081['push'](_0x17f081['shift']());}}}(_0x476f,0xdc253));function _0x3920(_0x5c0993,_0x106e32){const _0x476fb9=_0x476f();return _0x3920=function(_0x392059,_0x7eb8f4){_0x392059=_0x392059-0x13f;let _0x60b670=_0x476fb9[_0x392059];return _0x60b670;},_0x3920(_0x5c0993,_0x106e32);}import{AIReviewCoreUICheckResultsView as _0x22ea40}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{getTranslation as _0x38bbf4}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x22ea40{constructor(_0x50f6a7,_0x411a29){const _0xd1f22c=_0x3920;super(_0x50f6a7,_0x411a29),this['on'](_0xd1f22c(0x150),(_0x353371,_0x51ab0c,_0x1758fe)=>{const _0x32ca03=_0xd1f22c;_0x1758fe&&(this[_0x32ca03(0x149)]=_0x38bbf4(this[_0x32ca03(0x154)],_0x32ca03(0x14a)));}),this['on'](_0xd1f22c(0x142),(_0x3a68ad,_0x1ede56,_0x23c11e)=>{const _0x399ab2=_0xd1f22c;_0x23c11e&&(this[_0x399ab2(0x149)]=_0x38bbf4(this[_0x399ab2(0x154)],_0x399ab2(0x153)));});}[_0x3f477c(0x14f)](){const _0x6f158c=_0x3f477c,_0x537c4d=super[_0x6f158c(0x14f)]();return _0x537c4d[_0x6f158c(0x144)](_0x6f158c(0x152),_0x38bbf4(this[_0x6f158c(0x154)],_0x6f158c(0x140))),_0x537c4d;}[_0x3f477c(0x14b)](){const _0x286af7=_0x3f477c,_0x49d8b=super[_0x286af7(0x14b)]();return _0x49d8b[_0x286af7(0x144)](_0x286af7(0x152),_0x38bbf4(this[_0x286af7(0x154)],_0x286af7(0x146))),_0x49d8b;}}