@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 _0x1a0889=_0x5579;(function(_0x3329f5,_0x497a76){const _0x4838ed=_0x5579,_0x2a84b4=_0x3329f5();while(!![]){try{const _0x55c9b6=parseInt(_0x4838ed(0xed))/0x1+-parseInt(_0x4838ed(0x10c))/0x2+parseInt(_0x4838ed(0x127))/0x3+-parseInt(_0x4838ed(0x11a))/0x4*(-parseInt(_0x4838ed(0x13c))/0x5)+-parseInt(_0x4838ed(0x10a))/0x6+-parseInt(_0x4838ed(0x107))/0x7*(-parseInt(_0x4838ed(0x139))/0x8)+parseInt(_0x4838ed(0xff))/0x9*(parseInt(_0x4838ed(0xe8))/0xa);if(_0x55c9b6===_0x497a76)break;else _0x2a84b4['push'](_0x2a84b4['shift']());}catch(_0x9214d5){_0x2a84b4['push'](_0x2a84b4['shift']());}}}(_0x147d,0xa5b79));import{uid as _0x400760}from'ckeditor5/src/utils.js';import{Plugin as _0x54531c}from'ckeditor5/src/core.js';function _0x147d(){const _0x24d62b=['editing','table','getRows','setSelection','end','paste','showFakeVisualSelection','getMarkersGroup','first','ck-ai-assistant-ui_theme','from','findAncestor','contentInsertion','pop','isContent','fire','init','getSelectedTableCells','getFirstRange','model','isAtEnd','_resetContentOfSelectedTableCells','createSelection','50vNzxvT','getRange','markers','afterInit','getRowIndexes','209665ubjIrt','createUIElement','markerToElement','ck-fake-ai-selection_collapsed','isCollapsed','text/html','ai.assistant.useTheme','markerRange','once','insertContent','join','getLastMatchingPosition','deleteContent','has','insertContentBelow','_getTableRowCountFromContent','last','change','617319QyMYpF','getRanges','_pasteHTMLUsingClipboard','off','setData','element','schema','hideFakeVisualSelection','407519XgAvGk','insertRows','updateMarker','5592846apsUXS','document','1796722rFCxew','ck-fake-ai-selection','_prepareTableInsertBelowPosition','lowest','parse','pluginName','span','editingDowncast','createPositionAt','_getAISelection','TableUtils','_createEmptyTableRows','removeMarker','getChild','512596tqbput','filter','forEach','isOfficialPlugin','push','config','map','fromCharCode','_getDefaultInsertBelowPosition','href','for','isPremiumPlugin','data','629373jTdpFZ','createRange','resultRange','getLastPosition','length','AIAssistantEditing','canEditAt','getColumnIndexes','editor','DataTransfer','getSelectedBlocks','plugins','markerToHighlight','get','ai-ui','addMarker','addClass','selection','152vqYkaG','conversion','start','25GfvWkO','createPositionAfter','getChildren'];_0x147d=function(){return _0x24d62b;};return _0x147d();}import{ClipboardPipeline as _0x30a727}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x1205d1,ViewDataTransfer as _0x3b472a}from'ckeditor5/src/engine.js';function _0x5579(_0x275203,_0x48e223){const _0x147d54=_0x147d();return _0x5579=function(_0x557908,_0x3943b6){_0x557908=_0x557908-0xd6;let _0x3761f0=_0x147d54[_0x557908];return _0x3761f0;},_0x5579(_0x275203,_0x48e223);}const w=globalThis[_0x1a0889(0x130)],f=_0x1a0889(0x135);export class AIAssistantEditing extends _0x54531c{static get[_0x1a0889(0x111)](){const _0x1d692c=_0x1a0889;return _0x1d692c(0x12c);}static get[_0x1a0889(0x11d)](){return!0x0;}static get[_0x1a0889(0x125)](){return!0x0;}[_0x1a0889(0xe1)](){const _0x4e119b=_0x1a0889,{editor:_0x3e1eaa}=this,_0x12d955=[_0x4e119b(0x10d)];_0x3e1eaa[_0x4e119b(0x11f)][_0x4e119b(0x134)](_0x4e119b(0xf3))&&_0x12d955[_0x4e119b(0x11e)](_0x4e119b(0xda)),_0x3e1eaa[_0x4e119b(0x13a)][_0x4e119b(0x124)](_0x4e119b(0x113))[_0x4e119b(0x133)]({'model':f,'view':{'classes':_0x12d955,'priority':0xc}}),_0x3e1eaa[_0x4e119b(0x13a)][_0x4e119b(0x124)](_0x4e119b(0x113))[_0x4e119b(0xef)]({'model':f,'view':(_0xb5780,{writer:_0x37d0dd})=>{const _0x57c732=_0x4e119b;if(!_0xb5780[_0x57c732(0xf4)][_0x57c732(0xf1)])return null;const _0x5a2e23=_0x37d0dd[_0x57c732(0xee)](_0x57c732(0x112));return _0x37d0dd[_0x57c732(0x137)]([_0x57c732(0x10d),_0x57c732(0xf0)],_0x5a2e23),_0x5a2e23;}});}[_0x1a0889(0xeb)](){!async function(_0x3c0193){const _0x19904e=_0x3ee5b8([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x30bf8e=0x3dffc4e1,_0x2d4b91=0x3df843b1^_0x30bf8e,_0x5df20c=window[_0x3ee5b8([0x44,0x61,0x74,0x65])][_0x3ee5b8([0x6e,0x6f,0x77])](),_0x2b1f79=_0x3c0193[_0x3ee5b8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2f1296=new window[(_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa2f5b4=>{_0x2b1f79[_0x3ee5b8([0x6f,0x6e,0x63,0x65])](_0x3ee5b8([0x72,0x65,0x61,0x64,0x79]),_0xa2f5b4);}),_0x20ee57={[_0x3ee5b8([0x6b,0x74,0x79])]:_0x3ee5b8([0x45,0x43]),[_0x3ee5b8([0x75,0x73,0x65])]:_0x3ee5b8([0x73,0x69,0x67]),[_0x3ee5b8([0x63,0x72,0x76])]:_0x3ee5b8([0x50,0x2d,0x32,0x35,0x36]),[_0x3ee5b8([0x78])]:_0x3ee5b8([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x3ee5b8([0x79])]:_0x3ee5b8([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x3ee5b8([0x61,0x6c,0x67])]:_0x3ee5b8([0x45,0x53,0x32,0x35,0x36])},_0x404e8c=_0x2b1f79[_0x3ee5b8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3ee5b8([0x67,0x65,0x74])](_0x3ee5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x53f4c4(){let _0x21ba99,_0x51c6b5=null,_0x16de3e=null;try{if(_0x404e8c==_0x3ee5b8([0x47,0x50,0x4c]))return _0x3ee5b8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x21ba99=_0x5835e6(),!_0x21ba99)return _0x3ee5b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x21ba99[_0x3ee5b8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x16de3e=_0x6cc9be(_0x21ba99[_0x3ee5b8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x21ba99[_0x3ee5b8([0x6a,0x74,0x69])])),await _0x51feb9()?_0x131e21()?_0x2fac6f()?_0x3ee5b8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4be102()?(_0x21ba99[_0x3ee5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3ee5b8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x51c6b5=_0x3894ae(_0x3ee5b8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x36a6bb()):_0x3ee5b8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3ee5b8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3ee5b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3ee5b8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2fac6f(){const _0x3c63a1=[_0x3ee5b8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3ee5b8([0x74,0x72,0x69,0x61,0x6c])][_0x3ee5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21ba99[_0x3ee5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5df20c/0x3e8:0xe10*_0x2d4b91;return _0x21ba99[_0x3ee5b8([0x65,0x78,0x70])]<_0x3c63a1;}function _0x131e21(){const _0x171351=_0x21ba99[_0x3ee5b8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x171351&&(!!_0x171351[_0x3ee5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ee5b8([0x2a]))||!!_0x171351[_0x3ee5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ee5b8([0x41,0x49])));}function _0x4be102(){const _0x298eb7=_0x5579,_0x400305=_0x21ba99[_0x3ee5b8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x400305||0x0==_0x400305[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xe22a68}=new URL(window[_0x3ee5b8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x298eb7(0x123)]);if(_0x400305[_0x3ee5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xe22a68))return!0x0;const _0x10e695=_0xe22a68[_0x3ee5b8([0x73,0x70,0x6c,0x69,0x74])](_0x3ee5b8([0x2e]));return _0x400305[_0x3ee5b8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2c2893=>_0x2c2893[_0x3ee5b8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ee5b8([0x2a])))[_0x3ee5b8([0x6d,0x61,0x70])](_0x56c481=>_0x56c481[_0x3ee5b8([0x73,0x70,0x6c,0x69,0x74])](_0x3ee5b8([0x2e])))[_0x3ee5b8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x26425c=>_0x26425c[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x10e695[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3ee5b8([0x6d,0x61,0x70])](_0x15c8ea=>Array(_0x10e695[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x15c8ea[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3ee5b8([0x66,0x69,0x6c,0x6c])](_0x15c8ea[0x0]===_0x3ee5b8([0x2a])?_0x3ee5b8([0x2a]):'')[_0x3ee5b8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x15c8ea))[_0x3ee5b8([0x73,0x6f,0x6d,0x65])](_0x423ae1=>_0x10e695[_0x3ee5b8([0x65,0x76,0x65,0x72,0x79])]((_0x3623f9,_0xaa0871)=>_0x423ae1[_0xaa0871]===_0x3623f9||_0x423ae1[_0xaa0871]===_0x3ee5b8([0x2a])));}function _0x36a6bb(){return _0x51c6b5&&_0x16de3e?new window[(_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b1d53,_0x5548b8)=>{_0x51c6b5[_0x3ee5b8([0x74,0x68,0x65,0x6e])](_0x4b1d53,_0x5548b8),_0x16de3e[_0x3ee5b8([0x74,0x68,0x65,0x6e])](_0x51e290=>{_0x51e290!=_0x3ee5b8([0x56,0x61,0x6c,0x69,0x64])&&_0x4b1d53(_0x51e290);},_0x5548b8);}):_0x51c6b5||_0x16de3e||_0x3ee5b8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x6cc9be(_0x1915d1,_0x2e924b){return new window[(_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a2d53=>{if(_0x5f06b5())return _0x5a2d53(_0x3ee5b8([0x56,0x61,0x6c,0x69,0x64]));_0x17eccf(),_0x2b1f79[_0x3ee5b8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3ee5b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3f1d11=!0x1;const _0x21d179=_0x400760();function _0x401998(_0x46aeca){return!!_0x46aeca&&(typeof _0x46aeca===_0x3ee5b8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x46aeca===_0x3ee5b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x46aeca[_0x3ee5b8([0x74,0x68,0x65,0x6e])]===_0x3ee5b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x46aeca[_0x3ee5b8([0x63,0x61,0x74,0x63,0x68])]===_0x3ee5b8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3709b0(_0x2d1563){_0x422f2d(_0x2d1563)[_0x3ee5b8([0x74,0x68,0x65,0x6e])](_0xd95556=>{if(!_0xd95556||_0xd95556[_0x3ee5b8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3ee5b8([0x6f,0x6b]))return _0x3ee5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x29c907(_0x37d885(_0x21d179+_0x2e924b))!=_0xd95556[_0x3ee5b8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3ee5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3ee5b8([0x56,0x61,0x6c,0x69,0x64]);})[_0x3ee5b8([0x74,0x68,0x65,0x6e])](_0x47fd42=>(_0x5e8eee(),_0x47fd42),()=>{const _0x580cd9=_0x513b70();return null==_0x580cd9?(_0x5e8eee(),_0x3ee5b8([0x56,0x61,0x6c,0x69,0x64])):_0x3ee5b8(_0x5df20c-_0x580cd9>(0x19f340e1^_0x30bf8e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3ee5b8([0x74,0x68,0x65,0x6e])](_0x5a2d53)[_0x3ee5b8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a2d53(_0x3ee5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x428da8=0x3dc92a61^_0x30bf8e;function _0x5e8eee(){const _0x8720ea=_0x3ee5b8([0x6c,0x6c,0x63,0x74,0x2d])+_0x29c907(_0x37d885(_0x1915d1)),_0x238139=_0x12a968(_0x29c907(window[_0x3ee5b8([0x4d,0x61,0x74,0x68])][_0x3ee5b8([0x63,0x65,0x69,0x6c])](_0x5df20c/_0x428da8)));window[_0x3ee5b8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ee5b8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8720ea,_0x238139);}function _0x513b70(){const _0xb94f19=_0x3ee5b8([0x6c,0x6c,0x63,0x74,0x2d])+_0x29c907(_0x37d885(_0x1915d1)),_0x4bd781=window[_0x3ee5b8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3ee5b8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xb94f19);return _0x4bd781?window[_0x3ee5b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x12a968(_0x4bd781),0x10)*_0x428da8:null;}function _0x422f2d(_0x2583c6){return new window[(_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a77c5,_0x2449f6)=>{_0x2583c6[_0x3ee5b8([0x74,0x68,0x65,0x6e])](_0x1a77c5,_0x2449f6),window[_0x3ee5b8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2449f6,0x3dfe1021^_0x30bf8e);});}}_0x2b1f79[_0x3ee5b8([0x6f,0x6e])](_0x3ee5b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4674e7,_0x4a1d13)=>{if(_0x4a1d13[0x0]!=_0x1915d1)return _0x5a2d53(_0x3ee5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4a1d13[0x1]={..._0x4a1d13[0x1],[_0x3ee5b8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x21d179};},{[_0x3ee5b8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ee5b8([0x68,0x69,0x67,0x68])}),_0x2b1f79[_0x3ee5b8([0x6f,0x6e])](_0x3ee5b8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x11309d=>{_0x401998(_0x11309d[_0x3ee5b8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3f1d11=!0x0,_0x3709b0(_0x11309d[_0x3ee5b8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3ee5b8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3ee5b8([0x6c,0x6f,0x77])}),_0x2f1296[_0x3ee5b8([0x74,0x68,0x65,0x6e])](()=>{_0x3f1d11||_0x5a2d53(_0x3ee5b8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5f06b5(){return _0x2b1f79[_0x3ee5b8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ee5b8([0x76,0x69,0x65,0x77])][_0x3ee5b8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3ee5b8([0x61,0x75,0x74,0x6f]);}function _0x17eccf(){_0x2b1f79[_0x3ee5b8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3ee5b8([0x76,0x69,0x65,0x77])][_0x3ee5b8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3ee5b8([0x61,0x75,0x74,0x6f]);}}function _0x3894ae(_0x4e9d6e){const _0x586860=[new window[(_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44fd66=>setTimeout(_0x44fd66,0x3df6fa2d^_0x30bf8e)),_0x2f1296[_0x3ee5b8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d4341=>{let _0xc2dd24=0x0;_0x2b1f79[_0x3ee5b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ee5b8([0x6f,0x6e])](_0x3ee5b8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x125fb8,_0x3ead9c)=>{_0x3ead9c[0x0][_0x3ee5b8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xc2dd24++,_0xc2dd24==(0x3dffc109^_0x30bf8e)&&(_0x3d4341(),_0x125fb8[_0x3ee5b8([0x6f,0x66,0x66])]());});}))];return window[_0x3ee5b8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3ee5b8([0x72,0x61,0x63,0x65])](_0x586860)[_0x3ee5b8([0x74,0x68,0x65,0x6e])](()=>_0x4e9d6e);}async function _0xac7ad3(){await _0x2f1296,_0x2b1f79[_0x3ee5b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ee5b8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x483a3f,_0x2b1f79[_0x3ee5b8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3ee5b8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x483a3f,_0x2b1f79[_0x3ee5b8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3ee5b8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xf45ff6(_0x342e5c){const _0x3b5cde=_0x398e9c();_0x2b1f79[_0x3b5cde]=_0x3ee5b8([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x342e5c,_0x342e5c!=_0x3ee5b8([0x56,0x61,0x6c,0x69,0x64])&&_0xac7ad3();}function _0x398e9c(){const _0x3d28ef=window[_0x3ee5b8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3ee5b8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3ee5b8([0x6e,0x6f,0x77])]())[_0x3ee5b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3ee5b8([0x2e]),'');let _0x557e2d=_0x3ee5b8([0x6e]);for(let _0x1514db=0x0;_0x1514db<_0x3d28ef[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1514db+=0x2){let _0x24e33c=window[_0x3ee5b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d28ef[_0x3ee5b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1514db,_0x1514db+0x2));_0x24e33c>=_0x19904e[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x24e33c-=_0x19904e[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x557e2d+=_0x19904e[_0x24e33c];}return _0x557e2d;}function _0x5835e6(){const _0xe30356=_0x404e8c[_0x3ee5b8([0x73,0x70,0x6c,0x69,0x74])](_0x3ee5b8([0x2e]));if(0x3!=_0xe30356[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5df50e(_0xe30356[0x1]);function _0x5df50e(_0x482f87){const _0x9acc09=_0x2ff94e(_0x482f87);return _0x9acc09&&_0x1e81ab()?_0x9acc09:null;function _0x1e81ab(){const _0x7bb9a7=_0x9acc09[_0x3ee5b8([0x6a,0x74,0x69])],_0x16caf0=window[_0x3ee5b8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7bb9a7[_0x3ee5b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7bb9a7[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3b518c={..._0x9acc09,[_0x3ee5b8([0x6a,0x74,0x69])]:_0x7bb9a7[_0x3ee5b8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x7bb9a7[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3b518c[_0x3ee5b8([0x76,0x63])],_0x37d885(_0x3b518c)==_0x16caf0;}}}async function _0x51feb9(){let _0x5c4750=!0x0;try{const _0x14b2b5=_0x404e8c[_0x3ee5b8([0x73,0x70,0x6c,0x69,0x74])](_0x3ee5b8([0x2e])),[_0x5e139d,_0x5a5c98,_0xe59279]=_0x14b2b5;return _0x4bb6af(_0x5e139d),await _0x415dae(_0x5e139d,_0x5a5c98,_0xe59279),_0x5c4750;}catch{return!0x1;}function _0x4bb6af(_0x39a1dc){const _0x9bbc7f=_0x2ff94e(_0x39a1dc);_0x9bbc7f&&_0x9bbc7f[_0x3ee5b8([0x61,0x6c,0x67])]==_0x3ee5b8([0x45,0x53,0x32,0x35,0x36])||(_0x5c4750=!0x1);}async function _0x415dae(_0x43ee02,_0x1eecc6,_0x309697){const _0x12ce3f=window[_0x3ee5b8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3ee5b8([0x66,0x72,0x6f,0x6d])](_0x2978a5(_0x309697),_0x268f78=>_0x268f78[_0x3ee5b8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1160e3=new window[(_0x3ee5b8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3ee5b8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x43ee02+_0x3ee5b8([0x2e])+_0x1eecc6),_0x3178ee=window[_0x3ee5b8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3ee5b8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3178ee)return;const _0x311c16=await _0x3178ee[_0x3ee5b8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3ee5b8([0x6a,0x77,0x6b]),_0x20ee57,{[_0x3ee5b8([0x6e,0x61,0x6d,0x65])]:_0x3ee5b8([0x45,0x43,0x44,0x53,0x41]),[_0x3ee5b8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3ee5b8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3ee5b8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3178ee[_0x3ee5b8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3ee5b8([0x6e,0x61,0x6d,0x65])]:_0x3ee5b8([0x45,0x43,0x44,0x53,0x41]),[_0x3ee5b8([0x68,0x61,0x73,0x68])]:{[_0x3ee5b8([0x6e,0x61,0x6d,0x65])]:_0x3ee5b8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x311c16,_0x12ce3f,_0x1160e3)||(_0x5c4750=!0x1);}}function _0x2ff94e(_0x34246c){return _0x34246c[_0x3ee5b8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3ee5b8([0x65,0x79]))?JSON[_0x3ee5b8([0x70,0x61,0x72,0x73,0x65])](_0x2978a5(_0x34246c)):null;}function _0x2978a5(_0x2d0269){return window[_0x3ee5b8([0x61,0x74,0x6f,0x62])](_0x2d0269[_0x3ee5b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3ee5b8([0x2b]))[_0x3ee5b8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3ee5b8([0x2f])));}function _0x37d885(_0x2bb27d){let _0x3370f0=0x1505;function _0x29fc58(_0x3a11d3){for(let _0x3cf2b5=0x0;_0x3cf2b5<_0x3a11d3[_0x3ee5b8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3cf2b5++){const _0x70e058=_0x3a11d3[_0x3ee5b8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3cf2b5);_0x3370f0=(_0x3370f0<<0x5)+_0x3370f0+_0x70e058,_0x3370f0&=_0x3370f0;}}function _0x4bc8c5(_0x172dd0){Array[_0x3ee5b8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x172dd0)?_0x172dd0[_0x3ee5b8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4bc8c5):_0x172dd0&&typeof _0x172dd0==_0x3ee5b8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3ee5b8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x172dd0)[_0x3ee5b8([0x73,0x6f,0x72,0x74])]()[_0x3ee5b8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x572975,_0x3fbf9a])=>{_0x29fc58(_0x572975),_0x4bc8c5(_0x3fbf9a);}):_0x29fc58(window[_0x3ee5b8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x172dd0));}return _0x4bc8c5(_0x2bb27d),_0x3370f0>>>0x0;}function _0x29c907(_0x4d11ac){return _0x4d11ac[_0x3ee5b8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3ee5b8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3ee5b8([0x30]));}function _0x12a968(_0x4fc600){return _0x4fc600[_0x3ee5b8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3ee5b8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3ee5b8([0x6a,0x6f,0x69,0x6e])]('');}function _0x483a3f(){}function _0x3ee5b8(_0xe3ccce){const _0x2eace1=_0x5579;return _0xe3ccce[_0x2eace1(0x120)](_0x1c842d=>String[_0x2eace1(0x121)](_0x1c842d))[_0x2eace1(0xf7)]('');}_0xf45ff6(await _0x53f4c4());}(this);}[_0x1a0889(0xd7)](){const _0x25dde4=_0x1a0889,_0x3093a4=this[_0x25dde4(0x12f)][_0x25dde4(0xe4)];_0x3093a4[_0x25dde4(0xfe)](_0x6ae97=>{const _0xf28512=_0x25dde4,_0x53941f=_0x3093a4[_0xf28512(0x10b)][_0xf28512(0x138)][_0xf28512(0x100)]();let _0x5f3e19=0x0;for(const _0x304d56 of _0x53941f){const _0x559bcc=f+':'+_0x5f3e19;if(_0x3093a4[_0xf28512(0xea)][_0xf28512(0xfa)](_0x559bcc))_0x6ae97[_0xf28512(0x109)](_0x559bcc,{'range':_0x304d56});else{if(_0x304d56[_0xf28512(0x13b)][_0xf28512(0xe5)]){const _0x1138b0=_0x304d56[_0xf28512(0x13b)][_0xf28512(0xf8)](({item:_0x298bc3})=>!_0x3093a4[_0xf28512(0x105)][_0xf28512(0xdf)](_0x298bc3),{'boundaries':_0x304d56});_0x6ae97[_0xf28512(0x136)](_0x559bcc,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x6ae97[_0xf28512(0x128)](_0x1138b0,_0x304d56[_0xf28512(0x143)])});}else _0x6ae97[_0xf28512(0x136)](_0x559bcc,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x304d56});}_0x5f3e19++;}});}[_0x1a0889(0x106)](){const _0xa39b20=_0x1a0889,_0x4ec8e8=this[_0xa39b20(0x12f)][_0xa39b20(0xe4)],_0x55e963=Array[_0xa39b20(0xdb)](this[_0xa39b20(0x12f)][_0xa39b20(0xe4)][_0xa39b20(0xea)][_0xa39b20(0xd8)](f));_0x55e963[_0xa39b20(0x12b)]&&_0x4ec8e8[_0xa39b20(0xfe)](_0x43222b=>{const _0x1999d4=_0xa39b20;_0x55e963[_0x1999d4(0x11c)](_0x28f1a3=>{const _0x444c0d=_0x1999d4;_0x43222b[_0x444c0d(0x118)](_0x28f1a3);});});}[_0x1a0889(0xf6)](_0x31ffd7,_0x518d4c){const _0x2a4cfc=_0x1a0889,_0x28f6ef=this[_0x2a4cfc(0x115)](),_0x1a1130=_0x518d4c||_0x28f6ef[_0x2a4cfc(0xe3)]();this[_0x2a4cfc(0x12f)][_0x2a4cfc(0xe4)][_0x2a4cfc(0x12d)](_0x1a1130)&&this[_0x2a4cfc(0x12f)][_0x2a4cfc(0xe4)][_0x2a4cfc(0xfe)](_0x1d1f67=>{const _0x447272=_0x2a4cfc;this[_0x447272(0x106)](),_0x518d4c||this[_0x447272(0xe6)](_0x1d1f67,_0x28f6ef),this[_0x447272(0x101)]({'insertAt':_0x1a1130,'writer':_0x1d1f67,'html':_0x31ffd7});});}[_0x1a0889(0xfb)](_0x10ec07){const _0x76527=_0x1a0889,{model:_0x547ffc}=this[_0x76527(0x12f)],_0x1b8dc0=this[_0x76527(0x115)]();_0x547ffc[_0x76527(0xfe)](()=>{const _0x2446b1=_0x76527,_0x455c20=this[_0x2446b1(0x10e)](_0x10ec07,_0x1b8dc0)||this[_0x2446b1(0x122)](_0x1b8dc0);this[_0x2446b1(0xf6)](_0x10ec07,_0x455c20);});}[_0x1a0889(0x115)](){const _0x2f4de7=_0x1a0889,_0x29ff01=this[_0x2f4de7(0x12f)][_0x2f4de7(0xe4)],_0x29e726=Array[_0x2f4de7(0xdb)](_0x29ff01[_0x2f4de7(0xea)][_0x2f4de7(0xd8)](f))[_0x2f4de7(0x120)](_0x47ae6e=>_0x47ae6e[_0x2f4de7(0xe9)]());return _0x29ff01[_0x2f4de7(0xe7)](_0x29e726);}[_0x1a0889(0x101)]({writer:_0x25b7d8,html:_0x10c63e,insertAt:_0x3bab4e}){const _0x56a023=_0x1a0889,{view:_0x3e50e8}=this[_0x56a023(0x12f)][_0x56a023(0x13f)],_0x7dd13f=this[_0x56a023(0x12f)][_0x56a023(0x132)][_0x56a023(0x134)](_0x30a727),_0x24d231=new w();_0x24d231[_0x56a023(0x103)](_0x56a023(0xf2),_0x10c63e);const _0x48c3a0=new ClipboardEvent(_0x56a023(0xd6),{'clipboardData':_0x24d231}),_0x2a00d2=new _0x1205d1(_0x3e50e8,_0x48c3a0,{'dataTransfer':new _0x3b472a(_0x24d231)});_0x25b7d8[_0x56a023(0x142)](_0x3bab4e);const _0x265f1a=(_0x584214,_0x5cb9c7)=>{const _0x17a308=_0x56a023;_0x5cb9c7[_0x17a308(0x129)]&&_0x25b7d8[_0x17a308(0x142)](_0x5cb9c7[_0x17a308(0x129)]);};_0x7dd13f[_0x56a023(0xf5)](_0x56a023(0xdd),_0x265f1a,{'priority':_0x56a023(0x10f)}),_0x3e50e8[_0x56a023(0x10b)][_0x56a023(0xe0)](_0x56a023(0xd6),_0x2a00d2),_0x7dd13f[_0x56a023(0x102)](_0x56a023(0xdd),_0x265f1a);}[_0x1a0889(0x122)](_0x5f0b75){const _0x1a236b=_0x1a0889,{model:_0x535dc5}=this[_0x1a236b(0x12f)],_0x1cc955=Array[_0x1a236b(0xdb)](_0x5f0b75[_0x1a236b(0x131)]());return _0x1cc955[_0x1a236b(0x12b)]?_0x535dc5[_0x1a236b(0x13d)](_0x1cc955[_0x1a236b(0xde)]()):_0x5f0b75[_0x1a236b(0x12a)]();}[_0x1a0889(0x10e)](_0xdb3210,_0x55d330){const _0x45b5b5=_0x1a0889,{model:_0x464ed8,plugins:_0x2fc7c9}=this[_0x45b5b5(0x12f)];if(_0x2fc7c9[_0x45b5b5(0xfa)](_0x45b5b5(0x116))){const _0x12aca4=_0x2fc7c9[_0x45b5b5(0x134)](_0x45b5b5(0x116))[_0x45b5b5(0xe2)](_0x55d330);if(_0x12aca4[_0x45b5b5(0x12b)]){const _0x2832b7=this[_0x45b5b5(0xfc)](_0xdb3210),_0x540faa=this[_0x45b5b5(0x117)](_0x12aca4,_0x2832b7);return _0x464ed8[_0x45b5b5(0x114)](_0x540faa,0x0);}}return null;}[_0x1a0889(0xfc)](_0x1d1b29){const _0x79fc40=_0x1a0889,_0x439668=this[_0x79fc40(0x12f)][_0x79fc40(0x132)][_0x79fc40(0x134)](_0x79fc40(0x116)),_0x1d5f27=this[_0x79fc40(0x12f)][_0x79fc40(0x126)][_0x79fc40(0x110)](_0x1d1b29),_0x5697d9=Array[_0x79fc40(0xdb)](_0x1d5f27[_0x79fc40(0x13e)]())[_0x79fc40(0x11b)](_0x5e4fee=>_0x5e4fee['is'](_0x79fc40(0x104),_0x79fc40(0x140)));let _0x5dd2a1=0x0;return _0x5697d9[_0x79fc40(0x11c)](_0x470af6=>{const _0x4a130b=_0x79fc40;_0x5dd2a1+=_0x439668[_0x4a130b(0x141)](_0x470af6);}),_0x5dd2a1;}[_0x1a0889(0x117)](_0x1607b3,_0x54c31c){const _0x324b99=_0x1a0889,_0x241e71=this[_0x324b99(0x12f)][_0x324b99(0x132)][_0x324b99(0x134)](_0x324b99(0x116)),_0x4ad894=_0x241e71[_0x324b99(0xec)](_0x1607b3),_0x22bc95=_0x241e71[_0x324b99(0x12e)](_0x1607b3),_0x11efba=_0x4ad894[_0x324b99(0xfd)]+0x1,_0x202ed7=_0x22bc95[_0x324b99(0xd9)],_0x2c39f5=_0x1607b3[0x0][_0x324b99(0xdc)](_0x324b99(0x140));for(let _0x3e0a70=0x0;_0x3e0a70<_0x54c31c;_0x3e0a70++)_0x241e71[_0x324b99(0x108)](_0x2c39f5,{'at':_0x11efba});return _0x2c39f5[_0x324b99(0x119)](_0x11efba)[_0x324b99(0x119)](_0x202ed7);}[_0x1a0889(0xe6)](_0x3a5c9e,_0x576466){const _0xdbd7af=_0x1a0889,{plugins:_0x3fa85b}=this[_0xdbd7af(0x12f)],{model:_0x11dab8}=_0x3a5c9e;if(!_0x3fa85b[_0xdbd7af(0xfa)](_0xdbd7af(0x116)))return;_0x3fa85b[_0xdbd7af(0x134)](_0xdbd7af(0x116))[_0xdbd7af(0xe2)](_0x576466)[_0xdbd7af(0x12b)]&&_0x11dab8[_0xdbd7af(0xf9)](_0x576466);}}
23
+ const _0x380442=_0x995d;(function(_0x54f561,_0x3f1dcc){const _0x433deb=_0x995d,_0x311ab2=_0x54f561();while(!![]){try{const _0x54d54c=parseInt(_0x433deb(0x24b))/0x1+parseInt(_0x433deb(0x214))/0x2*(parseInt(_0x433deb(0x258))/0x3)+parseInt(_0x433deb(0x204))/0x4*(parseInt(_0x433deb(0x25c))/0x5)+parseInt(_0x433deb(0x200))/0x6*(-parseInt(_0x433deb(0x1fa))/0x7)+-parseInt(_0x433deb(0x251))/0x8*(-parseInt(_0x433deb(0x22d))/0x9)+parseInt(_0x433deb(0x229))/0xa*(-parseInt(_0x433deb(0x20b))/0xb)+parseInt(_0x433deb(0x211))/0xc;if(_0x54d54c===_0x3f1dcc)break;else _0x311ab2['push'](_0x311ab2['shift']());}catch(_0x10751e){_0x311ab2['push'](_0x311ab2['shift']());}}}(_0x2c37,0xd33e3));import{uid as _0x10180d}from'ckeditor5/src/utils.js';import{Plugin as _0x4481ea}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x591020}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x28a5ff,ViewDataTransfer as _0x3d8645}from'ckeditor5/src/engine.js';const j=globalThis[_0x380442(0x23a)],P=_0x380442(0x21e);export class AIAssistantEditing extends _0x4481ea{static get[_0x380442(0x20e)](){const _0x2fbc67=_0x380442;return _0x2fbc67(0x213);}static get[_0x380442(0x233)](){return!0x0;}static get[_0x380442(0x238)](){return!0x0;}[_0x380442(0x1fe)](){const _0x31b8a1=_0x380442,{editor:_0xba79c8}=this,_0x465e99=[_0x31b8a1(0x244)];_0xba79c8[_0x31b8a1(0x254)][_0x31b8a1(0x25e)](_0x31b8a1(0x21d))&&_0x465e99[_0x31b8a1(0x1f2)](_0x31b8a1(0x22a)),_0xba79c8[_0x31b8a1(0x24d)][_0x31b8a1(0x208)](_0x31b8a1(0x242))[_0x31b8a1(0x209)]({'model':P,'view':{'classes':_0x465e99,'priority':0xc}}),_0xba79c8[_0x31b8a1(0x24d)][_0x31b8a1(0x208)](_0x31b8a1(0x242))[_0x31b8a1(0x253)]({'model':P,'view':(_0x71cdb0,{writer:_0x3a9e90})=>{const _0x440afa=_0x31b8a1;if(!_0x71cdb0[_0x440afa(0x215)][_0x440afa(0x24a)])return null;const _0x514751=_0x3a9e90[_0x440afa(0x227)](_0x440afa(0x257));return _0x3a9e90[_0x440afa(0x219)]([_0x440afa(0x244),_0x440afa(0x22b)],_0x514751),_0x514751;}});}[_0x380442(0x230)](){!async function(_0x2bc339){const _0x438ad6=_0x42da7b([0x6e,0x41,0x37,0x79,0x75,0x72,0x67,0x4f,0x48,0x62,0x5a,0x76,0x44,0x70,0x6c,0x52,0x6b,0x4a,0x73,0x63,0x64,0x49,0x43,0x6d,0x38,0x36,0x6f,0x50,0x57,0x78,0x39,0x32,0x66,0x31,0x71,0x46,0x30,0x4c,0x61,0x53,0x58,0x33,0x4e,0x47,0x77,0x54,0x4d,0x4b,0x34,0x6a,0x56,0x74,0x59,0x55,0x42,0x51,0x69,0x35,0x7a,0x68,0x65,0x45]),_0x13b9e3=0x3dffc4e1,_0x88c1ab=0x3df84389^_0x13b9e3,_0x4e3272=window[_0x42da7b([0x44,0x61,0x74,0x65])][_0x42da7b([0x6e,0x6f,0x77])](),_0x8845e0=_0x2bc339[_0x42da7b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x30652a=new window[(_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b6436=>{_0x8845e0[_0x42da7b([0x6f,0x6e,0x63,0x65])](_0x42da7b([0x72,0x65,0x61,0x64,0x79]),_0x3b6436);}),_0x3d1993={[_0x42da7b([0x6b,0x74,0x79])]:_0x42da7b([0x45,0x43]),[_0x42da7b([0x75,0x73,0x65])]:_0x42da7b([0x73,0x69,0x67]),[_0x42da7b([0x63,0x72,0x76])]:_0x42da7b([0x50,0x2d,0x32,0x35,0x36]),[_0x42da7b([0x78])]:_0x42da7b([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x42da7b([0x79])]:_0x42da7b([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x42da7b([0x61,0x6c,0x67])]:_0x42da7b([0x45,0x53,0x32,0x35,0x36])},_0x10a50c=_0x8845e0[_0x42da7b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x42da7b([0x67,0x65,0x74])](_0x42da7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2e375c(){let _0x9849e3,_0x120145=null,_0xb6f094=null;try{if(_0x10a50c==_0x42da7b([0x47,0x50,0x4c]))return _0x42da7b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x9849e3=_0x3823c1(),!_0x9849e3)return _0x42da7b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x9849e3[_0x42da7b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xb6f094=_0x4c6242(_0x9849e3[_0x42da7b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x9849e3[_0x42da7b([0x6a,0x74,0x69])])),await _0x5984c3()?_0x3d8af7()?_0x138824()?_0x42da7b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3539f8()?(_0x9849e3[_0x42da7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x42da7b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x120145=_0x5dfc24(_0x42da7b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x11f239()):_0x42da7b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x42da7b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x42da7b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x42da7b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x138824(){const _0x27ea9e=[_0x42da7b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x42da7b([0x74,0x72,0x69,0x61,0x6c])][_0x42da7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9849e3[_0x42da7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4e3272/0x3e8:0xe10*_0x88c1ab;return _0x9849e3[_0x42da7b([0x65,0x78,0x70])]<_0x27ea9e;}function _0x3d8af7(){const _0x4974ad=_0x9849e3[_0x42da7b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4974ad&&(!!_0x4974ad[_0x42da7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x42da7b([0x2a]))||!!_0x4974ad[_0x42da7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x42da7b([0x41,0x49])));}function _0x3539f8(){const _0xc3dd8b=_0x995d,_0x30ed8a=_0x9849e3[_0x42da7b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x30ed8a||0x0==_0x30ed8a[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2cbbe6}=new URL(window[_0x42da7b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0xc3dd8b(0x216)]);if(_0x30ed8a[_0x42da7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cbbe6))return!0x0;const _0x2069dd=_0x2cbbe6[_0x42da7b([0x73,0x70,0x6c,0x69,0x74])](_0x42da7b([0x2e]));return _0x30ed8a[_0x42da7b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x182625=>_0x182625[_0x42da7b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x42da7b([0x2a])))[_0x42da7b([0x6d,0x61,0x70])](_0x400e85=>_0x400e85[_0x42da7b([0x73,0x70,0x6c,0x69,0x74])](_0x42da7b([0x2e])))[_0x42da7b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30fe36=>_0x30fe36[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2069dd[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x42da7b([0x6d,0x61,0x70])](_0x55898d=>Array(_0x2069dd[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x55898d[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x42da7b([0x66,0x69,0x6c,0x6c])](_0x55898d[0x0]===_0x42da7b([0x2a])?_0x42da7b([0x2a]):'')[_0x42da7b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x55898d))[_0x42da7b([0x73,0x6f,0x6d,0x65])](_0xa4bf3a=>_0x2069dd[_0x42da7b([0x65,0x76,0x65,0x72,0x79])]((_0x45332d,_0x31f26b)=>_0xa4bf3a[_0x31f26b]===_0x45332d||_0xa4bf3a[_0x31f26b]===_0x42da7b([0x2a])));}function _0x11f239(){return _0x120145&&_0xb6f094?new window[(_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b4c5f,_0x5204f4)=>{_0x120145[_0x42da7b([0x74,0x68,0x65,0x6e])](_0x1b4c5f,_0x5204f4),_0xb6f094[_0x42da7b([0x74,0x68,0x65,0x6e])](_0x425e18=>{_0x425e18!=_0x42da7b([0x56,0x61,0x6c,0x69,0x64])&&_0x1b4c5f(_0x425e18);},_0x5204f4);}):_0x120145||_0xb6f094||_0x42da7b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4c6242(_0x30281d,_0x41833e){return new window[(_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x372a61=>{if(_0x367fbe())return _0x372a61(_0x42da7b([0x56,0x61,0x6c,0x69,0x64]));_0x1e412e(),_0x8845e0[_0x42da7b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x42da7b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3d675f=!0x1;const _0x5b4eb4=_0x10180d();function _0x36067c(_0x4fe86b){return!!_0x4fe86b&&(typeof _0x4fe86b===_0x42da7b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4fe86b===_0x42da7b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4fe86b[_0x42da7b([0x74,0x68,0x65,0x6e])]===_0x42da7b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4fe86b[_0x42da7b([0x63,0x61,0x74,0x63,0x68])]===_0x42da7b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x585ef2(_0x6aa435){_0x2c72b8(_0x6aa435)[_0x42da7b([0x74,0x68,0x65,0x6e])](_0x1299e1=>{if(!_0x1299e1||_0x1299e1[_0x42da7b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x42da7b([0x6f,0x6b]))return _0x42da7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2997f5(_0x13da1f(_0x5b4eb4+_0x41833e))!=_0x1299e1[_0x42da7b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x42da7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x42da7b([0x56,0x61,0x6c,0x69,0x64]);})[_0x42da7b([0x74,0x68,0x65,0x6e])](_0x5e90a1=>(_0x5433ec(),_0x5e90a1),()=>{const _0x52648d=_0x506ea4();return null==_0x52648d?(_0x5433ec(),_0x42da7b([0x56,0x61,0x6c,0x69,0x64])):_0x42da7b(_0x4e3272-_0x52648d>(0x19f340e1^_0x13b9e3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x42da7b([0x74,0x68,0x65,0x6e])](_0x372a61)[_0x42da7b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x372a61(_0x42da7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x16f37a=0x3dc92a61^_0x13b9e3;function _0x5433ec(){const _0xfd078c=_0x42da7b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2997f5(_0x13da1f(_0x30281d)),_0x400348=_0x2c091b(_0x2997f5(window[_0x42da7b([0x4d,0x61,0x74,0x68])][_0x42da7b([0x63,0x65,0x69,0x6c])](_0x4e3272/_0x16f37a)));window[_0x42da7b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x42da7b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfd078c,_0x400348);}function _0x506ea4(){const _0x3835de=_0x42da7b([0x6c,0x6c,0x63,0x74,0x2d])+_0x2997f5(_0x13da1f(_0x30281d)),_0x2e5bb4=window[_0x42da7b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x42da7b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3835de);return _0x2e5bb4?window[_0x42da7b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c091b(_0x2e5bb4),0x10)*_0x16f37a:null;}function _0x2c72b8(_0x3ab423){return new window[(_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9c513c,_0x46b3ab)=>{_0x3ab423[_0x42da7b([0x74,0x68,0x65,0x6e])](_0x9c513c,_0x46b3ab),window[_0x42da7b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x46b3ab,0x3dfe1021^_0x13b9e3);});}}_0x8845e0[_0x42da7b([0x6f,0x6e])](_0x42da7b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xf401dd,_0x1eacb8)=>{if(_0x1eacb8[0x0]!=_0x30281d)return _0x372a61(_0x42da7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1eacb8[0x1]={..._0x1eacb8[0x1],[_0x42da7b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5b4eb4};},{[_0x42da7b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x42da7b([0x68,0x69,0x67,0x68])}),_0x8845e0[_0x42da7b([0x6f,0x6e])](_0x42da7b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x53bf63=>{_0x36067c(_0x53bf63[_0x42da7b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3d675f=!0x0,_0x585ef2(_0x53bf63[_0x42da7b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x42da7b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x42da7b([0x6c,0x6f,0x77])}),_0x30652a[_0x42da7b([0x74,0x68,0x65,0x6e])](()=>{_0x3d675f||_0x372a61(_0x42da7b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x367fbe(){return _0x8845e0[_0x42da7b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x42da7b([0x76,0x69,0x65,0x77])][_0x42da7b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x42da7b([0x61,0x75,0x74,0x6f]);}function _0x1e412e(){_0x8845e0[_0x42da7b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x42da7b([0x76,0x69,0x65,0x77])][_0x42da7b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x42da7b([0x61,0x75,0x74,0x6f]);}}function _0x5dfc24(_0x33a6ff){const _0xc18d4d=[new window[(_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55ccf1=>setTimeout(_0x55ccf1,0x3df6fa2d^_0x13b9e3)),_0x30652a[_0x42da7b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35cbd0=>{let _0x33602f=0x0;_0x8845e0[_0x42da7b([0x6d,0x6f,0x64,0x65,0x6c])][_0x42da7b([0x6f,0x6e])](_0x42da7b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x553ffc,_0x361c8e)=>{_0x361c8e[0x0][_0x42da7b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x33602f++,_0x33602f==(0x3dffc109^_0x13b9e3)&&(_0x35cbd0(),_0x553ffc[_0x42da7b([0x6f,0x66,0x66])]());});}))];return window[_0x42da7b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x42da7b([0x72,0x61,0x63,0x65])](_0xc18d4d)[_0x42da7b([0x74,0x68,0x65,0x6e])](()=>_0x33a6ff);}async function _0x27bd1b(){await _0x30652a,_0x8845e0[_0x42da7b([0x6d,0x6f,0x64,0x65,0x6c])][_0x42da7b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x42c5a4,_0x8845e0[_0x42da7b([0x6d,0x6f,0x64,0x65,0x6c])][_0x42da7b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x42c5a4,_0x8845e0[_0x42da7b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x42da7b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x446d28(_0x275282){const _0x2e4be4=_0xce922();_0x8845e0[_0x2e4be4]=_0x42da7b([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x275282,_0x275282!=_0x42da7b([0x56,0x61,0x6c,0x69,0x64])&&_0x27bd1b();}function _0xce922(){const _0x23d7d8=window[_0x42da7b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x42da7b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x42da7b([0x6e,0x6f,0x77])]())[_0x42da7b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x42da7b([0x2e]),'');let _0x4bde34=_0x42da7b([0x6e]);for(let _0x4b2771=0x0;_0x4b2771<_0x23d7d8[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b2771+=0x2){let _0x4a5117=window[_0x42da7b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x23d7d8[_0x42da7b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b2771,_0x4b2771+0x2));_0x4a5117>=_0x438ad6[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4a5117-=_0x438ad6[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4bde34+=_0x438ad6[_0x4a5117];}return _0x4bde34;}function _0x3823c1(){const _0x42c2fb=_0x10a50c[_0x42da7b([0x73,0x70,0x6c,0x69,0x74])](_0x42da7b([0x2e]));if(0x3!=_0x42c2fb[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x95b5e7(_0x42c2fb[0x1]);function _0x95b5e7(_0x15e41c){const _0x45dd61=_0x27e716(_0x15e41c);return _0x45dd61&&_0x1b1a36()?_0x45dd61:null;function _0x1b1a36(){const _0x1c4455=_0x45dd61[_0x42da7b([0x6a,0x74,0x69])],_0xcc2217=window[_0x42da7b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1c4455[_0x42da7b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1c4455[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x433d7a={..._0x45dd61,[_0x42da7b([0x6a,0x74,0x69])]:_0x1c4455[_0x42da7b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1c4455[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x433d7a[_0x42da7b([0x76,0x63])],_0x13da1f(_0x433d7a)==_0xcc2217;}}}async function _0x5984c3(){let _0x4dcde8=!0x0;try{const _0x2ba413=_0x10a50c[_0x42da7b([0x73,0x70,0x6c,0x69,0x74])](_0x42da7b([0x2e])),[_0x47fe25,_0x2a7581,_0x510f76]=_0x2ba413;return _0x53f3b0(_0x47fe25),await _0x27f856(_0x47fe25,_0x2a7581,_0x510f76),_0x4dcde8;}catch{return!0x1;}function _0x53f3b0(_0x3f75b1){const _0x537cda=_0x27e716(_0x3f75b1);_0x537cda&&_0x537cda[_0x42da7b([0x61,0x6c,0x67])]==_0x42da7b([0x45,0x53,0x32,0x35,0x36])||(_0x4dcde8=!0x1);}async function _0x27f856(_0x39f429,_0x3e8474,_0x485801){const _0x1cb7f6=window[_0x42da7b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x42da7b([0x66,0x72,0x6f,0x6d])](_0x149a95(_0x485801),_0x5ae9de=>_0x5ae9de[_0x42da7b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5c0f66=new window[(_0x42da7b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x42da7b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x39f429+_0x42da7b([0x2e])+_0x3e8474),_0x32967f=window[_0x42da7b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x42da7b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x32967f)return;const _0x5b041d=await _0x32967f[_0x42da7b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x42da7b([0x6a,0x77,0x6b]),_0x3d1993,{[_0x42da7b([0x6e,0x61,0x6d,0x65])]:_0x42da7b([0x45,0x43,0x44,0x53,0x41]),[_0x42da7b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x42da7b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x42da7b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x32967f[_0x42da7b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x42da7b([0x6e,0x61,0x6d,0x65])]:_0x42da7b([0x45,0x43,0x44,0x53,0x41]),[_0x42da7b([0x68,0x61,0x73,0x68])]:{[_0x42da7b([0x6e,0x61,0x6d,0x65])]:_0x42da7b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5b041d,_0x1cb7f6,_0x5c0f66)||(_0x4dcde8=!0x1);}}function _0x27e716(_0x1a15c9){return _0x1a15c9[_0x42da7b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x42da7b([0x65,0x79]))?JSON[_0x42da7b([0x70,0x61,0x72,0x73,0x65])](_0x149a95(_0x1a15c9)):null;}function _0x149a95(_0x420c3b){return window[_0x42da7b([0x61,0x74,0x6f,0x62])](_0x420c3b[_0x42da7b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x42da7b([0x2b]))[_0x42da7b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x42da7b([0x2f])));}function _0x13da1f(_0x5906b0){let _0x43ebb5=0x1505;function _0x275d77(_0x1b62ac){for(let _0x26210f=0x0;_0x26210f<_0x1b62ac[_0x42da7b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x26210f++){const _0x3ead9a=_0x1b62ac[_0x42da7b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x26210f);_0x43ebb5=(_0x43ebb5<<0x5)+_0x43ebb5+_0x3ead9a,_0x43ebb5&=_0x43ebb5;}}function _0x22fb6f(_0x17451c){Array[_0x42da7b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x17451c)?_0x17451c[_0x42da7b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x22fb6f):_0x17451c&&typeof _0x17451c==_0x42da7b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x42da7b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x17451c)[_0x42da7b([0x73,0x6f,0x72,0x74])]()[_0x42da7b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x58995f,_0x48c93b])=>{_0x275d77(_0x58995f),_0x22fb6f(_0x48c93b);}):_0x275d77(window[_0x42da7b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x17451c));}return _0x22fb6f(_0x5906b0),_0x43ebb5>>>0x0;}function _0x2997f5(_0x1f0da5){return _0x1f0da5[_0x42da7b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x42da7b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x42da7b([0x30]));}function _0x2c091b(_0xdb8c2f){return _0xdb8c2f[_0x42da7b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x42da7b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x42da7b([0x6a,0x6f,0x69,0x6e])]('');}function _0x42c5a4(){}function _0x42da7b(_0x3334bc){const _0x770590=_0x995d;return _0x3334bc[_0x770590(0x241)](_0x23c3b4=>String[_0x770590(0x245)](_0x23c3b4))[_0x770590(0x236)]('');}_0x446d28(await _0x2e375c());}(this);}[_0x380442(0x259)](){const _0x2fc450=_0x380442,_0x219be3=this[_0x2fc450(0x250)][_0x2fc450(0x1f6)];_0x219be3[_0x2fc450(0x1f3)](_0x515b31=>{const _0x4d078d=_0x2fc450,_0x1127b8=_0x219be3[_0x4d078d(0x212)][_0x4d078d(0x23b)][_0x4d078d(0x226)]();let _0x1cf6f8=0x0;for(const _0x862fa8 of _0x1127b8){const _0x2031f6=P+':'+_0x1cf6f8;if(_0x219be3[_0x4d078d(0x224)][_0x4d078d(0x202)](_0x2031f6))_0x515b31[_0x4d078d(0x20d)](_0x2031f6,{'range':_0x862fa8});else{if(_0x862fa8[_0x4d078d(0x25b)][_0x4d078d(0x256)]){const _0x4feafa=_0x862fa8[_0x4d078d(0x25b)][_0x4d078d(0x23d)](({item:_0x526e75})=>!_0x219be3[_0x4d078d(0x220)][_0x4d078d(0x201)](_0x526e75),{'boundaries':_0x862fa8});_0x515b31[_0x4d078d(0x24f)](_0x2031f6,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x515b31[_0x4d078d(0x1f9)](_0x4feafa,_0x862fa8[_0x4d078d(0x218)])});}else _0x515b31[_0x4d078d(0x24f)](_0x2031f6,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x862fa8});}_0x1cf6f8++;}});}[_0x380442(0x1f8)](){const _0x332508=_0x380442,_0x554430=this[_0x332508(0x250)][_0x332508(0x1f6)],_0xf2c1ef=Array[_0x332508(0x248)](this[_0x332508(0x250)][_0x332508(0x1f6)][_0x332508(0x224)][_0x332508(0x221)](P));_0xf2c1ef[_0x332508(0x22c)]&&_0x554430[_0x332508(0x1f3)](_0x2cd92b=>{const _0x466b47=_0x332508;_0xf2c1ef[_0x466b47(0x240)](_0x1dbee7=>{const _0xba6b01=_0x466b47;_0x2cd92b[_0xba6b01(0x255)](_0x1dbee7);});});}[_0x380442(0x1f1)](_0xb3bbb8,_0x44f863){const _0x1f58c7=_0x380442,_0x473a99=this[_0x1f58c7(0x246)](),_0x2720b6=_0x44f863||_0x473a99[_0x1f58c7(0x1ff)]();this[_0x1f58c7(0x250)][_0x1f58c7(0x1f6)][_0x1f58c7(0x1fb)](_0x2720b6)&&this[_0x1f58c7(0x250)][_0x1f58c7(0x1f6)][_0x1f58c7(0x1f3)](_0x3257e6=>{const _0x2115d8=_0x1f58c7;this[_0x2115d8(0x1f8)](),_0x44f863||this[_0x2115d8(0x1fc)](_0x3257e6,_0x473a99),this[_0x2115d8(0x203)]({'insertAt':_0x2720b6,'writer':_0x3257e6,'html':_0xb3bbb8});});}[_0x380442(0x23c)](_0x176a07){const _0x527014=_0x380442,{model:_0x1064fd}=this[_0x527014(0x250)],_0xeadb3a=this[_0x527014(0x246)]();_0x1064fd[_0x527014(0x1f3)](()=>{const _0x154079=_0x527014,_0xa99b02=this[_0x154079(0x22e)](_0x176a07,_0xeadb3a)||this[_0x154079(0x21a)](_0xeadb3a);this[_0x154079(0x1f1)](_0x176a07,_0xa99b02);});}[_0x380442(0x246)](){const _0x33e582=_0x380442,_0x17abed=this[_0x33e582(0x250)][_0x33e582(0x1f6)],_0x2e6c3c=Array[_0x33e582(0x248)](_0x17abed[_0x33e582(0x224)][_0x33e582(0x221)](P))[_0x33e582(0x241)](_0x34a49d=>_0x34a49d[_0x33e582(0x24c)]());return _0x17abed[_0x33e582(0x25a)](_0x2e6c3c);}[_0x380442(0x203)]({writer:_0x5c0232,html:_0x2f37ce,insertAt:_0x2b9603}){const _0x451713=_0x380442,{view:_0x2d42c9}=this[_0x451713(0x250)][_0x451713(0x247)],_0x3c8a53=this[_0x451713(0x250)][_0x451713(0x21f)][_0x451713(0x25e)](_0x591020),_0x5753d5=new j();_0x5753d5[_0x451713(0x228)](_0x451713(0x1fd),_0x2f37ce);const _0x3e3aa9=new ClipboardEvent(_0x451713(0x222),{'clipboardData':_0x5753d5}),_0x5ec3d5=new _0x28a5ff(_0x2d42c9,_0x3e3aa9,{'dataTransfer':new _0x3d8645(_0x5753d5)});_0x5c0232[_0x451713(0x206)](_0x2b9603);const _0x5324fa=(_0x46d423,_0x12457f)=>{const _0x429fdc=_0x451713;_0x12457f[_0x429fdc(0x237)]&&_0x5c0232[_0x429fdc(0x206)](_0x12457f[_0x429fdc(0x237)]);};_0x3c8a53[_0x451713(0x205)](_0x451713(0x210),_0x5324fa,{'priority':_0x451713(0x1f7)}),_0x2d42c9[_0x451713(0x212)][_0x451713(0x231)](_0x451713(0x222),_0x5ec3d5),_0x3c8a53[_0x451713(0x24e)](_0x451713(0x210),_0x5324fa);}[_0x380442(0x21a)](_0x126867){const _0x322a50=_0x380442,{model:_0x39d34b}=this[_0x322a50(0x250)],_0x208e1b=Array[_0x322a50(0x248)](_0x126867[_0x322a50(0x1f5)]());return _0x208e1b[_0x322a50(0x22c)]?_0x39d34b[_0x322a50(0x217)](_0x208e1b[_0x322a50(0x20a)]()):_0x126867[_0x322a50(0x1ef)]();}[_0x380442(0x22e)](_0x1d4c2f,_0x2f0565){const _0x14e0c9=_0x380442,{model:_0x37a8e5,plugins:_0x12537a}=this[_0x14e0c9(0x250)];if(_0x12537a[_0x14e0c9(0x202)](_0x14e0c9(0x249))){const _0x10e35d=_0x12537a[_0x14e0c9(0x25e)](_0x14e0c9(0x249))[_0x14e0c9(0x223)](_0x2f0565);if(_0x10e35d[_0x14e0c9(0x22c)]){const _0xbc7ade=this[_0x14e0c9(0x225)](_0x1d4c2f),_0x4e2ffc=this[_0x14e0c9(0x239)](_0x10e35d,_0xbc7ade);return _0x37a8e5[_0x14e0c9(0x1f4)](_0x4e2ffc,0x0);}}return null;}[_0x380442(0x225)](_0x12cf58){const _0x44a0e3=_0x380442,_0x2cccff=this[_0x44a0e3(0x250)][_0x44a0e3(0x21f)][_0x44a0e3(0x25e)](_0x44a0e3(0x249)),_0x4c9653=this[_0x44a0e3(0x250)][_0x44a0e3(0x25d)][_0x44a0e3(0x21b)](_0x12cf58),_0x272caa=Array[_0x44a0e3(0x248)](_0x4c9653[_0x44a0e3(0x232)]())[_0x44a0e3(0x207)](_0x35daae=>_0x35daae['is'](_0x44a0e3(0x20f),_0x44a0e3(0x21c)));let _0x31ca9a=0x0;return _0x272caa[_0x44a0e3(0x240)](_0x27a34f=>{const _0x46ef5c=_0x44a0e3;_0x31ca9a+=_0x2cccff[_0x46ef5c(0x23f)](_0x27a34f);}),_0x31ca9a;}[_0x380442(0x239)](_0xfcfcdc,_0x32dba0){const _0x28813e=_0x380442,_0x57ee53=this[_0x28813e(0x250)][_0x28813e(0x21f)][_0x28813e(0x25e)](_0x28813e(0x249)),_0x2b2a17=_0x57ee53[_0x28813e(0x234)](_0xfcfcdc),_0x2ac72f=_0x57ee53[_0x28813e(0x22f)](_0xfcfcdc),_0x2ca51d=_0x2b2a17[_0x28813e(0x243)]+0x1,_0x409b6a=_0x2ac72f[_0x28813e(0x20c)],_0x31de87=_0xfcfcdc[0x0][_0x28813e(0x23e)](_0x28813e(0x21c));for(let _0x237c20=0x0;_0x237c20<_0x32dba0;_0x237c20++)_0x57ee53[_0x28813e(0x235)](_0x31de87,{'at':_0x2ca51d});return _0x31de87[_0x28813e(0x252)](_0x2ca51d)[_0x28813e(0x252)](_0x409b6a);}[_0x380442(0x1fc)](_0x1bc122,_0x287e8e){const _0x591a64=_0x380442,{plugins:_0x1855f5}=this[_0x591a64(0x250)],{model:_0x3abe19}=_0x1bc122;if(!_0x1855f5[_0x591a64(0x202)](_0x591a64(0x249)))return;_0x1855f5[_0x591a64(0x25e)](_0x591a64(0x249))[_0x591a64(0x223)](_0x287e8e)[_0x591a64(0x22c)]&&_0x3abe19[_0x591a64(0x1f0)](_0x287e8e);}}function _0x995d(_0x53b55a,_0x2cb5da){const _0x2c37bf=_0x2c37();return _0x995d=function(_0x995da3,_0x7e8e6){_0x995da3=_0x995da3-0x1ef;let _0x36f3b9=_0x2c37bf[_0x995da3];return _0x36f3b9;},_0x995d(_0x53b55a,_0x2cb5da);}function _0x2c37(){const _0x55b88d=['getColumnIndexes','afterInit','fire','getChildren','isOfficialPlugin','getRowIndexes','insertRows','join','resultRange','isPremiumPlugin','_createEmptyTableRows','DataTransfer','selection','insertContentBelow','getLastMatchingPosition','findAncestor','getRows','forEach','map','editingDowncast','last','ck-fake-ai-selection','fromCharCode','_getAISelection','editing','from','TableUtils','isCollapsed','520865TIGUeo','getRange','conversion','off','addMarker','editor','553256EqkXHL','getChild','markerToElement','config','removeMarker','isAtEnd','span','156ulQvWb','showFakeVisualSelection','createSelection','start','8985YValxA','data','get','getLastPosition','deleteContent','insertContent','push','change','createPositionAt','getSelectedBlocks','model','lowest','hideFakeVisualSelection','createRange','2832508ttAzAf','canEditAt','_resetContentOfSelectedTableCells','text/html','init','getFirstRange','24RDfFuV','isContent','has','_pasteHTMLUsingClipboard','620FubQYn','once','setSelection','filter','for','markerToHighlight','pop','10759353oxAvxJ','first','updateMarker','pluginName','element','contentInsertion','19868484DMCNNN','document','AIAssistantEditing','9466EuwuUz','markerRange','href','createPositionAfter','end','addClass','_getDefaultInsertBelowPosition','parse','table','ai.assistant.useTheme','ai-ui','plugins','schema','getMarkersGroup','paste','getSelectedTableCells','markers','_getTableRowCountFromContent','getRanges','createUIElement','setData','10VlQJdd','ck-ai-assistant-ui_theme','ck-fake-ai-selection_collapsed','length','99VBBdzN','_prepareTableInsertBelowPosition'];_0x2c37=function(){return _0x55b88d;};return _0x2c37();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b7aa2=_0x10a1;(function(_0x5137fd,_0x432bd6){const _0x180f59=_0x10a1,_0x3d05dc=_0x5137fd();while(!![]){try{const _0x36176d=parseInt(_0x180f59(0x1ae))/0x1+-parseInt(_0x180f59(0x1be))/0x2*(parseInt(_0x180f59(0x20a))/0x3)+parseInt(_0x180f59(0x1c9))/0x4+parseInt(_0x180f59(0x1ed))/0x5*(parseInt(_0x180f59(0x182))/0x6)+-parseInt(_0x180f59(0x202))/0x7*(-parseInt(_0x180f59(0x186))/0x8)+-parseInt(_0x180f59(0x1a8))/0x9+parseInt(_0x180f59(0x1a2))/0xa;if(_0x36176d===_0x432bd6)break;else _0x3d05dc['push'](_0x3d05dc['shift']());}catch(_0x12ff08){_0x3d05dc['push'](_0x3d05dc['shift']());}}}(_0x3e56,0x63010));import{Plugin as _0x53b885}from'ckeditor5/src/core.js';import{IconMagicWand as _0x491da5,IconRobotPencil as _0x108dbc}from'ckeditor5/src/icons.js';import{first as _0x3aa027,CKEditorError as _0x43be50}from'ckeditor5/src/utils.js';import{createDropdown as _0x586a58,addMenuToDropdown as _0x4eb7e6,ButtonView as _0x5f4ddf,MenuBarMenuListItemButtonView as _0x59a250,Dialog as _0x185aa1,DialogViewPosition as _0x2e1bf3,MenuBarMenuView as _0xce789b,MenuBarMenuListView as _0x242d46,MenuBarMenuListItemView as _0xc80219}from'ckeditor5/src/ui.js';function _0x3e56(){const _0x290fab=['updatePosition','8pjQwge','menuBar:aiCommands','getRanges','invalid','text','fire','_initAriaAiStatusChangeAnnouncements','selection','EDITOR_TOP_SIDE','bind','menuBar:aiAssistant','prompt','aiLicenseKeyDomainLimit','destroy','ai.assistant.contentAreaCssClass','values','requiresContent','currentContext','aiAssistant','AI\x20Assistant','replaceContent','menuPanelClass','config','_initView','splice','ai-commands-config-order-collision','getSelectedElement','rawHtml','1987130nTVDHG','AI\x20is\x20writing','map','label','add','trim','6827085TnSMjz','delegate','featureNotAllowed','children','promptView','_forceMarkersCopy','59482RqKUwC','forEach','ck-ai-commands-dropdown\x20','commands','_onExecute','tableOfContents','queryView','copy','componentFactory','panelView','buttons','_commandDefinitions','showFakeVisualSelection','_createAIAssistantUIButton','view','isPremiumPlugin','4KDQqdh','from','AI\x20Commands','sort','replace','isOfficialPlugin','menuitemcheckbox','groupLabel','_formView','isFlat','aiLicenseKeyNotAllowed','2939724cjIlOv','ai.assistant.disabledElements','hideUI','model','textAdapter','aiCommands','render','items','pluginName','usageLimit','define','set','comment','get','AIAssistant','expired','getSelectedBlocks','schema','reset','INSERT','update','_aiAdapter','editor','execute','aiLicenseKeyEvaluationLimit','editing','showUI','isOn','once','listenTo','groupId','enabledCommandsIds','evaluationLimit','command:','insertContentBelow','requires','179065Ipbisq','aiLicenseKeyInvalid','fieldView','ck-ai-assistant-ui','hideFakeVisualSelection','filter','length','media','order','polite','getData','ck-ai-assistant-button\x20','show','_getResolvedCommandsDefinitions','source','\x20ck-ai-assistant-ui_theme','plugins','aiLicenseKeyExpired','change','errorView','announce','4407004OgfKQt','insertContent','body','document','<p>','hide','_getMenuBarGroupButtons','Error\x20during\x20AI\x20content\x20generation:\x20%0','741639OWsNgF','_populateMenuBarMenu','domainLimit','showAIAssistant','ai.assistant.commands','buttonView','AIAssistantUI','aiLicenseKeyValid','change:enabledCommandsIds','</p>','_uiCssClasses','change:isProcessing','text/html','_showLicenseError','_dialog','getLimitElement','_licenseKeyCheckInterval','init','change:isError','aiLicenseKeyUsageLimit','focus','locale','Generated\x20content:\x20%0','setSelection','updateView','isEnabled','menuView','custom','contentArea','addMany','REPLACE','_aiAssistantController','ai.assistant.useTheme','wasMoved','DataTransfer','licenseKey','isCollapsed','includes','6rDqusn','push','change:value'];_0x3e56=function(){return _0x290fab;};return _0x3e56();}import{normalizeCommandsConfig as _0x377f38,UNGROUPED_COMMANDS_GROUP_ID as _0x3941bf}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x2d9984}from'./aiassistantediting.js';import{AIAdapter as _0x970663}from'./adapters/aiadapter.js';import{getTranslation as _0x184d09}from'./utils/common-translations.js';function _0x10a1(_0x301582,_0x5af336){const _0x3e5604=_0x3e56();return _0x10a1=function(_0x10a152,_0x1713bc){_0x10a152=_0x10a152-0x178;let _0x4f9924=_0x3e5604[_0x10a152];return _0x4f9924;},_0x10a1(_0x301582,_0x5af336);}import{ShowAIAssistantCommand as _0x1a9a07}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x3c4707}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x306f36}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x395454}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const w=globalThis[_0x4b7aa2(0x17e)];import{ClipboardMarkersUtils as _0x4a7823}from'ckeditor5/src/clipboard.js';import{ViewDocumentDomEventData as _0x3bdf91,ViewDataTransfer as _0x86c3c2}from'ckeditor5/src/engine.js';export class AIAssistantUI extends _0x53b885{[_0x4b7aa2(0x17f)];[_0x4b7aa2(0x21a)];[_0x4b7aa2(0x218)];[_0x4b7aa2(0x1c6)];[_0x4b7aa2(0x1de)];[_0x4b7aa2(0x17b)];[_0x4b7aa2(0x214)]='';static get[_0x4b7aa2(0x1d1)](){const _0x374ff7=_0x4b7aa2;return _0x374ff7(0x210);}static get[_0x4b7aa2(0x1c3)](){return!0x0;}static get[_0x4b7aa2(0x1bd)](){return!0x0;}static get[_0x4b7aa2(0x1ec)](){return[_0x4a7823,_0x2d9984,_0x970663,_0x185aa1];}constructor(_0x4d248f){const _0x215c90=_0x4b7aa2;super(_0x4d248f),_0x4d248f[_0x215c90(0x19c)][_0x215c90(0x1d3)](_0x215c90(0x1ca),[_0x215c90(0x1f4),_0x215c90(0x1a1),_0x215c90(0x1b3)]),_0x4d248f[_0x215c90(0x19c)][_0x215c90(0x1d3)](_0x215c90(0x194),''),_0x4d248f[_0x215c90(0x19c)][_0x215c90(0x1d3)](_0x215c90(0x17c),!0x0),this[_0x215c90(0x214)]=_0x215c90(0x1f0)+(_0x4d248f[_0x215c90(0x19c)][_0x215c90(0x1d6)](_0x215c90(0x17c))?_0x215c90(0x1fc):'');}[_0x4b7aa2(0x21b)](){const _0x29b4f4=_0x4b7aa2,{editor:_0x143a8d}=this;this[_0x29b4f4(0x1de)]=_0x143a8d[_0x29b4f4(0x1fd)][_0x29b4f4(0x1d6)](_0x970663),this[_0x29b4f4(0x218)]=_0x143a8d[_0x29b4f4(0x1fd)][_0x29b4f4(0x1d6)](_0x185aa1),this[_0x29b4f4(0x1c6)]=null,this[_0x29b4f4(0x1b9)]=this[_0x29b4f4(0x1fa)]();const _0x5e4a42=new _0x1a9a07(_0x143a8d,Array[_0x29b4f4(0x1bf)](this[_0x29b4f4(0x1b9)][_0x29b4f4(0x195)]()));_0x143a8d[_0x29b4f4(0x1b1)][_0x29b4f4(0x1a6)](_0x29b4f4(0x20d),_0x5e4a42),_0x143a8d['ui'][_0x29b4f4(0x1b6)][_0x29b4f4(0x1a6)](_0x29b4f4(0x1ce),_0x2355a5=>{const _0x25469c=_0x29b4f4,_0x265610=_0x586a58(_0x2355a5);return _0x265610[_0x25469c(0x1d4)]({'class':_0x25469c(0x1b0)+this[_0x25469c(0x214)]}),_0x265610[_0x25469c(0x20f)][_0x25469c(0x1d4)]({'label':_0x184d09(_0x2355a5,_0x25469c(0x1c0)),'icon':_0x491da5,'tooltip':!0x0}),_0x265610['on'](_0x25469c(0x1e0),_0x299d3a=>this[_0x25469c(0x1b2)](_0x299d3a[_0x25469c(0x1fb)]['id'])),_0x4eb7e6(_0x265610,_0x143a8d['ui'][_0x25469c(0x1bc)][_0x25469c(0x204)],function(_0x13ab23){const _0x42034c=_0x25469c,_0x22b64a=_0x377f38(_0x13ab23[_0x42034c(0x19c)][_0x42034c(0x1d6)](_0x42034c(0x20e)),_0x13ab23[_0x42034c(0x21f)]),_0x8fbcd3=B(_0x13ab23,_0x22b64a)[_0x42034c(0x1f2)](_0x3fb3d2=>_0x3fb3d2[_0x42034c(0x1b1)][_0x42034c(0x1f3)]);if(0x1===_0x8fbcd3[_0x42034c(0x1f3)])return B(_0x13ab23,_0x8fbcd3[0x0][_0x42034c(0x1b1)])[_0x42034c(0x1a4)](_0x336db0=>({'id':_0x336db0['id'],'label':_0x336db0[_0x42034c(0x1a5)]}));return _0x8fbcd3[_0x42034c(0x1a4)](_0x43caf8=>{const _0x286df8=_0x42034c,{groupId:_0x18db22,groupLabel:_0x4ccc7c,commands:_0x2c7c6b}=_0x43caf8,_0x6e9380=B(_0x13ab23,_0x2c7c6b)[_0x286df8(0x1a4)](_0x57d335=>({'id':_0x57d335['id'],'label':_0x57d335[_0x286df8(0x1a5)]}));return{'id':_0x18db22,'menu':_0x4ccc7c||_0x18db22,'children':_0x6e9380};});}(_0x143a8d),{'ariaLabel':_0x184d09(_0x2355a5,_0x25469c(0x1c0))}),_0x265610[_0x25469c(0x224)][_0x25469c(0x19b)]=_0x25469c(0x1b0)+this[_0x25469c(0x214)],_0x5e4a42['on'](_0x25469c(0x212),_0xcef260),_0x265610[_0x25469c(0x224)][_0x25469c(0x1e5)](_0x25469c(0x1cf),_0xcef260),_0x265610;function _0xcef260(){const _0x1846df=_0x25469c;_0x265610[_0x1846df(0x223)]=_0x5e4a42[_0x1846df(0x1e8)][_0x1846df(0x1f3)]>0x0;for(const _0x990d3d of _0x265610[_0x1846df(0x224)][_0x1846df(0x1b8)])_0x990d3d[_0x1846df(0x223)]=_0x5e4a42[_0x1846df(0x1e8)][_0x1846df(0x181)](_0x990d3d['id']);}}),_0x143a8d['ui'][_0x29b4f4(0x1b6)][_0x29b4f4(0x1a6)](_0x29b4f4(0x187),_0x17d71f=>{const _0x2d6347=_0x29b4f4,_0x311ae1=new _0xce789b(_0x17d71f);_0x311ae1[_0x2d6347(0x20f)][_0x2d6347(0x1d4)]({'label':_0x184d09(_0x17d71f,_0x2d6347(0x1c0)),'icon':_0x491da5}),_0x311ae1[_0x2d6347(0x18f)](_0x2d6347(0x223))['to'](_0x5e4a42,_0x2d6347(0x1e8),_0x16cc7b=>_0x16cc7b[_0x2d6347(0x1f3)]>0x0);const _0x5dd69e=_0x377f38(_0x143a8d[_0x2d6347(0x19c)][_0x2d6347(0x1d6)](_0x2d6347(0x20e)),_0x17d71f);return this[_0x2d6347(0x20b)](_0x5e4a42,_0x311ae1,_0x5dd69e,_0x1a26c6=>this[_0x2d6347(0x1b2)](_0x1a26c6)),_0x311ae1;}),_0x143a8d['ui'][_0x29b4f4(0x1b6)][_0x29b4f4(0x1a6)](_0x29b4f4(0x198),()=>{const _0x353b64=_0x29b4f4,_0x3860a6=this[_0x353b64(0x1bb)](_0x5f4ddf);return _0x3860a6[_0x353b64(0x1d4)]({'tooltip':!0x0,'class':_0x353b64(0x1f8)+this[_0x353b64(0x214)]}),_0x3860a6;}),_0x143a8d['ui'][_0x29b4f4(0x1b6)][_0x29b4f4(0x1a6)](_0x29b4f4(0x190),()=>{const _0x456ade=_0x29b4f4,_0x4e481b=this[_0x456ade(0x1bb)](_0x59a250);return _0x4e481b[_0x456ade(0x1d4)]({'role':_0x456ade(0x1c4)}),_0x4e481b;}),this[_0x29b4f4(0x17f)]=this[_0x29b4f4(0x1df)][_0x29b4f4(0x19c)][_0x29b4f4(0x1d6)](_0x29b4f4(0x17f));const _0x5ed2b4=this[_0x29b4f4(0x1df)];this[_0x29b4f4(0x21a)]=setInterval(()=>{const _0x1d96e7=_0x29b4f4;let _0x4ffd79;for(const _0x1c4bc6 in _0x5ed2b4){const _0x14d42c=_0x1c4bc6,_0x19f0bb=_0x5ed2b4[_0x14d42c];if(_0x1d96e7(0x211)==_0x19f0bb||_0x1d96e7(0x1ee)==_0x19f0bb||_0x1d96e7(0x1fe)==_0x19f0bb||_0x1d96e7(0x192)==_0x19f0bb||_0x1d96e7(0x1c8)==_0x19f0bb||_0x1d96e7(0x1e1)==_0x19f0bb||_0x1d96e7(0x21d)==_0x19f0bb){delete _0x5ed2b4[_0x14d42c],_0x4ffd79=_0x19f0bb,clearInterval(this[_0x1d96e7(0x21a)]),this[_0x1d96e7(0x21a)]=void 0x0;break;}}_0x1d96e7(0x1ee)==_0x4ffd79&&_0x5ed2b4[_0x1d96e7(0x217)](_0x1d96e7(0x189)),_0x1d96e7(0x1fe)==_0x4ffd79&&_0x5ed2b4[_0x1d96e7(0x217)](_0x1d96e7(0x1d8)),_0x1d96e7(0x192)==_0x4ffd79&&_0x5ed2b4[_0x1d96e7(0x217)](_0x1d96e7(0x20c)),_0x1d96e7(0x1c8)==_0x4ffd79&&_0x5ed2b4[_0x1d96e7(0x217)](_0x1d96e7(0x1aa),_0x1d96e7(0x1d7)),_0x1d96e7(0x1e1)==_0x4ffd79&&_0x5ed2b4[_0x1d96e7(0x217)](_0x1d96e7(0x1e9)),_0x1d96e7(0x21d)==_0x4ffd79&&_0x5ed2b4[_0x1d96e7(0x217)](_0x1d96e7(0x1d2));},0x3e8);}[_0x4b7aa2(0x193)](){const _0x3574a8=_0x4b7aa2;super[_0x3574a8(0x193)](),this[_0x3574a8(0x21a)]&&clearInterval(this[_0x3574a8(0x21a)]);}[_0x4b7aa2(0x1e3)](_0x405a4d='',_0x2b66ad='',_0x4428cc=_0x4b7aa2(0x225)){const _0x5bb9e5=_0x4b7aa2,_0x17070f=this[_0x5bb9e5(0x1df)],_0x1e9d9a=_0x17070f[_0x5bb9e5(0x1e2)][_0x5bb9e5(0x1bc)],_0x15185e=_0x17070f[_0x5bb9e5(0x1fd)][_0x5bb9e5(0x1d6)](_0x2d9984),_0x21d92d=_0x17070f[_0x5bb9e5(0x1fd)][_0x5bb9e5(0x1d6)](_0x4a7823);_0x15185e[_0x5bb9e5(0x1ba)]();const _0x54b254=new w(),_0x573454=new ClipboardEvent(_0x5bb9e5(0x1b5),{'clipboardData':_0x54b254}),_0x4f581f=new _0x86c3c2(_0x54b254),_0x42ad6a=new _0x3bdf91(_0x1e9d9a,_0x573454,{'dataTransfer':_0x4f581f});_0x21d92d[_0x5bb9e5(0x1ad)](_0x5bb9e5(0x1d5),()=>{const _0x56c2ce=_0x5bb9e5;_0x1e9d9a[_0x56c2ce(0x205)][_0x56c2ce(0x18b)](_0x56c2ce(0x1b5),_0x42ad6a);}),this[_0x5bb9e5(0x1c6)]||(this[_0x5bb9e5(0x19d)](),this[_0x5bb9e5(0x17b)]=new _0x3c4707(_0x17070f,this[_0x5bb9e5(0x1de)][_0x5bb9e5(0x1cd)],this[_0x5bb9e5(0x1c6)]));let _0x2c7fac=_0x4f581f[_0x5bb9e5(0x1f7)](_0x5bb9e5(0x216));const _0x528b73=_0x17070f[_0x5bb9e5(0x1cc)][_0x5bb9e5(0x205)][_0x5bb9e5(0x18d)],_0xe7d37d=Array[_0x5bb9e5(0x1bf)](_0x528b73[_0x5bb9e5(0x188)]());0x1===_0xe7d37d[_0x5bb9e5(0x1f3)]&&_0xe7d37d[0x0][_0x5bb9e5(0x1c7)]&&!_0x528b73[_0x5bb9e5(0x1a0)]()&&''!==_0x2c7fac[_0x5bb9e5(0x1c2)](/&nbsp;/g,'')[_0x5bb9e5(0x1a7)]()&&(_0x2c7fac=_0x5bb9e5(0x206)+_0x2c7fac+_0x5bb9e5(0x213)),this[_0x5bb9e5(0x17b)][_0x5bb9e5(0x222)]({'actionId':_0x4428cc,'query':_0x405a4d,'htmlContent':_0x2c7fac,'label':_0x2b66ad,'mainActionLabel':_0x395454[_0x17070f[_0x5bb9e5(0x1cc)][_0x5bb9e5(0x205)][_0x5bb9e5(0x18d)][_0x5bb9e5(0x180)]?_0x5bb9e5(0x1dc):_0x5bb9e5(0x17a)]}),_0x5bb9e5(0x198)!==this[_0x5bb9e5(0x218)]['id']?this[_0x5bb9e5(0x218)][_0x5bb9e5(0x1f9)]({'id':_0x5bb9e5(0x198),'icon':_0x108dbc,'title':_0x184d09(this[_0x5bb9e5(0x1df)][_0x5bb9e5(0x21f)],_0x5bb9e5(0x199)),'content':this[_0x5bb9e5(0x1c6)],'position':_0x2e1bf3[_0x5bb9e5(0x18e)],'onShow':()=>{const _0x5e7e02=_0x5bb9e5;this[_0x5e7e02(0x1c6)][_0x5e7e02(0x21e)]();},'onHide':()=>{const _0x2d7c95=_0x5bb9e5;this[_0x2d7c95(0x17b)][_0x2d7c95(0x1db)](),_0x15185e[_0x2d7c95(0x1f1)]();}}):this[_0x5bb9e5(0x218)][_0x5bb9e5(0x1bc)][_0x5bb9e5(0x17d)]||this[_0x5bb9e5(0x218)][_0x5bb9e5(0x1bc)][_0x5bb9e5(0x185)]();}[_0x4b7aa2(0x1cb)](){const _0x11d727=_0x4b7aa2;this[_0x11d727(0x218)][_0x11d727(0x207)]();}[_0x4b7aa2(0x1fa)](){const _0x3ec3e6=_0x4b7aa2,_0x2ef50f=new Map(),_0x42e1a4=_0x377f38(this[_0x3ec3e6(0x1df)][_0x3ec3e6(0x19c)][_0x3ec3e6(0x1d6)](_0x3ec3e6(0x20e)),this[_0x3ec3e6(0x1df)][_0x3ec3e6(0x21f)]);for(const _0x1171ba of _0x42e1a4)for(const _0x763cda of _0x1171ba[_0x3ec3e6(0x1b1)])_0x2ef50f[_0x3ec3e6(0x1d4)](_0x763cda['id'],{..._0x763cda,'groupId':_0x1171ba[_0x3ec3e6(0x1e7)],'groupLabel':_0x1171ba[_0x3ec3e6(0x1c5)]||_0x1171ba[_0x3ec3e6(0x1e7)]});return _0x2ef50f;}[_0x4b7aa2(0x1bb)](_0x1c4a0e){const _0x12ef91=_0x4b7aa2,_0x5cc178=this[_0x12ef91(0x1df)],_0x1147db=_0x5cc178[_0x12ef91(0x1b1)][_0x12ef91(0x1d6)](_0x12ef91(0x20d)),_0x2f33d0=new _0x1c4a0e(_0x5cc178[_0x12ef91(0x21f)]);return _0x2f33d0[_0x12ef91(0x1d4)]({'label':_0x184d09(_0x5cc178[_0x12ef91(0x21f)],_0x12ef91(0x199)),'icon':_0x108dbc,'isToggleable':!0x0}),_0x2f33d0[_0x12ef91(0x18f)](_0x12ef91(0x223))['to'](_0x1147db),_0x2f33d0[_0x12ef91(0x18f)](_0x12ef91(0x1e4))['to'](this[_0x12ef91(0x218)],'id',_0x1d2c57=>_0x12ef91(0x198)===_0x1d2c57),this[_0x12ef91(0x1e6)](_0x2f33d0,_0x12ef91(0x1e0),()=>{const _0x988e01=_0x12ef91;_0x2f33d0[_0x988e01(0x1e4)]?this[_0x988e01(0x1cb)]():_0x1147db[_0x988e01(0x1e0)]();}),_0x2f33d0;}[_0x4b7aa2(0x19d)](){const _0x3365d7=_0x4b7aa2,_0x1aef15=this[_0x3365d7(0x1df)][_0x3365d7(0x1fd)][_0x3365d7(0x1d6)](_0x2d9984);this[_0x3365d7(0x1c6)]=new _0x306f36(this[_0x3365d7(0x1df)][_0x3365d7(0x21f)],this[_0x3365d7(0x214)],this[_0x3365d7(0x1df)][_0x3365d7(0x19c)][_0x3365d7(0x1d6)](_0x3365d7(0x194))),this[_0x3365d7(0x1c6)]['on'](_0x3365d7(0x184),()=>{const _0x4716a2=_0x3365d7;this[_0x4716a2(0x218)][_0x4716a2(0x1bc)][_0x4716a2(0x17d)]||this[_0x4716a2(0x218)][_0x4716a2(0x1bc)][_0x4716a2(0x185)]();}),this[_0x3365d7(0x1c6)][_0x3365d7(0x1ac)][_0x3365d7(0x1b4)][_0x3365d7(0x1ef)]['on'](_0x3365d7(0x1dd),()=>{const _0x2557e9=_0x3365d7;this[_0x2557e9(0x218)][_0x2557e9(0x1bc)][_0x2557e9(0x17d)]||this[_0x2557e9(0x218)][_0x2557e9(0x1bc)][_0x2557e9(0x185)]();}),this[_0x3365d7(0x1e6)](this[_0x3365d7(0x1c6)],_0x3365d7(0x19a),()=>{const _0x64aa84=_0x3365d7;_0x1aef15[_0x64aa84(0x203)](this[_0x64aa84(0x17b)][_0x64aa84(0x197)]),this[_0x64aa84(0x1cb)]();}),this[_0x3365d7(0x1e6)](this[_0x3365d7(0x1c6)],_0x3365d7(0x1eb),()=>{const _0x3a9c2e=_0x3365d7;_0x1aef15[_0x3a9c2e(0x1eb)](this[_0x3a9c2e(0x17b)][_0x3a9c2e(0x197)]),this[_0x3a9c2e(0x1cb)]();}),this[_0x3365d7(0x18c)]();}[_0x4b7aa2(0x18c)](){const _0x20943d=_0x4b7aa2,{locale:_0x34e190,ui:{ariaLiveAnnouncer:_0x32ac68}}=this[_0x20943d(0x1df)];this[_0x20943d(0x1c6)][_0x20943d(0x178)]['on'](_0x20943d(0x215),(_0x29ba46,_0x363ebd,_0x49e63a)=>{const _0x4f1830=_0x20943d,_0x117755=this[_0x4f1830(0x17b)][_0x4f1830(0x197)];_0x49e63a?_0x32ac68[_0x4f1830(0x201)](_0x184d09(_0x34e190,_0x4f1830(0x1a3))):_0x117755&&_0x32ac68[_0x4f1830(0x201)](_0x184d09(_0x34e190,_0x4f1830(0x220),_0x117755),{'politeness':_0x4f1830(0x1f6),'isUnsafeHTML':!0x0});}),this[_0x20943d(0x1c6)]['on'](_0x20943d(0x21c),(_0x51a20,_0x2cc2d3,_0xb20b21)=>{const _0x2af04c=_0x20943d;if(_0xb20b21){const _0x469f6b=this[_0x2af04c(0x1c6)][_0x2af04c(0x200)][_0x2af04c(0x18a)];_0x32ac68[_0x2af04c(0x201)](_0x184d09(_0x34e190,_0x2af04c(0x209),_0x469f6b));}});}[_0x4b7aa2(0x1b2)](_0x19e4b7){const _0x2fb8f9=_0x4b7aa2,_0x579cb5=this[_0x2fb8f9(0x1b9)][_0x2fb8f9(0x1d6)](_0x19e4b7),_0x5d6b16=this[_0x2fb8f9(0x1df)],_0x9e0a91=_0x5d6b16[_0x2fb8f9(0x1cc)][_0x2fb8f9(0x205)][_0x2fb8f9(0x18d)],_0x3e8f55=_0x5d6b16[_0x2fb8f9(0x1b1)][_0x2fb8f9(0x1d6)](_0x2fb8f9(0x20d)),_0x33745a=_0x5d6b16[_0x2fb8f9(0x1fd)][_0x2fb8f9(0x1d6)](_0x2d9984),_0x522678=''+(_0x579cb5[_0x2fb8f9(0x1e7)]!==_0x3941bf?_0x579cb5[_0x2fb8f9(0x1c5)]+':\x20':'')+_0x579cb5[_0x2fb8f9(0x1a5)];if(!0x1!==_0x579cb5[_0x2fb8f9(0x196)]&&_0x9e0a91[_0x2fb8f9(0x180)]){const _0x47eb04=_0x3aa027(_0x9e0a91[_0x2fb8f9(0x1d9)]())||_0x5d6b16[_0x2fb8f9(0x1cc)][_0x2fb8f9(0x1da)][_0x2fb8f9(0x219)](_0x9e0a91);_0x5d6b16[_0x2fb8f9(0x1cc)][_0x2fb8f9(0x1ff)](_0x5bd985=>{const _0x560d1e=_0x2fb8f9;_0x5bd985[_0x560d1e(0x221)](_0x47eb04,'in');});}_0x33745a[_0x2fb8f9(0x1ba)](),_0x3e8f55[_0x2fb8f9(0x1e0)](_0x579cb5[_0x2fb8f9(0x191)],_0x522678,_0x2fb8f9(0x1ea)+_0x19e4b7);}[_0x4b7aa2(0x20b)](_0x87df1a,_0x1c75fb,_0x55ec1c,_0x68f6cd){const _0x176341=_0x4b7aa2,_0x709bd2=this[_0x176341(0x1df)],_0x5e3f39=_0x709bd2[_0x176341(0x21f)],_0x433a6c=new _0x242d46(_0x5e3f39),_0x56de77=B(_0x709bd2,_0x55ec1c)[_0x176341(0x1f2)](_0x1e64d4=>_0x1e64d4[_0x176341(0x1b1)][_0x176341(0x1f3)]);0x1===_0x56de77[_0x176341(0x1f3)]?this[_0x176341(0x208)]({'command':_0x87df1a,'commands':_0x56de77[0x0][_0x176341(0x1b1)],'parentMenuView':_0x1c75fb,'onExecute':_0x68f6cd})[_0x176341(0x1af)](_0x2a1a3f=>_0x433a6c[_0x176341(0x1d0)][_0x176341(0x1a6)](_0x2a1a3f)):_0x56de77[_0x176341(0x1af)](({groupId:_0x49e319,groupLabel:_0x4ffb1b,commands:_0x3cf303})=>{const _0x227665=_0x176341,_0x2143dc=new _0xc80219(_0x5e3f39,_0x1c75fb),_0x53451b=new _0xce789b(_0x5e3f39),_0x107017=new _0x242d46(_0x5e3f39),_0x310a61=this[_0x227665(0x208)]({'command':_0x87df1a,'commands':_0x3cf303,'parentMenuView':_0x53451b,'onExecute':_0x68f6cd});_0x53451b[_0x227665(0x20f)][_0x227665(0x1d4)]({'label':_0x4ffb1b||_0x49e319}),_0x53451b[_0x227665(0x1a9)](_0x227665(0x1e0))['to'](_0x1c75fb),_0x107017[_0x227665(0x1d0)][_0x227665(0x179)](_0x310a61),_0x53451b[_0x227665(0x1b7)][_0x227665(0x1ab)][_0x227665(0x1a6)](_0x107017),_0x2143dc[_0x227665(0x1ab)][_0x227665(0x1a6)](_0x53451b),_0x433a6c[_0x227665(0x1d0)][_0x227665(0x1a6)](_0x2143dc);}),_0x1c75fb[_0x176341(0x1b7)][_0x176341(0x1ab)][_0x176341(0x1a6)](_0x433a6c);}[_0x4b7aa2(0x208)]({command:_0xc9037a,commands:_0x4130e5,parentMenuView:_0x49c2f2,onExecute:_0x3c6d08}){const _0x11f21d=_0x4b7aa2,_0x1c57f3=this[_0x11f21d(0x1df)],_0x28c03a=_0x1c57f3[_0x11f21d(0x21f)];return B(_0x1c57f3,_0x4130e5)[_0x11f21d(0x1a4)](_0x326564=>{const _0x41edd8=_0x11f21d,_0x3d7684=new _0xc80219(_0x28c03a,_0x49c2f2),_0x3d9025=new _0x59a250(_0x28c03a);return _0x3d9025[_0x41edd8(0x1d4)]({'label':_0x326564[_0x41edd8(0x1a5)]}),_0x3d9025[_0x41edd8(0x1a9)](_0x41edd8(0x1e0))['to'](_0x49c2f2),_0x3d9025['on'](_0x41edd8(0x1e0),()=>_0x3c6d08(_0x326564['id'])),_0x3d9025[_0x41edd8(0x18f)](_0x41edd8(0x223))['to'](_0xc9037a,_0x41edd8(0x1e8),_0x223a4b=>_0x223a4b[_0x41edd8(0x181)](_0x326564['id'])),_0x3d7684[_0x41edd8(0x1ab)][_0x41edd8(0x1a6)](_0x3d9025),_0x3d7684;});}}function U(_0x15c78d,_0x26d65f){const _0x2eefd7=_0x4b7aa2;return void 0x0!==_0x15c78d[_0x2eefd7(0x1f5)]&&void 0x0===_0x26d65f[_0x2eefd7(0x1f5)]?0x1:void 0x0===_0x15c78d[_0x2eefd7(0x1f5)]&&void 0x0!==_0x26d65f[_0x2eefd7(0x1f5)]?-0x1:void 0x0!==_0x15c78d[_0x2eefd7(0x1f5)]&&void 0x0!==_0x26d65f[_0x2eefd7(0x1f5)]?_0x15c78d[_0x2eefd7(0x1f5)]-_0x26d65f[_0x2eefd7(0x1f5)]:0x0;}function B(_0x55d3b8,_0x2613b0){const _0x20b291=_0x4b7aa2;_0x2613b0[_0x20b291(0x1c1)](U);const _0x34963a={},_0xedcbdb=[];for(const _0x48b787 of _0x2613b0)if(void 0x0!==_0x48b787[_0x20b291(0x1f5)]){if(_0x48b787[_0x20b291(0x1f5)]in _0x34963a)throw new _0x43be50(_0x20b291(0x19f),_0x55d3b8,{'conflictingDefinitions':[_0x48b787,_0x34963a[_0x48b787[_0x20b291(0x1f5)]]]});_0x34963a[_0x48b787[_0x20b291(0x1f5)]]=_0x48b787,_0xedcbdb[_0x20b291(0x19e)](_0x48b787[_0x20b291(0x1f5)],0x0,_0x48b787);}else _0xedcbdb[_0x20b291(0x183)](_0x48b787);return _0xedcbdb;}
23
+ const _0x96e7e5=_0x2f5c;(function(_0x280b18,_0x25f61a){const _0x44e3c3=_0x2f5c,_0x46bf42=_0x280b18();while(!![]){try{const _0x157c2e=-parseInt(_0x44e3c3(0xe8))/0x1*(parseInt(_0x44e3c3(0x109))/0x2)+-parseInt(_0x44e3c3(0xff))/0x3*(-parseInt(_0x44e3c3(0x13a))/0x4)+parseInt(_0x44e3c3(0xbd))/0x5*(parseInt(_0x44e3c3(0x147))/0x6)+-parseInt(_0x44e3c3(0x14c))/0x7*(-parseInt(_0x44e3c3(0xaa))/0x8)+parseInt(_0x44e3c3(0xb1))/0x9*(-parseInt(_0x44e3c3(0x104))/0xa)+-parseInt(_0x44e3c3(0x101))/0xb*(-parseInt(_0x44e3c3(0x13e))/0xc)+-parseInt(_0x44e3c3(0xa7))/0xd;if(_0x157c2e===_0x25f61a)break;else _0x46bf42['push'](_0x46bf42['shift']());}catch(_0x18eb19){_0x46bf42['push'](_0x46bf42['shift']());}}}(_0x20bc,0xcfbf8));import{Plugin as _0x4fd23d}from'ckeditor5/src/core.js';import{IconMagicWand as _0x41c8c9,IconRobotPencil as _0x534ccc}from'ckeditor5/src/icons.js';import{first as _0x48cce1,CKEditorError as _0x324baa}from'ckeditor5/src/utils.js';import{createDropdown as _0x44d667,addMenuToDropdown as _0x122b84,ButtonView as _0x5bc0a6,MenuBarMenuListItemButtonView as _0x5469cd,Dialog as _0x3deb71,DialogViewPosition as _0x54a20b,MenuBarMenuView as _0x44413a,MenuBarMenuListView as _0xb6ac62,MenuBarMenuListItemView as _0x2dbd21}from'ckeditor5/src/ui.js';import{normalizeCommandsConfig as _0x39981a,UNGROUPED_COMMANDS_GROUP_ID as _0x346660}from'./utils/normalizecommandsconfig.js';import{AIAssistantEditing as _0x590615}from'./aiassistantediting.js';import{AIAdapter as _0x43f158}from'./adapters/aiadapter.js';import{getTranslation as _0x346404}from'./utils/common-translations.js';import{ShowAIAssistantCommand as _0x464e4b}from'./ui/showaiassistantcommand.js';import{AIAssistantController as _0x31cb12}from'./ui/aiassistantcontroller.js';import{AIFormView as _0x282ac1}from'./ui/form/aiformview.js';import{AIFormToolbarViewMainActionLabel as _0x133ed6}from'./ui/form/aiformtoolbarview.js';import'../../theme/aiassistant/ai.css';import'../../theme/aiassistant/ai-dropdown.css';import'../../theme/aiassistant/ai-form.css';const j=globalThis[_0x96e7e5(0x13f)];import{ClipboardMarkersUtils as _0x5ce126}from'ckeditor5/src/clipboard.js';function _0x2f5c(_0x57281c,_0x471d7c){const _0x20bcdc=_0x20bc();return _0x2f5c=function(_0x2f5ca6,_0x131bf1){_0x2f5ca6=_0x2f5ca6-0xa1;let _0x473023=_0x20bcdc[_0x2f5ca6];return _0x473023;},_0x2f5c(_0x57281c,_0x471d7c);}import{ViewDocumentDomEventData as _0x5238b1,ViewDataTransfer as _0x3e8f1b}from'ckeditor5/src/engine.js';function _0x20bc(){const _0xb8780b=['filter','aiLicenseKeyEvaluationLimit','_aiAdapter','43232UcMNSV','ai.assistant.contentAreaCssClass','length','aiLicenseKeyNotAllowed','isCollapsed','promptView','values','order','aiCommands','change:isError','commands','getRanges','getSelectedElement','ck-ai-assistant-ui','_onExecute','tableOfContents','enabledCommandsIds','prompt','focus','groupId','\x20ck-ai-assistant-ui_theme','_populateMenuBarMenu','map','model','trim','showFakeVisualSelection','groupLabel','AI\x20Assistant','items','_licenseKeyCheckInterval','plugins','change:enabledCommandsIds','change:isProcessing','aiLicenseKeyExpired','ai.assistant.disabledElements','ck-ai-commands-dropdown\x20','destroy','source','render','panelView','evaluationLimit','hideFakeVisualSelection','buttonView','children','AIAssistant','usageLimit','locale','change','aiLicenseKeyInvalid','12OPIsfu','aiAssistant','</p>','_initView','228DzUDJI','DataTransfer','_aiAssistantController','Generated\x20content:\x20%0','wasMoved','errorView','ai-commands-config-order-collision','licenseKey','requiresContent','1052778OtHDDw','_getResolvedCommandsDefinitions','expired','once','AI\x20Commands','2544843ekAYJF','command:','listenTo','componentFactory','ck-ai-assistant-button\x20','forEach','media','hide','init','buttons','contentArea','addMany','23605452eCGvmL','<p>','includes','24gBsauX','aiLicenseKeyUsageLimit','label','AI\x20is\x20writing','_initAriaAiStatusChangeAnnouncements','insertContent','showUI','49455lNbBDQ','editor','textAdapter','reset','_dialog','getLimitElement','menuView','REPLACE','get','copy','define','selection','40DRqgtS','_showLicenseError','config','currentContext','isOn','menuBar:aiCommands','_formView','add','show','document','push','isPremiumPlugin','getData','update','_forceMarkersCopy','isOfficialPlugin','replace','updateView','fire','replaceContent','set','isFlat','body','custom','text/html','setSelection','Error\x20during\x20AI\x20content\x20generation:\x20%0','execute','change:value','schema','getSelectedBlocks','invalid','ai.assistant.useTheme','bind','insertContentBelow','polite','comment','menuBar:aiAssistant','showAIAssistant','requires','featureNotAllowed','from','editing','31fbReYv','view','AIAssistantUI','INSERT','_createAIAssistantUIButton','splice','aiLicenseKeyValid','text','rawHtml','menuitemcheckbox','announce','aiLicenseKeyDomainLimit','pluginName','updatePosition','domainLimit','queryView','EDITOR_TOP_SIDE','ai.assistant.commands','_getMenuBarGroupButtons','fieldView','_uiCssClasses','isEnabled','delegate','298566HxUsmB','hideUI','461241tKvDJz','_commandDefinitions','menuPanelClass','460qAxylv','sort'];_0x20bc=function(){return _0xb8780b;};return _0x20bc();}export class AIAssistantUI extends _0x4fd23d{[_0x96e7e5(0x145)];[_0x96e7e5(0x126)];[_0x96e7e5(0xb5)];[_0x96e7e5(0xc3)];[_0x96e7e5(0x108)];[_0x96e7e5(0x140)];[_0x96e7e5(0xfc)]='';static get[_0x96e7e5(0xf4)](){const _0x1f69c1=_0x96e7e5;return _0x1f69c1(0xea);}static get[_0x96e7e5(0xcc)](){return!0x0;}static get[_0x96e7e5(0xc8)](){return!0x0;}static get[_0x96e7e5(0xe4)](){return[_0x5ce126,_0x590615,_0x43f158,_0x3deb71];}constructor(_0x4a49b7){const _0xb2a245=_0x96e7e5;super(_0x4a49b7),_0x4a49b7[_0xb2a245(0xbf)][_0xb2a245(0xbb)](_0xb2a245(0x12b),[_0xb2a245(0xa1),_0xb2a245(0xf0),_0xb2a245(0x118)]),_0x4a49b7[_0xb2a245(0xbf)][_0xb2a245(0xbb)](_0xb2a245(0x10a),''),_0x4a49b7[_0xb2a245(0xbf)][_0xb2a245(0xbb)](_0xb2a245(0xdd),!0x0),this[_0xb2a245(0xfc)]=_0xb2a245(0x116)+(_0x4a49b7[_0xb2a245(0xbf)][_0xb2a245(0xb9)](_0xb2a245(0xdd))?_0xb2a245(0x11d):'');}[_0x96e7e5(0xa3)](){const _0x52eb0b=_0x96e7e5,{editor:_0x444eea}=this;this[_0x52eb0b(0x108)]=_0x444eea[_0x52eb0b(0x127)][_0x52eb0b(0xb9)](_0x43f158),this[_0x52eb0b(0xb5)]=_0x444eea[_0x52eb0b(0x127)][_0x52eb0b(0xb9)](_0x3deb71),this[_0x52eb0b(0xc3)]=null,this[_0x52eb0b(0x102)]=this[_0x52eb0b(0x148)]();const _0x4e16c6=new _0x464e4b(_0x444eea,Array[_0x52eb0b(0xe6)](this[_0x52eb0b(0x102)][_0x52eb0b(0x10f)]()));_0x444eea[_0x52eb0b(0x113)][_0x52eb0b(0xc4)](_0x52eb0b(0xe3),_0x4e16c6),_0x444eea['ui'][_0x52eb0b(0x14f)][_0x52eb0b(0xc4)](_0x52eb0b(0x111),_0x169a44=>{const _0xa74561=_0x52eb0b,_0x1d977b=_0x44d667(_0x169a44);return _0x1d977b[_0xa74561(0xd1)]({'class':_0xa74561(0x12c)+this[_0xa74561(0xfc)]}),_0x1d977b[_0xa74561(0x133)][_0xa74561(0xd1)]({'label':_0x346404(_0x169a44,_0xa74561(0x14b)),'icon':_0x41c8c9,'tooltip':!0x0}),_0x1d977b['on'](_0xa74561(0xd8),_0x1d3437=>this[_0xa74561(0x117)](_0x1d3437[_0xa74561(0x12e)]['id'])),_0x122b84(_0x1d977b,_0x444eea['ui'][_0xa74561(0xe9)][_0xa74561(0xd3)],function(_0x59183a){const _0x79e031=_0xa74561,_0x4d0dd5=_0x39981a(_0x59183a[_0x79e031(0xbf)][_0x79e031(0xb9)](_0x79e031(0xf9)),_0x59183a[_0x79e031(0x137)]),_0x469c3f=Y(_0x59183a,_0x4d0dd5)[_0x79e031(0x106)](_0x186d72=>_0x186d72[_0x79e031(0x113)][_0x79e031(0x10b)]);if(0x1===_0x469c3f[_0x79e031(0x10b)])return Y(_0x59183a,_0x469c3f[0x0][_0x79e031(0x113)])[_0x79e031(0x11f)](_0x73541a=>({'id':_0x73541a['id'],'label':_0x73541a[_0x79e031(0xac)]}));return _0x469c3f[_0x79e031(0x11f)](_0x3127d4=>{const _0x182883=_0x79e031,{groupId:_0x3574bd,groupLabel:_0x4af4c8,commands:_0x2120c5}=_0x3127d4,_0xa646ac=Y(_0x59183a,_0x2120c5)[_0x182883(0x11f)](_0x1c9334=>({'id':_0x1c9334['id'],'label':_0x1c9334[_0x182883(0xac)]}));return{'id':_0x3574bd,'menu':_0x4af4c8||_0x3574bd,'children':_0xa646ac};});}(_0x444eea),{'ariaLabel':_0x346404(_0x169a44,_0xa74561(0x14b))}),_0x1d977b[_0xa74561(0xb7)][_0xa74561(0x103)]=_0xa74561(0x12c)+this[_0xa74561(0xfc)],_0x4e16c6['on'](_0xa74561(0x128),_0x33aabb),_0x1d977b[_0xa74561(0xb7)][_0xa74561(0x14a)](_0xa74561(0x12f),_0x33aabb),_0x1d977b;function _0x33aabb(){const _0x49e601=_0xa74561;_0x1d977b[_0x49e601(0xfd)]=_0x4e16c6[_0x49e601(0x119)][_0x49e601(0x10b)]>0x0;for(const _0x148fcd of _0x1d977b[_0x49e601(0xb7)][_0x49e601(0xa4)])_0x148fcd[_0x49e601(0xfd)]=_0x4e16c6[_0x49e601(0x119)][_0x49e601(0xa9)](_0x148fcd['id']);}}),_0x444eea['ui'][_0x52eb0b(0x14f)][_0x52eb0b(0xc4)](_0x52eb0b(0xc2),_0x308e29=>{const _0x5939da=_0x52eb0b,_0x23079c=new _0x44413a(_0x308e29);_0x23079c[_0x5939da(0x133)][_0x5939da(0xd1)]({'label':_0x346404(_0x308e29,_0x5939da(0x14b)),'icon':_0x41c8c9}),_0x23079c[_0x5939da(0xde)](_0x5939da(0xfd))['to'](_0x4e16c6,_0x5939da(0x119),_0x461eca=>_0x461eca[_0x5939da(0x10b)]>0x0);const _0x18ea12=_0x39981a(_0x444eea[_0x5939da(0xbf)][_0x5939da(0xb9)](_0x5939da(0xf9)),_0x308e29);return this[_0x5939da(0x11e)](_0x4e16c6,_0x23079c,_0x18ea12,_0x3f0fa1=>this[_0x5939da(0x117)](_0x3f0fa1)),_0x23079c;}),_0x444eea['ui'][_0x52eb0b(0x14f)][_0x52eb0b(0xc4)](_0x52eb0b(0x13b),()=>{const _0x25dc73=_0x52eb0b,_0x440666=this[_0x25dc73(0xec)](_0x5bc0a6);return _0x440666[_0x25dc73(0xd1)]({'tooltip':!0x0,'class':_0x25dc73(0x150)+this[_0x25dc73(0xfc)]}),_0x440666;}),_0x444eea['ui'][_0x52eb0b(0x14f)][_0x52eb0b(0xc4)](_0x52eb0b(0xe2),()=>{const _0x25bb68=_0x52eb0b,_0x163b12=this[_0x25bb68(0xec)](_0x5469cd);return _0x163b12[_0x25bb68(0xd1)]({'role':_0x25bb68(0xf1)}),_0x163b12;}),this[_0x52eb0b(0x145)]=this[_0x52eb0b(0xb2)][_0x52eb0b(0xbf)][_0x52eb0b(0xb9)](_0x52eb0b(0x145));const _0x1befd9=this[_0x52eb0b(0xb2)];this[_0x52eb0b(0x126)]=setInterval(()=>{const _0x5684f1=_0x52eb0b;let _0x375a90;for(const _0xf841a in _0x1befd9){const _0xf41b84=_0xf841a,_0x1dad7c=_0x1befd9[_0xf41b84];if(_0x5684f1(0xee)==_0x1dad7c||_0x5684f1(0x139)==_0x1dad7c||_0x5684f1(0x12a)==_0x1dad7c||_0x5684f1(0xf3)==_0x1dad7c||_0x5684f1(0x10c)==_0x1dad7c||_0x5684f1(0x107)==_0x1dad7c||_0x5684f1(0xab)==_0x1dad7c){delete _0x1befd9[_0xf41b84],_0x375a90=_0x1dad7c,clearInterval(this[_0x5684f1(0x126)]),this[_0x5684f1(0x126)]=void 0x0;break;}}_0x5684f1(0x139)==_0x375a90&&_0x1befd9[_0x5684f1(0xbe)](_0x5684f1(0xdc)),_0x5684f1(0x12a)==_0x375a90&&_0x1befd9[_0x5684f1(0xbe)](_0x5684f1(0x149)),_0x5684f1(0xf3)==_0x375a90&&_0x1befd9[_0x5684f1(0xbe)](_0x5684f1(0xf6)),_0x5684f1(0x10c)==_0x375a90&&_0x1befd9[_0x5684f1(0xbe)](_0x5684f1(0xe5),_0x5684f1(0x135)),_0x5684f1(0x107)==_0x375a90&&_0x1befd9[_0x5684f1(0xbe)](_0x5684f1(0x131)),_0x5684f1(0xab)==_0x375a90&&_0x1befd9[_0x5684f1(0xbe)](_0x5684f1(0x136));},0x3e8);}[_0x96e7e5(0x12d)](){const _0x279975=_0x96e7e5;super[_0x279975(0x12d)](),this[_0x279975(0x126)]&&clearInterval(this[_0x279975(0x126)]);}[_0x96e7e5(0xb0)](_0x136166='',_0x3fb057='',_0x1dc0e1=_0x96e7e5(0xd4)){const _0x2a4bdc=_0x96e7e5,_0x36e771=this[_0x2a4bdc(0xb2)],_0x2bd44c=_0x36e771[_0x2a4bdc(0xe7)][_0x2a4bdc(0xe9)],_0x51f1ff=_0x36e771[_0x2a4bdc(0x127)][_0x2a4bdc(0xb9)](_0x590615),_0x2ab4b4=_0x36e771[_0x2a4bdc(0x127)][_0x2a4bdc(0xb9)](_0x5ce126);_0x51f1ff[_0x2a4bdc(0x122)]();const _0x3207cb=new j(),_0x1b14f2=new ClipboardEvent(_0x2a4bdc(0xba),{'clipboardData':_0x3207cb}),_0xda1410=new _0x3e8f1b(_0x3207cb),_0x519878=new _0x5238b1(_0x2bd44c,_0x1b14f2,{'dataTransfer':_0xda1410});_0x2ab4b4[_0x2a4bdc(0xcb)](_0x2a4bdc(0xe1),()=>{const _0xe14591=_0x2a4bdc;_0x2bd44c[_0xe14591(0xc6)][_0xe14591(0xcf)](_0xe14591(0xba),_0x519878);}),this[_0x2a4bdc(0xc3)]||(this[_0x2a4bdc(0x13d)](),this[_0x2a4bdc(0x140)]=new _0x31cb12(_0x36e771,this[_0x2a4bdc(0x108)][_0x2a4bdc(0xb3)],this[_0x2a4bdc(0xc3)]));let _0x7bd4e2=_0xda1410[_0x2a4bdc(0xc9)](_0x2a4bdc(0xd5));const _0x10c50f=_0x36e771[_0x2a4bdc(0x120)][_0x2a4bdc(0xc6)][_0x2a4bdc(0xbc)],_0x31f401=Array[_0x2a4bdc(0xe6)](_0x10c50f[_0x2a4bdc(0x114)]());0x1===_0x31f401[_0x2a4bdc(0x10b)]&&_0x31f401[0x0][_0x2a4bdc(0xd2)]&&!_0x10c50f[_0x2a4bdc(0x115)]()&&''!==_0x7bd4e2[_0x2a4bdc(0xcd)](/&nbsp;/g,'')[_0x2a4bdc(0x121)]()&&(_0x7bd4e2=_0x2a4bdc(0xa8)+_0x7bd4e2+_0x2a4bdc(0x13c)),this[_0x2a4bdc(0x140)][_0x2a4bdc(0xce)]({'actionId':_0x1dc0e1,'query':_0x136166,'htmlContent':_0x7bd4e2,'label':_0x3fb057,'mainActionLabel':_0x133ed6[_0x36e771[_0x2a4bdc(0x120)][_0x2a4bdc(0xc6)][_0x2a4bdc(0xbc)][_0x2a4bdc(0x10d)]?_0x2a4bdc(0xeb):_0x2a4bdc(0xb8)]}),_0x2a4bdc(0x13b)!==this[_0x2a4bdc(0xb5)]['id']?this[_0x2a4bdc(0xb5)][_0x2a4bdc(0xc5)]({'id':_0x2a4bdc(0x13b),'icon':_0x534ccc,'title':_0x346404(this[_0x2a4bdc(0xb2)][_0x2a4bdc(0x137)],_0x2a4bdc(0x124)),'content':this[_0x2a4bdc(0xc3)],'position':_0x54a20b[_0x2a4bdc(0xf8)],'onShow':()=>{const _0x500847=_0x2a4bdc;this[_0x500847(0xc3)][_0x500847(0x11b)]();},'onHide':()=>{const _0x2e45ea=_0x2a4bdc;this[_0x2e45ea(0x140)][_0x2e45ea(0xb4)](),_0x51f1ff[_0x2e45ea(0x132)]();}}):this[_0x2a4bdc(0xb5)][_0x2a4bdc(0xe9)][_0x2a4bdc(0x142)]||this[_0x2a4bdc(0xb5)][_0x2a4bdc(0xe9)][_0x2a4bdc(0xf5)]();}[_0x96e7e5(0x100)](){const _0x42223f=_0x96e7e5;this[_0x42223f(0xb5)][_0x42223f(0xa2)]();}[_0x96e7e5(0x148)](){const _0x385c0a=_0x96e7e5,_0x4c400e=new Map(),_0x4c6cb8=_0x39981a(this[_0x385c0a(0xb2)][_0x385c0a(0xbf)][_0x385c0a(0xb9)](_0x385c0a(0xf9)),this[_0x385c0a(0xb2)][_0x385c0a(0x137)]);for(const _0x34141a of _0x4c6cb8)for(const _0x393552 of _0x34141a[_0x385c0a(0x113)])_0x4c400e[_0x385c0a(0xd1)](_0x393552['id'],{..._0x393552,'groupId':_0x34141a[_0x385c0a(0x11c)],'groupLabel':_0x34141a[_0x385c0a(0x123)]||_0x34141a[_0x385c0a(0x11c)]});return _0x4c400e;}[_0x96e7e5(0xec)](_0x111464){const _0x108f65=_0x96e7e5,_0xf3777f=this[_0x108f65(0xb2)],_0x1e9579=_0xf3777f[_0x108f65(0x113)][_0x108f65(0xb9)](_0x108f65(0xe3)),_0x4509df=new _0x111464(_0xf3777f[_0x108f65(0x137)]);return _0x4509df[_0x108f65(0xd1)]({'label':_0x346404(_0xf3777f[_0x108f65(0x137)],_0x108f65(0x124)),'icon':_0x534ccc,'isToggleable':!0x0}),_0x4509df[_0x108f65(0xde)](_0x108f65(0xfd))['to'](_0x1e9579),_0x4509df[_0x108f65(0xde)](_0x108f65(0xc1))['to'](this[_0x108f65(0xb5)],'id',_0x2e72f1=>_0x108f65(0x13b)===_0x2e72f1),this[_0x108f65(0x14e)](_0x4509df,_0x108f65(0xd8),()=>{const _0x45437b=_0x108f65;_0x4509df[_0x45437b(0xc1)]?this[_0x45437b(0x100)]():_0x1e9579[_0x45437b(0xd8)]();}),_0x4509df;}[_0x96e7e5(0x13d)](){const _0x48f621=_0x96e7e5,_0x5818e4=this[_0x48f621(0xb2)][_0x48f621(0x127)][_0x48f621(0xb9)](_0x590615);this[_0x48f621(0xc3)]=new _0x282ac1(this[_0x48f621(0xb2)][_0x48f621(0x137)],this[_0x48f621(0xfc)],this[_0x48f621(0xb2)][_0x48f621(0xbf)][_0x48f621(0xb9)](_0x48f621(0x10a))),this[_0x48f621(0xc3)]['on'](_0x48f621(0xd9),()=>{const _0x17649b=_0x48f621;this[_0x17649b(0xb5)][_0x17649b(0xe9)][_0x17649b(0x142)]||this[_0x17649b(0xb5)][_0x17649b(0xe9)][_0x17649b(0xf5)]();}),this[_0x48f621(0xc3)][_0x48f621(0x10e)][_0x48f621(0xf7)][_0x48f621(0xfb)]['on'](_0x48f621(0xca),()=>{const _0xbc947e=_0x48f621;this[_0xbc947e(0xb5)][_0xbc947e(0xe9)][_0xbc947e(0x142)]||this[_0xbc947e(0xb5)][_0xbc947e(0xe9)][_0xbc947e(0xf5)]();}),this[_0x48f621(0x14e)](this[_0x48f621(0xc3)],_0x48f621(0xd0),()=>{const _0x39e5df=_0x48f621;_0x5818e4[_0x39e5df(0xaf)](this[_0x39e5df(0x140)][_0x39e5df(0xc0)]),this[_0x39e5df(0x100)]();}),this[_0x48f621(0x14e)](this[_0x48f621(0xc3)],_0x48f621(0xdf),()=>{const _0x403ab2=_0x48f621;_0x5818e4[_0x403ab2(0xdf)](this[_0x403ab2(0x140)][_0x403ab2(0xc0)]),this[_0x403ab2(0x100)]();}),this[_0x48f621(0xae)]();}[_0x96e7e5(0xae)](){const _0xcdd04=_0x96e7e5,{locale:_0x31378d,ui:{ariaLiveAnnouncer:_0x3dc535}}=this[_0xcdd04(0xb2)];this[_0xcdd04(0xc3)][_0xcdd04(0xa5)]['on'](_0xcdd04(0x129),(_0x4de8c4,_0x262efc,_0x1cedc0)=>{const _0x2b170e=_0xcdd04,_0x1e6c18=this[_0x2b170e(0x140)][_0x2b170e(0xc0)];_0x1cedc0?_0x3dc535[_0x2b170e(0xf2)](_0x346404(_0x31378d,_0x2b170e(0xad))):_0x1e6c18&&_0x3dc535[_0x2b170e(0xf2)](_0x346404(_0x31378d,_0x2b170e(0x141),_0x1e6c18),{'politeness':_0x2b170e(0xe0),'isUnsafeHTML':!0x0});}),this[_0xcdd04(0xc3)]['on'](_0xcdd04(0x112),(_0x5ca312,_0x26ae61,_0x4046c2)=>{const _0x3c2bc9=_0xcdd04;if(_0x4046c2){const _0x508afb=this[_0x3c2bc9(0xc3)][_0x3c2bc9(0x143)][_0x3c2bc9(0xef)];_0x3dc535[_0x3c2bc9(0xf2)](_0x346404(_0x31378d,_0x3c2bc9(0xd7),_0x508afb));}});}[_0x96e7e5(0x117)](_0x560dbe){const _0x4b1b40=_0x96e7e5,_0x427549=this[_0x4b1b40(0x102)][_0x4b1b40(0xb9)](_0x560dbe),_0x259f88=this[_0x4b1b40(0xb2)],_0x3f3700=_0x259f88[_0x4b1b40(0x120)][_0x4b1b40(0xc6)][_0x4b1b40(0xbc)],_0x199f5=_0x259f88[_0x4b1b40(0x113)][_0x4b1b40(0xb9)](_0x4b1b40(0xe3)),_0x2715c8=_0x259f88[_0x4b1b40(0x127)][_0x4b1b40(0xb9)](_0x590615),_0x4fa4f9=''+(_0x427549[_0x4b1b40(0x11c)]!==_0x346660?_0x427549[_0x4b1b40(0x123)]+':\x20':'')+_0x427549[_0x4b1b40(0xac)];if(!0x1!==_0x427549[_0x4b1b40(0x146)]&&_0x3f3700[_0x4b1b40(0x10d)]){const _0x573034=_0x48cce1(_0x3f3700[_0x4b1b40(0xdb)]())||_0x259f88[_0x4b1b40(0x120)][_0x4b1b40(0xda)][_0x4b1b40(0xb6)](_0x3f3700);_0x259f88[_0x4b1b40(0x120)][_0x4b1b40(0x138)](_0x1f0fa8=>{const _0x1794c7=_0x4b1b40;_0x1f0fa8[_0x1794c7(0xd6)](_0x573034,'in');});}_0x2715c8[_0x4b1b40(0x122)](),_0x199f5[_0x4b1b40(0xd8)](_0x427549[_0x4b1b40(0x11a)],_0x4fa4f9,_0x4b1b40(0x14d)+_0x560dbe);}[_0x96e7e5(0x11e)](_0x24eea4,_0x492bd0,_0x3c7aac,_0x11b70c){const _0x3706d1=_0x96e7e5,_0x19ceec=this[_0x3706d1(0xb2)],_0x1626c4=_0x19ceec[_0x3706d1(0x137)],_0x4acb99=new _0xb6ac62(_0x1626c4),_0x1938ef=Y(_0x19ceec,_0x3c7aac)[_0x3706d1(0x106)](_0xf851ff=>_0xf851ff[_0x3706d1(0x113)][_0x3706d1(0x10b)]);0x1===_0x1938ef[_0x3706d1(0x10b)]?this[_0x3706d1(0xfa)]({'command':_0x24eea4,'commands':_0x1938ef[0x0][_0x3706d1(0x113)],'parentMenuView':_0x492bd0,'onExecute':_0x11b70c})[_0x3706d1(0x151)](_0x355e1c=>_0x4acb99[_0x3706d1(0x125)][_0x3706d1(0xc4)](_0x355e1c)):_0x1938ef[_0x3706d1(0x151)](({groupId:_0x19d495,groupLabel:_0x261de0,commands:_0x520bea})=>{const _0x59e26e=_0x3706d1,_0x12c7f9=new _0x2dbd21(_0x1626c4,_0x492bd0),_0x40cb06=new _0x44413a(_0x1626c4),_0x4f6bec=new _0xb6ac62(_0x1626c4),_0x1a9d63=this[_0x59e26e(0xfa)]({'command':_0x24eea4,'commands':_0x520bea,'parentMenuView':_0x40cb06,'onExecute':_0x11b70c});_0x40cb06[_0x59e26e(0x133)][_0x59e26e(0xd1)]({'label':_0x261de0||_0x19d495}),_0x40cb06[_0x59e26e(0xfe)](_0x59e26e(0xd8))['to'](_0x492bd0),_0x4f6bec[_0x59e26e(0x125)][_0x59e26e(0xa6)](_0x1a9d63),_0x40cb06[_0x59e26e(0x130)][_0x59e26e(0x134)][_0x59e26e(0xc4)](_0x4f6bec),_0x12c7f9[_0x59e26e(0x134)][_0x59e26e(0xc4)](_0x40cb06),_0x4acb99[_0x59e26e(0x125)][_0x59e26e(0xc4)](_0x12c7f9);}),_0x492bd0[_0x3706d1(0x130)][_0x3706d1(0x134)][_0x3706d1(0xc4)](_0x4acb99);}[_0x96e7e5(0xfa)]({command:_0x5f398c,commands:_0x5951af,parentMenuView:_0x5becad,onExecute:_0x908902}){const _0x2605c3=_0x96e7e5,_0x3fadde=this[_0x2605c3(0xb2)],_0xe4e419=_0x3fadde[_0x2605c3(0x137)];return Y(_0x3fadde,_0x5951af)[_0x2605c3(0x11f)](_0x5f0596=>{const _0xb7d17=_0x2605c3,_0xf7919c=new _0x2dbd21(_0xe4e419,_0x5becad),_0x2686bf=new _0x5469cd(_0xe4e419);return _0x2686bf[_0xb7d17(0xd1)]({'label':_0x5f0596[_0xb7d17(0xac)]}),_0x2686bf[_0xb7d17(0xfe)](_0xb7d17(0xd8))['to'](_0x5becad),_0x2686bf['on'](_0xb7d17(0xd8),()=>_0x908902(_0x5f0596['id'])),_0x2686bf[_0xb7d17(0xde)](_0xb7d17(0xfd))['to'](_0x5f398c,_0xb7d17(0x119),_0x93a654=>_0x93a654[_0xb7d17(0xa9)](_0x5f0596['id'])),_0xf7919c[_0xb7d17(0x134)][_0xb7d17(0xc4)](_0x2686bf),_0xf7919c;});}}function X(_0x1a4508,_0x139ad6){const _0x1a343c=_0x96e7e5;return void 0x0!==_0x1a4508[_0x1a343c(0x110)]&&void 0x0===_0x139ad6[_0x1a343c(0x110)]?0x1:void 0x0===_0x1a4508[_0x1a343c(0x110)]&&void 0x0!==_0x139ad6[_0x1a343c(0x110)]?-0x1:void 0x0!==_0x1a4508[_0x1a343c(0x110)]&&void 0x0!==_0x139ad6[_0x1a343c(0x110)]?_0x1a4508[_0x1a343c(0x110)]-_0x139ad6[_0x1a343c(0x110)]:0x0;}function Y(_0xf1752e,_0x135b83){const _0x5861ce=_0x96e7e5;_0x135b83[_0x5861ce(0x105)](X);const _0x1fadbc={},_0x818dc2=[];for(const _0x920d40 of _0x135b83)if(void 0x0!==_0x920d40[_0x5861ce(0x110)]){if(_0x920d40[_0x5861ce(0x110)]in _0x1fadbc)throw new _0x324baa(_0x5861ce(0x144),_0xf1752e,{'conflictingDefinitions':[_0x920d40,_0x1fadbc[_0x920d40[_0x5861ce(0x110)]]]});_0x1fadbc[_0x920d40[_0x5861ce(0x110)]]=_0x920d40,_0x818dc2[_0x5861ce(0xed)](_0x920d40[_0x5861ce(0x110)],0x0,_0x920d40);}else _0x818dc2[_0x5861ce(0xc7)](_0x920d40);return _0x818dc2;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x14498a=_0x789b;(function(_0x2a05b8,_0x58498e){const _0x420714=_0x789b,_0x43534e=_0x2a05b8();while(!![]){try{const _0x3a74ff=parseInt(_0x420714(0x173))/0x1+-parseInt(_0x420714(0x15c))/0x2*(-parseInt(_0x420714(0x17c))/0x3)+-parseInt(_0x420714(0x131))/0x4*(-parseInt(_0x420714(0x159))/0x5)+parseInt(_0x420714(0x17e))/0x6*(-parseInt(_0x420714(0x180))/0x7)+-parseInt(_0x420714(0x15a))/0x8+parseInt(_0x420714(0x182))/0x9+-parseInt(_0x420714(0x174))/0xa;if(_0x3a74ff===_0x58498e)break;else _0x43534e['push'](_0x43534e['shift']());}catch(_0x1cacd2){_0x43534e['push'](_0x43534e['shift']());}}}(_0x5aa9,0xc54f1));import{global as _0x550598}from'ckeditor5/src/utils.js';import{View as _0xabb44e,ButtonView as _0x2f382a,SpinnerView as _0x152989}from'ckeditor5/src/ui.js';function _0x789b(_0x3dbe05,_0x19ed9e){const _0x5aa941=_0x5aa9();return _0x789b=function(_0x789b3c,_0x289bcf){_0x789b3c=_0x789b3c-0x130;let _0x143e02=_0x5aa941[_0x789b3c];return _0x143e02;},_0x789b(_0x3dbe05,_0x19ed9e);}import{IconCheck as _0x3ab2ed,IconCopy as _0x3618a7}from'ckeditor5/src/icons.js';import{getTranslation as _0x199401}from'../../utils/common-translations.js';export class AIFormContentArea extends _0xabb44e{[_0x14498a(0x171)];[_0x14498a(0x160)];constructor(_0x490833,_0x3c8972=''){const _0x12e8ea=_0x14498a;super(_0x490833),this[_0x12e8ea(0x144)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x1fc225=this[_0x12e8ea(0x145)];this[_0x12e8ea(0x171)]=new ContentFieldView(_0x490833,_0x3c8972),this[_0x12e8ea(0x160)]=this[_0x12e8ea(0x170)](),this[_0x12e8ea(0x163)]({'tag':_0x12e8ea(0x16d),'attributes':{'class':['ck',_0x12e8ea(0x16e),_0x1fc225['if'](_0x12e8ea(0x16b),_0x12e8ea(0x176),_0x52c898=>!_0x52c898)],'tabindex':'-1'},'children':[{'tag':_0x12e8ea(0x16d),'attributes':{'class':['ck',_0x12e8ea(0x150),_0x1fc225['if'](_0x12e8ea(0x179),_0x12e8ea(0x172))]},'children':[this[_0x12e8ea(0x171)],{'tag':_0x12e8ea(0x16d),'attributes':{'class':['ck',_0x12e8ea(0x15e)]},'children':[this[_0x12e8ea(0x160)]]}]}]});}[_0x14498a(0x175)](){const _0x4a8f52=_0x14498a;super[_0x4a8f52(0x175)](),this[_0x4a8f52(0x181)]&&this[_0x4a8f52(0x171)][_0x4a8f52(0x14c)](this[_0x4a8f52(0x181)]);let _0x4f495f=!0x1;this['on'](_0x4a8f52(0x148),(_0x4c682f,_0x2b6139,_0x6c7d52)=>{const _0x215344=_0x4a8f52,_0x28301e=!this[_0x215344(0x171)][_0x215344(0x183)][_0x215344(0x132)](_0x215344(0x154));this[_0x215344(0x171)][_0x215344(0x14c)](_0x6c7d52),this[_0x215344(0x179)]&&_0x28301e&&!_0x4f495f&&this[_0x215344(0x183)][_0x215344(0x16c)]({'top':this[_0x215344(0x183)][_0x215344(0x141)],'behavior':_0x215344(0x178)});}),this['on'](_0x4a8f52(0x146),(_0x7f4647,_0x5e7fb4,_0x121240)=>{const _0x3c2391=_0x4a8f52;_0x4f495f=!0x1,_0x121240?(this[_0x3c2391(0x181)]=null,this[_0x3c2391(0x171)][_0x3c2391(0x134)]()):this[_0x3c2391(0x181)]||this[_0x3c2391(0x171)][_0x3c2391(0x14c)]('');}),this[_0x4a8f52(0x139)](this[_0x4a8f52(0x183)],_0x4a8f52(0x13c),()=>{_0x4f495f=!0x0;}),this[_0x4a8f52(0x139)](this[_0x4a8f52(0x183)],_0x4a8f52(0x135),()=>{_0x4f495f=!0x0;});}[_0x14498a(0x14f)](){const _0x56ef78=_0x14498a;this[_0x56ef78(0x183)][_0x56ef78(0x14f)]();}[_0x14498a(0x170)](){const _0x35a700=_0x14498a,_0x2fa0f3=this[_0x35a700(0x16f)],_0x4453e3=new _0x2f382a(this[_0x35a700(0x16f)]),_0x4bd24c=_0x35a700(0x17a);return _0x4453e3[_0x35a700(0x144)]({'label':_0x199401(_0x2fa0f3,_0x35a700(0x14d)),'icon':_0x3618a7,'class':_0x4bd24c,'tooltip':!0x0}),_0x4453e3[_0x35a700(0x165)](_0x35a700(0x16b))['to'](this,_0x35a700(0x181),_0xf2f340=>!!_0xf2f340),_0x4453e3[_0x35a700(0x165)](_0x35a700(0x143))['to'](this,_0x35a700(0x179),_0x17987b=>!_0x17987b),_0x4453e3['on'](_0x35a700(0x147),()=>{const _0x2887d9=_0x35a700;this[_0x2887d9(0x149)](this[_0x2887d9(0x171)][_0x2887d9(0x183)]),_0x4453e3[_0x2887d9(0x162)]=_0x3ab2ed,_0x4453e3[_0x2887d9(0x156)]=_0x4bd24c+_0x2887d9(0x151),this[_0x2887d9(0x14f)](),setTimeout(()=>{const _0x4677b7=_0x2887d9;_0x4453e3[_0x4677b7(0x162)]=_0x3618a7,_0x4453e3[_0x4677b7(0x156)]=_0x4bd24c;},0x3e8);}),_0x4453e3;}[_0x14498a(0x149)](_0x12415d){const _0x36226d=_0x14498a,{window:_0xfeb116,document:_0x56ff9f}=_0x550598;if(_0xfeb116[_0x36226d(0x161)]){const {Blob:_0x90fd76,ClipboardItem:_0x5b27e8}=_0xfeb116,_0x4dd83f=[new _0x5b27e8({'text/html':new _0x90fd76([_0x12415d[_0x36226d(0x168)]],{'type':_0x36226d(0x13a)}),'text/plain':new _0x90fd76([_0x12415d[_0x36226d(0x158)]||''],{'type':_0x36226d(0x17b)})})];navigator[_0x36226d(0x14b)][_0x36226d(0x157)](_0x4dd83f);}else{const _0x179695=_0x56ff9f[_0x36226d(0x16a)](_0x36226d(0x16d));_0x179695[_0x36226d(0x17f)][_0x36226d(0x136)]=_0x36226d(0x184),_0x179695[_0x36226d(0x17f)][_0x36226d(0x17d)]=_0x36226d(0x166),_0x179695[_0x36226d(0x168)]=_0x36226d(0x153)+_0x12415d[_0x36226d(0x168)]+_0x36226d(0x13e),_0x56ff9f[_0x36226d(0x137)][_0x36226d(0x138)](_0x179695);const _0x46bbcc=_0x56ff9f[_0x36226d(0x133)]();_0x46bbcc[_0x36226d(0x167)](_0x179695[_0x36226d(0x15f)]),_0x46bbcc[_0x36226d(0x164)](_0x179695[_0x36226d(0x142)]);const _0x378390=_0xfeb116[_0x36226d(0x177)]();_0x378390[_0x36226d(0x14e)](),_0x378390[_0x36226d(0x13b)](_0x46bbcc),_0x56ff9f[_0x36226d(0x155)](_0x36226d(0x13f)),_0x179695[_0x36226d(0x15b)]();}}}function _0x5aa9(){const _0x1681e0=['8WtasHi','ck-ai-form__content-field','ck-ai-form__copy-button-wrapper','firstElementChild','copyButtonView','ClipboardItem','icon','setTemplate','setEndBefore','bind','-9999px','setStartAfter','innerHTML','AI\x20is\x20writing...','createElement','isVisible','scrollTo','div','ck-ai-form__content-area-wrapper','locale','_createCopyButton','contentFieldView','ck-ai-form__content-area--processing','802788hdbOrh','8133350XUVawO','render','ck-hidden','getSelection','smooth','isProcessing','ck-ai-form__copy-button','text/plain','729411iLqtNZ','left','18ODFciM','style','1465373cuFCbR','value','10525887elEvjq','element','absolute','ck-reset_all-excluded','18684aITIWE','querySelector','createRange','appendLoader','mousedown','position','body','appendChild','listenTo','text/html','addRange','wheel','ck-content','<span>]</span>','copy','_createLoader','scrollHeight','lastElementChild','isEnabled','set','bindTemplate','change:isProcessing','execute','change:value','_copyHTMLToClipboard','ck-ai-form__loader','clipboard','setContent','Copy','removeAllRanges','focus','ck-ai-form__content-area','\x20ck-ai-form__copy-button--copied','loaderView','<span>[</span>','.ck-ai-form__loader','execCommand','class','write','textContent','305oTtfDX','7842248ejAmRp','remove'];_0x5aa9=function(){return _0x1681e0;};return _0x5aa9();}export class ContentFieldView extends _0xabb44e{constructor(_0x226cd7,_0xc05317=''){const _0x2037f6=_0x14498a;super(_0x226cd7),this[_0x2037f6(0x152)]=this[_0x2037f6(0x140)](),this[_0x2037f6(0x163)]({'tag':_0x2037f6(0x16d),'attributes':{'class':['ck',_0x2037f6(0x13d),_0xc05317,_0x2037f6(0x130),_0x2037f6(0x15d)]}});}[_0x14498a(0x14c)](_0xd256d0){const _0x48990d=_0x14498a;this[_0x48990d(0x183)][_0x48990d(0x168)]=_0xd256d0;}[_0x14498a(0x134)](){const _0x1aa522=_0x14498a;this[_0x1aa522(0x183)][_0x1aa522(0x138)](this[_0x1aa522(0x152)][_0x1aa522(0x183)]);}[_0x14498a(0x140)](){const _0x5269c0=_0x14498a,_0x2bc4f7=new _0xabb44e(),_0x50152a=this[_0x5269c0(0x16f)],_0x1d7b3b=new _0x152989();return _0x1d7b3b[_0x5269c0(0x16b)]=!0x0,_0x2bc4f7[_0x5269c0(0x163)]({'tag':_0x5269c0(0x16d),'attributes':{'class':['ck',_0x5269c0(0x14a)]},'children':[_0x1d7b3b,{'text':_0x199401(_0x50152a,_0x5269c0(0x169))}]}),_0x2bc4f7[_0x5269c0(0x175)](),_0x2bc4f7;}}
23
+ const _0x557370=_0x1999;(function(_0x1543c3,_0x82a18c){const _0x4e6b20=_0x1999,_0x49e887=_0x1543c3();while(!![]){try{const _0xef1f61=parseInt(_0x4e6b20(0x9a))/0x1*(parseInt(_0x4e6b20(0xa5))/0x2)+parseInt(_0x4e6b20(0xd4))/0x3*(parseInt(_0x4e6b20(0xa2))/0x4)+-parseInt(_0x4e6b20(0xc4))/0x5*(-parseInt(_0x4e6b20(0xa3))/0x6)+-parseInt(_0x4e6b20(0xa7))/0x7*(parseInt(_0x4e6b20(0xc3))/0x8)+parseInt(_0x4e6b20(0xbb))/0x9*(parseInt(_0x4e6b20(0xdd))/0xa)+-parseInt(_0x4e6b20(0xd6))/0xb*(parseInt(_0x4e6b20(0xc7))/0xc)+-parseInt(_0x4e6b20(0xcf))/0xd;if(_0xef1f61===_0x82a18c)break;else _0x49e887['push'](_0x49e887['shift']());}catch(_0x6bc343){_0x49e887['push'](_0x49e887['shift']());}}}(_0x2c57,0x74001));import{global as _0x5ad8af}from'ckeditor5/src/utils.js';import{View as _0x45fd26,ButtonView as _0x50aa2b,SpinnerView as _0x4fc2c7}from'ckeditor5/src/ui.js';import{IconCheck as _0x5f131d,IconCopy as _0x4a0404}from'ckeditor5/src/icons.js';import{getTranslation as _0x27b01a}from'../../utils/common-translations.js';function _0x2c57(){const _0x1505cd=['isVisible','AI\x20is\x20writing...','ck-ai-form__content-area-wrapper','innerHTML','change:value','mousedown','ck-content','6296tlIPFz','6qkazkA','_copyHTMLToClipboard','28178OutFga','setContent','2709oUHFSN','absolute','textContent','appendLoader','clipboard','position','querySelector','contentFieldView','lastElementChild','removeAllRanges','listenTo','setEndBefore','execute','style','<span>[</span>','div','bind','ck-ai-form__copy-button-wrapper','value','Copy','3878217teOBod','focus','setTemplate','change:isProcessing','text/plain','firstElementChild','scrollTo','bindTemplate','15856IbpdCM','865510KwUCDv','_createLoader','isProcessing','3714204wDFRFj','isEnabled','createElement','ck-ai-form__copy-button','left','ck-ai-form__loader','execCommand','addRange','6776471GwvnBG','class','ck-ai-form__content-area','_createCopyButton','ck-ai-form__content-field','1146hugERc','set','11NrOdnI','remove','copyButtonView','write','locale','appendChild','ck-reset_all-excluded','20AOIbmo','body','\x20ck-ai-form__copy-button--copied','-9999px','icon','render','ClipboardItem','text/html','createRange','<span>]</span>','.ck-ai-form__loader','setStartAfter','ck-hidden','element','copy','getSelection','ck-ai-form__content-area--processing','loaderView','scrollHeight','smooth','wheel','31thTVfX'];_0x2c57=function(){return _0x1505cd;};return _0x2c57();}export class AIFormContentArea extends _0x45fd26{[_0x557370(0xae)];[_0x557370(0xd8)];constructor(_0x412552,_0x308cd3=''){const _0x43b6e3=_0x557370;super(_0x412552),this[_0x43b6e3(0xd5)]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x598bec=this[_0x43b6e3(0xc2)];this[_0x43b6e3(0xae)]=new ContentFieldView(_0x412552,_0x308cd3),this[_0x43b6e3(0xd8)]=this[_0x43b6e3(0xd2)](),this[_0x43b6e3(0xbd)]({'tag':_0x43b6e3(0xb6),'attributes':{'class':['ck',_0x43b6e3(0x9d),_0x598bec['if'](_0x43b6e3(0x9b),_0x43b6e3(0xe9),_0x5afb22=>!_0x5afb22)],'tabindex':'-1'},'children':[{'tag':_0x43b6e3(0xb6),'attributes':{'class':['ck',_0x43b6e3(0xd1),_0x598bec['if'](_0x43b6e3(0xc6),_0x43b6e3(0x95))]},'children':[this[_0x43b6e3(0xae)],{'tag':_0x43b6e3(0xb6),'attributes':{'class':['ck',_0x43b6e3(0xb8)]},'children':[this[_0x43b6e3(0xd8)]]}]}]});}[_0x557370(0xe2)](){const _0x42db0b=_0x557370;super[_0x42db0b(0xe2)](),this[_0x42db0b(0xb9)]&&this[_0x42db0b(0xae)][_0x42db0b(0xa6)](this[_0x42db0b(0xb9)]);let _0x47d512=!0x1;this['on'](_0x42db0b(0x9f),(_0x538bf5,_0x1f05da,_0x1904f1)=>{const _0x11c02f=_0x42db0b,_0x3c7020=!this[_0x11c02f(0xae)][_0x11c02f(0xea)][_0x11c02f(0xad)](_0x11c02f(0xe7));this[_0x11c02f(0xae)][_0x11c02f(0xa6)](_0x1904f1),this[_0x11c02f(0xc6)]&&_0x3c7020&&!_0x47d512&&this[_0x11c02f(0xea)][_0x11c02f(0xc1)]({'top':this[_0x11c02f(0xea)][_0x11c02f(0x97)],'behavior':_0x11c02f(0x98)});}),this['on'](_0x42db0b(0xbe),(_0x6b2900,_0x302b55,_0x57591d)=>{const _0x60f2e2=_0x42db0b;_0x47d512=!0x1,_0x57591d?(this[_0x60f2e2(0xb9)]=null,this[_0x60f2e2(0xae)][_0x60f2e2(0xaa)]()):this[_0x60f2e2(0xb9)]||this[_0x60f2e2(0xae)][_0x60f2e2(0xa6)]('');}),this[_0x42db0b(0xb1)](this[_0x42db0b(0xea)],_0x42db0b(0x99),()=>{_0x47d512=!0x0;}),this[_0x42db0b(0xb1)](this[_0x42db0b(0xea)],_0x42db0b(0xa0),()=>{_0x47d512=!0x0;});}[_0x557370(0xbc)](){const _0x5ef9bb=_0x557370;this[_0x5ef9bb(0xea)][_0x5ef9bb(0xbc)]();}[_0x557370(0xd2)](){const _0x43682c=_0x557370,_0x3e83fc=this[_0x43682c(0xda)],_0x4b4391=new _0x50aa2b(this[_0x43682c(0xda)]),_0x17aa73=_0x43682c(0xca);return _0x4b4391[_0x43682c(0xd5)]({'label':_0x27b01a(_0x3e83fc,_0x43682c(0xba)),'icon':_0x4a0404,'class':_0x17aa73,'tooltip':!0x0}),_0x4b4391[_0x43682c(0xb7)](_0x43682c(0x9b))['to'](this,_0x43682c(0xb9),_0x383b44=>!!_0x383b44),_0x4b4391[_0x43682c(0xb7)](_0x43682c(0xc8))['to'](this,_0x43682c(0xc6),_0xaf158c=>!_0xaf158c),_0x4b4391['on'](_0x43682c(0xb3),()=>{const _0x4ae05d=_0x43682c;this[_0x4ae05d(0xa4)](this[_0x4ae05d(0xae)][_0x4ae05d(0xea)]),_0x4b4391[_0x4ae05d(0xe1)]=_0x5f131d,_0x4b4391[_0x4ae05d(0xd0)]=_0x17aa73+_0x4ae05d(0xdf),this[_0x4ae05d(0xbc)](),setTimeout(()=>{const _0x356d03=_0x4ae05d;_0x4b4391[_0x356d03(0xe1)]=_0x4a0404,_0x4b4391[_0x356d03(0xd0)]=_0x17aa73;},0x3e8);}),_0x4b4391;}[_0x557370(0xa4)](_0x2afe8e){const _0x1a933b=_0x557370,{window:_0x46c591,document:_0x4e9975}=_0x5ad8af;if(_0x46c591[_0x1a933b(0xe3)]){const {Blob:_0xc01a1d,ClipboardItem:_0x2eef0d}=_0x46c591,_0x1e6c66=[new _0x2eef0d({'text/html':new _0xc01a1d([_0x2afe8e[_0x1a933b(0x9e)]],{'type':_0x1a933b(0xe4)}),'text/plain':new _0xc01a1d([_0x2afe8e[_0x1a933b(0xa9)]||''],{'type':_0x1a933b(0xbf)})})];navigator[_0x1a933b(0xab)][_0x1a933b(0xd9)](_0x1e6c66);}else{const _0x3c7141=_0x4e9975[_0x1a933b(0xc9)](_0x1a933b(0xb6));_0x3c7141[_0x1a933b(0xb4)][_0x1a933b(0xac)]=_0x1a933b(0xa8),_0x3c7141[_0x1a933b(0xb4)][_0x1a933b(0xcb)]=_0x1a933b(0xe0),_0x3c7141[_0x1a933b(0x9e)]=_0x1a933b(0xb5)+_0x2afe8e[_0x1a933b(0x9e)]+_0x1a933b(0xe6),_0x4e9975[_0x1a933b(0xde)][_0x1a933b(0xdb)](_0x3c7141);const _0x4aa5e8=_0x4e9975[_0x1a933b(0xe5)]();_0x4aa5e8[_0x1a933b(0xe8)](_0x3c7141[_0x1a933b(0xc0)]),_0x4aa5e8[_0x1a933b(0xb2)](_0x3c7141[_0x1a933b(0xaf)]);const _0x39123e=_0x46c591[_0x1a933b(0x94)]();_0x39123e[_0x1a933b(0xb0)](),_0x39123e[_0x1a933b(0xce)](_0x4aa5e8),_0x4e9975[_0x1a933b(0xcd)](_0x1a933b(0x93)),_0x3c7141[_0x1a933b(0xd7)]();}}}function _0x1999(_0x16b3cd,_0x47a2a6){const _0x2c57c1=_0x2c57();return _0x1999=function(_0x1999f2,_0x86b321){_0x1999f2=_0x1999f2-0x93;let _0x3c0e4f=_0x2c57c1[_0x1999f2];return _0x3c0e4f;},_0x1999(_0x16b3cd,_0x47a2a6);}export class ContentFieldView extends _0x45fd26{constructor(_0x1fd219,_0x24ac40=''){const _0x3d5c71=_0x557370;super(_0x1fd219),this[_0x3d5c71(0x96)]=this[_0x3d5c71(0xc5)](),this[_0x3d5c71(0xbd)]({'tag':_0x3d5c71(0xb6),'attributes':{'class':['ck',_0x3d5c71(0xa1),_0x24ac40,_0x3d5c71(0xdc),_0x3d5c71(0xd3)]}});}[_0x557370(0xa6)](_0x48be69){const _0x260a35=_0x557370;this[_0x260a35(0xea)][_0x260a35(0x9e)]=_0x48be69;}[_0x557370(0xaa)](){const _0x2c2190=_0x557370;this[_0x2c2190(0xea)][_0x2c2190(0xdb)](this[_0x2c2190(0x96)][_0x2c2190(0xea)]);}[_0x557370(0xc5)](){const _0x4eb7b9=_0x557370,_0x1209a1=new _0x45fd26(),_0x50d834=this[_0x4eb7b9(0xda)],_0x520ba0=new _0x4fc2c7();return _0x520ba0[_0x4eb7b9(0x9b)]=!0x0,_0x1209a1[_0x4eb7b9(0xbd)]({'tag':_0x4eb7b9(0xb6),'attributes':{'class':['ck',_0x4eb7b9(0xcc)]},'children':[_0x520ba0,{'text':_0x27b01a(_0x50d834,_0x4eb7b9(0x9c))}]}),_0x1209a1[_0x4eb7b9(0xe2)](),_0x1209a1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x2ecf08,_0x50c10e){const _0x42ee26=_0x3bee,_0x5756ce=_0x2ecf08();while(!![]){try{const _0x56cb51=parseInt(_0x42ee26(0x1f8))/0x1+parseInt(_0x42ee26(0x1f2))/0x2+parseInt(_0x42ee26(0x1f9))/0x3+parseInt(_0x42ee26(0x1f6))/0x4*(parseInt(_0x42ee26(0x1ea))/0x5)+-parseInt(_0x42ee26(0x1f3))/0x6*(-parseInt(_0x42ee26(0x1ee))/0x7)+parseInt(_0x42ee26(0x1ef))/0x8+-parseInt(_0x42ee26(0x1ed))/0x9*(parseInt(_0x42ee26(0x1eb))/0xa);if(_0x56cb51===_0x50c10e)break;else _0x5756ce['push'](_0x5756ce['shift']());}catch(_0x247787){_0x5756ce['push'](_0x5756ce['shift']());}}}(_0x42cb,0xbc68f));function _0x3bee(_0x438286,_0x42acc8){const _0x42cbb2=_0x42cb();return _0x3bee=function(_0x3bee00,_0x30b2e5){_0x3bee00=_0x3bee00-0x1e9;let _0x10e972=_0x42cbb2[_0x3bee00];return _0x10e972;},_0x3bee(_0x438286,_0x42acc8);}import{IconError as _0x27c6c2}from'ckeditor5/src/icons.js';import{View as _0x39d73c,IconView as _0x2e3bd4}from'ckeditor5/src/ui.js';function _0x42cb(){const _0x5a50f5=['bindTemplate','1895HSjzjz','5342170TfxgRE','div','90fHvkzh','49LSDHda','6103200LITPHu','setTemplate','ck-ai-form__error','1589446lurjyI','779310vUBIEe','content','set','8408ZYJtoZ','text','1479280ZCTFcx','4113423geoSCp'];_0x42cb=function(){return _0x5a50f5;};return _0x42cb();}export class AIFormErrorView extends _0x39d73c{constructor(_0x3360a6,_0x2ad3ca=''){const _0xb32f86=_0x3bee;super(_0x3360a6);const _0x32cb7f=new _0x2e3bd4(),_0x3963b3=this[_0xb32f86(0x1e9)];this[_0xb32f86(0x1f5)](_0xb32f86(0x1f7),_0x2ad3ca),_0x32cb7f[_0xb32f86(0x1f4)]=_0x27c6c2,this[_0xb32f86(0x1f0)]({'tag':_0xb32f86(0x1ec),'attributes':{'class':['ck',_0xb32f86(0x1f1)]},'children':[_0x32cb7f,{'text':_0x3963b3['to'](_0xb32f86(0x1f7))}]});}}
23
+ (function(_0x5e8bc0,_0x142875){const _0x45a302=_0x38a0,_0xe1bab3=_0x5e8bc0();while(!![]){try{const _0x34ea81=parseInt(_0x45a302(0x19e))/0x1+-parseInt(_0x45a302(0x1a3))/0x2+-parseInt(_0x45a302(0x1a8))/0x3+-parseInt(_0x45a302(0x19f))/0x4+-parseInt(_0x45a302(0x1a2))/0x5+parseInt(_0x45a302(0x19b))/0x6*(parseInt(_0x45a302(0x1a4))/0x7)+parseInt(_0x45a302(0x1a6))/0x8;if(_0x34ea81===_0x142875)break;else _0xe1bab3['push'](_0xe1bab3['shift']());}catch(_0x179d92){_0xe1bab3['push'](_0xe1bab3['shift']());}}}(_0x89db,0x9846f));function _0x89db(){const _0x140069=['2351925cVXFLq','2252356BRgRno','942256gmXUdX','content','16520048wLXTmZ','ck-ai-form__error','2780865xKHBWy','setTemplate','36ZiiQXL','set','bindTemplate','981979cMrPGb','2829552kuXVyz','div','text'];_0x89db=function(){return _0x140069;};return _0x89db();}import{IconError as _0x349c8}from'ckeditor5/src/icons.js';import{View as _0x1937b6,IconView as _0x5d43fd}from'ckeditor5/src/ui.js';function _0x38a0(_0x2c4913,_0x1710c0){const _0x89db13=_0x89db();return _0x38a0=function(_0x38a02f,_0x32abac){_0x38a02f=_0x38a02f-0x19a;let _0xc5f8d8=_0x89db13[_0x38a02f];return _0xc5f8d8;},_0x38a0(_0x2c4913,_0x1710c0);}export class AIFormErrorView extends _0x1937b6{constructor(_0x2cf24f,_0x4f8c12=''){const _0x5e8bc8=_0x38a0;super(_0x2cf24f);const _0x155732=new _0x5d43fd(),_0x4e5b5c=this[_0x5e8bc8(0x19d)];this[_0x5e8bc8(0x19c)](_0x5e8bc8(0x1a1),_0x4f8c12),_0x155732[_0x5e8bc8(0x1a5)]=_0x349c8,this[_0x5e8bc8(0x19a)]({'tag':_0x5e8bc8(0x1a0),'attributes':{'class':['ck',_0x5e8bc8(0x1a7)]},'children':[_0x155732,{'text':_0x4e5b5c['to'](_0x5e8bc8(0x1a1))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x295877=_0x1242;(function(_0x23c957,_0x166cb5){const _0xfd93c5=_0x1242,_0x3b47e8=_0x23c957();while(!![]){try{const _0x96e205=-parseInt(_0xfd93c5(0x1a2))/0x1+parseInt(_0xfd93c5(0x1ab))/0x2*(parseInt(_0xfd93c5(0x1aa))/0x3)+-parseInt(_0xfd93c5(0x1b1))/0x4+parseInt(_0xfd93c5(0x1c1))/0x5+-parseInt(_0xfd93c5(0x1cc))/0x6+parseInt(_0xfd93c5(0x1ce))/0x7+parseInt(_0xfd93c5(0x1ac))/0x8*(-parseInt(_0xfd93c5(0x1c3))/0x9);if(_0x96e205===_0x166cb5)break;else _0x3b47e8['push'](_0x3b47e8['shift']());}catch(_0x4314ae){_0x3b47e8['push'](_0x3b47e8['shift']());}}}(_0xc44e,0x22003));import{Rect as _0x4ed871,global as _0x44b8e0,isVisible as _0x31df8d}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x5bdae5,IconSubmit as _0xd388f8}from'ckeditor5/src/icons.js';function _0x1242(_0x39dd65,_0x3e286d){const _0xc44eec=_0xc44e();return _0x1242=function(_0x1242eb,_0x271e2b){_0x1242eb=_0x1242eb-0x19b;let _0xcd8fa=_0xc44eec[_0x1242eb];return _0xcd8fa;},_0x1242(_0x39dd65,_0x3e286d);}import{AutocompleteView as _0x1755b5,ButtonView as _0x13a25f}from'ckeditor5/src/ui.js';import{getTranslation as _0x31ef71}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x1755b5{[_0x295877(0x19f)];[_0x295877(0x1c4)];constructor(_0x115e7f,_0x51f5a0){const _0x193a19=_0x295877;super(_0x115e7f,_0x51f5a0),this[_0x193a19(0x1a4)][_0x193a19(0x1d2)][_0x193a19(0x1d0)]=0x1,this[_0x193a19(0x1a4)][_0x193a19(0x1d2)][_0x193a19(0x1c2)]=0x3,this[_0x193a19(0x19f)]=this[_0x193a19(0x1b9)](),this[_0x193a19(0x1c4)]=this[_0x193a19(0x1a8)](),this[_0x193a19(0x19b)][_0x193a19(0x1b8)](this[_0x193a19(0x1c4)],0x1),this[_0x193a19(0x19b)][_0x193a19(0x1b8)](this[_0x193a19(0x19f)]);}[_0x295877(0x1a3)](){const _0x42fc1a=_0x295877;super[_0x42fc1a(0x1a3)](),this[_0x42fc1a(0x1a4)][_0x42fc1a(0x1ca)][_0x42fc1a(0x1b8)](this[_0x42fc1a(0x1c4)]),this[_0x42fc1a(0x1c5)][_0x42fc1a(0x1b8)](this[_0x42fc1a(0x19f)]),this[_0x42fc1a(0x1b4)][_0x42fc1a(0x1c8)](_0x42fc1a(0x1bd),(_0x7d67e9,_0x3328fe)=>{const _0x2d1c3d=_0x42fc1a;_0x7d67e9[_0x2d1c3d(0x1c6)]==this[_0x2d1c3d(0x1a4)][_0x2d1c3d(0x1d2)][_0x2d1c3d(0x1cb)]&&(this[_0x2d1c3d(0x19d)](),_0x3328fe());});}[_0x295877(0x1b9)](){const _0x2cb062=_0x295877,_0x5b0c1e=new _0x13a25f(this[_0x2cb062(0x1a1)]),_0x4c68f8=this[_0x2cb062(0x1a1)];return _0x5b0c1e[_0x2cb062(0x1c8)]({'icon':_0xd388f8,'label':_0x31ef71(_0x4c68f8,_0x2cb062(0x1ad)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x2cb062(0x1bf)}),_0x5b0c1e['on'](_0x2cb062(0x1a6),()=>{const _0x5bb92d=_0x2cb062;this[_0x5bb92d(0x19d)]();}),_0x5b0c1e[_0x2cb062(0x1bb)](_0x2cb062(0x1b6))['to'](this[_0x2cb062(0x1a4)][_0x2cb062(0x1d2)],_0x2cb062(0x1b3),this,_0x2cb062(0x1b6),(_0x400c7e,_0x1835aa)=>!_0x400c7e&&_0x1835aa),_0x5b0c1e;}[_0x295877(0x1a8)](){const _0x3c4965=_0x295877,_0x2ff317=new _0x13a25f(this[_0x3c4965(0x1a1)]),_0x2135ed=this[_0x3c4965(0x1cf)],_0x482ad5=this[_0x3c4965(0x1a1)];_0x2ff317[_0x3c4965(0x1c8)]({'label':_0x31ef71(_0x482ad5,_0x3c4965(0x1b2)),'withText':!0x1,'icon':_0x5bdae5,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x3c4965(0x1a0)}),_0x2ff317[_0x3c4965(0x1bb)](_0x3c4965(0x1c9))['to'](_0x2135ed,_0x3c4965(0x1a7)),_0x2ff317[_0x3c4965(0x1bb)](_0x3c4965(0x1b6))['to'](this,_0x3c4965(0x1b6)),_0x2ff317['on'](_0x3c4965(0x1a6),()=>{const _0x2868d8=_0x3c4965;_0x2135ed[_0x2868d8(0x1a7)]=!_0x2135ed[_0x2868d8(0x1a7)],_0x2135ed[_0x2868d8(0x1a7)]?this[_0x2868d8(0x1a9)][_0x2868d8(0x1ba)]():this[_0x2868d8(0x1ba)]();});const _0x3ed47f=()=>{const _0x251e4c=_0x3c4965;_0x44b8e0[_0x251e4c(0x19e)][_0x251e4c(0x1a5)](()=>{const _0x50f10e=_0x251e4c;if(_0x31df8d(this[_0x50f10e(0x1cb)])){const _0x386483=new _0x4ed871(this[_0x50f10e(0x1a4)][_0x50f10e(0x1d2)][_0x50f10e(0x1cb)]),_0x3b69f4=_0x386483[_0x50f10e(0x1d1)],_0x1880d8=_0x50f10e(0x1b0)===_0x482ad5[_0x50f10e(0x1c0)]?_0x50f10e(0x1bc):_0x50f10e(0x1c7);_0x386483[_0x50f10e(0x1ae)](),_0x2ff317[_0x50f10e(0x1cb)][_0x50f10e(0x1af)][_0x1880d8]=_0x3b69f4-_0x386483[_0x50f10e(0x1d1)]+0x1+'px';}});};return this[_0x3c4965(0x1a4)][_0x3c4965(0x1d2)]['on'](_0x3c4965(0x1b7),_0x3ed47f),this['on'](_0x3c4965(0x1a3),_0x3ed47f),_0x2ff317;}[_0x295877(0x19d)](){const _0x27ef3e=_0x295877,_0x295496=this[_0x27ef3e(0x1a4)][_0x27ef3e(0x1d2)][_0x27ef3e(0x1cb)][_0x27ef3e(0x1be)];this[_0x27ef3e(0x1cd)](_0x27ef3e(0x19d),_0x295496);}[_0x295877(0x1ba)](_0x10c10d){const _0x56648c=_0x295877;-0x1===_0x10c10d?this[_0x56648c(0x1b5)][_0x56648c(0x1d3)]():this[_0x56648c(0x1b5)][_0x56648c(0x19c)]();}}function _0xc44e(){const _0x4b2e41=['right','set','isOn','fieldWrapperChildren','element','853242sWtCUj','fire','1478183jbPlXc','resultsView','minRows','width','fieldView','focusLast','focusableChildren','focusFirst','submit','window','submitButtonView','ck-ai-form__toggle-history','locale','13896EtnEHd','render','queryView','requestAnimationFrame','execute','isVisible','_createShowHistoryButton','filteredView','46257OdHpYP','32LPbFaI','304dHByEb','Submit','excludeScrollbarsAndBorders','style','rtl','841584WJvOzh','History','isEmpty','keystrokes','focusCycler','isEnabled','update','add','_createSubmitButton','focus','bind','left','enter','value','ck-ai-form__submit','uiLanguageDirection','339975PfYyea','maxRows','4761xSdPko','showHistoryButtonView','children','target'];_0xc44e=function(){return _0x4b2e41;};return _0xc44e();}
23
+ const _0x4643f3=_0x5a36;function _0x3599(){const _0x2d15fb=['3409hDPIKZ','target','focus','excludeScrollbarsAndBorders','6743750MGbyrR','isVisible','ck-ai-form__toggle-history','8590116ldOPsd','execute','right','4784FIsynS','enter','10472Gildnv','window','filteredView','isOn','History','412Mvvhbt','set','isEnabled','81KsvCQa','8042kHKvYN','render','submit','minRows','element','_createShowHistoryButton','12VkNGKE','isEmpty','_createSubmitButton','372fVMykP','34350789ZdvxIx','fire','locale','ck-ai-form__submit','focusLast','children','showHistoryButtonView','width','resultsView','requestAnimationFrame','value','update','left','Submit','1481530CBbWCM','queryView','add','keystrokes','fieldView','bind','focusCycler','submitButtonView','fieldWrapperChildren','style','rtl','uiLanguageDirection','maxRows','focusableChildren','focusFirst'];_0x3599=function(){return _0x2d15fb;};return _0x3599();}function _0x5a36(_0x50785b,_0x31edd0){const _0x3599df=_0x3599();return _0x5a36=function(_0x5a3688,_0x11fa32){_0x5a3688=_0x5a3688-0x1ae;let _0x30fa00=_0x3599df[_0x5a3688];return _0x30fa00;},_0x5a36(_0x50785b,_0x31edd0);}(function(_0x13dd57,_0x3acb8d){const _0x38b490=_0x5a36,_0x457b07=_0x13dd57();while(!![]){try{const _0x4140b1=parseInt(_0x38b490(0x1da))/0x1*(-parseInt(_0x38b490(0x1de))/0x2)+-parseInt(_0x38b490(0x1e7))/0x3*(-parseInt(_0x38b490(0x1d3))/0x4)+parseInt(_0x38b490(0x1cd))/0x5+-parseInt(_0x38b490(0x1d0))/0x6+parseInt(_0x38b490(0x1c9))/0x7*(parseInt(_0x38b490(0x1d5))/0x8)+-parseInt(_0x38b490(0x1dd))/0x9*(parseInt(_0x38b490(0x1ba))/0xa)+parseInt(_0x38b490(0x1e8))/0xb*(parseInt(_0x38b490(0x1e4))/0xc);if(_0x4140b1===_0x3acb8d)break;else _0x457b07['push'](_0x457b07['shift']());}catch(_0x5592af){_0x457b07['push'](_0x457b07['shift']());}}}(_0x3599,0xcc025));import{Rect as _0x3f663c,global as _0x288755,isVisible as _0x65426d}from'ckeditor5/src/utils.js';import{IconAIHistory as _0x594ae5,IconSubmit as _0x509c12}from'ckeditor5/src/icons.js';import{AutocompleteView as _0x5a3bec,ButtonView as _0x4cc212}from'ckeditor5/src/ui.js';import{getTranslation as _0x441f34}from'../../utils/common-translations.js';export class AIFormPromptView extends _0x5a3bec{[_0x4643f3(0x1c1)];[_0x4643f3(0x1b2)];constructor(_0x4b647b,_0x3fc556){const _0x251efd=_0x4643f3;super(_0x4b647b,_0x3fc556),this[_0x251efd(0x1bb)][_0x251efd(0x1be)][_0x251efd(0x1e1)]=0x1,this[_0x251efd(0x1bb)][_0x251efd(0x1be)][_0x251efd(0x1c6)]=0x3,this[_0x251efd(0x1c1)]=this[_0x251efd(0x1e6)](),this[_0x251efd(0x1b2)]=this[_0x251efd(0x1e3)](),this[_0x251efd(0x1c7)][_0x251efd(0x1bc)](this[_0x251efd(0x1b2)],0x1),this[_0x251efd(0x1c7)][_0x251efd(0x1bc)](this[_0x251efd(0x1c1)]);}[_0x4643f3(0x1df)](){const _0x317ca3=_0x4643f3;super[_0x317ca3(0x1df)](),this[_0x317ca3(0x1bb)][_0x317ca3(0x1c2)][_0x317ca3(0x1bc)](this[_0x317ca3(0x1b2)]),this[_0x317ca3(0x1b1)][_0x317ca3(0x1bc)](this[_0x317ca3(0x1c1)]),this[_0x317ca3(0x1bd)][_0x317ca3(0x1db)](_0x317ca3(0x1d4),(_0x20ef8b,_0x1de48e)=>{const _0x360006=_0x317ca3;_0x20ef8b[_0x360006(0x1ca)]==this[_0x360006(0x1bb)][_0x360006(0x1be)][_0x360006(0x1e2)]&&(this[_0x360006(0x1e0)](),_0x1de48e());});}[_0x4643f3(0x1e6)](){const _0x293da7=_0x4643f3,_0xdf5288=new _0x4cc212(this[_0x293da7(0x1ae)]),_0x414cac=this[_0x293da7(0x1ae)];return _0xdf5288[_0x293da7(0x1db)]({'icon':_0x509c12,'label':_0x441f34(_0x414cac,_0x293da7(0x1b9)),'isVisible':!0x0,'tooltip':!0x0,'class':_0x293da7(0x1af)}),_0xdf5288['on'](_0x293da7(0x1d1),()=>{const _0x4cba03=_0x293da7;this[_0x4cba03(0x1e0)]();}),_0xdf5288[_0x293da7(0x1bf)](_0x293da7(0x1dc))['to'](this[_0x293da7(0x1bb)][_0x293da7(0x1be)],_0x293da7(0x1e5),this,_0x293da7(0x1dc),(_0x5084a6,_0x5576a4)=>!_0x5084a6&&_0x5576a4),_0xdf5288;}[_0x4643f3(0x1e3)](){const _0x39dc54=_0x4643f3,_0x3aacf4=new _0x4cc212(this[_0x39dc54(0x1ae)]),_0x49f72b=this[_0x39dc54(0x1b4)],_0x3b22d9=this[_0x39dc54(0x1ae)];_0x3aacf4[_0x39dc54(0x1db)]({'label':_0x441f34(_0x3b22d9,_0x39dc54(0x1d9)),'withText':!0x1,'icon':_0x594ae5,'tooltip':!0x0,'tooltipPosition':'sw','class':_0x39dc54(0x1cf)}),_0x3aacf4[_0x39dc54(0x1bf)](_0x39dc54(0x1d8))['to'](_0x49f72b,_0x39dc54(0x1ce)),_0x3aacf4[_0x39dc54(0x1bf)](_0x39dc54(0x1dc))['to'](this,_0x39dc54(0x1dc)),_0x3aacf4['on'](_0x39dc54(0x1d1),()=>{const _0x7c4b36=_0x39dc54;_0x49f72b[_0x7c4b36(0x1ce)]=!_0x49f72b[_0x7c4b36(0x1ce)],_0x49f72b[_0x7c4b36(0x1ce)]?this[_0x7c4b36(0x1d7)][_0x7c4b36(0x1cb)]():this[_0x7c4b36(0x1cb)]();});const _0x549af7=()=>{const _0x292e39=_0x39dc54;_0x288755[_0x292e39(0x1d6)][_0x292e39(0x1b5)](()=>{const _0x3cd778=_0x292e39;if(_0x65426d(this[_0x3cd778(0x1e2)])){const _0xdbe8e8=new _0x3f663c(this[_0x3cd778(0x1bb)][_0x3cd778(0x1be)][_0x3cd778(0x1e2)]),_0x53a8f5=_0xdbe8e8[_0x3cd778(0x1b3)],_0x1d5abe=_0x3cd778(0x1c4)===_0x3b22d9[_0x3cd778(0x1c5)]?_0x3cd778(0x1b8):_0x3cd778(0x1d2);_0xdbe8e8[_0x3cd778(0x1cc)](),_0x3aacf4[_0x3cd778(0x1e2)][_0x3cd778(0x1c3)][_0x1d5abe]=_0x53a8f5-_0xdbe8e8[_0x3cd778(0x1b3)]+0x1+'px';}});};return this[_0x39dc54(0x1bb)][_0x39dc54(0x1be)]['on'](_0x39dc54(0x1b7),_0x549af7),this['on'](_0x39dc54(0x1df),_0x549af7),_0x3aacf4;}[_0x4643f3(0x1e0)](){const _0xa861e9=_0x4643f3,_0x2bf0a6=this[_0xa861e9(0x1bb)][_0xa861e9(0x1be)][_0xa861e9(0x1e2)][_0xa861e9(0x1b6)];this[_0xa861e9(0x1e9)](_0xa861e9(0x1e0),_0x2bf0a6);}[_0x4643f3(0x1cb)](_0x18176b){const _0x165911=_0x4643f3;-0x1===_0x18176b?this[_0x165911(0x1c0)][_0x165911(0x1b0)]():this[_0x165911(0x1c0)][_0x165911(0x1c8)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2bc6(_0x88ae73,_0x494618){const _0x2b66f9=_0x2b66();return _0x2bc6=function(_0x2bc6b8,_0x4554a0){_0x2bc6b8=_0x2bc6b8-0x161;let _0xc741f6=_0x2b66f9[_0x2bc6b8];return _0xc741f6;},_0x2bc6(_0x88ae73,_0x494618);}const _0x432667=_0x2bc6;(function(_0xd9ab3f,_0x8d7f97){const _0x244c27=_0x2bc6,_0x5abd2b=_0xd9ab3f();while(!![]){try{const _0x15f640=parseInt(_0x244c27(0x16d))/0x1+parseInt(_0x244c27(0x16c))/0x2+-parseInt(_0x244c27(0x171))/0x3*(-parseInt(_0x244c27(0x178))/0x4)+parseInt(_0x244c27(0x169))/0x5*(parseInt(_0x244c27(0x17d))/0x6)+-parseInt(_0x244c27(0x182))/0x7+-parseInt(_0x244c27(0x165))/0x8*(parseInt(_0x244c27(0x16b))/0x9)+-parseInt(_0x244c27(0x185))/0xa;if(_0x15f640===_0x8d7f97)break;else _0x5abd2b['push'](_0x5abd2b['shift']());}catch(_0x45c62a){_0x5abd2b['push'](_0x5abd2b['shift']());}}}(_0x2b66,0x715eb));import{ToolbarView as _0x5b531c,ButtonView as _0x5c0278}from'ckeditor5/src/ui.js';import{getTranslation as _0x58419b}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x432667(0x175),'INSERT':_0x432667(0x170)};function _0x2b66(){const _0x30f20b=['1658492IdKnCF','152301XAXKgP','tryAgainButton','ck-ai-form__toolbar','insert','61086vdRUCO','Stop','AI_','isVisible','replace','mainAction','label','40NOgpbq','bind','stopButton','toUpperCase','extendTemplate','6EIDbne','set','bindTemplate','Insert\x20below','items','3248469iOYeVx','_createButton','_CONTENT','5054100MowUwZ','REPLACE','insertButton','addMany','ck-hidden','15328KGaFbV','ck-button-action','Try\x20again','replaceButton','4222745xravOx','locale','2799HbWTyG'];_0x2b66=function(){return _0x30f20b;};return _0x2b66();}export class AIFormToolbarView extends _0x5b531c{constructor(_0x5bd90e){const _0x560a96=_0x432667;super(_0x5bd90e),this[_0x560a96(0x17e)](_0x560a96(0x174),!0x1),this[_0x560a96(0x17e)](_0x560a96(0x176),AIFormToolbarViewMainActionLabel[_0x560a96(0x161)]),this[_0x560a96(0x168)]=this[_0x560a96(0x183)]('',_0x560a96(0x166)),this[_0x560a96(0x168)][_0x560a96(0x179)](_0x560a96(0x177))['to'](this,_0x560a96(0x176),_0x4fc380=>_0x58419b(_0x5bd90e,_0x560a96(0x173)+_0x4fc380[_0x560a96(0x17b)]()+_0x560a96(0x184))),this[_0x560a96(0x162)]=this[_0x560a96(0x183)](_0x58419b(_0x5bd90e,_0x560a96(0x180))),this[_0x560a96(0x16e)]=this[_0x560a96(0x183)](_0x58419b(_0x5bd90e,_0x560a96(0x167))),this[_0x560a96(0x17a)]=this[_0x560a96(0x183)](_0x58419b(_0x5bd90e,_0x560a96(0x172)));const _0x1291c5=this[_0x560a96(0x17f)];this[_0x560a96(0x17c)]({'attributes':{'class':[_0x560a96(0x16f),_0x1291c5['if'](_0x560a96(0x174),_0x560a96(0x164),_0x340be6=>!_0x340be6)]}}),this[_0x560a96(0x181)][_0x560a96(0x163)]([this[_0x560a96(0x168)],this[_0x560a96(0x162)],this[_0x560a96(0x16e)],this[_0x560a96(0x17a)]]);}[_0x432667(0x183)](_0x298081,_0x2a3773){const _0x23f584=_0x432667,_0x4d5f50=new _0x5c0278(this[_0x23f584(0x16a)]);return _0x4d5f50[_0x23f584(0x17e)]({'label':_0x298081,'class':_0x2a3773||'','isVisible':!0x0,'withText':!0x0}),_0x4d5f50;}}
23
+ const _0x103923=_0x1843;(function(_0x44ab81,_0x1f30b7){const _0x60862b=_0x1843,_0x5d6045=_0x44ab81();while(!![]){try{const _0x5dd0fb=-parseInt(_0x60862b(0xe5))/0x1*(parseInt(_0x60862b(0xcd))/0x2)+parseInt(_0x60862b(0xd5))/0x3*(parseInt(_0x60862b(0xca))/0x4)+parseInt(_0x60862b(0xc6))/0x5+parseInt(_0x60862b(0xc7))/0x6*(-parseInt(_0x60862b(0xce))/0x7)+-parseInt(_0x60862b(0xc9))/0x8*(-parseInt(_0x60862b(0xd7))/0x9)+parseInt(_0x60862b(0xda))/0xa*(-parseInt(_0x60862b(0xd3))/0xb)+parseInt(_0x60862b(0xc3))/0xc*(parseInt(_0x60862b(0xc4))/0xd);if(_0x5dd0fb===_0x1f30b7)break;else _0x5d6045['push'](_0x5d6045['shift']());}catch(_0x51f09a){_0x5d6045['push'](_0x5d6045['shift']());}}}(_0x4d47,0xc3484));import{ToolbarView as _0x2d56b9,ButtonView as _0x28f59f}from'ckeditor5/src/ui.js';function _0x1843(_0x229010,_0x1504d0){const _0x4d470d=_0x4d47();return _0x1843=function(_0x184318,_0x45952a){_0x184318=_0x184318-0xc3;let _0x4b79d9=_0x4d470d[_0x184318];return _0x4b79d9;},_0x1843(_0x229010,_0x1504d0);}import{getTranslation as _0x15d5bd}from'../../utils/common-translations.js';export const AIFormToolbarViewMainActionLabel={'REPLACE':_0x103923(0xd4),'INSERT':_0x103923(0xdb)};export class AIFormToolbarView extends _0x2d56b9{constructor(_0x37e5fd){const _0xe38ae1=_0x103923;super(_0x37e5fd),this[_0xe38ae1(0xcc)](_0xe38ae1(0xe3),!0x1),this[_0xe38ae1(0xcc)](_0xe38ae1(0xe6),AIFormToolbarViewMainActionLabel[_0xe38ae1(0xcf)]),this[_0xe38ae1(0xe9)]=this[_0xe38ae1(0xdf)]('',_0xe38ae1(0xd6)),this[_0xe38ae1(0xe9)][_0xe38ae1(0xcb)](_0xe38ae1(0xd2))['to'](this,_0xe38ae1(0xe6),_0x1893ca=>_0x15d5bd(_0x37e5fd,_0xe38ae1(0xde)+_0x1893ca[_0xe38ae1(0xd1)]()+_0xe38ae1(0xd0))),this[_0xe38ae1(0xd9)]=this[_0xe38ae1(0xdf)](_0x15d5bd(_0x37e5fd,_0xe38ae1(0xd8))),this[_0xe38ae1(0xe4)]=this[_0xe38ae1(0xdf)](_0x15d5bd(_0x37e5fd,_0xe38ae1(0xc5))),this[_0xe38ae1(0xea)]=this[_0xe38ae1(0xdf)](_0x15d5bd(_0x37e5fd,_0xe38ae1(0xe0)));const _0x40539f=this[_0xe38ae1(0xdc)];this[_0xe38ae1(0xe2)]({'attributes':{'class':[_0xe38ae1(0xe8),_0x40539f['if'](_0xe38ae1(0xe3),_0xe38ae1(0xc8),_0x74a27e=>!_0x74a27e)]}}),this[_0xe38ae1(0xe1)][_0xe38ae1(0xe7)]([this[_0xe38ae1(0xe9)],this[_0xe38ae1(0xd9)],this[_0xe38ae1(0xe4)],this[_0xe38ae1(0xea)]]);}[_0x103923(0xdf)](_0x20fb08,_0x3893a1){const _0x3a8e44=_0x103923,_0x250abb=new _0x28f59f(this[_0x3a8e44(0xdd)]);return _0x250abb[_0x3a8e44(0xcc)]({'label':_0x20fb08,'class':_0x3893a1||'','isVisible':!0x0,'withText':!0x0}),_0x250abb;}}function _0x4d47(){const _0x1ea35d=['8KUwcXg','247272hEbroW','bind','set','2DqxWfj','2777341XSHVxz','REPLACE','_CONTENT','toUpperCase','label','85679yQJYHo','replace','75OzDMTz','ck-button-action','791757CWolxV','Insert\x20below','insertButton','10qkxdQJ','insert','bindTemplate','locale','AI_','_createButton','Stop','items','extendTemplate','isVisible','tryAgainButton','417385oiPSpy','mainAction','addMany','ck-ai-form__toolbar','replaceButton','stopButton','24VKzApB','1534325AbFYjz','Try\x20again','4713145YojmqN','24AxhRGE','ck-hidden'];_0x4d47=function(){return _0x1ea35d;};return _0x4d47();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5f52(_0x2dcb88,_0xf846e1){const _0x3518e0=_0x3518();return _0x5f52=function(_0x5f52cc,_0x163b77){_0x5f52cc=_0x5f52cc-0x1e1;let _0x373cd8=_0x3518e0[_0x5f52cc];return _0x373cd8;},_0x5f52(_0x2dcb88,_0xf846e1);}const _0x204ac5=_0x5f52;(function(_0x360130,_0x3fbda1){const _0x7f0ee5=_0x5f52,_0x4b9db8=_0x360130();while(!![]){try{const _0x3416cc=-parseInt(_0x7f0ee5(0x21b))/0x1*(-parseInt(_0x7f0ee5(0x22a))/0x2)+-parseInt(_0x7f0ee5(0x21a))/0x3*(parseInt(_0x7f0ee5(0x230))/0x4)+-parseInt(_0x7f0ee5(0x201))/0x5*(-parseInt(_0x7f0ee5(0x21e))/0x6)+parseInt(_0x7f0ee5(0x233))/0x7*(parseInt(_0x7f0ee5(0x221))/0x8)+parseInt(_0x7f0ee5(0x206))/0x9+-parseInt(_0x7f0ee5(0x225))/0xa*(-parseInt(_0x7f0ee5(0x22b))/0xb)+-parseInt(_0x7f0ee5(0x20a))/0xc;if(_0x3416cc===_0x3fbda1)break;else _0x4b9db8['push'](_0x4b9db8['shift']());}catch(_0x51f897){_0x4b9db8['push'](_0x4b9db8['shift']());}}}(_0x3518,0x80786));import{FocusTracker as _0xf078d2,KeystrokeHandler as _0x18c030}from'ckeditor5/src/utils.js';import{View as _0x37d918,FocusCycler as _0x1cab43,createLabeledTextarea as _0x181eba}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x5d8c7a,AIFormToolbarViewMainActionLabel as _0x36bade}from'./aiformtoolbarview.js';import{AIFormContentArea as _0x197c9a}from'./aiformcontentarea.js';import{AIFormErrorView as _0x593696}from'./aiformerrorview.js';function _0x3518(){const _0x1411e5=['fieldView','replaceContent','Ask\x20AI\x20to\x20improve\x20generated\x20text','queryView','items','errorView','setTemplate','element','isEnabled','isVisible','Ask\x20AI\x20to\x20edit\x20or\x20generate','_createPromptView','162095bMTDSR','submit','_promptHistory','insertButton','tab','3780405TNHvSv','execute','set','stopButton','22791840SrxjWp','label','focus','stopProcessing','ck-hidden','fire','replaceButton','handleError','tryAgainButton','contentArea','locale','listenTo','reset','text','ck-ai-form-content','insertContentBelow','7374jEQfTN','16459xxkOEy','ck-ai-form','historyGroupView','168xSYnWu','finishProcessing','add','287624bXPCni','_createHistoryView','copyButtonView','AI_ERROR_FAILED','10vcoERu','Empty\x20history','clearHistory','trim','clear','8JfTJDV','6345042EoiKNS','chain','promptView','createCollection','focusFirst','20ROpFtV','shift\x20+\x20tab','search','91GeQHrP','mainAction','REPLACE','_focusables','submitPrompt','high','div','isProcessing','bindTo','focusLast','value','isError','focusCycler','focusTracker','keystrokes','render','delegate','prompt','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','toolbar','_createToolbar','bindTemplate','bind','tryAgainEvent','startProcessing'];_0x3518=function(){return _0x1411e5;};return _0x3518();}import{AIFormPromptView as _0x151408}from'./aiformpromptview.js';import{AIHistoryListView as _0x3ddbb7}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x353f75}from'./aihistorylistitemview.js';import{PromptHistory as _0x3f18c4}from'./prompthistory.js';import{getTranslation as _0x49a5da}from'../../utils/common-translations.js';import{escape as _0x2370cd}from'es-toolkit/compat';export class AIFormView extends _0x37d918{[_0x204ac5(0x1e9)];[_0x204ac5(0x1ea)];[_0x204ac5(0x213)];[_0x204ac5(0x1ef)];[_0x204ac5(0x22d)];[_0x204ac5(0x1fa)];[_0x204ac5(0x236)];[_0x204ac5(0x1e8)];[_0x204ac5(0x203)];constructor(_0x2812e4,_0x2f0dd7,_0x2402e2=''){const _0x276229=_0x204ac5;super(_0x2812e4),this[_0x276229(0x208)](_0x276229(0x1fd),!0x0),this[_0x276229(0x208)](_0x276229(0x1e3),!0x1),this[_0x276229(0x208)](_0x276229(0x1ed),''),this[_0x276229(0x208)](_0x276229(0x1e6),''),this[_0x276229(0x208)](_0x276229(0x1e7),!0x1),this[_0x276229(0x208)](_0x276229(0x234),_0x36bade[_0x276229(0x235)]),this[_0x276229(0x203)]=new _0x3f18c4(),this[_0x276229(0x1fa)]=new _0x593696(_0x2812e4),this[_0x276229(0x213)]=new _0x197c9a(_0x2812e4,_0x2402e2),this[_0x276229(0x213)][_0x276229(0x1f2)](_0x276229(0x1e3))['to'](this),this[_0x276229(0x213)][_0x276229(0x1f2)](_0x276229(0x1e6))['to'](this),this[_0x276229(0x1ef)]=this[_0x276229(0x1f0)](),this[_0x276229(0x1ef)][_0x276229(0x1f2)](_0x276229(0x234))['to'](this),this[_0x276229(0x22d)]=this[_0x276229(0x200)](),this[_0x276229(0x1e9)]=new _0xf078d2(),this[_0x276229(0x1ea)]=new _0x18c030(),this[_0x276229(0x236)]=this[_0x276229(0x22e)]([this[_0x276229(0x213)],this[_0x276229(0x213)][_0x276229(0x223)],this[_0x276229(0x1ef)],this[_0x276229(0x22d)]]),this[_0x276229(0x1e8)]=new _0x1cab43({'focusables':this[_0x276229(0x236)],'focusTracker':this[_0x276229(0x1e9)],'keystrokeHandler':this[_0x276229(0x1ea)],'actions':{'focusPrevious':_0x276229(0x231),'focusNext':_0x276229(0x205)}}),this[_0x276229(0x1e8)][_0x276229(0x22c)](this[_0x276229(0x22d)][_0x276229(0x1e8)]),this[_0x276229(0x22d)][_0x276229(0x1f8)][_0x276229(0x1f5)][_0x276229(0x1f2)](_0x276229(0x1e6))['to'](this,_0x276229(0x1ed));const _0x1f5ab8=this[_0x276229(0x1f1)];this[_0x276229(0x1fb)]({'tag':_0x276229(0x1e2),'attributes':{'class':['ck',_0x276229(0x21c),_0x2f0dd7],'tabindex':'-1'},'children':[{'tag':_0x276229(0x1e2),'attributes':{'class':['ck',_0x276229(0x218)]},'children':[{'tag':_0x276229(0x1e2),'attributes':{'class':[_0x1f5ab8['if'](_0x276229(0x1e7),_0x276229(0x20e),_0x532108=>!_0x532108)]},'children':[this[_0x276229(0x1fa)]]},this[_0x276229(0x213)],this[_0x276229(0x1ef)],this[_0x276229(0x22d)]]}]});}[_0x204ac5(0x1eb)](){const _0x2c5059=_0x204ac5;super[_0x2c5059(0x1eb)](),this[_0x2c5059(0x1e9)][_0x2c5059(0x220)](this[_0x2c5059(0x213)][_0x2c5059(0x1fc)]),this[_0x2c5059(0x1e9)][_0x2c5059(0x220)](this[_0x2c5059(0x213)][_0x2c5059(0x223)][_0x2c5059(0x1fc)]),this[_0x2c5059(0x1e9)][_0x2c5059(0x220)](this[_0x2c5059(0x1ef)][_0x2c5059(0x1fc)]),this[_0x2c5059(0x1e9)][_0x2c5059(0x220)](this[_0x2c5059(0x22d)][_0x2c5059(0x1fc)]),this[_0x2c5059(0x1ea)][_0x2c5059(0x215)](this[_0x2c5059(0x1fc)]);}[_0x204ac5(0x20c)](_0x376f0=0x1){const _0x875280=_0x204ac5;-0x1===_0x376f0?this[_0x875280(0x1e8)][_0x875280(0x1e5)]():this[_0x875280(0x1e8)][_0x875280(0x22f)]();}[_0x204ac5(0x216)](){const _0xcadae0=_0x204ac5;this[_0xcadae0(0x1ed)]='',this[_0xcadae0(0x1e6)]='',this[_0xcadae0(0x1e7)]=!0x1,this[_0xcadae0(0x22d)][_0xcadae0(0x216)](),this[_0xcadae0(0x213)][_0xcadae0(0x1fe)]=!0x1,this[_0xcadae0(0x1ef)][_0xcadae0(0x1fe)]=!0x1;}[_0x204ac5(0x200)](){const _0x107ce6=_0x204ac5,_0x31a9d8=this[_0x107ce6(0x214)],_0x21c0d2=new _0x151408(_0x31a9d8,{'queryView':{'label':_0x49a5da(_0x31a9d8,_0x107ce6(0x1ff)),'creator':_0x181eba,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x49a5da(_0x31a9d8,_0x107ce6(0x226)),'secondary':_0x49a5da(_0x31a9d8,_0x107ce6(0x1ee))}}},'filteredView':this[_0x107ce6(0x222)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x21c0d2[_0x107ce6(0x1f2)](_0x107ce6(0x1fd))['to'](this,_0x107ce6(0x1fd),this,_0x107ce6(0x1e3),(_0x501403,_0x4e02ec)=>_0x501403&&!_0x4e02ec),this[_0x107ce6(0x215)](_0x21c0d2,_0x107ce6(0x202),(_0x5d7b4d,_0x5bc063)=>{const _0x4234da=_0x107ce6;this[_0x4234da(0x1ed)]=_0x5bc063;const _0x438b6e=_0x2370cd(_0x5bc063);this[_0x4234da(0x20f)](_0x4234da(0x237),_0x438b6e),_0x5bc063[_0x4234da(0x228)]()&&this[_0x4234da(0x203)][_0x4234da(0x220)]({'prompt':_0x438b6e},0x0);},{'priority':_0x107ce6(0x1e1)}),_0x21c0d2;}[_0x204ac5(0x222)](){const _0x40a671=_0x204ac5,_0x2b4470=new _0x3ddbb7(this[_0x40a671(0x214)]);return _0x2b4470[_0x40a671(0x21d)][_0x40a671(0x1f9)][_0x40a671(0x1e4)](this[_0x40a671(0x203)])['as'](_0x353f75),_0x2b4470['on'](_0x40a671(0x227),()=>{const _0x30368a=_0x40a671;this[_0x30368a(0x203)][_0x30368a(0x229)](),this[_0x30368a(0x22d)][_0x30368a(0x232)](''),this[_0x30368a(0x22d)][_0x30368a(0x20c)]();}),_0x2b4470;}[_0x204ac5(0x1f0)](){const _0x5d5f13=_0x204ac5,_0x12f3a8=new _0x5d8c7a(this[_0x5d5f13(0x214)]);return _0x12f3a8[_0x5d5f13(0x210)][_0x5d5f13(0x1f2)](_0x5d5f13(0x1fd))['to'](this,_0x5d5f13(0x1fd),this,_0x5d5f13(0x1e3),this,_0x5d5f13(0x1e6),(_0x465d2c,_0x3cf2f5,_0x15a56f)=>_0x465d2c&&!_0x3cf2f5&&!!_0x15a56f),_0x12f3a8[_0x5d5f13(0x210)][_0x5d5f13(0x1ec)](_0x5d5f13(0x207))['to'](this,_0x5d5f13(0x1f6)),_0x12f3a8[_0x5d5f13(0x204)][_0x5d5f13(0x1f2)](_0x5d5f13(0x1fd))['to'](this,_0x5d5f13(0x1fd),this,_0x5d5f13(0x1e3),this,_0x5d5f13(0x1e6),(_0xcc2c36,_0x10d0ad,_0x5ec806)=>_0xcc2c36&&!_0x10d0ad&&!!_0x5ec806),_0x12f3a8[_0x5d5f13(0x204)][_0x5d5f13(0x1ec)](_0x5d5f13(0x207))['to'](this,_0x5d5f13(0x219)),_0x12f3a8[_0x5d5f13(0x212)][_0x5d5f13(0x1f2)](_0x5d5f13(0x1fd))['to'](this,_0x5d5f13(0x1fd),this,_0x5d5f13(0x1e3),(_0x23171b,_0x31e7c5)=>_0x23171b&&!_0x31e7c5),_0x12f3a8[_0x5d5f13(0x212)][_0x5d5f13(0x1ec)](_0x5d5f13(0x207))['to'](this,_0x5d5f13(0x1f3)),_0x12f3a8[_0x5d5f13(0x209)][_0x5d5f13(0x1f2)](_0x5d5f13(0x1fd))['to'](this,_0x5d5f13(0x1e3)),_0x12f3a8[_0x5d5f13(0x209)][_0x5d5f13(0x1ec)](_0x5d5f13(0x207))['to'](this,_0x5d5f13(0x20d)),_0x12f3a8;}[_0x204ac5(0x1f4)](){const _0x19ca70=_0x204ac5;this[_0x19ca70(0x1e6)]='',this[_0x19ca70(0x1e7)]=!0x1,this[_0x19ca70(0x1e3)]=!0x0,this[_0x19ca70(0x213)][_0x19ca70(0x1fe)]=!0x0,this[_0x19ca70(0x1ef)][_0x19ca70(0x1fe)]=!0x0,this[_0x19ca70(0x213)][_0x19ca70(0x20c)]();}[_0x204ac5(0x21f)](){const _0x331147=_0x204ac5,_0x4ad2c6=this[_0x331147(0x214)];this[_0x331147(0x1e3)]=!0x1,this[_0x331147(0x1ed)]='',this[_0x331147(0x22d)][_0x331147(0x216)](),this[_0x331147(0x1e6)]&&(this[_0x331147(0x22d)][_0x331147(0x1f8)][_0x331147(0x20b)]=_0x49a5da(_0x4ad2c6,_0x331147(0x1f7)));}[_0x204ac5(0x211)](_0x13d2a0){const _0x19df6b=_0x204ac5,_0x512d37=this[_0x19df6b(0x214)];this[_0x19df6b(0x21f)](),this[_0x19df6b(0x1e7)]=!0x0,this[_0x19df6b(0x1fa)][_0x19df6b(0x217)]=_0x13d2a0||_0x49a5da(_0x512d37,_0x19df6b(0x224)),this[_0x19df6b(0x1e6)]||(this[_0x19df6b(0x213)][_0x19df6b(0x1fe)]=!0x1);}}
23
+ const _0x53746d=_0x2078;(function(_0x536bff,_0x9c17c3){const _0x43fbd0=_0x2078,_0x13e18e=_0x536bff();while(!![]){try{const _0xb5eec2=parseInt(_0x43fbd0(0xcc))/0x1*(-parseInt(_0x43fbd0(0x97))/0x2)+parseInt(_0x43fbd0(0x90))/0x3*(-parseInt(_0x43fbd0(0xc1))/0x4)+-parseInt(_0x43fbd0(0x8d))/0x5*(-parseInt(_0x43fbd0(0xab))/0x6)+-parseInt(_0x43fbd0(0x94))/0x7+-parseInt(_0x43fbd0(0xd2))/0x8*(-parseInt(_0x43fbd0(0x8f))/0x9)+parseInt(_0x43fbd0(0x99))/0xa+-parseInt(_0x43fbd0(0x92))/0xb;if(_0xb5eec2===_0x9c17c3)break;else _0x13e18e['push'](_0x13e18e['shift']());}catch(_0x2943a1){_0x13e18e['push'](_0x13e18e['shift']());}}}(_0x2887,0xc9958));import{FocusTracker as _0xf433b,KeystrokeHandler as _0x5310de}from'ckeditor5/src/utils.js';import{View as _0x49473d,FocusCycler as _0x5d936b,createLabeledTextarea as _0x11cce5}from'ckeditor5/src/ui.js';import{AIFormToolbarView as _0x2caeea,AIFormToolbarViewMainActionLabel as _0x48766f}from'./aiformtoolbarview.js';function _0x2078(_0xbf85f0,_0x2276f0){const _0x2887e3=_0x2887();return _0x2078=function(_0x207800,_0x350a83){_0x207800=_0x207800-0x88;let _0x5f5a47=_0x2887e3[_0x207800];return _0x5f5a47;},_0x2078(_0xbf85f0,_0x2276f0);}import{AIFormContentArea as _0x317bb4}from'./aiformcontentarea.js';import{AIFormErrorView as _0x58b8e5}from'./aiformerrorview.js';import{AIFormPromptView as _0x1568ca}from'./aiformpromptview.js';import{AIHistoryListView as _0x545df7}from'./aihistorylistview.js';import{AIHistoryListItemView as _0x350493}from'./aihistorylistitemview.js';import{PromptHistory as _0x190768}from'./prompthistory.js';import{getTranslation as _0x25c31d}from'../../utils/common-translations.js';function _0x2887(){const _0x4f89df=['focus','createCollection','locale','delegate','startProcessing','copyButtonView','div','label','bindTo','submit','focusTracker','replaceContent','isEnabled','prompt','focusFirst','focusCycler','insertButton','Ask\x20AI\x20to\x20improve\x20generated\x20text','22408USvgLt','value','tryAgainButton','_createHistoryView','submitPrompt','ck-ai-form-content','fire','finishProcessing','clearHistory','isVisible','setTemplate','16cnBBRc','element','toolbar','Ask\x20AI\x20to\x20edit\x20or\x20generate','_focusables','REPLACE','1127944cnvyUZ','set','Empty\x20history','mainAction','text','clear','_createPromptView','bindTemplate','shift\x20+\x20tab','listenTo','replaceButton','add','tab','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','handleError','fieldView','execute','4885EzQBLK','AI_ERROR_FAILED','81HabZLs','663WCcLCx','isError','10363870HIFGzw','_createToolbar','1020411yqUtyb','stopButton','promptView','35858KxmBoM','ck-ai-form','9014540ebbedt','keystrokes','contentArea','high','queryView','search','reset','stopProcessing','render','_promptHistory','tryAgainEvent','isProcessing','errorView','ck-hidden','focusLast','items','historyGroupView','bind','7788LVMoBy','insertContentBelow','trim','chain'];_0x2887=function(){return _0x4f89df;};return _0x2887();}import{escape as _0x5521a8}from'es-toolkit/compat';export class AIFormView extends _0x49473d{[_0x53746d(0xb9)];[_0x53746d(0x9a)];[_0x53746d(0x9b)];[_0x53746d(0xce)];[_0x53746d(0x96)];[_0x53746d(0xa5)];[_0x53746d(0xd0)];[_0x53746d(0xbe)];[_0x53746d(0xa2)];constructor(_0xd5e7a0,_0x27fb26,_0x2e81f1=''){const _0x1d32a8=_0x53746d;super(_0xd5e7a0),this[_0x1d32a8(0xd3)](_0x1d32a8(0xbb),!0x0),this[_0x1d32a8(0xd3)](_0x1d32a8(0xa4),!0x1),this[_0x1d32a8(0xd3)](_0x1d32a8(0xbc),''),this[_0x1d32a8(0xd3)](_0x1d32a8(0xc2),''),this[_0x1d32a8(0xd3)](_0x1d32a8(0x91),!0x1),this[_0x1d32a8(0xd3)](_0x1d32a8(0xd5),_0x48766f[_0x1d32a8(0xd1)]),this[_0x1d32a8(0xa2)]=new _0x190768(),this[_0x1d32a8(0xa5)]=new _0x58b8e5(_0xd5e7a0),this[_0x1d32a8(0x9b)]=new _0x317bb4(_0xd5e7a0,_0x2e81f1),this[_0x1d32a8(0x9b)][_0x1d32a8(0xaa)](_0x1d32a8(0xa4))['to'](this),this[_0x1d32a8(0x9b)][_0x1d32a8(0xaa)](_0x1d32a8(0xc2))['to'](this),this[_0x1d32a8(0xce)]=this[_0x1d32a8(0x93)](),this[_0x1d32a8(0xce)][_0x1d32a8(0xaa)](_0x1d32a8(0xd5))['to'](this),this[_0x1d32a8(0x96)]=this[_0x1d32a8(0xd8)](),this[_0x1d32a8(0xb9)]=new _0xf433b(),this[_0x1d32a8(0x9a)]=new _0x5310de(),this[_0x1d32a8(0xd0)]=this[_0x1d32a8(0xb0)]([this[_0x1d32a8(0x9b)],this[_0x1d32a8(0x9b)][_0x1d32a8(0xb4)],this[_0x1d32a8(0xce)],this[_0x1d32a8(0x96)]]),this[_0x1d32a8(0xbe)]=new _0x5d936b({'focusables':this[_0x1d32a8(0xd0)],'focusTracker':this[_0x1d32a8(0xb9)],'keystrokeHandler':this[_0x1d32a8(0x9a)],'actions':{'focusPrevious':_0x1d32a8(0xda),'focusNext':_0x1d32a8(0x88)}}),this[_0x1d32a8(0xbe)][_0x1d32a8(0xae)](this[_0x1d32a8(0x96)][_0x1d32a8(0xbe)]),this[_0x1d32a8(0x96)][_0x1d32a8(0x9d)][_0x1d32a8(0x8b)][_0x1d32a8(0xaa)](_0x1d32a8(0xc2))['to'](this,_0x1d32a8(0xbc));const _0xdb2508=this[_0x1d32a8(0xd9)];this[_0x1d32a8(0xcb)]({'tag':_0x1d32a8(0xb5),'attributes':{'class':['ck',_0x1d32a8(0x98),_0x27fb26],'tabindex':'-1'},'children':[{'tag':_0x1d32a8(0xb5),'attributes':{'class':['ck',_0x1d32a8(0xc6)]},'children':[{'tag':_0x1d32a8(0xb5),'attributes':{'class':[_0xdb2508['if'](_0x1d32a8(0x91),_0x1d32a8(0xa6),_0x2af27c=>!_0x2af27c)]},'children':[this[_0x1d32a8(0xa5)]]},this[_0x1d32a8(0x9b)],this[_0x1d32a8(0xce)],this[_0x1d32a8(0x96)]]}]});}[_0x53746d(0xa1)](){const _0x37a698=_0x53746d;super[_0x37a698(0xa1)](),this[_0x37a698(0xb9)][_0x37a698(0xdd)](this[_0x37a698(0x9b)][_0x37a698(0xcd)]),this[_0x37a698(0xb9)][_0x37a698(0xdd)](this[_0x37a698(0x9b)][_0x37a698(0xb4)][_0x37a698(0xcd)]),this[_0x37a698(0xb9)][_0x37a698(0xdd)](this[_0x37a698(0xce)][_0x37a698(0xcd)]),this[_0x37a698(0xb9)][_0x37a698(0xdd)](this[_0x37a698(0x96)][_0x37a698(0xcd)]),this[_0x37a698(0x9a)][_0x37a698(0xdb)](this[_0x37a698(0xcd)]);}[_0x53746d(0xaf)](_0x424be8=0x1){const _0x5b28ca=_0x53746d;-0x1===_0x424be8?this[_0x5b28ca(0xbe)][_0x5b28ca(0xa7)]():this[_0x5b28ca(0xbe)][_0x5b28ca(0xbd)]();}[_0x53746d(0x9f)](){const _0x218afe=_0x53746d;this[_0x218afe(0xbc)]='',this[_0x218afe(0xc2)]='',this[_0x218afe(0x91)]=!0x1,this[_0x218afe(0x96)][_0x218afe(0x9f)](),this[_0x218afe(0x9b)][_0x218afe(0xca)]=!0x1,this[_0x218afe(0xce)][_0x218afe(0xca)]=!0x1;}[_0x53746d(0xd8)](){const _0x42af20=_0x53746d,_0x2de6e1=this[_0x42af20(0xb1)],_0x11eaf5=new _0x1568ca(_0x2de6e1,{'queryView':{'label':_0x25c31d(_0x2de6e1,_0x42af20(0xcf)),'creator':_0x11cce5,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x25c31d(_0x2de6e1,_0x42af20(0xd4)),'secondary':_0x25c31d(_0x2de6e1,_0x42af20(0x89))}}},'filteredView':this[_0x42af20(0xc4)](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x11eaf5[_0x42af20(0xaa)](_0x42af20(0xbb))['to'](this,_0x42af20(0xbb),this,_0x42af20(0xa4),(_0x5f19c4,_0x7da614)=>_0x5f19c4&&!_0x7da614),this[_0x42af20(0xdb)](_0x11eaf5,_0x42af20(0xb8),(_0x3bc300,_0x56df0b)=>{const _0x1c0ef3=_0x42af20;this[_0x1c0ef3(0xbc)]=_0x56df0b;const _0x4631fa=_0x5521a8(_0x56df0b);this[_0x1c0ef3(0xc7)](_0x1c0ef3(0xc5),_0x4631fa),_0x56df0b[_0x1c0ef3(0xad)]()&&this[_0x1c0ef3(0xa2)][_0x1c0ef3(0xdd)]({'prompt':_0x4631fa},0x0);},{'priority':_0x42af20(0x9c)}),_0x11eaf5;}[_0x53746d(0xc4)](){const _0x3d505e=_0x53746d,_0xb78713=new _0x545df7(this[_0x3d505e(0xb1)]);return _0xb78713[_0x3d505e(0xa9)][_0x3d505e(0xa8)][_0x3d505e(0xb7)](this[_0x3d505e(0xa2)])['as'](_0x350493),_0xb78713['on'](_0x3d505e(0xc9),()=>{const _0x3f34fd=_0x3d505e;this[_0x3f34fd(0xa2)][_0x3f34fd(0xd7)](),this[_0x3f34fd(0x96)][_0x3f34fd(0x9e)](''),this[_0x3f34fd(0x96)][_0x3f34fd(0xaf)]();}),_0xb78713;}[_0x53746d(0x93)](){const _0x3c4657=_0x53746d,_0xd6282=new _0x2caeea(this[_0x3c4657(0xb1)]);return _0xd6282[_0x3c4657(0xdc)][_0x3c4657(0xaa)](_0x3c4657(0xbb))['to'](this,_0x3c4657(0xbb),this,_0x3c4657(0xa4),this,_0x3c4657(0xc2),(_0x33b313,_0x1034f0,_0x21bf3e)=>_0x33b313&&!_0x1034f0&&!!_0x21bf3e),_0xd6282[_0x3c4657(0xdc)][_0x3c4657(0xb2)](_0x3c4657(0x8c))['to'](this,_0x3c4657(0xba)),_0xd6282[_0x3c4657(0xbf)][_0x3c4657(0xaa)](_0x3c4657(0xbb))['to'](this,_0x3c4657(0xbb),this,_0x3c4657(0xa4),this,_0x3c4657(0xc2),(_0x27a567,_0x39d84f,_0x307a32)=>_0x27a567&&!_0x39d84f&&!!_0x307a32),_0xd6282[_0x3c4657(0xbf)][_0x3c4657(0xb2)](_0x3c4657(0x8c))['to'](this,_0x3c4657(0xac)),_0xd6282[_0x3c4657(0xc3)][_0x3c4657(0xaa)](_0x3c4657(0xbb))['to'](this,_0x3c4657(0xbb),this,_0x3c4657(0xa4),(_0x59370d,_0x23183f)=>_0x59370d&&!_0x23183f),_0xd6282[_0x3c4657(0xc3)][_0x3c4657(0xb2)](_0x3c4657(0x8c))['to'](this,_0x3c4657(0xa3)),_0xd6282[_0x3c4657(0x95)][_0x3c4657(0xaa)](_0x3c4657(0xbb))['to'](this,_0x3c4657(0xa4)),_0xd6282[_0x3c4657(0x95)][_0x3c4657(0xb2)](_0x3c4657(0x8c))['to'](this,_0x3c4657(0xa0)),_0xd6282;}[_0x53746d(0xb3)](){const _0x24e46a=_0x53746d;this[_0x24e46a(0xc2)]='',this[_0x24e46a(0x91)]=!0x1,this[_0x24e46a(0xa4)]=!0x0,this[_0x24e46a(0x9b)][_0x24e46a(0xca)]=!0x0,this[_0x24e46a(0xce)][_0x24e46a(0xca)]=!0x0,this[_0x24e46a(0x9b)][_0x24e46a(0xaf)]();}[_0x53746d(0xc8)](){const _0x76854a=_0x53746d,_0x1ee5fb=this[_0x76854a(0xb1)];this[_0x76854a(0xa4)]=!0x1,this[_0x76854a(0xbc)]='',this[_0x76854a(0x96)][_0x76854a(0x9f)](),this[_0x76854a(0xc2)]&&(this[_0x76854a(0x96)][_0x76854a(0x9d)][_0x76854a(0xb6)]=_0x25c31d(_0x1ee5fb,_0x76854a(0xc0)));}[_0x53746d(0x8a)](_0x4af579){const _0x1933bf=_0x53746d,_0x429617=this[_0x1933bf(0xb1)];this[_0x1933bf(0xc8)](),this[_0x1933bf(0x91)]=!0x0,this[_0x1933bf(0xa5)][_0x1933bf(0xd6)]=_0x4af579||_0x25c31d(_0x429617,_0x1933bf(0x8e)),this[_0x1933bf(0xc2)]||(this[_0x1933bf(0x9b)][_0x1933bf(0xca)]=!0x1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x27e477,_0x36ae00){const _0x4fe425=_0x44a6,_0x498936=_0x27e477();while(!![]){try{const _0x877286=parseInt(_0x4fe425(0x164))/0x1+-parseInt(_0x4fe425(0x166))/0x2*(parseInt(_0x4fe425(0x162))/0x3)+parseInt(_0x4fe425(0x16d))/0x4+-parseInt(_0x4fe425(0x163))/0x5*(-parseInt(_0x4fe425(0x167))/0x6)+parseInt(_0x4fe425(0x15e))/0x7*(parseInt(_0x4fe425(0x15f))/0x8)+parseInt(_0x4fe425(0x16a))/0x9+-parseInt(_0x4fe425(0x161))/0xa;if(_0x877286===_0x36ae00)break;else _0x498936['push'](_0x498936['shift']());}catch(_0x54b6a7){_0x498936['push'](_0x498936['shift']());}}}(_0x49b7,0x534f7));function _0x44a6(_0x24b8a3,_0x29336d){const _0x49b75b=_0x49b7();return _0x44a6=function(_0x44a611,_0x1a1719){_0x44a611=_0x44a611-0x15e;let _0x1a0f72=_0x49b75b[_0x44a611];return _0x1a0f72;},_0x44a6(_0x24b8a3,_0x29336d);}import{ListItemView as _0x51b318,ButtonView as _0x5daebb,ButtonLabelView as _0x526f6c}from'ckeditor5/src/ui.js';function _0x49b7(){const _0x41bbae=['9288630ZvLvBP','16902GfGZfA','155tXDgKP','552606lUZqYX','fire','8YVFNlL','5910ykNjUv','prompt','locale','1026324clKmWj','set','children','1934408pviZiV','execute','77SFjcBJ','81352FtPUkd','add'];_0x49b7=function(){return _0x41bbae;};return _0x49b7();}import{unescape as _0x26618a}from'es-toolkit/compat';export class AIHistoryListItemView extends _0x51b318{constructor(_0x5846cc){const _0x3e789f=_0x44a6;super();const _0x10625b=new _0x526f6c(),_0x38e5e6=new _0x5daebb(this[_0x3e789f(0x169)],_0x10625b);this[_0x3e789f(0x16c)][_0x3e789f(0x160)](_0x38e5e6),_0x38e5e6[_0x3e789f(0x16b)]({'label':_0x5846cc[_0x3e789f(0x168)],'withText':!0x0}),_0x38e5e6['on'](_0x3e789f(0x16e),()=>{const _0x28c539=_0x3e789f;this[_0x28c539(0x165)](_0x28c539(0x16e),{'value':_0x26618a(_0x5846cc[_0x28c539(0x168)])});});}}
23
+ (function(_0xd87c16,_0x972a08){const _0x3b8be3=_0x48ae,_0x6ad1a5=_0xd87c16();while(!![]){try{const _0x5a62cb=parseInt(_0x3b8be3(0xa7))/0x1+-parseInt(_0x3b8be3(0xab))/0x2+-parseInt(_0x3b8be3(0x9e))/0x3*(parseInt(_0x3b8be3(0xa9))/0x4)+parseInt(_0x3b8be3(0x9f))/0x5+parseInt(_0x3b8be3(0xa2))/0x6*(-parseInt(_0x3b8be3(0xac))/0x7)+parseInt(_0x3b8be3(0xaa))/0x8+parseInt(_0x3b8be3(0xa4))/0x9;if(_0x5a62cb===_0x972a08)break;else _0x6ad1a5['push'](_0x6ad1a5['shift']());}catch(_0x1c7d6b){_0x6ad1a5['push'](_0x6ad1a5['shift']());}}}(_0xffe0,0x41e0b));import{ListItemView as _0x57c692,ButtonView as _0x14dcd6,ButtonLabelView as _0x4dc6ad}from'ckeditor5/src/ui.js';function _0xffe0(){const _0xcd6327=['set','locale','129228zJGFqV','prompt','16AEclUS','1345592LVKQDM','687118xTgaIg','35NBVtHF','add','196467MCMCkI','2083245WqQWdH','children','execute','144702mUhpFa','fire','2536731vrQMYt'];_0xffe0=function(){return _0xcd6327;};return _0xffe0();}import{unescape as _0x35d4e4}from'es-toolkit/compat';function _0x48ae(_0x2b5990,_0x3e9a73){const _0xffe06a=_0xffe0();return _0x48ae=function(_0x48ae9f,_0x32ed1b){_0x48ae9f=_0x48ae9f-0x9e;let _0x39a181=_0xffe06a[_0x48ae9f];return _0x39a181;},_0x48ae(_0x2b5990,_0x3e9a73);}export class AIHistoryListItemView extends _0x57c692{constructor(_0x263fc3){const _0x3bb584=_0x48ae;super();const _0x5336c3=new _0x4dc6ad(),_0x525d85=new _0x14dcd6(this[_0x3bb584(0xa6)],_0x5336c3);this[_0x3bb584(0xa0)][_0x3bb584(0xad)](_0x525d85),_0x525d85[_0x3bb584(0xa5)]({'label':_0x263fc3[_0x3bb584(0xa8)],'withText':!0x0}),_0x525d85['on'](_0x3bb584(0xa1),()=>{const _0x3638ed=_0x3bb584;this[_0x3638ed(0xa3)](_0x3638ed(0xa1),{'value':_0x35d4e4(_0x263fc3[_0x3638ed(0xa8)])});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x46b92f=_0x2a80;function _0x2a80(_0x3d7c3b,_0x213dea){const _0x566506=_0x5665();return _0x2a80=function(_0x2a805a,_0x330886){_0x2a805a=_0x2a805a-0x1af;let _0x5c22f9=_0x566506[_0x2a805a];return _0x5c22f9;},_0x2a80(_0x3d7c3b,_0x213dea);}(function(_0x72c812,_0x3df25b){const _0x3d6d79=_0x2a80,_0x3191c0=_0x72c812();while(!![]){try{const _0x22e344=parseInt(_0x3d6d79(0x1c2))/0x1*(-parseInt(_0x3d6d79(0x1b5))/0x2)+-parseInt(_0x3d6d79(0x1c4))/0x3+parseInt(_0x3d6d79(0x1be))/0x4*(-parseInt(_0x3d6d79(0x1c1))/0x5)+-parseInt(_0x3d6d79(0x1c9))/0x6*(parseInt(_0x3d6d79(0x1b2))/0x7)+parseInt(_0x3d6d79(0x1b8))/0x8+-parseInt(_0x3d6d79(0x1c8))/0x9*(parseInt(_0x3d6d79(0x1b6))/0xa)+-parseInt(_0x3d6d79(0x1c7))/0xb*(-parseInt(_0x3d6d79(0x1c0))/0xc);if(_0x22e344===_0x3df25b)break;else _0x3191c0['push'](_0x3191c0['shift']());}catch(_0xb454c1){_0x3191c0['push'](_0x3191c0['shift']());}}}(_0x5665,0x61059));function _0x5665(){const _0x117b2a=['2177593tEYZrQ','18ZVLRYV','6cgAEFt','children','Prompt\x20history','fire','items','set','4293863stTgdl','add','Clear','716yiZcPx','3865120JjPCEx','filter','3371208WdBDAe','delegate','clearHistory','clearHistoryButton','label','historyGroupView','157288cseoDD','_createClearHistoryButton','168yPvqKW','65sAtgJb','313TzXjjk','locale','2357427EbbTKy','execute','length'];_0x5665=function(){return _0x117b2a;};return _0x5665();}import{ListView as _0x556e25,ListItemGroupView as _0x536228,ButtonView as _0x29e24e}from'ckeditor5/src/ui.js';import{getTranslation as _0x356ffc}from'../../utils/common-translations.js';export class AIHistoryListView extends _0x556e25{[_0x46b92f(0x1bd)];[_0x46b92f(0x1bb)];constructor(_0x4aa990){const _0x43b8d0=_0x46b92f;super(_0x4aa990),this[_0x43b8d0(0x1bb)]=this[_0x43b8d0(0x1bf)](),this[_0x43b8d0(0x1bd)]=new _0x536228(),this[_0x43b8d0(0x1bd)][_0x43b8d0(0x1ca)][_0x43b8d0(0x1b3)](this[_0x43b8d0(0x1bb)],0x1),this[_0x43b8d0(0x1bd)][_0x43b8d0(0x1bc)]=_0x356ffc(_0x4aa990,_0x43b8d0(0x1cb)),this[_0x43b8d0(0x1bd)][_0x43b8d0(0x1b0)][_0x43b8d0(0x1b9)](_0x43b8d0(0x1c5))['to'](this),this[_0x43b8d0(0x1b0)][_0x43b8d0(0x1b3)](this[_0x43b8d0(0x1bd)]);}[_0x46b92f(0x1b7)](){const _0xf89025=_0x46b92f;let _0x3f3843=0x0;for(const _0x253b1a of this[_0xf89025(0x1b0)])_0x3f3843+=_0x253b1a[_0xf89025(0x1b0)][_0xf89025(0x1c6)];return{'resultsCount':_0x3f3843,'totalItemsCount':_0x3f3843};}[_0x46b92f(0x1bf)](){const _0x1fca51=_0x46b92f,_0x2a31b0=this[_0x1fca51(0x1c3)],_0x399af2=new _0x29e24e(this[_0x1fca51(0x1c3)]);return _0x399af2[_0x1fca51(0x1b1)]({'label':'('+_0x356ffc(_0x2a31b0,_0x1fca51(0x1b4))+')','withText':!0x0}),_0x399af2['on'](_0x1fca51(0x1c5),()=>this[_0x1fca51(0x1af)](_0x1fca51(0x1ba))),_0x399af2;}}
23
+ const _0x2b0f5b=_0x10af;(function(_0x2d8274,_0x105f10){const _0x5a3a9d=_0x10af,_0x20b110=_0x2d8274();while(!![]){try{const _0x37de35=parseInt(_0x5a3a9d(0xcc))/0x1*(-parseInt(_0x5a3a9d(0xc2))/0x2)+-parseInt(_0x5a3a9d(0xc1))/0x3+-parseInt(_0x5a3a9d(0xd2))/0x4*(parseInt(_0x5a3a9d(0xcd))/0x5)+parseInt(_0x5a3a9d(0xd5))/0x6+parseInt(_0x5a3a9d(0xd7))/0x7*(parseInt(_0x5a3a9d(0xce))/0x8)+parseInt(_0x5a3a9d(0xcb))/0x9*(parseInt(_0x5a3a9d(0xc7))/0xa)+parseInt(_0x5a3a9d(0xc9))/0xb;if(_0x37de35===_0x105f10)break;else _0x20b110['push'](_0x20b110['shift']());}catch(_0x4a684c){_0x20b110['push'](_0x20b110['shift']());}}}(_0x50bd,0xe871e));function _0x50bd(){const _0x3475bb=['label','4KtKNtn','_createClearHistoryButton','historyGroupView','9233700ntJHep','length','7WITuVI','clearHistoryButton','add','locale','clearHistory','Clear','4533684kmMyiA','2vubQYY','execute','delegate','set','Prompt\x20history','9838030ZyKquc','filter','104742vKsOuy','fire','9NBWGsn','508797RlQQjG','742475rARMXx','4706712ptaEtb','items','children'];_0x50bd=function(){return _0x3475bb;};return _0x50bd();}function _0x10af(_0x57dfdc,_0x226527){const _0x50bd38=_0x50bd();return _0x10af=function(_0x10af7c,_0x784d28){_0x10af7c=_0x10af7c-0xbf;let _0x1c0186=_0x50bd38[_0x10af7c];return _0x1c0186;},_0x10af(_0x57dfdc,_0x226527);}import{ListView as _0xcb55b8,ListItemGroupView as _0x16c463,ButtonView as _0x58cda5}from'ckeditor5/src/ui.js';import{getTranslation as _0xffbb2a}from'../../utils/common-translations.js';export class AIHistoryListView extends _0xcb55b8{[_0x2b0f5b(0xd4)];[_0x2b0f5b(0xd8)];constructor(_0x4c5898){const _0x1aafe9=_0x2b0f5b;super(_0x4c5898),this[_0x1aafe9(0xd8)]=this[_0x1aafe9(0xd3)](),this[_0x1aafe9(0xd4)]=new _0x16c463(),this[_0x1aafe9(0xd4)][_0x1aafe9(0xd0)][_0x1aafe9(0xd9)](this[_0x1aafe9(0xd8)],0x1),this[_0x1aafe9(0xd4)][_0x1aafe9(0xd1)]=_0xffbb2a(_0x4c5898,_0x1aafe9(0xc6)),this[_0x1aafe9(0xd4)][_0x1aafe9(0xcf)][_0x1aafe9(0xc4)](_0x1aafe9(0xc3))['to'](this),this[_0x1aafe9(0xcf)][_0x1aafe9(0xd9)](this[_0x1aafe9(0xd4)]);}[_0x2b0f5b(0xc8)](){const _0x4f75c7=_0x2b0f5b;let _0x2fe71b=0x0;for(const _0x19505c of this[_0x4f75c7(0xcf)])_0x2fe71b+=_0x19505c[_0x4f75c7(0xcf)][_0x4f75c7(0xd6)];return{'resultsCount':_0x2fe71b,'totalItemsCount':_0x2fe71b};}[_0x2b0f5b(0xd3)](){const _0x2540ce=_0x2b0f5b,_0x4222ff=this[_0x2540ce(0xda)],_0x5097a9=new _0x58cda5(this[_0x2540ce(0xda)]);return _0x5097a9[_0x2540ce(0xc5)]({'label':'('+_0xffbb2a(_0x4222ff,_0x2540ce(0xc0))+')','withText':!0x0}),_0x5097a9['on'](_0x2540ce(0xc3),()=>this[_0x2540ce(0xca)](_0x2540ce(0xbf))),_0x5097a9;}}