@ckeditor/ckeditor5-ai 48.2.0 → 48.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aiactions/aiactions.d.ts +74 -73
- package/dist/aiactions/model/aiactionsinteraction.d.ts +53 -53
- package/dist/aiactions/model/aiactionsreply.d.ts +18 -18
- package/dist/aiassistant/adapters/aiadapter.d.ts +48 -48
- package/dist/aiassistant/adapters/aitextadapter.d.ts +133 -133
- package/dist/aiassistant/adapters/awstextadapter.d.ts +42 -42
- package/dist/aiassistant/adapters/openaitextadapter.d.ts +184 -184
- package/dist/aiassistant/aiassistant.d.ts +436 -436
- package/dist/aiassistant/aiassistantediting.d.ts +51 -51
- package/dist/aiassistant/aiassistantui.d.ts +53 -53
- package/dist/aiassistant/legacyerrors.d.ts +0 -4
- package/dist/aiassistant/ui/aiassistantcontroller.d.ts +106 -105
- package/dist/aiassistant/ui/form/aiformcontentarea.d.ts +43 -43
- package/dist/aiassistant/ui/form/aiformerrorview.d.ts +19 -19
- package/dist/aiassistant/ui/form/aiformpromptview.d.ts +38 -38
- package/dist/aiassistant/ui/form/aiformtoolbarview.d.ts +50 -50
- package/dist/aiassistant/ui/form/aiformview.d.ts +121 -121
- package/dist/aiassistant/ui/form/aihistorylistitemview.d.ts +13 -13
- package/dist/aiassistant/ui/form/aihistorylistview.d.ts +27 -27
- package/dist/aiassistant/ui/form/prompthistory.d.ts +15 -15
- package/dist/aiassistant/ui/showaiassistantcommand.d.ts +35 -35
- package/dist/aiassistant/utils/common-translations.d.ts +6 -6
- package/dist/aiassistant/utils/normalizecommandsconfig.d.ts +9 -9
- package/dist/aiballoon/aiballoon.d.ts +86 -86
- package/dist/aiballoon/ui/aiballoonview.d.ts +26 -26
- package/dist/aichat/aichat.d.ts +88 -87
- package/dist/aichat/aichatballoon.d.ts +83 -83
- package/dist/aichat/aichatcontroller.d.ts +265 -264
- package/dist/aichat/aichatui.d.ts +324 -336
- package/dist/aichat/model/aichatcontext.d.ts +623 -618
- package/dist/aichat/model/aichatconversation.d.ts +257 -268
- package/dist/aichat/model/aichatinteraction.d.ts +40 -40
- package/dist/aichat/ui/aichatballoonview.d.ts +103 -103
- package/dist/aichat/ui/aichatcontrolsview.d.ts +130 -130
- package/dist/aichat/ui/aichatfeedview.d.ts +136 -136
- package/dist/aichat/ui/aichatview.d.ts +41 -41
- package/dist/aichat/ui/controls/aichatchipsoverflowmanager.d.ts +63 -63
- package/dist/aichat/ui/controls/aichatcontextitembuttonview.d.ts +41 -41
- package/dist/aichat/ui/controls/aichatcontextpanelurlinputview.d.ts +79 -79
- package/dist/aichat/ui/controls/aichatcontextpanelview.d.ts +103 -103
- package/dist/aichat/ui/controls/aichatcontrolsloaderview.d.ts +8 -8
- package/dist/aichat/ui/controls/aichatdropzoneview.d.ts +18 -18
- package/dist/aichat/ui/controls/aichatpromptcapabilitiesview.d.ts +81 -81
- package/dist/aichat/ui/controls/aichatpromptinputview.d.ts +44 -44
- package/dist/aichat/ui/controls/aichatpromptsuggestionslistview.d.ts +13 -13
- package/dist/aichat/ui/controls/resources/aichatcontextresourceslistview.d.ts +44 -44
- package/dist/aichat/ui/controls/resources/aichatcontextresourcesview.d.ts +52 -52
- package/dist/aichat/ui/controls/resources/aichatresourcelistitemview.d.ts +56 -56
- package/dist/aichat/ui/controls/resources/aichatresourcesballoonview.d.ts +104 -104
- package/dist/aichat/ui/controls/resources/aichatresourcessearchinputview.d.ts +53 -53
- package/dist/aichat/ui/feed/aichatfeedcontextchipsview.d.ts +22 -22
- package/dist/aichat/ui/feed/aichatfeedcustomelementview.d.ts +33 -33
- package/dist/aichat/ui/feed/aichatfeederroritemview.d.ts +32 -32
- package/dist/aichat/ui/feed/aichatfeedinteractionheaderview.d.ts +24 -24
- package/dist/aichat/ui/feed/aichatfeeditemview.d.ts +39 -39
- package/dist/aichat/ui/feed/aichatfeedreplyitemview.d.ts +40 -40
- package/dist/aichat/ui/feed/aichatfeedsuggestionitemactionsview.d.ts +61 -61
- package/dist/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +82 -82
- package/dist/aichat/ui/feed/aichatfeedusermessageitem.d.ts +33 -33
- package/dist/aichat/utils/eventnames.d.ts +8 -4
- package/dist/aichat/utils/parsesingleurl.d.ts +0 -4
- package/dist/aichat/utils/promisequeue.d.ts +26 -25
- package/dist/aichat/utils/readdatatransferfiles.d.ts +9 -9
- package/dist/aichat/utils/resolvepaste.d.ts +58 -58
- package/dist/aichathistory/aichathistory.d.ts +26 -26
- package/dist/aichathistory/aichathistorycontroller.d.ts +36 -35
- package/dist/aichathistory/aichathistoryui.d.ts +81 -89
- package/dist/aichathistory/model/aichathistoryconversations.d.ts +95 -102
- package/dist/aichathistory/model/aichathistoryitem.d.ts +52 -53
- package/dist/aichathistory/ui/aichathistorylistitemview.d.ts +41 -40
- package/dist/aichathistory/ui/aichathistorylistview.d.ts +28 -28
- package/dist/aichathistory/ui/aichathistorysectionlistview.d.ts +16 -16
- package/dist/aichathistory/ui/aichathistoryview.d.ts +33 -33
- package/dist/aichatshortcuts/aichatshortcuts.d.ts +295 -295
- package/dist/aichatshortcuts/ui/aichatshortcutsview.d.ts +24 -24
- package/dist/aichatshortcuts/ui/aichatshortcutview.d.ts +18 -18
- package/dist/aiconfig.d.ts +227 -227
- package/dist/aicore/aiconnector.d.ts +359 -354
- package/dist/aicore/aiediting.d.ts +97 -97
- package/dist/aicore/aierrorreporter.d.ts +73 -0
- package/dist/aicore/aigateway.d.ts +94 -54
- package/dist/aicore/errors/aicoreerror.d.ts +67 -0
- package/dist/aicore/errors/geterrorcode.d.ts +17 -0
- package/dist/aicore/errors/isaborterror.d.ts +12 -0
- package/dist/aicore/errors/normalizeerror.d.ts +18 -0
- package/dist/aicore/model/aicapabilities.d.ts +53 -52
- package/dist/aicore/model/aicontext.d.ts +61 -61
- package/dist/aicore/model/aiinteraction.d.ts +162 -168
- package/dist/aicore/model/aimodels.d.ts +73 -76
- package/dist/aicore/model/aireply.d.ts +118 -124
- package/dist/aicore/model/airunresult.d.ts +86 -86
- package/dist/aicore/pipeline/airesponseapplier.d.ts +284 -284
- package/dist/aicore/pipeline/airesponseparser.d.ts +24 -23
- package/dist/aicore/ui/aidisclaimerview.d.ts +13 -13
- package/dist/aicore/ui/aiheaderview.d.ts +28 -28
- package/dist/aicore/ui/aiskeleton.d.ts +31 -31
- package/dist/aicore/ui/aispinner.d.ts +11 -11
- package/dist/aicore/ui/suggestioncontainer/aiminitoolbarview.d.ts +56 -56
- package/dist/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +80 -80
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +46 -46
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.d.ts +41 -41
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.d.ts +25 -28
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.d.ts +25 -25
- package/dist/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +62 -62
- package/dist/aicore/ui/suggestioncontainer/aisuggestionheaderview.d.ts +32 -32
- package/dist/aicore/ui/suggestioncontainer/aisuggestionloaderview.d.ts +11 -11
- package/dist/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.d.ts +31 -27
- package/dist/aicore/ui/suggestioncontainer/aiwebsourcesview.d.ts +24 -24
- package/dist/aicore/utils/abortabletimeout.d.ts +11 -11
- package/dist/aicore/utils/builddocumentsuggestionsmap.d.ts +30 -0
- package/dist/aicore/utils/buttonclasses.d.ts +8 -8
- package/dist/aicore/utils/cleanupstreamingartifacts.d.ts +12 -0
- package/dist/aicore/utils/common-translations.d.ts +6 -6
- package/dist/aicore/utils/createandattachaibodycollection.d.ts +19 -0
- package/dist/aicore/utils/createresizebutton.d.ts +9 -9
- package/dist/aicore/utils/createstartconversationbutton.d.ts +8 -8
- package/dist/aicore/utils/documentposition.d.ts +37 -37
- package/dist/aicore/utils/documentrange.d.ts +41 -41
- package/dist/aicore/utils/eventnames.d.ts +5 -5
- package/dist/aicore/utils/geteditorsfromcontext.d.ts +13 -13
- package/dist/aicore/utils/getoperationsfordocumentsuggestions.d.ts +22 -0
- package/dist/aicore/utils/getsuggestionpartsfromreply.d.ts +18 -18
- package/dist/aicore/utils/htmlparser.d.ts +17 -17
- package/dist/aicore/utils/htmlstreamer.d.ts +79 -79
- package/dist/aicore/utils/markoperationsasai.d.ts +23 -0
- package/dist/aicore/utils/scrollmanager.d.ts +24 -23
- package/dist/aicore/utils/showaitab.d.ts +1 -0
- package/dist/aidocumentprocessing/aidocumentprocessinggateway.d.ts +87 -0
- package/dist/aidocumentprocessing/model/aidocumentprocessingrunresult.d.ts +19 -0
- package/dist/aieditorintegration/aieditorintegration.d.ts +32 -32
- package/dist/aieditorintegration/aitogglebutton/aitogglebuttonui.d.ts +34 -34
- package/dist/aieditorintegration/aitogglebutton/toggleaicommand.d.ts +12 -12
- package/dist/aiquickactions/aiquickactions.d.ts +250 -250
- package/dist/aiquickactions/aiquickactionscommand.d.ts +10 -10
- package/dist/aiquickactions/aiquickactionsediting.d.ts +22 -22
- package/dist/aiquickactions/aiquickactionsui.d.ts +125 -124
- package/dist/aiquickactions/ui/aiquickactionsbuttoncreator.d.ts +57 -57
- package/dist/aiquickactions/ui/aiquickactionsdropdowncontentview.d.ts +45 -45
- package/dist/aiquickactions/ui/aiquickactionsdropdowncreator.d.ts +59 -59
- package/dist/aiquickactions/ui/aiquickactionsfilteredlistview.d.ts +0 -4
- package/dist/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.d.ts +12 -12
- package/dist/aiquickactions/ui/balloon/aiactionsballoontoolbarview.d.ts +32 -32
- package/dist/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +129 -125
- package/dist/aiquickactions/ui/dropdownmenubuttonwithhighlightview.d.ts +24 -24
- package/dist/aireviewcore/aireviewcorecheckregistry.d.ts +34 -29
- package/dist/aireviewcore/aireviewcorecontroller.d.ts +48 -48
- package/dist/aireviewcore/aireviewcoreediting.d.ts +216 -224
- package/dist/aireviewcore/aireviewcoreui.d.ts +84 -84
- package/dist/aireviewcore/model/aireviewcheck.d.ts +49 -49
- package/dist/aireviewcore/model/aireviewchecklist.d.ts +29 -28
- package/dist/aireviewcore/model/aireviewcheckresult.d.ts +36 -35
- package/dist/aireviewcore/model/aireviewcheckresultchange.d.ts +51 -50
- package/dist/aireviewcore/model/aireviewcheckrun.d.ts +140 -151
- package/dist/aireviewcore/model/aireviewsystemcheckrun.d.ts +16 -16
- package/dist/aireviewcore/types.d.ts +24 -24
- package/dist/aireviewcore/ui/aireviewcoreballoonsuggestionview.d.ts +34 -34
- package/dist/aireviewcore/ui/aireviewcorechecklistitemresultview.d.ts +57 -65
- package/dist/aireviewcore/ui/aireviewcorecustomcheckview.d.ts +56 -56
- package/dist/aireviewcore/ui/aireviewcorefinishreviewbuttonview.d.ts +9 -9
- package/dist/aireviewcore/ui/aireviewcoregeneralerrorview.d.ts +20 -20
- package/dist/aireviewcore/ui/aireviewcorepromptinputview.d.ts +25 -25
- package/dist/aireviewcore/ui/aireviewcorereviewchecklistview.d.ts +22 -22
- package/dist/aireviewcore/ui/aireviewcorereviewcommandlistitemview.d.ts +37 -39
- package/dist/aireviewcore/ui/aireviewcorereviewcompletedview.d.ts +14 -14
- package/dist/aireviewcore/ui/aireviewcoreuicheckresultsview.d.ts +85 -87
- package/dist/aireviewcore/ui/aireviewcoreview.d.ts +50 -50
- package/dist/aireviewcore/ui/form/aireviewcoreformdropdown.d.ts +16 -16
- package/dist/aireviewcore/ui/form/aireviewcoreformmanager.d.ts +12 -12
- package/dist/aireviewmode/aireviewcheckdefinitions.d.ts +12 -12
- package/dist/aireviewmode/aireviewgateway.d.ts +141 -149
- package/dist/aireviewmode/aireviewmode.d.ts +184 -184
- package/dist/aireviewmode/aireviewmodecheckregistry.d.ts +34 -34
- package/dist/aireviewmode/aireviewmodecontroller.d.ts +23 -22
- package/dist/aireviewmode/aireviewmodeui.d.ts +17 -17
- package/dist/aireviewmode/model/aireviewcheckcustom.d.ts +16 -16
- package/dist/aireviewmode/model/aireviewcheckextra.d.ts +30 -30
- package/dist/aireviewmode/model/aireviewcustomcheckrun.d.ts +17 -17
- package/dist/aireviewmode/model/aireviewextracheckrun.d.ts +15 -15
- package/dist/aireviewmode/model/aireviewmodechecklist.d.ts +22 -22
- package/dist/aireviewmode/model/aireviewrunresult.d.ts +15 -15
- package/dist/aitabs/aitabs.d.ts +84 -84
- package/dist/aitabs/aitabsmainview.d.ts +46 -46
- package/dist/aitabs/tabs/aitabsview.d.ts +194 -188
- package/dist/aitabs/tabs/tabbuttonview.d.ts +39 -39
- package/dist/aitabs/tabs/tabpanelview.d.ts +39 -39
- package/dist/aitranslate/aitranslate.d.ts +162 -129
- package/dist/aitranslate/aitranslatecheckregistry.d.ts +22 -22
- package/dist/aitranslate/aitranslatecontroller.d.ts +17 -15
- package/dist/aitranslate/aitranslategateway.d.ts +77 -0
- package/dist/aitranslate/aitranslateui.d.ts +18 -18
- package/dist/aitranslate/model/aitranslatecheck.d.ts +12 -12
- package/dist/aitranslate/model/aitranslatechecklist.d.ts +11 -11
- package/dist/aitranslate/model/aitranslatecheckrun.d.ts +23 -23
- package/dist/aitranslate/model/aitranslaterunresult.d.ts +20 -0
- package/dist/aitranslate/ui/aitranslatechecklistview.d.ts +7 -8
- package/dist/aitranslate/ui/aitranslatecheckresultsview.d.ts +11 -11
- package/dist/augmentation.d.ts +77 -73
- package/dist/errors.d.ts +0 -4
- package/dist/errorsmap.d.ts +5 -5
- package/dist/index-content.css +1 -0
- package/dist/index-editor.css +11 -8
- package/dist/index.css +11 -8
- package/dist/index.d.ts +70 -63
- package/dist/index.js +19 -6
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +12 -12
- package/dist/aicore/utils/getoperationsfromreply.d.ts +0 -26
package/dist/index.js
CHANGED
|
@@ -20,9 +20,22 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x1970fb,Command as _0x528875,ContextPlugin as _0x915a98,Editor as _0x29da5d}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x380aaa,IconCheck as _0x17783f,IconError as _0x29b5b4,IconSubmit as _0x47b078,IconAIHistory as _0x17e9ed,IconMagicWand as _0x2258a8,IconRobotPencil as _0x3040e5,IconMaximize as _0x48eaa9,IconMinimize as _0x16f8b1,IconShowChangesOn as _0x554737,IconShowChangesOff as _0x27d4c5,IconDocument as _0x4c737b,IconBoxWithCross as _0x2ea868,IconBoxWithCheck as _0x3a0e00,IconBoxWithMarker as _0x5e520b,IconInfo as _0x5ccdf0,IconWeb as _0x513748,IconCancel as _0x59fd32,IconSelection as _0x581346,IconFileUpload as _0x37fe61,IconLink as _0x17ea45,IconImage as _0x265d3f,IconBulb as _0x1374fb,IconAI as _0x20b2e3,IconPreviousArrow as _0x5117cf,IconDocumentOutline as _0x38e8fc,IconLoupe as _0x1491a6,IconPaperClip as _0x3de8dd,IconBrowseFiles as _0x5a3ed7,IconDropdownArrow as _0x4c5fea,IconStop as _0x41314d,IconPlus as _0x2f87c6,IconAIChat as _0x51543d,IconPin as _0x1b858f,IconThreeHorizontalDots as _0x4b6af8,IconAIReview as _0x2e517,IconAITranslate as _0x54ca7a,IconAIAskAI as _0x4d8003,IconThumbUp as _0x25d513,IconThumbDown as _0x3d94ab,IconChevronDown as _0x5a0e8f,IconChevronUp as _0xf67768,IconAIQuickActions as _0x2e6482,IconAIChatCommands as _0xca000,IconAIImproveWriting as _0x485867,IconAIContinueWriting as _0x2a7c57,IconAIGrammarCheck as _0x21c1e1,IconAIAdjustLength as _0x2a9d0f,IconAIChangeTone as _0x4b4d61,IconAIOther as tt,IconRefresh as et,IconNextArrow as it,IconOutdated as st,IconEye as nt,IconEyeCrossedOut as rt,IconChevronRight as ot}from'@ckeditor/ckeditor5-icons/dist/index.js';import{uid as at,CKEditorError as ht,ObservableMixin as ct,global as lt,isVisible as ut,Rect as dt,Collection as _t,FocusTracker as It,KeystrokeHandler as At,first as gt,logWarning as wt,logError as Ct,toArray as mt,version as pt,EmitterMixin as Et,scrollViewportToShowTarget as Tt,insertToPriorityArray as ft,scrollAncestorsToShowTarget as Rt,ResizeObserver as bt,_isMotionReduced as St,getConstrainedViewportRect as Ot,DomEmitterMixin as vt}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ToolbarView as kt,ButtonView as yt,View as Nt,SpinnerView as xt,IconView as Lt,AutocompleteView as Pt,ListView as Dt,ListItemGroupView as Vt,ListItemView as Ht,ButtonLabelView as Mt,FocusCycler as Ut,createLabeledTextarea as Bt,Dialog as Gt,createDropdown as Ft,addMenuToDropdown as Wt,MenuBarMenuView as Kt,MenuBarMenuListItemButtonView as Yt,DialogViewPosition as $t,MenuBarMenuListView as qt,MenuBarMenuListItemView as Qt,BodyCollection as Xt,BalloonPanelView as zt,clickOutsideHandler as jt,addListToDropdown as Jt,UIModel as Zt,submitHandler as te,LabeledFieldView as _0x19464f,createLabeledInputText as _0x537cde,FormHeaderView as _0x4fdc86,HighlightedTextView as _0x5bc622,ViewCollection as _0x171c0b,FileDialogButtonView as _0xb65483,InputTextView as _0x5196ee,SearchTextView as _0x590352,ListItemButtonView as _0x47a4d8,ButtonLabelWithHighlightView as _0x2e8ecb,DropdownMenuPanelPositioningFunctions as _0x4c80ad,BalloonToolbar as _0x3d8fbd,FormRowView as _0x58d4aa,TextareaView as _0x514117}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x42f6f8,ClipboardMarkersUtils as _0x50e6b5}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x16a6c4,ViewDataTransfer as _0x480d1d,ViewUpcastWriter as _0x193aed,Matcher as _0x53113f,_DetachOperation as _0x35b10a,_insertIntoModelNodeList as _0x1603ee,_removeFromModelNodeList as _0x3fdf3e,ModelRange as _0x245154,transformOperationSets as _0x144e65,ViewDowncastWriter as _0x3fd428,ModelDocumentFragment as _0x27f90b,ModelPosition as _0x2a81c3,ModelTreeWalker as _0x46f40e,MarkerOperation as _0x45d78f,InsertOperation as _0x5ea33c}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x28f797,escape as _0x40ab4b,cloneDeep as _0x373484,throttle as _0x46a184,debounce as _0x1902b2,escapeRegExp as _0x554003}from'es-toolkit/compat';import{createParser as _0x2d5b3c}from'eventsource-parser';import{CloudServices as _0x147398}from'@ckeditor/ckeditor5-cloud-services/dist/index.js';import{parseDocument as _0x1a3587}from'htmlparser2';import{isTag as _0x13b829,findOne as _0x1d9b34,getParent as _0x2274ed,findAll as _0x3789f9,removeElement as _0x369ef0,prepend as _0x29d740,prependChild as _0x42bbf5,appendChild as _0xd38d70,append as _0x1fc186,find as _0xc71f43,isComment as _0x483f9c,replaceElement as _0x151bb7,getChildren as _0x137a8a,textContent as ti}from'domutils';import _0x44d9d1 from'dom-serializer';import{isText as _0x2aa022,cloneNode as _0x54dd72,Document as _0x2d0ea8,Element as _0x2fffb9,Text as _0x57fdbc,isDocument as _0x6b228f,NodeWithChildren as _0x25ca24}from'domhandler';import{MarkdownGfmMdToHtmlDefaultPlugins as _0x530040,MarkdownGfmMdToHtml as _0x10d00c}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import _0x40e926 from'rehype-sanitize';import{fixElementSuggestionRange as _0x370b23,DocumentCompare as _0x102c6d,DATA_ID_MODEL_ATTRIBUTE as _0x1e6e9f,ConfirmMixin as _0x382503,getAllMarkersDomElementsSorted as _0x2c1711,SuggestionsConversion as _0x33a450,DATA_ID_VIEW_ATTRIBUTE as _0xc48546,getMarkerDomElement as _0x57da19}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import _0x4f9646 from'morphdom';import{diffArrays as _0x3c1d4d}from'diff';const Ti='_ungrouppedCommands';function fi(_0x2956aa,_0x37ed2d){const _0x5b814c=(0x0,_0x37ed2d['t'])('Other');return _0x2956aa['length']?'groupId'in _0x2956aa[0x0]?_0x2956aa:[{'groupId':Ti,'groupLabel':_0x5b814c,'order':0x1/0x0,'commands':_0x2956aa}]:[{'groupId':Ti,'groupLabel':_0x5b814c,'order':0x1/0x0,'commands':[]}];}const Ri=globalThis['DataTransfer'],bi='ai-ui';class AIAssistantEditing extends _0x1970fb{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0xc14d22}=this,_0x91797e=['ck-fake-ai-selection'];_0xc14d22['config']['get']('ai.assistant.useTheme')&&_0x91797e['push']('ck-ai-assistant-ui_theme'),_0xc14d22['conversion']['for']('editingDowncast')['markerToHighlight']({'model':bi,'view':{'classes':_0x91797e,'priority':0xc}}),_0xc14d22['conversion']['for']('editingDowncast')['markerToElement']({'model':bi,'view':(_0x5ad0a9,{writer:_0x2605b6})=>{if(!_0x5ad0a9['markerRange']['isCollapsed'])return null;const _0x3e4ceb=_0x2605b6['createUIElement']('span');return _0x2605b6['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x3e4ceb),_0x3e4ceb;}});}['afterInit'](){!async function(_0x52a0b4){const _0x1e411b=_0x129c48([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]),_0x479f03=0x3dffc4e1,_0xb4e4f5=0x3df84f31^_0x479f03,_0x36357b=window[_0x129c48([0x44,0x61,0x74,0x65])][_0x129c48([0x6e,0x6f,0x77])](),_0x5101f3=_0x52a0b4[_0x129c48([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2b68c7=new window[(_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a0df3=>{_0x5101f3[_0x129c48([0x6f,0x6e,0x63,0x65])](_0x129c48([0x72,0x65,0x61,0x64,0x79]),_0x2a0df3);}),_0x330389={[_0x129c48([0x6b,0x74,0x79])]:_0x129c48([0x45,0x43]),[_0x129c48([0x75,0x73,0x65])]:_0x129c48([0x73,0x69,0x67]),[_0x129c48([0x63,0x72,0x76])]:_0x129c48([0x50,0x2d,0x32,0x35,0x36]),[_0x129c48([0x78])]:_0x129c48([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]),[_0x129c48([0x79])]:_0x129c48([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]),[_0x129c48([0x61,0x6c,0x67])]:_0x129c48([0x45,0x53,0x32,0x35,0x36])},_0x4e33be=_0x5101f3[_0x129c48([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x129c48([0x67,0x65,0x74])](_0x129c48([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x47e47d(){let _0x5bbfa0,_0x10d320=null,_0x4a0564=null;try{if(_0x4e33be==_0x129c48([0x47,0x50,0x4c]))return _0x129c48([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5bbfa0=_0x5fb281(),!_0x5bbfa0)return _0x129c48([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5bbfa0[_0x129c48([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4a0564=_0x59dba9(_0x5bbfa0[_0x129c48([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5bbfa0[_0x129c48([0x6a,0x74,0x69])])),await _0x24445d()?_0x2e4880()?_0x4cb83a()?_0x129c48([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x7d28e()?(_0x5bbfa0[_0x129c48([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x129c48([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x10d320=_0x1b25f3(_0x129c48([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31fc9b()):_0x129c48([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x129c48([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x129c48([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x129c48([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4cb83a(){const _0x3b4e81=[_0x129c48([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x129c48([0x74,0x72,0x69,0x61,0x6c])][_0x129c48([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bbfa0[_0x129c48([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x36357b/0x3e8:0xe10*_0xb4e4f5;return _0x5bbfa0[_0x129c48([0x65,0x78,0x70])]<_0x3b4e81;}function _0x2e4880(){const _0x1cb910=_0x5bbfa0[_0x129c48([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1cb910&&(!!_0x1cb910[_0x129c48([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x129c48([0x2a]))||!!_0x1cb910[_0x129c48([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x129c48([0x41,0x49])));}function _0x7d28e(){const _0x4d6c63=_0x5bbfa0[_0x129c48([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4d6c63||0x0==_0x4d6c63[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4eac1b}=new URL(window[_0x129c48([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4d6c63[_0x129c48([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4eac1b))return!0x0;const _0x52cb2c=_0x4eac1b[_0x129c48([0x73,0x70,0x6c,0x69,0x74])](_0x129c48([0x2e]));return _0x4d6c63[_0x129c48([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a89c8=>_0x3a89c8[_0x129c48([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x129c48([0x2a])))[_0x129c48([0x6d,0x61,0x70])](_0x49cff5=>_0x49cff5[_0x129c48([0x73,0x70,0x6c,0x69,0x74])](_0x129c48([0x2e])))[_0x129c48([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4cb9b8=>_0x4cb9b8[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x52cb2c[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x129c48([0x6d,0x61,0x70])](_0x5062a0=>Array(_0x52cb2c[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5062a0[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x129c48([0x66,0x69,0x6c,0x6c])](_0x5062a0[0x0]===_0x129c48([0x2a])?_0x129c48([0x2a]):'')[_0x129c48([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5062a0))[_0x129c48([0x73,0x6f,0x6d,0x65])](_0x270d7b=>_0x52cb2c[_0x129c48([0x65,0x76,0x65,0x72,0x79])]((_0x399753,_0x41274f)=>_0x270d7b[_0x41274f]===_0x399753||_0x270d7b[_0x41274f]===_0x129c48([0x2a])));}function _0x31fc9b(){return _0x10d320&&_0x4a0564?new window[(_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x37c161,_0x390f24)=>{_0x10d320[_0x129c48([0x74,0x68,0x65,0x6e])](_0x37c161,_0x390f24),_0x4a0564[_0x129c48([0x74,0x68,0x65,0x6e])](_0x1704b3=>{_0x1704b3!=_0x129c48([0x56,0x61,0x6c,0x69,0x64])&&_0x37c161(_0x1704b3);},_0x390f24);}):_0x10d320||_0x4a0564||_0x129c48([0x56,0x61,0x6c,0x69,0x64]);}}function _0x59dba9(_0x1975f9,_0x1234ec){return new window[(_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10babc=>{if(_0x1b93e7())return _0x10babc(_0x129c48([0x56,0x61,0x6c,0x69,0x64]));_0x3e49ed(),_0x5101f3[_0x129c48([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x129c48([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x417b31=!0x1;const _0x5cd5b6=at();function _0x57601a(_0xd5efd7){return!!_0xd5efd7&&(typeof _0xd5efd7===_0x129c48([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xd5efd7===_0x129c48([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xd5efd7[_0x129c48([0x74,0x68,0x65,0x6e])]===_0x129c48([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xd5efd7[_0x129c48([0x63,0x61,0x74,0x63,0x68])]===_0x129c48([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1a4165(_0xbad32d){_0x1fe036(_0xbad32d)[_0x129c48([0x74,0x68,0x65,0x6e])](_0x11aff1=>{if(!_0x11aff1||_0x11aff1[_0x129c48([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x129c48([0x6f,0x6b]))return _0x129c48([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x17436d(_0xd1bd50(_0x5cd5b6+_0x1234ec))!=_0x11aff1[_0x129c48([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x129c48([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x129c48([0x56,0x61,0x6c,0x69,0x64]);})[_0x129c48([0x74,0x68,0x65,0x6e])](_0x368739=>(_0x3906a0(),_0x368739),()=>{const _0x4e0ab9=_0x42097f();return null==_0x4e0ab9?(_0x3906a0(),_0x129c48([0x56,0x61,0x6c,0x69,0x64])):_0x129c48(_0x36357b-_0x4e0ab9>(0x19f340e1^_0x479f03)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x129c48([0x74,0x68,0x65,0x6e])](_0x10babc)[_0x129c48([0x63,0x61,0x74,0x63,0x68])](()=>{_0x10babc(_0x129c48([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1feec2=0x3dc92a61^_0x479f03;function _0x3906a0(){const _0x47e06f=_0x129c48([0x6c,0x6c,0x63,0x74,0x2d])+_0x17436d(_0xd1bd50(_0x1975f9)),_0x29d8c7=_0xa6ae0(_0x17436d(window[_0x129c48([0x4d,0x61,0x74,0x68])][_0x129c48([0x63,0x65,0x69,0x6c])](_0x36357b/_0x1feec2)));window[_0x129c48([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x129c48([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x47e06f,_0x29d8c7);}function _0x42097f(){const _0xf69022=_0x129c48([0x6c,0x6c,0x63,0x74,0x2d])+_0x17436d(_0xd1bd50(_0x1975f9)),_0x2c13db=window[_0x129c48([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x129c48([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xf69022);return _0x2c13db?window[_0x129c48([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa6ae0(_0x2c13db),0x10)*_0x1feec2:null;}function _0x1fe036(_0x1b122e){return new window[(_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1706fe,_0x3870d3)=>{_0x1b122e[_0x129c48([0x74,0x68,0x65,0x6e])](_0x1706fe,_0x3870d3),window[_0x129c48([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3870d3,0x3dfe1021^_0x479f03);});}}_0x5101f3[_0x129c48([0x6f,0x6e])](_0x129c48([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x29771b,_0x3ecdb4)=>{if(_0x3ecdb4[0x0]!=_0x1975f9)return _0x10babc(_0x129c48([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ecdb4[0x1]={..._0x3ecdb4[0x1],[_0x129c48([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5cd5b6};},{[_0x129c48([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x129c48([0x68,0x69,0x67,0x68])}),_0x5101f3[_0x129c48([0x6f,0x6e])](_0x129c48([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2b30c5=>{_0x57601a(_0x2b30c5[_0x129c48([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x417b31=!0x0,_0x1a4165(_0x2b30c5[_0x129c48([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x129c48([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x129c48([0x6c,0x6f,0x77])}),_0x2b68c7[_0x129c48([0x74,0x68,0x65,0x6e])](()=>{_0x417b31||_0x10babc(_0x129c48([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1b93e7(){return _0x5101f3[_0x129c48([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x129c48([0x76,0x69,0x65,0x77])][_0x129c48([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x129c48([0x61,0x75,0x74,0x6f]);}function _0x3e49ed(){_0x5101f3[_0x129c48([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x129c48([0x76,0x69,0x65,0x77])][_0x129c48([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x129c48([0x61,0x75,0x74,0x6f]);}}function _0x1b25f3(_0x44f2c4){const _0x4061f8=[new window[(_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b5a71=>setTimeout(_0x2b5a71,0x3df6fa2d^_0x479f03)),_0x2b68c7[_0x129c48([0x74,0x68,0x65,0x6e])](()=>new window[(_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2edd86=>{let _0x1bf639=0x0;_0x5101f3[_0x129c48([0x6d,0x6f,0x64,0x65,0x6c])][_0x129c48([0x6f,0x6e])](_0x129c48([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3eda01,_0x34e369)=>{_0x34e369[0x0][_0x129c48([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1bf639++,_0x1bf639==(0x3dffc109^_0x479f03)&&(_0x2edd86(),_0x3eda01[_0x129c48([0x6f,0x66,0x66])]());});}))];return window[_0x129c48([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x129c48([0x72,0x61,0x63,0x65])](_0x4061f8)[_0x129c48([0x74,0x68,0x65,0x6e])](()=>_0x44f2c4);}async function _0x154b7c(){await _0x2b68c7,_0x5101f3[_0x129c48([0x6d,0x6f,0x64,0x65,0x6c])][_0x129c48([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x58ba8a,_0x5101f3[_0x129c48([0x6d,0x6f,0x64,0x65,0x6c])][_0x129c48([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x58ba8a,_0x5101f3[_0x129c48([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x129c48([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x571eef(_0x12867a){const _0x3694d2=_0xecc86b();_0x5101f3[_0x3694d2]=_0x129c48([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x12867a,_0x12867a!=_0x129c48([0x56,0x61,0x6c,0x69,0x64])&&_0x154b7c();}function _0xecc86b(){const _0x4343a2=window[_0x129c48([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x129c48([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x129c48([0x6e,0x6f,0x77])]())[_0x129c48([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x129c48([0x2e]),'');let _0x580e6f=_0x129c48([0x6e]);for(let _0x309968=0x0;_0x309968<_0x4343a2[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x309968+=0x2){let _0xeed7e2=window[_0x129c48([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4343a2[_0x129c48([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x309968,_0x309968+0x2));_0xeed7e2>=_0x1e411b[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xeed7e2-=_0x1e411b[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x580e6f+=_0x1e411b[_0xeed7e2];}return _0x580e6f;}function _0x5fb281(){const _0x68ba10=_0x4e33be[_0x129c48([0x73,0x70,0x6c,0x69,0x74])](_0x129c48([0x2e]));if(0x3!=_0x68ba10[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x55fac5(_0x68ba10[0x1]);function _0x55fac5(_0xf3f0fb){const _0x1a7650=_0x45272d(_0xf3f0fb);return _0x1a7650&&_0x37ff85()?_0x1a7650:null;function _0x37ff85(){const _0x46efdb=_0x1a7650[_0x129c48([0x6a,0x74,0x69])],_0xcc26d1=window[_0x129c48([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46efdb[_0x129c48([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x46efdb[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2704d5={..._0x1a7650,[_0x129c48([0x6a,0x74,0x69])]:_0x46efdb[_0x129c48([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x46efdb[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2704d5[_0x129c48([0x76,0x63])],_0xd1bd50(_0x2704d5)==_0xcc26d1;}}}async function _0x24445d(){let _0x4eb549=!0x0;try{const _0x599c3e=_0x4e33be[_0x129c48([0x73,0x70,0x6c,0x69,0x74])](_0x129c48([0x2e])),[_0x5412de,_0x3fc3f4,_0x2335e1]=_0x599c3e;return _0x26bda8(_0x5412de),await _0x152742(_0x5412de,_0x3fc3f4,_0x2335e1),_0x4eb549;}catch{return!0x1;}function _0x26bda8(_0x49e426){const _0x48f397=_0x45272d(_0x49e426);_0x48f397&&_0x48f397[_0x129c48([0x61,0x6c,0x67])]==_0x129c48([0x45,0x53,0x32,0x35,0x36])||(_0x4eb549=!0x1);}async function _0x152742(_0x329128,_0x5c48b6,_0xa8cf11){const _0x89d24c=window[_0x129c48([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x129c48([0x66,0x72,0x6f,0x6d])](_0x3ac47f(_0xa8cf11),_0x909f5d=>_0x909f5d[_0x129c48([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x29db66=new window[(_0x129c48([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x129c48([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x329128+_0x129c48([0x2e])+_0x5c48b6),_0x1d80a5=window[_0x129c48([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x129c48([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1d80a5)return;const _0x4a4fca=await _0x1d80a5[_0x129c48([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x129c48([0x6a,0x77,0x6b]),_0x330389,{[_0x129c48([0x6e,0x61,0x6d,0x65])]:_0x129c48([0x45,0x43,0x44,0x53,0x41]),[_0x129c48([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x129c48([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x129c48([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1d80a5[_0x129c48([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x129c48([0x6e,0x61,0x6d,0x65])]:_0x129c48([0x45,0x43,0x44,0x53,0x41]),[_0x129c48([0x68,0x61,0x73,0x68])]:{[_0x129c48([0x6e,0x61,0x6d,0x65])]:_0x129c48([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4a4fca,_0x89d24c,_0x29db66)||(_0x4eb549=!0x1);}}function _0x45272d(_0x565b07){return _0x565b07[_0x129c48([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x129c48([0x65,0x79]))?JSON[_0x129c48([0x70,0x61,0x72,0x73,0x65])](_0x3ac47f(_0x565b07)):null;}function _0x3ac47f(_0x1d65d3){return window[_0x129c48([0x61,0x74,0x6f,0x62])](_0x1d65d3[_0x129c48([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x129c48([0x2b]))[_0x129c48([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x129c48([0x2f])));}function _0xd1bd50(_0x2ddbee){let _0x4deeb8=0x1505;function _0x908901(_0x6c1146){for(let _0x4ed9b8=0x0;_0x4ed9b8<_0x6c1146[_0x129c48([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4ed9b8++){const _0x2ecb5f=_0x6c1146[_0x129c48([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4ed9b8);_0x4deeb8=(_0x4deeb8<<0x5)+_0x4deeb8+_0x2ecb5f,_0x4deeb8&=_0x4deeb8;}}function _0x46e258(_0x5695b8){Array[_0x129c48([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5695b8)?_0x5695b8[_0x129c48([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x46e258):_0x5695b8&&typeof _0x5695b8==_0x129c48([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x129c48([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5695b8)[_0x129c48([0x73,0x6f,0x72,0x74])]()[_0x129c48([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x513742,_0x539139])=>{_0x908901(_0x513742),_0x46e258(_0x539139);}):_0x908901(window[_0x129c48([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5695b8));}return _0x46e258(_0x2ddbee),_0x4deeb8>>>0x0;}function _0x17436d(_0x59c677){return _0x59c677[_0x129c48([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x129c48([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x129c48([0x30]));}function _0xa6ae0(_0x5b3831){return _0x5b3831[_0x129c48([0x73,0x70,0x6c,0x69,0x74])]('')[_0x129c48([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x129c48([0x6a,0x6f,0x69,0x6e])]('');}function _0x58ba8a(){}function _0x129c48(_0x4fc400){return _0x4fc400['map'](_0x57d279=>String['fromCharCode'](_0x57d279))['join']('');}_0x571eef(await _0x47e47d());}(this);}['showFakeVisualSelection'](){const _0x24baaa=this['editor']['model'];_0x24baaa['change'](_0x11c5ed=>{const _0x797b4e=_0x24baaa['document']['selection']['getRanges']();let _0x2b63f1=0x0;for(const _0x371669 of _0x797b4e){const _0x25fab8=bi+':'+_0x2b63f1;if(_0x24baaa['markers']['has'](_0x25fab8))_0x11c5ed['updateMarker'](_0x25fab8,{'range':_0x371669});else{if(_0x371669['start']['isAtEnd']){const _0x51c839=_0x371669['start']['getLastMatchingPosition'](({item:_0x4d91d8})=>!_0x24baaa['schema']['isContent'](_0x4d91d8),{'boundaries':_0x371669});_0x11c5ed['addMarker'](_0x25fab8,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x11c5ed['createRange'](_0x51c839,_0x371669['end'])});}else _0x11c5ed['addMarker'](_0x25fab8,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x371669});}_0x2b63f1++;}});}['hideFakeVisualSelection'](){const _0x32ce83=this['editor']['model'],_0x59cb2d=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](bi));_0x59cb2d['length']&&_0x32ce83['change'](_0x46c9fd=>{_0x59cb2d['forEach'](_0x44b745=>{_0x46c9fd['removeMarker'](_0x44b745);});});}['insertContent'](_0xe562de,_0x5e8da6){const _0x4a0b9a=this['_getAISelection'](),_0x4c14d7=_0x5e8da6||_0x4a0b9a['getFirstRange']();this['editor']['model']['canEditAt'](_0x4c14d7)&&this['editor']['model']['change'](_0x3f53b5=>{this['hideFakeVisualSelection'](),_0x5e8da6||this['_resetContentOfSelectedTableCells'](_0x3f53b5,_0x4a0b9a),this['_pasteHTMLUsingClipboard']({'insertAt':_0x4c14d7,'writer':_0x3f53b5,'html':_0xe562de});});}['insertContentBelow'](_0x2359ef){const {model:_0x3af2a9}=this['editor'],_0x40e838=this['_getAISelection']();_0x3af2a9['change'](()=>{const _0x40bdf6=this['_prepareTableInsertBelowPosition'](_0x2359ef,_0x40e838)||this['_getDefaultInsertBelowPosition'](_0x40e838);this['insertContent'](_0x2359ef,_0x40bdf6);});}['_getAISelection'](){const _0x3d6e77=this['editor']['model'],_0xdaa83c=Array['from'](_0x3d6e77['markers']['getMarkersGroup'](bi))['map'](_0x3c5b34=>_0x3c5b34['getRange']());return _0x3d6e77['createSelection'](_0xdaa83c);}['_pasteHTMLUsingClipboard']({writer:_0x47466b,html:_0xb688bd,insertAt:_0x264a04}){const {view:_0x4c1d66}=this['editor']['editing'],_0x3def1a=this['editor']['plugins']['get'](_0x42f6f8),_0x3956bc=new Ri();_0x3956bc['setData']('text/html',_0xb688bd);const _0x80fa53=new ClipboardEvent('paste',{'clipboardData':_0x3956bc}),_0x17da08=new _0x16a6c4(_0x4c1d66,_0x80fa53,{'dataTransfer':new _0x480d1d(_0x3956bc)});_0x47466b['setSelection'](_0x264a04);const _0x2d0930=(_0x3a68ed,_0x27d8b6)=>{_0x27d8b6['resultRange']&&_0x47466b['setSelection'](_0x27d8b6['resultRange']);};_0x3def1a['once']('contentInsertion',_0x2d0930,{'priority':'lowest'}),_0x4c1d66['document']['fire']('paste',_0x17da08),_0x3def1a['off']('contentInsertion',_0x2d0930);}['_getDefaultInsertBelowPosition'](_0xbb3646){const {model:_0x3ff9dd}=this['editor'],_0x14bee6=Array['from'](_0xbb3646['getSelectedBlocks']());return _0x14bee6['length']?_0x3ff9dd['createPositionAfter'](_0x14bee6['pop']()):_0xbb3646['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x5bc454,_0x4d476e){const {model:_0x55f787,plugins:_0x42d544}=this['editor'];if(_0x42d544['has']('TableUtils')){const _0x124807=_0x42d544['get']('TableUtils')['getSelectedTableCells'](_0x4d476e);if(_0x124807['length']){const _0x4787a4=this['_getTableRowCountFromContent'](_0x5bc454),_0x461d3a=this['_createEmptyTableRows'](_0x124807,_0x4787a4);return _0x55f787['createPositionAt'](_0x461d3a,0x0);}}return null;}['_getTableRowCountFromContent'](_0x166031){const _0x1420dd=this['editor']['plugins']['get']('TableUtils'),_0x5b9ce2=this['editor']['data']['parse'](_0x166031,'$documentFragment'),_0x1ca2c7=Array['from'](_0x5b9ce2['getChildren']())['filter'](_0x3dae09=>_0x3dae09['is']('element','table'));let _0x3daffd=0x0;return _0x1ca2c7['forEach'](_0x38802a=>{_0x3daffd+=_0x1420dd['getRows'](_0x38802a);}),_0x3daffd;}['_createEmptyTableRows'](_0x2af1bd,_0xc56ed9){const _0x31fe00=this['editor']['plugins']['get']('TableUtils'),_0x288c84=_0x31fe00['getRowIndexes'](_0x2af1bd),_0x1be966=_0x31fe00['getColumnIndexes'](_0x2af1bd),_0x4acb38=_0x288c84['last']+0x1,_0x3a294e=_0x1be966['first'],_0xd0fcc4=_0x2af1bd[0x0]['findAncestor']('table');for(let _0x2b5772=0x0;_0x2b5772<_0xc56ed9;_0x2b5772++)_0x31fe00['insertRows'](_0xd0fcc4,{'at':_0x4acb38});return _0xd0fcc4['getChild'](_0x4acb38)['getChild'](_0x3a294e);}['_resetContentOfSelectedTableCells'](_0x24bf6e,_0x235ba5){const {plugins:_0x3162d3}=this['editor'],{model:_0x25ad6f}=_0x24bf6e;if(!_0x3162d3['has']('TableUtils'))return;_0x3162d3['get']('TableUtils')['getSelectedTableCells'](_0x235ba5)['length']&&_0x25ad6f['deleteContent'](_0x235ba5);}}class AIAdapter extends _0x1970fb{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new ht('aiadapter-text-adapter-not-set',null);}}class AIRequestError extends Error{constructor(_0x4b00eb){super(_0x4b00eb),this['name']='AIRequestError';}}function Si(_0x3a8196,_0x54f7ce,_0x46fa08){const t=_0x3a8196['t'];switch(_0x54f7ce){case'Edit\x20or\x20review':return t('Edit\x20or\x20review');case'Improve\x20writing':return t('Improve\x20writing');case'Make\x20shorter':return t('Make\x20shorter');case'Make\x20longer':return t('Make\x20longer');case'Simplify\x20language':return t('Simplify\x20language');case'Generate\x20from\x20selection':return t('Generate\x20from\x20selection');case'Summarize':return t('Summarize');case'Continue':return t('Continue');case'Change\x20tone':return t('Change\x20tone');case'Professional':return t('Professional');case'Casual':return t('Casual');case'Direct':return t('Direct');case'Confident':return t('Confident');case'Friendly':return t('Friendly');case'Change\x20style':return t('Change\x20style');case'Business':return t('Business');case'Legal':return t('Legal');case'Journalism':return t('Journalism');case'Poetic':return t('Poetic');case'Translate':return t('Translate');case'English':return t('English');case'Spanish':return t('Spanish');case'German':return t('German');case'Portuguese':return t('Portuguese');case'French':return t('French');case'Simplified\x20Chinese':return t('Simplified\x20Chinese');case'Hindi':return t('Hindi');case'Arabic':return t('Arabic');case'AI\x20Assistant':return t('AI\x20Assistant');case'AI\x20Commands':return t('AI\x20Commands');case'Ask\x20AI\x20to\x20edit\x20or\x20generate':return t('Ask\x20AI\x20to\x20edit\x20or\x20generate');case'Ask\x20AI\x20to\x20improve\x20generated\x20text':return t('Ask\x20AI\x20to\x20improve\x20generated\x20text');case'Copy':return t('Copy');case'Submit':return t('Submit');case'Insert\x20below':return t('Insert\x20below');case'Try\x20again':return t('Try\x20again');case'Stop':return t('Stop');case'AI\x20is\x20writing...':return t('AI\x20is\x20writing...');case'AI\x20is\x20writing':return t('AI\x20is\x20writing');case'Generated\x20content:\x20%0':return t('Generated\x20content:\x20%0',_0x46fa08);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x46fa08);case'History':return t('History');case'Empty\x20history':return t('Empty\x20history');case'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':return t('Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.');case'Prompt\x20history':return t('Prompt\x20history');case'Clear':return t('Clear');case'AI_REPLACE_CONTENT':return t({'id':'AI_REPLACE_CONTENT','string':'Replace'});case'AI_INSERT_CONTENT':return t({'id':'AI_INSERT_CONTENT','string':'Insert'});case'AI_ERROR_GET_HEADERS':return t({'id':'AI_ERROR_GET_HEADERS','string':'Preparing\x20request\x20headers\x20failed'});case'AI_ERROR_GET_PARAMETERS':return t({'id':'AI_ERROR_GET_PARAMETERS','string':'Preparing\x20request\x20parameters\x20failed'});case'AI_ERROR_UNSUPPORTED_MODEL':return t({'id':'AI_ERROR_UNSUPPORTED_MODEL','string':'The\x20requested\x20AI\x20model\x20(\x22%0\x22)\x20is\x20not\x20supported'},_0x46fa08);case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_AWS_NOT_SUPPORTED':return t({'id':'AI_ERROR_AWS_NOT_SUPPORTED','string':'The\x20AWS\x20integration\x20is\x20no\x20longer\x20supported.\x20Please\x20contact\x20the\x20support.'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x54f7ce;}}class ShowAIAssistantCommand extends _0x528875{['_commandDefinitions'];constructor(_0x5c4863,_0x564daa){super(_0x5c4863),this['_commandDefinitions']=_0x564daa,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x4804fa,_0x384b71,_0x9a3155)=>{this['isEnabled']&&(this['enabledCommandsIds']=Oi(this['_commandDefinitions'],_0x9a3155));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x42266e,_0xcdffc8,_0x444b33)=>{this['enabledCommandsIds']=_0x444b33?Oi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x3ab6bc=this['editor']['model'];this['_hasContext']=function(_0x316b6b){const _0x33124a=_0x316b6b['document']['selection'];return _0x33124a['isCollapsed']?0x0!==[..._0x33124a['getSelectedBlocks']()]['length']&&![..._0x33124a['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x316b6b['hasContent'](_0x33124a['getFirstRange']());}(_0x3ab6bc);const _0x12040c=_0x3ab6bc['document']['selection'],_0x5692cf=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x2d80cf of _0x12040c['getRanges']())for(const _0x29acf2 of _0x2d80cf['getItems']())if(_0x29acf2['is']('element')&&_0x5692cf['includes'](_0x29acf2['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0xfbf412='',_0x284ca6='',_0x2a86c2='custom'){this['editor']['plugins']['get'](AIAssistantUI)['showUI'](_0xfbf412,_0x284ca6,_0x2a86c2);}}function Oi(_0x41fc64,_0x3f20c2){const _0x5648fb=new Set();for(const _0x1bd1f0 of _0x41fc64['values']())(_0x3f20c2||!0x1===_0x1bd1f0['requiresContent'])&&_0x5648fb['add'](_0x1bd1f0['id']);return Array['from'](_0x5648fb);}const vi=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is');class AIAssistantController extends/* #__PURE__ -- @preserve */
|
|
24
|
-
ct(){['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x5a3a85,_0x1d2dc2,_0x5414ae){super(),this['editor']=_0x5a3a85,this['textAdapter']=_0x1d2dc2,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x5414ae,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x2ff816,_0x2f4ab4,_0x525aa9)=>{this['view']['value']=this['_sanitizeHTML'](_0x525aa9);}),this['listenTo'](this['view'],'submitPrompt',(_0x37e475,_0x213a52)=>{const _0x351326=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x213a52,_0x351326,'custom');}),this['listenTo'](this['view'],'tryAgainEvent',()=>{this['view']['prompt']=this['previousLabel'],this['_handleQuery'](this['previousQuery'],this['previousContext'],this['previousActionId'],this['previousLabel']);}),this['listenTo'](this['view'],'stopProcessing',()=>{this['stopProcessing']();});}['destroy'](){this['stopListening']();}async['updateView']({actionId:_0x184cb3,query:_0x3d343e,htmlContent:_0x3ea471,label:_0xf072c3,mainActionLabel:_0x58b4f4}){this['view']['prompt']=_0xf072c3,this['view']['mainAction']=_0x58b4f4,this['initialContext']=_0x3ea471,_0x3d343e&&(this['view']['isRendered']?this['_handleQuery'](_0x3d343e,_0x3ea471,_0x184cb3,_0xf072c3):this['view']['once']('render',()=>{this['_handleQuery'](_0x3d343e,_0x3ea471,_0x184cb3,_0xf072c3);}));}['stopProcessing'](){this['isProcessing']&&(this['isProcessing']=!0x1,this['view']['finishProcessing'](),this['textAdapter']['abort']());}['reset'](){this['initialContext']='',this['currentContext']='',this['currentResponse']='',this['previousContext']='',this['previousQuery']='',this['previousLabel']='',this['previousActionId']=void 0x0,this['view']['reset'](),this['stopProcessing']();}async['_handleQuery'](_0x49b413,_0x24a83f,_0x1f8728,_0x2517d0){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x24a83f,this['previousQuery']=_0x49b413,this['previousLabel']=_0x2517d0||_0x49b413,this['previousActionId']=_0x1f8728,new Promise(_0x21eb80=>{this['textAdapter']['makeRequest']({'query':_0x49b413,'context':_0x24a83f,'onData':_0x390e80=>{this['currentResponse']=_0x390e80,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x1f8728})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x5424a0=>{_0x5424a0 instanceof AIRequestError?this['view']['handleError'](_0x5424a0['message']):this['view']['handleError'](),_0x21eb80();})['finally'](()=>{this['stopProcessing'](),_0x21eb80();});});}['_parseAndNormalizeContent'](_0x3c31a8,_0x4001fd=!0x1){const _0x543651=vi['exec'](_0x3c31a8);_0x3c31a8=_0x543651?_0x3c31a8['substring'](_0x543651[0x1]['length']):_0x3c31a8['length']<0x64&&!_0x4001fd?'':this['_stripMarkdownSyntax'](_0x3c31a8);const _0x32cbc2=this['_domParser']['parseFromString'](_0x3c31a8,'text/html');if(_0x543651){const _0x46cff8=Array['from'](_0x32cbc2['body']['childNodes']);_0x46cff8['reverse']();for(const _0x205e78 of _0x46cff8){if(_0x205e78['nodeType']==Node['ELEMENT_NODE'])break;_0x205e78['remove']();}}const _0x326f47=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x32cbc2['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x326f47);const _0x19aeb4=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x9d4dda=this['editor']['data']['toModel'](_0x326f47);return _0x19aeb4||_0x9d4dda['markers']['clear'](),this['editor']['data']['stringify'](_0x9d4dda);}['_normalizeResponseHeadings'](_0x5e191b){const _0x293ad3=new _0x193aed(this['editor']['editing']['view']['document']),_0x1d0786=new _0x53113f({'name':/^h[1-5]$/}),_0x508a5d=[];let _0x11d29d=!0x1;for(const _0x34ad91 of _0x5e191b)_0x34ad91['is']('element')&&_0x1d0786['match'](_0x34ad91)&&(_0x508a5d['push'](_0x34ad91),'h1'==_0x34ad91['name']&&(_0x11d29d=!0x0));if(_0x11d29d){for(const _0x4c04c7 of _0x508a5d)_0x293ad3['rename']('h'+(parseInt(_0x4c04c7['name'][0x1])+0x1),_0x4c04c7);}}['_isH1TagSupportEnabled'](){const {data:_0x263237,editing:_0x286a3a}=this['editor'],_0x5e907d=_0x263237['htmlProcessor']['toView']('<h1></h1>'),_0x1f30ae=_0x263237['toView'](_0x263237['toModel'](_0x5e907d));return!!_0x286a3a['view']['domConverter']['viewToDom'](_0x1f30ae)['querySelector']('h1');}['_sanitizeHTML'](_0x380665){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x380665),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x429705){const _0x40db28=_0x429705['trim']();return _0x40db28['startsWith']('```html')?_0x40db28['endsWith']('```')?_0x40db28['substring'](0x7,_0x40db28['length']-0x3):_0x40db28['substring'](0x7):_0x429705;}}const ki={'REPLACE':'replace','INSERT':'insert'};class AIFormToolbarView extends kt{constructor(_0x51a372){super(_0x51a372),this['set']('isVisible',!0x1),this['set']('mainAction',ki['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x40e12c=>Si(_0x51a372,'AI_'+_0x40e12c['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Si(_0x51a372,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Si(_0x51a372,'Try\x20again')),this['stopButton']=this['_createButton'](Si(_0x51a372,'Stop'));const _0x379f6d=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x379f6d['if']('isVisible','ck-hidden',_0x2d7dc6=>!_0x2d7dc6)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0xb8427b,_0x10b973){const _0x4ece89=new yt(this['locale']);return _0x4ece89['set']({'label':_0xb8427b,'class':_0x10b973||'','isVisible':!0x0,'withText':!0x0}),_0x4ece89;}}class AIFormContentArea extends Nt{['contentFieldView'];['copyButtonView'];constructor(_0x21640f,_0x11c8e3=''){super(_0x21640f),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x38a0f5=this['bindTemplate'];this['contentFieldView']=new ContentFieldView(_0x21640f,_0x11c8e3),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x38a0f5['if']('isVisible','ck-hidden',_0x17223d=>!_0x17223d)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x38a0f5['if']('isProcessing','ck-ai-form__content-area--processing')]},'children':[this['contentFieldView'],{'tag':'div','attributes':{'class':['ck','ck-ai-form__copy-button-wrapper']},'children':[this['copyButtonView']]}]}]});}['render'](){super['render'](),this['value']&&this['contentFieldView']['setContent'](this['value']);let _0x4c65ef=!0x1;this['on']('change:value',(_0x5d47c8,_0xdb686d,_0x5335c9)=>{const _0x250bea=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x5335c9),this['isProcessing']&&_0x250bea&&!_0x4c65ef&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x5a61a1,_0x1609f1,_0x34ba97)=>{_0x4c65ef=!0x1,_0x34ba97?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x4c65ef=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x4c65ef=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x3bf01c=this['locale'],_0x2ee0c5=new yt(this['locale']),_0x34701f='ck-ai-form__copy-button';return _0x2ee0c5['set']({'label':Si(_0x3bf01c,'Copy'),'icon':_0x380aaa,'class':_0x34701f,'tooltip':!0x0}),_0x2ee0c5['bind']('isVisible')['to'](this,'value',_0x473a9e=>!!_0x473a9e),_0x2ee0c5['bind']('isEnabled')['to'](this,'isProcessing',_0x15dc8e=>!_0x15dc8e),_0x2ee0c5['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x2ee0c5['icon']=_0x17783f,_0x2ee0c5['class']=_0x34701f+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x2ee0c5['icon']=_0x380aaa,_0x2ee0c5['class']=_0x34701f;},0x3e8);}),_0x2ee0c5;}['_copyHTMLToClipboard'](_0x4e569e){const {window:_0x43cb6e,document:_0x13898}=lt;if(_0x43cb6e['ClipboardItem']){const {Blob:_0x57c509,ClipboardItem:_0x17c231}=_0x43cb6e,_0xcb035a=[new _0x17c231({'text/html':new _0x57c509([_0x4e569e['innerHTML']],{'type':'text/html'}),'text/plain':new _0x57c509([_0x4e569e['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0xcb035a);}else{const _0x249f0c=_0x13898['createElement']('div');_0x249f0c['style']['position']='absolute',_0x249f0c['style']['left']='-9999px',_0x249f0c['innerHTML']='<span>[</span>'+_0x4e569e['innerHTML']+'<span>]</span>',_0x13898['body']['appendChild'](_0x249f0c);const _0x3412f7=_0x13898['createRange']();_0x3412f7['setStartAfter'](_0x249f0c['firstElementChild']),_0x3412f7['setEndBefore'](_0x249f0c['lastElementChild']);const _0x160bce=_0x43cb6e['getSelection']();_0x160bce['removeAllRanges'](),_0x160bce['addRange'](_0x3412f7),_0x13898['execCommand']('copy'),_0x249f0c['remove']();}}}class ContentFieldView extends Nt{constructor(_0xef17e7,_0x523f46=''){super(_0xef17e7),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x523f46,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x1a1c67){this['element']['innerHTML']=_0x1a1c67;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x2a05d1=new Nt(),_0x491ffc=this['locale'],_0x435e2c=new xt();return _0x435e2c['isVisible']=!0x0,_0x2a05d1['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x435e2c,{'text':Si(_0x491ffc,'AI\x20is\x20writing...')}]}),_0x2a05d1['render'](),_0x2a05d1;}}class AIFormErrorView extends Nt{constructor(_0x4246b6,_0x27e7a9=''){super(_0x4246b6);const _0x256331=new Lt(),_0x39a5ac=this['bindTemplate'];this['set']('text',_0x27e7a9),_0x256331['content']=_0x29b5b4,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x256331,{'text':_0x39a5ac['to']('text')}]});}}class AIFormPromptView extends Pt{['submitButtonView'];['showHistoryButtonView'];constructor(_0xa3c33,_0x5ee7b0){super(_0xa3c33,_0x5ee7b0),this['queryView']['fieldView']['minRows']=0x1,this['queryView']['fieldView']['maxRows']=0x3,this['submitButtonView']=this['_createSubmitButton'](),this['showHistoryButtonView']=this['_createShowHistoryButton'](),this['focusableChildren']['add'](this['showHistoryButtonView'],0x1),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['showHistoryButtonView']),this['children']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x29dd79,_0x65c080)=>{_0x29dd79['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x65c080());});}['_createSubmitButton'](){const _0x45062b=new yt(this['locale']),_0x4d7e68=this['locale'];return _0x45062b['set']({'icon':_0x47b078,'label':Si(_0x4d7e68,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x45062b['on']('execute',()=>{this['submit']();}),_0x45062b['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x4b0392,_0x59635b)=>!_0x4b0392&&_0x59635b),_0x45062b;}['_createShowHistoryButton'](){const _0x3f6eaa=new yt(this['locale']),_0x113c44=this['resultsView'],_0x389065=this['locale'];_0x3f6eaa['set']({'label':Si(_0x389065,'History'),'withText':!0x1,'icon':_0x17e9ed,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x3f6eaa['bind']('isOn')['to'](_0x113c44,'isVisible'),_0x3f6eaa['bind']('isEnabled')['to'](this,'isEnabled'),_0x3f6eaa['on']('execute',()=>{_0x113c44['isVisible']=!_0x113c44['isVisible'],_0x113c44['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x129894=()=>{lt['window']['requestAnimationFrame'](()=>{if(ut(this['element'])){const _0x554cc3=new dt(this['queryView']['fieldView']['element']),_0x530aa7=_0x554cc3['width'],_0x167dda='rtl'===_0x389065['uiLanguageDirection']?'left':'right';_0x554cc3['excludeScrollbarsAndBorders'](),_0x3f6eaa['element']['style'][_0x167dda]=_0x530aa7-_0x554cc3['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x129894),this['on']('render',_0x129894),_0x3f6eaa;}['submit'](){const _0x9f970d=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x9f970d);}['focus'](_0x2343be){-0x1===_0x2343be?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class AIHistoryListView extends Dt{['historyGroupView'];['clearHistoryButton'];constructor(_0x42afa2){super(_0x42afa2),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Vt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Si(_0x42afa2,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x990b91=0x0;for(const _0x401e80 of this['items'])_0x990b91+=_0x401e80['items']['length'];return{'resultsCount':_0x990b91,'totalItemsCount':_0x990b91};}['_createClearHistoryButton'](){const _0xd5ce4c=this['locale'],_0x2bb9c3=new yt(this['locale']);return _0x2bb9c3['set']({'label':'('+Si(_0xd5ce4c,'Clear')+')','withText':!0x0}),_0x2bb9c3['on']('execute',()=>this['fire']('clearHistory')),_0x2bb9c3;}}class AIHistoryListItemView extends Ht{constructor(_0x344fc3){super();const _0x2178be=new Mt(),_0xca69a=new yt(this['locale'],_0x2178be);this['children']['add'](_0xca69a),_0xca69a['set']({'label':_0x344fc3['prompt'],'withText':!0x0}),_0xca69a['on']('execute',()=>{this['fire']('execute',{'value':_0x28f797(_0x344fc3['prompt'])});});}}const yi='CKEditor/AIFormView/PromptHistory';class PromptHistory extends _t{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x103bdf,_0x5af4da)=>{const _0x30403a=Ni(_0x5af4da['prompt']);for(const _0x4cea1e of this)if(_0x4cea1e!=_0x5af4da&&Ni(_0x4cea1e['prompt'])===_0x30403a){this['remove'](_0x4cea1e);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x2ef8a2=sessionStorage['getItem'](yi)||'[]';this['addMany'](JSON['parse'](_0x2ef8a2));}['_saveToSessionStorage'](){sessionStorage['setItem'](yi,JSON['stringify'](this['map'](_0x229fab=>_0x229fab)));}}function Ni(_0x50135a){return _0x50135a['toLowerCase']()['trim']();}class AIFormView extends Nt{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x1adff1,_0x18d7bc,_0x14d3de=''){super(_0x1adff1),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',ki['REPLACE']),this['_promptHistory']=new PromptHistory(),this['errorView']=new AIFormErrorView(_0x1adff1),this['contentArea']=new AIFormContentArea(_0x1adff1,_0x14d3de),this['contentArea']['bind']('isProcessing')['to'](this),this['contentArea']['bind']('value')['to'](this),this['toolbar']=this['_createToolbar'](),this['toolbar']['bind']('mainAction')['to'](this),this['promptView']=this['_createPromptView'](),this['focusTracker']=new It(),this['keystrokes']=new At(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['focusCycler']['chain'](this['promptView']['focusCycler']),this['promptView']['queryView']['fieldView']['bind']('value')['to'](this,'prompt');const _0xea9d80=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x18d7bc],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0xea9d80['if']('isError','ck-hidden',_0xacc64b=>!_0xacc64b)]},'children':[this['errorView']]},this['contentArea'],this['toolbar'],this['promptView']]}]});}['render'](){super['render'](),this['focusTracker']['add'](this['contentArea']['element']),this['focusTracker']['add'](this['contentArea']['copyButtonView']['element']),this['focusTracker']['add'](this['toolbar']['element']),this['focusTracker']['add'](this['promptView']['element']),this['keystrokes']['listenTo'](this['element']);}['focus'](_0x143cc0=0x1){-0x1===_0x143cc0?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['reset'](){this['prompt']='',this['value']='',this['isError']=!0x1,this['promptView']['reset'](),this['contentArea']['isVisible']=!0x1,this['toolbar']['isVisible']=!0x1;}['_createPromptView'](){const _0x56dae0=this['locale'],_0x52c3fb=new AIFormPromptView(_0x56dae0,{'queryView':{'label':Si(_0x56dae0,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':Bt,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Si(_0x56dae0,'Empty\x20history'),'secondary':Si(_0x56dae0,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x52c3fb['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x468acc,_0x3f0d9b)=>_0x468acc&&!_0x3f0d9b),this['listenTo'](_0x52c3fb,'submit',(_0x1e6fc8,_0x2aa4dd)=>{this['prompt']=_0x2aa4dd;const _0x47e0ee=_0x40ab4b(_0x2aa4dd);this['fire']('submitPrompt',_0x47e0ee),_0x2aa4dd['trim']()&&this['_promptHistory']['add']({'prompt':_0x47e0ee},0x0);},{'priority':'high'}),_0x52c3fb;}['_createHistoryView'](){const _0x30138f=new AIHistoryListView(this['locale']);return _0x30138f['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](AIHistoryListItemView),_0x30138f['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x30138f;}['_createToolbar'](){const _0x5e42de=new AIFormToolbarView(this['locale']);return _0x5e42de['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x1a1097,_0x2dbebd,_0x64282)=>_0x1a1097&&!_0x2dbebd&&!!_0x64282),_0x5e42de['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x5e42de['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x1c4bf5,_0x3536b5,_0x44b7cb)=>_0x1c4bf5&&!_0x3536b5&&!!_0x44b7cb),_0x5e42de['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x5e42de['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x570f63,_0x20d7e7)=>_0x570f63&&!_0x20d7e7),_0x5e42de['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x5e42de['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x5e42de['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x5e42de;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x4992c8=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Si(_0x4992c8,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x5b5abe){const _0x58627a=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x5b5abe||Si(_0x58627a,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const xi=globalThis['DataTransfer'];class AIAssistantUI extends _0x1970fb{['licenseKey'];['_licenseKeyCheckInterval'];['_dialog'];['_formView'];['_aiAdapter'];['_aiAssistantController'];['_uiCssClasses']='';static get['pluginName'](){return'AIAssistantUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x50e6b5,AIAssistantEditing,AIAdapter,Gt];}constructor(_0x5ddb66){super(_0x5ddb66),_0x5ddb66['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x5ddb66['config']['define']('ai.assistant.contentAreaCssClass',''),_0x5ddb66['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x5ddb66['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x222747}=this;this['_aiAdapter']=_0x222747['plugins']['get'](AIAdapter),this['_dialog']=_0x222747['plugins']['get'](Gt),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x1db6e3=new ShowAIAssistantCommand(_0x222747,Array['from'](this['_commandDefinitions']['values']()));_0x222747['commands']['add']('showAIAssistant',_0x1db6e3),_0x222747['ui']['componentFactory']['add']('aiCommands',_0x415926=>{const _0x134714=Ft(_0x415926);return _0x134714['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x134714['buttonView']['set']({'label':Si(_0x415926,'AI\x20Commands'),'icon':_0x2258a8,'tooltip':!0x0}),_0x134714['on']('execute',_0x3c3813=>this['_onExecute'](_0x3c3813['source']['id'])),Wt(_0x134714,_0x222747['ui']['view']['body'],function(_0x5615a1){const _0x3a5fc0=fi(_0x5615a1['config']['get']('ai.assistant.commands'),_0x5615a1['locale']),_0x3fafca=Pi(_0x5615a1,_0x3a5fc0)['filter'](_0x5c9028=>_0x5c9028['commands']['length']);if(0x1===_0x3fafca['length'])return Pi(_0x5615a1,_0x3fafca[0x0]['commands'])['map'](_0x364102=>({'id':_0x364102['id'],'label':_0x364102['label']}));return _0x3fafca['map'](_0x4f04b2=>{const {groupId:_0x72cf8b,groupLabel:_0x5c1ac5,commands:_0x3eac89}=_0x4f04b2,_0x1216ff=Pi(_0x5615a1,_0x3eac89)['map'](_0x1785f5=>({'id':_0x1785f5['id'],'label':_0x1785f5['label']}));return{'id':_0x72cf8b,'menu':_0x5c1ac5||_0x72cf8b,'children':_0x1216ff};});}(_0x222747),{'ariaLabel':Si(_0x415926,'AI\x20Commands')}),_0x134714['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x1db6e3['on']('change:enabledCommandsIds',_0x4f29bc),_0x134714['menuView']['once']('render',_0x4f29bc),_0x134714;function _0x4f29bc(){_0x134714['isEnabled']=_0x1db6e3['enabledCommandsIds']['length']>0x0;for(const _0x5cc558 of _0x134714['menuView']['buttons'])_0x5cc558['isEnabled']=_0x1db6e3['enabledCommandsIds']['includes'](_0x5cc558['id']);}}),_0x222747['ui']['componentFactory']['add']('menuBar:aiCommands',_0x1112ee=>{const _0x283107=new Kt(_0x1112ee);_0x283107['buttonView']['set']({'label':Si(_0x1112ee,'AI\x20Commands'),'icon':_0x2258a8}),_0x283107['bind']('isEnabled')['to'](_0x1db6e3,'enabledCommandsIds',_0x1c50a3=>_0x1c50a3['length']>0x0);const _0x51c272=fi(_0x222747['config']['get']('ai.assistant.commands'),_0x1112ee);return this['_populateMenuBarMenu'](_0x1db6e3,_0x283107,_0x51c272,_0xc0345d=>this['_onExecute'](_0xc0345d)),_0x283107;}),_0x222747['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x3601d5=this['_createAIAssistantUIButton'](yt);return _0x3601d5['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x3601d5;}),_0x222747['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x47c6d9=this['_createAIAssistantUIButton'](Yt);return _0x47c6d9['set']({'role':'menuitemcheckbox'}),_0x47c6d9;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1299ab=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x39c7df;for(const _0x2ead1f in _0x1299ab){const _0x5d5129=_0x2ead1f,_0x1b87c4=_0x1299ab[_0x5d5129];if('aiLicenseKeyValid'==_0x1b87c4||'aiLicenseKeyInvalid'==_0x1b87c4||'aiLicenseKeyExpired'==_0x1b87c4||'aiLicenseKeyDomainLimit'==_0x1b87c4||'aiLicenseKeyNotAllowed'==_0x1b87c4||'aiLicenseKeyEvaluationLimit'==_0x1b87c4||'aiLicenseKeyUsageLimit'==_0x1b87c4){delete _0x1299ab[_0x5d5129],_0x39c7df=_0x1b87c4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x39c7df&&_0x1299ab['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x39c7df&&_0x1299ab['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x39c7df&&_0x1299ab['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x39c7df&&_0x1299ab['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x39c7df&&_0x1299ab['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x39c7df&&_0x1299ab['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x4affce='',_0x584a9a='',_0xa589da='custom'){const _0x15e969=this['editor'],_0x5bfd98=_0x15e969['editing']['view'],_0x1ea725=_0x15e969['plugins']['get'](AIAssistantEditing),_0x28e89e=_0x15e969['plugins']['get'](_0x50e6b5);_0x1ea725['showFakeVisualSelection']();const _0x1ae330=new xi(),_0x198940=new ClipboardEvent('copy',{'clipboardData':_0x1ae330}),_0x175f88=new _0x480d1d(_0x1ae330),_0x42d825=new _0x16a6c4(_0x5bfd98,_0x198940,{'dataTransfer':_0x175f88});_0x28e89e['_forceMarkersCopy']('comment',()=>{_0x5bfd98['document']['fire']('copy',_0x42d825);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new AIAssistantController(_0x15e969,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x357327=_0x175f88['getData']('text/html');const _0x2c7c82=_0x15e969['model']['document']['selection'],_0x5693f4=Array['from'](_0x2c7c82['getRanges']());0x1===_0x5693f4['length']&&_0x5693f4[0x0]['isFlat']&&!_0x2c7c82['getSelectedElement']()&&''!==_0x357327['replace'](/ /g,'')['trim']()&&(_0x357327='<p>'+_0x357327+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0xa589da,'query':_0x4affce,'htmlContent':_0x357327,'label':_0x584a9a,'mainActionLabel':ki[_0x15e969['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x3040e5,'title':Si(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':$t['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x1ea725['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x39daaf=new Map(),_0x45d8ad=fi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x45071e of _0x45d8ad)for(const _0x4ce02e of _0x45071e['commands'])_0x39daaf['set'](_0x4ce02e['id'],{..._0x4ce02e,'groupId':_0x45071e['groupId'],'groupLabel':_0x45071e['groupLabel']||_0x45071e['groupId']});return _0x39daaf;}['_createAIAssistantUIButton'](_0x18e618){const _0x4e21ac=this['editor'],_0x3043c2=_0x4e21ac['commands']['get']('showAIAssistant'),_0x4799cf=new _0x18e618(_0x4e21ac['locale']);return _0x4799cf['set']({'label':Si(_0x4e21ac['locale'],'AI\x20Assistant'),'icon':_0x3040e5,'isToggleable':!0x0}),_0x4799cf['bind']('isEnabled')['to'](_0x3043c2),_0x4799cf['bind']('isOn')['to'](this['_dialog'],'id',_0x3b20f4=>'aiAssistant'===_0x3b20f4),this['listenTo'](_0x4799cf,'execute',()=>{_0x4799cf['isOn']?this['hideUI']():_0x3043c2['execute']();}),_0x4799cf;}['_initView'](){const _0x22e34f=this['editor']['plugins']['get'](AIAssistantEditing);this['_formView']=new AIFormView(this['editor']['locale'],this['_uiCssClasses'],this['editor']['config']['get']('ai.assistant.contentAreaCssClass')),this['_formView']['on']('change:value',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['_formView']['promptView']['queryView']['fieldView']['on']('update',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['listenTo'](this['_formView'],'replaceContent',()=>{_0x22e34f['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x22e34f['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x2d92d1,ui:{ariaLiveAnnouncer:_0x1f8b49}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x55090b,_0x834ec6,_0x310c23)=>{const _0x10452e=this['_aiAssistantController']['currentContext'];_0x310c23?_0x1f8b49['announce'](Si(_0x2d92d1,'AI\x20is\x20writing')):_0x10452e&&_0x1f8b49['announce'](Si(_0x2d92d1,'Generated\x20content:\x20%0',_0x10452e),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x379f29,_0x29dbd1,_0x2066e0)=>{if(_0x2066e0){const _0x4f0193=this['_formView']['errorView']['text'];_0x1f8b49['announce'](Si(_0x2d92d1,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x4f0193));}});}['_onExecute'](_0x29ed62){const _0x3734a9=this['_commandDefinitions']['get'](_0x29ed62),_0x40eeb5=this['editor'],_0x84151=_0x40eeb5['model']['document']['selection'],_0x329a5f=_0x40eeb5['commands']['get']('showAIAssistant'),_0x301baf=_0x40eeb5['plugins']['get'](AIAssistantEditing),_0x52c6f1=''+(_0x3734a9['groupId']!==Ti?_0x3734a9['groupLabel']+':\x20':'')+_0x3734a9['label'];if(!0x1!==_0x3734a9['requiresContent']&&_0x84151['isCollapsed']){const _0x328b69=gt(_0x84151['getSelectedBlocks']())||_0x40eeb5['model']['schema']['getLimitElement'](_0x84151);_0x40eeb5['model']['change'](_0x1b9afd=>{_0x1b9afd['setSelection'](_0x328b69,'in');});}_0x301baf['showFakeVisualSelection'](),_0x329a5f['execute'](_0x3734a9['prompt'],_0x52c6f1,'command:'+_0x29ed62);}['_populateMenuBarMenu'](_0x56a61c,_0x12e459,_0x37e8fa,_0x4dbf40){const _0x4a2630=this['editor'],_0x5150f5=_0x4a2630['locale'],_0x314859=new qt(_0x5150f5),_0x5a8721=Pi(_0x4a2630,_0x37e8fa)['filter'](_0x365efb=>_0x365efb['commands']['length']);0x1===_0x5a8721['length']?this['_getMenuBarGroupButtons']({'command':_0x56a61c,'commands':_0x5a8721[0x0]['commands'],'parentMenuView':_0x12e459,'onExecute':_0x4dbf40})['forEach'](_0x487190=>_0x314859['items']['add'](_0x487190)):_0x5a8721['forEach'](({groupId:_0x2d2711,groupLabel:_0x558e68,commands:_0x567bd8})=>{const _0x2682dd=new Qt(_0x5150f5,_0x12e459),_0x14dc8c=new Kt(_0x5150f5),_0x4800ed=new qt(_0x5150f5),_0x3e1102=this['_getMenuBarGroupButtons']({'command':_0x56a61c,'commands':_0x567bd8,'parentMenuView':_0x14dc8c,'onExecute':_0x4dbf40});_0x14dc8c['buttonView']['set']({'label':_0x558e68||_0x2d2711}),_0x14dc8c['delegate']('execute')['to'](_0x12e459),_0x4800ed['items']['addMany'](_0x3e1102),_0x14dc8c['panelView']['children']['add'](_0x4800ed),_0x2682dd['children']['add'](_0x14dc8c),_0x314859['items']['add'](_0x2682dd);}),_0x12e459['panelView']['children']['add'](_0x314859);}['_getMenuBarGroupButtons']({command:_0x5d1d98,commands:_0x250839,parentMenuView:_0x2d657e,onExecute:_0x368a60}){const _0x1c1cfd=this['editor'],_0x46c837=_0x1c1cfd['locale'];return Pi(_0x1c1cfd,_0x250839)['map'](_0x352166=>{const _0x16c15c=new Qt(_0x46c837,_0x2d657e),_0x152002=new Yt(_0x46c837);return _0x152002['set']({'label':_0x352166['label']}),_0x152002['delegate']('execute')['to'](_0x2d657e),_0x152002['on']('execute',()=>_0x368a60(_0x352166['id'])),_0x152002['bind']('isEnabled')['to'](_0x5d1d98,'enabledCommandsIds',_0x471fce=>_0x471fce['includes'](_0x352166['id'])),_0x16c15c['children']['add'](_0x152002),_0x16c15c;});}}function Li(_0x4d52b3,_0x36a48c){return void 0x0!==_0x4d52b3['order']&&void 0x0===_0x36a48c['order']?0x1:void 0x0===_0x4d52b3['order']&&void 0x0!==_0x36a48c['order']?-0x1:void 0x0!==_0x4d52b3['order']&&void 0x0!==_0x36a48c['order']?_0x4d52b3['order']-_0x36a48c['order']:0x0;}function Pi(_0x4f7933,_0x4f4d3e){_0x4f4d3e['sort'](Li);const _0x1b44a6={},_0x41e460=[];for(const _0x5eab56 of _0x4f4d3e)if(void 0x0!==_0x5eab56['order']){if(_0x5eab56['order']in _0x1b44a6)throw new ht('ai-commands-config-order-collision',_0x4f7933,{'conflictingDefinitions':[_0x5eab56,_0x1b44a6[_0x5eab56['order']]]});_0x1b44a6[_0x5eab56['order']]=_0x5eab56,_0x41e460['splice'](_0x5eab56['order'],0x0,_0x5eab56);}else _0x41e460['push'](_0x5eab56);return _0x41e460;}class AIAssistant extends _0x1970fb{static get['requires'](){return[AIAssistantUI,AIAssistantEditing];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x14b5a8){super(_0x14b5a8);const _0x31b5a9=_0x14b5a8['config'],_0x5545fc=_0x14b5a8['locale'];_0x31b5a9['define']('ai.assistant.preserveComments',!0x0),_0x31b5a9['define']('ai.assistant.commands',Di(_0x5545fc)),_0x31b5a9['define']('ai.assistant.extraCommandGroups',[]),_0x31b5a9['define']('ai.assistant.removeCommands',[]);let _0x38b50b=fi(_0x31b5a9['get']('ai.assistant.commands'),_0x5545fc);const _0x599584=_0x31b5a9['get']('ai.assistant.extraCommandGroups'),_0x4bff0d=_0x31b5a9['get']('ai.assistant.removeCommands');_0x599584['forEach'](_0x2e08c2=>{const _0x3b1b8e=_0x38b50b['find'](_0x5bb90f=>_0x5bb90f['groupId']===_0x2e08c2['groupId']);_0x3b1b8e?_0x3b1b8e['commands']=_0x3b1b8e['commands']['concat'](_0x2e08c2['commands']):_0x38b50b['push'](_0x2e08c2);}),_0x38b50b=_0x38b50b['filter'](_0x1105b9=>!_0x4bff0d['includes'](_0x1105b9['groupId'])),_0x38b50b['forEach'](_0x3cb8b8=>{_0x3cb8b8['commands']=_0x3cb8b8['commands']['filter'](_0x46f083=>!_0x4bff0d['includes'](_0x46f083['id']));}),_0x31b5a9['set']('ai.assistant.commands',_0x38b50b);}}function Di(_0x57f746){return[{'groupId':'editOrReview','groupLabel':Si(_0x57f746,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Si(_0x57f746,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Si(_0x57f746,'Make\x20shorter'),'prompt':'Remove\x20any\x20repetitive,\x20redundant,\x20or\x20non-essential\x20writing\x20in\x20this\x20content\x20without\x20changing\x20the\x20meaning\x20or\x20losing\x20any\x20key\x20information.'},{'id':'makeLonger','label':Si(_0x57f746,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Si(_0x57f746,'Simplify\x20language'),'prompt':'Simplify\x20the\x20writing\x20style\x20of\x20this\x20content\x20and\x20reduce\x20the\x20complexity,\x20so\x20that\x20the\x20content\x20is\x20easy\x20to\x20understand.'}]},{'groupId':'generate','groupLabel':Si(_0x57f746,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Si(_0x57f746,'Summarize'),'prompt':'Summarize\x20this\x20content\x20into\x20one\x20paragraph\x20of\x20text.\x20Include\x20only\x20the\x20key\x20ideas\x20and\x20conclusions.\x20Keep\x20it\x20short.\x20Do\x20not\x20keep\x20original\x20text\x20formatting.'},{'id':'continue','label':Si(_0x57f746,'Continue'),'prompt':'Start\x20with\x20the\x20provided\x20content\x20and\x20write\x20at\x20the\x20end\x20of\x20it\x20continuing\x20this\x20topic.\x20Keep\x20the\x20added\x20part\x20short.'}]},{'groupId':'changeTone','groupLabel':Si(_0x57f746,'Change\x20tone'),'commands':[{'id':'professional','label':Si(_0x57f746,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Si(_0x57f746,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Si(_0x57f746,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Si(_0x57f746,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Si(_0x57f746,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Si(_0x57f746,'Change\x20style'),'commands':[{'id':'business','label':Si(_0x57f746,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Si(_0x57f746,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Si(_0x57f746,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Si(_0x57f746,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Si(_0x57f746,'Translate'),'commands':[{'id':'translateEnglish','label':Si(_0x57f746,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Si(_0x57f746,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Si(_0x57f746,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Si(_0x57f746,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Si(_0x57f746,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Si(_0x57f746,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Si(_0x57f746,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Si(_0x57f746,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class AITextAdapter extends _0x1970fb{['abortController'];static get['requires'](){return[AIAdapter];}constructor(_0x27fbc5){super(_0x27fbc5),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](AIAdapter)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x2f7d7d){return this['sendRequest'](_0x2f7d7d)['catch'](_0x2a6904=>{if(_0x2a6904 instanceof AIRequestError)return Promise['reject'](_0x2a6904);if('AbortError'==_0x2a6904['name'])return Promise['resolve']();throw console['error'](_0x2a6904),new ht('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0xecad0e,_0x518b3c){const _0x5b1a8d=this['editor']['locale'],_0x17282b={'Content-Type':'application/json'};if('object'==typeof _0xecad0e)Object['assign'](_0x17282b,_0xecad0e);else{if(_0xecad0e)try{const _0x605761=await _0xecad0e(_0x518b3c);Object['assign'](_0x17282b,_0x605761);}catch{return Promise['reject'](new AIRequestError(Si(_0x5b1a8d,'AI_ERROR_GET_HEADERS')));}}return _0x17282b;}async['_prepareRequestParameters'](_0x516355,_0x4e0ebb){const _0x2a416e=this['editor']['locale'];if('object'==typeof _0x516355)return _0x516355;try{return await _0x516355(_0x4e0ebb);}catch{return Promise['reject'](new AIRequestError(Si(_0x2a416e,'AI_ERROR_GET_PARAMETERS')));}}}class OpenAITextAdapter extends AITextAdapter{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x26671f){super(_0x26671f),_0x26671f['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x26671f['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x26671f['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x26671f['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x26671f['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x26671f['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x26d8db,context:_0x54a57a,onData:_0x21350d,actionId:_0xed6eac}){const _0x258546=this['editor']['locale'],_0x10d7ed=await this['prepareMessages'](_0x26d8db,_0x54a57a,_0xed6eac),_0x147b36=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0xed6eac),_0x5b41c1=await this['_prepareRequestParameters'](this['_requestParameters'],_0xed6eac),_0x22cb1c={'messages':_0x10d7ed,..._0x5b41c1},_0x19d725={'method':'POST','headers':_0x147b36,'body':JSON['stringify'](_0x22cb1c),'signal':this['abortController']['signal']},_0x2285e6=await fetch(this['_apiUrl'],_0x19d725);if(_0x2285e6['ok'])return _0x5b41c1['stream']?await this['_readStreamableResponse'](_0x2285e6,_0x21350d):await this['_readStaticResponse'](_0x2285e6,_0x21350d),Promise['resolve']();{const _0x513f0f=await _0x2285e6['text']();return _0x513f0f['includes']('context_length_exceeded')?Promise['reject'](new AIRequestError(Si(_0x258546,'AI_ERROR_CONTEXT_LENGTH'))):_0x513f0f['includes']('Moderation')?Promise['reject'](new AIRequestError(Si(_0x258546,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x513f0f));}}async['prepareMessages'](_0x208ce8,_0x198790,_0x156ee4){let _0x4f4d3c,_0x446998;return _0x198790?(_0x4f4d3c='Your\x20task\x20is\x20to\x20execute\x20the\x20instruction\x20using\x20the\x20provided\x20HTML\x20content.\x20Follow\x20the\x20instruction\x20closely.\x20Your\x20answer\x20must\x20be\x20a\x20properly\x20formatted\x20HTML\x20code.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x446998='Instruction:\x0a'+_0x208ce8+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x198790):(_0x4f4d3c='Your\x20task\x20is\x20to\x20generate\x20HTML\x20content\x20accordingly\x20to\x20the\x20given\x20instruction.\x20Never\x20include\x20<img>\x20tag\x20in\x20your\x20response\x20even\x20if\x20asked\x20for.\x20Your\x20answer\x20must\x20be\x20a\x20well-structured\x20and\x20properly\x20formatted\x20HTML\x20code.\x20Answer\x20only\x20with\x20the\x20generated\x20HTML\x20content.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x446998=_0x208ce8),[{'role':'system','content':_0x4f4d3c},{'role':'user','content':_0x446998}];}async['_readStreamableResponse'](_0x4e71f3,_0x4c238b){const _0x59f7b3=_0x4e71f3['body']['getReader'](),_0xd28290=new TextDecoder();let _0x36902e='',_0x35cbe9='',_0x45714c='',_0x2b0ee2=!0x1;for(;!_0x2b0ee2;){const {done:_0x5a7055,value:_0x329dea}=await _0x59f7b3['read'](),_0x1f076f=_0x36902e+_0xd28290['decode'](_0x329dea);let _0x2df0ef='';_0x2b0ee2=_0x5a7055;try{_0x2df0ef=this['_cleanUpData'](_0x1f076f),_0x36902e='';}catch{_0x36902e=_0x1f076f;continue;}_0x35cbe9+=_0x2df0ef,!_0x2b0ee2&&this['_isBufferIncomplete'](_0x35cbe9)||_0x35cbe9&&(_0x45714c+=_0x35cbe9,_0x35cbe9='',_0x4c238b(_0x45714c));}return Promise['resolve']();}async['_readStaticResponse'](_0x380945,_0x3e5b01){return _0x3e5b01((await _0x380945['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x351fd9){const _0xec7e76=_0x351fd9['split']('<')['length']!==_0x351fd9['split']('>')['length'],_0x3ff8c9=_0x351fd9['length']<0x1e;return _0xec7e76&&_0x3ff8c9;}['_cleanUpData'](_0x1579a5){return _0x1579a5['split'](/\n(?![^{]*\})/g)['map'](_0x6708be=>_0x6708be['replace']('data:\x20',''))['filter'](_0x40cffe=>_0x40cffe&&_0x40cffe['length']>0x0&&'[DONE]'!==_0x40cffe)['map'](_0x1c754b=>{const {choices:_0x220fac}=JSON['parse'](_0x1c754b);if(_0x220fac[0x0]?.['delta']?.['content'])return _0x220fac[0x0]['delta']['content'];})['filter'](_0x489066=>_0x489066)['join']('');}}class AWSTextAdapter extends AITextAdapter{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),wt('ai-aws-adapter-not-supported');}async['sendRequest'](_0x5064d9){throw Ct('ai-aws-adapter-not-supported'),new AIRequestError(Si(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class TabButtonView extends yt{constructor(_0x5b0e0f,_0x245c52={}){super(_0x5b0e0f),this['isToggleable']=!0x0,this['set']('side',_0x245c52['side']||'top');const _0x2832b9=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...mt(_0x245c52['class']||[]),_0x2832b9['to']('side',_0x35ab51=>'ck-tab-button_'+_0x35ab51),_0x2832b9['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class TabPanelView extends Nt{['children'];constructor(_0x4ca805,_0x23099f={}){super(_0x4ca805);const _0x1e378d=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...mt(_0x23099f['class']||[]),_0x1e378d['to']('class'),_0x1e378d['if']('isVisible','ck-hidden',_0x55a412=>!_0x55a412)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class AITabsView extends Nt{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x3fd867,_0x19bbd8={}){super(_0x3fd867),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x19bbd8['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x19bbd8['collapsible']||!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'activeTab',(_0x4cd16f,_0x3d9021)=>_0x4cd16f&&null!==_0x3d9021);const _0x2ee2b3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...mt(_0x19bbd8['class']||[]),_0x2ee2b3['to']('side',_0xe5bab=>'ck-tabs_'+_0xe5bab),_0x2ee2b3['to']('class'),_0x2ee2b3['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x2ee2b3['to']('activeTab',_0x5c8358=>null===_0x5c8358?'ck-ai-tabs_collapsed':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x2ee2b3['to']('side',_0x28f834=>'ck-tabs__buttons-container_'+_0x28f834)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x2ee2b3['to']('side',_0x144eea=>'ck-tabs__panels-container_'+_0x144eea)]},'children':this['panelViews']},...mt(_0x19bbd8['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x40d4f9){const _0x5d84fe=this['_tabs']['get'](_0x40d4f9);return _0x5d84fe||null;}['addTab'](_0x1be234){const _0x5eadc4=this['_setupButton']({'id':_0x1be234['id'],'label':_0x1be234['buttonLabel'],'icon':_0x1be234['buttonIcon'],'order':_0x1be234['order']}),_0x207e32=new TabPanelView(this['locale']);return _0x207e32['render'](),_0x1be234['content']&&_0x207e32['children']['add'](_0x1be234['content']),this['panelViews']['add'](_0x207e32),this['_tabs']['set'](_0x1be234['id'],{'button':_0x5eadc4,'panel':_0x207e32,'order':void 0x0!==_0x1be234['order']?_0x1be234['order']:null}),this['fire']('addTab:'+_0x1be234['id'],{'id':_0x1be234['id'],'button':_0x5eadc4,'panel':_0x207e32}),null===this['activeTab']?this['activateTab'](_0x1be234['id']):this['_hidePanel'](_0x1be234['id']),{'button':_0x5eadc4,'panel':_0x207e32};}['activateTab'](_0x218c7d){if(null!==_0x218c7d&&!this['getTab'](_0x218c7d))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x218c7d});if(this['activeTab']===_0x218c7d)return;const _0x45391e=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x218c7d,_0x218c7d&&this['_showPanel'](_0x218c7d),this['fire']('activateTab:'+_0x218c7d,{'newTab':_0x218c7d,'oldTab':_0x45391e});}['toggleTabPanel'](_0x217eed){if(!this['getTab'](_0x217eed))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x217eed});this['activeTab']===_0x217eed?this['collapsible']&&(this['activeTab']=null):this['activateTab'](_0x217eed);}['showTab'](_0x4f6b81){if(!this['getTab'](_0x4f6b81))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x4f6b81});this['_showPanel'](_0x4f6b81),this['_showButton'](_0x4f6b81),this['fire']('show:'+_0x4f6b81,_0x4f6b81);}['hideTab'](_0x2ebfa6){if(!this['getTab'](_0x2ebfa6))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x2ebfa6});const _0x3f9e81=this['activeTab'];this['_hidePanel'](_0x2ebfa6),this['_hideButton'](_0x2ebfa6);const _0x3ccbcf=this['getTabIds']();_0x3f9e81===_0x2ebfa6&&_0x3ccbcf['length']>0x1&&this['activateTab'](_0x3ccbcf['find'](_0x579877=>_0x579877!==_0x2ebfa6)),this['fire']('hide:'+_0x2ebfa6,_0x2ebfa6);}['_getPanel'](_0x3980a3){const _0x3dd758=this['_tabs']['get'](_0x3980a3);return _0x3dd758?_0x3dd758['panel']:null;}['_showPanel'](_0xaf41be){null!==this['activeTab']&&this['activeTab']!==_0xaf41be||this['_getPanel'](_0xaf41be)['show']();}['_hidePanel'](_0x28daef){const _0x5e5978=this['_getPanel'](_0x28daef);_0x5e5978['isVisible']&&(this['activeTab']===_0x28daef&&(this['activeTab']=null),_0x5e5978['hide']());}['_getButton'](_0x4eb395){const _0x6bb040=this['_tabs']['get'](_0x4eb395);return _0x6bb040?_0x6bb040['button']:null;}['_showButton'](_0x539471){this['_getButton'](_0x539471)['show']();}['_hideButton'](_0x2ad609){this['_getButton'](_0x2ad609)['hide']();}['_setupButton'](_0x58e5a5){const _0x12faf5=new TabButtonView(this['locale'],{'side':this['side']}),_0xa3d702=this['buttonViews'];if(_0x12faf5['set']({'label':_0x58e5a5['label'],'icon':_0x58e5a5['icon'],'tooltip':!0x0,'withText':!0x0}),_0x12faf5['bind']('isOn')['to'](this,'activeTab',_0x45c3fb=>_0x45c3fb===_0x58e5a5['id']),_0x12faf5['bind']('side')['to'](this,'side'),_0x58e5a5['order']){const _0x3fc8eb=[...this['_tabs']]['reduce']((_0xf7f69,_0x4f89eb)=>{const _0xad1103=_0x4f89eb[0x0],{order:_0x2cf1b8}=_0x4f89eb[0x1];return!_0x2cf1b8||_0x2cf1b8>_0x58e5a5['order']?_0xf7f69:_0x2cf1b8>=_0xf7f69['order']?{'id':_0xad1103,'order':_0x2cf1b8}:_0xf7f69;},{'id':'','order':0x0}),_0x1ab792=_0xa3d702['getIndex'](this['_getButton'](_0x3fc8eb['id']));_0xa3d702['add'](_0x12faf5,_0x1ab792+0x1);}else _0xa3d702['add'](_0x12faf5);return _0x12faf5['on']('execute',()=>{this['toggleTabPanel'](_0x58e5a5['id']);}),_0x12faf5;}}const Vi=['overlay','sidebar','custom'],Hi=['left','right'];class AITabsMainView extends AITabsView{constructor(_0x19631b,_0x43cfb3={}){super(_0x19631b,_0x43cfb3),this['set']('type',_0x43cfb3['type']||'sidebar'),this['set']('side',_0x43cfb3['side']||'right'),this['set']('isVisible',_0x43cfb3['visibleByDefault']??!0x0);const _0x17dde1=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x17dde1['if']('type','ck-ai-tabs__overlay',_0x3ac56a=>'overlay'===_0x3ac56a),_0x17dde1['if']('type','ck-ai-tabs__sidebar',_0x288289=>'sidebar'===_0x288289),_0x17dde1['if']('isVisible','ck-hidden',_0x1fa2dc=>!_0x1fa2dc)]}}),this['buttonViews']['on']('add',(_0x897395,_0x1b5c17)=>{_0x1b5c17['set']('withText',!0x1);});}}class AITabs extends _0x915a98{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4825f1){if(super(_0x4825f1),!this['context']['config']['get']('ai.container'))throw new ht('ai-tabs-configuration-not-found');this['context']['config']['define']('ai.container.visibleByDefault',!0x0),this['context']['config']['define']('ai.container.collapsible',!0x1);const _0x2a6604=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x2a6604['showResizeButton']&&(this['showResizeButton']=_0x2a6604['showResizeButton']),'sidebar'!==_0x2a6604['type']&&'overlay'!==_0x2a6604['type']||_0x2a6604['side']&&(this['side']=_0x2a6604['side']),'sidebar'===_0x2a6604['type']){if(this['container']=_0x2a6604['element'],this['set']('type','sidebar'),!this['container'])throw new ht('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x2a6604['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new AITabsMainView(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':_0x2a6604['visibleByDefault'],'collapsible':_0x2a6604['collapsible']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof _0x29da5d&&this['context']['ui']['focusTracker']['add'](this['view']['element']),this['listenTo'](this,'resizeTabs',()=>{this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);});}['switchType'](_0x397a54){if(_0x397a54&&this['type']!==_0x397a54){if(!Vi['includes'](_0x397a54))throw new ht('ai-tabs-unsupported-ui-type');this['type']=_0x397a54;}}['switchSide'](_0x4858b7){if(_0x4858b7&&this['side']!==_0x4858b7){if(!Hi['includes'](_0x4858b7))throw new ht('ai-tabs-unsupported-ui-side');this['side']=_0x4858b7;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class AIConnector extends _0x915a98{['_apiUrl'];get['_apiUrlV11'](){return this['_apiUrl']['replace'](/\/v1$/,'/v1.1');}['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x147398];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1e4813){if(super(_0x1e4813),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl')['replace'](/\/+$/,''),!this['_apiUrl']['endsWith']('/v1'))throw new ht('ai-service-url-invalid-version',this,{'serviceUrl':this['_apiUrl']});this['_token']=null,this['_decoder']=new TextDecoder(),this['_responseCache']=new Map();}['init'](){const _0x459522=this['context']['plugins']['get'](_0x147398);if(!_0x459522['token'])throw new ht('ai-missing-token',this);this['_token']=_0x459522['token'];}['startConversation'](_0x2329e2,_0x2ce5b5){const _0x5a1670=this['_sendApiRequest']('/conversations','POST',{'id':_0x2329e2,'group':_0x2ce5b5});return{'getConversation':async()=>(await _0x5a1670['request'])['json'](),'abortController':_0x5a1670['abortController']};}['queryAssistant']({message:_0x122af3,conversationId:_0x56d722,parts:_0x6a5f22,capabilities:_0x38599f,model:_0xa26278,attributes:_0x57a503}){const _0x1be2c7={'prompt':_0x122af3,'content':_0x6a5f22,'model':_0xa26278,..._0x38599f&&{'capabilities':_0x38599f},..._0x57a503&&{'attributes':_0x57a503}},_0x1d6a06=this['_sendApiRequest']('/conversations/'+_0x56d722+'/messages','POST',_0x1be2c7,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x16a5e5=(await _0x1d6a06['request'])['body'];return this['_getStreamReader'](_0x16a5e5);},'abortController':_0x1d6a06['abortController']};}['executeCustomAction']({content:_0x54c82c,message:_0x532458,model:_0x29548c,outputFormat:_0xa0945}){const _0x542eb3={'content':[{'type':'text','content':_0x54c82c}],'prompt':_0x532458,'model':_0x29548c,'outputFormat':_0xa0945},_0x5bb41b=this['_sendApiRequest']('/actions/custom/calls','POST',_0x542eb3);return{'getStream':async()=>{const _0xa0de3c=(await _0x5bb41b['request'])['body'];return this['_getStreamReader'](_0xa0de3c);},'abortController':_0x5bb41b['abortController']};}['executeAction']({actionName:_0x188164,content:_0x54e4fd,args:_0x390ee4}){const _0xe11e7c={'content':[{'type':'text','content':_0x54e4fd}],'args':_0x390ee4},_0x3969af=this['_sendApiRequest']('/actions/system/'+_0x188164+'/calls','POST',_0xe11e7c);return{'getStream':async()=>{const _0x53f1be=(await _0x3969af['request'])['body'];return this['_getStreamReader'](_0x53f1be);},'abortController':_0x3969af['abortController']};}['uploadFile'](_0xa34d33,_0x35e928,_0x22fba6){const _0x20228c=new FormData();_0x20228c['append']('file',_0x35e928,_0x35e928['name']),_0x22fba6&&_0x20228c['append']('attributes',JSON['stringify'](_0x22fba6));const _0xebae5e=this['_sendApiRequest']('/conversations/'+_0xa34d33+'/files','POST',_0x20228c);return{'getId':async()=>(await _0xebae5e['request'])['json'](),'abortController':_0xebae5e['abortController']};}['fetchDocument'](_0xa4d196,_0x343d93){const _0x44f3ba=this['_sendApiRequest']('/conversations/'+_0xa4d196+'/documents/'+_0x343d93,'GET');return{'getDocument':async()=>(await _0x44f3ba['request'])['json'](),'abortController':_0x44f3ba['abortController']};}['uploadDocument'](_0x484cd3,_0x4474d6,_0x37ec2){const _0x4ac90d={'content':_0x4474d6};_0x37ec2&&(_0x4ac90d['attributes']=_0x37ec2);const _0x270e5f=this['_sendApiRequest']('/conversations/'+_0x484cd3+'/documents','POST',_0x4ac90d);return{'getId':async()=>(await _0x270e5f['request'])['json'](),'abortController':_0x270e5f['abortController']};}['uploadDocuments'](_0x21415a,_0x5ef103){const _0x5d8ccf={'documents':_0x5ef103['map'](_0x4bb906=>({'content':_0x4bb906['content'],'attributes':{'version':_0x4bb906['version'],'sessionId':_0x4bb906['sessionId'],'channelId':_0x4bb906['channelId'],'rootName':_0x4bb906['rootName'],'selections':_0x4bb906['selections']},...void 0x0!==_0x4bb906['name']?{'name':_0x4bb906['name']}:{},...void 0x0!==_0x4bb906['description']?{'description':_0x4bb906['description']}:{}}))},_0x3b23ae=this['_sendApiRequest']('/conversations/'+_0x21415a+'/documents/batch','POST',_0x5d8ccf);return{'getIds':async()=>(await _0x3b23ae['request'])['json'](),'abortController':_0x3b23ae['abortController']};}['fetchDocuments'](_0x424a79,_0x30f681){const _0x3d87e0=new URLSearchParams();_0x3d87e0['append']('documentIds',_0x30f681['join'](','));const _0x3927b7=this['_sendApiRequest']('/conversations/'+_0x424a79+'/documents/batch?'+_0x3d87e0['toString'](),'GET');return{'getDocuments':async()=>(await _0x3927b7['request'])['json'](),'abortController':_0x3927b7['abortController']};}['fetchConversations'](_0x481098,_0x59dc35={}){const _0x2a9875=new URLSearchParams();_0x2a9875['append']('group',_0x481098),_0x2a9875['append']('excludeEmpty',!0x1!==_0x59dc35['excludeEmpty']?'true':'false'),_0x2a9875['append']('limit',_0x59dc35['limit']?_0x59dc35['limit']['toString']():'100'),_0x2a9875['append']('sortBy',_0x59dc35['sortBy']?_0x59dc35['sortBy']:'createdAt'),_0x2a9875['append']('order',_0x59dc35['order']?_0x59dc35['order']:'desc');const _0x2c02fd=this['_sendApiRequest']('/conversations?'+_0x2a9875['toString'](),'GET');return{'getConversations':async()=>{const _0x10b2d4=await _0x2c02fd['request'];return(await _0x10b2d4['json']())['items'];},'abortController':_0x2c02fd['abortController']};}['deleteConversation'](_0x4967d2){const _0x5a268e=this['_sendApiRequest']('/conversations/'+_0x4967d2,'DELETE');return{'execute':async()=>{await _0x5a268e['request'];},'abortController':_0x5a268e['abortController']};}['updateConversation'](_0x396ada,_0x109edc){const _0xe20544=this['_sendApiRequest']('/conversations/'+_0x396ada,'PATCH',_0x109edc);return{'getResult':async()=>(await _0xe20544['request'],_0x109edc),'abortController':_0xe20544['abortController']};}['fetchConversation'](_0x10715b){const _0xca592b=this['_sendApiRequest']('/conversations/'+_0x10715b,'GET');return{'getConversation':async()=>(await _0xca592b['request'])['json'](),'abortController':_0xca592b['abortController']};}['fetchConversationMessages'](_0x292daf){const _0xe85091=this['_sendApiRequest']('/conversations/'+_0x292daf+'/messages','GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getMessages':async()=>{const _0x84f1ce=await _0xe85091['request'];return(await _0x84f1ce['json']())['items'];},'abortController':_0xe85091['abortController']};}['uploadUrl'](_0x1a481a,_0x2a6019,_0x31fba5){const _0x26bcf3=this['_sendApiRequest']('/conversations/'+_0x1a481a+'/web-resources','POST',{'url':_0x2a6019,'attributes':_0x31fba5});return{'getId':async()=>(await _0x26bcf3['request'])['json'](),'abortController':_0x26bcf3['abortController']};}['getModels'](_0x39f921='en'){const _0x15bc0c=new URLSearchParams();_0x15bc0c['append']('language',_0x39f921);const _0x3a9b31='/models/1?'+_0x15bc0c['toString'](),_0x277a15=this['_sendApiRequest'](_0x3a9b31,'GET',void 0x0,{'useCache':!0x0});return{'list':async()=>await(await _0x277a15['request'])['json'](),'abortController':_0x277a15['abortController']};}['deleteFile'](_0x47cc51,_0x1a9fe5){const _0x16bd5a=this['_sendApiRequest']('/conversations/'+_0x47cc51+'/files/'+_0x1a9fe5,'DELETE');return{'execute':async()=>{await _0x16bd5a['request'];},'abortController':_0x16bd5a['abortController']};}['deleteDocument'](_0x2e1e76,_0x107147){const _0x5885ac=this['_sendApiRequest']('/conversations/'+_0x2e1e76+'/documents/'+_0x107147,'DELETE');return{'execute':async()=>{await _0x5885ac['request'];},'abortController':_0x5885ac['abortController']};}['deleteWebResource'](_0x16bbf2,_0x512e72){const _0x9dd00b=this['_sendApiRequest']('/conversations/'+_0x16bbf2+'/web-resources/'+_0x512e72,'DELETE');return{'execute':async()=>{await _0x9dd00b['request'];},'abortController':_0x9dd00b['abortController']};}['cancelStream'](_0x2188d8,_0x1424f4){const _0x18bde0=this['_sendApiRequest']('/conversations/'+_0x2188d8+'/messages/'+_0x1424f4+'/stream','DELETE',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'execute':async()=>{await _0x18bde0['request'];},'abortController':_0x18bde0['abortController']};}['resumeStream'](_0x329dc1,_0x1bc984,_0x2ef046='0-0'){const _0x557c5f=new URLSearchParams({'lastEventId':_0x2ef046}),_0x50d10e=this['_sendApiRequest']('/conversations/'+_0x329dc1+'/messages/'+_0x1bc984+'/stream?'+_0x557c5f['toString'](),'GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x2620a0=await _0x50d10e['request'];return this['_getStreamReader'](_0x2620a0['body']);},'abortController':_0x50d10e['abortController']};}['callSystemReview']({reviewName:_0x418d20,content:_0x53744f,args:_0x4bd62f}){const _0x2ae6f8=this['_sendApiRequest']('/reviews/system/'+_0x418d20+'/calls','POST',{'content':[{'type':'text','content':_0x53744f}],'args':_0x4bd62f});return{'getStream':async()=>{const _0x224567=(await _0x2ae6f8['request'])['body'];return this['_getStreamReader'](_0x224567);},'abortController':_0x2ae6f8['abortController']};}['callCustomReview']({content:_0x27654e,prompt:_0x26ceb0,model:_0x145719}){const _0x36c25b=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x27654e}],'prompt':_0x26ceb0,'model':_0x145719});return{'getStream':async()=>{const _0x151a89=(await _0x36c25b['request'])['body'];return this['_getStreamReader'](_0x151a89);},'abortController':_0x36c25b['abortController']};}['upsertAIChatRating'](_0x59821a,_0x240bf0,_0x589799){const _0xf92088=this['_sendApiRequest']('/conversations/'+_0x59821a+'/messages/'+_0x240bf0+'/ratings','PUT',{'positiveCount':_0x589799['positiveCount'],'totalCount':_0x589799['totalCount'],'modificationId':_0x589799['modificationId']});return{'execute':async()=>{await _0xf92088['request'];},'abortController':_0xf92088['abortController']};}['upsertAIActionRating'](_0x351152,_0x547796,_0x4cd7f9){const _0x5c065f=this['_sendApiRequest']('/actions/system/'+_0x351152+'/calls/'+_0x547796+'/ratings','PUT',{'positiveCount':_0x4cd7f9['positiveCount'],'totalCount':_0x4cd7f9['totalCount']});return{'execute':async()=>{await _0x5c065f['request'];},'abortController':_0x5c065f['abortController']};}['upsertCustomAIActionRating'](_0x718205,_0x58fe65){const _0x5dc6f5=this['_sendApiRequest']('/actions/custom/calls/'+_0x718205+'/ratings','PUT',{'positiveCount':_0x58fe65['positiveCount'],'totalCount':_0x58fe65['totalCount']});return{'execute':async()=>{await _0x5dc6f5['request'];},'abortController':_0x5dc6f5['abortController']};}['upsertAIReviewRating'](_0x19b0c9,_0x2ac3b6,_0x24a855,_0x69193f){const _0x2b8cc0=this['_sendApiRequest']('/reviews/system/'+_0x19b0c9+'/calls/'+_0x2ac3b6+'/ratings','PUT',{'positiveCount':_0x24a855['positiveCount'],'totalCount':_0x24a855['totalCount'],'dataId':_0x69193f});return{'execute':async()=>{await _0x2b8cc0['request'];},'abortController':_0x2b8cc0['abortController']};}['upsertCustomAIReviewRating'](_0x238193,_0x199efb,_0x4fc8aa){const _0x14b9c8=this['_sendApiRequest']('/reviews/custom/calls/'+_0x238193+'/ratings','PUT',{'positiveCount':_0x199efb['positiveCount'],'totalCount':_0x199efb['totalCount'],'dataId':_0x4fc8aa});return{'execute':async()=>{await _0x14b9c8['request'];},'abortController':_0x14b9c8['abortController']};}['_sendApiRequest'](_0xcaf87e,_0x8565c3,_0x1523aa,_0x46875e={}){const {useCache:_0x12ef5f=!0x1,apiUrl:_0x33fed9=this['_apiUrl']}=_0x46875e,_0x110f9a=new AbortController(),_0x1fdcc3=_0x12ef5f?_0x8565c3+':'+_0xcaf87e:null;if(_0x1fdcc3){const _0x35e6be=this['_responseCache']['get'](_0x1fdcc3);if(_0x35e6be)return{'request':_0x35e6be['then'](_0x54e6cf=>_0x54e6cf['clone']()),'abortController':_0x110f9a};}const _0x4f11c1=_0x1523aa instanceof FormData,_0x287990={'Authorization':'Bearer\x20'+this['_token']?.['value'],'X-Editor-Version':pt};_0x1523aa&&!_0x4f11c1&&(_0x287990['Content-Type']='application/json');const _0x28e1ba={'method':_0x8565c3,'headers':_0x287990,'signal':_0x110f9a['signal']};_0x1523aa&&(_0x28e1ba['body']=_0x4f11c1?_0x1523aa:JSON['stringify'](_0x1523aa));const _0x1a2cdc=fetch(''+_0x33fed9+_0xcaf87e,_0x28e1ba)['catch'](_0x51b68e=>{_0x1fdcc3&&this['_responseCache']['delete'](_0x1fdcc3),this['_handleError'](_0x51b68e);})['then'](_0x9e8db=>_0x9e8db['ok']?_0x9e8db:_0x9e8db['json']()['then'](_0x310d22=>{throw _0x1fdcc3&&this['_responseCache']['delete'](_0x1fdcc3),{'url':_0x33fed9,'path':_0xcaf87e,'method':_0x8565c3,'body':_0x1523aa,'status':(_0x9e8db||{})['status'],'statusText':(_0x9e8db||{})['statusText'],'code':_0x310d22['code'],'message':_0x310d22['message'],'traceId':_0x310d22['traceId']};}));return _0x1fdcc3&&this['_responseCache']['set'](_0x1fdcc3,_0x1a2cdc['then'](_0x34c6a0=>_0x34c6a0['clone']())),{'request':_0x1a2cdc,'abortController':_0x110f9a};}async*['_getStreamReader'](_0x3c83d9){const _0x443dc3=[],_0x1de15e=_0x3c83d9['getReader'](),_0x31047f=_0x2d5b3c({'onError':_0x3e4287=>{this['_handleError'](_0x3e4287);},'onEvent':_0x5d7cc8=>{_0x5d7cc8['data']=JSON['parse'](_0x5d7cc8['data']),_0x443dc3['push'](_0x5d7cc8);}});try{let _0x27af21=!0x1;for(;!_0x27af21;){const {done:_0x151f7a,value:_0x1ef852}=await _0x1de15e['read']();_0x151f7a&&(_0x27af21=!0x0),_0x31047f['feed'](this['_decoder']['decode'](_0x1ef852,{'stream':!0x0})),yield*_0x443dc3,_0x443dc3['length']=0x0;}}catch(_0x4e8769){this['_handleError'](_0x4e8769);}finally{_0x1de15e['releaseLock'](),_0x31047f['reset']();}}['_handleError'](_0x3ab536){if(_0x3ab536 instanceof ht)throw _0x3ab536;if(_0x3ab536 instanceof Error&&'AbortError'===_0x3ab536['name'])throw new ht('ai-request-aborted',this,{'originalError':_0x3ab536});throw new ht('ai-request-failed',this,{'originalError':_0x3ab536});}}function Mi(_0x53ef4e,_0x3965c2,_0x230c3a){const t=_0x53ef4e['t'];switch(_0x3965c2){case'AI_SUGGESTION_HEADER_TITLE':return t({'id':'AI_SUGGESTION_HEADER_TITLE','string':'Proposed\x20changes'});case'AI_SUGGESTION_BUTTON_SHOW_CHANGES':return t({'id':'AI_SUGGESTION_BUTTON_SHOW_CHANGES','string':'Show\x20details'});case'AI_MINI_TOOLBAR_LIKE':return t({'id':'AI_MINI_TOOLBAR_LIKE','string':'I\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_DISLIKE':return t({'id':'AI_MINI_TOOLBAR_DISLIKE','string':'I\x20don\x27t\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_COPY':return t({'id':'AI_MINI_TOOLBAR_COPY','string':'Copy\x20to\x20clipboard'});case'AI_SUGGESTION_CONTENT_PART_TITLE':return t({'id':'AI_SUGGESTION_CONTENT_PART_TITLE','string':'Change\x20%0'},_0x230c3a);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_OUTDATED','string':'Change\x20is\x20outdated'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_APPLY':return t({'id':'AI_SUGGESTION_CONTENT_PART_APPLY','string':'Apply\x20change'});case'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','string':'Add\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_REJECT':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECT','string':'Reject\x20change'});case'AI_SUGGESTION_CONTENT_PART_REMOVED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REMOVED','string':'Removed\x20content.\x20Use\x20\x22Show\x20details\x22\x20to\x20learn\x20more.'});case'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','string':'Approved'});case'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','string':'Rejected'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','string':'Outdated'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi!\x20I\x20can\x20help\x20you\x20draft,\x20rewrite,\x20and\x20improve\x20your\x20text,\x20explore\x20ideas,\x20research\x20topics,\x20and\x20solve\x20problems.\x20How\x20can\x20I\x20help\x20right\x20now?'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'Response\x20stopped.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION','string':'Unable\x20to\x20load\x20chosen\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0x230c3a);case'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED':return t({'id':'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED','string':'Folders\x20cannot\x20be\x20added\x20to\x20the\x20chat.\x20Try\x20adding\x20individual\x20files\x20instead.'});case'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES','string':'Unable\x20to\x20load\x20resources\x20from\x20%0.\x20Please\x20try\x20again.'},_0x230c3a);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_PASTED_TEXT_NAME':return t({'id':'AI_CHAT_CONTEXT_PASTED_TEXT_NAME','string':'Pasted\x20Text'});case'AI_CHAT_DROP_ZONE_HINT':return t({'id':'AI_CHAT_DROP_ZONE_HINT','string':'Drop\x20files\x20here\x20to\x20add\x20to\x20the\x20chat'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL':return t({'id':'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL','string':'Selected\x20content'});case'AI_CHAT_SEARCH_WEB':return t({'id':'AI_CHAT_SEARCH_WEB','string':'Web\x20search'});case'AI_CHAT_ENABLE_WEB_SEARCH':return t({'id':'AI_CHAT_ENABLE_WEB_SEARCH','string':'Enable\x20web\x20search'});case'AI_CHAT_DISABLE_WEB_SEARCH':return t({'id':'AI_CHAT_DISABLE_WEB_SEARCH','string':'Disable\x20web\x20search'});case'AI_CHAT_REASONING':return t({'id':'AI_CHAT_REASONING','string':'Reasoning'});case'AI_CHAT_ENABLE_REASONING':return t({'id':'AI_CHAT_ENABLE_REASONING','string':'Enable\x20reasoning'});case'AI_CHAT_DISABLE_REASONING':return t({'id':'AI_CHAT_DISABLE_REASONING','string':'Disable\x20reasoning'});case'AI_CHAT_COMMANDS':return t({'id':'AI_CHAT_COMMANDS','string':'Commands'});case'AI_CHAT_SEARCH_RESOURCES':return t({'id':'AI_CHAT_SEARCH_RESOURCES','string':'Search\x20resources'});case'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','string':'Back\x20to\x20context\x20options'});case'AI_CHAT_CONTEXT_URL_ADD_URL':return t({'id':'AI_CHAT_CONTEXT_URL_ADD_URL','string':'Add\x20URL'});case'AI_CHAT_CONTEXT_URL_PLACEHOLDER':return t({'id':'AI_CHAT_CONTEXT_URL_PLACEHOLDER','string':'Add\x20URL...'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL','string':'Failed\x20to\x20upload\x20URL:\x20%0.\x20Please\x20try\x20again.'},_0x230c3a);case'AI_CHAT_CONTEXT_INVALID_DATA':return t({'id':'AI_CHAT_CONTEXT_INVALID_DATA','string':'Invalid\x20context\x20data\x20type\x20for\x20the\x20selected\x20resource.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE','string':'Unsupported\x20resource\x20type.\x20Only\x20files\x20and\x20URLs\x20are\x20supported.'});case'AI_CHAT_CONTEXT_URL_EMPTY_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_EMPTY_ERROR','string':'URL\x20cannot\x20be\x20empty.'});case'AI_CHAT_CONTEXT_URL_INVALID_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_INVALID_ERROR','string':'Please\x20enter\x20a\x20valid\x20URL.'});case'AI_CHAT_INVALID_REQUEST':return t({'id':'AI_CHAT_INVALID_REQUEST','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE','string':'The\x20file\x20type\x20is\x20not\x20supported.\x20Please\x20upload\x20a\x20different\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_LARGE':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_LARGE','string':'The\x20file\x20is\x20too\x20large.\x20Please\x20upload\x20a\x20smaller\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES','string':'The\x20file\x20has\x20too\x20many\x20pages.\x20Please\x20upload\x20a\x20file\x20with\x20fewer\x20pages.'});case'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED':return t({'id':'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED','string':'The\x20form\x20data\x20size\x20limits\x20are\x20exceeded.\x20Please\x20upload\x20a\x20smaller\x20file.'});case'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR','string':'AI\x20is\x20preparing\x20a\x20response...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH','string':'AI\x20is\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REASONING','string':'AI\x20is\x20using\x20reasoning\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING','string':'AI\x20is\x20using\x20reasoning\x20and\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','string':'Scanned\x20the\x20internet\x20for\x20insights'});case'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','string':'AI\x20used\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','string':'AI\x20used\x20search\x20and\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR','string':'Ask\x20AI\x20anything...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH','string':'Ask\x20AI\x20anything\x20(web\x20search\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING','string':'Ask\x20AI\x20anything\x20(reasoning\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING','string':'Ask\x20AI\x20anything\x20(web\x20search\x20and\x20reasoning\x20enabled)...'});case'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL','string':'Suggest\x20all'},_0x230c3a);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x230c3a);case'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL','string':'Apply\x20all'});case'AI_CHAT_SUGGESTION_ACTION_APPLY':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY','string':'Apply'});case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x230c3a);case'AI_CHAT_MODEL_SELECTOR_GROUP':return t({'id':'AI_CHAT_MODEL_SELECTOR_GROUP','string':'Models'});case'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP','string':'Select\x20a\x20model'});case'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP','string':'Start\x20a\x20new\x20conversation\x20to\x20change\x20the\x20model'});case'AI_CHAT_CAPABILITIES_YES':return t({'id':'AI_CHAT_CAPABILITIES_YES','string':'Yes'});case'AI_CHAT_CAPABILITIES_NO':return t({'id':'AI_CHAT_CAPABILITIES_NO','string':'No'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT','string':'The\x20selected\x20model\x20is\x20no\x20longer\x20available,\x20so\x20you\x20cannot\x20continue\x20this\x20conversation.\x20Please\x20'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON','string':'start\x20a\x20new\x20one.'});case'AI_CHAT_CONTEXT_SOURCES_LABEL':return t({'id':'AI_CHAT_CONTEXT_SOURCES_LABEL','string':'Sources'});case'AI_CHAT_HISTORY_HEADING':return t({'id':'AI_CHAT_HISTORY_HEADING','string':'Chat\x20History'});case'AI_CHAT_HISTORY_SEARCH_LABEL':return t({'id':'AI_CHAT_HISTORY_SEARCH_LABEL','string':'Search\x20history'});case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY','string':'No\x20chats\x20were\x20found\x20matching\x20\x22%0\x22.'},_0x230c3a);case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY','string':'Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.'});case'AI_CHAT_HISTORY_EMPTY_MESSAGE':return t({'id':'AI_CHAT_HISTORY_EMPTY_MESSAGE','string':'Your\x20chat\x20history\x20for\x20current\x20document\x20will\x20appear\x20here.'});case'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON':return t({'id':'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON','string':'Go\x20to\x20chat'});case'AI_CHAT_HISTORY_PIN_BUTTON':return t({'id':'AI_CHAT_HISTORY_PIN_BUTTON','string':'Pin'});case'AI_CHAT_HISTORY_SHOW_MORE_ITEMS':return t({'id':'AI_CHAT_HISTORY_SHOW_MORE_ITEMS','string':'Show\x20more\x20items'});case'AI_CHAT_HISTORY_EDIT_NAME':return t({'id':'AI_CHAT_HISTORY_EDIT_NAME','string':'Edit\x20name'});case'AI_CHAT_HISTORY_REMOVE':return t({'id':'AI_CHAT_HISTORY_REMOVE','string':'Remove'});case'AI_CHAT_HISTORY_REMOVE_CONFIRM':return t({'id':'AI_CHAT_HISTORY_REMOVE_CONFIRM','string':'Do\x20you\x20want\x20to\x20remove\x20this\x20chat?'});case'AI_CHAT_HISTORY_ACCEPT':return t({'id':'AI_CHAT_HISTORY_ACCEPT','string':'Accept'});case'AI_CHAT_HISTORY_CANCEL':return t({'id':'AI_CHAT_HISTORY_CANCEL','string':'Cancel'});case'AI_CHAT_HISTORY_LOADING_REMOVING':return t({'id':'AI_CHAT_HISTORY_LOADING_REMOVING','string':'Removing\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_RENAMING':return t({'id':'AI_CHAT_HISTORY_LOADING_RENAMING','string':'Renaming\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_PINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_PINNING','string':'Pinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_UNPINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_UNPINNING','string':'Unpinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_CATEGORY_PINNED':return t({'id':'AI_CHAT_HISTORY_CATEGORY_PINNED','string':'Pinned'});case'AI_CHAT_HISTORY_CATEGORY_TODAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_TODAY','string':'Today'});case'AI_CHAT_HISTORY_CATEGORY_YESTERDAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_YESTERDAY','string':'Yesterday'});case'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS','string':'Last\x2014\x20days'});case'AI_CHAT_HISTORY_CATEGORY_LATER':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LATER','string':'Later'});case'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE','string':'Failed\x20to\x20change\x20the\x20\x22%0\x22\x20chat\x20name.\x20Please\x20try\x20again\x20later.'},_0x230c3a);case'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED','string':'Failed\x20to\x20%0\x20the\x20\x22%1\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0x230c3a);case'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM':return t({'id':'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM','string':'Failed\x20to\x20delete\x20the\x20\x22%0\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0x230c3a);case'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS':return t({'id':'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS','string':'Failed\x20to\x20load\x20the\x20chat\x20history.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_ERROR_GENERIC':return t({'id':'AI_CHAT_HISTORY_ERROR_GENERIC','string':'Something\x20went\x20wrong.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_PIN_ACTION':return t({'id':'AI_CHAT_HISTORY_PIN_ACTION','string':'pin'});case'AI_CHAT_HISTORY_UNPIN_ACTION':return t({'id':'AI_CHAT_HISTORY_UNPIN_ACTION','string':'unpin'});case'AI_BALLOON_HEADER_TITLE':return t({'id':'AI_BALLOON_HEADER_TITLE','string':'Change\x20%0'},_0x230c3a);case'AI_BALLOON_APPLY_BUTTON':return t({'id':'AI_BALLOON_APPLY_BUTTON','string':'Apply'});case'AI_BALLOON_SUGGEST_BUTTON':return t({'id':'AI_BALLOON_SUGGEST_BUTTON','string':'Suggest'});case'AI_BALLOON_NEXT_LABEL':return t({'id':'AI_BALLOON_NEXT_LABEL','string':'Next'});case'AI_BALLOON_PREVIOUS_LABEL':return t({'id':'AI_BALLOON_PREVIOUS_LABEL','string':'Previous'});case'AI_SUGGESTION_NO_PARTS_WARNING':return t({'id':'AI_SUGGESTION_NO_PARTS_WARNING','string':'This\x20change\x20is\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_SUGGESTION_EMPTY_PART_WARNING':return t({'id':'AI_SUGGESTION_EMPTY_PART_WARNING','string':'Some\x20of\x20the\x20changes\x20are\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_ACTIONS_TRY_AGAIN':return t({'id':'AI_ACTIONS_TRY_AGAIN','string':'Retry'});case'AI_ACTIONS_PREVIOUS_INTERACTION':return t({'id':'AI_ACTIONS_PREVIOUS_INTERACTION','string':'Previous'});case'AI_ACTIONS_NEXT_INTERACTION':return t({'id':'AI_ACTIONS_NEXT_INTERACTION','string':'Next'});case'AI_MODEL_NAME_AUTO':return t({'id':'AI_MODEL_NAME_AUTO','string':'Auto'});case'AI_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_SEARCH':return t({'id':'AI_QUICK_ACTIONS_SEARCH','string':'Search\x20AI\x20commands'});case'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','string':'No\x20AI\x20commands\x20found'});case'AI_QUICK_ACTIONS_ASK_AI':return t({'id':'AI_QUICK_ACTIONS_ASK_AI','string':'Ask\x20AI'});case'AI_QUICK_ACTIONS_CHAT_COMMANDS':return t({'id':'AI_QUICK_ACTIONS_CHAT_COMMANDS','string':'Chat\x20commands'});case'AI_QUICK_ACTIONS_IMPROVE_WRITING':return t({'id':'AI_QUICK_ACTIONS_IMPROVE_WRITING','string':'Improve\x20writing'});case'AI_QUICK_ACTIONS_CONTINUE_WRITING':return t({'id':'AI_QUICK_ACTIONS_CONTINUE_WRITING','string':'Continue\x20writing'});case'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING':return t({'id':'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','string':'Fix\x20grammar\x20&\x20spelling'});case'AI_QUICK_ACTIONS_ADJUST_LENGTH':return t({'id':'AI_QUICK_ACTIONS_ADJUST_LENGTH','string':'Adjust\x20length'});case'AI_QUICK_ACTIONS_CHANGE_TONE':return t({'id':'AI_QUICK_ACTIONS_CHANGE_TONE','string':'Change\x20tone'});case'AI_QUICK_ACTIONS_TRANSLATE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE','string':'Translate'});case'AI_QUICK_ACTIONS_EXPLAIN':return t({'id':'AI_QUICK_ACTIONS_EXPLAIN','string':'Explain'});case'AI_QUICK_ACTIONS_SUMMARIZE':return t({'id':'AI_QUICK_ACTIONS_SUMMARIZE','string':'Summarize'});case'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS':return t({'id':'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','string':'Highlight\x20key\x20points'});case'AI_QUICK_ACTIONS_MAKE_SHORTER':return t({'id':'AI_QUICK_ACTIONS_MAKE_SHORTER','string':'Make\x20shorter'});case'AI_QUICK_ACTIONS_MAKE_LONGER':return t({'id':'AI_QUICK_ACTIONS_MAKE_LONGER','string':'Make\x20longer'});case'AI_QUICK_ACTIONS_MORE_CASUAL':return t({'id':'AI_QUICK_ACTIONS_MORE_CASUAL','string':'More\x20casual'});case'AI_QUICK_ACTIONS_MORE_DIRECT':return t({'id':'AI_QUICK_ACTIONS_MORE_DIRECT','string':'More\x20direct'});case'AI_QUICK_ACTIONS_MORE_FRIENDLY':return t({'id':'AI_QUICK_ACTIONS_MORE_FRIENDLY','string':'More\x20friendly'});case'AI_QUICK_ACTIONS_MORE_CONFIDENT':return t({'id':'AI_QUICK_ACTIONS_MORE_CONFIDENT','string':'More\x20confident'});case'AI_QUICK_ACTIONS_MORE_PROFESSIONAL':return t({'id':'AI_QUICK_ACTIONS_MORE_PROFESSIONAL','string':'More\x20professional'});case'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT':return t({'id':'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT','string':'Adjust\x20based\x20on\x20the\x20rest\x20of\x20the\x20document'});case'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','string':'English'});case'AI_QUICK_ACTIONS_TRANSLATE_CHINESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_QUICK_ACTIONS_TRANSLATE_FRENCH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_FRENCH','string':'French'});case'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','string':'Japanese'});case'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','string':'Portuguese'});case'AI_QUICK_ACTIONS_TRANSLATE_KOREAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_KOREAN','string':'Korean'});case'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','string':'Italian'});case'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','string':'Russian'});case'AI_QUICK_ACTIONS_TRANSLATE_SPANISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_SPANISH','string':'Spanish'});case'AI_QUICK_ACTIONS_TRANSLATE_GERMAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_GERMAN','string':'German'});case'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','string':'%0\x20plugin\x20is\x20required\x20but\x20not\x20found.'},_0x230c3a);case'AI_QUICK_ACTIONS_OTHER':return t({'id':'AI_QUICK_ACTIONS_OTHER','string':'Other'});case'AI_ACTIONS_GENERIC_ERROR':return t({'id':'AI_ACTIONS_GENERIC_ERROR','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20response.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_BALLOON_SELECTION_REMOVED_ERROR':return t({'id':'AI_BALLOON_SELECTION_REMOVED_ERROR','string':'Changes\x20cannot\x20be\x20applied.\x20The\x20original\x20content\x20no\x20longer\x20exists.'});case'AI_REVIEW_MODE_STOP_GENERATING':return t({'id':'AI_REVIEW_MODE_STOP_GENERATING','string':'Stop\x20generating'});case'AI_REVIEW_MODE_HIDE_CHANGES':return t({'id':'AI_REVIEW_MODE_HIDE_CHANGES','string':'Hide\x20changes'});case'AI_REVIEW_MODE_SHOW_CHANGES':return t({'id':'AI_REVIEW_MODE_SHOW_CHANGES','string':'Show\x20changes'});case'AI_REVIEW_MODE_ACCEPT_ALL':return t({'id':'AI_REVIEW_MODE_ACCEPT_ALL','string':'Accept\x20all'});case'AI_REVIEW_MODE_EXIT_REVIEW':return t({'id':'AI_REVIEW_MODE_EXIT_REVIEW','string':'Exit\x20review'});case'AI_REVIEW_MODE_ACCEPT_CHANGE':return t({'id':'AI_REVIEW_MODE_ACCEPT_CHANGE','string':'Accept'});case'AI_REVIEW_MODE_DISMISS_CHANGE':return t({'id':'AI_REVIEW_MODE_DISMISS_CHANGE','string':'Dismiss'});case'AI_REVIEW_MODE_LEARN_MORE':return t({'id':'AI_REVIEW_MODE_LEARN_MORE','string':'Learn\x20more'});case'AI_REVIEW_MODE_COMPLETED_TEXT':return t({'id':'AI_REVIEW_MODE_COMPLETED_TEXT','string':'There\x27s\x20nothing\x20left\x20to\x20review.'});case'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT':return t({'id':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20changes\x20to\x20suggest.'});case'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','string':'Finish\x20Review'});case'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','string':'Review\x20complete.\x20Finish\x20when\x20ready.'});case'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE':return t({'id':'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','string':'AI\x20Review\x20initialized\x20with\x20errors.\x20Some\x20features\x20may\x20not\x20be\x20available\x20or\x20work\x20properly.'});case'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20whole\x20review\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE','string':'Not\x20everything\x20went\x20through,\x20but\x20the\x20completed\x20items\x20are\x20listed\x20below.'});case'AI_REVIEW_MODE':return t({'id':'AI_REVIEW_MODE','string':'Review'});case'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR':return t({'id':'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR','string':'Prompt\x20must\x20not\x20be\x20empty'});case'AI_REVIEW_CHECK_CUSTOM_TITLE':return t({'id':'AI_REVIEW_CHECK_CUSTOM_TITLE','string':'Custom\x20command'});case'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION','string':'Enter\x20a\x20custom\x20command\x20for\x20a\x20specific\x20review.'});case'AI_REVIEW_CHECK_CORRECTNESS_TITLE':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_TITLE','string':'Proofread'});case'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION','string':'Check\x20the\x20text\x20for\x20errors\x20in\x20grammar,\x20spelling,\x20and\x20punctuation.'});case'AI_REVIEW_CHECK_CLARITY_TITLE':return t({'id':'AI_REVIEW_CHECK_CLARITY_TITLE','string':'Improve\x20clarity'});case'AI_REVIEW_CHECK_CLARITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CLARITY_DESCRIPTION','string':'Improve\x20the\x20logical\x20structure\x20and\x20precision\x20for\x20clearer\x20message.'});case'AI_REVIEW_CHECK_READABILITY_TITLE':return t({'id':'AI_REVIEW_CHECK_READABILITY_TITLE','string':'Improve\x20readability'});case'AI_REVIEW_CHECK_READABILITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_READABILITY_DESCRIPTION','string':'Adjust\x20sentence\x20structure\x20and\x20word\x20choice\x20for\x20an\x20easier\x20read.'});case'AI_REVIEW_CHECK_MAKE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TITLE','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_DESCRIPTION','string':'Shorten\x20or\x20lengthen\x20the\x20text\x20as\x20needed.'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER','string':'Longer'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER','string':'Shorter'});case'AI_REVIEW_CHECK_MAKE_TONE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_TITLE','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION','string':'Modify\x20the\x20text\x20to\x20a\x20desired\x20tone\x20and\x20style.'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL','string':'Casual'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT','string':'Direct'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY','string':'Friendly'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT','string':'Confident'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL','string':'Professional'});case'AI_REVIEW_CHECK_TRANSLATE_TITLE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_TITLE','string':'Translate'});case'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION','string':'Translate\x20the\x20text\x20into\x20another\x20language.'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL','string':'Select\x20language'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH','string':'English'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH','string':'Spanish'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH','string':'French'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN','string':'German'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE','string':'Japanese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN','string':'Russian'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE','string':'Portuguese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN','string':'Korean'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN','string':'Italian'});case'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','string':'Accepted'});case'AI_REVIEW_MODE_CHECK_STATUS_REJECTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_REJECTED','string':'Dismissed'});case'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','string':'Outdated'});case'AI_TOGGLE_BUTTON_LABEL':return t({'id':'AI_TOGGLE_BUTTON_LABEL','string':'AI'});case'AI_TRANSLATE_ACCEPT_ALL':return t({'id':'AI_TRANSLATE_ACCEPT_ALL','string':'Accept\x20translation'});case'AI_TRANSLATE_FINISH_HEADER_TITLE':return t({'id':'AI_TRANSLATE_FINISH_HEADER_TITLE','string':'Translation\x20complete.\x20Finish\x20when\x20ready.'});case'AI_TRANSLATE_EMPTY_RESULTS_TEXT':return t({'id':'AI_TRANSLATE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20translations\x20to\x20review.'});case'AI_TRANSLATE_FINISH_BUTTON_LABEL':return t({'id':'AI_TRANSLATE_FINISH_BUTTON_LABEL','string':'Finish\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','string':'Content\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','string':'A\x20dedicated\x20mode\x20for\x20translating\x20the\x20entire\x20text.'});case'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','string':'Translating\x20to'});case'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','string':'Translated\x20to'});case'AI_TRANSLATE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_TRANSLATE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20translations\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE':return t({'id':'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE','string':'This\x20conversation\x20is\x20loaded\x20from\x20chat\x20history\x20from\x20a\x20previous\x20session,\x20so\x20you\x20can’t\x20apply,\x20reject,\x20or\x20suggest\x20changes.'});case'AI_SUGGESTION_DISABLED_FEED_MESSAGE':return t({'id':'AI_SUGGESTION_DISABLED_FEED_MESSAGE','string':'Actions\x20aren’t\x20available\x20for\x20changes\x20from\x20a\x20previous\x20session.'});default:return _0x3965c2;}}const Ui='ck-ai-button-primary',Bi='ck-ai-button-secondary',Gi='ck-ai-button-tertiary';function Fi(_0x44d672,_0x5e68de){const _0x2ab271=new yt(_0x44d672),_0x13c7c7=Mi(_0x44d672,'AI_TABS_LABEL_MINIMIZE'),_0x1dfe21=Mi(_0x44d672,'AI_TABS_LABEL_MAXIMIZE');return _0x2ab271['set']({'withText':!0x1,'icon':_0x48eaa9,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+Gi}),_0x2ab271['bind']('label')['to'](_0x5e68de,'isMaximized',_0x490d16=>_0x490d16?_0x13c7c7:_0x1dfe21),_0x2ab271['bind']('icon')['to'](_0x5e68de,'isMaximized',_0x1c655e=>_0x1c655e?_0x16f8b1:_0x48eaa9),_0x2ab271['bind']('isOn')['to'](_0x5e68de,'isMaximized'),_0x2ab271['on']('execute',()=>{_0x5e68de['fire']('resizeTabs');}),_0x2ab271;}function Wi(_0x8c514b,_0x1669d4){return _0x1a3587(_0x8c514b,_0x1669d4);}function Ki(_0x2494b0,_0x5f4129){return _0x44d9d1(_0x2494b0,_0x5f4129);}function Yi(_0x18c1ea,_0x58a710,_0x58139d){const _0x2e9c8d=null!==_0x58a710?_0x2c72a9=>_0x2c72a9['attribs'][_0x18c1ea]===_0x58a710:_0xd9c6b8=>Boolean(_0xd9c6b8['attribs'][_0x18c1ea]);return _0x1d9b34(_0x3dcbb5=>_0x13b829(_0x3dcbb5)&&_0x2e9c8d(_0x3dcbb5),_0x58139d);}function $i(_0x57917d,_0x2fab47,_0x496176){const _0x1ed238=null!==_0x2fab47?_0x393bd1=>_0x393bd1['attribs'][_0x57917d]===_0x2fab47:_0x5b0b9c=>Boolean(_0x5b0b9c['attribs'][_0x57917d]);return _0x3789f9(_0x1405c3=>_0x13b829(_0x1405c3)&&_0x1ed238(_0x1405c3),_0x496176);}function qi(_0x2957b8){return _0x3789f9(_0x41556d=>_0x13b829(_0x41556d)&&function(_0x552ee2){const _0x25e7be=_0x552ee2['toLowerCase']();return'script'===_0x25e7be||'style'===_0x25e7be||_0x25e7be['includes']('-');}(_0x41556d['name']),_0x2957b8);}function Qi(_0x21e6af){return _0xc71f43(_0x4f2ca4=>_0x483f9c(_0x4f2ca4),_0x21e6af,!0x0,0x1/0x0);}function Xi(_0x5cd1a7,_0x1a730f){return _0x5cd1a7&&_0x13b829(_0x5cd1a7)?_0x5cd1a7['attribs'][_0x1a730f]:null;}function zi(_0xd10d1b,_0x53fe50,_0x418b30){_0x13b829(_0xd10d1b)&&(null===_0x418b30?delete _0xd10d1b['attribs'][_0x53fe50]:_0xd10d1b['attribs'][_0x53fe50]=_0x418b30);}function ji(_0xfdeed4,_0x3dc025,_0x5a0780){const _0x28b4b7=_0x3dc025['cloneNode'](!0x0);'beforebegin'===_0x5a0780?_0x29d740(_0xfdeed4,_0x28b4b7):'afterbegin'===_0x5a0780?_0x42bbf5(_0xfdeed4,_0x28b4b7):'beforeend'===_0x5a0780?_0xd38d70(_0xfdeed4,_0x28b4b7):'afterend'===_0x5a0780&&_0x1fc186(_0xfdeed4,_0x28b4b7);}function Ji(_0x18049f){const _0x20f90b=[];let _0x497e3f=_0x18049f;for(;_0x497e3f;)_0x497e3f=_0x2274ed(_0x497e3f),_0x497e3f&&_0x20f90b['push'](_0x497e3f);return _0x20f90b;}function Zi(_0x2b43fb){return _0x2b43fb['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function ts(_0x4c3715){let _0x4c4931=0x0;for(;_0x4c3715['parentNode'];)_0x4c3715=_0x4c3715['parentNode'],_0x4c4931++;return _0x4c4931;}function es(_0x4adab1){const _0x25e0f5=[];let _0x345a7e=_0x4adab1['nextSibling'];for(;_0x345a7e;)_0x25e0f5['push'](_0x345a7e),_0x345a7e=_0x345a7e['nextSibling'];_0x25e0f5['forEach'](_0xefd84d=>{_0x369ef0(_0xefd84d);});}class AIResponseParser extends/* #__PURE__ -- @preserve */
|
|
25
|
-
ct(){['_m2html'];constructor(){super();const _0x3ae22a=Object['entries'](_0x530040),_0x24a46f=_0x3ae22a['findIndex'](([_0x2b41ca])=>'rehypeDomRaw'===_0x2b41ca);if(-0x1===_0x24a46f)throw new ht('ai-response-parser-unable-to-set-up-parser');_0x3ae22a['splice'](_0x24a46f+0x1,0x0,['rehypeSanitize',_0x40e926]),this['_m2html']=new _0x10d00c({'plugins':Object['fromEntries'](_0x3ae22a)});}['convertMarkdownToHTML'](_0xf8f031){const _0x551516=this['_m2html']['parse'](_0xf8f031);return this['parseAndNormalizeHTML'](_0x551516);}['parseAndNormalizeHTML'](_0xf34617){return this['_parseHTML'](_0xf34617);}['_parseHTML'](_0x4166f7){const _0x48c18c=Wi('<dummy>'+_0x4166f7['replace'](/<[^>]*?$/g,'')+'</dummy>');return is(_0x48c18c),_0x48c18c['children']=_0x48c18c['children'][0x0]['children'],_0x48c18c;}}function is(_0x35c275){for(const _0x284c53 of _0x35c275['children'])_0x13b829(_0x284c53)?'pre'!==_0x284c53['name']&&is(_0x284c53):_0x2aa022(_0x284c53)&&(_0x284c53['data']=_0x284c53['data']['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/[ \t\r\f\v]+/g,'\x20'));}class AIResponseApplier extends/* #__PURE__ -- @preserve */
|
|
26
|
-
ct(){['_generateUid'];['_uidCounter']=0x0;['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null,'rescuedNewIds':new Set()};['_existingDataIds']=new Set();['_referencedExistingIds']=new Set();constructor(_0x26684c){super(),this['_generateUid']=_0x26684c||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x2e7d86,_0x54acd8,_0x219008){this['_uidCounter']=0x0;const _0x5304b8=_0x2e7d86['cloneNode'](!0x0);rs(_0x54acd8,_0x5304b8);const _0x1e0d85=_0x5304b8['childNodes'],_0x7d8dca=Array['from'](_0x1e0d85)['filter'](_0x1c8191=>!(0x3===_0x1c8191['nodeType']&&''===Ki(_0x1c8191)['trim']())),_0x3997a9=_0x7d8dca['length'];for(const _0x14de78 of _0x7d8dca)_0x14de78&&_0x13b829(_0x14de78)&&void 0x0===_0x14de78['attribs']['data-id']&&zi(_0x14de78,'data-id','new-element');if(0x0===_0x54acd8['childNodes']['length']){const _0x5c5f8c=[];return $i('data-id','new-element',_0x5304b8)['forEach'](_0x2ae08e=>{const _0x3b3d79=this['_generateUid']();zi(_0x2ae08e,'data-id',_0x3b3d79),_0x5c5f8c['push'](_0x3b3d79);}),this['_removeSpecialComments'](_0x5304b8),{'parsedContent':_0x5304b8,'newNodeIds':_0x5c5f8c,'modifiedNodeIds':[],'removedNodeIds':[]};}this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_touchedNodesState']['rescuedNewIds']=new Set(),this['_referencedExistingIds']=new Set(),this['_existingDataIds']=new Set($i('data-id',null,_0x54acd8)['map'](_0x528b86=>Xi(_0x528b86,'data-id'))['filter'](_0x29fd7d=>!!_0x29fd7d));let _0x5a6a5c=-0x1,_0x2e148a=!0x1;for(let _0x4d7250=0x0;_0x4d7250<_0x3997a9;_0x4d7250++){const _0xcabbad=_0x7d8dca[_0x4d7250],_0x3aca03=_0x7d8dca[_0x4d7250+0x1];if(this['_isNewNode'](_0xcabbad)){if(-0x1===_0x5a6a5c&&(_0x5a6a5c=_0x4d7250),this['_markWrappedElements'](_0xcabbad),!this['_isNewNode'](_0x3aca03)){const [_0x744987,_0x48dd5d]=this['_findReferenceNode'](_0xcabbad,_0x2e148a,_0x54acd8);if(_0x744987){const _0x27bd07=Array['from'](_0x7d8dca)['slice'](_0x5a6a5c,_0x4d7250+0x1);this['_insertNodes'](_0x744987,_0x27bd07,_0x48dd5d),_0x5a6a5c=-0x1;}}}else{if(this['_isExistingContentComment'](_0xcabbad))_0x2e148a=!0x0;else{if(this['_isExistingNode'](_0xcabbad)){const _0x119626=Xi(_0xcabbad,'data-id');if(_0x119626&&this['_existingDataIds']['has'](_0x119626)){this['_referencedExistingIds']['add'](_0x119626);const _0x5b1139=Yi('data-id',_0x119626,_0x54acd8);this['_replaceNode'](_0x5b1139,_0xcabbad);}}else{if(ss(_0xcabbad)){const _0x579e7d=ns(_0xcabbad);!!Yi('data-id',_0x579e7d,_0x5304b8)||this['_touchedNodesState']['removedIds']['push'](_0x579e7d);}}}}}for(const _0x357e2a of this['_touchedNodesState']['removedIds']){const _0x137cf6=Yi('data-id',_0x357e2a,_0x54acd8);_0x137cf6&&(this['_rescueUnwrappedElements'](_0x137cf6),this['_removeNode'](_0x137cf6,_0x357e2a,_0x219008));}if($i('data-id','new-element',_0x54acd8)['forEach'](_0x192e64=>{const _0x17a6c2=this['_getUid'](_0x192e64);zi(_0x192e64,'data-id',_0x17a6c2),this['_touchedNodesState']['newIds']['push'](_0x17a6c2);}),this['_removeSpecialComments'](_0x54acd8),_0x219008&&_0x219008['cutAfterUnstable']){const _0x2f5f93=this['_findLastConfirmationPoint'](_0x7d8dca),_0x13af6f=this['_getLastStableElement'](_0x54acd8,_0x2f5f93);this['_markUnstableElements'](_0x54acd8,_0x13af6f);}if(this['_processWrappedElements'](_0x54acd8,_0x219008),_0x219008&&_0x219008['cutAfterUnstable']&&this['_touchedNodesState']['lastTouchedId']){const _0x25341a=$i('data-id',this['_touchedNodesState']['lastTouchedId'],_0x54acd8);let _0x1e6d83=_0x25341a[_0x25341a['length']-0x1];for(;_0x1e6d83;)es(_0x1e6d83),_0x1e6d83=_0x1e6d83['parentNode'];}return{'parsedContent':_0x54acd8,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x39d23c,_0x12cf08,_0x2b432b){for(const _0xe10f03 of _0x12cf08){const _0x81fbb1=this['_getUid'](_0xe10f03);zi(_0xe10f03,'data-id',_0x81fbb1),this['_touchedNodesState']['newIds']['push'](_0x81fbb1),this['_touchedNodesState']['lastTouchedId']=_0x81fbb1;}const _0x22d0da='afterbegin'===_0x2b432b||'afterend'===_0x2b432b?_0x12cf08['reverse']():_0x12cf08;for(const _0x1a8317 of _0x22d0da)ji(_0x39d23c,_0x1a8317,_0x2b432b);}['_replaceNode'](_0x1ae458,_0x13fe15){if(!_0x1ae458)return;if(_0x27cff0=_0x13fe15,Zi(Ki(_0x1ae458))===Zi(Ki(_0x27cff0)))return;var _0x27cff0;const _0x42de10=Xi(_0x1ae458,'data-id');this['_touchedNodesState']['modifiedIds']['push'](_0x42de10),this['_touchedNodesState']['lastTouchedId']=_0x42de10,_0x151bb7(_0x1ae458,_0x13fe15['cloneNode'](!0x0));}['_removeNode'](_0xb1f72d,_0x5d6c25,_0x2a6d2f){if(_0x2a6d2f&&_0x2a6d2f['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x5d6c25;const _0x28fbf4=_0x2a6d2f['replaceRemovedWith']['cloneNode'](!0x0);zi(_0x28fbf4,'data-id',_0x5d6c25),zi(_0x28fbf4,'data-removed','true'),_0x151bb7(_0xb1f72d,_0x28fbf4);}else _0x369ef0(_0xb1f72d);}['_findReferenceNode'](_0x35fe43,_0x5d7c34,_0xcaf158){const _0x1d3b50=this['_findPrevElementWithDataId'](_0x35fe43,!0x1);if(_0x1d3b50){const _0x1784e1=ns(_0x1d3b50),_0x1c047b=Yi('data-id',_0x1784e1,_0xcaf158);if(_0x1c047b)return[_0x1c047b,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x1784e1);}const _0x35d479=this['_findNextElementWithDataId'](_0x35fe43,!0x1);if(_0x35d479){const _0x1c2788=ns(_0x35d479),_0x4743fd=Yi('data-id',_0x1c2788,_0xcaf158);if(_0x4743fd)return[_0x4743fd,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x1c2788);}return _0x5d7c34?_0x35fe43['nextSibling']?this['_findFallbackReferenceNode'](_0x35fe43,_0xcaf158):[_0xcaf158['childNodes'][_0xcaf158['childNodes']['length']-0x1],'afterend']:[_0xcaf158['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x1965fd,_0x87a792){const _0x5316c8=[],_0x36357e=this['_findPrevElementWithDataId'](_0x1965fd,!0x0);if(_0x36357e){const _0x5ae5b3=Yi('data-id',ns(_0x36357e),_0x87a792);_0x5ae5b3&&_0x5316c8['push']([_0x5ae5b3,'afterend']);}const _0x1752e7=this['_findNextElementWithDataId'](_0x1965fd,!0x0);if(_0x1752e7){const _0x381f89=Yi('data-id',ns(_0x1752e7),_0x87a792);_0x381f89&&_0x5316c8['push']([_0x381f89,'beforebegin']);}if(_0x5316c8['length']>0x1)return ts(_0x5316c8[0x0][0x0])<=ts(_0x5316c8[0x1][0x0])?_0x5316c8[0x0]:_0x5316c8[0x1];return 0x1===_0x5316c8['length']?_0x5316c8[0x0]:[_0x87a792['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x248f24,_0x2a201f){let _0x289220=_0x248f24['nextSibling'],_0x1f88c6=null,_0x3dfe29=!0x1;for(;_0x289220;){if(_0x483f9c(_0x289220)){if(ss(_0x289220)&&(_0x1f88c6=_0x289220),this['_isExistingContentComment'](_0x289220)&&_0x2a201f&&!_0x3dfe29){_0x3dfe29=!0x0,_0x289220=_0x289220['nextSibling'];continue;}break;}const _0x4dc53f=Xi(_0x289220,'data-id');if(_0x4dc53f&&'new-element'!==_0x4dc53f&&this['_existingDataIds']['has'](_0x4dc53f)){_0x1f88c6=_0x289220;break;}_0x289220=_0x289220['nextSibling'];}return _0x1f88c6;}['_findPrevElementWithDataId'](_0x4767c7,_0x136f36){let _0x2ae060=_0x4767c7['previousSibling'],_0x31448f=null,_0x3cc3e7=!0x1;for(;_0x2ae060;){if(_0x483f9c(_0x2ae060)){if(ss(_0x2ae060)&&(_0x31448f=_0x2ae060),this['_isExistingContentComment'](_0x2ae060)&&_0x136f36&&!_0x3cc3e7){_0x3cc3e7=!0x0,_0x2ae060=_0x2ae060['previousSibling'];continue;}break;}const _0x1ed865=Xi(_0x2ae060,'data-id');if(_0x1ed865&&'new-element'!==_0x1ed865&&this['_existingDataIds']['has'](_0x1ed865)){_0x31448f=_0x2ae060;break;}_0x2ae060=_0x2ae060['previousSibling'];}return _0x31448f;}['_markWrappedElements'](_0x19f632){_0x13b829(_0x19f632)&&$i('data-id',null,_0x19f632)['forEach'](_0x544c8a=>{this['_isExistingNode'](_0x544c8a)&&(zi(_0x544c8a,'data-wrapped-id',Xi(_0x544c8a,'data-id')),zi(_0x544c8a,'data-id',null));});}['_processWrappedElements'](_0x370171,_0x3fd70e){$i('data-wrapped-id',null,_0x370171)['forEach'](_0x2ea3ff=>{const _0x237e25=Xi(_0x2ea3ff,'data-wrapped-id');if(this['_hasUnstableParent'](_0x2ea3ff))return;const _0x3d720c=Yi('data-id',_0x237e25,_0x370171);zi(_0x2ea3ff,'data-id',_0x237e25),_0x3d720c&&(this['_removeNode'](_0x3d720c,_0x237e25,_0x3fd70e),this['_touchedNodesState']['removedIds']['push'](_0x237e25),this['_touchedNodesState']['lastTouchedId']=_0x237e25);});}['_hasUnstableParent'](_0x353dbf){let _0x2efae2=_0x353dbf['parentNode'];for(;_0x2efae2;){if(Xi(_0x2efae2,'data-unstable'))return!0x0;_0x2efae2=_0x2efae2['parentNode'];}return!0x1;}['_rescueUnwrappedElements'](_0x2b7250){const _0x534cfd=new Set(this['_touchedNodesState']['removedIds']),_0xa5e821=new Set(this['_touchedNodesState']['newIds']);$i('data-id',null,_0x2b7250)['forEach'](_0x4f41be=>{const _0x2cf88e=Xi(_0x4f41be,'data-id'),_0x34e259=!!_0x2cf88e&&this['_referencedExistingIds']['has'](_0x2cf88e),_0x4d7975=!!_0x2cf88e&&_0xa5e821['has'](_0x2cf88e);if(!_0x2cf88e||!_0x34e259&&!_0x4d7975)return;if(_0x534cfd['has'](_0x2cf88e))return;let _0x266506=_0x4f41be['parentNode'],_0x1bf0cb=!0x1;for(;_0x266506;){if(_0x266506===_0x2b7250){_0x1bf0cb=!0x0;break;}const _0x4b157e=Xi(_0x266506,'data-id');if(_0x4b157e&&(this['_referencedExistingIds']['has'](_0x4b157e)||_0xa5e821['has'](_0x4b157e)))return;_0x266506=_0x266506['parentNode'];}if(_0x1bf0cb){if(_0x29d740(_0x2b7250,_0x4f41be),_0x34e259){const _0x251442=this['_generateUid'](),_0x3e24e6=this['_touchedNodesState']['modifiedIds']['indexOf'](_0x2cf88e);-0x1!==_0x3e24e6&&this['_touchedNodesState']['modifiedIds']['splice'](_0x3e24e6,0x1),zi(_0x4f41be,'data-unwrapped-id',_0x2cf88e),zi(_0x4f41be,'data-id',_0x251442),this['_touchedNodesState']['newIds']['push'](_0x251442),this['_touchedNodesState']['rescuedNewIds']['add'](_0x251442),this['_touchedNodesState']['lastTouchedId']=_0x251442;}else this['_touchedNodesState']['rescuedNewIds']['add'](_0x2cf88e),this['_touchedNodesState']['lastTouchedId']=_0x2cf88e;}});}['_getUid'](_0x5254f6){return this['_isExistingNode'](_0x5254f6)?Xi(_0x5254f6,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x2b02fa){Qi(_0x2b02fa)['filter'](_0x5c9a44=>ss(_0x5c9a44)||this['_isExistingContentComment'](_0x5c9a44))['forEach'](_0x4cae8d=>{_0x369ef0(_0x4cae8d);});}['_findLastConfirmationPoint'](_0x4c3814){let _0x54a24e=null,_0x56d389=null,_0x461389=null,_0x508f8f=null;const _0x39a3b7=_0xcc5dc9=>{_0xcc5dc9&&(_0x54a24e=_0xcc5dc9),_0x461389=null,_0x508f8f=null;};for(let _0x1cc9e6=0x0;_0x1cc9e6<_0x4c3814['length'];_0x1cc9e6++){const _0x5057e0=_0x4c3814[_0x1cc9e6];if(this['_isExistingContentComment'](_0x5057e0)){_0x39a3b7(_0x56d389);continue;}if(_0x13b829(_0x5057e0)){const _0x39fe4b=Xi(_0x5057e0,'data-id'),_0xa7d61b=_0x1cc9e6===_0x4c3814['length']-0x1;if(_0x39fe4b&&'new-element'!==_0x39fe4b&&this['_touchedNodesState']['modifiedIds']['includes'](_0x39fe4b)&&!_0xa7d61b){_0x39a3b7(_0x39fe4b),_0x56d389=_0x39fe4b;continue;}}let _0x41688b=null;const _0x48ac89=ns(_0x5057e0);if(_0x48ac89&&this['_touchedNodesState']['rescuedNewIds']['has'](_0x48ac89))_0x56d389=_0x48ac89;else{if(_0x48ac89&&this['_touchedNodesState']['newIds']['includes'](_0x48ac89))_0x41688b='N';else{if(!ss(_0x5057e0))continue;_0x41688b='R';}_0x41688b===_0x508f8f||null===_0x508f8f?_0x508f8f=_0x41688b:null!==_0x461389?(_0x39a3b7(_0x56d389),_0x508f8f=_0x41688b):(_0x461389=_0x508f8f,_0x508f8f=_0x41688b),_0x56d389=_0x48ac89;}}const _0x28873d=_0x4c3814[_0x4c3814['length']-0x1];return _0x28873d&&!_0x13b829(_0x28873d)&&!ss(_0x28873d)&&_0x56d389&&_0x39a3b7(_0x56d389),_0x54a24e;}['_getLastStableElement'](_0x43997a,_0x29bc79){if(!_0x29bc79)return null;const _0x3de1d3=Yi('data-id',_0x29bc79,_0x43997a);if(!_0x3de1d3)return null;const _0x232fab=[_0x3de1d3,...Ji(_0x3de1d3)]['at'](-0x2);if(_0x232fab===_0x3de1d3)return _0x3de1d3;let _0x32c65d=_0x232fab['previousSibling'];for(;_0x32c65d&&!_0x13b829(_0x32c65d);)_0x32c65d=_0x32c65d['previousSibling'];return _0x32c65d;}['_markUnstableElements'](_0x3c10e2,_0x58ac57){const _0x1963ee=new Set([...this['_touchedNodesState']['newIds'],...this['_touchedNodesState']['modifiedIds'],...this['_touchedNodesState']['removedIds']]);let _0x3cb6e1=_0x58ac57?_0x58ac57['nextSibling']:_0x3c10e2['firstChild'];for(;_0x3cb6e1;){_0x13b829(_0x3cb6e1)&&((_0x1963ee['has'](Xi(_0x3cb6e1,'data-id'))||$i('data-id',null,_0x3cb6e1)['some'](_0x5df97b=>_0x1963ee['has'](Xi(_0x5df97b,'data-id'))))&&zi(_0x3cb6e1,'data-unstable','true')),_0x3cb6e1=_0x3cb6e1['nextSibling'];}}['_isNewNode'](_0x4c16a1){return Boolean('new-element'===Xi(_0x4c16a1,'data-id'));}['_isExistingNode'](_0x596c4c){return Boolean((Xi(_0x596c4c,'data-id')||'')['length']>0x0&&'new-element'!==Xi(_0x596c4c,'data-id'));}['_isExistingContentComment'](_0x147a23){return Boolean(_0x483f9c(_0x147a23)&&Ki(_0x147a23)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function ss(_0x2c45f2){return!!_0x2c45f2&&Boolean(_0x483f9c(_0x2c45f2)&&Ki(_0x2c45f2)['match'](/removed[\s*-]data-id="[^"]+"/));}function ns(_0x1d0e7a){if(!_0x1d0e7a)return null;if(_0x13b829(_0x1d0e7a))return Xi(_0x1d0e7a,'data-id')??null;if(_0x483f9c(_0x1d0e7a)){const _0x1c8892=Ki(_0x1d0e7a)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x1c8892&&_0x1c8892[0x1])return _0x1c8892[0x1];}return null;}function rs(_0x2af6d7,_0x1dd61c){const _0x200a52=new Map();for(const _0x27f3d0 of qi(_0x2af6d7))_0x200a52['set'](Xi(_0x27f3d0,'data-id'),_0x27f3d0);const _0x33b9c6=new Set();for(const _0xa4393f of qi(_0x1dd61c)){const _0xcba97d=Xi(_0xa4393f,'data-id'),_0x27a12f=_0xcba97d?_0x200a52['get'](_0xcba97d):void 0x0;_0x27a12f?(_0x151bb7(_0xa4393f,_0x54dd72(_0x27a12f,!0x0)),_0x33b9c6['add'](_0xcba97d)):_0x369ef0(_0xa4393f);}for(const _0x3adf6b of Qi(_0x1dd61c))ss(_0x3adf6b)&&_0x200a52['has'](ns(_0x3adf6b))&&_0x369ef0(_0x3adf6b);const _0xda191=new Set($i('data-id',null,_0x1dd61c)['map'](_0x4276d2=>Xi(_0x4276d2,'data-id')));for(const [_0x9807d8,_0x2e64c8]of _0x200a52){if(_0x33b9c6['has'](_0x9807d8))continue;let _0x2a1728=_0x2e64c8['parent'],_0x1fcee9=null;for(;_0x2a1728&&_0x13b829(_0x2a1728);){const _0x2c0d2b=Xi(_0x2a1728,'data-id');if(_0x2c0d2b&&_0xda191['has'](_0x2c0d2b)){_0x1fcee9=_0x2c0d2b;break;}_0x2a1728=_0x2a1728['parent'];}if(!_0x1fcee9)continue;const _0x255031=Yi('data-id',_0x1fcee9,_0x1dd61c);_0x255031&&_0xd38d70(_0x255031,_0x54dd72(_0x2e64c8,!0x0));}}function os({changeGroups:_0x17d830,documentContextContent:_0x3d1df8,showDiff:_0x5eece8,trimUnchanged:_0x488ceb=!0x0}){return _0x17d830['map'](_0xbc8629=>{if('destroyed'===_0xbc8629['editor']['state'])return null;const _0x18e41e=new _0x2d0ea8([]),_0x21cbde=new _0x2d0ea8([]),_0x15d876=new Set();for(const _0x32cf8c of _0xbc8629['changes'])'new'==_0x32cf8c['type']&&$i('data-id',null,_0x32cf8c['node'])['forEach'](_0x3cf5a7=>{_0x15d876['add'](Xi(_0x3cf5a7,'data-id'));});for(const _0x6a9334 of _0xbc8629['changes'])if('removed'!=_0x6a9334['type']?_0x21cbde['children']['push'](_0x6a9334['node']['cloneNode'](!0x0)):_0x5eece8||_0x15d876['has'](_0x6a9334['id'])||_0x21cbde['children']['push'](_0x6a9334['node']['cloneNode'](!0x0)),'new'!=_0x6a9334['type']&&(_0x5eece8||'removed'!=_0x6a9334['type'])){const _0x16494a=_0x1d9b34(_0x42a635=>Xi(_0x42a635,'data-id')==_0x6a9334['id'],_0x3d1df8['get'](_0xbc8629['documentId']),!0x0);_0x16494a&&_0x18e41e['children']['push'](_0x16494a['cloneNode'](!0x0));}const {content:_0x1163a5,hasChanges:_0x3a6091}=as(_0xbc8629['editor'],_0x18e41e,_0x21cbde,_0x5eece8,_0x488ceb);return{'type':_0xbc8629['changes'][0x0]['type'],'index':_0xbc8629['index'],'content':_0x1163a5,'hasChanges':_0x3a6091};})['filter'](_0x334a11=>null!==_0x334a11);}function as(_0x272cbe,_0x219382,_0x54c960,_0x4b3c41,_0x2f3439=!0x0){const _0x566a8a=_0x272cbe['plugins']['get']('DocumentCompare'),_0x467a4e=Ki(_0x219382),_0x4b2bda=Ki(_0x54c960),_0x551941=_0x272cbe['data']['parse'](_0x467a4e,'$root'),_0x9f402a=_0x272cbe['model']['createPositionAt'](_0x551941,0x0),_0x194f46=_0x566a8a['getDiff'](_0x467a4e,_0x4b2bda,{'anchor':_0x9f402a,'markDeletions':_0x4b3c41,'targetEditor':_0x272cbe})['getOperations']();if(0x0==_0x194f46['length'])return{'content':_0x219382['cloneNode'](!0x0),'hasChanges':!0x1};if(_0x4b3c41?function(_0x23d1da,_0x2e654a,_0x2d6bad){if(0x0==_0x23d1da['length'])return;const _0x38fd16=_0x2d6bad['plugins']['get']('DocumentCompare'),_0x2e0fce=_0x2d6bad['plugins']['get']('SuggestionsConversion');_0x2d6bad['model']['change'](_0x1e0ffa=>{const _0x26e75d=new Set();for(let _0xa94868=0x0;_0xa94868<_0x23d1da['length'];_0xa94868++){const _0x5e5fb6=_0x23d1da[_0xa94868];if(_0x5e5fb6['baseVersion']=null,_0x5e5fb6['isDocumentOperation']=!0x1,_0x38fd16['isMarkedRemoveOperation'](_0x5e5fb6)){const _0x38376a=_0x370b23(_0x5e5fb6['newRange'],_0x2d6bad['model']),_0x1b5a2f='suggestion:deletion:'+at()+':$aiSuggestion';_0x2e654a['markers']['set'](_0x1b5a2f,_0x38376a);}else switch(_0x5e5fb6['type']){case'rename':{if(_0x5e5fb6['oldName']==_0x5e5fb6['newName'])break;_0x1e0ffa['batch']['addOperation'](_0x5e5fb6),_0x2d6bad['model']['applyOperation'](_0x5e5fb6);const _0x5748c4='$elementName',_0x5808a3=_0x5e5fb6['position'],_0x1ac8b2=_0x2d6bad['model']['createRange'](_0x5808a3,_0x2d6bad['model']['createPositionAt'](_0x5808a3['nodeAfter'],'end')),_0x1fa72c='suggestion:attribute:'+_0x5748c4+':'+at()+':$aiSuggestion';_0x2e654a['markers']['set'](_0x1fa72c,_0x1ac8b2);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x5e5fb6['oldValue']==_0x5e5fb6['newValue'])break;_0x1e0ffa['batch']['addOperation'](_0x5e5fb6),_0x2d6bad['model']['applyOperation'](_0x5e5fb6);const _0x48492b=_0x5e5fb6['key'];if(!_0x2e0fce['isRegisteredAttribute'](_0x48492b))break;const _0x21fdf2=_0x370b23(_0x5e5fb6['range'],_0x2d6bad['model']),_0x380326='suggestion:attribute:'+_0x48492b+':'+at()+':$aiSuggestion';_0x2e654a['markers']['set'](_0x380326,_0x21fdf2);break;}case'insert':{_0x1e0ffa['batch']['addOperation'](_0x5e5fb6),_0x2d6bad['model']['applyOperation'](_0x5e5fb6);if(_0x23d1da[_0xa94868+0x1]&&'move'==_0x23d1da[_0xa94868+0x1]['type']){hs(_0x2e654a,_0x5e5fb6);break;}const _0x3c5dbf=_0x5e5fb6['position'],_0x30e657=_0x5e5fb6['howMany'],_0x3afd56=_0x370b23(_0x2d6bad['model']['createRange'](_0x3c5dbf,_0x3c5dbf['getShiftedBy'](_0x30e657)),_0x2d6bad['model']),_0x22372a='suggestion:insertion:'+at()+':$aiSuggestion';_0x2e654a['markers']['set'](_0x22372a,_0x3afd56);break;}case'split':{_0x1e0ffa['batch']['addOperation'](_0x5e5fb6),_0x2d6bad['model']['applyOperation'](_0x5e5fb6);const _0x215e8b=_0x5e5fb6['splitPosition'],_0x277bd1=_0x5e5fb6['moveTargetPosition'],_0x4cba2c=_0x2d6bad['model']['createRange'](_0x215e8b,_0x277bd1),_0x56fd5a='suggestion:insertion:'+at()+':$aiSuggestion';_0x2e654a['markers']['set'](_0x56fd5a,_0x4cba2c);break;}case'move':{_0x1e0ffa['batch']['addOperation'](_0x5e5fb6),_0x2d6bad['model']['applyOperation'](_0x5e5fb6),_0x23d1da[_0xa94868-0x1]&&'insert'==_0x23d1da[_0xa94868-0x1]['type']&&hs(_0x2e654a,_0x5e5fb6);const _0x36cd27=_0x5e5fb6['getMovedRangeStart'](),_0x5a585f=_0x5e5fb6['howMany'];for(let _0x547497=0x0;_0x547497<_0x5a585f;_0x547497++){const _0x3b917d=_0x36cd27['getShiftedBy'](_0x547497)['nodeAfter'];_0x26e75d['add'](_0x3b917d);}break;}case'remove':{const _0x559f2d=_0x5e5fb6['sourcePosition'],_0x587f24=_0x5e5fb6['howMany'],_0x6420e8=new _0x35b10a(_0x559f2d,_0x587f24);_0x1e0ffa['batch']['addOperation'](_0x6420e8),_0x2d6bad['model']['applyOperation'](_0x6420e8);break;}}}for(const _0xb64e5f of _0x26e75d){const _0x22a34=_0x2d6bad['model']['createRangeOn'](_0xb64e5f),_0x4f1922='suggestion:formatBlock:$fakeWrap:'+at()+':$aiSuggestion';_0x2e654a['markers']['set'](_0x4f1922,_0x370b23(_0x22a34,_0x2d6bad['model']));}});}(_0x194f46,_0x551941,_0x272cbe):_0x272cbe['model']['change'](_0x3e265d=>{for(const _0x4d64f8 of _0x194f46)if('remove'==_0x4d64f8['type']){const _0x33af33=_0x4d64f8['sourcePosition'],_0x5034ee=_0x4d64f8['howMany'],_0x1e461a=new _0x35b10a(_0x33af33,_0x5034ee);_0x3e265d['batch']['addOperation'](_0x1e461a),_0x272cbe['model']['applyOperation'](_0x1e461a);}else{if('marker'==_0x4d64f8['type']){const _0x4e798d=_0x4d64f8['name'],_0x55f8ee=_0x4d64f8['newRange'];null!==_0x55f8ee?_0x551941['markers']['set'](_0x4e798d,_0x55f8ee):_0x551941['markers']['delete'](_0x4e798d);}else _0x4d64f8['baseVersion']=null,_0x4d64f8['isDocumentOperation']=!0x1,_0x3e265d['batch']['addOperation'](_0x4d64f8),_0x272cbe['model']['applyOperation'](_0x4d64f8);}}),_0x2f3439){const _0x44ce61=cs(_0x272cbe,_0x194f46,_0x551941);us(_0x272cbe['model'],_0x44ce61),function(_0xd18726,_0xfbfb53){const _0x53ae78=_0xfbfb53['getFirstRange']()['start'];let _0x19b0a2=_0xfbfb53['getFirstRange']()['end'];const _0x12326f=_0x53ae78['root'];(_0x19b0a2['textNode']||_0x19b0a2['nodeAfter']&&_0x19b0a2['nodeAfter']['is']('$text'))&&(_0x1603ee(_0x19b0a2,'...'),_0x19b0a2=_0x19b0a2['getShiftedBy'](0x3)),(_0x53ae78['textNode']||_0x53ae78['nodeBefore']&&_0x53ae78['nodeBefore']['is']('$text'))&&(_0x1603ee(_0x53ae78,'...'),function(_0x5a8e39,_0x7bf4c4,_0x136e4e){for(let [_0x197d6a,_0x1d885e]of _0x5a8e39['markers']){const _0x3db0b8=_0x1d885e['_getTransformedByInsertion'](_0x7bf4c4,_0x136e4e,!0x1);_0x1d885e=_0x3db0b8[0x0],_0x5a8e39['markers']['set'](_0x197d6a,_0x1d885e);}}(_0x12326f,_0x53ae78,0x3),_0x53ae78['parent']==_0x19b0a2['parent']&&(_0x19b0a2=_0x19b0a2['getShiftedBy'](0x3)));const _0xc71016=_0xd18726['createRange'](_0xd18726['createPositionAt'](_0x12326f,0x0),_0x53ae78),_0x1682d8=_0xd18726['createRange'](_0x19b0a2,_0xd18726['createPositionAt'](_0x12326f,'end')),_0x2b3646=[..._0xc71016['getMinimalFlatRanges'](),..._0x1682d8['getMinimalFlatRanges']()];_0x2b3646['reverse']();for(const _0x116030 of _0x2b3646)_0x3fdf3e(_0x116030),_s(_0x12326f,_0x116030);}(_0x272cbe['model'],_0x44ce61);}return{'content':Wi(_0x272cbe['data']['stringify'](_0x551941,{'showSuggestionHighlights':!0x0})),'hasChanges':!0x0};}function hs(_0x3b1343,_0x378a91){for(const [_0x27d48f,_0x3de7f6]of _0x3b1343['markers']){const _0x2b28fa=_0x245154['_createFromRanges'](_0x3de7f6['getTransformedByOperation'](_0x378a91));_0x3b1343['markers']['set'](_0x27d48f,_0x2b28fa);}}function cs(_0x4237d4,_0x1e6f17,_0x4ee93b){const _0x1309a5=_0x4237d4['plugins']['get']('DocumentCompare');let _0x322eb=_0x4237d4['model']['createPositionAt'](_0x4ee93b,Number['POSITIVE_INFINITY']),_0x35a264=_0x4237d4['model']['createPositionAt'](_0x4ee93b,0x0);for(const _0x51cf17 of _0x1e6f17){let _0x50b6e7,_0x347bec;if(_0x1309a5['isMarkedRemoveOperation'](_0x51cf17))_0x50b6e7=_0x51cf17['newRange']['start'],_0x347bec=_0x51cf17['newRange']['end'];else switch(_0x322eb=ls(_0x322eb,_0x51cf17),_0x35a264=ls(_0x35a264,_0x51cf17),_0x51cf17['type']){case'rename':_0x50b6e7=_0x51cf17['position'],_0x347bec=_0x50b6e7['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x50b6e7=_0x51cf17['range']['start'],_0x347bec=_0x51cf17['range']['end'];break;case'insert':_0x50b6e7=_0x51cf17['position'],_0x347bec=_0x50b6e7['getShiftedBy'](_0x51cf17['howMany']);break;case'split':_0x50b6e7=_0x51cf17['splitPosition'],_0x347bec=_0x51cf17['moveTargetPosition'];break;case'merge':{const _0x23210a=_0x51cf17['targetPosition']['path']['slice'](0x0,-0x1);_0x50b6e7=_0x4237d4['model']['createPositionFromPath'](_0x4ee93b,_0x23210a),_0x347bec=_0x50b6e7['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x22ddbe=_0x51cf17['howMany'],_0x26b276=_0x51cf17['sourcePosition']['_getTransformedByInsertion'](_0x51cf17['targetPosition'],_0x22ddbe),_0x2670e0=_0x51cf17['getMovedRangeStart']();'remove'==_0x51cf17['type']?(_0x50b6e7=_0x26b276,_0x347bec=_0x26b276):(_0x50b6e7=_0x2670e0,_0x347bec=_0x2670e0['getShiftedBy'](_0x22ddbe));break;}}_0x50b6e7&&_0x50b6e7['isBefore'](_0x322eb)&&(_0x322eb=_0x50b6e7['clone'](),_0x322eb['stickiness']='toNone'),_0x347bec&&_0x347bec['isAfter'](_0x35a264)&&(_0x35a264=_0x347bec['clone'](),_0x35a264['stickiness']='toNone');}return _0x4237d4['model']['createSelection'](_0x4237d4['model']['createRange'](_0x322eb,_0x35a264));}function ls(_0x514e1c,_0x3b22cf){return'move'!=_0x3b22cf['type']&&'remove'!=_0x3b22cf['type']||_0x3b22cf['sourceRange']['containsPosition'](_0x514e1c)&&((_0x514e1c=_0x3b22cf['sourcePosition']['clone']())['stickiness']='toNone'),_0x514e1c['getTransformedByOperation'](_0x3b22cf);}function us(_0x152750,_0x236f89){ds(_0x152750,_0x236f89,'forward');const _0x82660b=_0x236f89['getFirstRange']();_0x236f89['setTo']([]),_0x236f89['setTo'](_0x82660b,{'backward':!0x0}),ds(_0x152750,_0x236f89,'backward');}function ds(_0x117b27,_0x1df931,_0x1aa0a1){let _0x32c9e1=0x14;for(;_0x32c9e1;){_0x117b27['modifySelection'](_0x1df931,{'unit':'word','direction':_0x1aa0a1}),_0x32c9e1--;const _0x2c5da2=_0x1df931['focus']['forward'==_0x1aa0a1?'nodeBefore':'nodeAfter'];if(_0x2c5da2&&_0x2c5da2['is']('element')&&_0x117b27['schema']['isBlock'](_0x2c5da2)&&_0x117b27['schema']['isObject'](_0x2c5da2))break;}}function _s(_0x596bf7,_0x417f68){for(const [_0xcac760,_0x2351ca]of _0x596bf7['markers']){const _0xe088ff=_0x2351ca['_getTransformedByDeletion'](_0x417f68['start'],_0x417f68['end']['offset']-_0x417f68['start']['offset']);null!=_0xe088ff?_0x596bf7['markers']['set'](_0xcac760,_0xe088ff):_0x596bf7['markers']['delete'](_0xcac760);}}class AIReply extends ct(){['id'];['interactionId'];['type'];['content']=new Map();['sources']=[];['parsedContent']=new Map();['parsedMergedContent']=new Map();['changeGroups']=[];['areActionsDisabled']=!0x1;['isFromHistory']=!0x1;['documentContextContent'];['_documentIdToSource']=new Map();['aiResponseParser'];['aiResponseApplier'];['locale'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x4ee636,isDone:_0x8b4693=!0x1,isComplete:_0x155779,interactionId:_0x1e8d6f,areActionsDisabled:_0x568165,isFromHistory:_0x1349bb=!0x1,documentContextContent:_0x188a6b,locale:_0x45de04,id:_0x52e4a2,channelsToEditors:_0x2dfaf7}){super(),this['id']=_0x52e4a2||at(),this['interactionId']=_0x1e8d6f,this['type']=_0x4ee636,this['areActionsDisabled']=!!_0x568165,this['isFromHistory']=_0x1349bb,this['locale']=_0x45de04,this['aiResponseParser']=new AIResponseParser(),this['aiResponseApplier']=new AIResponseApplier(),this['documentContextContent']=new Map(_0x188a6b?.['map'](_0x9a0253=>[_0x9a0253['id'],Wi(_0x9a0253['content'])])||[]),this['_documentIdToSource']=new Map(_0x188a6b?.['map'](_0x4dba1a=>[_0x4dba1a['id'],{'editor':_0x2dfaf7['get'](_0x4dba1a['channelId']),'rootName':_0x4dba1a['rootName']}])||[]),this['set']('isDone',_0x8b4693),this['set']('isComplete',_0x155779??_0x8b4693),'text'===this['type']&&this['content']['set']('text','');}['appendContent'](_0x275e8a,_0x31f1c2){const _0x37783c='text'===this['type']?'text':_0x31f1c2;this['content']['has'](_0x37783c)||this['content']['set'](_0x37783c,''),this['content']['set'](_0x37783c,this['content']['get'](_0x37783c)+_0x275e8a),this['onContentChange'](_0x37783c);}['done'](_0x4ce937=!0x0){this['isComplete']=_0x4ce937,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x20a8f4,_0x21d994){this['changeGroups'][_0x20a8f4]['state']=_0x21d994,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x20a8f4,'state':_0x21d994});}['getContentParts']({showDiff:_0x4226e2,groupIndex:_0x760e59}){const _0x2ca734=this['_getCachedContentParts'](_0x4226e2,_0x760e59);if(_0x2ca734)return _0x2ca734;let _0x457500=[];if(void 0x0===_0x760e59)_0x457500=this['changeGroups'];else{const _0x4a800e=this['changeGroups']['find'](({index:_0x453550})=>_0x453550===_0x760e59);if(!_0x4a800e)throw new ht('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x760e59});_0x457500=[_0x4a800e];}const _0x12d4a5=os({'showDiff':_0x4226e2,'changeGroups':_0x457500,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x4226e2,_0x12d4a5),_0x12d4a5;}['_getCachedContentParts'](_0xde89cb,_0x2d2e18){const _0x510499=_0xde89cb?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x510499]['length'])return null;const _0xb3e2d6=this['cachedSuggestionContentParts'][_0x510499];if(void 0x0===_0x2d2e18)return _0xb3e2d6['length']>0x0&&_0xb3e2d6['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0xde89cb,null),null):_0x373484(_0xb3e2d6);{const _0x12fb38=_0xb3e2d6['find'](({index:_0x284d12})=>_0x284d12===_0x2d2e18);if(_0x12fb38)return[_0x373484(_0x12fb38)];}return null;}['_setCachedContentParts'](_0x58f7f6,_0x1f075f){const _0x546ffd=_0x58f7f6?'withDiff':'withoutDiff';_0x1f075f?_0x1f075f['forEach'](_0x2d4476=>{const _0xce2d5f=this['cachedSuggestionContentParts'][_0x546ffd],_0x17b166=_0xce2d5f['find'](({index:_0x42ceed})=>_0x42ceed===_0x2d4476['index']);if(_0x17b166){const _0x2d426f=_0xce2d5f['indexOf'](_0x17b166);_0xce2d5f['splice'](_0x2d426f,0x1,_0x2d4476);}else _0xce2d5f['push'](_0x2d4476);}):this['cachedSuggestionContentParts'][_0x546ffd]['length']=0x0;}['onContentChange'](_0x2bb9ab){if('modification'===this['type']){if(_0x2bb9ab)this['parsedContent']['set'](_0x2bb9ab,this['aiResponseParser']['parseAndNormalizeHTML'](this['content']['get'](_0x2bb9ab)));else{for(const [_0x5cc8bf,_0x4a012b]of this['content'])this['parsedContent']['set'](_0x5cc8bf,this['aiResponseParser']['parseAndNormalizeHTML'](_0x4a012b));}const _0x57e77a=this['changeGroups'];for(const _0x258ccc of this['content']['keys']())this['updateChangeGroups'](_0x258ccc);const _0x3a2e07=this['_getDifferentChangeGroups'](_0x57e77a,this['changeGroups']);(_0x3a2e07['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x3a2e07),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']['set']('text',this['aiResponseParser']['convertMarkdownToHTML'](this['content']['get']('text'))),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x5c3217,_0x176f50){const _0x5eb704=[];for(const _0x37a202 of _0x176f50){const _0x13ff21=_0x5c3217[_0x37a202['index']];_0x13ff21?_0x13ff21['changes']['length']!==_0x37a202['changes']['length']?_0x5eb704['push'](_0x37a202):_0x13ff21['changes']['forEach']((_0x2608a9,_0x46d053)=>{const _0x3f1e83=_0x37a202['changes'][_0x46d053];_0x2608a9['id']!==_0x3f1e83['id']&&_0x5eb704['push'](_0x37a202);}):_0x5eb704['push'](_0x37a202);}return _0x5eb704;}['updateChangeGroups'](_0xa65d80){const _0x91ff0f=this['documentContextContent']['get'](_0xa65d80),_0x4b6a50=this['parsedContent']['get'](_0xa65d80);if(!_0x91ff0f||!_0x4b6a50)return;const _0x2e4ca6=new _0x2fffb9('p',{},[new _0x2fffb9('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x57fdbc(Mi(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x592139=this['aiResponseApplier']['merge'](_0x4b6a50,_0x91ff0f['cloneNode'](!0x0),{'cutAfterUnstable':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0x2e4ca6});this['parsedMergedContent']['set'](_0xa65d80,_0x592139['parsedContent']);let _0x13cda8=[];if(_0x3789f9(_0x1ac160=>{const _0x12a1fe=Xi(_0x1ac160,'data-id');if(!_0x12a1fe||!_0x535646(_0x12a1fe))return!0x1;const _0x1d95d8=[_0x1ac160,...Ji(_0x1ac160)]['at'](-0x2);if(_0x1ac160!=_0x1d95d8){const _0x20ec45=Xi(_0x1d95d8,'data-id');_0x535646(_0x20ec45)||(_0x13cda8['push']({'node':_0x1d95d8,'id':_0x20ec45,'type':'modified'}),_0x592139['modifiedNodeIds']['push'](_0x20ec45));}else _0x592139['modifiedNodeIds']['includes'](_0x12a1fe)?_0x13cda8['push']({'node':_0x1ac160,'type':'modified','id':_0x12a1fe}):_0x592139['newNodeIds']['includes'](_0x12a1fe)?_0x13cda8['push']({'node':_0x1ac160,'type':'new','id':_0x12a1fe,'anchorId':Xi(_0x1ac160['previousSibling'],'data-id')}):_0x13cda8['push']({'node':_0x1ac160,'type':'removed','id':_0x12a1fe});return!0x0;},this['parsedMergedContent']['get'](_0xa65d80)),_0x13cda8=_0x13cda8['filter'](({node:_0x1ba9ec})=>[...Ji(_0x1ba9ec),_0x1ba9ec]['every'](_0x38bead=>!Xi(_0x38bead,'data-unstable'))),this['changeGroups']=this['changeGroups']['filter'](_0x39b5e2=>_0x39b5e2['documentId']!==_0xa65d80),0x0==_0x13cda8['length'])return;const _0x2be4bf=[[_0x13cda8[0x0]]];for(let _0x5943b4=0x1;_0x5943b4<_0x13cda8['length'];_0x5943b4++){const _0x2675c3=_0x2be4bf[_0x2be4bf['length']-0x1],_0x199314=_0x2675c3[_0x2675c3['length']-0x1];_0x13cda8[_0x5943b4]['node']['previousSibling']==_0x199314['node']&&'modified'!=_0x13cda8[_0x5943b4]['type']&&'modified'!=_0x199314['type']?_0x2675c3['push'](_0x13cda8[_0x5943b4]):_0x2be4bf['push']([_0x13cda8[_0x5943b4]]);}for(const _0x2d70fe of _0x2be4bf){const _0x30f608=_0x2d70fe[0x0],_0x367f76=_0x2d70fe[_0x2d70fe['length']-0x1],_0x54613b=_0x265624(_0x30f608['node']['previousSibling']);_0x54613b&&_0x2d70fe['unshift'](_0x54613b);const _0x44f96d=_0x265624(_0x367f76['node']['nextSibling']);_0x44f96d&&_0x2d70fe['push'](_0x44f96d);}$i('data-wrapped-id',null,this['parsedMergedContent']['get'](_0xa65d80))['forEach'](_0x415997=>{zi(_0x415997,'data-wrapped-id',null);});const _0x15a7cd=new Map();$i('data-unwrapped-id',null,this['parsedMergedContent']['get'](_0xa65d80))['forEach'](_0x1e876c=>{const _0xbf08a6=Xi(_0x1e876c,'data-unwrapped-id'),_0x156ef5=Xi(_0x1e876c,'data-id');_0x15a7cd['set'](_0x156ef5,_0xbf08a6),zi(_0x1e876c,'data-id',_0xbf08a6),zi(_0x1e876c,'data-unwrapped-id',null);});for(const _0x33c2a1 of _0x13cda8){const _0x1deaa8=_0x15a7cd['get'](_0x33c2a1['id']);_0x1deaa8&&(_0x33c2a1['id']=_0x1deaa8);}this['changeGroups']['push'](..._0x2be4bf['map']((_0x5aa0d8,_0x3e0be2)=>({'changes':_0x5aa0d8,'state':'pending','index':_0x3e0be2,'editor':this['_documentIdToSource']['get'](_0xa65d80)['editor'],'rootName':this['_documentIdToSource']['get'](_0xa65d80)['rootName'],'documentId':_0xa65d80})));const _0x1ea9e8=Array['from'](this['documentContextContent']['keys']());function _0x535646(_0x5a7a35){return _0x592139['modifiedNodeIds']['includes'](_0x5a7a35)||_0x592139['newNodeIds']['includes'](_0x5a7a35)||_0x592139['removedNodeIds']['includes'](_0x5a7a35);}function _0x265624(_0x23b790){if(_0x23b790&&Xi(_0x23b790,'data-id')&&!Xi(_0x23b790,'data-unstable')){const _0x2de674=Xi(_0x23b790,'data-id');if(!_0x535646(_0x2de674))return{'node':_0x23b790,'type':'context','id':_0x2de674};}return null;}this['changeGroups']['sort']((_0x1873ce,_0x1be674)=>_0x1ea9e8['indexOf'](_0x1873ce['documentId'])-_0x1ea9e8['indexOf'](_0x1be674['documentId'])),this['changeGroups']['forEach']((_0x65c0da,_0x10fff7)=>{_0x65c0da['index']=_0x10fff7;});}}const Is=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];class AIInteraction extends Et(){['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['locale'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;['_channelsToEditors'];constructor({connector:_0x1f29f3,locale:_0x3c71f7,channelsToEditors:_0x35f81c}){super(),this['id']=at(),this['connector']=_0x1f29f3,this['isStopped']=!0x0,this['locale']=_0x3c71f7,this['_channelsToEditors']=_0x35f81c||new Map();}async['start'](){await this['_run']();}async['resume'](_0x724297){await this['_run'](_0x724297);}async['_run'](_0x56154e){const _0x1609d5=[];let _0x161f30,_0x55c745,_0x598b0f,_0x1630f2=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=_0x56154e||await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x21cd94=await this['currentRequest']['getStream']();for await(const _0x21b785 of _0x21cd94){if(this['isStopped'])return;if('error'==_0x21b785['event'])return void this['fire']('error',{'error':new ht('ai-chat-interaction-error',this)});switch(_0x21b785['event']){case'message-metadata':this['messageId']=_0x21b785['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x21b785['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x21b785['data']['conversationTitle'],!0x0);break;case'source':_0x1609d5['push'](_0x21b785['data']['source']);break;case'web-search':this['_isWebSearching']||(this['_isWebSearching']=!0x0,this['fire']('webSearchStarted',this));break;case'reasoning':this['_isReasoning']||(this['_isReasoning']=!0x0,this['fire']('reasoningStarted',this));break;case'modification-delta':case'text-delta':this['resetReasoningState'](),this['resetWebSearchState'](),_0x161f30='modification-delta'==_0x21b785['event']?'modification':'text',_0x55c745='modification-delta'==_0x21b785['event']?_0x21b785['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x161f30&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x161f30,'interactionId':this['id'],'id':_0x55c745,'channelsToEditors':this['_channelsToEditors'],...'modification-delta'==_0x21b785['event']&&{'documentId':_0x21b785['data']['documentId']}}),'modification'==_0x161f30&&(this['currentReply']['sources']=_0x1609d5['splice'](0x0))),this['currentReply']['appendContent'](_0x21b785['data']['textDelta'],_0x21b785['data']['documentId']);break;case'mcp-tool-result':_0x598b0f=JSON['parse'](_0x21b785['data']['result']),this['_handleToolResultData']({'toolName':_0x21b785['data']['toolName'],'data':_0x598b0f['data'],'attributes':_0x598b0f['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x21b785['data']['toolName'],'data':_0x21b785['data']['data']});}}_0x1630f2=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x1609d5['length']>0x0&&(this['currentReply']['sources']=_0x1609d5['splice'](0x0)),this['_finalizeInteraction'](_0x1630f2),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x2a6b6a){return this['replies']['find'](_0x10a2ab=>_0x10a2ab['id']===_0x2a6b6a);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x356377=>_0x356377['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x534726){const _0x734358=this['getDocumentContext'](),_0x5f514e=new AIReply({'locale':this['locale'],'documentContextContent':_0x734358?.['documents'],..._0x534726});return this['replies']['push'](_0x5f514e),_0x5f514e['delegate'](...Is)['to'](this),this['fire']('replyCreated',_0x5f514e),_0x5f514e;}['setConversationTitle'](_0x31700a,_0x539db2=!0x1){this['fire']('setConversationTitle',_0x31700a,_0x539db2);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x1cc8c1){this['fire']('toolDataReceived',{'type':'result','toolName':_0x1cc8c1['toolName'],'data':structuredClone(_0x1cc8c1['data']||{}),'attributes':structuredClone(_0x1cc8c1['attributes']||{})},this);}['_handleToolNotificationData'](_0x544a52){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x544a52['toolName'],'data':structuredClone(_0x544a52['data'])},this);}['_finalizeInteraction'](_0x7ce2ec=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x7ce2ec),this['currentRequest']=this['currentReply']=void 0x0;}}const As=new Map([['usage-limits-exceeded','ai-usage-limits-exceeded'],['rate-limits-exceeded','ai-rate-limits-exceeded'],['invalid-content-type','ai-invalid-content-type'],['invalid-request-data','ai-chat-invalid-request'],['model-already-set','ai-chat-model-already-set'],['model-not-found','ai-chat-model-not-found'],['unsafe-content-detected','ai-chat-unsafe-content-detected'],['unsupported-content-type','ai-chat-unsupported-content-type'],['content-too-large','ai-chat-content-too-large'],['unsupported-file-type','ai-chat-context-unsupported-file-type'],['file-too-large','ai-chat-context-file-too-large'],['file-too-many-pages','ai-chat-context-file-too-many-pages'],['form-data-size-limits-exceeded','ai-chat-context-form-data-size-limits-exceeded']]),gs=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];class AIChatContext extends ct(){['_connector'];['_config'];['_ownerId'];constructor({connector:_0x32d7d4,config:_0x1eb471,ownerId:_0x4e535d}){super(),this['_connector']=_0x32d7d4,this['_config']=_0x1eb471,this['_ownerId']=_0x4e535d;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return this['_pendingContextItems'];}async['populateFromMessage'](_0x57c41c){const _0x280f45=await this['_createContextItemFromContent'](_0x57c41c);return this['_addToConversationContextItem'](_0x280f45),'current-document'===_0x280f45['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x280f45;}async['populateDocumentsFromMessage'](_0x5ab2e5,_0x4dc644){const _0x4edd34=_0x5ab2e5['filter'](_0x47cf0d=>'document'===_0x47cf0d['type']);if(0x0===_0x4edd34['length'])return{'hasUnmatched':!0x1};const _0x3f7fea=_0x4edd34['map'](_0x1c7c2c=>_0x1c7c2c['id']),_0x2bdd52=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x3f7fea)['getDocuments'](),_0x380551=new Map(_0x2bdd52['map'](_0x3b3406=>[_0x3b3406['id'],_0x3b3406])),_0x135d0c=[];let _0x53f80d=!0x1;for(const _0x492355 of _0x4edd34){const _0x31d2c8=_0x380551['get'](_0x492355['id']);_0x31d2c8&&(this['_matchDocumentToRoot'](_0x31d2c8,_0x4dc644)||(_0x53f80d=!0x0),_0x135d0c['push']({'id':_0x31d2c8['id'],'content':_0x31d2c8['content'],'version':_0x31d2c8['attributes']?.['version']??0x0,'sessionId':_0x31d2c8['attributes']?.['sessionId']??null,'selection':[],'channelId':_0x31d2c8['attributes']?.['channelId']??_0x4dc644[0x0]?.['config']['get']('collaboration.channelId')??'','rootName':_0x31d2c8['attributes']?.['rootName']??_0x4dc644[0x0]?.['model']['document']['getRoots']()[0x0]['rootName']??''}));}const _0x79b0ce={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0x135d0c};return this['_addToConversationContextItem'](_0x79b0ce),this['toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x79b0ce,'hasUnmatched':_0x53f80d};}['_matchDocumentToRoot'](_0x2c98d3,_0x3a9e03){const _0x4a223f=_0x2c98d3['attributes']?.['channelId'],_0x2a4dd7=_0x2c98d3['attributes']?.['rootName'];if(_0x4a223f&&_0x2a4dd7){for(const _0x3d0007 of _0x3a9e03)if(_0x3d0007['config']['get']('collaboration.channelId')===_0x4a223f){for(const _0x4ee46e of _0x3d0007['model']['document']['getRoots']())if('$graveyard'!==_0x4ee46e['rootName']&&_0x4ee46e['rootName']===_0x2a4dd7)return{'editor':_0x3d0007,'rootName':_0x4ee46e['rootName']};}}}async['_createContextItemFromContent'](_0x24473e){if('document'===_0x24473e['type']){const _0x5e4ce9=await this['_connector']['fetchDocument'](this['_ownerId'],_0x24473e['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x24473e['type'],'content':_0x5e4ce9['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x5e4ce9['attributes']?.['version'],'sessionId':_0x5e4ce9['attributes']?.['sessionId']};}if('mcp-tool-context'===_0x24473e['type'])return{'id':_0x24473e['id'],'uiId':_0x24473e['id'],'label':_0x24473e['data']?.['label']||_0x24473e['id'],'type':'mcp-tool-context','mcpServerName':_0x24473e['mcpServerName'],'toolName':_0x24473e['toolName'],'data':_0x24473e['data']||{}};return{'id':_0x24473e['id'],'uiId':_0x24473e['id'],'label':_0x24473e['attributes']?.['label']||_0x24473e['name']||_0x24473e['url']||_0x24473e['id'],'type':_0x24473e['type'],..._0x24473e?.['attributes']?.['resourceId']?{'resourceId':_0x24473e['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x9f0680){const _0x4180bc=this['_pendingContextItems']['get'](_0x9f0680);_0x4180bc?.['isReadOnly']||this['_removeContextItem'](_0x9f0680);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x5e326a of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x5e326a['uiId']);const _0x495af3=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x495af3&&this['_addContextItem']({..._0x495af3,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x4600ed){for(const _0x4de3d5 of _0x4600ed['values']())this['_addToConversationContextItem'](_0x4de3d5);this['clearPendingContextItems'](),this['fire']('contextSent',{'contextItems':Array['from'](this['getSentContextItems']()['values']())});}['isCurrentDocumentInContext'](){return this['_pendingContextItems']['has']('current-document');}['isSelectionInContext'](){return this['_pendingContextItems']['has']('selection');}['isCurrentDocumentInConversation'](){return this['_conversationContextItems']['has']('current-document');}static['mapContextItemsToRequestData'](_0x193137){return Array['from'](_0x193137['values']())['flatMap'](_0xd9e812=>this['_mapContextItemToRequestData'](_0xd9e812));}async['addFilesToContext'](_0xdd94b1,_0x36dbfc,_0x4b3c4d='file'){const _0x5e1477='files-'+at();this['_startUploadOperation'](_0x5e1477);try{await Promise['all'](_0xdd94b1['map'](async _0x2694d5=>{const _0x3c9974='file-'+at(),_0x214d01=_0x40ab4b(_0x2694d5['name']),_0x289a30='file'===_0x4b3c4d&&_0x2694d5['type']['startsWith']('image/')?'image':_0x4b3c4d;try{this['_addContextItem']({'type':_0x289a30,'label':_0x36dbfc?.['label']||_0x214d01,'uiId':_0x3c9974,'resourceId':_0x36dbfc?.['resourceId']},!0x0);const _0x13c24b=this['_connector']['uploadFile'](this['_ownerId'],_0x2694d5,_0x36dbfc);this['_ongoingUploads']['set'](_0x3c9974,_0x13c24b['abortController']);const {id:_0x27d124}=await _0x13c24b['getId']();this['_ongoingUploads']['delete'](_0x3c9974),this['_finishContextItemLoading']({'type':_0x289a30,'id':_0x27d124,'label':_0x36dbfc?.['label']||_0x214d01,'uiId':_0x3c9974,'resourceId':_0x36dbfc?.['resourceId']},!0x1);}catch(_0xb8ce3c){this['_ongoingUploads']['delete'](_0x3c9974);if(!(_0xb8ce3c instanceof ht&&_0xb8ce3c['message']['startsWith']('ai-request-aborted'))){const _0x35f95b=As['get'](_0xb8ce3c['code'])||'ai-chat-file-upload-failed',_0x12fc1d=new ht(_0x35f95b,null,{'fileName':_0x214d01,..._0xb8ce3c});_0x12fc1d['stack']=_0xb8ce3c['stack'],this['fire']('error',{'error':_0x12fc1d});}this['_removeContextItem'](_0x3c9974);}}));}finally{this['_finishUploadOperation'](_0x5e1477);}}['addCurrentDocumentToContext'](_0x27636f){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x1dadf9={'type':'document','uiId':'current-document','label':_0x27636f,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x1dadf9);}async['updateCurrentDocuments'](_0x26ac2c){const _0x200781=this['_pendingContextItems']['get']('current-document');if(!_0x200781||!_0x26ac2c['length']||_0x26ac2c['every'](_0x4caf75=>!_0x4caf75['content']))return;_0x26ac2c['length']>0x1&&_0x26ac2c['some'](_0x39ba5b=>!_0x39ba5b['description'])&&wt('ai-chat-documents-missing-description');try{const _0x336d3c=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x26ac2c)['getIds']();if(_0x336d3c['length']!==_0x26ac2c['length']||_0x336d3c['some'](_0x26c6a4=>!_0x26c6a4?.['id'])){const _0x36d306=new ht('ai-chat-document-upload-reply-mismatch',null);return void this['fire']('error',{'error':_0x36d306});}_0x200781['documents']=_0x26ac2c['map']((_0x5a8955,_0x1ac1fb)=>{return{'id':_0x336d3c[_0x1ac1fb]['id'],'content':_0x5a8955['content'],'version':_0x5a8955['version'],'sessionId':_0x5a8955['sessionId'],'selection':(_0x2c6533=_0x5a8955['selections'],_0x2c6533?_0x2c6533['map'](_0x3a0915=>({'start':_0x3a0915['start'],'end':_0x3a0915['end']})):[]),'channelId':_0x5a8955['channelId'],'rootName':_0x5a8955['rootName']};var _0x2c6533;});}catch(_0x19a358){const _0x3ce5ff=new ht('ai-chat-document-upload-failed',null);_0x3ce5ff['stack']=_0x19a358['stack'],this['fire']('error',{'error':_0x3ce5ff});}}['addSelectionToContext'](_0x9fd8f6){this['_addContextItem']({'type':'selection','label':_0x9fd8f6,'uiId':'selection','content':_0x9fd8f6});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x4ec8c2,_0x3fe071){const _0x44d3e3='url-'+at();this['_startUploadOperation'](_0x44d3e3);const _0x62a313='url-'+at();try{this['_addContextItem']({'type':'web-resource','label':_0x3fe071?.['label']||_0x4ec8c2,'uiId':_0x62a313,'resourceId':_0x3fe071?.['resourceId']},!0x0);const _0x33b7da=this['_connector']['uploadUrl'](this['_ownerId'],_0x4ec8c2,_0x3fe071);this['_ongoingUploads']['set'](_0x62a313,_0x33b7da['abortController']);const {id:_0x5e9b81}=await _0x33b7da['getId']();this['_ongoingUploads']['delete'](_0x62a313),this['_finishContextItemLoading']({'type':'web-resource','id':_0x5e9b81,'label':_0x3fe071?.['label']||_0x4ec8c2,'uiId':_0x62a313,'resourceId':_0x3fe071?.['resourceId']},!0x1);}catch(_0x4bae70){this['_ongoingUploads']['delete'](_0x62a313),(_0x4bae70['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new ht('ai-chat-url-upload-failed',this,{'url':_0x4ec8c2,'originalError':_0x4bae70}),'url':_0x4ec8c2}),this['_removeContextItem'](_0x62a313));}finally{this['_finishUploadOperation'](_0x44d3e3);}}['addToolItemToContext'](_0xa9893f){_0xa9893f['id']=_0xa9893f['id']??at()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0xa9893f['uiId'],_0xa9893f),this['fire']('contextItemAdded',{'contextItem':_0xa9893f,'isLoading':!0x1});}async['loadSourceResources'](_0x33cdad,_0x4735e2,_0x5731f6){const _0x37f736=this['_addContextOptionsState']['sources']['find'](_0x3f5bbc=>_0x3f5bbc['id']===_0x33cdad);if(!_0x37f736)return this['fire']('error',{'error':new ht('ai-chat-source-not-found',this,{'sourceId':_0x33cdad}),'sourceId':_0x33cdad}),[];try{const _0x2fd29a=(await _0x37f736['getResources'](_0x4735e2))['map'](_0x401ad6=>{const _0x5644b3=this['_isResourceInContext'](_0x401ad6['id']);return{..._0x401ad6,'isInContext':_0x5644b3};});return _0x37f736['resources']=_0x2fd29a,this['fire']('sourceResourcesLoaded',{'sourceId':_0x33cdad,'source':_0x37f736,'resources':_0x2fd29a,'uid':_0x5731f6}),_0x2fd29a;}catch(_0x2782e7){return this['fire']('error',{'error':new ht('ai-chat-source-resources-load-failed',this,{'sourceId':_0x33cdad,'originalError':_0x2782e7}),'sourceId':_0x33cdad,'sourceLabel':_0x37f736['label']}),[];}}async['addResourceToContext'](_0x375c37,_0x5d8474){if(this['_isResourceInContext'](_0x5d8474['id']))return;let _0x1ebc02=_0x5d8474['data'];if(!_0x1ebc02&&_0x375c37['getData'])try{_0x1ebc02=await _0x375c37['getData'](_0x5d8474['id']);}catch(_0x484b0d){return void this['fire']('error',{'error':new ht('ai-chat-resource-load-failed',this,{'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id'],'originalError':_0x484b0d}),'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']});}if(_0x1ebc02)switch(_0x5d8474['type']){case'web-resource':if('string'!=typeof _0x1ebc02)return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id'],'expectedType':'string','actualType':typeof _0x1ebc02}),'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']});await this['addUrlToContext'](_0x1ebc02,{'label':_0x5d8474['label'],'resourceId':_0x5d8474['id']});break;case'file':if(!(_0x1ebc02 instanceof File))return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id'],'expectedType':'File','actualType':typeof _0x1ebc02}),'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']});await this['addFilesToContext']([_0x1ebc02],{'label':_0x5d8474['label'],'resourceId':_0x5d8474['id']});break;case'text':if('object'!=typeof _0x1ebc02||!('content'in _0x1ebc02)||!('type'in _0x1ebc02))return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x1ebc02}),'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']});_0x1ebc02=AIChatContext['_convertTextResourceToFile'](_0x1ebc02,_0x5d8474['label']),await this['addFilesToContext']([_0x1ebc02],{'label':_0x5d8474['label'],'resourceId':_0x5d8474['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new ht('ai-chat-context-unsupported-type',this,{'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id'],'resourceType':_0x5d8474['type']}),'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']});}else this['fire']('error',{'error':new ht('ai-chat-resource-no-data',this,{'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']}),'resourceId':_0x5d8474['id'],'sourceId':_0x375c37['id']});}['toggleAddCurrentDocumentOptionVisibility'](_0x5f2e78){if(void 0x0!==_0x5f2e78)this['_addContextOptionsState']['document']['isHidden']=!_0x5f2e78;else{const _0x4c48d5=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x4c48d5;}this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}static['_convertTextResourceToFile'](_0x5c21b6,_0x390d9c){switch(_0x5c21b6['type']){case'markdown':return new File([_0x5c21b6['content']],_0x390d9c,{'type':'text/markdown'});case'html':return new File([_0x5c21b6['content']],_0x390d9c,{'type':'text/html'});default:return new File([_0x5c21b6['content']],_0x390d9c,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x33cd65){switch(_0x33cd65['type']){case'file':case'image':case'text':return[{'type':'file','id':_0x33cd65['id']}];case'web-resource':return[{'type':'web-resource','id':_0x33cd65['id']}];case'document':return _0x33cd65['documents']?.['length']?_0x33cd65['documents']['map'](_0x40f1aa=>({'type':'document','id':_0x40f1aa['id'],..._0x40f1aa['selection']?.['length']&&{'selection':_0x40f1aa['selection']}})):[{'type':'document','id':_0x33cd65['id'],..._0x33cd65['selection']?.['length']&&{'selection':_0x33cd65['selection']}}];case'mcp-tool-context':{const _0x55730d=_0x33cd65;return[{'type':'mcp-tool-context','mcpServerName':_0x55730d['mcpServerName'],'toolName':_0x55730d['toolName'],'data':{..._0x55730d['data'],'label':_0x55730d['label']||_0x55730d['data']?.['label']||_0x55730d['id']},'id':_0x55730d['id']}];}default:return[];}}['_addContextItem'](_0x59768c,_0x59b6a5=!0x1){if(this['_pendingContextItems']['set'](_0x59768c['uiId'],_0x59768c),_0x59768c['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x59768c,'isLoading':_0x59b6a5}),'current-document'===_0x59768c['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x59768c['resourceId']){const _0x1f40a6=this['_findSourceIdsByResourceId'](_0x59768c['resourceId']);_0x1f40a6&&_0x1f40a6['forEach'](_0x347de1=>{this['_updateResourceInContextState'](_0x347de1,_0x59768c['resourceId'],!0x0);});}}['_removeContextItem'](_0x17f5c3){const _0x182556=this['_pendingContextItems']['get'](_0x17f5c3),_0x1eab12=this['_ongoingUploads']['get'](_0x17f5c3);if(_0x1eab12&&(_0x1eab12['abort'](),this['_ongoingUploads']['delete'](_0x17f5c3)),_0x182556?.['resourceId']){const _0x43eb51=this['_findSourceIdsByResourceId'](_0x182556['resourceId']);_0x43eb51&&_0x43eb51['forEach'](_0x5766a2=>{this['_updateResourceInContextState'](_0x5766a2,_0x182556['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x17f5c3),this['fire']('contextItemRemoved',{'uiId':_0x17f5c3,'type':_0x182556?.['type']}),'current-document'===_0x17f5c3&&this['toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0xace8bc,_0x2b632d){if(this['_pendingContextItems']['has'](_0xace8bc['uiId'])&&(this['_pendingContextItems']['set'](_0xace8bc['uiId'],_0xace8bc),this['fire']('contextItemLoadingEnded',{'contextItem':_0xace8bc,'isLoading':_0x2b632d}),_0xace8bc['resourceId'])){const _0x469b97=this['_findSourceIdsByResourceId'](_0xace8bc['resourceId']);_0x469b97&&_0x469b97['forEach'](_0xd738c0=>{this['_updateResourceInContextState'](_0xd738c0,_0xace8bc['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x47a04d){this['_conversationContextItems']['set'](_0x47a04d['uiId'],_0x47a04d);}['_setAddContextOptionsDefaultState'](){this['_addContextOptionsState']={'document':{'enabled':!0x1!==this['_config']?.['document']?.['enabled'],'isHidden':!0x1},'urls':{'enabled':!0x1!==this['_config']?.['urls']?.['enabled']},'files':{'enabled':!0x1!==this['_config']?.['files']?.['enabled']},'sources':this['_getCustomSourcesInitialState'](),'customItems':this['_config']?.['customItems']?.['map'](_0x54c574=>({..._0x54c574,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x177e3c=>({..._0x177e3c,'resources':[]}))??[];}['_isResourceInContext'](_0x1137fd){for(const _0x5ca53e of this['_pendingContextItems']['values']())if(_0x5ca53e['resourceId']===_0x1137fd)return!0x0;for(const _0x537b5f of this['_conversationContextItems']['values']())if(_0x537b5f['resourceId']===_0x1137fd)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x50cb83){const _0x4dea14=[];for(const _0x789c9d of this['_addContextOptionsState']['sources']){_0x789c9d['resources']['find'](_0x445249=>_0x445249['id']===_0x50cb83)&&_0x4dea14['push'](_0x789c9d['id']);}return 0x0===_0x4dea14['length']?null:_0x4dea14;}['_updateResourceInContextState'](_0xfbe45c,_0x1bf923,_0x10023b){const _0x431138=this['_addContextOptionsState']['sources']['find'](_0x2bebd5=>_0x2bebd5['id']===_0xfbe45c);if(!_0x431138)return;const _0x2398c6=_0x431138['resources']['find'](_0xeeda13=>_0xeeda13['id']===_0x1bf923);_0x2398c6&&(_0x2398c6['isInContext']=_0x10023b,this['fire']('resourceStateChanged',{'sourceId':_0xfbe45c,'resourceId':_0x1bf923,'isInContext':_0x10023b}));}['_startUploadOperation'](_0x3b6854){this['_ongoingUploadOperations']['set'](_0x3b6854,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x2e41d6){this['_ongoingUploadOperations']['delete'](_0x2e41d6),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}}const ws=['capabilitiesUpdated'];class AICapabilities extends Et(){['_isWebSearchEnabled'];['_isReasoningEnabled'];constructor(){super(),this['_isWebSearchEnabled']=!0x1,this['_isReasoningEnabled']=!0x1;}['init'](){this['reset']();}['reset'](){this['setWebSearch'](!0x1),this['setReasoning'](!0x1);}['getCapabilitiesConfig'](){return{'isWebSearchEnabled':this['_isWebSearchEnabled'],'isReasoningEnabled':this['_isReasoningEnabled']};}static['getCapabilitiesRequestData'](_0x4946c1){const _0x4d0583={};return _0x4946c1&&_0x4946c1['isWebSearchEnabled']&&(_0x4d0583['webSearch']={}),_0x4946c1&&_0x4946c1['isReasoningEnabled']&&(_0x4d0583['reasoning']={}),_0x4d0583;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x1d3266){_0x1d3266!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x1d3266,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x58908b){_0x58908b!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x58908b,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class AIChatInteraction extends AIInteraction{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x33bd90){super(_0x33bd90),this['conversationId']=_0x33bd90['conversationId'],this['contextItems']=_0x33bd90['contextItems'],this['capabilities']=_0x33bd90['capabilities'],this['userMessage']=_0x33bd90['userMessage'],this['model']=_0x33bd90['model'],this['attributes']=_0x33bd90['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':AIChatContext['mapContextItemsToRequestData'](this['contextItems']),'capabilities':AICapabilities['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}}class AIChatConversation extends Et(){['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];['_channelsToEditors'];['_getSessionId'];constructor(_0x41770e){super(),this['options']=_0x41770e,this['connector']=_0x41770e['connector'],this['chatModels']=_0x41770e['chatModels'],this['id']=_0x41770e['conversationId'],this['isFromHistory']=_0x41770e['isFromHistory'],this['_channelsToEditors']=_0x41770e['channelsToEditors'],this['_getSessionId']=_0x41770e['getSessionId'];}async['init'](_0x4bdb6c){try{this['chatContext']=new AIChatContext({'connector':this['connector'],'config':_0x4bdb6c,'ownerId':this['id']}),this['chatContext']['delegate'](...gs)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new AICapabilities(),this['chatCapabilities']['delegate'](...ws)['to'](this),this['chatCapabilities']['init']();const _0x318b55=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x318b55});const _0xd5c0b2=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0xd5c0b2&&await this['setModel'](_0xd5c0b2);}catch(_0x17364e){const _0x5ca5cb=new ht('ai-chat-conversation-init-failed',null,{'message':_0x17364e['message']||_0x17364e});_0x5ca5cb['stack']=_0x17364e['stack'],this['fire']('error',{'error':_0x5ca5cb});}}async['start'](){if(this['isStarted'])throw new ht('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new ht('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x123dbf}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x123dbf,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x3d9342){const _0x3921f3=new ht('ai-chat-conversation-start-failed',null,{'message':_0x3d9342['message'],'conversationId':this['id']});throw _0x3921f3['stack']=_0x3d9342['stack'],this['fire']('error',{'error':_0x3921f3}),_0x3921f3;}}async['load'](_0x97b27e){try{const _0x405e0d=await this['connector']['fetchConversation'](_0x97b27e)['getConversation'](),_0x29a581=await this['connector']['fetchConversationMessages'](_0x97b27e)['getMessages'](),_0x13e95b=_0x29a581[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x405e0d['id'],'title'in _0x405e0d?this['fire']('setConversationTitle',_0x405e0d['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x401af6=(await this['chatModels']['getAll']())['find'](_0x27e6be=>_0x27e6be['id']['toLowerCase']()===_0x13e95b['toLowerCase']());this['selectedModel']=_0x401af6,this['fire']('modelSelected',{'selectedModel':_0x401af6,'isDisabled':!0x0});const {streamingMessageId:_0x4f81a7}=await this['_processMessagesToInteractions'](_0x29a581,_0x13e95b);return _0x4f81a7&&this['currentInteraction']?this['_resumeStream'](_0x4f81a7):this['currentInteraction']=void 0x0,this;}catch(_0x314661){const _0x2fce9b=new ht('ai-chat-conversation-init-from-id-failed',null,{'message':_0x314661['message'],'conversationId':_0x97b27e});throw _0x2fce9b['stack']=_0x314661['stack'],this['fire']('error',{'error':_0x2fce9b}),_0x2fce9b;}}async['_processMessagesToInteractions'](_0x1ba38e,_0x154e05){let _0x47aab2,_0x2b218e,_0x5be795=!0x1;for(const _0xfbb3c4 of _0x1ba38e)if('user'===_0xfbb3c4['role']){const {contextItems:_0x4c9a97,hasUnmatched:_0x51e7b9}=await this['_extractContextItems'](_0xfbb3c4);_0x5be795=_0x51e7b9;const _0x1a4a66={'isReasoningEnabled':Object['hasOwn'](_0xfbb3c4['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0xfbb3c4['capabilities'],'webSearch')};_0x47aab2=this['createInteraction']({'userMessage':_0xfbb3c4['prompt'],'contextItems':_0x4c9a97,'capabilities':_0x1a4a66,'modelId':_0x154e05,'attributes':_0xfbb3c4['attributes'],'channelsToEditors':this['_channelsToEditors']}),this['currentInteraction']=_0x47aab2,_0x2b218e=void 0x0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0xfbb3c4['role']&&_0x47aab2){if('streaming'===_0xfbb3c4['status']){_0x2b218e=_0xfbb3c4['id'];continue;}if('error'===_0xfbb3c4['status'])continue;const _0x2c5782=[];for(const _0x2b276b of _0xfbb3c4['content'])switch(_0x2b276b['type']){case'text':case'modification':{const _0x2bee12=_0x47aab2['getDocumentContext'](),_0x365267=this['_hasSessionMismatch'](_0x2bee12)||_0x5be795;_0x47aab2['currentReply']?.['type']!==_0x2b276b['type']&&(_0x47aab2['currentReply']=_0x47aab2['createReply']({'type':_0x2b276b['type'],'isDone':!0x0,'interactionId':_0x47aab2['id'],'areActionsDisabled':_0x365267,'isFromHistory':!0x0,'channelsToEditors':this['_channelsToEditors']}),_0x2c5782['length']>0x0&&(_0x47aab2['currentReply']['sources']=_0x2c5782['splice'](0x0))),_0x47aab2['currentReply']['appendContent'](_0x2b276b['content'],_0x2b276b['documentId']);break;}case'url':_0x2c5782['push'](_0x2b276b);break;case'mcp-tool-result':{const {data:_0x233531,attributes:_0x1b82aa}=JSON['parse'](_0x2b276b['content']);_0x47aab2['_handleToolResultData']({'toolName':_0x2b276b['toolName'],'data':_0x233531,'attributes':_0x1b82aa});break;}}'cancelled'===_0xfbb3c4['status']&&this['fire']('error',{'interactionId':_0x47aab2['id'],'error':new ht('ai-request-aborted',this)});}}return{'streamingMessageId':_0x2b218e};}async['_resumeStream'](_0x272315){if(this['currentInteraction'])try{const _0x4efb3c=this['connector']['resumeStream'](this['id'],_0x272315);await this['currentInteraction']['resume'](_0x4efb3c);}catch(_0x4d21d5){_0x4d21d5 instanceof ht&&this['fire']('error',{'interactionId':this['currentInteraction']?.['id'],'error':_0x4d21d5});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}async['_extractContextItems'](_0x27cddf){const _0x1736d5=new Map();if(!_0x27cddf['content'])return{'contextItems':_0x1736d5,'hasUnmatched':!0x1};const {contextItem:_0x87e6f8,hasUnmatched:_0x1b7c6a}=await this['chatContext']['populateDocumentsFromMessage'](_0x27cddf['content'],Array['from'](this['_channelsToEditors']['values']()));_0x87e6f8&&_0x1736d5['set'](_0x87e6f8['id'],_0x87e6f8);for(const _0x2daeae of _0x27cddf['content']){if('document'===_0x2daeae['type'])continue;const _0xe9d6d9=await this['chatContext']['populateFromMessage'](_0x2daeae);_0xe9d6d9&&_0x1736d5['set'](_0xe9d6d9['id'],_0xe9d6d9);}return{'contextItems':_0x1736d5,'hasUnmatched':_0x1b7c6a};}async['handleUserInteraction']({userMessage:_0x232f69,attributes:_0x95aa67}){if(!this['isStarted'])throw new ht('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new ht('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x4d91e4=new Map(this['getPendingContextItems']()),_0x2b0409=this['chatCapabilities']['getCapabilitiesConfig'](),_0x3f0fdc=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x232f69,'contextItems':_0x4d91e4,'capabilities':_0x2b0409,'modelId':_0x3f0fdc,'attributes':_0x95aa67,'channelsToEditors':this['_channelsToEditors']}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0xe8d9a2){if(_0xe8d9a2 instanceof ht)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0xe8d9a2});else{const _0x2f293f=As['get'](_0xe8d9a2['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new ht(_0x2f293f,null,{'error':_0xe8d9a2})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x544925,contextItems:_0x32eda6,capabilities:_0x57a03d,modelId:_0x2cdd8d,attributes:_0x5de53c,channelsToEditors:_0x4bb493}){const _0x13bfbe=new AIChatInteraction({'userMessage':_0x544925,'contextItems':_0x32eda6,'capabilities':_0x57a03d,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x2cdd8d,'attributes':_0x5de53c,'channelsToEditors':_0x4bb493});return _0x13bfbe['delegate'](...Is)['to'](this),this['interactions']['push'](_0x13bfbe),this['fire']('interactionCreated',_0x13bfbe),_0x13bfbe;}['getInteraction'](_0x1c16e2){return this['interactions']['find'](_0xf3664=>_0xf3664['id']===_0x1c16e2);}['removeInteraction'](_0x4f78d1){const _0xcad3e9=this['getInteraction'](_0x4f78d1);_0xcad3e9&&(_0xcad3e9['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0xcad3e9),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['cancelLastInteractionStream'](){const _0x5b0d0f=this['lastInteraction'];_0x5b0d0f?.['conversationId']&&_0x5b0d0f['messageId']&&this['connector']['cancelStream'](_0x5b0d0f['conversationId'],_0x5b0d0f['messageId'])['execute']()['catch'](()=>{});}['addCurrentDocumentToContext'](_0x161d7e){this['chatContext']['addCurrentDocumentToContext'](_0x161d7e);}async['updateCurrentDocumentsInContext'](_0x4bfbc2){await this['chatContext']['updateCurrentDocuments'](_0x4bfbc2);}['toggleAddCurrentDocumentOptionVisibility'](_0xf12c42){this['chatContext']['toggleAddCurrentDocumentOptionVisibility'](_0xf12c42);}['_hasSessionMismatch'](_0x272380){return!!_0x272380&&_0x272380['documents']['some'](_0x58fc8a=>{const _0x3a18f2=this['_channelsToEditors']['get'](_0x58fc8a['channelId']);return!_0x3a18f2||_0x58fc8a['sessionId']!==this['_getSessionId'](_0x3a18f2);});}['addSelectionToContext'](_0x53cbb1){this['chatContext']['addSelectionToContext'](_0x53cbb1);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x41a14b){this['chatContext']['addFilesToContext'](_0x41a14b);}['addUrlToContext'](_0x197ea4){this['chatContext']['addUrlToContext'](_0x197ea4);}['addToolItemToContext'](_0x4770ec){this['chatContext']['addToolItemToContext'](_0x4770ec);}['addResourceToContext'](_0xc4b2c2,_0x42d65a){this['chatContext']['addResourceToContext'](_0xc4b2c2,_0x42d65a);}['loadSourceResources'](_0x6a2a79,_0x35ecce,_0x1b88a8){return this['chatContext']['loadSourceResources'](_0x6a2a79,_0x35ecce,_0x1b88a8);}['removeFromContext'](_0x392293){this['chatContext']['removeFromContext'](_0x392293);}['setWebSearch'](_0x4082c7){this['chatCapabilities']['setWebSearch'](_0x4082c7);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x14b9ed){this['chatCapabilities']['setReasoning'](_0x14b9ed);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}['getPendingContextItems'](){return this['chatContext']['getPendingContextItems']();}async['setModel'](_0x35a96e){_0x35a96e?!0x1===await this['chatModels']['isAvailable'](_0x35a96e)&&(wt('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x35a96e}),_0x35a96e=(await this['chatModels']['getAvailableModels']())[0x0]):(wt('ai-chat-conversation-set-model-null',{'conversation':this}),_0x35a96e=(await this['chatModels']['getAvailableModels']())[0x0]),_0x35a96e['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x35a96e,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x35a96e}));}}class AIModels extends Et(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x3dc530,config:_0x1bd7f0,locale:_0x231bf3}){super(),this['_connector']=_0x3dc530,this['_config']=_0x1bd7f0,this['_locale']=_0x231bf3;}get['_availableModels'](){return this['_config']?.['displayedModels'];}get['_defaultModelId'](){return this['_config']?.['defaultModelId'];}async['getAll'](){return this['_modelsRequest']||(this['_modelsRequest']=this['_retrieveModels']()),this['_modelsRequest'];}async['getAvailableModels'](){const _0x2af06b=await this['getAll']();let _0x3abbfe;return _0x3abbfe=this['_availableModels']?this['_filterModels'](_0x2af06b,this['_availableModels']):_0x2af06b['filter'](_0x794c=>_0x794c['recommended']),_0x3abbfe;}async['getModel'](_0x4ca5b3){const _0x3d2129=await this['getAll']();if(!_0x3d2129['length'])return null;if(_0x4ca5b3){const _0x168043=this['_getModelById'](_0x3d2129,_0x4ca5b3);if(_0x168043)return _0x168043;wt('ai-chat-model-id-unrecognized',{'modelId':_0x4ca5b3,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x26bb2c=await this['getAvailableModels']();if(!_0x26bb2c['length'])return null;if(this['_defaultModelId']){const _0x59ba44=this['_getModelById'](_0x26bb2c,this['_defaultModelId']);if(_0x59ba44)return _0x59ba44;wt('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x26bb2c[0x0]['id']});}return _0x26bb2c[0x0];}async['isAvailable'](_0x5467b6){return(await this['getAvailableModels']())['some'](_0x104e33=>_0x104e33['name']===_0x5467b6['name']&&_0x104e33['provider']===_0x5467b6['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x4a72be=this['_locale']['uiLanguage']||'en',_0x55269d=this['_connector']['getModels'](_0x4a72be),_0x2954bf=await _0x55269d['list']();this['_modelList']=_0x2954bf['items']['map'](_0x3d8cb4=>Cs(_0x3d8cb4)?{..._0x3d8cb4,'name':Mi(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x3d8cb4);}catch(_0x323356){throw Ct('ai-models-unable-to-retrieve',{'error':_0x323356}),_0x323356;}return[...this['_modelList']];}['_filterModels'](_0x1c92cf,_0x5891c1){let _0x30e968;if(_0x5891c1){_0x30e968=[];const _0x223654=new Set(),_0x4546d3='string'==typeof _0x5891c1?[_0x5891c1['toLocaleLowerCase']()]:_0x5891c1['map'](_0x52848e=>_0x52848e['toLocaleLowerCase']());for(const _0x1937e2 of _0x4546d3)for(const _0x3f92a1 of _0x1c92cf)!_0x223654['has'](_0x3f92a1['id'])&&this['_isMatchingFilter'](_0x3f92a1,_0x1937e2)&&(_0x30e968['push'](_0x3f92a1),_0x223654['add'](_0x3f92a1['id']));}else _0x30e968=_0x1c92cf;return _0x30e968;}['_isMatchingFilter'](_0x4fc610,_0x3cb899){const _0x58062e=_0x4fc610['id']['toLocaleLowerCase'](),_0x2a904a=_0x4fc610['name']['toLocaleLowerCase'](),_0x4672c8=_0x4fc610['provider']['toLocaleLowerCase']();return _0x58062e===_0x3cb899||_0x2a904a===_0x3cb899||Cs(_0x4fc610)&&'auto'===_0x3cb899||_0x4672c8===_0x3cb899||_0x58062e['startsWith'](_0x3cb899);}['_getModelById'](_0x5a3d8a,_0x3aa6d5){return _0x5a3d8a['find'](_0x34d05d=>Cs(_0x34d05d)&&'auto'===_0x3aa6d5?_0x34d05d:_0x34d05d['id']===_0x3aa6d5)||null;}}function Cs(_0x236433){return _0x236433['id']['startsWith']('agent');}function ms(_0x1cc618){return _0x1cc618?_0x1cc618 instanceof _0x29da5d?[_0x1cc618]:_0x1cc618['editors']&&0x0!==_0x1cc618['editors']['length']?Array['from'](_0x1cc618['editors']):[]:[];}function ps(_0x408ef4){const _0x257d9a=ms(_0x408ef4);if(!_0x257d9a['length'])throw new ht('ai-get-editor-from-context-no-editor');if(0x1===_0x257d9a['length'])return _0x257d9a[0x0];const _0x15bd83=_0x257d9a['find'](_0x51d41f=>_0x51d41f['ui']?.['focusTracker']?.['isFocused']);if(_0x15bd83)return _0x15bd83;const _0x3a5d26=function(_0x262a6b){if(_0x262a6b instanceof _0x29da5d)return;const _0x47fc6b=_0x262a6b;if(!_0x47fc6b['plugins']||!_0x47fc6b['plugins']['has']('AIEditing'))return;const _0x39b028=_0x47fc6b['plugins']['get']('AIEditing');return _0x39b028['getLastContentFocusedEditor']?.();}(_0x408ef4);return _0x3a5d26&&_0x257d9a['includes'](_0x3a5d26)?_0x3a5d26:_0x257d9a[0x0];}function Es({interaction:_0x4c9221,reply:_0x52f13,groups:_0xd6b397,transform:_0x2304cd,documentCompare:_0x5b04b1,documentCompareOptions:_0x115fc0}){const _0xeac71a=_0x4c9221['getDocumentContext']()['documents']['find'](_0x52d8e6=>_0x52d8e6['id']==_0xd6b397[0x0]['documentId']),_0x490bf2=_0xd6b397[0x0]['editor'];if(!_0xeac71a)return[];const _0x1d1ee4=_0xeac71a['content'],_0x3e20af=_0xeac71a['version'],_0x2ec753=_0x52f13['documentContextContent']['get'](_0xd6b397[0x0]['documentId'])['cloneNode'](!0x0);for(const {changes:_0x23585c}of _0xd6b397){const _0x3f821e=_0x23585c['filter'](_0x1aaa21=>'new'!=_0x1aaa21['type'])['map'](_0x11e4a0=>Yi('data-id',_0x11e4a0['id'],_0x2ec753)),_0x12051f=_0x23585c['filter'](_0x37f107=>'removed'!=_0x37f107['type'])['map'](_0x141bab=>_0x141bab['node']['cloneNode'](!0x0));let _0x578cd2=null;if(_0x3f821e['length']){_0x578cd2=_0x3f821e[0x0]['previousSibling'];for(let _0x301bed=0x0;_0x301bed<_0x3f821e['length'];_0x301bed++)_0x369ef0(_0x3f821e[_0x301bed]);}if(_0x12051f['length']){_0x578cd2||(_0x23585c[0x0]['anchorId']?_0x578cd2=Yi('data-id',_0x23585c[0x0]['anchorId'],_0x2ec753):(_0x578cd2=_0x12051f['shift'](),_0x42bbf5(_0x2ec753,_0x578cd2)));for(let _0x250fdb=0x0;_0x250fdb<_0x12051f['length'];_0x250fdb++)_0x1fc186(_0x578cd2,_0x12051f[_0x250fdb]),_0x578cd2=_0x12051f[_0x250fdb];}}const _0x4d2e31=Ki(_0x2ec753),_0x451d7c=_0x5b04b1['getDiff'](_0x1d1ee4,_0x4d2e31,{'targetEditor':_0x490bf2,..._0x115fc0})['getOperations']();if(_0x2304cd){const _0x2b3bac=_0x490bf2['model']['document']['history']['getOperations'](_0x3e20af),_0x50e066={'document':_0x490bf2['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x144e65(_0x451d7c,_0x2b3bac,_0x50e066)['operationsA'];}return _0x451d7c;}function Ts(_0x274c1d,_0x344ba6){if('marker'!=_0x344ba6['type'])return;const _0x1d9235=_0x274c1d['model']['markers']['get'](_0x344ba6['name']);_0x1d9235&&(_0x344ba6['oldRange']=_0x1d9235['getRange']());}function fs(_0x271847,_0x499934){if(_0x271847['files']['length']>0x0&&_0x499934['filesEnabled']){const _0x4706fe=_0x271847['files']['filter'](_0xf628cb=>_0xf628cb['name']);return _0x4706fe['length']>0x0?{'type':'file','files':_0x4706fe}:null;}if(_0x499934['urlsEnabled']){const _0x3cf5bd=function(_0x87eeb7){const _0x2e0916=_0x87eeb7['trim']();if(/\s/['test'](_0x2e0916))return null;try{const _0x4be3d4=new URL(_0x2e0916);return'http:'!==_0x4be3d4['protocol']&&'https:'!==_0x4be3d4['protocol']?null:_0x4be3d4['toString']();}catch{return null;}}(_0x271847['plainText']);if(_0x3cf5bd)return{'type':'url','url':_0x3cf5bd};}const _0x2aef6f=_0x271847['forceTextAttachment']?0x1:_0x499934['longTextThreshold']??0x1/0x0;if(_0x271847['plainText']['length']>=Math['max'](_0x2aef6f,0x1)&&_0x499934['filesEnabled']){const _0x277839=_0x499934['pastedTextLabel']+'.txt';return{'type':'text','files':[new File([_0x271847['plainText']],_0x277839,{'type':'text/plain'})]};}return null;}class AIChatController extends _0x915a98{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_hasAIChatBalloon']=!0x1;['_activeBalloon'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];['_channelsToEditors']=new Map();static get['requires'](){return[AIConnector,_0x102c6d];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['set']('isConversationReady',!0x1),this['_bodyCollection']=new Xt(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_aiChatModels']=new AIModels({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x38fe0f=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x1faabb,_0x36b2a8)=>{this['_handleUIUserMessage']({'message':_0x36b2a8});}),this['listenTo'](_0x38fe0f['view'],'change:activeTab',(_0x585897,_0x4471b2,_0x45216e)=>{'chat'!==_0x45216e&&this['removeSelectionFromChatContext']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI'](),this['removeSelectionFromChatContext'](),this['activeConversation']?.['cancelLastInteractionStream']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['addCurrentDocumentToChatContext']();}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x54f5e0,_0x3ab023)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x3ab023));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x191931,_0x5c6798)=>{this['activeConversation']?.['addUrlToContext'](_0x5c6798);}),this['listenTo'](this['_aiChatUi'],'promptInputPaste',(_0x283ed5,_0x5da7a7)=>{const _0x1bee93=this['activeConversation'];if(!_0x1bee93)return;_0x5da7a7['hasDirectory']&&(_0x5da7a7['preventDefault'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED'),'id':'folder-error-'+at()}));const _0x4cf9cf=fs(_0x5da7a7,{'pastedTextLabel':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_PASTED_TEXT_NAME'),'longTextThreshold':this['context']['config']['get']('ai.chat.context.paste.textThreshold'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled'),'urlsEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.urls.enabled')});_0x4cf9cf&&(_0x5da7a7['preventDefault'](),'url'===_0x4cf9cf['type']?_0x1bee93['addUrlToContext'](_0x4cf9cf['url']):_0x1bee93['chatContext']['addFilesToContext'](_0x4cf9cf['files'],void 0x0,_0x4cf9cf['type']));}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x137a36,_0x36fbed)=>{_0x36fbed['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x31cf84,_0x44972)=>{this['activeConversation']?.['addResourceToContext'](_0x44972['source'],_0x44972['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x4c6628,_0x494269)=>{this['_removeFromContext'](_0x494269);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x3cf2dd,_0x5c28e6)=>{this['activeConversation']?.['loadSourceResources'](_0x5c28e6['sourceId'],_0x5c28e6['query'],_0x5c28e6['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x2ac2eb,_0x14ad4c)=>{this['activeConversation']?.['setModel'](_0x14ad4c);}),this['listenTo'](this['_aiChatUi'],'like',(_0x18ca5b,{replyId:_0x371058})=>{console['log']('Liked\x20response',_0x371058);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0xf3c15d,{replyId:_0x157fdd})=>{console['log']('Disliked\x20response',_0x157fdd);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x4e463b,_0x4ec526)=>{this['_insertSuggestion'](_0x4ec526);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x4b4750,{replyId:_0x165c39,partIndex:_0x298c10})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x165c39,_0x298c10);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x45fe60,{replyId:_0x34ff9e,partIndex:_0x60dd8e})=>{const _0x37047b=this['_getDocumentRangeForReplyChanges'](_0x34ff9e,_0x60dd8e);if(!_0x37047b)return;const {reply:_0x7e0ea9}=this['getInteractionAndReplyById'](_0x34ff9e);'$graveyard'!=_0x37047b['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'editor':_0x7e0ea9['changeGroups'][_0x60dd8e]['editor'],'ranges':[_0x37047b['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x2cff57,_0x5ff3dd)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0x5ff3dd);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x2dc88f,{replyId:_0x34bf74,showDiff:_0xecdb2b})=>{const {interaction:_0x5728fe,reply:_0x2ec75b}=this['getInteractionAndReplyById'](_0x34bf74),_0x3b8b7c=_0x2ec75b['getContentParts']({'showDiff':_0xecdb2b});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x5728fe['id']+':'+_0x2ec75b['id'],'parts':_0x3b8b7c});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x3e836d,{replyId:_0x18bb96,partIndex:_0x9eb084})=>{this['_rejectSuggestion']({'replyId':_0x18bb96,'partIndex':_0x9eb084}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['on']('interactionCreated',(_0xa5c24f,_0x2d69e0)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x2d69e0);}),this['on']('replyCreated',(_0x1d01a1,_0x593a65)=>{this['_addFeedItemReply'](_0x593a65);});}['afterInit'](){this['context']instanceof _0x29da5d?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x57355d,_0x51cc1a)=>{_0x51cc1a['on']('ready',()=>{this['_integrateEditor'](_0x51cc1a);});}),this['_initConversation']();}async['_initConversation'](){const _0x35e1f2=this['context']['config']['get']('ai.chat.initialConversation');let _0x346a78=_0x35e1f2;('lastCreated'!=_0x35e1f2||(_0x346a78=await this['_getLastCreatedConversationId'](),_0x346a78))&&('new'==_0x346a78?await this['_startConversationSafely']():await this['loadConversation'](_0x346a78));}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x3ae852){this['_closeActiveBalloon'](),(this['context']['plugins']['get'](AITabs)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']());try{await this['_aiConnector']['fetchConversation'](_0x3ae852)['getConversation'](),await this['_startConversationSafely']({'id':_0x3ae852}),this['_updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0x3ae852),this['_aiChatUi']['enableControls'](),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x25d6cf){this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x3ae852}),this['_logError'](new ht('ai-chat-conversation-not-found',this,{'error':_0x25d6cf}));}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x147718){let _0x52d7bb=null,_0x2b280c=null;this['on']('toolDataReceived',(_0x232ba4,_0x40e199,_0x9ec206)=>{_0x9ec206['id']!==_0x52d7bb&&(_0x52d7bb=_0x9ec206['id'],_0x2b280c=this['_getAIChatFeedAPI'](_0x9ec206)),_0x147718(_0x40e199,_0x2b280c);});}['addCurrentDocumentToChatContext'](){ms(this['context'])['length']&&this['activeConversation']?.['addCurrentDocumentToContext'](Mi(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](_0x365c56){const _0x42e497=this['_aiEditing']['getSelectionText'](_0x365c56);this['activeConversation']?.['addSelectionToContext'](_0x42e497),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0x2f352f){await this['_startConversationSafely']({'modelId':_0x2f352f?.['modelId']});}async['sendMessage'](_0x586abf){await this['_handleUIUserMessage'](_0x586abf);}['getGroupId'](){const _0x4ce265=this['context']['config']['get']('collaboration.channelId');if(!_0x4ce265)throw new ht('ai-missing-channel-id',this);return _0x4ce265;}['_handleRemovedConversation'](_0x320cd7){this['activeConversation']['id']===_0x320cd7&&this['_startConversationSafely']();}['_insertSuggestion'](_0x2ffcd2){const _0x4a05f9=this['context']['plugins']['get'](_0x102c6d),{reply:_0x35757b,interaction:_0x2c663a}=this['getInteractionAndReplyById'](_0x2ffcd2['replyId']),_0x585343=void 0x0!==_0x2ffcd2['partIndex']?[_0x35757b['changeGroups'][_0x2ffcd2['partIndex']]]:_0x35757b['changeGroups']['filter'](_0x494720=>'pending'==_0x494720['state']);_0x585343['map'](_0x22fa4b=>_0x35757b['changeGroups']['indexOf'](_0x22fa4b))['forEach'](_0x1bf68f=>{const _0x4a64a4=this['_getDocumentRangeForReplyChanges'](_0x2ffcd2['replyId'],_0x1bf68f);_0x4a64a4&&'$graveyard'!=_0x4a64a4['range']['root']['rootName']?(_0x35757b['setChangeGroupState'](_0x1bf68f,'accepted'),void 0x0!==_0x2ffcd2['partIndex']&&this['_scrollToSuggestionRange'](_0x4a64a4['range'],!0x1,_0x4a64a4['targetEditor'])):_0x35757b['setChangeGroupState'](_0x1bf68f,'outdated');});const _0xe6c70b={},_0x42ca90=_0x585343['reduce']((_0x19d8c3,_0x5958e9)=>('outdated'===_0x5958e9['state']||(_0x19d8c3[_0x5958e9['documentId']]=[..._0x19d8c3[_0x5958e9['documentId']]||[],_0x5958e9],_0xe6c70b[_0x5958e9['documentId']]=[..._0xe6c70b[_0x5958e9['documentId']]||[],_0x35757b['changeGroups']['indexOf'](_0x5958e9)]),_0x19d8c3),{});for(const [_0x5f45f6,_0x12dc74]of Object['entries'](_0x42ca90)){const _0x2e28c0=_0x12dc74[0x0]['editor'];if(!_0x2e28c0['plugins']['has']('TrackChanges')){wt('ai-no-track-changes',{'editor':_0x2e28c0});continue;}const _0xf76acd=Es({'reply':_0x35757b,'interaction':_0x2c663a,'groups':_0x12dc74,'transform':!0x0,'documentCompare':_0x4a05f9,'documentCompareOptions':{'anchor':_0x12dc74[0x0]['rootName'],'markDeletions':!0x0}});let _0x471143;_0x2e28c0['model']['change'](_0x52d95e=>{_0x471143=_0x52d95e['batch'],_0x2e28c0['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0xf76acd),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x471143,{'interactionId':_0x2c663a['id'],'replyId':_0x35757b['id'],'indexes':_0xe6c70b[_0x5f45f6]});}this['_updateRatings'](_0x35757b);}['_applySuggestion'](_0x10b443){const _0x4c42c8=this['context']['plugins']['get'](_0x102c6d),{reply:_0x594d82,interaction:_0x500dba}=this['getInteractionAndReplyById'](_0x10b443['replyId']),_0x4091a4=void 0x0!==_0x10b443['partIndex']?[_0x594d82['changeGroups'][_0x10b443['partIndex']]]:_0x594d82['changeGroups']['filter'](_0x19450a=>'pending'==_0x19450a['state']);_0x4091a4['map'](_0x243346=>_0x594d82['changeGroups']['indexOf'](_0x243346))['forEach'](_0x15deac=>{const _0xde2572=this['_getDocumentRangeForReplyChanges'](_0x10b443['replyId'],_0x15deac);_0xde2572&&'$graveyard'!=_0xde2572['range']['root']['rootName']?(_0x594d82['setChangeGroupState'](_0x15deac,'accepted'),void 0x0!==_0x10b443['partIndex']&&this['_scrollToSuggestionRange'](_0xde2572['range'],!0x1,_0xde2572['targetEditor'])):_0x594d82['setChangeGroupState'](_0x15deac,'outdated');});const _0x36edfa={},_0x3bf1e3=_0x4091a4['reduce']((_0x1ab2bd,_0x263f00)=>('outdated'===_0x263f00['state']||(_0x1ab2bd[_0x263f00['documentId']]=[..._0x1ab2bd[_0x263f00['documentId']]||[],_0x263f00],_0x36edfa[_0x263f00['documentId']]=[..._0x36edfa[_0x263f00['documentId']]||[],_0x594d82['changeGroups']['indexOf'](_0x263f00)]),_0x1ab2bd),{});for(const [_0x3e7ee4,_0x4f7178]of Object['entries'](_0x3bf1e3)){const _0x44ebbb=Es({'reply':_0x594d82,'interaction':_0x500dba,'groups':_0x4f7178,'transform':!0x0,'documentCompare':_0x4c42c8,'documentCompareOptions':{'anchor':_0x4f7178[0x0]['rootName'],'markDeletions':!0x1}});let _0x5ca92c;const _0x3bf89c=_0x4f7178[0x0]['editor'];_0x3bf89c['model']['change'](_0x45ece3=>{_0x5ca92c=_0x45ece3['batch'];for(const _0x461f34 of _0x44ebbb)_0x461f34['baseVersion']=_0x3bf89c['model']['document']['version'],Ts(_0x3bf89c,_0x461f34),_0x45ece3['batch']['addOperation'](_0x461f34),_0x3bf89c['model']['applyOperation'](_0x461f34);}),this['_batchToChanges']['set'](_0x5ca92c,{'interactionId':_0x500dba['id'],'replyId':_0x594d82['id'],'indexes':_0x36edfa[_0x3e7ee4]});}this['_updateRatings'](_0x594d82);}['_rejectSuggestion'](_0x59cc15){const {reply:_0x1a7c93}=this['getInteractionAndReplyById'](_0x59cc15['replyId']);_0x1a7c93['setChangeGroupState'](_0x59cc15['partIndex'],'rejected');}['_openBalloonFor'](_0x3de2f0,_0x1feb2e){if(!this['_hasAIChatBalloon'])return;const {reply:_0x5d98bc}=this['getInteractionAndReplyById'](_0x3de2f0),_0x5d173c=_0x5d98bc['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(!_0x5d173c['length'])return;let _0xea9844,_0x1cd2f1;if(void 0x0!==_0x1feb2e?(_0x1cd2f1=_0x5d173c['find'](_0x4af0fd=>_0x4af0fd['index']==_0x1feb2e),_0xea9844=_0x1cd2f1?.['index']):(_0x1cd2f1=_0x5d173c[0x0],_0xea9844=_0x1cd2f1['index']),!_0x1cd2f1)return void _0x5d98bc['setChangeGroupState'](_0x1feb2e??0x0,'outdated');if(this['_currentPreviewedChangeGroup']?.['replyId']==_0x3de2f0&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0xea9844)return;const _0x3eab16=this['_getUserPresentableContentPartDocumentRange'](_0x3de2f0,_0x5d98bc,_0x1cd2f1),_0x50feb8=_0x5d98bc['changeGroups']['find'](_0x5b4b63=>_0x5b4b63['index']==_0xea9844)['editor'],_0x51523e=_0x50feb8['plugins']['get']('AIChatBalloon');if(this['_activeBalloon']&&this['_activeBalloon']!==_0x51523e&&this['_activeBalloon']['close'](),!_0x3eab16)return _0x51523e['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x51523e,this['_currentPreviewedChangeGroup']={'replyId':_0x3de2f0,'partIndex':_0xea9844},this['_scrollToSuggestionRange'](_0x3eab16,!0x0,_0x50feb8);const _0x343586=this['_getPresentableSiblingContentPartIndex'](_0x3de2f0,_0xea9844,'next');_0x51523e['clearContent'](),_0x51523e['updateContent']({'part':_0x1cd2f1,'renderingStrategy':'static'}),_0x51523e['open']({'index':_0xea9844,'title':Mi(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0xea9844+0x1)['toString']()),'showRotator':null!==_0x343586,'ranges':[_0x3eab16],'areActionsDisabled':_0x5d98bc['areActionsDisabled'],'targetEditor':_0x50feb8}),_0x51523e['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x3de2f0,_0xea9844),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x3de2f0,'index':_0xea9844,'isActive':!0x0});}['_closeActiveBalloon'](){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;}['_getPresentableSiblingContentPartIndex'](_0x1655d4,_0x1405e3,_0x89c92d){const {reply:_0x1d7aff}=this['getInteractionAndReplyById'](_0x1655d4),_0x4fb874=_0x1d7aff['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x4fb874['length'])return null;const _0x50cf7d='next'==_0x89c92d?0x1:-0x1;function _0x169b13(_0x28f71e){const _0x4689d2=(_0x28f71e+_0x50cf7d+_0x4fb874['length'])%_0x4fb874['length'];return{'siblingIndex':_0x4689d2,'siblingPart':_0x4fb874[_0x4689d2]};}const _0x2b6b86=_0x4fb874['findIndex'](_0x38aebb=>_0x38aebb['index']==_0x1405e3);let {siblingIndex:_0x5e4899,siblingPart:_0x3106d5}=_0x169b13(_0x2b6b86);for(;!this['_getUserPresentableContentPartDocumentRange'](_0x1655d4,_0x1d7aff,_0x3106d5);)if({siblingIndex:_0x5e4899,siblingPart:_0x3106d5}=_0x169b13(_0x5e4899),_0x5e4899===_0x2b6b86)return null;return _0x3106d5['index'];}['_getUserPresentableContentPartDocumentRange'](_0xa34e11,_0x1f3100,_0x2005a5){const _0x3361d4=_0x1f3100['changeGroups'];if(!_0x2005a5['hasChanges'])return null;const _0x408712=_0x3361d4['find'](_0x35d8a6=>_0x35d8a6['index']==_0x2005a5['index']);if('pending'!==_0x408712?.['state'])return null;if('destroyed'===_0x408712?.['editor']['state'])return _0x1f3100['setChangeGroupState'](_0x2005a5['index'],'outdated'),null;const _0x107739=this['_getDocumentRangeForReplyChanges'](_0xa34e11,_0x2005a5['index']);if(!_0x107739)return _0x1f3100['setChangeGroupState'](_0x2005a5['index'],'outdated'),null;const {range:_0x16a138,currentIndex:_0x4c4e44}=_0x107739;return'$graveyard'==_0x16a138['root']['rootName']?(_0x1f3100['setChangeGroupState'](_0x4c4e44,'outdated'),null):_0x107739['range'];}['_getDocumentRangeForReplyChanges'](_0x2e1cee,_0x5c1ac7){const {reply:_0x57af5b,interaction:_0x1c4f11}=this['getInteractionAndReplyById'](_0x2e1cee),_0x5020bc=_0x57af5b['changeGroups']['filter'](_0x423e9f=>'pending'==_0x423e9f['state']),_0x45e470=_0x5020bc['map'](_0x1de1b1=>_0x57af5b['changeGroups']['indexOf'](_0x1de1b1));void 0x0===_0x5c1ac7&&(_0x5c1ac7=_0x45e470[0x0]);const _0x282722=_0x45e470['indexOf'](_0x5c1ac7);if(-0x1==_0x282722)return null;const _0x422034=_0x5020bc[_0x282722],_0x55487b=_0x422034['editor'];if('destroyed'===_0x55487b['state'])return null;const _0x4f64d3=_0x57af5b['documentContextContent']['get'](_0x422034['documentId']),_0x51dea1=new _0x2d0ea8([]),_0x214ac0=new _0x2d0ea8([]);for(const _0x583f35 of _0x422034['changes'])if('removed'!=_0x583f35['type']&&_0x214ac0['children']['push'](_0x583f35['node']['cloneNode'](!0x0)),'new'!=_0x583f35['type']){const _0xe5f08c=_0x1d9b34(_0x3cd596=>Xi(_0x3cd596,'data-id')==_0x583f35['id'],_0x4f64d3,!0x0);_0x51dea1['children']['push'](_0xe5f08c['cloneNode'](!0x0));}if(0x0==_0x51dea1['children']['length']){if(_0x422034['changes'][0x0]['anchorId']){const _0x4486af=Yi('data-id',_0x422034['changes'][0x0]['anchorId'],_0x4f64d3);_0x51dea1['children']['unshift'](_0x4486af['cloneNode'](!0x0)),_0x214ac0['children']['unshift'](_0x4486af['cloneNode'](!0x0)),_0x4486af['nextSibling']&&(_0x51dea1['children']['push'](_0x4486af['nextSibling']['cloneNode'](!0x0)),_0x214ac0['children']['push'](_0x4486af['nextSibling']['cloneNode'](!0x0)));}else{const _0x3cbb32=_0x4f64d3['children'][0x0];if(!_0x3cbb32)return null;_0x51dea1['children']['push'](_0x3cbb32['cloneNode'](!0x0)),_0x214ac0['children']['push'](_0x3cbb32['cloneNode'](!0x0));}}const _0x14021a=_0x1c4f11['getDocumentContext'](),_0x4c20cb=_0x14021a['content']||_0x14021a['documents']['find'](_0x2b8187=>_0x2b8187['id']==_0x422034['documentId'])['content'],_0x59282f=_0x55487b['model']['document']['getRoot'](_0x422034['rootName']),_0xb22206=_0x55487b['data']['parse'](_0x4c20cb,_0x59282f),_0x153431=Ki(_0x51dea1),_0x769105=_0x55487b['data']['parse'](_0x153431,_0x59282f),_0x3b0d33=_0x55487b['data']['parse'](_0x153431,_0x59282f),_0x15d433=_0x55487b['model']['createPositionAt'](_0x769105,0x0),_0x51879d=Ki(_0x214ac0),_0xb3e0c3={'targetEditor':_0x55487b,'anchor':_0x15d433,'markDeletions':!0x1},_0x23b0c2=_0x55487b['plugins']['get'](_0x102c6d)['getDiff'](_0x153431,_0x51879d,_0xb3e0c3)['getOperations']();if(!_0x23b0c2['length'])return null;_0x55487b['model']['change'](_0x453e49=>{for(const _0x719003 of _0x23b0c2)if('remove'==_0x719003['type']){const _0x25e8d6=_0x719003['sourcePosition'],_0x2677ed=_0x719003['howMany'],_0x3f052e=new _0x35b10a(_0x25e8d6,_0x2677ed);_0x453e49['batch']['addOperation'](_0x3f052e),_0x55487b['model']['applyOperation'](_0x3f052e);}else'marker'!==_0x719003['type']&&(_0x719003['baseVersion']=null,_0x719003['isDocumentOperation']=!0x1,_0x453e49['batch']['addOperation'](_0x719003),_0x55487b['model']['applyOperation'](_0x719003));});const _0x2764c8=cs(_0x55487b,_0x23b0c2,_0x769105);us(_0x55487b['model'],_0x2764c8);const _0x25d4bb=_0x2764c8['getFirstRange']()['start']['path']['slice'](),_0x430d0a=_0x2764c8['getFirstRange']()['end']['path']['slice'](),_0x68845=[];let _0x118632=_0x769105,_0x1a6080=_0x3b0d33;for(let _0x283334=0x0;_0x283334<_0x430d0a['length'];_0x283334++){const _0x16ca13=_0x118632['maxOffset']-_0x430d0a[_0x283334];_0x68845[_0x283334]=_0x1a6080['maxOffset']-_0x16ca13,_0x118632=_0x118632['getChildAtOffset'](_0x430d0a[_0x283334]),_0x1a6080=_0x1a6080['getChildAtOffset'](_0x68845[_0x283334]);}const _0x61f3a7=_0x55487b['model']['createRange'](_0x55487b['model']['createPositionFromPath'](_0x3b0d33,_0x25d4bb),_0x55487b['model']['createPositionFromPath'](_0x3b0d33,_0x68845)),_0x2b190b=_0x3b0d33['getChild'](0x0)['getAttribute'](_0x1e6e9f),_0x5a8d39=Array['from'](_0xb22206['getChildren']())['find'](_0x188587=>_0x188587['getAttribute'](_0x1e6e9f)==_0x2b190b)['getPath'](),_0x140472=_0x61f3a7['start']['path']['slice'](),_0xa9f031=_0x61f3a7['end']['path']['slice']();_0x140472[0x0]=_0x5a8d39[0x0]+_0x140472[0x0],_0xa9f031[0x0]=_0x5a8d39[0x0]+_0xa9f031[0x0];let _0x1ca863=_0x55487b['model']['createRange'](_0x55487b['model']['createPositionFromPath'](_0x55487b['model']['document']['getRoot'](_0x422034['rootName']),_0x140472),_0x55487b['model']['createPositionFromPath'](_0x55487b['model']['document']['getRoot'](_0x422034['rootName']),_0xa9f031));const _0x440784=_0x14021a['documents']['find'](_0x28c727=>_0x28c727['id']==_0x422034['documentId'])['version'],_0x4d5ae1=_0x55487b['model']['document']['history']['getOperations'](_0x440784);for(const _0x514748 of _0x4d5ae1)_0x1ca863=_0x245154['_createFromRanges'](_0x1ca863['getTransformedByOperation'](_0x514748));return{'range':_0x1ca863,'currentIndex':_0x5c1ac7,'targetEditor':_0x55487b};}['_integrateEditorBalloon'](_0x24356b){if(!_0x24356b['plugins']['has']('AIChatBalloon'))return;const _0x5b996f=_0x24356b['plugins']['get']('AIChatBalloon');this['_hasAIChatBalloon']=!0x0,_0x5b996f['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x5b996f,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x1bead2,partIndex:_0xa5f6ff}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x188e19}=this['getInteractionAndReplyById'](_0x1bead2),_0xec3acd=_0x188e19['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0xa5f6ff});_0x5b996f['updateContent']({'part':_0xec3acd[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x5b996f,'applySuggestion',()=>{const {replyId:_0x52ce6c,partIndex:_0x15e45d}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x52ce6c,'partIndex':_0x15e45d}),_0x5b996f['setState']('accepted');}),this['listenTo'](_0x5b996f,'insertSuggestion',()=>{const {replyId:_0x1c42c9,partIndex:_0x3c8701}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x1c42c9,'partIndex':_0x3c8701}),_0x5b996f['setState']('accepted');}),this['listenTo'](_0x5b996f,'rejectSuggestion',()=>{const {replyId:_0x2ae2fb,partIndex:_0x469e5e}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x2ae2fb,'partIndex':_0x469e5e}),_0x5b996f['setState']('rejected');}),this['listenTo'](_0x5b996f,'showNext',()=>{const {replyId:_0x325034,partIndex:_0x1f48a6}=this['_currentPreviewedChangeGroup'],_0x2a494f=this['_getPresentableSiblingContentPartIndex'](_0x325034,_0x1f48a6,'next');null!==_0x2a494f&&this['_openBalloonFor'](_0x325034,_0x2a494f);}),this['listenTo'](_0x5b996f,'showPrevious',()=>{const {replyId:_0x3b4aad,partIndex:_0x5424e9}=this['_currentPreviewedChangeGroup'],_0x1a5e92=this['_getPresentableSiblingContentPartIndex'](_0x3b4aad,_0x5424e9,'previous');null!==_0x1a5e92&&this['_openBalloonFor'](_0x3b4aad,_0x1a5e92);}),this['listenTo'](_0x5b996f,'dialogClosed',(_0x15a1cc,{id:_0x13d818})=>{if('aiChatBalloon'!==_0x13d818)return;const {replyId:_0x60f349,partIndex:_0x17eb14}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x60f349,'index':_0x17eb14,'isActive':!0x1}),this['_activeBalloon']===_0x5b996f&&(this['_activeBalloon']=void 0x0);});}['_integrateEditor'](_0x20c16f){if(this['_channelsToEditors']['set'](_0x20c16f['config']['get']('collaboration.channelId'),_0x20c16f),this['_integrateEditorBalloon'](_0x20c16f),this['addCurrentDocumentToChatContext'](),_0x20c16f['once']('destroy',()=>{this['_checkRemoveCurrentDocumentFromChatContext']();}),_0x20c16f['plugins']['has']('Undo')){const _0x39b7ae=_0x20c16f['commands']['get']('undo'),_0x36b5ed=_0x20c16f['commands']['get']('redo');this['listenTo'](_0x39b7ae,'revert',(_0x4d99b5,_0x253a7e,_0x5dbaa7)=>{const _0x5e15f6=this['_batchToChanges']['get'](_0x253a7e);if(!_0x5e15f6)return;const _0x3fd38c=this['activeConversation']['getInteraction'](_0x5e15f6['interactionId']),_0x12337d=_0x3fd38c?.['getReply'](_0x5e15f6['replyId']);this['_batchToChanges']['delete'](_0x253a7e),_0x3fd38c&&_0x12337d&&(_0x5e15f6['indexes']['forEach'](_0x2807ab=>_0x12337d['setChangeGroupState'](_0x2807ab,'pending')),this['_batchToChanges']['set'](_0x5dbaa7,_0x5e15f6));}),this['listenTo'](_0x36b5ed,'revert',(_0x35b2ac,_0x361b44,_0x395ac4)=>{const _0x4ffc40=this['_batchToChanges']['get'](_0x361b44);if(!_0x4ffc40)return;const _0x242c1e=this['activeConversation']['getInteraction'](_0x4ffc40['interactionId']),_0x3f6874=_0x242c1e?.['getReply'](_0x4ffc40['replyId']);this['_batchToChanges']['delete'](_0x361b44),_0x242c1e&&_0x3f6874&&(_0x4ffc40['indexes']['forEach'](_0x1db26b=>_0x3f6874['setChangeGroupState'](_0x1db26b,'accepted')),this['_batchToChanges']['set'](_0x395ac4,_0x4ffc40));});}const _0x30105d=_0x20c16f['config']['get']('ai.chat.context');_0x30105d['alwaysAddSelection']&&_0x30105d['document']['enabled']&&this['listenTo'](_0x20c16f['model']['document']['selection'],'change:range',(_0x5a1cc4,_0x34fb34)=>{if(!_0x34fb34['directChange'])return;'chat'===_0x20c16f['plugins']['get']('AITabs')['view']['activeTab']&&(_0x20c16f['model']['hasContent'](_0x20c16f['model']['document']['selection'])?this['addSelectionToChatContext'](_0x20c16f):this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x3ae142=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x7de7=await _0x3ae142['getConversations']();return _0x7de7['length']?_0x7de7[0x0]['id']:'new';}catch(_0x3d86b8){return this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':at()}),this['_logError'](new ht('ai-chat-conversation-init-failed',this,{'error':_0x3d86b8})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x108a7b={}){this['set']('isConversationReady',!0x1);try{await this['_handleStartConversation'](_0x108a7b);}catch(_0xaa3510){this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x108a7b['id']||at()}),console['error'](_0xaa3510),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x263f29,modelId:_0x2564b1}={}){this['_closeActiveBalloon']();let _0x4e657c=_0x2564b1;_0x4e657c||(_0x263f29||!this['activeConversation']?_0x4e657c=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x4e657c=this['activeConversation']['selectedModel']['id'])),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();const _0x400c7b=this['getGroupId'](),_0x2d1d99=_0x263f29||at();let _0x24f3eb;this['activeConversation']=new AIChatConversation({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x4e657c,'conversationId':_0x2d1d99,'group':_0x400c7b,'locale':this['context']['locale'],'isFromHistory':!!_0x263f29,'channelsToEditors':this['_channelsToEditors'],'getSessionId':_0x3d72c7=>this['_aiEditing']['getSessionId'](_0x3d72c7)}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['listenTo'](this['activeConversation'],'conversationInitialized',(_0x258e35,_0x261548)=>{this['_aiChatUi']['createConversation'](_0x261548),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x263f29||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['listenTo'](this['activeConversation'],'uploadProgressChanged',(_0x15ae45,_0x3c56be)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x3c56be['isUploadInProgress']);}),this['listenTo'](this['activeConversation'],'webSearchStarted',()=>{const _0x2980dc=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x2980dc);}),this['listenTo'](this['activeConversation'],'reasoningStarted',()=>{const _0x4dcd2d=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x4dcd2d);}),this['listenTo'](this['activeConversation'],'webSearchFinished',(_0x3b6450,_0xbf8312)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0xbf8312,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['listenTo'](this['activeConversation'],'reasoningFinished',(_0x4ac40b,_0x42c4dc)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x42c4dc,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['listenTo'](this['activeConversation'],'interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['listenTo'](this['activeConversation'],'interactionFinished',async()=>{this['_updateReplyContentThrottled']['flush'](),await this['_aiChatUi']['finishInteraction']();}),this['listenTo'](this['activeConversation'],'interactionDestroyed',(_0x2947d7,_0x18d083)=>{this['_aiChatUi']['removeFeedInteraction'](_0x18d083['id']);}),this['listenTo'](this['activeConversation'],'setConversationTitle',(_0x37f20d,_0x5e1647,_0x2ba91b)=>{this['_updateConversationTitle'](_0x5e1647,_0x2ba91b);}),this['listenTo'](this['activeConversation'],'replyContentUpdated',async(_0x207b11,_0xb80528)=>{void 0x0!==_0x24f3eb&&_0x24f3eb!==_0xb80528['id']&&this['_updateReplyContentThrottled']['flush'](),_0x24f3eb=_0xb80528['id'],_0xb80528['isFromHistory']?await this['_updateReplyContent']({'reply':_0xb80528}):await this['_updateReplyContentThrottled']({'reply':_0xb80528});}),this['listenTo'](this['activeConversation'],'replyChangeGroupStateUpdated',(_0xc6fa7b,{reply:_0x486814,index:_0x25c038,state:_0x2a49e0})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x486814['id'],'index':_0x25c038,'state':_0x2a49e0}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x486814['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x25c038&&this['_activeBalloon']?.['setState'](_0x2a49e0);}),this['listenTo'](this['activeConversation'],'contextItemAdded',(_0x26def9,_0x4df8ba)=>{if(this['_aiChatUi']['addContextItem'](_0x4df8ba['contextItem'],_0x4df8ba['isLoading']),'selection'===_0x4df8ba['contextItem']['type']){const _0x28612c=ps(this['context']),_0x55f1dd=[..._0x28612c['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'editor':_0x28612c,'ranges':_0x55f1dd,'id':'context','priority':0x1});}}),this['listenTo'](this['activeConversation'],'contextItemRemoved',(_0x3ab0b,_0x25a9da)=>{this['_aiChatUi']['removeContextItem'](_0x25a9da['uiId']),'current-document'==_0x25a9da['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x25a9da['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['listenTo'](this['activeConversation'],'contextItemLoadingEnded',(_0x1ddc68,_0x217ad2)=>{this['_aiChatUi']['setContextItemLoading'](_0x217ad2['contextItem']['uiId'],_0x217ad2['isLoading']);}),this['listenTo'](this['activeConversation'],'contextSent',(_0x69b1,_0x3bd866)=>{this['_aiChatUi']['setConversationContext'](_0x3bd866['contextItems']);}),this['listenTo'](this['activeConversation'],'addContextOptionsChanged',(_0x6c200,_0x281d8d)=>{this['_aiChatUi']['setAddContextOptions'](_0x281d8d['options']);}),this['listenTo'](this['activeConversation'],'sourceResourcesLoaded',(_0x1b28cf,_0x4ddac5)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x4ddac5['sourceId'],_0x4ddac5['source'],_0x4ddac5['resources'],_0x4ddac5['uid']);}),this['listenTo'](this['activeConversation'],'resourceStateChanged',(_0x30cdb6,_0x1e7c2f)=>{this['_aiChatUi']['updateResourceState'](_0x1e7c2f['sourceId'],_0x1e7c2f['resourceId'],_0x1e7c2f['isInContext']);}),this['listenTo'](this['activeConversation'],'capabilitiesUpdated',(_0x114309,_0x499190)=>{this['_aiChatUi']['updateCapabilities'](_0x499190);}),this['listenTo'](this['activeConversation'],'modelSelected',async(_0x6b43ae,_0x53b7c4)=>{const _0x55f306=(await this['_aiChatModels']['getAll']())['find'](_0x355449=>_0x355449['id']===_0x53b7c4['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x55f306,_0x53b7c4['isDisabled']);}),this['listenTo'](this['activeConversation'],'error',(_0x532215,{error:_0xfd25c4,interactionId:_0x4c5537,fileName:_0x127639,url:_0x283e84,sourceId:_0x12e9a8,sourceLabel:_0x14b5e4})=>{const _0x3e4fd3=_0x4c5537?_0x4c5537+':'+at():at();_0xfd25c4['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':Mi(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x3e4fd3}):_0xfd25c4['message']['startsWith']('ai-chat-conversation-init-failed')||_0xfd25c4['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x127639),'id':_0x3e4fd3}):_0xfd25c4['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x283e84),'id':_0x3e4fd3}):_0xfd25c4['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x3e4fd3}):_0xfd25c4['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x3e4fd3}):_0xfd25c4['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x12e9a8&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x12e9a8),this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x14b5e4||'source'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-context-file-too-many-pages')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):_0xfd25c4['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x3e4fd3}),this['_logError'](_0xfd25c4));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x263f29||(await this['activeConversation']['start'](),this['_aiChatUi']['enableControls']()),this['set']('isConversationReady',!0x0);}async['_handleUIUserMessage']({message:_0x50c169,attributes:_0x1250b4}){if(!this['activeConversation'])throw new ht('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x2d3ed7=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentsInContext'](_0x2d3ed7);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x50c169,'attributes':_0x1250b4});}['_logError'](_0x386c9b){Ct(_0x386c9b['message'],_0x386c9b['data']);}['_removeFromContext'](_0x1ee287){this['activeConversation']?.['removeFromContext'](_0x1ee287);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x5401cd){const [_0x1527da,_0x45fb5b]=_0x5401cd['split'](':'),_0x54e0f5=this['activeConversation']['getInteraction'](_0x1527da),_0x3ea774=_0x54e0f5['getReply'](_0x45fb5b);return{'interaction':_0x54e0f5,'reply':_0x3ea774};}['_scrollToSuggestionRange'](_0x1a03fc,_0x2c7d1b=!0x1,_0x4f15a4){const _0xe47cfd={'target':_0x4f15a4['editing']['view']['domConverter']['viewRangeToDom'](_0x4f15a4['editing']['mapper']['toViewRange'](_0x1a03fc)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x2c7d1b};_0x2c7d1b&&(_0xe47cfd['alignToTop']=!0x0),Tt(_0xe47cfd);}['_updateConversationTitle'](_0x568c41,_0x14e765=!0x1){this['_aiChatUi']['setConversationTitle'](_0x568c41||Mi(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x14e765);}['_addFeedItemReply'](_0x611b1){'text'===_0x611b1['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x611b1):this['_aiChatUi']['addFeedItemAISuggestion'](_0x611b1);}async['_updateReplyContent']({reply:_0x43194d,renderingStrategy:_0x56fb69}){const {id:_0x47c1bf,interactionId:_0x23e69f,isDone:_0x303238,type:_0x39292e,parsedContent:_0x478e0}=_0x43194d,_0x3522d9=_0x23e69f+':'+_0x47c1bf;if('modification'===_0x39292e){const _0x42e4cb=_0x43194d['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x3522d9,'parts':_0x42e4cb,'isDone':_0x303238,'skipLoadingEffects':_0x43194d['isFromHistory']});}else'text'===_0x39292e&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x3522d9,'parsedContent':_0x478e0['get']('text'),'renderingStrategy':_0x56fb69,'isDone':_0x303238});_0x303238&&_0x43194d['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x3522d9,_0x43194d['sources']);}['_updateReplyContentThrottled']=_0x46a184(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x505275=this['activeConversation']?.['lastInteraction'];_0x505275&&(_0x505275['stop'](),this['_aiChatUi']['stopInteraction'](_0x505275)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x30aad1=this['activeConversation']?.['lastInteraction'];if(_0x30aad1){for await(const _0x570202 of _0x30aad1['replies'])this['_aiChatUi']['hasFeedItem'](_0x570202['id'])||this['_addFeedItemReply'](_0x570202),await this['_updateReplyContent']({'reply':_0x570202,'renderingStrategy':'static'});}}['_updateRatings'](_0x13c09d){const _0x18f09a={'positiveCount':_0x13c09d['changeGroups']['filter'](_0x458c4a=>'accepted'===_0x458c4a['state'])['length'],'totalCount':_0x13c09d['changeGroups']['length'],'modificationId':_0x13c09d['id']},_0xc197a0=this['activeConversation']['getInteraction'](_0x13c09d['interactionId'])['messageId'];_0xc197a0&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0xc197a0,_0x18f09a);}['_getAIChatFeedAPI'](_0x5a0db4){const _0x5614af=this['_aiChatUi'],_0x503dba=()=>{_0x5a0db4['resetWebSearchState'](),_0x5a0db4['resetReasoningState'](),_0x5614af['clearLoadingMessage']();},_0x1f0593=()=>{_0x5a0db4['currentReply']&&(_0x5a0db4['currentReply']['done'](),_0x5a0db4['currentReply']=void 0x0);};return{'insertTextReply':(_0x2b3e66,_0x51eb7d)=>{_0x1f0593(),_0x503dba();const _0x43adb7=_0x5a0db4['currentReply']=_0x5a0db4['createReply']({'type':'text','interactionId':_0x5a0db4['id'],'id':_0x51eb7d||at(),'channelsToEditors':this['_channelsToEditors']});return _0x43adb7['appendContent'](_0x2b3e66),_0x1f0593(),_0x43adb7;},'insertCustomElement':async(_0x1d3e06,_0x1d290e)=>(_0x1f0593(),_0x503dba(),_0x5614af['addFeedItemCustomElement'](_0x1d3e06,_0x1d290e||at())),'setLoadingMessage':_0x25b028=>{_0x5614af['setLoadingMessage'](_0x25b028);},'clearLoadingMessage':()=>{_0x5614af['clearLoadingMessage']();}};}['_checkRemoveCurrentDocumentFromChatContext'](){ms(this['context'])['find'](_0x2e8677=>'destroyed'!==_0x2e8677['state'])||(this['activeConversation']?.['removeFromContext']('current-document'),this['activeConversation']?.['toggleAddCurrentDocumentOptionVisibility'](!0x1));}}const Rs='ai-selection',bs=['br'];class AIEditing extends _0x915a98{constructor(_0x1ecb88){super(_0x1ecb88),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_fakeSelections']=[];['_sessionIdByEditor']=new WeakMap();['_lastContentFocusedEditor'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['getLastContentFocusedEditor'](){return this['_lastContentFocusedEditor'];}['getSessionId'](_0x4458bb){let _0x4f0b13=this['_sessionIdByEditor']['get'](_0x4458bb);return!_0x4f0b13&&(_0x4f0b13=_0x4458bb['plugins']['has']('RealTimeCollaborationClient')&&_0x4458bb['plugins']['get']('RealTimeCollaborationClient')['sessionId']||at(),this['_sessionIdByEditor']['set'](_0x4458bb,_0x4f0b13)),_0x4f0b13;}async['getDocumentData'](){const _0x44244e=ms(this['context']);if(!_0x44244e['length'])throw new ht('ai-get-editor-from-context-no-editor');const _0x1da147=[],_0x435e54=new Set();for(const _0xea140b of _0x44244e){const _0x495087=_0xea140b['config']['get']('roots')||{};for(const _0x764e9f of _0xea140b['model']['document']['getRoots']()){if('$graveyard'===_0x764e9f['rootName'])continue;const _0x316cc2=await this['_getDocumentDataForEditorRoot'](_0xea140b,_0x764e9f,_0x435e54),_0x43237b=_0x495087[_0x764e9f['rootName']];let _0x2b788f;_0x43237b?.['label']?_0x2b788f=_0x43237b['label']:(wt('ai-document-root-missing-label',{'editor':_0xea140b,'rootConfig':_0x43237b}),_0x2b788f=_0x764e9f['rootName']),_0x1da147['push']({'editor':_0xea140b,'rootName':_0x764e9f['rootName'],'content':_0x316cc2['content'],'version':_0x316cc2['version'],'sessionId':this['getSessionId'](_0xea140b),'channelId':_0xea140b['config']['get']('collaboration.channelId'),'selections':_0x316cc2['selections'],'name':_0x2b788f,'description':_0x43237b?.['description']});}}return _0x1da147;}async['_getDocumentDataForEditorRoot'](_0x47eb14,_0x1894c1,_0x10609c){const _0x75b6d9=_0x47eb14['data']['toView'](_0x1894c1,{'convertAiChatSelectionMarker':!0x0}),_0x17072e=new _0x3fd428(_0x47eb14['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x75b6d9,_0x17072e,_0x10609c);let _0x4075e5=await this['_getDocumentDataStringFromView'](_0x75b6d9,_0x47eb14);const _0x577351=this['_getMarkersInDocumentOrder'](_0x47eb14,_0x1894c1),_0x51eb24=[];for(const _0x589251 of _0x577351){const _0x33bf83='<'+_0x589251['name']+':start></'+_0x589251['name']+':start>',_0x332d7e=_0x4075e5['indexOf'](_0x33bf83);_0x4075e5=_0x4075e5['substring'](0x0,_0x332d7e)+_0x4075e5['substring'](_0x332d7e+_0x33bf83['length']);const _0x5409ac='<'+_0x589251['name']+':end></'+_0x589251['name']+':end>',_0xc57e4b=_0x4075e5['indexOf'](_0x5409ac);_0x4075e5=_0x4075e5['substring'](0x0,_0xc57e4b)+_0x4075e5['substring'](_0xc57e4b+_0x5409ac['length']),_0x51eb24['push']({'markerName':_0x589251['name'],'start':_0x332d7e,'end':_0xc57e4b,'htmlFragment':_0x4075e5['substring'](_0x332d7e,_0xc57e4b)});}return{'content':_0x4075e5,'version':_0x47eb14['model']['document']['version'],'selections':_0x51eb24};}['afterInit'](){this['context']instanceof _0x29da5d?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x418366,_0x42db48)=>{_0x42db48['on']('ready',()=>{this['_integrateEditor'](_0x42db48);});});}['_setOutputDataProcessor'](_0x352d8f){this['_outputDataProcessor']=_0x352d8f;}async['_getDocumentDataStringFromView'](_0x2dd7e3,_0x3ed1ae){let _0x467714;if(this['_outputDataProcessor']){const _0xbba7fc=_0x3ed1ae['data']['processor']['domConverter']['viewToDom'](_0x2dd7e3),_0xc00e1b=await this['_outputDataProcessor'](_0xbba7fc);_0x467714=_0x3ed1ae['data']['processor']['htmlWriter']['getHtml'](_0xc00e1b);}else _0x467714=_0x3ed1ae['data']['processor']['toData'](_0x2dd7e3);return _0x467714;}['_integrateEditor'](_0x277b9c){if(!_0x277b9c['config']['get']('collaboration.channelId'))throw new ht('ai-missing-channel-id',_0x277b9c);_0x277b9c['ui']['focusTracker']['on']('change:isFocused',(_0x2cdc16,_0x5a4611,_0x891524)=>{_0x891524&&(this['_lastContentFocusedEditor']=_0x277b9c);}),_0x277b9c['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x277b9c&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x277b9c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Rs,'view':({markerName:_0x21e986})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x21e986['split'](':')[0x1]],'priority':0xc})}),_0x277b9c['conversion']['for']('dataDowncast')['markerToElement']({'model':Rs+':context','view':(_0x258e1f,{writer:_0x147e5b,options:_0x12a315})=>_0x12a315['convertAiChatSelectionMarker']?_0x147e5b['createUIElement'](_0x258e1f['markerName']+':'+(_0x258e1f['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x4dce13){const _0x4cd961=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x4dce13);const _0x57e2a6=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x4cd961,_0x57e2a6);}['hideFakeVisualSelection'](_0x1183a3){const _0x516e5a=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x1183a3);const _0xd19332=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x516e5a,_0xd19332);}async['modelToDataWithIds'](_0x49c502,_0xfbbaa2){const _0x29ad43=_0xfbbaa2['data']['toView'](_0x49c502),_0x47fca2=new _0x3fd428(_0xfbbaa2['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x29ad43,_0x47fca2),this['_getDocumentDataStringFromView'](_0x29ad43,_0xfbbaa2);}['_setDataIdsOnChildren'](_0x3b8f95,_0xea2a51,_0x2f8c44=new Set()){let _0x3c2eac=!0x1;for(const _0x881484 of _0x3b8f95['getChildren']()){if(!_0x881484['is']('view:element')||bs['includes'](_0x881484['name']))continue;const _0x1d3ce5=_0x881484['is']('view:containerElement'),_0x14509d=_0x881484['is']('view:emptyElement'),_0x5061c4=_0x881484['is']('view:rawElement'),_0xe58978=this['_setDataIdsOnChildren'](_0x881484,_0xea2a51,_0x2f8c44);if(_0x881484['hasAttribute']('data-id')){_0x3c2eac=!0x0,_0x2f8c44['add'](_0x881484['getAttribute']('data-id'));continue;}(_0x1d3ce5||_0x14509d||_0x5061c4||_0xe58978)&&(_0xea2a51['setAttribute']('data-id',this['_nextDataId'](_0x2f8c44),_0x881484),_0x3c2eac=!0x0);}return _0x3c2eac;}['_nextDataId'](_0xfa6458){let _0x4c315f;do{_0x4c315f='';for(let _0x58f243=0x0;_0x58f243<0x4;_0x58f243++)_0x4c315f+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0xfa6458['has'](_0x4c315f));return _0xfa6458['add'](_0x4c315f),_0x4c315f;}['getSelectionText'](_0x4b2207){const _0x3ed7e8=(_0x4b2207?_0x4b2207['model']:ps(this['context'])['model'])['document']['selection'],_0x719d37=[],_0x49a56d=Array['from'](_0x3ed7e8['getRanges']());_0x49a56d['sort']((_0x35a540,_0x14a9d9)=>_0x35a540['start']['isBefore'](_0x14a9d9['start'])?-0x1:0x1);for(const _0x4bdee4 of _0x49a56d)for(const _0x5dc38f of _0x4bdee4['getItems']())_0x5dc38f['is']('$textProxy')?_0x719d37['push'](_0x5dc38f['data']):_0x5dc38f['is']('element')&&_0x719d37['length']>0x0&&'\x20'!==_0x719d37[_0x719d37['length']-0x1]&&_0x719d37['push']('\x20');return _0x719d37['length']?'\x22'+_0x719d37['join']('')['trim']()+'\x22':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x48372c){for(let _0x369840=0x0;_0x369840<this['_fakeSelections']['length'];_0x369840++)if(this['_fakeSelections'][_0x369840]['id']==_0x48372c)return void this['_fakeSelections']['splice'](_0x369840,0x1);}['_addFakeSelection'](_0x31ac10){this['_removeFakeSelectionById'](_0x31ac10['id']),ft(this['_fakeSelections'],_0x31ac10);}['_refreshFakeSelection'](_0x5b7bd6,_0x562bec){if(_0x5b7bd6==_0x562bec)return;const _0x2e195b=_0x5b7bd6?_0x5b7bd6['editor']:null,_0x2496f7=_0x562bec?_0x562bec['editor']:null,_0x450b5a=(_0x27a17e,_0x165835)=>{const _0x1b400d=_0x165835['model']['markers']['getMarkersGroup'](Rs);for(const _0x3ac5a5 of _0x1b400d)_0x27a17e['removeMarker'](_0x3ac5a5);},_0x440e5f=(_0x384a57,_0x4245fc,_0x32dd6e)=>{const _0x5f1662=_0x4245fc['model'];for(let _0x3c26d0=0x0;_0x3c26d0<_0x32dd6e['ranges']['length'];_0x3c26d0++){let _0x6f11df=_0x32dd6e['ranges'][_0x3c26d0];const _0x24f36a=Rs+':'+_0x32dd6e['id']+':'+_0x3c26d0;if(_0x6f11df['start']['isAtEnd']){const _0x3f0aa=_0x6f11df['start']['getLastMatchingPosition'](({item:_0x42e4c6})=>!_0x5f1662['schema']['isContent'](_0x42e4c6),{'boundaries':_0x6f11df});_0x6f11df=_0x384a57['createRange'](_0x3f0aa,_0x6f11df['end']);}_0x384a57['addMarker'](_0x24f36a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x6f11df});}};_0x2e195b&&_0x2496f7&&_0x2e195b===_0x2496f7&&_0x562bec?_0x2e195b['model']['change'](_0x14b6cd=>{_0x450b5a(_0x14b6cd,_0x2e195b),_0x440e5f(_0x14b6cd,_0x2496f7,_0x562bec);}):(_0x2e195b&&_0x2e195b['model']['change'](_0x2ffb76=>_0x450b5a(_0x2ffb76,_0x2e195b)),_0x2496f7&&_0x562bec&&_0x2496f7['model']['change'](_0x182e26=>_0x440e5f(_0x182e26,_0x2496f7,_0x562bec)));}['_getMarkersInDocumentOrder'](_0xe089e0,_0x525b21){const _0x1fe895=Array['from'](_0xe089e0['model']['markers']['getMarkersGroup'](Rs+':context'));return(_0x525b21?_0x1fe895['filter'](_0x115ed8=>{const _0x13b14c=_0x115ed8['getRange']();return _0x13b14c&&_0x13b14c['root']['rootName']===_0x525b21['rootName'];}):_0x1fe895)['sort']((_0x40fbf0,_0x381b2c)=>_0x40fbf0['getStart']()['isBefore'](_0x381b2c['getStart']())?-0x1:_0x40fbf0['getStart']()['isAfter'](_0x381b2c['getStart']())?0x1:0x0);}}const Ss=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],Os=[...Ss,'startConversation','sendUserMessage','promptInputPaste','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];function vs(_0x16e7f3){const _0x24affa=new AbortController();return{'promise':new Promise((_0x2bda44,_0x9a4831)=>{const _0x4b4393=setTimeout(_0x2bda44,_0x16e7f3);_0x24affa['signal']['addEventListener']('abort',()=>{clearTimeout(_0x4b4393),_0x9a4831();});}),'abortController':_0x24affa};}class HTMLStreamer{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x3e80ee){this['options']={'delay':_0x3e80ee?.['delay']??0xa,'textNodeStyle':_0x3e80ee?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0x24d52e,targetElement:_0xcb53d,abortSignal:_0x5b4f3b}){this['isStreaming']&&this['stop'](),_0x5b4f3b?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x54dd72(_0x24d52e,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x23195d=0x0;_0x23195d<this['currentIndex'];_0x23195d++)this['nodesList'][_0x23195d]['shouldBeStreamed']=!0x0;do{const _0x31ad63=Date['now'](),_0x439465=this['nodesList'][this['currentIndex']],_0x18b9dd=_0x31ad63-this['lastUpdateTime'];if(_0x439465){_0x439465['shouldBeStreamed']=!0x0;let _0x242a5d=_0x439465['parent'];for(;_0x242a5d;)_0x242a5d['shouldBeStreamed']=!0x0,_0x242a5d=_0x242a5d['parent'];}if(_0x18b9dd<this['options']['delay'])try{const {promise:_0x46dfad,abortController:_0x13290c}=vs(this['options']['delay']-_0x18b9dd);this['timeoutAbortController']=_0x13290c,await _0x46dfad;}catch(_0x18bc68){return;}_0x4f9646(_0xcb53d,'<'+_0xcb53d['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0xcb53d['tagName']+'>',{'childrenOnly':!0x0}),this['currentIndex']++,this['lastUpdateTime']=Date['now']();}while(this['currentIndex']<this['nodesList']['length']);this['currentIndex']=this['nodesList']['length'],this['isStreaming']=!0x1;}['reset'](){this['isStreaming']=!0x1,this['document']=null,this['nodesList']=[],this['currentIndex']=0x0,this['timeoutAbortController']=null;}['cleanUpAnimations']({targetElement:_0x216d25}){Array['from'](_0x216d25['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x582b48=>{_0x582b48['replaceWith'](_0x582b48['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x53fe0e){let _0x1c1251='';if(function(_0x171634){return _0x6b228f(_0x171634);}(_0x53fe0e)){for(const _0x483a28 of _0x53fe0e['children'])_0x1c1251+=this['renderNode'](_0x483a28);}else{if(Ns(_0x53fe0e)){if(!_0x53fe0e['shouldBeStreamed'])return'';const _0x521c18=_0x53fe0e,_0x4ff9a5=Object['entries'](_0x521c18['attribs'])['map'](([_0x1dd052,_0x147e54])=>_0x1dd052+'=\x22'+_0x147e54+'\x22')['join']('\x20');_0x1c1251+='<'+_0x521c18['tagName']+(_0x4ff9a5?'\x20'+_0x4ff9a5:'')+'>';for(const _0x24750b of _0x137a8a(_0x521c18))_0x1c1251+=this['renderNode'](_0x24750b);_0x1c1251+='</'+_0x521c18['tagName']+'>';}else{if(!ys(_0x53fe0e))return'';if(!_0x53fe0e['shouldBeStreamed'])return'';!function(_0x59aceb){if(!_0x59aceb['parent']||!Ns(_0x59aceb['parent']))return!0x1;if(!ks['includes'](_0x59aceb['parent']['tagName']))return!0x1;return!ti(_0x59aceb)['match'](/^\s*[<>]\s*$/);}(_0x53fe0e)?_0x1c1251+=_0x44d9d1(_0x53fe0e):_0x1c1251+=_0x44d9d1(new _0x2fffb9('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x53fe0e]));}}return _0x1c1251;}['getParsedDocumentNodeList'](){const _0x1cca7e=[];return function(_0x923d31,_0x33c92b){const _0x320bd1=_0x3405dd=>{if(_0x33c92b(_0x3405dd),_0x3405dd instanceof _0x25ca24)for(let _0x27580d=0x0;_0x27580d<_0x3405dd['children']['length'];_0x27580d++){const _0x3b678d=_0x3405dd['children'][_0x27580d];_0x320bd1(_0x3b678d);}};for(let _0x5b23d7=0x0;_0x5b23d7<_0x923d31['children']['length'];_0x5b23d7++)_0x320bd1(_0x923d31['children'][_0x5b23d7]);}(this['document'],_0x5bd1e2=>{if(ys(_0x5bd1e2)){const _0x1d9018=this['splitTextNodeIntoWordNodes'](_0x5bd1e2);_0x1d9018['length']&&_0x1cca7e['push'](..._0x1d9018);}_0x5bd1e2['isWordSplitSource']||_0x5bd1e2['isWordSplitResult']||_0x1cca7e['push'](_0x5bd1e2);}),_0x1cca7e;}['splitTextNodeIntoWordNodes'](_0x5016c5){if(_0x5016c5['isWordSplitSource']||_0x5016c5['isWordSplitResult'])return[];const _0x51093c=ti(_0x5016c5)['match'](/(?:\s*\S+\s*)/g),_0x235255=[];if(_0x51093c&&_0x51093c['length']>0x1){for(const _0x524e2c of _0x51093c){const _0x208fed=new _0x57fdbc(_0x524e2c);_0x208fed['isWordSplitResult']=!0x0,_0x29d740(_0x5016c5,_0x208fed),_0x235255['push'](_0x208fed);}_0x5016c5['isWordSplitSource']=!0x0,_0x369ef0(_0x5016c5);}return _0x235255;}}const ks=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function ys(_0x35fedf){return _0x2aa022(_0x35fedf);}function Ns(_0xb6e84d){return _0x13b829(_0xb6e84d);}class AIChatFeedItemView extends Nt{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x5e493f){super();const _0x4f1a10=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new HTMLStreamer(),this['options']=_0x5e493f,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x4f1a10['if']('isDone','ck-ai-chat__feed__item_done'),_0x4f1a10['if']('isVisible','ck-hidden',_0x31ecd2=>!_0x31ecd2),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){this['htmlStreamer']['cleanUpAnimations']({'targetElement':this['element']}),this['element']['querySelectorAll']('[data-id]')['forEach'](_0x24b31b=>{_0x24b31b['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x23895c,_0x51bc99,_0x30091c){await this['htmlStreamer']['stream']({'document':_0x23895c,'targetElement':_0x51bc99,'abortSignal':_0x30091c});}}class AISuggestionHeaderView extends Nt{['showChangesToggleView'];constructor(_0x4663fb,_0x141668){super(_0x4663fb),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new ShowChangesToggleView(_0x4663fb),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+Gi,'label':Mi(_0x4663fb,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x141668['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x631aaa=>_0x631aaa?_0x554737:_0x27d4c5),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x196fa8=new Lt();_0x196fa8['content']=_0x4c737b,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x141668['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x196fa8,{'tag':'span','children':[Mi(_0x4663fb,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}}class ShowChangesToggleView extends yt{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}}const xs={'accepted':_0x3a0e00,'rejected':_0x2ea868,'outdated':_0x2ea868};class AISuggestionContentPartStateView extends Nt{['stateIconView'];constructor(_0x3eea79){super(_0x3eea79);const _0x4a2bd2=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new StateIconView(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x4a2bd2['to']('state',_0x5ed347=>'ck-ai-suggestion__content-part-state_'+_0x5ed347),_0x4a2bd2['if']('isVisible','ck-hidden',_0x1ec339=>!_0x1ec339)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x4a2bd2['to']('state',_0x1961d4=>{switch(_0x1961d4){case'accepted':return Mi(_0x3eea79,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return Mi(_0x3eea79,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return Mi(_0x3eea79,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x4465d6){this['state']=_0x4465d6;}}class StateIconView extends Lt{constructor(){super(),this['set']('state','accepted'),this['content']=xs[this['state']],this['on']('change:state',()=>{this['content']=xs[this['state']];});}}class AISuggestionContentPartToolbarView extends kt{['_applyButton'];['_suggestButton'];constructor(_0x393058,_0x13d9e0,_0xedac67){super(_0x393058);const _0x22d6c1=Boolean(_0xedac67);this['set']('isEnabled',!_0x22d6c1),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x4e2fb3=[];if(_0x22d6c1){const _0x1fc23a=new yt(_0x393058);_0x1fc23a['set']({'label':Mi(_0x393058,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x5ccdf0}),_0x1fc23a['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x4e2fb3['push'](_0x1fc23a);}else{_0x13d9e0['includes']('applySuggestion')&&(this['_applyButton']=new yt(_0x393058),this['_applyButton']['set']({'label':Mi(_0x393058,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3a0e00}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['bind']('isVisible')['to'](this,'isTrackChangesOn',_0x62b24f=>!_0x62b24f),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x4e2fb3['push'](this['_applyButton'])),_0x13d9e0['includes']('insertSuggestion')&&(this['_suggestButton']=new yt(_0x393058),this['_suggestButton']['set']({'label':Mi(_0x393058,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x5e520b}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x4e2fb3['push'](this['_suggestButton']));const _0x38fd5f=new yt(_0x393058);_0x38fd5f['set']({'label':Mi(_0x393058,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x2ea868}),_0x38fd5f['bind']('isEnabled')['to'](this),_0x38fd5f['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x4e2fb3['push'](_0x38fd5f);}this['items']['addMany'](_0x4e2fb3);const _0x3c5844=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x3c5844['if']('isVisible','ck-hidden',_0x41ee70=>!_0x41ee70)]}});}['setButtonsVisibility']({showApplyButton:_0x2815e9,showSuggestButton:_0x2a2e30}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x2815e9),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x2a2e30);}}class AISuggestionContentPartHeaderView extends Nt{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x1e7182,{part:_0x1a3e01,uiIndex:_0x4757cb,availableActions:_0x2bf7d1,areActionsDisabled:_0x1da81c}){super(_0x1e7182),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['set']('isTrackChangesOn',!0x1),this['toolbarView']=new AISuggestionContentPartToolbarView(_0x1e7182,_0x2bf7d1,_0x1da81c),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x1a3e01['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x1a3e01['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x1a3e01['index']});}),this['toolbarView']['bind']('isEnabled','isTrackChangesOn')['to'](this),this['stateView']=new AISuggestionContentPartStateView(_0x1e7182),this['titleLabelView']=new AISuggestionBodyContentPartTitleLabelView(_0x1e7182,_0x4757cb),this['children']=this['createCollection'](),this['children']['addMany']([this['titleLabelView'],this['toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-suggestion__body__content-part__title']},'children':this['children']}),this['on']('change:state',(_0x4031f2,_0x5caab0,_0x2f8e69,_0x328b6e)=>{'pending'===_0x328b6e?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x2f8e69?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x2f8e69),this['children']['add'](this['stateView']));});}}class AISuggestionBodyContentPartTitleLabelView extends Nt{constructor(_0x430125,_0x1c41bb){super(_0x430125),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[Mi(_0x430125,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x1c41bb['toString']())]});}}class AISuggestionStreamableContentView extends Nt{['htmlStreamer'];constructor(_0xd44b42){super(_0xd44b42),this['htmlStreamer']=new HTMLStreamer(),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async['update']({part:_0x19acef,renderingStrategy:_0x5df62c,abortSignal:_0x5f1f78}){const _0x18d3cf=_0x54dd72(_0x19acef['content'],!0x0);for(const _0x65758b of qi(_0x18d3cf))_0x369ef0(_0x65758b);'streaming'===_0x5df62c?await this['htmlStreamer']['stream']({'document':_0x18d3cf,'targetElement':this['element'],'abortSignal':_0x5f1f78}):_0x4f9646(this['element'],'<'+this['element']['tagName']+'>'+Ki(_0x18d3cf)+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='',this['element']['scrollTop']=0x0;}}class AISuggestionBodyViewContentPartView extends Nt{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x141511,{part:_0x1767f3,uiIndex:_0x17fa28,areActionsDisabled:_0x509429,availableActions:_0x48735a}){super(_0x141511);const _0x49882d=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1),this['set']('isTrackChangesOn',!0x1);const _0x4bc706=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x509429;};this['on']('change:state',_0x4bc706),this['on']('change:isDone',_0x4bc706),_0x4bc706(),this['_children']=this['createCollection'](),this['_headerView']=new AISuggestionContentPartHeaderView(_0x141511,{'part':_0x1767f3,'uiIndex':_0x17fa28,'availableActions':_0x48735a,'areActionsDisabled':_0x509429}),this['_headerView']['bind']('isEnabled','state','isTrackChangesOn')['to'](this),this['_headerView']['delegate'](...Ss)['to'](this),this['_streamableContentView']=new AISuggestionStreamableContentView(_0x141511),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x49882d['to']('state',_0x4f3ebb=>'ck-ai-suggestion__body__content-part_'+_0x4f3ebb),_0x49882d['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x49882d['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x49882d['if']('isVisible','ck-hidden',_0x5c97e6=>!_0x5c97e6)]},'children':this['_children'],'on':{'mouseenter':_0x49882d['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x1767f3['index']});}),'mouseleave':_0x49882d['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x1767f3['index']});}),'click':_0x49882d['to'](_0xf36231=>{const _0x255c42=_0xf36231['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x255c42)&&this['fire']('showChangeInText',{'index':_0x1767f3['index']});})}});}async['updateContent']({part:_0x4b21b1,showUnchangedParts:_0x470ad2=!0x1,abortSignal:_0xda0da3}){this['partDefinition']=_0x4b21b1,this['isVisible']=this['partDefinition']['hasChanges']||_0x470ad2,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x4b21b1,'renderingStrategy':'static','abortSignal':_0xda0da3});}['markAsDone'](){this['isDone']=!0x0;}}class AISkeletonView extends Nt{constructor(_0xec0fc6,_0x314d45){super(_0xec0fc6),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x13cfb9=>!_0x13cfb9)]},'children':this['_createSkeletonItems'](_0x314d45)});}['_createSkeletonItems'](_0x1d5826){const _0x4e4279=['ck','ck-ai-skeleton__item'];return _0x1d5826['map'](_0x2ab296=>{let _0x12a5f5='';switch(_0x2ab296['attributes']['align']){case'right':_0x12a5f5='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x12a5f5='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x12a5f5='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x2ab296['tag'],'attributes':{'class':[..._0x4e4279,_0x2ab296['attributes']['class']?_0x2ab296['attributes']['class']:''],'style':'width:\x20'+_0x2ab296['attributes']['width']+';\x20height:\x20'+_0x2ab296['attributes']['height']+';'+_0x12a5f5}};});}}const Ls={'aiSuggestionBody':[{'tag':'div','attributes':{'width':'50%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'85%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'75%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}}],'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':Ps(0x5,'100%','44px','right'),'aiChatResources':Ps(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function Ps(_0x5e8cd9,_0x33f37c,_0x24addd,_0x32ef1b){return new Array(_0x5e8cd9)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x33f37c,'height':_0x24addd,'align':_0x32ef1b}}));}class PromiseQueue extends Et(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x31ca07){const _0x567c84=this['createTask'](_0x31ca07);return this['queue']['push'](_0x567c84),this['_processQueue'](),_0x567c84['completePromise'];}['abort'](){this['isProcessing']&&(this['_abortController']['abort'](),this['_abortController']=void 0x0,this['queue']=[],this['fire']('_queueEmpty'),this['isProcessing']=!0x1);}get['queueEmptyPromise'](){return this['queue']['length']||this['isProcessing']?new Promise(_0x2f665d=>{this['once']('_queueEmpty',()=>{_0x2f665d();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x1d0968=this['queue']['shift']();try{await _0x1d0968['callback'](this['_abortController']['signal']),_0x1d0968['resolve']();}catch(_0x4a38c9){_0x1d0968['reject'](_0x4a38c9);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x180844){let _0x39288c,_0x3d1ca6;const _0x2c2898=new Promise((_0x25e825,_0x51e138)=>{_0x39288c=_0x25e825,_0x3d1ca6=_0x51e138;});return{'callback':_0x180844,'resolve':_0x39288c,'reject':_0x3d1ca6,'completePromise':_0x2c2898};}}class AIChatFeedErrorItemView extends AIChatFeedItemView{constructor(_0x457ffc){super(_0x457ffc),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x457ffc['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x2c1b1b){this['element']['innerHTML']=_0x2c1b1b;}}const Ds=['applySuggestion','insertSuggestion'];class AIChatFeedSuggestionItemActionsView extends Nt{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x21c9d5,_0x25250f=[...Ds],_0x1de65c){super(_0x21c9d5);const _0x1a0ae1=this['bindTemplate'],_0x4f2e1d=Boolean(_0x1de65c);if(this['set']('isEnabled',!_0x4f2e1d),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x4f2e1d){const _0x497567=new yt(_0x21c9d5);_0x497567['set']({'label':Mi(_0x21c9d5,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x5ccdf0}),_0x497567['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0x59e80f=new Nt(_0x21c9d5);_0x59e80f['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[Mi(_0x21c9d5,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x497567]}]}),this['children']['add'](_0x59e80f);}else this['_applyChangesButton']=new yt(_0x21c9d5),this['_applyChangesButton']['set']({'label':Mi(_0x21c9d5,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x25250f['includes']('applySuggestion'),'class':Ui}),this['_insertSuggestionsButton']=new yt(_0x21c9d5),this['_insertSuggestionsButton']['set']({'label':Mi(_0x21c9d5,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x25250f['includes']('insertSuggestion'),'class':Bi}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x56019e=>{_0x56019e['bind']('isEnabled')['to'](this);}),this['children']['addMany']([this['_applyChangesButton'],this['_insertSuggestionsButton']]);this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x1a0ae1['if']('isVisible','ck-hidden',_0x7cd438=>!_0x7cd438)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0xea3ecd){this['isVisible']=_0xea3ecd;}['_switchButtonLabelsPlurality'](_0x3dc575){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x3dc575?(this['_applyChangesButton']['label']=Mi(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=Mi(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=Mi(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=Mi(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}}class AIWebSourcesView extends Nt{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0xe69ddb,_0x3cb1a9){super(_0xe69ddb),this['bodyCollection']=_0x3cb1a9,this['children']=this['createCollection'](),this['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources',this['bindTemplate']['if']('isVisible','ck-hidden',_0x277478=>!_0x277478)]},'children':this['children']});const _0x4f060a=new Nt(this['locale']),_0x2e2e07=new Lt();_0x2e2e07['content']=_0x513748,_0x4f060a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x2e2e07,{'tag':'span','children':[{'text':Mi(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x4f060a),this['_setupBalloonPanel'](_0xe69ddb);}['addSource'](_0x20db83){this['children']['add'](new AIWebSourceView(this['locale'],_0x20db83,this['balloonPanelView']));}['_setupBalloonPanel'](_0x43f31c){this['balloonPanelView']=new zt(_0x43f31c),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class AIWebSourceView extends yt{['balloonPanelView'];['source'];constructor(_0x42d6bc,_0x23f425,_0x3c21eb){super(_0x42d6bc),this['source']=_0x23f425,this['balloonPanelView']=_0x3c21eb,this['set']({'label':_0x23f425['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x380825=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x380825['to'](()=>{window['open'](_0x23f425['url'],'_blank');}),'mouseenter':_0x380825['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x380825['to'](()=>{this['_hideTooltip']();})}}),_0x23f425['favicon']){const _0x25718d=new Nt(_0x42d6bc);_0x25718d['setTemplate']({'tag':'img','attributes':{'src':_0x23f425['favicon']||_0x513748,'alt':_0x23f425['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x25718d);}else this['set']('icon',_0x513748);}['_createTooltipContentView'](_0x160b21,_0x12a25b){const _0x6bcb86=new Nt(_0x160b21),_0x4b362d=[];let _0x258531;_0x12a25b?.['favicon']?(_0x258531=new Nt(_0x160b21),_0x258531['setTemplate']({'tag':'img','attributes':{'src':_0x12a25b['favicon'],'alt':_0x12a25b['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x258531=new Lt(),_0x258531['content']=_0x513748,_0x258531['extendTemplate']({'attributes':{'alt':_0x12a25b['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x4b362d['push'](_0x258531);const _0x282658=new Nt(_0x160b21);_0x282658['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x12a25b['url']},'children':[{'text':new URL(_0x12a25b['url'])?.['hostname']}]}),_0x4b362d['push'](_0x282658);const _0x47820c=new Nt(_0x160b21);_0x47820c['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x4b362d});const _0x205d31=new Nt(_0x160b21);return _0x205d31['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x12a25b['title']['length']>0x190?_0x12a25b['title']['substring'](0x0,0x190)+'...':_0x12a25b['title']}]}),_0x6bcb86['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x47820c,_0x205d31]}),_0x6bcb86;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[zt['defaultPositions']['northArrowSouth'],zt['defaultPositions']['northArrowSouthWest'],zt['defaultPositions']['northArrowSouthEast']],'limiter':document['querySelector']('.ck-ai-chat')}),this['balloonPanelView']['show']();}['_hideTooltip'](){this['balloonPanelView']['hide']();}['_updateTooltipContent'](){this['balloonPanelView']['content']['get'](0x0)?.['destroy'](),this['balloonPanelView']['content']['clear']();const _0x7d500c=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x7d500c);}}class AISuggestionBodyView extends Nt{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x1902b2(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x38d4d0,_0x15829d){super(_0x38d4d0);const {areActionsDisabled:_0x57e9c2,showUnchangedParts:_0xf400ec,availableActions:_0xf63f11}=_0x15829d;this['_areActionsDisabled']=_0x57e9c2,this['_showUnchangedParts']=_0xf400ec,this['_availableActions']=_0xf63f11,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new AISkeletonView(_0x38d4d0,Ls['aiSuggestionBody']),this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now'](),this['_children']['add'](this['_skeletonView']),this['_updateContentPartsPromiseQueue']=new PromiseQueue(),this['_emptyPartsWarningView']=new AIChatFeedErrorItemView({'id':'empty-parts-warning','initialContent':Mi(_0x38d4d0,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new AIChatFeedSuggestionItemActionsView(_0x38d4d0,_0x15829d['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new AIWebSourcesView(this['locale'],_0x15829d['bodyCollection']),_0x15829d['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...Ss)['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView'],this['_actionsView'],this['_sourcesView']]});}['destroy'](){this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),super['destroy']();}get['partsCount'](){return this['_contentPartViews']['length'];}get['_contentPartViews'](){return Array['from'](this['_children'])['filter'](_0xa71cb0=>_0xa71cb0 instanceof AISuggestionBodyViewContentPartView);}async['updateContentParts']({parts:_0xe3f3fc,abortSignal:_0x3b4c28,skipLoadingEffects:_0x5b2a2c}){this['_cachedContentParts']['length']?_0xe3f3fc['forEach'](_0x39244b=>{const _0x2fe008=this['_cachedContentParts']['findIndex'](_0x289161=>_0x289161['index']==_0x39244b['index']);-0x1===_0x2fe008?this['_cachedContentParts']['push'](_0x39244b):this['_cachedContentParts'][_0x2fe008]=_0x39244b;}):this['_cachedContentParts']=_0xe3f3fc;const _0x3f7599=this['_showUnchangedParts']?_0xe3f3fc:_0xe3f3fc['filter'](_0x2d32f6=>_0x2d32f6['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x3f7599['length']>0x1),_0x5b2a2c&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0xdfc56f of _0x3f7599)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x3941d6=>{let _0x329f7e=this['getPartView'](_0xdfc56f['index']);if(!_0x329f7e){if(_0x329f7e=new AISuggestionBodyViewContentPartView(this['locale'],{'part':_0xdfc56f,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x329f7e['delegate'](...Ss)['to'](this),_0x329f7e['bind']('isTrackChangesOn')['to'](this),!_0x5b2a2c&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x3941d6),_0x3941d6['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x329f7e,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x5b2a2c||this['_showSkeletonDebounced']();}await _0x329f7e['updateContent']({'part':_0xdfc56f,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x3941d6}),_0x329f7e['markAsDone']();});return _0x3b4c28?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x10e434,_0x109091){const _0x315533=this['getPartView'](_0x10e434);_0x315533&&(_0x315533['state']=_0x109091),this['hasPendingParts']='pending'==_0x109091||this['_contentPartViews']['some'](_0x4c2b45=>'pending'==_0x4c2b45['state']);}['setPartActive'](_0xac39fc,_0x3ea404){if(!0x1===_0xac39fc){for(const _0x65a57e of this['_contentPartViews'])_0x65a57e['isActive']=!0x1;}else{const _0x9d7bd8=this['getPartView'](_0xac39fc);_0x9d7bd8&&(_0x9d7bd8['isActive']=_0x3ea404);}}['updateSources'](_0x5bea85){_0x5bea85['forEach'](_0x130b80=>this['_sourcesView']['addSource'](_0x130b80)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x275a9c){return this['_contentPartViews']['find'](_0x56ef81=>_0x56ef81['partDefinition']['index']==_0x275a9c)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x4c02f1=!this['_cachedContentParts']['find'](({hasChanges:_0x3f47c0})=>_0x3f47c0),_0x44f322=!!this['_cachedContentParts']['find'](({hasChanges:_0x214085})=>!_0x214085);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x44f322,_0x4c02f1?this['_emptyPartsWarningView']['setContent'](Mi(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](Mi(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_contentPartViews']['forEach'](_0x488abe=>_0x488abe['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x4f1509){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x1eb4a0=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x1eb4a0>0x0){const {promise:_0x23beb8,abortController:_0x45ba8c}=vs(_0x1eb4a0);_0x4f1509?.['addEventListener']('abort',()=>_0x45ba8c['abort']()),await _0x23beb8['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x1a32e7=>_0x1a32e7['partDefinition']['hasChanges'])['length']>0x0;}}class AISuggestionContainerView extends Nt{['bodyView'];['children'];['headerView'];constructor(_0x5e77da,_0x6d9070,_0x10c039){super(_0x5e77da);const {showDiff:_0x3017c3,areActionsDisabled:_0x12ebf6,showUnchangedParts:_0x17f11b,availableActions:_0xa2a285}=_0x6d9070;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new AISuggestionHeaderView(_0x5e77da,{'showDiff':_0x3017c3}),this['headerView']['on']('toggleShowChanges',(_0x4c7a80,_0x11db3c)=>{this['areChangesVisible']=_0x11db3c['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x11db3c['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new AISuggestionBodyView(_0x5e77da,{'areActionsDisabled':_0x12ebf6,'showUnchangedParts':!!_0x17f11b,'availableActions':_0xa2a285,'bodyCollection':_0x10c039}),this['bodyView']['delegate'](...Ss)['to'](this),this['bodyView']['bind']('isTrackChangesOn')['to'](this),this['children']['add'](this['bodyView']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0x42009b){await this['bodyView']['updateContentParts'](_0x42009b);}['updateSources'](_0x424d95){this['bodyView']['updateSources'](_0x424d95);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class AIChatFeedSuggestionItemView extends AIChatFeedItemView{['containerView'];constructor(_0x46e748,_0x5c93fc,_0x3bf333){super(_0x5c93fc),this['set']('isTrackChangesOn',!0x1),this['containerView']=new AISuggestionContainerView(_0x46e748,{'showDiff':_0x5c93fc['showDiff'],'areActionsDisabled':_0x5c93fc['areActionsDisabled'],'availableActions':_0x5c93fc['availableActions']},_0x3bf333),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x1e7894,_0x410b47)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x410b47['showDiff']});}),this['containerView']['bind']('isTrackChangesOn')['to'](this),this['containerView']['on']('like',()=>{this['fire']('like',{'replyId':this['options']['id']});}),this['containerView']['on']('dislike',()=>{this['fire']('dislike',{'replyId':this['options']['id']});}),this['containerView']['on']('showChangeInText',(_0x49f145,{index:_0x193fb0})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x193fb0});}),this['containerView']['on']('applySuggestion',(_0x38c73d,{index:_0x4d7ce4}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x4d7ce4});}),this['containerView']['on']('insertSuggestion',(_0x24f1ca,{index:_0x410719}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x410719});}),this['containerView']['on']('rejectSuggestion',(_0x393add,{index:_0x38ea99})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x38ea99});}),this['containerView']['on']('mouseOverSuggestion',(_0x5de6ef,{index:_0x10bac5})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x10bac5});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x434a67,{index:_0x4d9294})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x4d9294});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x56eae3){await this['containerView']['updateContent'](_0x56eae3);}['updatePartState'](_0x467bfe,_0x57fca0){this['containerView']['bodyView']['updatePartState'](_0x467bfe,_0x57fca0);}['setPartActive'](_0x13a884,_0x55d512){!0x1===_0x13a884?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x13a884,_0x55d512);}['updateSources'](_0x54dd03){this['containerView']['updateSources'](_0x54dd03);}['getPartView'](_0xe4f82f){return this['containerView']['bodyView']['getPartView'](_0xe4f82f);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class AIChatFeedReplyItemView extends AIChatFeedItemView{['replyContainer'];['_bodyCollection'];constructor(_0x57e285,_0x38c816,_0x32796c){super(_0x38c816),this['_bodyCollection']=_0x32796c,this['locale']=_0x57e285,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new Nt(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container','ck-ai-chat-content']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':Wi(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x3f7b4d,renderingStrategy:_0x49d93e,abortSignal:_0x4e5342}){'streaming'===_0x49d93e?await this['streamIntoElement'](_0x3f7b4d,this['replyContainer']['element'],_0x4e5342):this['replyContainer']['element']['innerHTML']=_0x44d9d1(_0x3f7b4d);}['updateSources'](_0x5ce3c1){const _0x33cbc8=new AIWebSourcesView(this['locale'],this['_bodyCollection']);_0x33cbc8['children']['addMany'](_0x5ce3c1['map'](_0x42b87b=>new AIWebSourceView(this['locale'],_0x42b87b,_0x33cbc8['balloonPanelView']))),_0x33cbc8['isVisible']=!0x0,this['children']['add'](_0x33cbc8);}}class AISpinnerView extends xt{constructor(_0xf04307=void 0x0){super();const _0x546d6b=_0xf04307?'ck-ai-spinner_'+_0xf04307:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x546d6b]}});}}const Vs={'file':_0x37fe61,'image':_0x265d3f,'document':_0x4c737b,'web-resource':_0x17ea45,'text':_0x37fe61,'selection':_0x581346,'mcp-tool-context':_0x4c737b},Hs='ck-ai-chat-context-chip',Ms='ck-ai-chat-context-chip_wide',Us='ck-ai-chat-context-chip_document',Bs='ck-ai-chat-context-chip__label',Gs='ck-ai-chat-context-chip__type-icon',Fs='ck-ai-chat-context-controls__chip-tooltip',Ws='n';class AIChatContextItemButtonView extends yt{constructor(_0x8f287e,_0x6b6fd7,_0x552c0c,_0xa053ba,_0x36b5ea=!0x1){super(_0x8f287e),this['_isAnimationOnEnterEnabled']=_0xa053ba,this['_initializeProperties'](_0x6b6fd7,_0x552c0c,_0x36b5ea),this['_setupTemplate']();}['render'](){super['render'](),this['_isAnimationOnEnterEnabled']&&this['element']&&(this['element']['classList']['add']('ck-ai-chat-context-chip_new-chip'),this['_handleAnimationEndOnce'](this['element'],()=>{this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}));}['disableAnimationOnEnter'](){this['_isAnimationOnEnterEnabled']=!0x1,this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}['_initializeProperties'](_0x1b8a15,_0x5c0acb,_0x5332ea){this['set']('label',_0x1b8a15['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x1b8a15['type']),this['set']('id',_0x1b8a15['uiId']),this['set']('readonly',_0x5c0acb),this['set']('isLoading',_0x5332ea);}['_setupTemplate'](){const _0x6875b8=this['_createIconView'](),_0x273b31=this['_createRemoveButton'](),_0x4ec665=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x4ec665),'children':this['_createTemplateChildren'](_0x6875b8,_0x273b31,_0x4ec665)});}['_createTemplateAttributes'](_0x2d1267){return{'class':[Hs,_0x2d1267['if']('itemType',Us,_0x237dcb=>'document'==_0x237dcb),_0x2d1267['if']('itemType',Ms,_0x1e616e=>'selection'==_0x1e616e)],'data-cke-tooltip-text':_0x2d1267['to']('label',Ks),'data-cke-tooltip-position':Ws,'data-cke-tooltip-class':Fs};}['_createTemplateChildren'](_0x13fe84,_0x2b3e5e,_0x2ebe49){const _0xd3a273=this['_createLabelElement'](_0x2ebe49),_0x55cbf4=this['_createLoaderIcon']();return this['readonly']?[_0x13fe84,_0xd3a273]:[_0x13fe84,_0x55cbf4,_0xd3a273,_0x2b3e5e];}['_createLabelElement'](_0x18d681){return{'tag':'span','attributes':{'class':Bs},'children':[{'text':_0x18d681['to']('label')}]};}['_createRemoveButton'](){const _0x9f027=new yt(this['locale']);return _0x9f027['set']({'label':Mi(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x59fd32}),this['_setupRemoveButtonEvent'](_0x9f027),_0x9f027;}['_setupRemoveButtonEvent'](_0x1e3438){_0x1e3438['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x2e31b1=this['bindTemplate'],_0x488423=new Lt();return _0x488423['content']=Vs[this['itemType']],_0x488423['extendTemplate']({'attributes':{'class':[Gs,_0x2e31b1['if']('isLoading','ck-hidden',_0x27d0e6=>_0x27d0e6)]}}),_0x488423;}['_handleAnimationEndOnce'](_0x4d7319,_0x435ad5){if(!_0x4d7319)return;const _0x5054b=()=>{_0x435ad5(),_0x4d7319['removeEventListener']('animationend',_0x5054b),_0x4d7319['removeEventListener']('webkitAnimationEnd',_0x5054b);};_0x4d7319['addEventListener']('animationend',_0x5054b),_0x4d7319['addEventListener']('webkitAnimationEnd',_0x5054b);}['_createLoaderIcon'](){const _0x2c0a54=new AISpinnerView('small');return _0x2c0a54['bind']('isVisible')['to'](this,'isLoading',_0x3bd70a=>_0x3bd70a),_0x2c0a54;}}function Ks(_0x4adcae){if(!_0x4adcae)return _0x4adcae;if(_0x4adcae['length']<=0x78)return _0x4adcae;const _0x3f57fb=_0x4adcae['slice'](0x0,0x78),_0xba0b20=_0x3f57fb['lastIndexOf']('\x20');return(_0xba0b20>0x0?_0x3f57fb['slice'](0x0,_0xba0b20):_0x3f57fb)+'…';}const Ys={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},$s='300px';class AIChatChipsOverflowManager{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0xf00c6f,_0x10feb5,_0x292f31,_0x17360a,_0x596a25){this['_locale']=_0xf00c6f,this['_visibleChips']=_0x10feb5,this['_config']={...Ys,..._0x292f31,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x292f31['cssClasses']}},this['_overflowChips']=new _t(),this['_bodyCollection']=_0x17360a,this['_parentView']=_0x596a25||null;}['setContainerElement'](_0xe70b5b){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0xe70b5b,this['_setupVisibilityObserver']();}get['showMoreButtonView'](){return this['_showMoreButtonView'];}get['overflowChips'](){return this['_overflowChips'];}['reorganizeChips'](){requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});}['showBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_updateBalloonContent'](),this['_showMoreButtonView']['isOn']=!0x0,this['_showMoreBalloonPanelView']['show'](),this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')}));}['hideBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_showMoreButtonView']['isOn']=!0x1,this['_showMoreBalloonPanelView']['hide']());}['clear'](){this['_overflowChips']['clear'](),this['hideBalloonPanel'](),this['_updateShowMoreButtonVisibility'](),this['_showMoreButtonView']&&(this['_showMoreButtonView']['label']=''),this['_showMoreBalloonPanelView']&&this['_showMoreBalloonPanelView']['content']['clear']();}['destroy'](){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_showMoreButtonView']&&(this['_showMoreButtonView']['destroy'](),this['_showMoreButtonView']=null),this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['destroy'](),this['_showMoreBalloonPanelView']=null);}['_checkAndHandleOverflow'](){if(!this['_containerElement'])return;if(!this['_isContainerVisible']())return void(this['_pendingCalculation']=!0x0);this['_pendingCalculation']=!0x1;const _0x24fa7a=[...this['_visibleChips'],...this['_overflowChips']],_0x45617a=this['_createCalculationContainer'](),_0x3c3638=this['_calculateOverflowInContainer'](_0x45617a,_0x24fa7a),_0x1b61ef=_0x45617a['_ancestorsToRestore'];_0x1b61ef&&this['_restoreAncestorVisibility'](_0x1b61ef),_0x45617a['remove'](),this['_applyOverflowResults'](_0x24fa7a,_0x3c3638);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),jt({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x599225=new yt(this['_locale']);_0x599225['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x283e71=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x283e71['push'](this['_config']['cssClasses']['controlsButton']),_0x599225['extendTemplate']({'attributes':{'class':_0x283e71}}),_0x599225;}['_createShowMoreBalloonPanelView'](){const _0x31a579=new zt(this['_locale']);return _0x31a579['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x31a579),_0x31a579;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x558310=>{_0x558310['disableAnimationOnEnter']();});const _0x23774a=new Nt(this['_locale']);_0x23774a['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x23774a);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x439a83=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x439a83?'':'none');}['_repinBalloonPanel'](){this['_showMoreButtonView']?.['isOn']&&this['_showMoreBalloonPanelView']?.['isVisible']&&this['_showMoreButtonView']['element']&&this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')});}['_findTargetContainer'](_0xe67836){const _0x254ac1=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x395df5=this['_containerElement']?.['classList'];if(_0x395df5){const _0x391dcc=_0x395df5[0x0]||'',_0x212b24=_0xe67836['querySelector']('.'+_0x391dcc),_0x366ce6=_0xe67836['querySelector'](_0x254ac1);return _0x212b24||_0x366ce6||_0xe67836;}return _0xe67836['querySelector'](_0x254ac1)||_0xe67836;}['_calculateContainerWidth'](){const _0x4f35e2=this['_parentView']?.['element']||this['_containerElement'];if(!_0x4f35e2)return $s;const _0x263e60=window['getComputedStyle'](_0x4f35e2)['width'];if('auto'===_0x263e60||'0px'===_0x263e60||!_0x263e60){const _0x392b03=_0x4f35e2['parentElement'];if(_0x392b03){const _0x5b7b38=window['getComputedStyle'](_0x392b03);return'auto'!==_0x5b7b38['width']?_0x5b7b38['width']:$s;}return $s;}return _0x263e60;}['_applyCalculationStyles'](_0x127528,_0x2d560a){this['_config']['cssClasses']['calculationContainer']&&_0x127528['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x127528['style']['width']=_0x2d560a,_0x127528['style']['position']='absolute',_0x127528['style']['top']='-9999px',_0x127528['style']['left']='-9999px',_0x127528['style']['opacity']='0',_0x127528['style']['pointerEvents']='none',_0x127528['style']['zIndex']='-1',_0x127528['style']['visibility']='visible\x20!important',_0x127528['style']['display']='block\x20!important',_0x127528['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x1ca03a){_0x1ca03a['forEach'](({element:_0x3de4bc,originalDisplay:_0x185c7b,originalVisibility:_0x392cee})=>{_0x3de4bc['style']['display']=_0x185c7b,_0x3de4bc['style']['visibility']=_0x392cee;});}['_makeAncestorsVisible'](_0x43136d){const _0x580f2f=[];let _0x532b08=_0x43136d;for(;_0x532b08&&_0x532b08!==document['body'];){const _0x324454=window['getComputedStyle'](_0x532b08);'none'!==_0x324454['display']&&'hidden'!==_0x324454['visibility']||(_0x580f2f['push']({'element':_0x532b08,'originalDisplay':_0x532b08['style']['display'],'originalVisibility':_0x532b08['style']['visibility']}),_0x532b08['style']['display']='block',_0x532b08['style']['visibility']='visible'),_0x532b08=_0x532b08['parentElement'];}return _0x580f2f;}['_createContainerElements'](){let _0x2f308c,_0xdfb8bf;return this['_parentView']?.['element']?(_0x2f308c=this['_parentView']['element']['cloneNode'](!0x0),_0xdfb8bf=this['_findTargetContainer'](_0x2f308c)):(_0x2f308c=document['createElement']('div'),_0xdfb8bf=_0x2f308c),{'calculationContainer':_0x2f308c,'targetContainer':_0xdfb8bf};}['_createCalculationContainer'](){const {calculationContainer:_0x305b54,targetContainer:_0x2a6ca9}=this['_createContainerElements'](),_0x27b3f5=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x305b54,_0x27b3f5);const _0x210c08=this['_parentView']?.['element']||this['_containerElement'],_0x279066=_0x210c08?.['parentElement'];_0x279066?_0x279066['appendChild'](_0x305b54):document['body']['appendChild'](_0x305b54),_0x305b54['_targetContainer']=_0x2a6ca9;const _0xd40fda=this['_makeAncestorsVisible'](_0x279066||null);return _0x305b54['offsetWidth'],_0x305b54['_ancestorsToRestore']=_0xd40fda,_0x305b54;}['_calculateOverflowInContainer'](_0x562403,_0x22b8df){const _0x45da73=_0x562403['_targetContainer']||_0x562403,_0x5d5e5d=[],{rowCount:_0x53ca87}=this['_renderChipsAndCountRows'](_0x45da73,_0x22b8df);if(_0x53ca87<=this['_config']['maxVisibleRows'])return _0x5d5e5d;const _0x1a4291=_0x22b8df['slice']();for(;_0x1a4291['length']>0x0;){if(this['_testButtonFit'](_0x562403,_0x45da73,_0x1a4291)){const _0x4e5ca4=_0x22b8df['filter'](_0x578820=>!_0x1a4291['includes'](_0x578820));_0x5d5e5d['push'](..._0x4e5ca4);break;}if(!_0x1a4291['pop']())break;}return _0x5d5e5d;}['_renderChipsAndCountRows'](_0x265a00,_0x11d99a){_0x265a00['innerHTML']='',_0x11d99a['forEach'](_0x366dd6=>{if(_0x366dd6['element']){const _0x27f61e=_0x366dd6['element']['cloneNode'](!0x0);_0x265a00['appendChild'](_0x27f61e);}}),_0x265a00['offsetWidth'];const _0x4837b1=_0x265a00['children'],_0xdf1330=[];return Array['from'](_0x4837b1)['forEach'](_0x5a9491=>{const _0x4c496c=_0x5a9491['getBoundingClientRect']()['top'];_0xdf1330['some'](_0x5eaeb0=>Math['abs'](_0x5eaeb0-_0x4c496c)<this['_config']['rowDetectionTolerance'])||_0xdf1330['push'](_0x4c496c);}),{'rowCount':_0xdf1330['length']};}['_createMockButton'](){const _0x4d61e3=document['createElement']('button');return _0x4d61e3['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x4d61e3['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x4d61e3['textContent']='+\x201',_0x4d61e3;}['_testButtonFit'](_0x4d504c,_0xb3ed6d,_0x366795){this['_renderChipsAndCountRows'](_0xb3ed6d,_0x366795);const _0x45043e=this['_createMockButton']();_0x4d504c['appendChild'](_0x45043e),_0x4d504c['offsetWidth'];const _0x4da909=[..._0xb3ed6d['children'],_0x45043e],_0x46b88e=[];_0x4da909['forEach'](_0x96d126=>{const _0x50c7cd=_0x96d126['getBoundingClientRect']()['top'];_0x46b88e['some'](_0xbfaff0=>Math['abs'](_0xbfaff0-_0x50c7cd)<this['_config']['rowDetectionTolerance'])||_0x46b88e['push'](_0x50c7cd);});const _0x3e6f0e=_0x46b88e['length'];return _0x45043e['remove'](),_0x3e6f0e<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x1ebf9c,_0x449a87){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x1ebf9c['forEach'](_0xc6f3d4=>{_0x449a87['includes'](_0xc6f3d4)?this['_overflowChips']['add'](_0xc6f3d4):this['_visibleChips']['add'](_0xc6f3d4);});}['_updateOverflowUI'](_0x55bad0){if(_0x55bad0>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x55bad0>0x0&&this['_showMoreButtonView']){const _0x2fe1b2=''+this['_config']['showMoreLabelPrefix']+(_0x55bad0<0x63?_0x55bad0:'99');this['_showMoreButtonView']['label']=_0x2fe1b2;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x230c7e,_0x3fb33f){this['_distributeChips'](_0x230c7e,_0x3fb33f),this['_updateOverflowUI'](_0x3fb33f['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x72eff3=>{_0x72eff3[0x0]['isIntersecting']&&this['_pendingCalculation']&&requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});},{'threshold':0.01,'rootMargin':'50px'}),this['_intersectionObserver']['observe'](this['_containerElement']));}['_isContainerVisible'](){if(!this['_containerElement'])return!0x1;if(!this['_containerElement']['isConnected'])return!0x1;const _0x55b3e7=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x55b3e7['width']||0x0===_0x55b3e7['height'])return!0x1;const _0x50e7cf=window['innerHeight']||document['documentElement']['clientHeight'],_0xe810c9=window['innerWidth']||document['documentElement']['clientWidth'],_0x31fe16=0xc8;return _0x55b3e7['bottom']>=-0xc8&&_0x55b3e7['top']<=_0x50e7cf+_0x31fe16&&_0x55b3e7['right']>=-0xc8&&_0x55b3e7['left']<=_0xe810c9+_0x31fe16;}}const qs='ck-ai-chat__feed__context-chips',Qs='ck-ai-chat-context-chips-wrapper',Xs='ck-ai-chat-context-chips-wrapper-balloon',zs='ck-ai-chat-controls-button',js='ck-ai-chat-controls_context_show-more-button',Js='ck-ai-chat-context-controls__show-more-balloon-panel';class AIChatFeedContextChipsView extends Nt{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x818597,_0x591f7e,_0xa0afae){super(_0x818597),this['_bodyCollection']=_0xa0afae,this['_createContextChips'](_0x591f7e);const _0x345e35={'cssClasses':{'showMoreButton':js+'\x20'+Gi,'showMoreBalloon':Js,'overflowContainer':Xs,'controlsButton':zs}};this['_overflowManager']=new AIChatChipsOverflowManager(_0x818597,this['_contextChips'],_0x345e35,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[qs,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':Qs},'children':this['_contextChips']}]});}['render'](){super['render']();const _0xc6854d=this['element']['querySelector']('.'+Qs);_0xc6854d&&(this['_overflowManager']['setContainerElement'](_0xc6854d),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x41c8a5){for(const _0x28e516 of _0x41c8a5){const _0xfbc52c=new AIChatContextItemButtonView(this['locale'],_0x28e516,!0x0,!0x1);this['_contextChips']['add'](_0xfbc52c);}}}class AIChatFeedUserMessageItemView extends AIChatFeedItemView{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x2f8337,_0x565acf,_0x32d74e){super(_0x565acf),this['_locale']=_0x2f8337,this['_bodyCollection']=_0x32d74e,this['_createContextChipsView'](),this['_createMessageContentView'](),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__user-message']}});}['_createContextChipsView'](){this['options']['contextItems']&&this['options']['contextItems']['length']>0x0&&(this['_contextChipsView']=new AIChatFeedContextChipsView(this['_locale'],this['options']['contextItems']['filter'](_0x29cc6c=>!_0x29cc6c['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new Nt(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':['ck-reset_all-excluded','ck-ai-chat__feed__message-content','ck-ai-chat-content']}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}}class AIChatFeedInteractionHeaderView extends AIChatFeedItemView{['capabilities'];constructor(_0x4d1d4d,_0x3f5916){super(_0x3f5916);const {isWebSearchEnabled:_0x41a495,isReasoningEnabled:_0x5c14ee}=_0x3f5916['capabilities'],_0x48139c=[];let _0x211ba4='';_0x41a495&&_0x5c14ee?(_0x211ba4=Mi(_0x4d1d4d,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x48139c['push'](Zs(_0x513748)),_0x48139c['push'](Zs(_0x1374fb))):_0x41a495?(_0x211ba4=Mi(_0x4d1d4d,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x48139c['push'](Zs(_0x513748))):_0x5c14ee&&(_0x211ba4=Mi(_0x4d1d4d,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x48139c['push'](Zs(_0x1374fb))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x211ba4?'':'ck-hidden']}});const _0x2ac229=new Nt();_0x2ac229['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x48139c,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x211ba4]}]}),this['children']['add'](_0x2ac229),this['capabilities']=_0x3f5916['capabilities'];}}function Zs(_0x5cfd6d){const _0x2162dc=new Lt();return _0x2162dc['content']=_0x5cfd6d,_0x2162dc;}const tn=['wheel','touchstart','pointerdown','keydown'],en=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class ScrollManager{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x1a38ff){this['element']=_0x1a38ff,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0xc336a of tn){const _0x1cc277='keydown'!==_0xc336a;this['element']['addEventListener'](_0xc336a,this['_onUserEvent']['bind'](this),{'passive':_0x1cc277,'signal':this['abortController']['signal']});}}['start']({smooth:_0x4b175e=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0x4b175e?'smooth':'auto',this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0xd8d029){if(this['isRunning']){if('keydown'===_0xd8d029['type']){const _0x59d093=_0xd8d029['key'];if(!en['includes'](_0x59d093))return;}_0xd8d029 instanceof WheelEvent?_0xd8d029['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0xf4d91c,scrollHeight:_0xf9bb0e,clientHeight:_0x141bd7}=this['element'];return _0xf9bb0e-_0xf4d91c-_0x141bd7<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':this['scrollBehavior']}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}}class AIChatFeedCustomElementView extends AIChatFeedItemView{constructor(_0x107581){super(_0x107581),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__custom-element']}});}async['render'](){super['render'](),'string'==typeof this['options']['content']?this['element']['innerHTML']=this['options']['content']:this['element']['appendChild'](this['options']['content']);}}class AIChatFeedView extends Nt{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x231964,_0x2fc5d8){super(_0x231964),this['_bodyCollection']=_0x2fc5d8,this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...Os)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new ScrollManager(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x5785bc,_0x517a33){let _0x36de01;return'ai-reply'===_0x5785bc?_0x36de01=new AIChatFeedReplyItemView(this['locale'],_0x517a33,this['_bodyCollection']):'ai-suggestion-reply'===_0x5785bc?(_0x36de01=new AIChatFeedSuggestionItemView(this['locale'],_0x517a33,this['_bodyCollection']),_0x36de01['bind']('isTrackChangesOn')['to'](this)):_0x36de01='user-message'===_0x5785bc?new AIChatFeedUserMessageItemView(this['locale'],_0x517a33,this['_bodyCollection']):'interaction-header'===_0x5785bc?new AIChatFeedInteractionHeaderView(this['locale'],_0x517a33):'custom-element'===_0x5785bc?new AIChatFeedCustomElementView(_0x517a33):new AIChatFeedErrorItemView(_0x517a33),this['children']['add'](_0x36de01),_0x36de01;}async['updateReplyItem']({id:_0x545af6,parsedContent:_0x32e3cc,renderingStrategy:_0x2b703a,abortSignal:_0x2bb37a}){const _0x36ad2f=this['getItemById'](_0x545af6);if(!(_0x36ad2f instanceof AIChatFeedReplyItemView))throw new ht('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x36ad2f,'id':_0x545af6,'parsedContent':_0x32e3cc});await _0x36ad2f['updateContent']({'parsedContent':_0x32e3cc,'renderingStrategy':_0x2b703a,'abortSignal':_0x2bb37a});}async['updateWebSources'](_0x46997a,_0x3693d2){const _0x4c0b4b=this['getItemById'](_0x46997a);if(_0x4c0b4b instanceof AIChatFeedSuggestionItemView)_0x4c0b4b['updateSources'](_0x3693d2);else{if(!(_0x4c0b4b instanceof AIChatFeedReplyItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x4c0b4b,'id':_0x46997a,'sources':_0x3693d2});_0x4c0b4b['updateSources'](_0x3693d2);}}async['updateSuggestionItem']({id:_0x4a9e83,parts:_0x1b8ac0,abortSignal:_0x260471,skipLoadingEffects:_0x128f1a}){const _0xf02e22=this['getItemById'](_0x4a9e83);if(!(_0xf02e22 instanceof AIChatFeedSuggestionItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0xf02e22,'id':_0x4a9e83,'parts':_0x1b8ac0});await _0xf02e22['updateContent']({'parts':_0x1b8ac0,'abortSignal':_0x260471,'skipLoadingEffects':_0x128f1a});}['updateSuggestionPartState']({id:_0x4b0cd4,index:_0x347941,state:_0x5e3352}){const _0x5bbd05=this['getItemById'](_0x4b0cd4);if(!(_0x5bbd05 instanceof AIChatFeedSuggestionItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x4b0cd4});_0x5bbd05['updatePartState'](_0x347941,_0x5e3352);}['setSuggestionPartActive']({id:_0x47b5bf,index:_0x3f9615,isActive:_0x3a01f1}){const _0x1106ee=this['getItemById'](_0x47b5bf);if(!(_0x1106ee instanceof AIChatFeedSuggestionItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x47b5bf});this['children']['filter'](_0x24d52f=>_0x24d52f instanceof AIChatFeedSuggestionItemView)['forEach'](_0x1ca3b0=>{_0x1ca3b0['setPartActive'](!0x1);}),_0x1106ee['setPartActive'](_0x3f9615,_0x3a01f1);}['markItemAsDone'](_0x124138){this['getItemById'](_0x124138)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x2bd222=>_0x2bd222['options']['id']);}['removeItem'](_0x2d0c7b){this['children']['remove'](this['getItemById'](_0x2d0c7b));}['hasItem'](_0x143960){return!!this['children']['find'](_0x531e75=>_0x531e75['options']['id']['includes'](_0x143960));}['scrollToSuggestion'](_0x1a8192,_0x21c525){const _0x292c9c=this['getItemById'](_0x1a8192);if(!(_0x292c9c instanceof AIChatFeedSuggestionItemView))return void wt('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x1a8192,'partIndex':_0x21c525});const _0x5aa677=_0x292c9c['getPartView'](_0x21c525);_0x5aa677?Rt(_0x5aa677['element'],0x14,this['element']['parentElement'],!0x0,!0x0):wt('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x1a8192,'partIndex':_0x21c525});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x2e8c90=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x2e8c90,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x52bf53=new AISkeletonView(this['locale'],Ls['aiFeed']);return _0x52bf53['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x52bf53;}['_createFeedItems'](){const _0x1754f5=new Nt(this['locale']);return _0x1754f5['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x1754f5;}['_createFeedLoader'](){const _0x458d9c=new Nt(this['locale']);return _0x458d9c['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x54edf0=>!_0x54edf0)]},'children':this['_createLoaderChildren']()}),_0x458d9c;}['_createLoaderChildren'](){const _0xa0af21=new AISpinnerView();return _0xa0af21['isVisible']=!0x0,[_0xa0af21,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x20b75b){const _0x46f18b=this['children']['find'](_0x179483=>_0x179483['options']['id']['includes'](_0x20b75b));if(!_0x46f18b)throw new ht('ai-chat-feed-view-item-not-found',this,{'id':_0x20b75b});return _0x46f18b;}['setLoadingMessage'](_0x4ae20e){this['set']('loadingMessage',_0x4ae20e);}['toggleLoadingSkeleton'](_0x5be181){this['set']('isLoadingSkeletonVisible',_0x5be181);}['startAutoScroll'](_0x86a87e={}){this['scrollManager']['start'](_0x86a87e);}['stopAutoScroll'](){this['scrollManager']['stop']();}}class AIChatPromptSuggestionsListView extends Dt{['filter'](){let _0x47ebbe=0x0;for(const _0xbd529e of this['items'])_0x47ebbe+=_0xbd529e['items']['length'];return{'resultsCount':_0x47ebbe,'totalItemsCount':_0x47ebbe};}}function sn(_0x383644){const _0x366c11=[];let _0x1c1331=!0x1;for(const _0x546052 of Array['from'](_0x383644['items'])){if('file'!==_0x546052['kind'])continue;const _0xb8d3f0=_0x546052['webkitGetAsEntry']();if(_0xb8d3f0?.['isDirectory']){_0x1c1331=!0x0;continue;}const _0x419a97=_0x546052['getAsFile']();_0x419a97&&_0x366c11['push'](_0x419a97);}return{'files':_0x366c11,'hasDirectory':_0x1c1331};}const nn='ck-ai-chat__prompt-input_highlighted';class AIChatPromptInputView extends Pt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x2138d3,_0xd741f8){super(_0x2138d3,{'queryView':{'label':'','creator':Bt,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new AIChatPromptSuggestionsListView(_0x2138d3),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0xd741f8,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=AIChatPromptInputView['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=AIChatPromptInputView['MAX_ROWS'],this['queryView']['fieldWrapperChildren']['add'](this['_addContextButtonView']),this['_setUpAddContextButtonPositioning'](),this['extendTemplate']({'attributes':{'class':['ck','ck-ai-chat__prompt-input']}}),this['submitButtonView']=this['_createSubmitButton'](),this['submitButtonView']['bind']('isEnabled')['to'](this,'isEmpty',this,'isUploadInProgress',(_0x1a2646,_0x183d2c)=>!_0x1a2646&&!_0x183d2c),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x31be79,_0x1f7d3a)=>{this['isUploadInProgress']||this['isEmpty']||_0x31be79['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x1f7d3a());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();}),this['queryView']['fieldView']['element']['addEventListener']('paste',_0x37b1f8=>this['_handlePaste'](_0x37b1f8)),this['element']['addEventListener']('drop',_0x4192f0=>this['_handleDrop'](_0x4192f0));}['_handlePaste'](_0x292c84){const _0xebe155=_0x292c84['clipboardData'];if(!_0xebe155)return;const {files:_0x4693d7,hasDirectory:_0x54dfb8}=sn(_0xebe155),_0x5638eb={'files':_0x4693d7,'plainText':_0xebe155['getData']('text/plain'),'hasDirectory':_0x54dfb8,'forceTextAttachment':!0x1,'preventDefault':()=>_0x292c84['preventDefault']()};this['fire']('promptInputPaste',_0x5638eb);}['_handleDrop'](_0x3e1a5e){const _0x45c0e5=_0x3e1a5e['dataTransfer'];if(!_0x45c0e5)return;const _0xc1961a={'files':[],'plainText':_0x45c0e5['getData']('text/uri-list')||_0x45c0e5['getData']('text/plain'),'hasDirectory':!0x1,'forceTextAttachment':!0x1,'preventDefault':()=>_0x3e1a5e['preventDefault']()};this['fire']('promptInputPaste',_0xc1961a);}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x5c91eb=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x5c91eb)return this['queryView']['errorText']=Mi(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x454492=_0x40ab4b(_0x5c91eb);this['fire']('sendUserMessage',_0x454492),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x55c420){this['queryView']['fieldView']['set']('placeholder',_0x55c420);}['focus'](_0x353bbc=!0x1){super['focus'](),_0x353bbc&&(this['element']['classList']['contains'](nn)||(this['element']['classList']['add'](nn),setTimeout(()=>{this['element']['classList']['remove'](nn);},0x320)));}['_createSubmitButton'](){const _0x26fdf1=new yt(this['locale']);return _0x26fdf1['set']({'icon':_0x47b078,'label':Mi(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+Ui,'isEnabled':!0x1}),_0x26fdf1['on']('execute',()=>{this['submit']();}),_0x26fdf1;}['setIsUploadInProgress'](_0x4f1502){this['isUploadInProgress']=_0x4f1502;}['_setUpAddContextButtonPositioning'](){const _0x43580a=this['locale'],_0x4a3bc9=()=>{lt['window']['requestAnimationFrame'](()=>{if(ut(this['element'])){const _0xd63c2d=new dt(this['queryView']['fieldView']['element']),_0x2a6f75=new dt(this['_addContextButtonView']['element']),_0x3cb209=_0xd63c2d['width'],_0x1a6f73='rtl'===_0x43580a['uiLanguageDirection']?'right':'left';_0xd63c2d['excludeScrollbarsAndBorders']();const _0x9ca749=_0x3cb209-_0xd63c2d['width']+0x1;this['_addContextButtonView']['element']['style'][_0x1a6f73]='calc('+(_0x3cb209-_0x2a6f75['width']-_0x9ca749)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x4a3bc9),this['on']('render',()=>{_0x4a3bc9(),this['_queryViewResizeObserver']=new bt(this['queryView']['fieldView']['element'],()=>{_0x4a3bc9();});});}}class AIChatDropZoneView extends Nt{constructor(_0x462ed4){super(_0x462ed4);const _0x46044c=new Lt();_0x46044c['content']=_0x37fe61,this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls__drop-overlay']},'children':[_0x46044c,{'tag':'span','attributes':{'class':['ck-ai-chat-controls__drop-overlay__label']},'children':[{'text':Mi(_0x462ed4,'AI_CHAT_DROP_ZONE_HINT')}]}]});}['attach'](_0x5dda54){let _0x2e0d1f=0x0;_0x5dda54['addEventListener']('dragenter',_0x212203=>{_0x212203['dataTransfer']&&(_0x2e0d1f++,0x1===_0x2e0d1f&&this['fire']('dragEnter'),_0x5dda54['classList']['add']('ck-ai-chat-controls_drag-over'));}),_0x5dda54['addEventListener']('dragover',_0x3f76a5=>{_0x3f76a5['dataTransfer']&&_0x3f76a5['preventDefault']();}),_0x5dda54['addEventListener']('dragleave',()=>{--_0x2e0d1f<=0x0&&(_0x2e0d1f=0x0,_0x5dda54['classList']['remove']('ck-ai-chat-controls_drag-over'));}),_0x5dda54['addEventListener']('drop',_0x215c77=>{_0x215c77['preventDefault'](),_0x2e0d1f=0x0,_0x5dda54['classList']['remove']('ck-ai-chat-controls_drag-over'),this['_handleDrop'](_0x215c77);});}['_handleDrop'](_0x588dd3){const _0x530fb8=_0x588dd3['dataTransfer'];if(!_0x530fb8)return;const {files:_0x5efbd4,hasDirectory:_0x55f958}=sn(_0x530fb8),_0x204bb9={'files':_0x5efbd4,'plainText':_0x530fb8['getData']('text/uri-list')||_0x530fb8['getData']('text/plain'),'hasDirectory':_0x55f958,'forceTextAttachment':!0x0,'preventDefault':()=>{}};this['fire']('promptInputPaste',_0x204bb9);}}const rn='ck-ai-chat__prompt-capabilities',on='ck-ai-chat-controls-button',an='ck-ai-chat-controls-button--commands',hn='ck-ai-chat-controls__model-selection',cn='ck-ai-chat-controls__model-selection__item-name',ln='ck-ai-chat-controls__model-selection__item-description',un='ck-ai-chat-controls__model-selection__item-capabilities',dn='n';class AIChatPromptCapabilitiesView extends Nt{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x4898d6){super(_0x4898d6),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelDisplayMode','selector'),this['set']('modelSelectorEnabled',!0x0),this['set']('activeModelId',null),this['set']('activeModelName',null),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelNameView']=this['_createModelNameView'](),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_modelSelectionDropdown']['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x449c3a=>'selector'===_0x449c3a),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x326780=>_0x326780?this['_modelSelectionDropdown']['buttonView']['label']:Mi(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x3e0e68=>_0x3e0e68),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x1ef87b=>_0x1ef87b),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x228ee1=>Mi(this['locale'],_0x228ee1?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x8ad520=>_0x8ad520),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x197ebd=>Mi(this['locale'],_0x197ebd?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[rn]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new _t(),Jt(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x5cea30,_0x29ded7){if(_0x29ded7)this['set']('modelDisplayMode','hidden');else{const _0x2668c2=0x1===_0x5cea30['length'];this['set']('modelDisplayMode',_0x2668c2?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x5cea30?.['length'])for(const _0x34f018 of _0x5cea30){const _0x4f9ae8=new Zt({'label':_0x34f018['name'],'withText':!0x0,'role':'menuitemradio','id':_0x34f018['id'],'model':_0x34f018});_0x4f9ae8['bind']('isOn')['to'](this,'activeModelId',_0x2a2283=>_0x2a2283===_0x34f018['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x4f9ae8,'labelView':new _n(this['locale'],_0x34f018)});}}['setWebSearch'](_0x179b20){this['set']('webSearchActive',_0x179b20);}['setReasoning'](_0x4a79e1){this['set']('reasoningActive',_0x4a79e1);}['setModel'](_0x557207){if(!_0x557207)return;this['activeModelId']=_0x557207['id'],this['activeModelName']=_0x557207['name']||_0x557207['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x557207['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x557207['name']);const _0x15ed5d=_0x557207['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x15ed5d),this['_webSearchButton']['set']('isVisible',_0x15ed5d);const _0x7c66a2=_0x557207['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x7c66a2),this['_reasoningButton']['set']('isVisible',_0x7c66a2);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x3c52ca){this['set']('modelSelectorEnabled',!0x1),_0x3c52ca&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x55f9af=new yt();return _0x55f9af['set']({'label':Mi(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x513748,'class':on+'\x20'+Gi,'isToggleable':!0x0,'tooltipPosition':dn}),_0x55f9af['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x55f9af;}['_createReasoningButton'](){const _0x32e161=new yt();return _0x32e161['set']({'label':Mi(this['locale'],'AI_CHAT_REASONING'),'icon':_0x1374fb,'class':on+'\x20'+Gi,'isToggleable':!0x0,'tooltipPosition':dn}),_0x32e161['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x32e161;}['_createCommandsButton'](){const _0x3ffdf5=new yt();return _0x3ffdf5['set']({'label':Mi(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x20b2e3,'withText':!0x0,'class':on+'\x20'+Gi,'isToggleable':!0x0,'tooltip':Mi(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':dn}),_0x3ffdf5['extendTemplate']({'attributes':{'class':[an]}}),_0x3ffdf5['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x3ffdf5;}['_createModelSelectionDropdown'](){const _0x151e39=Ft(this['locale']);return _0x151e39['set']({'panelPosition':'ne','class':[hn]}),_0x151e39['buttonView']['set']({'label':Mi(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':dn,'class':Gi}),this['listenTo'](_0x151e39,'execute',_0x10c7ba=>{this['fire']('selectModel',_0x10c7ba['source']['model']);}),_0x151e39;}['_createModelNameView'](){const _0x28147d=new In(this['locale']);return _0x28147d['bind']('text')['to'](this,'activeModelName',_0x5960a0=>_0x5960a0??''),_0x28147d['bind']('isVisible')['to'](this,'modelDisplayMode',_0x363616=>'name'===_0x363616),_0x28147d;}}let _n=class ModelButtonLabelView extends Mt{constructor(_0x504b66,_0x52ffe9){super();const _0x1efd9c=this['bindTemplate'],_0x45c5c4=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x1efd9c['to']('style'),'id':_0x1efd9c['to']('id')},'children':[{'tag':'div','attributes':{'class':[cn]},'children':[{'text':_0x1efd9c['to']('text')}]},{'tag':'div','attributes':{'class':[ln]},'children':[{'tag':'span','children':[{'text':_0x52ffe9['description']}]}]},{'tag':'div','attributes':{'class':[un]},'children':_0x45c5c4}]}),_0x45c5c4['addMany'](this['_getCapabilityParts'](_0x504b66,_0x513748,'AI_CHAT_SEARCH_WEB',_0x52ffe9['capabilities']['webSearch']?.['enabled']??!0x1)),_0x45c5c4['addMany'](this['_getCapabilityParts'](_0x504b66,_0x1374fb,'AI_CHAT_REASONING',_0x52ffe9['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x2877b6,_0x5875b5,_0x2fce5d,_0x4c2910){const _0x3b5bf9=new Lt();_0x3b5bf9['content']=_0x5875b5;const _0x448581=new Nt(_0x2877b6);_0x448581['setTemplate']({'tag':'span','children':[{'text':Mi(_0x2877b6,_0x2fce5d)+':\x20'}]});const _0x3529cd=new Nt(_0x2877b6);return _0x3529cd['setTemplate']({'tag':'span','children':[{'text':Mi(_0x2877b6,_0x4c2910?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x3b5bf9,_0x448581,_0x3529cd];}},In=class ModelNameView extends Nt{constructor(_0x28d9d3){super(_0x28d9d3),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x57271b=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x57271b['if']('isVisible','ck-hidden',_0x5da0e4=>!_0x5da0e4)]},'children':[{'text':_0x57271b['to']('text')}]});}};const An='ck-ai-chat-context-controls__url-form',gn='ck-ai-chat-context-controls__url-input-section';class AIChatContextPanelUrlInputView extends Nt{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x244e5d){super(_0x244e5d),this['focusTracker']=new It(),this['keystrokes']=new At(),this['backButton']=this['_createBackButton'](),this['urlInputField']=this['_createUrlInputField'](),this['confirmButton']=this['_createConfirmButton'](),this['_focusables']=this['createCollection']([this['backButton'],this['urlInputField'],this['confirmButton']]),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['set']('withBackButton',!0x0),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x6c6952=>{this['focusTracker']['add'](_0x6c6952['element']),this['keystrokes']['listenTo'](_0x6c6952['element']);}),te({'view':this}),this['focus']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['focus'](){this['urlInputField']['focus']();}['getValue'](){return this['urlInputField']['fieldView']['element']?.['value']?.['trim']()||'';}['clear'](){this['urlInputField']['fieldView']['element']['value']='',this['urlInputField']['errorText']=null,this['confirmButton']['isEnabled']=!0x1;}['setError'](_0x23e11d){this['urlInputField']['errorText']=_0x23e11d,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x335f35=new yt(this['locale']);return _0x335f35['set']({'icon':_0x5117cf,'tooltip':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0xa5a09e,_0xae4cea,_0x29fc47)=>{_0x335f35['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x29fc47?'':'\x20ck-hidden')]});}),_0x335f35;}['_createUrlInputField'](){const _0x413005=new _0x19464f(this['locale'],_0x537cde);return _0x413005['set']({'label':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x413005['fieldView']['set']({'placeholder':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x413005;}['_createConfirmButton'](){const _0x474ce5=new yt(this['locale']);return _0x474ce5['set']({'icon':_0x17783f,'tooltip':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x474ce5;}['_setupTemplate'](){const _0x14b577=new _0x4fdc86(this['locale'],{'label':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x14b577['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':An,'tabindex':'-1'},'children':[_0x14b577,{'tag':'div','attributes':{'class':gn},'children':[this['urlInputField'],this['confirmButton']]}]});}['_setupEventHandlers'](){this['backButton']['on']('execute',()=>{this['clear'](),this['fire']('cancel');}),this['urlInputField']['fieldView']['on']('input',()=>{this['clearError'](),this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}),this['on']('submit',_0x4781a5=>{_0x4781a5['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x2c146f,_0xb1ce31)=>{this['clear'](),this['fire']('cancel'),_0xb1ce31();});}['_handleSubmit'](){const _0x58c779=this['getValue']()['trim']();_0x58c779?this['_isValidUrl'](_0x58c779)?(this['clearError'](),this['fire']('submitUrl',_0x58c779)):this['setError'](Mi(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](Mi(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x29698b=this['getValue']()['trim'](),_0x3fb59b=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x29698b['length']>0x0&&!_0x3fb59b;}['_isValidUrl'](_0x8bb53){try{return!!new URL(_0x8bb53);}catch{return!0x1;}}}const wn='ck-ai-chat-resources__item',Cn='ck-ai-chat-resources__item--in-context',mn='ck-ai-chat-resources__item-title',pn='ck-ai-chat-resources__item__icon';class AIChatResourceListItemView extends Ht{['resource'];['_titleView'];['_iconView'];constructor(_0x480881,_0x11ebdd){super(_0x480881),this['resource']=_0x11ebdd,this['set']('isInContext',!!_0x11ebdd['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x3abdb3){if(_0x3abdb3['isInContext'])return _0x17783f;switch(_0x3abdb3['type']){case'document':return _0x4c737b;case'web-resource':return _0x17ea45;case'file':case'text':return _0x37fe61;default:return _0x38e8fc;}}['highlightText'](_0x38830e){if(!_0x38830e||''===_0x38830e['trim']())return void this['_titleView']['highlightText'](null);const _0x3a467d=new RegExp(_0x554003(_0x38830e),'gi');this['_titleView']['highlightText'](_0x3a467d);}['updateResourceState'](_0x2b0f90){this['resource']['isInContext']=_0x2b0f90,this['isInContext']=_0x2b0f90,this['_updateIcon']();}['_createTitleView'](){const _0x501992=new _0x5bc622();return _0x501992['text']=this['resource']['label'],_0x501992['extendTemplate']({'tag':'span','attributes':{'class':[mn]}}),_0x501992;}['_createIconView'](){const _0xfee35d=new Lt();return _0xfee35d['content']=this['getResourceIcon'](this['resource']),_0xfee35d;}['_setupTemplate'](){const _0x5cb567=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[wn,_0x5cb567['if']('isVisible','ck-hidden',_0x325327=>!_0x325327),_0x5cb567['if']('isInContext',Cn)]},'children':[{'tag':'div','attributes':{'class':[pn]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x5cb567['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const En='ck-ai-chat-resources__list';class AIChatContextResourcesListView extends Dt{['_source'];constructor(_0x329261,_0x15e2f9){super(_0x329261),this['_source']=_0x15e2f9,this['extendTemplate']({'attributes':{'class':[En]}});}['setResources'](_0x34ae76,_0x42abed){this['items']['clear']();let _0x2d0939=_0x34ae76;if(this['_source']['useDefaultFiltering']&&_0x42abed&&''!==_0x42abed['trim']()){const _0x522f0a=new RegExp(_0x42abed['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x2d0939=_0x34ae76['filter'](_0x9ea72a=>_0x522f0a['test'](_0x9ea72a['label']));}for(const _0x1f3c00 of _0x2d0939){const _0x176e13=new AIChatResourceListItemView(this['locale'],_0x1f3c00);_0x176e13['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x1f3c00);}),this['items']['add'](_0x176e13);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x42abed);}['highlightText'](_0x4ea87b){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x259e61=>{_0x259e61['highlightText'](_0x4ea87b);});}['updateResourceState'](_0x1911a7,_0x3999cc){for(const _0x2574e5 of this['items']){const _0x23462e=_0x2574e5;_0x23462e['resource']['id']===_0x1911a7&&_0x23462e['updateResourceState'](_0x3999cc);}}['_handleResourceSelection'](_0x42bfea,_0x3ef41d){this['fire']('addResourceToContext',{'source':_0x42bfea,'resource':_0x3ef41d});}}class AIChatContextResourcesSearchInputView extends _0x19464f{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x140486){const t=_0x140486['t'],_0x37aa21={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x537cde,'label':Mi(_0x140486,'AI_CHAT_SEARCH_RESOURCES')};super(_0x140486,_0x37aa21['creator']),this['label']=_0x37aa21['label'],this['_viewConfig']=_0x37aa21,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x140486,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x10db70){this['fire']('search',_0x10db70);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new Lt(),this['iconView']['content']=_0x1491a6,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x3a7443,t){this['resetButtonView']=new yt(_0x3a7443),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x59fd32,'class':'ck-search__reset','isVisible':!0x1,'tooltip':!0x0}),this['resetButtonView']['on']('execute',()=>{this['reset'](),this['focus'](),this['fire']('reset');}),this['resetButtonView']['bind']('isVisible')['to'](this['fieldView'],'isEmpty',_0x2b3434=>!_0x2b3434),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}}class AIChatContextResourcesView extends Nt{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x23e799,_0x31aa98){super(_0x23e799),this['_source']=_0x31aa98['source'],this['_searchInputVisibleFrom']=_0x31aa98['searchInputVisibleFrom']??0x7,this['set']('isLoading',!0x0),this['_searchView']=this['_createSearchView'](),this['_searchSection']=this['_createSearchSection'](),this['_resourcesListView']=this['_createResourcesListView'](),this['_skeletonLoader']=this['_createSkeletonView'](),this['children']=new _0x171c0b([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new AIChatContextResourcesSearchInputView(this['locale']);}['_createSearchSection'](){const _0x1c9f3d=new Nt(this['locale']);return _0x1c9f3d['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0xfe9e67,_0x367a7c)=>{this['loadResources'](_0x367a7c),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x367a7c);}),_0x1c9f3d;}['_createResourcesListView'](){const _0x1e6c99=new AIChatContextResourcesListView(this['locale'],this['_source']);return _0x1e6c99['delegate']('addResourceToContext')['to'](this),_0x1e6c99['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x1e6c99;}['_createSkeletonView'](){const _0x20acd0=new AISkeletonView(this['locale'],Ls['aiChatResources']);return _0x20acd0['bind']('isVisible')['to'](this,'isLoading'),_0x20acd0;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x1c8a5c){const _0x4aaeec=at();this['_latestLoadResourcesUid']=_0x4aaeec,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x1c8a5c,'uid':_0x4aaeec}),this['isLoading']=!0x0;}['setResources'](_0x12f356,_0x1ec733){if(_0x1ec733&&_0x1ec733!==this['_latestLoadResourcesUid'])return;const _0x2b5d3e=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x12f356,_0x2b5d3e),_0x12f356['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x160ff3,_0x150956){this['_resourcesListView']['updateResourceState'](_0x160ff3,_0x150956);}}const Tn='ck-ai-chat-context-controls__source-balloon-panel',fn='ck-button-icon\x20ck-button-back',Rn='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';class AIChatResourcesBalloonView{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x307c3c,_0x3daf34,_0x34255b){this['_locale']=_0x307c3c,this['_bodyCollection']=_0x3daf34,this['_config']=_0x34255b;}['showSourceResourcesBalloon']({source:_0x1e1d55,withBackButton:_0x59b079}){let _0x5d382b=this['_sourceResourceBalloons']['get'](_0x1e1d55['id']);_0x5d382b||(_0x5d382b=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x1e1d55['id'],_0x5d382b),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x5d382b)),this['_addSourceResourceContent']({'balloonPanel':_0x5d382b,'source':_0x1e1d55,'withBackButton':_0x59b079}),_0x5d382b['show']();const _0x3ca042=this['_config']['getTargetElement']();_0x3ca042&&_0x5d382b['pin']({'target':_0x3ca042,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x75858e,_0x28aa9a,_0x1d6323){const _0x5ba1ee=this['_sourceResourceBalloons']['get'](_0x75858e);if(!_0x5ba1ee)return;const _0x305f28=this['_getResourcesViewFromBalloon'](_0x5ba1ee);_0x305f28&&(_0x305f28['setResources'](_0x28aa9a,_0x1d6323),_0x305f28['once']('change:isLoading',()=>{_0x5ba1ee['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x141f5e){const _0x56666b=this['_sourceResourceBalloons']['get'](_0x141f5e);_0x56666b&&requestAnimationFrame(()=>{_0x56666b['hide'](),this['_sourceResourceBalloons']['delete'](_0x141f5e),this['_config']['onBalloonClosed']();});}['closeAll'](){for(const _0x530782 of Array['from'](this['_sourceResourceBalloons']['keys']()))this['closeSourceResourceBalloon'](_0x530782);}['isAnyResourceBalloonVisible'](){for(const _0x1df467 of this['_sourceResourceBalloons']['values']())if(_0x1df467['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x618f7f,_0xa154e9,_0x8a3be1){const _0x1774ed=this['_sourceResourceBalloons']['get'](_0x618f7f);if(!_0x1774ed||!_0x1774ed['isVisible'])return;const _0x623122=this['_config']['getTargetElement']();if(!_0x623122)return;_0x1774ed['pin']({'target':_0x623122,'limiter':this['_config']['getLimiterElement']()});const _0x3bf467=this['_getResourcesViewFromBalloon'](_0x1774ed);_0x3bf467&&_0x3bf467['updateResourceState'](_0xa154e9,_0x8a3be1);}['destroy'](){for(const _0x4db712 of this['_sourceResourceBalloons']['values']())_0x4db712['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x3bd883=new zt(this['_locale']);return _0x3bd883['extendTemplate']({'attributes':{'class':Tn}}),this['_bodyCollection']['add'](_0x3bd883),_0x3bd883;}['_addSourceResourceContent']({balloonPanel:_0x550ae5,source:_0x20a30b,withBackButton:_0x24beda}){_0x550ae5['content']['clear']();const _0x8b120=this['_createBalloonHeader']({'balloonPanel':_0x550ae5,'source':_0x20a30b,'withBackButton':_0x24beda});_0x550ae5['content']['add'](_0x8b120);const _0x378004=this['_createBalloonResourcesView'](_0x20a30b);_0x550ae5['content']['add'](_0x378004);}['_createBalloonHeader']({balloonPanel:_0x1e0e17,source:_0x5ade10,withBackButton:_0x31f1cd}){const _0x1da15b=new _0x4fdc86(this['_locale'],{'label':_0x5ade10['label'],'class':Rn});return _0x31f1cd&&_0x1da15b['children']['add'](this['_createBackButton'](_0x1e0e17),0x0),_0x1da15b;}['_createBackButton'](_0x2cd727){const _0x6f42f=new yt(this['_locale']);return _0x6f42f['set']({'icon':_0x5117cf,'tooltip':Mi(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':fn}),_0x6f42f['on']('execute',()=>{_0x2cd727['hide'](),this['_config']['onBackToContext']();}),_0x6f42f;}['_createBalloonResourcesView'](_0x1b2ca2){const _0x421f07=new AIChatContextResourcesView(this['_locale'],{'source':_0x1b2ca2,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x421f07['on']('loadSourceResources',(_0xa437c5,_0x464601)=>{this['_config']['onLoadSourceResources'](_0x464601);}),_0x421f07['on']('addResourceToContext',(_0x2345c5,_0x23d982)=>{this['_config']['onResourceSelected'](_0x23d982['source'],_0x23d982['resource']),this['closeSourceResourceBalloon'](_0x1b2ca2['id']);}),_0x421f07;}['_getResourcesViewFromBalloon'](_0x4a48fb){const _0x4f7c9a=_0x4a48fb['content']['get'](0x1);return _0x4f7c9a instanceof AIChatContextResourcesView?_0x4f7c9a:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x4a7834){jt({'emitter':_0x4a7834,'contextElements':[_0x4a7834['element']],'callback':()=>{_0x4a7834['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x4a7834['isVisible']});}}const bn=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],Sn='ck-ai-chat-context-controls',On='ck-ai-chat-context-controls__pending-contexts',vn='ck-ai-chat-context-controls__add-context-balloon-panel',kn='ck-ai-chat-context-controls__add-context-button',yn='ck-ai-chat-context-controls__url-balloon-panel',Nn='ck-ai-chat-context-controls__balloon-button',xn='ck-ai-chat-context-controls__balloon-button-source',Ln='ck-ai-chat-controls-button',Pn='ck-ai-chat-context-chips-wrapper-balloon',Dn='ck-ai-chat-controls_context_show-more-button',Vn='ck-ai-chat-context-controls__show-more-balloon-panel',Hn='ck-ai-chat',Mn=[zt['defaultPositions']['northArrowSouthWest'],zt['defaultPositions']['northArrowSouth'],zt['defaultPositions']['northArrowSouthEast'],zt['defaultPositions']['southArrowNorthWest'],zt['defaultPositions']['southArrowNorth'],zt['defaultPositions']['southArrowNorthEast']];class AIChatContextPanelView extends Nt{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x2c7eb0,_0x379786){super(_0x2c7eb0),this['bodyCollection']=_0x379786['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x2c7eb0),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x2c7eb0),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x2c7eb0),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x2c7eb0,_0x379786);const _0x57433a={'cssClasses':{'showMoreButton':Dn+'\x20'+Gi,'showMoreBalloon':Vn,'overflowContainer':Pn,'controlsButton':Ln}};this['_overflowManager']=new AIChatChipsOverflowManager(_0x2c7eb0,this['_currentContextsChips'],_0x57433a,this['bodyCollection'],this),this['_addContextBalloonConfig']={'buttonView':this['addContextButtonView'],'balloonView':this['_addContextBalloonPanelView'],'hideMethod':this['hideAddContextBalloonPanel']['bind'](this),'showMethod':this['showAddContextBalloonPanel']['bind'](this)},this['_setupTemplate'](),this['_bindEventHandlers']();}['render'](){super['render'](),this['_setupAllBalloonClickOutsideHandlers'](),this['_overflowManager']['setContainerElement'](this['element']),this['_overflowManager']['reorganizeChips']();}['destroy'](){super['destroy'](),this['_overflowManager']['destroy'](),this['_resourcesBalloonView']['destroy']();}['addContextItem'](_0x233f14,_0x4176e6){const _0x46c660=this['_createContextButton'](_0x233f14,'current',!0x0,_0x4176e6);this['_addContextToCollection'](_0x46c660,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x163eee){this['_removeContextFromCollection'](_0x163eee,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x163eee,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x37ce45,_0x456c6b){let _0x5baf54=this['_currentContextsChips']['find'](_0x3c2c40=>_0x3c2c40['id']===_0x37ce45);_0x5baf54||(_0x5baf54=this['_overflowManager']['overflowChips']['find'](_0xc2eee6=>_0xc2eee6['id']===_0x37ce45)),_0x5baf54&&(_0x5baf54['isLoading']=_0x456c6b);}['setConversationContext'](_0x304e7d){this['_conversationContextsChips']['clear']();for(const _0x3204a8 of _0x304e7d){const _0x1ae079=this['_createContextButton'](_0x3204a8,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x1ae079,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x460caf,_0x46c832,_0x4ef7c8){this['_resourcesBalloonView']['updateResourceState'](_0x460caf,_0x46c832,_0x4ef7c8);}['hideAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x1);}['showAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x0);}['hideUrlBalloonPanel'](){this['_urlBalloonPanelView']['hide'](),this['addContextButtonView']['isOn']=!0x1,this['_urlInputView']&&this['_urlInputView']['clear']();}['showUrlBalloonPanel'](){this['_urlBalloonPanelView']['show'](),this['addContextButtonView']['isOn']=!0x0;}['hideAllBalloons'](){this['hideAddContextBalloonPanel'](),this['hideUrlBalloonPanel'](),this['_resourcesBalloonView']['closeAll']();}['_showSourceResourcesBalloon']({source:_0x137373,withBackButton:_0x26c06b}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x137373,'withBackButton':_0x26c06b}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x40f698,_0x3a3d11,_0x46a1c1,_0x26f47d){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x40f698,_0x46a1c1,_0x26f47d);}['closeSourceResourceBalloon'](_0x4e7335){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x4e7335),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x372fbd){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x372fbd),this['_setAddContextButtonEnabled'](_0x372fbd);}['_setAddContextButtonEnabled'](_0x2a1cf1){const _0x56fc7e=!_0x2a1cf1['document']['isHidden']&&_0x2a1cf1['document']['enabled'],_0x940fda=_0x2a1cf1['urls']['enabled'],_0x7f9bb4=_0x2a1cf1['files']['enabled'],_0x3cfd9f=_0x2a1cf1['sources']['length']>0x0,_0x2f525d=_0x2a1cf1['customItems']&&_0x2a1cf1['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x56fc7e||_0x940fda||_0x7f9bb4||_0x3cfd9f||_0x2f525d;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[Sn,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':On},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x3bdaf9){const _0x5c35d5=new yt(_0x3bdaf9);return _0x5c35d5['set']({'label':Mi(_0x3bdaf9,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Ln+'\x20'+kn+'\x20'+Gi,'icon':_0x3de8dd,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x5c35d5;}['_createAddContextBalloonPanelView'](_0x5abdc4){return this['_createBaseBalloonPanel'](_0x5abdc4,vn);}['_createUrlBalloonPanelView'](_0x1ed6b6){const _0x51228a=this['_createBaseBalloonPanel'](_0x1ed6b6,yn);return this['_addUrlContent'](_0x51228a,_0x1ed6b6),_0x51228a;}['_createResourcesBalloonView'](_0x3679ac,_0x1b46ec){const _0x2691a6={'searchInputVisibleFrom':_0x1b46ec['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn});},'onResourceSelected':(_0x147dd5,_0x5697d5)=>{this['fire']('addResourceToContext',{'source':_0x147dd5,'resource':_0x5697d5});},'onLoadSourceResources':_0x2da375=>{this['fire']('loadSourceResources',_0x2da375);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new AIChatResourcesBalloonView(_0x3679ac,_0x1b46ec['bodyCollection'],_0x2691a6);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Hn)||document['body'];}['_createBaseBalloonPanel'](_0x25dbe6,_0x1eb33c){const _0x56829d=new zt(_0x25dbe6);return _0x56829d['extendTemplate']({'attributes':{'class':_0x1eb33c}}),this['bodyCollection']['add'](_0x56829d),_0x56829d;}['_setBalloonPanelContent'](_0x286100,_0x42d722,_0x33d195){if(_0x286100['content']['clear'](),!_0x33d195['document']['isHidden']&&_0x33d195['document']['enabled']){const _0x4a3bf8=this['_createBalloonButton'](_0x42d722,{'label':Mi(_0x42d722,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x4c737b});_0x4a3bf8['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x286100['content']['add'](_0x4a3bf8);}if(_0x33d195['urls']['enabled']){const _0x11ba2e=this['_createBalloonButton'](_0x42d722,{'label':Mi(_0x42d722,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x17ea45});_0x11ba2e['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn}),this['_urlInputView']['focus']();}),_0x286100['content']['add'](_0x11ba2e);}if(_0x33d195['files']['enabled']){const _0x33bbde=new _0xb65483(_0x42d722);_0x33bbde['set']({'label':Mi(_0x42d722,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x5a3ed7,'withText':!0x0,'tooltip':!0x0,'class':Nn,'allowMultipleFiles':!0x0}),_0x33bbde['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x33bbde['on']('done',(_0xd0ec8e,_0xabeaf7)=>{this['fire']('addFileToContext',_0xabeaf7);}),_0x33bbde['tooltip']=!0x0,_0x286100['content']['add'](_0x33bbde);}for(const _0x5deb3d of _0x33d195['sources']){const _0x340126=this['_createBalloonButton'](_0x42d722,{'label':_0x5deb3d['label'],'icon':_0x5deb3d['icon']||_0x38e8fc,'type':'source'});_0x286100['content']['add'](_0x340126),_0x340126['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x5deb3d,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x246744 of _0x33d195['customItems']||[]){const _0x257bd9=this['_createBalloonButton'](_0x42d722,{'label':_0x246744['label'],'icon':_0x246744['icon']||_0x38e8fc,'type':'customItem'});_0x286100['content']['add'](_0x257bd9),_0x257bd9['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x246744);});}this['_hasExactlyOneSource']=0x1===_0x286100['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x2860bb,_0x7bae3f){this['_urlInputView']=new AIChatContextPanelUrlInputView(_0x7bae3f),this['_urlInputView']['on']('submitUrl',(_0x463ff8,_0x1ce5e1)=>{this['_handleUrlSubmit'](_0x1ce5e1);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn});}),_0x2860bb['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x200713,_0x4fe700){const _0x11077c='source'===_0x4fe700['type']?new SourcesBalloonButtonView(_0x200713):new yt(_0x200713);return _0x11077c['set']({'label':_0x4fe700['label'],'icon':_0x4fe700['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Nn}),_0x11077c;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){jt({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x3cb7b1){const _0x340deb=this['_addContextBalloonConfig'];_0x340deb['buttonView']['isOn']=_0x3cb7b1,_0x3cb7b1?_0x340deb['balloonView']['show']():_0x340deb['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x17e98d,buttonView:_0x3b56fb,hideMethod:_0x465bf0}=this['_addContextBalloonConfig'];jt({'emitter':_0x17e98d,'contextElements':[_0x17e98d['element'],_0x3b56fb['element']],'callback':()=>{_0x465bf0();},'activator':()=>_0x3b56fb['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x2ef7c9,_0x3e7470,_0x46df4e=!0x1,_0x2c8f38=!0x1){const _0x177290='conversation'===_0x3e7470||!0x0===_0x2ef7c9['isReadOnly'],_0x15b01d=new AIChatContextItemButtonView(this['locale'],_0x2ef7c9,_0x177290,_0x46df4e,_0x2c8f38);return _0x177290||_0x15b01d['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x15b01d['id']);}),_0x15b01d;}['_addContextToCollection'](_0x29cd35,_0x4aab85){_0x4aab85['add'](_0x29cd35,0x0);}['_removeContextFromCollection'](_0x39ab09,_0x3876ad){const _0xc763b6=_0x3876ad['find'](_0x11a05a=>_0x11a05a['id']===_0x39ab09);_0xc763b6&&_0x3876ad['remove'](_0xc763b6);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0x23143c){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x23143c);}}class SourcesBalloonButtonView extends yt{['arrowView'];constructor(_0x25c79a){super(_0x25c79a),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[xn]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x65a0b6=new Lt();return _0x65a0b6['content']=_0x4c5fea,_0x65a0b6['extendTemplate']({'attributes':{'class':xn+'__arrow'}}),_0x65a0b6;}}class AIChatControlsLoaderView extends Nt{['_cancelButtonView'];['_loaderView'];constructor(_0x3d690b){super(_0x3d690b),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_loaderView']=this['_createLoaderView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-loader-wrapper','ck-reset_all']},'children':[this['_loaderView'],this['_cancelButtonView']]});}['_createCancelButtonView'](){const _0x176719=new yt(this['locale']);return _0x176719['set']({'label':Mi(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':Bi+'\x20ck-ai-button-stop-generating','icon':_0x41314d}),_0x176719['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x176719;}['_createLoaderView'](){const _0x1d2df8=new Nt(this['locale']);return _0x1d2df8['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}}]},{'text':Mi(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0x1d2df8;}}class AIChatControlsView extends Nt{['_contextPanelView'];['_promptInputView'];['_dropZoneView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];['_filesEnabled'];constructor(_0xdefc5a,_0x2fcaec){super(_0xdefc5a),this['_filesEnabled']=_0x2fcaec['filesEnabled'],this['_contextPanelView']=this['_createContextPanelView'](_0xdefc5a,{'bodyCollection':_0x2fcaec['bodyCollection'],'searchInputVisibleFrom':_0x2fcaec['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0xdefc5a),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0xdefc5a),this['_loaderView']=this['_createLoaderView'](_0xdefc5a),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0xdefc5a),this['_dropZoneView']=new AIChatDropZoneView(_0xdefc5a),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage','promptInputPaste')['to'](this),this['_dropZoneView']['delegate']('promptInputPaste')['to'](this),this['_dropZoneView']['on']('dragEnter',()=>this['_contextPanelView']['hideAllBalloons']()),this['_loaderView']['delegate']('abortPromptStream')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleWebSearch')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleReasoning')['to'](this),this['_promptCapabilitiesView']['delegate']('selectModel')['to'](this),this['_contextPanelView']['delegate'](...bn)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x3d8511=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x3d8511['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x3d8511['if']('isLoading','ck-hidden',_0x41a78b=>_0x41a78b||!this['isModelAvailable']),_0x3d8511['if']('isModelAvailable','ck-hidden',_0x56ab8f=>!_0x56ab8f||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x3d8511['if']('isLoading','ck-hidden',_0x295361=>!_0x295361)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x3d8511['if']('isModelAvailable','ck-hidden',_0x49807a=>_0x49807a)]},'children':[this['_modelUnavailableMessageView']]},this['_dropZoneView']]}),jt({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['render'](){super['render'](),this['_filesEnabled']&&this['_dropZoneView']['attach'](this['element']);}['_createContextPanelView'](_0x471917,_0x584530){return new AIChatContextPanelView(_0x471917,_0x584530);}['_createPromptInputView'](_0x230e38){return new AIChatPromptInputView(_0x230e38,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x55edb9){return new AIChatPromptCapabilitiesView(_0x55edb9);}['_createLoaderView'](_0x413651){return new AIChatControlsLoaderView(_0x413651);}['_createModelUnavailableMessageView'](_0x40c397){const _0xfb3d5f=new AIChatModelUnavailableMessageView(_0x40c397);return _0xfb3d5f['delegate']('startConversation')['to'](this),_0xfb3d5f;}['_handlePromptInputFocus'](_0x598b47,_0x35bc59,_0x546e6f){_0x546e6f?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x5a55e8,_0x5f3d52){this['_contextPanelView']['addContextItem'](_0x5a55e8,_0x5f3d52);}['removeContextItem'](_0x271972){this['_contextPanelView']['removeContextItem'](_0x271972);}['setContextItemLoading'](_0x1ee54e,_0x319123){this['_contextPanelView']['setContextItemLoading'](_0x1ee54e,_0x319123);}['setIsUploadInProgress'](_0x3b8494){this['_promptInputView']['setIsUploadInProgress'](_0x3b8494);}['setConversationContext'](_0x55a109){this['_contextPanelView']['setConversationContext'](_0x55a109);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x24b183,_0x4b0246,_0x4ee805){this['_contextPanelView']['updateResourceState'](_0x24b183,_0x4b0246,_0x4ee805);}['setWebSearch'](_0x168e1c){this['_promptCapabilitiesView']['setWebSearch'](_0x168e1c);}['setReasoning'](_0x17bc3f){this['_promptCapabilitiesView']['setReasoning'](_0x17bc3f);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0xb0c229){this['_contextPanelView']['setAddContextOptions'](_0xb0c229);}['setInputPlaceholder'](_0x49fe88){this['_promptInputView']['setPlaceholderText'](_0x49fe88);}['setModelList'](_0x5846a2,_0x4e657f){this['_promptCapabilitiesView']['setModelList'](_0x5846a2,_0x4e657f);}['setModel'](_0x530c20){_0x530c20?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x530c20)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x50a4f9){this['_promptCapabilitiesView']['disableModelSelector'](_0x50a4f9);}['populateSourceResourceBalloon'](_0x4f3fbc,_0x3f1f3a,_0x48be3c,_0x3abbef){this['_contextPanelView']['populateSourceResourceBalloon'](_0x4f3fbc,_0x3f1f3a,_0x48be3c,_0x3abbef);}['closeSourceResourceBalloon'](_0x438a86){this['_contextPanelView']['closeSourceResourceBalloon'](_0x438a86);}['focusPromptInput'](_0x30a94a=!0x1){this['_promptInputView']['focus'](_0x30a94a);}['setPromptInputValue'](_0x4aafa9){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x4aafa9;}}class AIChatModelUnavailableMessageView extends Nt{constructor(_0x1f7e3d){super(_0x1f7e3d);const _0x3ae230=new yt(_0x1f7e3d);_0x3ae230['set']({'label':Mi(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x3ae230['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':Mi(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0x3ae230]}]});}}class AIHeaderView extends _0x4fdc86{['resizeButton'];constructor(_0xe4852e,_0x3a2456){super(_0xe4852e,{'label':_0x3a2456['label'],'class':'ck-ai-header\x20'+_0x3a2456['class'],'icon':_0x3a2456['icon']}),this['set']('isMaximized',!0x1),_0x3a2456['content']&&this['children']['add'](_0x3a2456['content']),_0x3a2456['showResizeButton']&&(this['resizeButton']=Fi(_0xe4852e,this),this['children']['add'](this['resizeButton']));}}class AIDisclaimerView extends Nt{constructor(_0x371987){super(_0x371987),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':Mi(_0x371987,'AI_DISCLAIMER_TEXT')}]}]});}}function Un(_0x1861f9,_0x4cd2a3){const _0x18cb73=new yt(_0x1861f9);return _0x18cb73['set']({'label':Mi(_0x1861f9,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x2f87c6,'class':'ck-ai-chat__start-conversation\x20'+Bi}),_0x18cb73['on']('execute',()=>{_0x4cd2a3['fire']('startConversation');}),_0x18cb73;}class AIChatView extends Nt{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x3f4df2,_0x41ad59){super(_0x3f4df2),this['_bodyCollection']=new Xt(_0x3f4df2),this['_bodyCollection']['attachToDom']();const _0x3e9d2f=Un(_0x3f4df2,this);this['chatHeader']=new AIHeaderView(_0x3f4df2,{'label':Mi(_0x3f4df2,'AI_CHAT_HEADING'),'icon':_0x51543d,'class':'ck-ai-header_chat','content':_0x3e9d2f,'showResizeButton':_0x41ad59['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new AIChatFeedView(_0x3f4df2,this['_bodyCollection']),this['chatFeed']['delegate'](...Os)['to'](this),this['chatControls']=new AIChatControlsView(_0x3f4df2,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x41ad59['contextResourcesSearchInputVisibleFrom'],'filesEnabled':_0x41ad59['filesEnabled']}),this['chatControls']['delegate'](...Os)['to'](this),this['chatDisclaimer']=new AIDisclaimerView(_0x3f4df2),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x3f4df2['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x5d85f2,_0x39c3e2,_0x3769e8,_0x25813f){this['chatControls']['populateSourceResourceBalloon'](_0x5d85f2,_0x39c3e2,_0x3769e8,_0x25813f);}['closeSourceResourceBalloon'](_0x30ba88){this['chatControls']['closeSourceResourceBalloon'](_0x30ba88);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class AIChatUI extends _0x915a98{static get['requires'](){return[AITabs];}['_view'];static get['pluginName'](){return'AIChatUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['feedItemRenderingStrategy']='streaming';['showDiff']=!0x0;['_promiseQueue'];['_interactionPromiseResolver'];['_titleAnimationInterval']=void 0x0;['_isTrackChangesCommandValueBound']=!0x1;constructor(_0x4ce949){super(_0x4ce949);const _0x5273d0=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new PromiseQueue(),this['_view']=new AIChatView(this['context']['locale'],{'showResizeButton':_0x5273d0['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled')}),this['_view']['delegate']('resizeTabs')['to'](_0x5273d0),this['_view']['delegate'](...Os)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x520292,{showDiff:_0x5b97e9})=>{this['showDiff']=_0x5b97e9;}),this['disableControls'](),_0x5273d0['view']['addTab']({'id':'chat','buttonLabel':Mi(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x51543d,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x5273d0['view'],'isMaximized',_0x38c6c7=>_0x38c6c7),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x37a757=>_0x37a757),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x2874dc){const _0x4f71eb=this['context']['config']['get']('ai.chat.welcomeMessage')??Mi(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x2874dc['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x4f71eb}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x6c3fe6,staticMessage:_0x53f222}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x6c3fe6,'initialContent':'<p>'+_0x53f222+'</p>'});});}async['addFeedItemUserMessage'](_0x4fd2fc){const _0x557b41=_0x4fd2fc['attributes']?.['displayedPrompt']||_0x4fd2fc['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x4fd2fc['contextItems']['values']()),'initialContent':'<p>'+_0x557b41+'</p>','id':_0x4fd2fc['id']});});}async['addFeedItemError']({errorMessage:_0x39665a,id:_0x3d86dd}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x39665a+'</p>','id':_0x3d86dd});});}async['addFeedItemAIReply'](_0x47fe83){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x47fe83['interactionId']+':'+_0x47fe83['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x15f39e){const _0x16b5f0=ms(this['context']),_0x53720e=_0x16b5f0['map'](_0x46f4cc=>_0x46f4cc['config']['get']('ai.availableReplyActions')||[...Ds]);let _0x10fd3b=_0x53720e['reduce']((_0x3b14c4,_0x153d51)=>_0x3b14c4['filter'](_0x282c7e=>_0x153d51['includes'](_0x282c7e)),_0x53720e[0x0]||[...Ds]);const _0x4902aa=_0x16b5f0['every'](_0x581d65=>_0x581d65['plugins']['has']('TrackChanges')),_0x1a3981=_0x16b5f0['map'](_0x629316=>_0x629316['commands']['get']('trackChanges'));return _0x4902aa?this['_isTrackChangesCommandValueBound']||(this['_isTrackChangesCommandValueBound']=!0x0,this['_view']['chatFeed']['bind']('isTrackChangesOn')['toMany'](_0x1a3981,'value',(..._0x2e4c55)=>_0x2e4c55['some'](_0x1accf6=>_0x1accf6))):_0x10fd3b=_0x10fd3b['filter'](_0x303dc1=>'insertSuggestion'!=_0x303dc1),this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x15f39e['interactionId']+':'+_0x15f39e['id'],'areActionsDisabled':_0x15f39e['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x10fd3b}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x2008ab,_0xd91822){return this['_promiseQueue']['enqueue'](async()=>{const _0x5b023f=this['_view']['chatFeed']['children']['last'];if(_0x5b023f instanceof AIChatFeedInteractionHeaderView)return this['_view']['chatFeed']['children']['remove'](_0x5b023f),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x2008ab['id'],'capabilities':{'isWebSearchEnabled':_0x5b023f['capabilities']['isWebSearchEnabled']||_0xd91822['isWebSearchEnabled'],'isReasoningEnabled':_0x5b023f['capabilities']['isReasoningEnabled']||_0xd91822['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x2008ab['id'],'capabilities':_0xd91822});});}async['addFeedItemCustomElement'](_0x22358c,_0xdf97bc){let _0x260630;return await this['_promiseQueue']['enqueue'](async()=>{_0x260630=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x22358c,'id':_0xdf97bc});}),_0x260630;}['removeFeedItem'](_0x15f532){this['_view']['chatFeed']['removeItem'](_0x15f532);}['hasFeedItem'](_0x6d4465){return this['_view']['chatFeed']['hasItem'](_0x6d4465);}['updateFeedInteractionHeader'](_0x3ba9ce){const _0x2ae842=this['_view']['chatFeed']['children']['find'](_0x265042=>_0x265042['options']['id']==_0x3ba9ce['id']&&_0x265042 instanceof AIChatFeedInteractionHeaderView);_0x2ae842&&_0x2ae842['set']('isVisible',_0x3ba9ce['isVisible']);}async['updateFeedItemAIReplyContent'](_0x579e9a){const _0x2eb39b=_0x579e9a['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x474ebe=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x579e9a,'abortSignal':_0x474ebe,'renderingStrategy':_0x2eb39b}),_0x579e9a['isDone']&&this['markFeedItemAsDone'](_0x579e9a['id']);});}['updateFeedItemAIReplySources'](_0x43ef66,_0x5a0e3b){this['_view']['chatFeed']['updateWebSources'](_0x43ef66,_0x5a0e3b);}async['updateFeedItemAIReplySuggestionContent'](_0x4f19af){return this['_promiseQueue']['enqueue'](async _0x21eb98=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x4f19af,'abortSignal':_0x21eb98}),_0x4f19af['isDone']&&this['markFeedItemAsDone'](_0x4f19af['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x6199d2){this['_view']['chatFeed']['updateSuggestionPartState'](_0x6199d2);}['setFeedItemAIReplySuggestionPartActive'](_0x35892a){this['_view']['chatFeed']['setSuggestionPartActive'](_0x35892a);}['markFeedItemAsDone'](_0x568246){this['_view']['chatFeed']['markItemAsDone'](_0x568246);}['removeFeedInteraction'](_0x413c37){this['_view']['chatFeed']['getItemIds']()['filter'](_0x15f1fb=>_0x15f1fb['startsWith'](_0x413c37))['forEach'](_0x3d929e=>this['_view']['chatFeed']['removeItem'](_0x3d929e));}['startInteraction'](){const _0x558cbd=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x558cbd),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x408005){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x17516d=>_0x17516d['startsWith'](_0x408005['id']))['forEach'](_0x1ff729=>this['markFeedItemAsDone'](_0x1ff729)),this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x512cab,_0x720edf){this['_view']['chatControls']['addContextItem'](_0x512cab,_0x720edf);}['removeContextItem'](_0x29a114){this['_view']['chatControls']['removeContextItem'](_0x29a114);}['setContextItemLoading'](_0x346895,_0x47711a){this['_view']['chatControls']['setContextItemLoading'](_0x346895,_0x47711a);}['setIsUploadInProgress'](_0x3d93e4){this['_view']['chatControls']['setIsUploadInProgress'](_0x3d93e4);}['setConversationContext'](_0x54ad13){this['_view']['chatControls']['setConversationContext'](_0x54ad13);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x58e796,_0x5dbf80,_0x35455b){this['_view']['chatControls']['updateResourceState'](_0x58e796,_0x5dbf80,_0x35455b);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x48da0f){this['_view']['chatControls']['setAddContextOptions'](_0x48da0f);}['updateCapabilities'](_0x5b0380){this['_view']['chatControls']['setWebSearch'](_0x5b0380['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x5b0380['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x5b0380));}['setSelectedModel'](_0x211c37,_0x55258f){this['_view']['chatControls']['setModel'](_0x211c37),_0x55258f&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x5a9007){this['feedItemRenderingStrategy']=_0x5a9007;}['toggleLoadingSkeleton'](_0x5bd0e0){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x5bd0e0);}['resetConversationTitle'](){this['setConversationTitle'](Mi(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x91b7b8,_0x4b1999=!0x1){if(_0x4b1999&&!St()&&_0x91b7b8['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x91b7b8);this['_view']['chatHeader']['label']=_0x91b7b8;}['setLoadingMessage'](_0x44ae78){this['_view']['chatFeed']['setLoadingMessage'](_0x44ae78);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x507298){let _0x5a2e38=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x507298[_0x5a2e38],_0x5a2e38++,_0x5a2e38===_0x507298['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x3f4ba7){return _0x3f4ba7['isWebSearchEnabled']&&_0x3f4ba7['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x3f4ba7['isWebSearchEnabled']?Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x3f4ba7['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0xe6c19e){return _0xe6c19e?_0xe6c19e['isWebSearchEnabled']&&_0xe6c19e['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0xe6c19e['isWebSearchEnabled']?Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0xe6c19e['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x464924,_0x2ac856,_0x5e43bb,_0x1b3127){this['_view']['populateSourceResourceBalloon'](_0x464924,_0x2ac856,_0x5e43bb,_0x1b3127);}['closeSourceResourceBalloon'](_0x30d7b6){this['_view']['closeSourceResourceBalloon'](_0x30d7b6);}['setPromptInputValue'](_0x350da8){this['_view']['chatControls']['setPromptInputValue'](_0x350da8);}['focusPromptInput'](_0x12c6c9=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x12c6c9);}['scrollFeedToSuggestion'](_0x2076af,_0x4aba07){this['_view']['chatFeed']['scrollToSuggestion'](_0x2076af,_0x4aba07);}['startAutoScroll'](_0x559961={}){this['_view']['chatFeed']['startAutoScroll'](_0x559961);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class AIChatHistorySectionListView extends Dt{['sections'];constructor(_0x41c892,_0x482d6c){super(_0x41c892),this['sections']=_0x482d6c,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x3e51b4){let _0x1e9a2d=0x0,_0x41b15c=0x0;for(const _0x3756cb of this['sections']){const {resultsCount:_0x53fa64,totalItemsCount:_0x2d6acf}=_0x3756cb['filter'](_0x3e51b4);_0x1e9a2d+=_0x53fa64,_0x41b15c+=_0x2d6acf;}return{'resultsCount':_0x1e9a2d,'totalItemsCount':_0x41b15c};}}class AIChatHistoryListView extends Ht{['title'];['itemsViews'];['_itemsListView'];constructor(_0x47272b,{title:_0x5acae4,items:_0x2c984f}){super(_0x47272b);const _0x4df9d5=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x5acae4,this['itemsViews']=_0x2c984f;const _0x2a147a=new Nt(_0x47272b);_0x2a147a['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new Dt(_0x47272b),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x4df9d5['if']('isVisible','ck-hidden',_0x38c1dd=>!_0x38c1dd)]},'children':[_0x2a147a,this['_itemsListView']]});}['filter'](_0xfc9a99){const _0x9758ae=this['itemsViews']['length'];let _0x368216=0x0;for(const _0x268184 of this['itemsViews']){if(_0xfc9a99){const _0x18accf=_0x268184['isMatching'](_0xfc9a99);_0x268184['isVisible']=!!_0x18accf,_0x268184['highlightText'](_0xfc9a99);}else _0x268184['isVisible']=!0x0,_0x268184['highlightText'](null);_0x268184['isVisible']&&_0x368216++;}return this['isVisible']=_0x368216>0x0,{'resultsCount':_0x368216,'totalItemsCount':_0x9758ae};}['getItem'](_0x401899){return this['itemsViews']['find'](_0xd210c1=>_0xd210c1['id']===_0x401899);}['removeItem'](_0x2a49dc){const _0x58cd64=this['itemsViews']['indexOf'](_0x2a49dc);-0x1!==_0x58cd64&&(this['itemsViews']['splice'](_0x58cd64,0x1),this['_itemsListView']['items']['remove'](_0x2a49dc));}}class AIChatHistoryListItemView extends/* #__PURE__ -- @preserve */
|
|
27
|
-
_0x382503(Ht){['id'];static ['LOADING_LABELS']={'remove':'AI_CHAT_HISTORY_LOADING_REMOVING','rename':'AI_CHAT_HISTORY_LOADING_RENAMING','pin':'AI_CHAT_HISTORY_LOADING_PINNING','unpin':'AI_CHAT_HISTORY_LOADING_UNPINNING'};['actions'];['mainContent'];['_titleView'];constructor(_0x1e3c32,_0xa8f2ea){super(_0x1e3c32);const _0xcf5a95=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0xa8f2ea['pinned']),this['set']('loadingState',null),this['set']('title',_0xa8f2ea['title']),this['id']=_0xa8f2ea['id'];const {createdAt:_0x160de3,active:_0x38227f=!0x1}=_0xa8f2ea;this['_titleView']=new _0x5bc622(),this['_titleView']['bind']('text')['to'](this,'title'),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x414341=this['_createCheckView'](),_0x5797d7=this['_createPinButtonView'](_0x1e3c32),_0x2b1760=this['_createMenuDropdownView'](),_0x5b84ae=this['_createEditInputView'](_0x1e3c32),_0x3dbdeb=this['_createAcceptEditButtonView'](_0x1e3c32,_0x5b84ae),_0x56eedf=this['_createCancelEditButtonView'](_0x1e3c32);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x5797d7),this['actions']['add'](_0x2b1760),this['on']('change:isEdit',(_0x2f0dd4,_0x2c36c8,_0x1ac319)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x1ac319?(this['actions']['add'](_0x3dbdeb),this['actions']['add'](_0x56eedf),this['mainContent']['add'](_0x5b84ae),_0x5b84ae['element']['value']=this['title']||'',_0x5b84ae['element']['focus']()):(this['actions']['add'](_0x5797d7),this['actions']['add'](_0x2b1760),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x38227f?'ck-ai-chat-history__item--active':'',_0xcf5a95['if']('isVisible','ck-hidden',_0x5c7887=>!_0x5c7887),_0xcf5a95['if']('isEdit','ck-ai-chat-history__item--edit')],'role':'listitem'},'children':[{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-check-container']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-check',_0xcf5a95['if']('loadingState','ck-hidden',_0x596d65=>!!_0x596d65)]},'children':_0x38227f?[_0x414341]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0xcf5a95['if']('loadingState','ck-hidden',_0x4bc988=>!_0x4bc988)]},'children':[this['_createSpinnerView']()]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-row']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-content']},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-title-container',_0xcf5a95['if']('loadingState','ck-hidden',_0x32d575=>!!_0x32d575)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0xcf5a95['if']('loadingState','ck-hidden',_0x495fc2=>!_0x495fc2)]},'children':[{'text':_0xcf5a95['to']('loadingState',_0x13b5d8=>_0x13b5d8?Mi(this['locale'],AIChatHistoryListItemView['LOADING_LABELS'][_0x13b5d8]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x160de3]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-actions']},'children':this['actions']}]}]}),this['on']('click',()=>{this['isEdit']||this['fire']('selectConversation',{'id':this['id']});});}['updateTitle'](_0x482e24){this['set']('title',_0x482e24);}['updateLoadingState'](_0x12d28b,_0x478329){this['set']('loadingState',_0x478329?_0x12d28b:null);}['_createCheckView'](){const _0x18e83e=new Lt();return _0x18e83e['set']({'content':_0x17783f}),_0x18e83e;}['_createPinButtonView'](_0x2dd571){const _0x4e339c=new yt(_0x2dd571);return _0x4e339c['set']({'label':Mi(_0x2dd571,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x1b858f,'withText':!0x1,'tooltip':!0x0}),_0x4e339c['bind']('isOn')['to'](this,'pinned'),_0x4e339c['on']('execute',()=>{const _0x4dde72=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x4dde72});}),_0x4e339c;}['_createMenuDropdownView'](){const _0x2897c0=Ft(this['locale']),_0x39b020=_0x2897c0['panelView']['children'];_0x2897c0['buttonView']['set']({'label':Mi(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x4b6af8}),_0x2897c0['panelPosition']='sw';const _0x5149ba=new yt(this['locale']);_0x5149ba['label']=Mi(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x5149ba['withText']=!0x0,_0x5149ba['on']('execute',()=>{this['isEdit']=!0x0;});const _0x5cc69a=new yt(this['locale']);_0x5cc69a['label']=Mi(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x5cc69a['withText']=!0x0,_0x5cc69a['on']('execute',()=>{this['showConfirm'](Mi(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x1b5f4b=new Dt(this['locale']),_0x577207=new Ht(this['locale']);_0x577207['children']['add'](_0x5149ba);const _0x5b7bf2=new Ht(this['locale']);return _0x5b7bf2['children']['add'](_0x5cc69a),_0x1b5f4b['items']['addMany']([_0x577207,_0x5b7bf2]),_0x39b020['add'](_0x1b5f4b),_0x2897c0;}['_createEditInputView'](_0x4fdaa2){const _0x4005a0=new _0x5196ee(_0x4fdaa2),_0x1e2fcd=_0x4005a0['bindTemplate'];return _0x4005a0['extendTemplate']({'on':{'keydown':_0x1e2fcd['to'](_0x59923a=>{'Enter'==_0x59923a['key']&&this['_commitEditInputValue'](_0x4005a0);})}}),_0x4005a0;}['_createAcceptEditButtonView'](_0x3513f9,_0x186a8d){const _0x24e6a8=new yt(_0x3513f9);return _0x24e6a8['set']({'icon':_0x17783f,'withText':!0x1,'tooltip':Mi(_0x3513f9,'AI_CHAT_HISTORY_ACCEPT')}),_0x24e6a8['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x24e6a8['on']('execute',()=>{this['_commitEditInputValue'](_0x186a8d);}),_0x24e6a8;}['_commitEditInputValue'](_0x2eba28){const _0x1d71e6=_0x2eba28['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x1d71e6});}['_createCancelEditButtonView'](_0x4d1723){const _0x1216d8=new yt(_0x4d1723);return _0x1216d8['set']({'icon':_0x59fd32,'withText':!0x1,'tooltip':Mi(_0x4d1723,'AI_CHAT_HISTORY_CANCEL')}),_0x1216d8['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x1216d8['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x1216d8;}['_createSpinnerView'](){const _0x144f60=new AISpinnerView('tiny');return _0x144f60['isVisible']=!0x0,_0x144f60;}['isMatching'](_0x284314){return'string'==typeof this['title']&&this['title']['match'](_0x284314)?{'title':!0x0}:null;}['highlightText'](_0x168c7f){this['_titleView']['highlightText'](_0x168c7f);}}class AIChatHistoryView extends Nt{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x113a92,_0x24e479){super(_0x113a92),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x496aca=Un(_0x113a92,this);this['headerView']=new AIHeaderView(_0x113a92,{'label':Mi(_0x113a92,'AI_CHAT_HISTORY_HEADING'),'icon':_0x17e9ed,'class':'ck-ai-header_history','content':_0x496aca,'showResizeButton':_0x24e479}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new AIChatHistorySectionListView(_0x113a92,[]),this['sectionsView']['delegate'](...Bn)['to'](this),this['mainErrorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['mainErrorView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isMainErrorViewVisible','ck-hidden',_0x1aa602=>!_0x1aa602)]}}),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[this['headerView'],{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['mainErrorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'],this['isMainErrorViewVisible']=!this['isSearchViewVisible']&&!!this['errorMessage'];}['_createSearchView'](){const _0x517cbc=new _0x590352(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':Mi(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x3c4906=>Mi(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x3c4906),'secondary':Mi(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x12741f=this['_createErrorView']();return _0x12741f['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x526d9c=>!_0x526d9c)]}}),_0x517cbc['on']('render',()=>{_0x517cbc['children']['add'](_0x12741f,0x1);}),_0x517cbc['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x32e1ff=>!_0x32e1ff)]}}),_0x517cbc;}['_createSkeletonView'](){const _0x35f636=new AISkeletonView(this['locale'],Ls['aiHistory']);return _0x35f636['bind']('isVisible')['to'](this,'isLoading'),_0x35f636;}['_createErrorView'](){const _0x1d5e2e=new Nt(this['locale']),_0xe294ea=new yt(this['locale']);_0xe294ea['set']({'withText':!0x1,'icon':_0x59fd32,'class':'ck-ai-notification_error__dismiss-button'}),_0xe294ea['bind']('isVisible')['to'](this,'hasItems',_0x1f5527=>!!_0x1f5527),_0xe294ea['on']('execute',()=>{this['errorMessage']='';});const _0x988b0a=this['bindTemplate'];return _0x1d5e2e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x988b0a['to']('errorMessage')}]},_0xe294ea]}),_0x1d5e2e;}['_createEmptyStateView'](){const _0x3984d2=new Nt(this['locale']);return _0x3984d2['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x13c6ec=>!_0x13c6ec)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[Mi(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x3984d2;}['_createListItemViews'](_0x43dcd2,_0x48aaf3){const _0x332b76=[];for(const _0x5903de of _0x43dcd2){const _0x2d378b=new AIChatHistoryListItemView(_0x48aaf3,_0x5903de);_0x2d378b['delegate'](...Bn)['to'](this),_0x332b76['push'](_0x2d378b);}return _0x332b76;}['updateHistoryItemsWithCategories'](_0x53d2c9){const _0x2d6a29=this['locale']||'en',_0x3640bd=[];for(const _0x3e1715 of _0x53d2c9){const _0x5250c5=this['_createListItemViews'](_0x3e1715['items'],_0x2d6a29);_0x3640bd['push'](new AIChatHistoryListView(_0x2d6a29,{'title':_0x3e1715['title'],'items':_0x5250c5}));}this['sectionsView']['sections']=_0x3640bd,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x3640bd),this['hasItems']=_0x53d2c9['some'](_0xc967ef=>_0xc967ef['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x8ae8d5){for(const _0x2afc08 of this['sectionsView']['sections']){const _0x220d1f=_0x2afc08['getItem'](_0x8ae8d5);if(_0x220d1f){if(_0x2afc08['removeItem'](_0x220d1f),0x0===_0x2afc08['itemsViews']['length']){const _0x581660=this['sectionsView']['sections']['indexOf'](_0x2afc08);-0x1!==_0x581660&&(this['sectionsView']['sections']['splice'](_0x581660,0x1),this['sectionsView']['items']['remove'](_0x2afc08));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x1bfa8f,_0x131fc5){for(const _0x498f22 of this['sectionsView']['sections']){const _0x594afd=_0x498f22['getItem'](_0x1bfa8f);if(_0x594afd){_0x594afd['updateTitle'](_0x131fc5);break;}}}['updateItemLoadingState'](_0x37bf62,_0xc58629,_0x1565bf){for(const _0x4a633f of this['sectionsView']['sections']){const _0x6225e5=_0x4a633f['getItem'](_0x37bf62);if(_0x6225e5){_0x6225e5['updateLoadingState'](_0xc58629,_0x1565bf);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x2b250f=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x2b250f);}}}const Bn=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];class AIChatHistoryUI extends _0x915a98{static get['requires'](){return[AITabs];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x357c8b){super(_0x357c8b);const _0xfb8289=this['context']['plugins']['get']('AITabs');this['_historyView']=new AIChatHistoryView(this['context']['locale'],_0xfb8289['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0xfb8289),this['_historyView']['delegate'](...Bn)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0xfb8289['view'],'isMaximized',_0x4743f9=>_0x4743f9),_0xfb8289['view']['addTab']({'id':'history','buttonLabel':Mi(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x17e9ed,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0xdeea56){this['_historyView']['removeHistoryItem'](_0xdeea56);}['updateItems'](_0x1598c6){this['_historyView']['updateHistoryItemsWithCategories'](_0x1598c6);}['updateItemTitle'](_0xa4e85b,_0x39b99f){this['_historyView']['updateItemTitle'](_0xa4e85b,_0x39b99f);}['updateItemLoadingState'](_0x101711,_0x56f029,_0x31cd3e){this['_historyView']['updateItemLoadingState'](_0x101711,_0x56f029,_0x31cd3e);}['setLoadingSkeleton'](_0x59fc2b){this['_historyView']['isLoading']=_0x59fc2b;}['showError'](_0x4e0b31){this['_historyView']['errorMessage']=_0x4e0b31;}['hideError'](){this['_historyView']['errorMessage']='';}}class AIChatHistoryItem extends ct(){['id'];['createdAt'];constructor({id:_0x44d101,title:_0x5eab25,createdAt:_0x1974cb,updatedAt:_0x5a6285,pinned:_0x4c9af4}){super(),this['id']=_0x44d101,this['createdAt']=new Date(_0x1974cb),this['set']('title',_0x5eab25),this['set']('updatedAt',_0x5a6285?new Date(_0x5a6285):null),this['set']('pinned',_0x4c9af4||!0x1);}['updateTitle'](_0x2d4a4a){this['set']('title',_0x2d4a4a),this['updatedAt']=new Date();}['updatePinned'](_0x447c08){this['set']('pinned',_0x447c08),this['updatedAt']=new Date();}}class AIChatHistoryConversations extends Et(){['items']=[];['connector'];['group'];constructor({connector:_0x204308,group:_0x2270fe}){super(),this['connector']=_0x204308,this['group']=_0x2270fe;}async['init'](){try{const _0xc5877a=this['connector']['fetchConversations'](this['group']),_0x39ee6a=await _0xc5877a['getConversations']();this['loadItems'](_0x39ee6a);}catch(_0x1396ba){this['fire']('error',{'error':_0x1396ba,'operation':'init'});}}['addItem'](_0x4bbe97){this['items']['push'](_0x4bbe97);}async['removeItem'](_0x48e596){const _0x30ce43=this['items']['findIndex'](_0x354785=>_0x354785['id']===_0x48e596);if(-0x1===_0x30ce43)return!0x1;try{return await this['connector']['deleteConversation'](_0x48e596)['execute'](),this['items']['splice'](_0x30ce43,0x1),this['fire']('itemRemoved',{'itemId':_0x48e596}),!0x0;}catch(_0x508981){return this['fire']('error',{'error':_0x508981,'operation':'removeItem','itemId':_0x48e596}),!0x1;}}['getItem'](_0x504f8b){return this['items']['find'](_0x4d82de=>_0x4d82de['id']===_0x504f8b);}async['updateItemTitle'](_0x431195,_0x5bee25){const _0x566de2=this['getItem'](_0x431195);if(!_0x566de2)return!0x1;try{return await this['connector']['updateConversation'](_0x431195,{'title':_0x5bee25})['getResult'](),_0x566de2['updateTitle'](_0x5bee25),this['fire']('itemUpdated',{'itemId':_0x431195,'updates':{'title':_0x5bee25}}),!0x0;}catch(_0xdbe4e4){return this['fire']('error',{'error':_0xdbe4e4,'operation':'updateItemTitle','itemId':_0x431195}),!0x1;}}async['updateItemPinned'](_0x474731,_0x267113){const _0x14d2da=this['getItem'](_0x474731);if(!_0x14d2da)return!0x1;try{return await this['connector']['updateConversation'](_0x474731,{'pinned':_0x267113})['getResult'](),_0x14d2da['updatePinned'](_0x267113),this['fire']('itemUpdated',{'itemId':_0x474731,'updates':{'pinned':_0x267113}}),!0x0;}catch(_0x3518c2){return this['fire']('error',{'error':_0x3518c2,'operation':'updateItemPinned','itemId':_0x474731}),!0x1;}}['loadItems'](_0x1de324){try{this['items']=[],_0x1de324['map'](_0x21eb08=>{this['addItem'](new AIChatHistoryItem(_0x21eb08));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x20cf75){this['fire']('error',{'error':_0x20cf75,'operation':'loadItems'});}}['getItems'](_0x559445={}){const _0x1745be=void 0x0!==_0x559445['pinned']&&_0x559445['pinned'],_0x3411b3=_0x559445['from']?new Date(_0x559445['from']['getFullYear'](),_0x559445['from']['getMonth'](),_0x559445['from']['getDate']()):null,_0x1945df=_0x559445['to']?new Date(_0x559445['to']['getFullYear'](),_0x559445['to']['getMonth'](),_0x559445['to']['getDate']()):null;return this['items']['filter'](_0x52180b=>{if(_0x52180b['pinned']!==_0x1745be)return!0x1;if(_0x1945df){const _0x1eb70c=new Date(_0x52180b['createdAt']['getFullYear'](),_0x52180b['createdAt']['getMonth'](),_0x52180b['createdAt']['getDate']());return _0x3411b3?_0x3411b3['getTime']()===_0x1945df['getTime']()?_0x1eb70c['getTime']()===_0x3411b3['getTime']():_0x1eb70c<_0x1945df&&_0x1eb70c>=_0x3411b3:_0x1eb70c<_0x1945df;}return!0x0;});}}class AIChatHistoryController extends _0x915a98{['_aiConnector'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[AIConnector,AIChatController,AIChatHistoryUI,AITabs];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](AIConnector),this['_aiChatHistoryUi']=this['context']['plugins']['get'](AIChatHistoryUI),this['_aiChatController']=this['context']['plugins']['get'](AIChatController);const _0xb52b60=this['context']['plugins']['get'](AITabs);try{const _0x2dc17f=this['_aiChatController']['getGroupId']();this['history']=new AIChatHistoryConversations({'connector':this['_aiConnector'],'group':_0x2dc17f}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x386a0e,_0x1fe8b9)=>{this['_setItemLoading'](_0x1fe8b9['id'],'remove'),this['_handleRemove'](_0x1fe8b9['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x390b79,_0x43be0c)=>{this['_setItemLoading'](_0x43be0c['id'],'rename'),this['_handleEditTitle'](_0x43be0c['id'],_0x43be0c['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x174b2d,_0x26f22a)=>{void 0x0!==_0x26f22a['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x26f22a['itemId'],_0x26f22a['updates']['title']),void 0x0!==_0x26f22a['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x26f22a['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x28a31a,_0x3f04a8)=>{this['_aiChatController']['_handleRemovedConversation'](_0x3f04a8['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x3f04a8['itemId']),this['_clearItemLoading'](_0x3f04a8['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x37eaeb,_0x37b223)=>{this['_handleHistoryErrorUI'](_0x37b223['error'],_0x37b223['operation'],_0x37b223['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x23a3e8,_0x4dd6bd)=>{this['_handleSelectConversation'](_0x4dd6bd['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x51065e,_0x470a95)=>{const _0x50bb39=_0x470a95['pinned']?'pin':'unpin';this['_setItemLoading'](_0x470a95['id'],_0x50bb39),this['_handleTogglePin'](_0x470a95['id'],_0x470a95['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0xb52b60['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0xb52b60['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x4589eb){this['_handleHistoryErrorUI'](_0x4589eb,'init');}}async['_handleEditTitle'](_0x58e2f1,_0x2b29e9){await this['history']['updateItemTitle'](_0x58e2f1,_0x2b29e9);}async['_handleTogglePin'](_0x1734fe,_0x1e1421){await this['history']['updateItemPinned'](_0x1734fe,_0x1e1421);}async['_handleRemove'](_0x43db4c){await this['history']['removeItem'](_0x43db4c);}async['_handleSelectConversation'](_0x342bb7){await this['_aiChatController']['loadConversation'](_0x342bb7);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x4ba2ab=this['_aiChatController']['activeConversation']?.['id'],_0xb82ae4=this['_getCategorizedItems']()['map'](_0x176387=>({'title':_0x176387['title'],'items':_0x176387['items']['map'](_0x10836b=>({'id':_0x10836b['id'],'title':_0x10836b['title']||Mi(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x10836b['createdAt'])['toLocaleDateString'](),'active':_0x10836b['id']===_0x4ba2ab,'pinned':_0x10836b['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0xb82ae4);}['_setItemLoading'](_0x42ccb0,_0x38b591){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x42ccb0,_0x38b591,!0x0);}['_clearItemLoading'](_0x270012){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x270012,null,!0x1);}['_handleHistoryErrorUI'](_0x2a74e1,_0x3f7692,_0x113702){const _0x494df4=this['_generateErrorMessage'](_0x3f7692,_0x113702);this['_aiChatHistoryUi']['showError'](_0x494df4),_0x113702&&this['_clearItemLoading'](_0x113702),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x11fcdf,_0x27b50c){const _0x34eadc=_0x27b50c?this['history']['getItem'](_0x27b50c):null,_0x530108=_0x34eadc?.['title']||Mi(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x11fcdf){case'updateItemTitle':return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x530108);case'updateItemPinned':{const _0x3db432=Mi(this['context']['locale'],_0x34eadc?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x3db432,_0x530108]);}case'removeItem':return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x530108);case'init':case'loadItems':return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0x190705=new Date(),_0x951cfd=new Date(_0x190705['getFullYear'](),_0x190705['getMonth'](),_0x190705['getDate']()),_0x30af85=new Date(_0x951cfd);_0x30af85['setDate'](_0x30af85['getDate']()-0x1);const _0x520cd9=new Date(_0x951cfd);_0x520cd9['setDate'](_0x520cd9['getDate']()-0xe);const _0x13f7c8=this['history']['getItems']({'pinned':!0x0}),_0x20592b=this['history']['getItems']({'from':_0x951cfd,'to':_0x951cfd}),_0x3757f0=this['history']['getItems']({'from':_0x30af85,'to':_0x30af85}),_0x17cd47=this['history']['getItems']({'from':_0x520cd9,'to':_0x30af85}),_0x335d05=this['history']['getItems']({'to':_0x520cd9}),_0x4b588a=[];return _0x13f7c8['length']>0x0&&_0x4b588a['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x13f7c8}),_0x20592b['length']>0x0&&_0x4b588a['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x20592b}),_0x3757f0['length']>0x0&&_0x4b588a['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x3757f0}),_0x17cd47['length']>0x0&&_0x4b588a['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x17cd47}),_0x335d05['length']>0x0&&_0x4b588a['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x335d05}),_0x4b588a;}}class AIChatHistory extends _0x915a98{static get['requires'](){return[AIChatHistoryController,AIChatHistoryUI];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class AIChat extends _0x915a98{static get['requires'](){return[AIChatController,AIEditing,AIChatUI,AIChatHistory];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2f004f){super(_0x2f004f),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[],'alwaysAddSelection':!0x1,'paste':{'textThreshold':0x5dc}}),this['context']['config']['define']('ai.chat.initialConversation','new');}}class AIChatShortcutView extends yt{['id'];constructor(_0x3ffdcd,_0x2df64b){super(_0x3ffdcd);const {id:_0x467214,type:_0x1787c2,icon:_0x39283e}=_0x2df64b;this['id']=_0x467214,this['set']({'label':_0x2df64b['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x2df64b['id']}}),_0x39283e?this['icon']=_0x39283e:'chat'===_0x1787c2?this['icon']=_0x51543d:'review'===_0x1787c2?this['icon']=_0x2e517:'translate'===_0x1787c2&&(this['icon']=_0x54ca7a);}}class AIChatShortcutsView extends Nt{['listView'];constructor(_0x1ffa29,_0x288c17){super(_0x1ffa29),this['set']('isEnabled',!0x0);const _0xea0eb6=_0x288c17['map'](_0x337f49=>{const _0xda1a90=new Ht(this['locale']),_0x46b687=new AIChatShortcutView(this['locale'],_0x337f49);return _0x46b687['bind']('isEnabled')['to'](this),_0xda1a90['children']['add'](_0x46b687),_0x46b687['delegate']('execute')['to'](this),_0xda1a90;});this['listView']=new Dt(this['locale']),this['listView']['items']['addMany'](_0xea0eb6),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const Gn='chat-shortcuts';class AIChatShortcuts extends _0x915a98{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];['_listenedConversation'];static get['requires'](){return[AIChatUI];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](AIChatUI),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x3d1bb8=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{const _0x15c4d5=_0x3d1bb8['activeConversation'];_0x15c4d5['isFromHistory']||this['_injectShortcuts'](_0x15c4d5);}),this['listenTo'](_0x3d1bb8,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x5917c1=['chat','review','translate'];this['_shortcuts']['forEach'](_0x14674b=>{let _0x37d2e0=!0x0;if(_0x14674b['id']&&_0x14674b['label']&&_0x5917c1['includes'](_0x14674b['type'])?'chat'===_0x14674b['type']&&(_0x37d2e0='string'==typeof _0x14674b['prompt']):_0x37d2e0=!0x1,!_0x37d2e0)throw new ht('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x14674b});});}['_injectShortcuts'](_0x11ac00){this['_removeShortcuts'](),this['_shortcutsView']=new AIChatShortcutsView(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),this['_aiChatUI']['addFeedItemCustomElement'](this['_shortcutsView']['element'],Gn),this['_shortcutsView']['on']('execute',_0xa67953=>{const _0x5c119b=_0xa67953['source']['id'];this['_executeShortcut'](_0x5c119b);}),this['_listenedConversation']=_0x11ac00,this['listenTo'](_0x11ac00,'uploadProgressChanged',(_0x1c585c,_0x44d752)=>{this['_shortcutsView']['isEnabled']=!_0x44d752['isUploadInProgress'];});}['_removeShortcuts'](){const _0x57a061=this['context']['plugins']['get'](AIChatUI);_0x57a061['hasFeedItem'](Gn)&&_0x57a061['removeFeedItem'](Gn),this['_listenedConversation']&&(this['stopListening'](this['_listenedConversation'],'uploadProgressChanged'),this['_listenedConversation']=void 0x0),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x167eed){const _0x4c1d7c=this['_shortcuts']['find'](_0x57fdd2=>_0x57fdd2['id']===_0x167eed),_0x329d52=_0x4c1d7c['type'];'chat'===_0x329d52?this['_runChatShortcut'](_0x4c1d7c):'review'===_0x329d52?_0x4c1d7c['commandId']?this['_runReviewShortcut'](_0x4c1d7c):this['_switchTab']('reviewMode'):'translate'===_0x329d52&&(_0x4c1d7c['language']?this['_runTranslateShortcut'](_0x4c1d7c):this['_switchTab']('translate'));}['_switchTab'](_0x52f29e){if(!this['context']['plugins']['has']('AITabs'))throw new ht('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x52f29e});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x52f29e);}async['_runChatShortcut']({prompt:_0x4bff0a,draftMode:_0x4620f5,useWebSearch:_0x19bf66=!0x1,useReasoning:_0x2a3512=!0x1,model:_0x308770}){const _0xaef62c=this['context']['plugins']['get']('AIChatController'),_0x8c002f=_0xaef62c['activeConversation'];let _0x53bed6;_0x53bed6=_0x308770?await _0x8c002f['chatModels']['getModel'](_0x308770):await _0x8c002f['chatModels']['getDefault'](),_0x53bed6&&await _0x8c002f['setModel'](_0x53bed6),_0x8c002f['setWebSearch'](_0x19bf66),_0x8c002f['setReasoning'](_0x2a3512),_0xaef62c['addCurrentDocumentToChatContext'](),_0x4620f5?(this['_aiChatUI']['setPromptInputValue'](_0x4bff0a),this['_aiChatUI']['focusPromptInput'](!0x0)):_0xaef62c['sendMessage']({'message':_0x4bff0a});}['_runReviewShortcut']({commandId:_0x108779,model:_0x577e3a,prompt:_0x1f3ed7,params:_0x4cfeb3}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new ht('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x3113e2={'id':_0x108779,'isCustom':'custom'===_0x108779};_0x577e3a&&_0x1f3ed7&&(_0x3113e2['args']={'model':_0x577e3a,'prompt':_0x1f3ed7}),_0x4cfeb3&&(_0x3113e2['params']=_0x4cfeb3),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x3113e2);}['_runTranslateShortcut']({language:_0x5efde2}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new ht('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x5efde2,'args':{'language':_0x5efde2}});}}class ToggleAICommand extends _0x528875{constructor(_0x180398){super(_0x180398);const _0x59f9b1=_0x180398['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x59f9b1,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x50cb66=this['editor']['plugins']['get']('AITabs')['view'];_0x50cb66['isVisible']=!_0x50cb66['isVisible'];}}class AIToggleButtonUI extends _0x1970fb{static get['requires'](){return[AITabs];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x3f48ba=this['editor'];_0x3f48ba['commands']['add']('toggleAi',new ToggleAICommand(_0x3f48ba)),_0x3f48ba['ui']['componentFactory']['add']('toggleAi',()=>{const _0x37bc24=this['_createAIUIButton'](yt);return _0x37bc24['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x37bc24;}),_0x3f48ba['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x23ccfb=this['_createAIUIButton'](Yt);return _0x23ccfb['set']({'role':'menuitemcheckbox'}),_0x23ccfb;});}['_createAIUIButton'](_0x336f2f){const _0x1cf356=this['editor'],_0x3b6461=_0x1cf356['commands']['get']('toggleAi'),_0x126e22=new _0x336f2f(_0x1cf356['locale']);return _0x126e22['set']({'label':Mi(_0x1cf356['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x4d8003,'isToggleable':!0x0}),_0x126e22['bind']('isEnabled')['to'](_0x3b6461),_0x126e22['bind']('isOn')['to'](_0x3b6461,'value',_0x31078e=>!!_0x31078e),this['listenTo'](_0x126e22,'execute',()=>{_0x3b6461['execute']();}),_0x126e22;}}const Fn=['applySuggestion','insertSuggestion','showNext','showPrevious'];class AIBalloonView extends Nt{['_errorView'];constructor(_0x3cf159){super(_0x3cf159),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x1f2bbf){this['showError'](_0x1f2bbf);}['showError'](_0x21eeee){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x21eeee,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0xad1f2a=new Nt(this['locale']),_0x502864=new Nt(this['locale']);return _0x502864['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0xad1f2a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x583fa2=>!_0x583fa2)]},'children':[_0x502864]}),_0xad1f2a;}}const Wn=0xa;class AIBalloon extends _0x915a98{static get['requires'](){return[AIEditing];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_editor'];['_isUpdatingMarkers']=!0x1;['open'](_0x24c6f9){const {id:_0x557796}=this['_currentConfig']??{};this['_currentConfig']=_0x24c6f9,this['_editor']=_0x24c6f9['targetEditor'];const {id:_0x484742}=this['_currentConfig'];this['isOpen']&&_0x557796===_0x484742?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x672d50=this['_editor'];if(!_0x672d50)return;const _0x2324dc=_0x672d50['plugins']['get']('Dialog');_0x2324dc['isOpen']&&this['_currentConfig']&&_0x2324dc['id']===this['_currentConfig']['id']&&_0x2324dc['hide']();}['_updateDialog'](){const _0x314be9=this['_editor']['plugins']['get']('Dialog'),{icon:_0x4f2051,title:_0x37a42d}=this['_currentConfig'];_0x314be9['view']?.['headerView']&&(_0x314be9['view']['headerView']['label']=_0x37a42d,_0x314be9['view']['headerView']['iconView']&&_0x4f2051&&(_0x314be9['view']['headerView']['iconView']['content']=_0x4f2051)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x314be9['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](AIEditing)['showFakeVisualSelection']({'editor':this['_editor'],'ranges':this['_currentConfig']['ranges'],'id':'balloon','priority':0x64}),window['getSelection']()?.['removeAllRanges']();}['_hideFakeVisualSelection'](){this['context']['plugins']['get'](AIEditing)['hideFakeVisualSelection']('balloon');}['_showDialog'](){const _0x1c5569=this['_editor']['plugins']['get']('Dialog'),{id:_0x479b86,title:_0x54c2f8,icon:_0x31f24c,class:_0xf46b62,mainView:_0x220ff7}=this['_currentConfig'];_0x220ff7['delegate'](...Fn)['to'](this),_0x1c5569['show']({'title':_0x54c2f8,'icon':_0x31f24c,'hasCloseButton':!0x0,'id':_0x479b86,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0xf46b62||''),'content':_0x220ff7,'onShow':_0x29d036=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x29d036['view']?.['updatePosition']();const _0x46c689=this['_getSelectionElements']();_0x46c689&&_0x46c689[0x0]&&Tt({'target':_0x46c689[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x29d036['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x479b86});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x479b86}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x3ff1a4,_0x9f28a9){if(!_0x9f28a9){const _0x49b0f9=this['_getTargetRootDomRect']();if(!_0x49b0f9)return null;_0x9f28a9=_0x49b0f9;}const _0x30edbb=this['_getSelectionElements']();if(!_0x30edbb||0x0===_0x30edbb['length'])return{'left':Math['round'](_0x9f28a9['left']+_0x9f28a9['width']/0x2-_0x3ff1a4['width']/0x2),'top':Math['round'](_0x9f28a9['top']+_0x9f28a9['height']/0x2-_0x3ff1a4['height']/0x2)};const _0x9a9d20=Math['round'](_0x9f28a9['left']+_0x9f28a9['width']/0x2-_0x3ff1a4['width']/0x2),_0x6be815=_0x30edbb['map'](_0x63d3e3=>new dt(_0x63d3e3)),_0x414be8=_0x3ff1a4['height'];return{'left':_0x9a9d20,'top':this['_calculateOptimalTopPosition'](_0x6be815,_0x414be8,_0x9f28a9)};}['_calculateOptimalTopPosition'](_0x249e72,_0x528507,_0x3f8ca3){const _0x584e3a=new dt(lt['window']),_0x368400=_0x249e72['map'](_0x258674=>_0x258674['getVisible']())['filter'](_0xc5d732=>_0xc5d732),_0x46f4ff=dt['getBoundingRect'](_0x368400);if(!_0x46f4ff)return Math['round'](_0x3f8ca3['top']+_0x3f8ca3['height']/0x2);const _0x63b806=_0x584e3a['getIntersection'](_0x46f4ff);if(!_0x63b806)return Math['round'](_0x3f8ca3['top']+_0x3f8ca3['height']/0x2);const _0x4cba3b=_0x3f8ca3['getVisible'](),_0x12c13d=_0x4cba3b&&_0x46f4ff['height']>_0x4cba3b['height'],_0x564e42=_0x63b806['top'],_0x28dc24=_0x63b806['bottom'];if(_0x12c13d){const _0x4c0273=(_0x4cba3b||_0x584e3a)['height']/0x2-_0x528507/0x2,_0x58dbdb=_0x564e42-Wn-_0x3f8ca3['top'],_0x5e9eb7=_0x3f8ca3['bottom']-_0x28dc24-Wn;return _0x58dbdb>=_0x528507?Math['max'](Wn,_0x564e42-_0x528507-Wn):_0x5e9eb7>=_0x528507?_0x28dc24+Wn:Math['max'](Wn,_0x4c0273);}const _0x24f529=_0x564e42-_0x528507,_0x1fd4ab=_0x3f8ca3['bottom']-_0x28dc24-Wn,_0x164654=_0x564e42-Wn-_0x3f8ca3['top'];let _0x435411;if(_0x1fd4ab>=_0x528507)_0x435411=_0x28dc24+Wn;else{if(_0x164654>=_0x528507)_0x435411=_0x24f529-Wn;else _0x435411=_0x564e42+_0x46f4ff['height']/0x2-_0x528507/0x2;}return _0x435411;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x2bc8cf=this['_editor'];this['listenTo'](_0x2bc8cf['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x15174b,data:{newRange:_0x4a0db0}}of _0x2bc8cf['model']['document']['differ']['getChangedMarkers']())if(_0x15174b['startsWith'](Rs+':')&&(_0x4a0db0&&(_0x4a0db0['start']['isEqual'](_0x4a0db0['end'])||'$graveyard'==_0x4a0db0['root']['rootName'])||null==_0x4a0db0)){const _0x1b2178=Mi(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x1b2178),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x3e2694=this['_editor'];this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x3e2694['model']['document']);}['_getSelectionElements'](){const _0x408de1=this['_editor'];return _0x2c1711(_0x408de1['editing'],[..._0x408de1['model']['markers']['getMarkersGroup']('ai-selection'),..._0x408de1['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getTargetRootDomRect'](){const _0x19bf73=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];if(!_0x19bf73)return null;const _0x41f3e3=this['_editor'],_0x1266f7=_0x41f3e3['editing']['view']['document']['getRoot'](_0x19bf73['rootName']);if(!_0x1266f7)return null;const _0x18ca46=_0x41f3e3['editing']['view']['domConverter']['mapViewToDom'](_0x1266f7);return _0x18ca46&&_0x18ca46 instanceof HTMLElement?new dt(_0x18ca46):null;}}class AIMiniToolbarView extends kt{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x53e0a3,_0x16d221={}){super(_0x53e0a3),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x16d221};const _0x150399=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x150399?'ck-ai-mini-toolbar\x20ck-hidden':'ck-ai-mini-toolbar',this['_config']['showCopy']&&(this['_setupCopyButton'](),this['items']['add'](this['copyButton'])),this['_config']['showChanges']&&(this['_setupShowChangesButton'](),this['items']['add'](this['showChangesButton'])),this['_setupRatingButtons'](),this['_config']['showLike']&&this['items']['add'](this['likeButton']),this['_config']['showDislike']&&this['items']['add'](this['dislikeButton']),this['_config']['customView']&&this['items']['addMany'](this['_config']['customView']);}['toggleShowChangesEnabled'](_0x54631d){this['showChangesButton']['isEnabled']=_0x54631d;}['_setupRatingButtons'](){this['likeButton']=new yt(this['locale']),this['likeButton']['set']({'icon':_0x25d513,'label':Mi(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'class':Gi,'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new yt(this['locale']),this['dislikeButton']['set']({'icon':_0x3d94ab,'label':Mi(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'class':Gi,'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new yt(this['locale']),this['copyButton']['set']({'icon':_0x380aaa,'label':Mi(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button\x20'+Gi,'tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x5427ea=new Lt();_0x5427ea['set']({'content':_0x17783f}),_0x5427ea['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied\x20'+Gi,setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20'+Gi;},0x7d0);}),this['copyButton']['children']['add'](_0x5427ea);}['_setupShowChangesButton'](){this['showChangesButton']=new yt(this['locale']),this['showChangesButton']['set']({'icon':_0x27d4c5,'label':Mi(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':Gi}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0x3133ad=>_0x3133ad?_0x554737:_0x27d4c5),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}}class AIChatBalloonView extends AIBalloonView{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x38644,_0x183253){super(_0x38644);const _0x5d84be=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new It(),this['_keystrokes']=new At(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x183253,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new AISuggestionStreamableContentView(_0x38644),this['_partToolbarView']=new AISuggestionContentPartToolbarView(_0x38644,_0x183253['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x183253),this['_stateView']=new AISuggestionContentPartStateView(_0x38644),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new AIMiniToolbarView(_0x38644,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new AIChatBalloonToolbarContainerView(_0x38644,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0xe4b05e,_0x15e860,_0x3fda87,_0x83bf35)=>{let _0x270591,_0x4301ea;'pending'===_0x83bf35?(_0x270591=this['_partToolbarView'],_0x4301ea=this['_stateView']):(_0x270591=this['_stateView'],_0x4301ea=this['_partToolbarView']),this['_stateView']['setState'](_0x3fda87),_0x270591['isVisible']=!0x1,_0x4301ea['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x5d84be['to']('_state',_0x5a080b=>'ck-ai-chat-balloon-main_state_'+_0x5a080b)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x183253);});}['render'](){super['render'](),this['nextButtonView']['render'](),this['previousButtonView']['render'](),this['_focusTracker']['add'](this['element']),this['_focusTracker']['add'](this['nextButtonView']),this['_focusTracker']['add'](this['previousButtonView']),this['_focusTracker']['add'](this['_miniToolbarView']),this['_focusTracker']['add'](this['_partToolbarView']),this['_keystrokes']['listenTo'](this['element']),this['_keystrokes']['listenTo'](this['nextButtonView']['element']),this['_keystrokes']['listenTo'](this['previousButtonView']['element']),this['_focusables']['addMany']([this['nextButtonView'],this['previousButtonView'],this['_partToolbarView'],this['_miniToolbarView']]);}['destroy'](){super['destroy'](),this['previousButtonView']['destroy'](),this['nextButtonView']['destroy']();}['focus'](){this['focusCycler']['focusFirst']();}['focusLast'](){this['focusCycler']['focusLast']();}async['updateContent'](_0x31c682){_0x31c682?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x31c682);}['clearContent'](){this['_streamableContentView']['clear']();}['setState'](_0x243185){this['_state']=_0x243185;}['showError'](_0x54fee7){super['showError'](_0x54fee7),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x3a4fd8){super['showBlockingError'](_0x3a4fd8),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x461e39){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x461e39;}['togglePartToolbarEnabled'](_0x3f9408){this['_partToolbarView']['isEnabled']=_0x3f9408;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x434791,showSuggestButton:_0x278910}){_0x434791=_0x434791&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x278910=_0x278910&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x434791,'showSuggestButton':_0x278910});}['_createNextButtonView'](){const _0x4af4f6=new yt(this['locale']);return _0x4af4f6['set']({'icon':_0x5a0e8f,'label':Mi(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x4af4f6['on']('execute',()=>{this['fire']('showNext');}),_0x4af4f6;}['_createPreviousButtonView'](){const _0x4ce178=new yt(this['locale']);return _0x4ce178['set']({'icon':_0xf67768,'label':Mi(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x4ce178['on']('execute',()=>{this['fire']('showPrevious');}),_0x4ce178;}}class AIChatBalloonToolbarContainerView extends Nt{constructor(_0x52fc0c,_0x124b08){super(_0x52fc0c),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x124b08});}}class AIChatBalloon extends _0x1970fb{static get['requires'](){return[Gt,AIBalloon];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x33d7ae){super(_0x33d7ae),this['set']('showDiff',!0x1);}['open'](_0x2302bf){const _0x2203e2=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x2203e2['plugins']['get']('AIBalloon')['open']({..._0x2302bf,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x2302bf['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x2302bf['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x48c256){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x48c256);}['clearContent'](){this['_chatBalloonView']&&this['_chatBalloonView']['clearContent']();}['setState'](_0x5adb1a){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x5adb1a);}['_createChatBalloonView'](){const _0x457843=this['editor'],_0x32b2d7=_0x457843['plugins']['get']('AIBalloon'),_0x389bcd=_0x457843['commands']['get']('trackChanges');let _0x21c023=_0x457843['config']['get']('ai.availableReplyActions')||[...Ds];_0x457843['plugins']['has']('TrackChanges')||(_0x21c023=_0x21c023['filter'](_0x5be213=>'insertSuggestion'!=_0x5be213));const _0x3b1e59=new AIChatBalloonView(_0x457843['locale'],{'availableActions':_0x21c023,'showApplyButton':!0x0,'showSuggestButton':!!_0x389bcd});return _0x3b1e59['bind']('showDiff')['to'](this),_0x3b1e59['delegate'](...Ss)['to'](this),_0x3b1e59['delegate']('showPrevious','showNext')['to'](this),_0x32b2d7['delegate']('dialogClosed')['to'](this),_0x3b1e59['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x3b1e59['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x3b1e59['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x389bcd&&_0x3b1e59['bind']('isTrackChangesOn')['to'](_0x389bcd,'value'),_0x3b1e59['render'](),_0x3b1e59;}['_toggleRotatorButtonsInDialogHeader'](_0x25b973){const _0xe94eaf=this['editor'],_0x1fcc6d=_0xe94eaf['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x25b973),_0x1fcc6d['has'](this['_chatBalloonView']['previousButtonView'])||(_0x1fcc6d['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0xe94eaf['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x1fcc6d['remove'](this['_chatBalloonView']['previousButtonView']),_0x1fcc6d['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class AIEditorIntegration extends _0x1970fb{static get['requires'](){return[AIToggleButtonUI,AIChatBalloon,_0x33a450];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Kn(_0x42a005){const {editor:_0x3cc7cc,action:_0x5c6a78,withText:_0x26243c=!0x1,withIcon:_0x59797d=!0x0,isInDropdown:_0x3bc01a=!0x0,shouldPreventFocus:_0x164656=!0x1,actionButtons:_0x3756d9}=_0x42a005;return()=>{const _0x258ab5=_0x3cc7cc['locale'],_0x4ba7cb=new yt(_0x258ab5),_0x398b6e=_0x4ba7cb['bindTemplate'];_0x3bc01a&&_0x4ba7cb['extendTemplate']({'on':{'mouseenter':_0x398b6e['to'](()=>{_0x164656&&_0x164656()||_0x4ba7cb['focus']();})}}),_0x3756d9['push']({'buttonView':_0x4ba7cb,'action':_0x5c6a78});const _0x1bd5b7=_0x5c6a78['icon']??_0x5c6a78['parent']?.['icon'];return _0x4ba7cb['set']({'label':_0x5c6a78['label'],'withText':_0x26243c,'role':'menuitem','icon':_0x59797d?_0x1bd5b7??_0x2e6482:void 0x0,'tooltip':!_0x26243c,'class':'ck-ai-quick-actions-button','isEnabled':_0x5c6a78['isEnabled']}),_0x4ba7cb['on']('execute',()=>{_0x3cc7cc['editing']['view']['focus'](),_0x3cc7cc['commands']['execute']('aiQuickAction',_0x5c6a78);}),_0x4ba7cb;};}class DropdownMenuButtonWithHighlightView extends _0x47a4d8{['arrowView'];constructor(_0x1cde5b,_0x23675b){super(_0x1cde5b,_0x23675b);const _0x374fb3=this['bindTemplate'];this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':['ck-dropdown-menu-list__nested-menu__button'],'aria-haspopup':!0x0,'aria-expanded':this['bindTemplate']['to']('isOn',_0x13a8cd=>String(_0x13a8cd)),'data-cke-tooltip-disabled':_0x374fb3['to']('isOn')},'on':{'mouseenter':_0x374fb3['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x3f668f=new Lt();return _0x3f668f['content']=_0x4c5fea,_0x3f668f['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x3f668f;}}class AIQuickActionsFilteredListView extends Dt{['_allListItems'];['_allSearchableItems'];constructor(_0x46b1ce,_0x1832a3,_0x1e756c){super(_0x46b1ce),this['_allListItems']=_0x1832a3,this['_allSearchableItems']=_0x1e756c;}['filter'](_0xf10d38){if(!_0xf10d38)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x442dcc=_0xf10d38['source']['toLowerCase']()['trim'](),_0x12da4b=this['_allSearchableItems']['filter'](_0x2ec2a4=>(_0x2ec2a4['groupLabel']?_0x2ec2a4['label']+'\x20('+_0x2ec2a4['groupLabel']+')':_0x2ec2a4['label'])['toLowerCase']()['includes'](_0x442dcc));return this['items']['clear'](),this['items']['addMany'](_0x12da4b['sort']((_0x5e30ac,_0x36e851)=>{const _0x39d3f2=_0x5e30ac['groupLabel'],_0x545a22=_0x36e851['groupLabel'];return _0x39d3f2||_0x545a22?_0x39d3f2?0x1:-0x1:0x0;})['map'](_0x54356e=>_0x54356e['item'])),this['_highlightQuery'](_0x442dcc,_0x12da4b),{'resultsCount':_0x12da4b['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x400ceb,_0x1d6ab8){if(!_0x400ceb)return;const _0x16ea52=new RegExp(_0x554003(_0x400ceb),'gi');_0x1d6ab8['forEach'](_0x239b29=>{_0x239b29['highlightViews']&&_0x239b29['highlightViews']['forEach'](_0x37f25a=>{'function'==typeof _0x37f25a['highlightText']&&_0x37f25a['highlightText'](_0x16ea52);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x259188=>{_0x259188['highlightViews']&&_0x259188['highlightViews']['forEach'](_0x122662=>{'function'==typeof _0x122662['highlightText']&&_0x122662['highlightText'](null);});});}}const Yn='menu',$n='menuitem';class AIQuickActionsDropdownContentView extends Nt{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];['_actionButtons'];constructor(_0x4968f1,_0x336fd9,_0x133fd8,_0x1abf20,_0x274db0=!0x1,_0x549b93=[]){const _0x75ed0=_0x4968f1['locale'];super(_0x75ed0),this['_bodyCollection']=_0x1abf20,this['_hasSearch']=_0x274db0,this['_actionButtons']=_0x549b93;const _0x4806b4=this['_createListItems'](_0x4968f1,_0x336fd9,_0x133fd8);this['optionsListView']=new AIQuickActionsFilteredListView(_0x75ed0,_0x4806b4,this['_allSearchableItems']),this['optionsListView']['role']=Yn,this['optionsListView']['items']['addMany'](_0x4806b4),this['focusTracker']=new It(),this['keystrokes']=new At(),_0x274db0&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x4806b4,this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x274db0&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x1cf9ed=_0x274db0&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x171c0b(_0x1cf9ed),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x75ed0['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x590352(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':Mi(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':Mi(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x4b3565=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x4b3565);}['_createListItems'](_0x1a1c94,_0x160e38,_0x3fcc4f){const _0x216f43=new _0x171c0b();return _0x160e38['forEach'](_0x5c5bdd=>{if('actions'in _0x5c5bdd){const {listItem:_0x172531}=this['_createActionGroupButton'](_0x1a1c94,_0x5c5bdd,_0x3fcc4f);_0x216f43['add'](_0x172531),_0x5c5bdd['actions']['forEach'](_0x58f73=>{const {listItem:_0xf57c97,highlightViews:_0x4bac30}=this['_createSearchResultActionButton'](_0x1a1c94,_0x58f73,_0x5c5bdd['label'],_0x5c5bdd['icon']);this['_allSearchableItems']['push']({'item':_0xf57c97,'label':_0x58f73['label'],'groupLabel':_0x5c5bdd['label'],'highlightViews':_0x4bac30});});}else{const {listItem:_0x428847}=this['_createActionButton'](_0x1a1c94,_0x5c5bdd);_0x216f43['add'](_0x428847);const _0x29386c=_0x428847['children']['first'];if(_0x29386c){const {listItem:_0x427fc5,highlightViews:_0x2c453b}=this['_createSearchResultActionButton'](_0x1a1c94,_0x5c5bdd);this['_allSearchableItems']['push']({'item':_0x427fc5,'label':_0x29386c['label']||'','highlightViews':_0x2c453b});}}}),_0x216f43;}['_createActionButton'](_0x5512cc,_0x4f7a9b,_0x5c5334,_0x2a5856){const _0x872ed8=new Ht(this['locale']);if(_0x5c5334&&_0x2a5856){const _0x10ed1e=new yt(this['locale']),_0x15a140=_0x10ed1e['bindTemplate'],_0x5d61d1=new _0x5bc622();_0x5d61d1['text']=_0x4f7a9b['label'];const _0x3fbb4e=new _0x5bc622();_0x3fbb4e['text']=_0x5c5334;const _0x1e27cd=new Lt();_0x1e27cd['content']=_0x2a5856,_0x1e27cd['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x90ae02=new Nt(this['locale']);_0x90ae02['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x36be17=new Nt(this['locale']);return _0x36be17['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x10ed1e['set']({'label':_0x4f7a9b['label']+'\x20('+_0x5c5334+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1,'isEnabled':_0x4f7a9b['isEnabled']}),_0x10ed1e['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group',_0x15a140['if']('isEnabled','ck-disabled',_0x2412f5=>!_0x2412f5)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x5d61d1,_0x90ae02,_0x1e27cd,_0x3fbb4e,_0x36be17],'on':{'mouseenter':_0x15a140['to'](()=>{this['_isSearchFocused']()||_0x10ed1e['focus']();}),'click':_0x15a140['to'](()=>{_0x10ed1e['fire']('execute');})}}),_0x10ed1e['on']('execute',()=>{_0x10ed1e['isEnabled']&&(_0x5512cc['editing']['view']['focus'](),_0x5512cc['commands']['execute']('aiQuickAction',_0x4f7a9b));}),_0x872ed8['children']['add'](_0x10ed1e),this['_actionButtons']['push']({'buttonView':_0x10ed1e,'action':_0x4f7a9b}),{'listItem':_0x872ed8,'highlightViews':[_0x5d61d1,_0x3fbb4e]};}{const _0x2d39df=new _0x2e8ecb(),_0x3c90a4=new yt(this['locale'],_0x2d39df),_0x3b9303=_0x3c90a4['bindTemplate'],_0x4fd501=_0x4f7a9b['icon']??_0x4f7a9b['parent']?.['icon'],_0x30ef5b=void 0x0!==_0x4f7a9b['icon'];return _0x3c90a4['set']({'label':_0x4f7a9b['label'],'withText':!0x0,'role':'menuitem','icon':_0x30ef5b?_0x4fd501??_0x2e6482:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button','isEnabled':_0x4f7a9b['isEnabled']}),_0x3c90a4['extendTemplate']({'on':{'mouseenter':_0x3b9303['to'](()=>{this['_isSearchFocused']()||_0x3c90a4['focus']();})}}),_0x3c90a4['on']('execute',()=>{_0x5512cc['editing']['view']['focus'](),_0x5512cc['commands']['execute']('aiQuickAction',_0x4f7a9b);}),_0x872ed8['children']['add'](_0x3c90a4),this['_actionButtons']['push']({'buttonView':_0x3c90a4,'action':_0x4f7a9b}),{'listItem':_0x872ed8,'highlightViews':[_0x2d39df]};}}['_createSearchResultActionButton'](_0x13f7cd,_0x2b74a7,_0x1a1873,_0xbb472c){return _0x1a1873&&_0xbb472c?this['_createSearchResultGroupedActionButton'](_0x13f7cd,_0x2b74a7,_0x1a1873,_0xbb472c):this['_createSearchResultIndividualActionButton'](_0x13f7cd,_0x2b74a7);}['_createSearchResultGroupedActionButton'](_0x55dea3,_0x45d0d5,_0x360e84,_0x40167a){const _0x23b082=new Ht(this['locale']),_0x54965b=new yt(this['locale']),_0x42e7ae=_0x54965b['bindTemplate'],{view:_0x302a44,highlightView:_0xbbcc1c}=this['_createSearchResultGroupRow'](_0x360e84,_0x40167a),{view:_0x2c10f7,highlightView:_0x2ade1b}=this['_createSearchResultActionRow'](_0x45d0d5['label']),_0x4b9194=this['_createSearchResultContentView'](_0x302a44,_0x2c10f7);return _0x54965b['set']({'label':_0x45d0d5['label'],'withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','tooltip':!0x1,'isEnabled':_0x45d0d5['isEnabled']}),_0x54965b['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-search-result-button','ck-ai-quick-actions-search-result-button_with-group',_0x42e7ae['if']('isEnabled','ck-disabled',_0x510d5c=>!_0x510d5c)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x4b9194],'on':{'mouseenter':_0x42e7ae['to'](()=>{this['_isSearchFocused']()||_0x54965b['focus']();}),'click':_0x42e7ae['to'](()=>{this['_handleSearchResultButtonClick'](_0x54965b);})}}),this['_setupActionButtonExecution'](_0x54965b,_0x55dea3,_0x45d0d5),_0x23b082['children']['add'](_0x54965b),this['_actionButtons']['push']({'buttonView':_0x54965b,'action':_0x45d0d5}),{'listItem':_0x23b082,'highlightViews':[_0xbbcc1c,_0x2ade1b]};}['_createSearchResultIndividualActionButton'](_0x3b90a4,_0x3263d3){const _0x48660e=new Ht(this['locale']),_0x4903ba=new _0x2e8ecb(),_0x53892c=new yt(this['locale'],_0x4903ba),_0x4dda40=_0x53892c['bindTemplate'];return _0x53892c['set']({'label':_0x3263d3['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','isEnabled':_0x3263d3['isEnabled']}),_0x53892c['extendTemplate']({'on':{'mouseenter':_0x4dda40['to'](()=>{this['_isSearchFocused']()||_0x53892c['focus']();})}}),this['_setupActionButtonExecution'](_0x53892c,_0x3b90a4,_0x3263d3),_0x48660e['children']['add'](_0x53892c),this['_actionButtons']['push']({'buttonView':_0x53892c,'action':_0x3263d3}),{'listItem':_0x48660e,'highlightViews':[_0x4903ba]};}['_createSearchResultGroupRow'](_0x5f28ee,_0x5bbf0e){const _0x55340e=new Nt(this['locale']),_0x7f4b25=new Lt();_0x7f4b25['content']=_0x5bbf0e,_0x7f4b25['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x3bab92=new _0x5bc622();return _0x3bab92['text']=_0x5f28ee,_0x55340e['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x7f4b25,_0x3bab92]}),{'view':_0x55340e,'highlightView':_0x3bab92};}['_createSearchResultActionRow'](_0x57fad4){const _0x587cf6=new Nt(this['locale']),_0x106ee5=new _0x5bc622();return _0x106ee5['text']=_0x57fad4,_0x587cf6['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x106ee5]}),{'view':_0x587cf6,'highlightView':_0x106ee5};}['_createSearchResultContentView'](_0xaf6994,_0x14d57b){const _0x38d7ff=new Nt(this['locale']);return _0x38d7ff['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0xaf6994,_0x14d57b]}),_0x38d7ff;}['_setupActionButtonExecution'](_0x827169,_0xc40800,_0x3a65de){_0x827169['on']('execute',()=>{_0x827169['isEnabled']&&(_0xc40800['editing']['view']['focus'](),_0xc40800['commands']['execute']('aiQuickAction',_0x3a65de));});}['_createActionGroupButton'](_0x2471ef,_0x72cbd5,_0x386d53){const _0x4ee97a=new Ht(this['locale']),_0x1e090d=new _0x2e8ecb(),_0x49b713=new DropdownMenuButtonWithHighlightView(this['locale'],_0x1e090d),_0x9fc08d=_0x49b713['bindTemplate'],_0x40ec33=this['_getPanelKeystroke'](_0x386d53),_0xe5dd23=this['_createGroupActionsList'](_0x2471ef,_0x72cbd5['actions'],_0x386d53);_0x49b713['set']({'label':_0x72cbd5['label'],'withText':!0x0,'role':$n,'icon':_0x72cbd5['icon']??_0x2e6482,'isEnabled':_0x72cbd5['actions']['some'](_0x180d53=>_0x180d53['isEnabled'])}),_0x49b713['extendTemplate']({'on':{'mouseenter':_0x9fc08d['to'](()=>{this['_isSearchFocused']()||_0x49b713['focus']();})}});const _0x600028=new zt(this['locale']);return _0x600028['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x9fc08d['to'](_0x5bed4a=>{this['_handlePanelKeydown'](_0x5bed4a,_0x40ec33,_0x49b713,_0x600028);})}}),_0x49b713['bind']('isOn')['to'](_0x600028,'isVisible'),this['_bodyCollection']['add'](_0x600028),_0x600028['content']['add'](_0xe5dd23),this['_setupGroupMenuBehavior'](_0x49b713,_0x600028),_0x4ee97a['children']['add'](_0x49b713),this['_actionButtons']['push']({'buttonView':_0x49b713,'action':_0x72cbd5}),{'listItem':_0x4ee97a,'highlightView':_0x1e090d};}['_createGroupActionsList'](_0x24a476,_0x155740,_0x511faa){const _0x5b8aa4=new Dt(this['locale']);return _0x5b8aa4['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x155740['forEach'](_0x4dc8bf=>{const _0x3c8a47=new Ht(this['locale']),_0x8e5ef2=Kn({'editor':_0x24a476,'action':_0x4dc8bf,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused'](),'actionButtons':this['_actionButtons']})();_0x3c8a47['children']['add'](_0x8e5ef2),_0x511faa['focusTracker']['add'](_0x8e5ef2),_0x5b8aa4['items']['add'](_0x3c8a47);}),_0x5b8aa4;}['_setupGroupMenuBehavior'](_0x10a111,_0x2694f2){const _0x493ce3=_0x10a111['bindTemplate'],_0x495483=this['_getButtonKeystroke'](_0x10a111);_0x10a111['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x493ce3['to'](()=>{this['_showNestedPanel'](_0x2694f2,_0x10a111);}),'mouseleave':_0x493ce3['to'](_0xdb07b8=>{const _0x400948=_0xdb07b8['relatedTarget'];this['_isMovingToNestedMenu'](_0x400948,_0x2694f2)||this['_hideNestedPanel'](_0x2694f2);}),'keydown':_0x493ce3['to'](_0x6b82ee=>{_0x6b82ee['key']==_0x495483&&(this['_showNestedPanel'](_0x2694f2,_0x10a111),_0x2694f2['content']['get'](0x0)['focus']());})}}),_0x2694f2['on']('render',()=>{_0x2694f2['element']?.['addEventListener']('mouseleave',_0x26602a=>{const _0x15e9d0=_0x26602a['relatedTarget'];_0x10a111['element']?.['contains'](_0x15e9d0)||this['_isMovingToNestedMenu'](_0x15e9d0,_0x2694f2)||this['_hideNestedPanel'](_0x2694f2);});});}['_showNestedPanel'](_0x3e72d2,_0x29dd53){this['_openNestedPanels']['forEach'](_0x170af7=>{_0x170af7!==_0x3e72d2&&_0x170af7['isVisible']&&_0x170af7['hide']();}),_0x3e72d2['show'](),_0x3e72d2['pin']({'positions':[_0x4c80ad['eastSouth']],'target':_0x29dd53['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x3e72d2);}['_hideNestedPanel'](_0x14fd26){_0x14fd26['hide'](),this['_openNestedPanels']['delete'](_0x14fd26);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x35be8d=>_0x35be8d['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x4468b0,_0x401693){if(!_0x4468b0)return!0x1;if(_0x401693['element']?.['contains'](_0x4468b0))return!0x0;const _0x44eadd=_0x4468b0;return _0x44eadd['closest']&&(null!==_0x44eadd['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x44eadd['closest']('.ck-ai-quick-actions-group-list')||null!==_0x44eadd['closest']('.ck-ai-quick-actions-group-button'));}['resetSearch'](){this['_searchTextView']&&this['_searchTextView']['reset']();}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['_searchTextView']?this['_searchTextView']['focus']():this['optionsListView']['focus']();}['_getPanelKeystroke'](_0x4d51b2){return'rtl'===_0x4d51b2['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0xd0a7ba){return'rtl'===_0xd0a7ba['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x2e80c0,_0xe958bf,_0x48997b,_0x42229f){_0x2e80c0['key']==_0xe958bf&&(_0x48997b['focus'](),this['_hideNestedPanel'](_0x42229f));}['_handleSearchResultButtonClick'](_0xcea981){_0xcea981['fire']('execute');}}function qn(_0x4242bf){const {editor:_0x23e6c5,content:_0x2b5c07,buttonDefinition:_0x17a083,bodyCollection:_0xf8f655,hasSearch:_0x30458b=!0x1,actionButtons:_0xd3d9e7}=_0x4242bf;return()=>{const _0x477f85=_0x23e6c5['locale'],_0x5a8e1a=_0x23e6c5['commands']['get']('aiQuickAction'),_0x1817a2=Ft(_0x477f85);_0x1817a2['bind']('isEnabled')['to'](_0x5a8e1a),_0x1817a2['buttonView']['set']({'icon':_0x17a083['icon']??_0x2e6482,'label':_0x17a083['label'],'tooltip':!0x0}),_0x1817a2['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x57c336=new AIQuickActionsDropdownContentView(_0x23e6c5,_0x2b5c07,_0x1817a2,_0xf8f655,_0x30458b,_0xd3d9e7);return _0x1817a2['panelView']['children']['add'](_0x57c336),_0x30458b&&_0x1817a2['on']('change:isOpen',(_0x354d7e,_0x2d664d,_0x17dc98)=>{if(_0x17dc98){if(_0x23e6c5['plugins']['has']('AIEditing')){const _0x769d77=_0x23e6c5['plugins']['get'](AIEditing),_0xa599cf=_0x23e6c5['model']['document']['selection'],_0x4fa0df=Array['from'](_0xa599cf['getRanges']());_0x4fa0df['length']>0x0&&_0x769d77['showFakeVisualSelection']({'editor':_0x23e6c5,'ranges':_0x4fa0df,'id':'quick-action','priority':0x14});}}else _0x23e6c5['plugins']['has']('AIEditing')&&_0x23e6c5['plugins']['get'](AIEditing)['hideFakeVisualSelection']('quick-action'),_0x57c336['resetSearch']();}),_0x1817a2;};}const Qn='<task>Explain\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x20plain,\x20simple\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).-\x20Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20explanation,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant,\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Xn='<task>Summarize\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x202–4\x20clear\x20sentences,\x20capturing\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20summary,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',zn='<task>Extract\x20and\x20present\x20the\x20key\x20points\x20from\x20the\x20selected\x20part\x20of\x20the\x20document\x20as\x20a\x20concise\x20bulleted\x20list.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20key\x20points\x20list,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',jn=/* #__PURE__ -- @preserve */
|
|
28
|
-
((()=>({'chat':'AIChat','action':'AIActions'}))());class AIQuickActionsUI extends _0x1970fb{['_actionButtons']=[];['_menuBarGroupViews']=[];static get['requires'](){return[_0x3d8fbd,AIConnector];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xd8ddc9=this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0xd8ddc9),this['_initializeQuickActionsComponentsAndCommands'](),this['_initActionTypeQuickActions'](),this['_initChatTypeQuickActions']();}static['getDefaultQuickActions'](_0x39ba43){return function(_0x42a391){const _0x509bbc=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x42a391['uiLanguage']),_0x5b8dca=_0x509bbc||'English',_0xe2c009=[{'id':'ask-ai','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0xca000},{'id':'chat-commands','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0xca000,'actions':[{'id':'explain','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':Mi(_0x42a391,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Qn['replace']('%0',_0x5b8dca),'type':'chat'},{'id':'summarize','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':Mi(_0x42a391,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Xn['replace']('%0',_0x5b8dca),'type':'chat'},{'id':'highlight-key-points','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':Mi(_0x42a391,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':zn['replace']('%0',_0x5b8dca),'type':'chat'}]},{'id':'improve-writing','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x485867},{'id':'continue','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x2a7c57},{'id':'fix-grammar','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x21c1e1},{'id':'adjust-length','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x2a9d0f,'actions':[{'id':'make-shorter','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x4b4d61,'actions':[{'id':'make-tone-casual','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x54ca7a,'actions':[{'id':'translate-to-english','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':Mi(_0x42a391,'AI_QUICK_ACTIONS_OTHER'),'icon':tt,'actions':[]}];return _0xe2c009;}(_0x39ba43);}['_getDefaultAndCustomActions'](){const _0x56d107=AIQuickActionsUI['getDefaultQuickActions'](this['editor']['locale']),_0x1101f5=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x265c83=>({..._0x265c83,'type':'chat'===_0x265c83['type']?'chat':'action','icon':void 0x0}));return _0x56d107['find'](_0x3e970f=>'other'===_0x3e970f['id'])['actions']['push'](..._0x1101f5),_0x56d107;}async['_initActionTypeQuickActions'](){try{const _0x6eb5e0=new AIModels({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']}),_0x18591d=await _0x6eb5e0['getAll'](),_0x324ec9=(await _0x6eb5e0['getDefault']())?.['id'];this['_assignDefaultModelToCustomActions'](_0x324ec9),this['_enableButtonsByType']('action',_0x5cc1e4=>!!_0x18591d['find'](_0x3aa010=>_0x3aa010['id']===_0x5cc1e4['model'])||void 0x0===_0x5cc1e4['model']);}catch(_0x293558){const _0x3d8f68=new ht('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x293558});Ct(_0x3d8f68['message']);}}['_initChatTypeQuickActions'](){if(!this['editor']['plugins']['has']('AIChatController'))return;const _0x169d3d=this['editor']['plugins']['get']('AIChatController');this['listenTo'](_0x169d3d,'change:isConversationReady',(_0x3a2159,_0x224273,_0x5f3655)=>{_0x5f3655&&this['_enableButtonsByType']('chat',()=>!0x0);}),_0x169d3d['isConversationReady']&&this['_enableButtonsByType']('chat',()=>!0x0);}['_enableButtonsByType'](_0x413d3a,_0x2a972b){this['_quickActionsDefinition']['forEach'](_0xc313bc=>{'actions'in _0xc313bc?_0xc313bc['actions']['forEach'](_0x49ab8d=>{_0x49ab8d['type']===_0x413d3a&&(_0x49ab8d['isEnabled']=_0x2a972b(_0x49ab8d));}):_0xc313bc['type']===_0x413d3a&&(_0xc313bc['isEnabled']=_0x2a972b(_0xc313bc));}),this['_actionButtons']['forEach'](_0x2f8cec=>{if(Jn(_0x2f8cec['action']))return;if(_0x2f8cec['action']['type']!==_0x413d3a)return;const _0x33c61d=_0x2a972b(_0x2f8cec['action']);if(_0x2f8cec['action']['isEnabled']=_0x33c61d,_0x2f8cec['buttonView']['isEnabled']=_0x33c61d,!_0x33c61d&&_0x2f8cec['action']['model']){const _0x3e8f46=new ht('ai-quick-actions-unavailable-model',this,{'actionId':_0x2f8cec['action']['id'],'modelId':_0x2f8cec['action']['model']});Ct(_0x3e8f46['message']);}}),this['_actionButtons']['filter'](_0x1c885e=>Jn(_0x1c885e['action']))['forEach'](_0x1d71cf=>{_0x1d71cf['buttonView']['isEnabled']=_0x1d71cf['action']['actions']['some'](_0x2f6ceb=>_0x2f6ceb['isEnabled']);}),this['_menuBarGroupViews']['forEach'](({view:_0x3f0c9a,group:_0x587ffc})=>{_0x3f0c9a['isEnabled']=_0x587ffc['actions']['some'](_0x388870=>_0x388870['isEnabled']);});}['_assignDefaultModelToCustomActions'](_0x1b7de7){this['_actionButtons']['forEach'](_0x5c154d=>{Jn(_0x5c154d['action'])||'action'===_0x5c154d['action']['type']&&(_0x5c154d['action']['model']||(_0x5c154d['action']['model']=_0x1b7de7));});}['_initializeQuickActionsComponentsAndCommands'](){const _0x1e38ea=new Xt(this['editor']['locale']);_0x1e38ea['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x1e38ea),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x1e38ea);}['_initializeQuickActionsDropdown'](_0x4ba070){const _0x2e8190=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',qn({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x2e6482,'label':Mi(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x4ba070,'hasSearch':_0x2e8190,'actionButtons':this['_actionButtons']}));}['_prepareQuickActionsDefinition'](_0x577430){this['_quickActionsDefinition']=_0x577430['map'](_0x50daad=>{if('actions'in _0x50daad){const _0xa7b562=_0x50daad;return{..._0xa7b562,'actions':_0xa7b562['actions']['map'](_0x89f5b3=>{const {actions:_0x56585d,..._0x12fc9f}=_0xa7b562;return{..._0x89f5b3,'isEnabled':!0x1,'parent':_0x12fc9f};})['filter'](_0x5ba35e=>this['_shouldIncludeAction'](_0x5ba35e))};}return{..._0x50daad,'isEnabled':!0x1};})['filter'](_0x4e2c18=>'actions'in _0x4e2c18?_0x4e2c18['actions']['length']>0x0:this['_shouldIncludeAction'](_0x4e2c18));}['_shouldIncludeAction'](_0x5cffbc){const _0x427841=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](jn[_0x5cffbc['type']])&&!_0x427841['includes'](_0x5cffbc['id'])&&!('chat'===_0x5cffbc['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x2b2ebe){this['_quickActionsDefinition']['forEach'](_0x138c6a=>{if('actions'in _0x138c6a){const _0x16127f=qn({'editor':this['editor'],'content':_0x138c6a['actions'],'buttonDefinition':_0x138c6a,'bodyCollection':_0x2b2ebe,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x138c6a['id'],_0x16127f),_0x138c6a['actions']['forEach'](_0x20bc42=>{const _0x189076=Kn({'editor':this['editor'],'action':_0x20bc42,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x20bc42['id'],_0x189076);});}else{const _0x4b4745=Kn({'editor':this['editor'],'action':_0x138c6a,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x138c6a['id'],_0x4b4745);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x545ee9=>{const _0x5f2937=this['editor']['commands']['get']('aiQuickAction'),_0x10c130=new Kt(_0x545ee9),_0x50fb4f=Mi(_0x545ee9,'AI_QUICK_ACTIONS_HEADING');_0x10c130['buttonView']['set']({'label':_0x50fb4f,'icon':_0x2e6482});const _0x5d99a9=new qt(_0x545ee9);return _0x5d99a9['set']({'ariaLabel':_0x50fb4f,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x591b7e=>{if('actions'in _0x591b7e){const _0x27e71d=_0x591b7e,_0x10083d=new Qt(_0x545ee9,_0x10c130),_0x4f4858=new Kt(_0x545ee9),_0x10949b=new qt(_0x545ee9);_0x4f4858['buttonView']['set']({'label':_0x27e71d['label'],'icon':_0x27e71d['icon']}),_0x27e71d['actions']['forEach'](_0x8f3a6=>{const _0x426865=new Qt(_0x545ee9,_0x4f4858),_0x2944fc=new Yt(_0x545ee9);_0x2944fc['set']({'label':_0x8f3a6['label'],'icon':_0x8f3a6['icon'],'role':'menuitem','isEnabled':_0x8f3a6['isEnabled']}),_0x2944fc['on']('execute',()=>{this['_executeQuickAction'](_0x8f3a6);}),this['_actionButtons']['push']({'buttonView':_0x2944fc,'action':_0x8f3a6}),_0x2944fc['delegate']('execute')['to'](_0x4f4858),_0x426865['children']['add'](_0x2944fc),_0x10949b['items']['add'](_0x426865);}),_0x4f4858['isEnabled']=_0x27e71d['actions']['some'](_0x50fd3c=>_0x50fd3c['isEnabled']),this['_menuBarGroupViews']['push']({'view':_0x4f4858,'group':_0x27e71d}),_0x4f4858['panelView']['children']['add'](_0x10949b),_0x10083d['children']['add'](_0x4f4858),_0x5d99a9['items']['add'](_0x10083d);}else{const _0x1c1cd9=_0x591b7e,_0x11ca63=new Qt(_0x545ee9,_0x10c130),_0x558e96=new Yt(_0x545ee9);_0x558e96['set']({'label':_0x1c1cd9['label'],'icon':_0x1c1cd9['icon'],'role':'menuitem','isEnabled':_0x1c1cd9['isEnabled']}),this['_actionButtons']['push']({'buttonView':_0x558e96,'action':_0x1c1cd9}),_0x558e96['on']('execute',()=>{this['_executeQuickAction'](_0x1c1cd9);}),_0x558e96['delegate']('execute')['to'](_0x10c130),_0x11ca63['children']['add'](_0x558e96),_0x5d99a9['items']['add'](_0x11ca63);}}),(Object['values'](jn)['some'](_0x537736=>this['editor']['plugins']['has'](_0x537736))?_0x10c130['bind']('isEnabled')['to'](_0x5f2937):_0x10c130['set']({'isEnabled':!0x1}),_0x10c130['panelView']['children']['add'](_0x5d99a9),_0x10c130);});}['_executeQuickAction'](_0x356ba0){const _0x15beb7=this['editor'];_0x15beb7['editing']['view']['focus'](),_0x15beb7['commands']['execute']('aiQuickAction',_0x356ba0);const _0x210120=_0x15beb7['ui']['view']['menuBarView'];_0x210120&&_0x210120['close']&&_0x210120['close']();}}function Jn(_0x54c61d){return'actions'in _0x54c61d;}class AIQuickActionsCommand extends _0x528875{['execute'](_0x4d347b){switch(this['_expandSelectionIfCollapsed'](),_0x4d347b['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x53c731=Mi(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new ht('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x53c731});}this['_handleAIChatAction'](_0x4d347b);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x2e17df=Mi(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new ht('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x2e17df});}this['_handleAIActionsAction'](_0x4d347b);}}async['_handleAIChatAction'](_0x3c1d6f){const _0x36db1e=this['editor']['plugins']['get']('AIChatController'),_0xcafc94=this['editor']['plugins']['get']('AITabs')['view'];if(_0xcafc94['isVisible']||(_0xcafc94['isVisible']=!0x0),'chat'!==_0xcafc94['activeTab']&&_0xcafc94['activateTab']('chat'),'ask-ai'===_0x3c1d6f['id'])_0x36db1e['removeSelectionFromChatContext'](),_0x36db1e['addSelectionToChatContext'](this['editor']),_0x36db1e['focusPromptInput']();else await _0x36db1e['startConversation']({'modelId':_0x3c1d6f['model']}),_0x36db1e['removeSelectionFromChatContext'](),_0x36db1e['addSelectionToChatContext'](this['editor']),_0x36db1e['focusPromptInput'](),await _0x36db1e['sendMessage']({'message':_0x3c1d6f['prompt']||_0x3c1d6f['displayedPrompt']||_0x3c1d6f['label'],'attributes':{'quickActionData':{'id':_0x3c1d6f['id']},'displayedPrompt':_0x3c1d6f['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x21d24e=this['editor'],_0x5b6794=_0x21d24e['model']['document']['selection'];if(!_0x5b6794['isCollapsed'])return;const _0x1ecab1=gt(_0x5b6794['getSelectedBlocks']())||_0x21d24e['model']['schema']['getLimitElement'](_0x5b6794);_0x21d24e['model']['change'](_0x384a7c=>{_0x384a7c['setSelection'](_0x1ecab1,'in');});}['_handleAIActionsActionLabel'](_0x18de37){return _0x18de37['parent']?.['label']&&'other'!==_0x18de37['parent']?.['id']?_0x18de37['parent']['label']+':\x20'+_0x18de37['label']:_0x18de37['label'];}async['_handleAIActionsAction'](_0x436f71){const _0x43bf92=this['editor']['plugins']['get']('AIActions'),_0x32bcd4=_0x436f71['prompt']?{'userMessage':_0x436f71['prompt'],'model':_0x436f71['model']}:{'actionName':_0x436f71['actionName']||_0x436f71['id'],'args':_0x436f71['args']},_0x9faeb5=this['_handleAIActionsActionLabel'](_0x436f71);await _0x43bf92['executeAction'](_0x32bcd4,_0x9faeb5,_0x436f71['icon']);}}class AIQuickActionsEditing extends _0x1970fb{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x3bfbda=this['editor'],_0x5280b4=new AIQuickActionsCommand(this['editor']);if(_0x3bfbda['commands']['add']('aiQuickAction',_0x5280b4),_0x3bfbda['plugins']['has']('AIChat')){const _0x556f80=this['editor']['plugins']['get']('AIChatController');_0x3bfbda['model']['document']['selection']['on']('change:range',(_0x24df96,_0x5a5066)=>{_0x5a5066['directChange']&&_0x556f80['removeSelectionFromChatContext']();});}}}class AIActionsReply extends AIReply{['appendContent'](_0x30e8d1,_0x80a815='text'){'modification'===this['type']&&'text'===_0x80a815&&(_0x80a815=this['documentContextContent']['keys']()['next']()['value']),super['appendContent'](_0x30e8d1,_0x80a815);}['updateChangeGroups'](_0x17961a){const _0x26f969=this['parsedContent']['get'](_0x17961a)['cloneNode'](!0x0);if(this['parsedMergedContent']['set'](_0x17961a,_0x26f969),this['changeGroups']=[],0x0==_0x26f969['childNodes']['length'])return;rs(this['documentContextContent']['get'](_0x17961a),this['parsedMergedContent']['get'](_0x17961a));const _0x26e8a2=this['documentContextContent']['get'](_0x17961a)['children']['map'](_0x44f9ed=>({'node':_0x44f9ed,'id':Xi(_0x44f9ed,'data-id')})),_0x23d416=_0x26f969['children']['map'](_0x4ad64b=>({'node':_0x4ad64b,'id':Xi(_0x4ad64b,'data-id')||at()})),_0x196dbd=_0x3c1d4d(_0x26e8a2,_0x23d416,{'comparator':(_0x158a9a,_0x42b818)=>_0x158a9a['id']==_0x42b818['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x196dbd['length']&&_0x196dbd[_0x196dbd['length']-0x1]['removed'];)_0x196dbd['pop']();}const _0x574a98=_0x196dbd['map'](_0x4e2b56=>{const _0x11c5b7=_0x4e2b56['added']?'new':_0x4e2b56['removed']?'removed':'modified';return{'node':_0x4e2b56['value'][0x0]['node'],'type':_0x11c5b7,'id':_0x4e2b56['value'][0x0]['id']};}),_0x41c007=this['_documentIdToSource']['get'](_0x17961a);this['changeGroups']['push']({'changes':_0x574a98,'state':'pending','index':this['changeGroups']['length'],'editor':_0x41c007['editor'],'rootName':_0x41c007['rootName'],'documentId':_0x17961a});}['_getDifferentChangeGroups'](_0x2dd1f4,_0x56bf5b){return _0x56bf5b;}}class AIActionsInteraction extends AIInteraction{['content'];['version'];['editor'];['rootName'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x1b3fa1){super(_0x1b3fa1),this['content']=_0x1b3fa1['content'],this['version']=_0x1b3fa1['version'],this['editor']=_0x1b3fa1['editor'],this['rootName']=_0x1b3fa1['rootName'],this['actionName']=_0x1b3fa1['actionName'],this['args']=_0x1b3fa1['args'],this['userMessage']=_0x1b3fa1['userMessage'],this['model']=_0x1b3fa1['model'],this['on']('interactionStopped',()=>{this['stoppedExplicitly']=!0x0;});}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':'document','documents':[{'id':this['id'],'content':this['content'],'version':this['version'],'rootName':this['rootName'],'sessionId':at(),'channelId':this['editor']['config']['get']('collaboration.channelId')}],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x190cda){const _0x5e0099=this['editor']['config']['get']('collaboration.channelId'),_0xd5c34d=new AIActionsReply({..._0x190cda,'locale':this['locale'],'documentContextContent':[{'id':this['id'],'content':this['content'],'channelId':_0x5e0099,'rootName':this['rootName']}],'channelsToEditors':new Map([[_0x5e0099,this['editor']]])});return this['replies']['push'](_0xd5c34d),_0xd5c34d['delegate'](...Is)['to'](this),this['fire']('replyCreated',_0xd5c34d),_0xd5c34d;}}class AIActionsBalloonToolbarView extends kt{constructor(_0x48936e,_0x42dd7d=!0x0,_0x258852=!0x0){super(_0x48936e),this['set']('isEnabled',!0x1),_0x42dd7d&&(this['applyButton']=this['_createButton'](Mi(_0x48936e,'AI_BALLOON_APPLY_BUTTON'),Ui),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x258852&&(this['suggestButton']=this['_createButton'](Mi(_0x48936e,'AI_BALLOON_SUGGEST_BUTTON'),_0x42dd7d?Bi:Ui),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x42dd7d,'showSuggestButton':_0x258852}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x41c8cf,showSuggestButton:_0x39826b}){this['applyButton']&&(this['applyButton']['isVisible']=_0x41c8cf),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x39826b);}['_createButton'](_0x15865f,_0x51beb7){const _0x3dd72c=new yt(this['locale']);return _0x3dd72c['set']({'label':_0x15865f,'class':_0x51beb7,'isVisible':!0x0,'withText':!0x0}),_0x3dd72c;}}class AIActionsBalloonDisclaimerView extends Nt{constructor(_0x57c956){super(_0x57c956),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':Mi(_0x57c956,'AI_DISCLAIMER_TEXT')}]}]});}}class AISuggestionLoaderView extends Nt{constructor(_0x33f3f3){super(_0x33f3f3),this['set']('isVisible',!0x0);const _0x398034=new AISpinnerView('small');_0x398034['isVisible']=!0x0;const _0x2709e2=new Nt(this['locale']);_0x2709e2['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[Mi(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x52ecc7=>!_0x52ecc7)]},'children':[_0x398034,_0x2709e2]});}}class AIActionsBalloonView extends AIBalloonView{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x15292d,_0xf040f8){super(_0x15292d),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0xf040f8,this['_focusTracker']=new It(),this['_keystrokes']=new At(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x171c0b(),this['_addContentWrapper'](_0xf040f8),this['_addDisclaimerView'](),this['_addToolbar'](_0xf040f8),this['_focusables']['clear'](),this['_focusables']['addMany']([this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-main']},'children':this['_dialogContent']}),this['on']('change:isTrackChangesOn',()=>{this['_toggleToolbarButtonsVisibility'](_0xf040f8);});}['render'](){super['render']();for(const _0x4935f0 of this['_focusables'])this['_focusTracker']['add'](_0x4935f0['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x2175ed){-0x1===_0x2175ed?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0xe789b6){this['_isLoading']=_0xe789b6;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x51561b){super['showError'](_0x51561b),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x4c39b7){super['showBlockingError'](_0x4c39b7),this['setErrorState']();}['addMiniToolbarItem'](_0x3f1667){this['_miniToolbarView']['items']['has'](_0x3f1667)||this['_miniToolbarView']['items']['add'](_0x3f1667);}['removeMiniToolbarItem'](_0x3e5b7b){this['_miniToolbarView']['items']['has'](_0x3e5b7b)&&this['_miniToolbarView']['items']['remove'](_0x3e5b7b);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x25b6a4,showSuggestButton:_0x55a25b}){_0x25b6a4=_0x25b6a4&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x55a25b=_0x55a25b&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x25b6a4,'showSuggestButton':_0x55a25b});}async['updateContent'](_0x256d3f){await this['_streamableContentView']['update'](_0x256d3f);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x2d8a86){this['_contentWrapper']=new Nt(this['locale']),this['_contentWrapper']['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content-wrapper']},'children':[this['_createLoaderView'](),this['_createStreamableContentView']()]},this['_createMiniToolbar'](_0x2d8a86['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new AIActionsBalloonDisclaimerView(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x5cbacb,showSuggestButton:_0x2646ae}){this['_toolbarView']=new AIActionsBalloonToolbarView(this['locale'],_0x5cbacb,_0x2646ae),this['_toolbarView']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['_toolbarView']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_toolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',this,'_hasError',(_0x12805e,_0x506109,_0x310a37)=>!(_0x12805e||_0x506109||_0x310a37)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x5cbacb,'showSuggestButton':_0x2646ae}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0xd446d1){return this['_miniToolbarView']=new AIMiniToolbarView(this['locale'],_0xd446d1),this['_miniToolbarView']['delegate'](...Ss)['to'](this),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['_miniToolbarView']['isShowChangesOn']=!this['_miniToolbarView']['isShowChangesOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':this['_miniToolbarView']['isShowChangesOn']});}),this['_miniToolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',(_0x17b2ed,_0x274407)=>!(_0x17b2ed||_0x274407)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new AISuggestionLoaderView(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new AISuggestionStreamableContentView(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0x2db3ab=new yt(this['locale']),_0x46cc96=new yt(this['locale']),_0x4df031=new AIActionsBalloonNavigationCounterView(this['locale']),_0x35ef82=new yt(this['locale']);_0x2db3ab['set']({'icon':et,'label':Mi(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+Gi}),_0x46cc96['set']({'icon':_0x5117cf,'tooltip':Mi(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+Gi}),_0x35ef82['set']({'icon':it,'tooltip':Mi(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+Gi}),_0x2db3ab['bind']('isEnabled')['to'](this,'isBusy',_0x2ba55a=>!_0x2ba55a),_0x2db3ab['on']('execute',()=>{this['fire']('tryAgain');}),_0x46cc96['bind']('isEnabled')['to'](this,'isBusy',_0x199769=>!_0x199769),_0x46cc96['on']('execute',()=>{this['fire']('showPrevious');}),_0x35ef82['bind']('isEnabled')['to'](this,'isBusy',_0x3e10bf=>!_0x3e10bf),_0x35ef82['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x46cc96,this['_navigationCounter']=_0x4df031,this['_navigationNextButton']=_0x35ef82,this['_navigationTryAgainButton']=_0x2db3ab;}['updateMiniToolbarButtons'](_0x14d066,_0x28622c){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x5a27ee=_0x14d066>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x5a27ee){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x2395f8=_0x14d066-_0x28622c;this['_navigationCounter']['setInteractionCount'](_0x2395f8+'/'+_0x14d066),this['_navigationPreviousButton']['isEnabled']=_0x28622c<_0x14d066-0x1,this['_navigationNextButton']['isEnabled']=_0x28622c>0x0;}else this['removeMiniToolbarItem'](this['_navigationPreviousButton']),this['removeMiniToolbarItem'](this['_navigationCounter']),this['removeMiniToolbarItem'](this['_navigationNextButton']);}['disableMiniToolbarButtons'](){this['_navigationTryAgainButton']['isEnabled']=!0x1,this['_navigationPreviousButton']['isEnabled']=!0x1,this['_navigationNextButton']['isEnabled']=!0x1;}['startAutoScroll'](){this['_initializeScrollManager'](),this['_scrollManager']&&this['_scrollManager']['start']();}['stopAutoScroll'](){this['_scrollManager']&&this['_scrollManager']['stop']();}['toggleIsLoading'](_0x5d0fc5){this['_isLoading']=_0x5d0fc5;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0x3acba6=this['_getScrollableElement']();_0x3acba6&&!this['_scrollManager']&&(this['_scrollManager']=new ScrollManager(_0x3acba6));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class AIActionsBalloonNavigationCounterView extends Nt{constructor(_0x549e42){super(_0x549e42);const _0x22416a=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x22416a['to']('interactionCount')}]});}['setInteractionCount'](_0x90399f){this['set']('interactionCount',_0x90399f);}}class AIActions extends _0x1970fb{static get['requires'](){return[AIConnector,Gt,AIEditing,AIBalloon,_0x102c6d];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_promiseQueue'];['_bodyCollection'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}['_actionsBalloonView'];constructor(_0x24d346){super(_0x24d346),this['_bodyCollection']=new Xt(this['editor']['locale']),this['_bodyCollection']['attachToDom'](),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['set']('isBusy',!0x1),this['_promiseQueue']=new PromiseQueue();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x412705,_0x4a52a5,_0x19a84e){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x187519,anchorData:_0x11408a,root:_0xcac7df}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x412705,_0x187519,_0x11408a,_0xcac7df,_0x4a52a5,_0x19a84e);}}const {modelFragment:_0x527ebf,anchorData:_0x1e1ea5,root:_0x44736a}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x412705,_0x527ebf,_0x1e1ea5,_0x44736a,_0x4a52a5,_0x19a84e);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x1ac227=this['editor']['plugins']['has']('TrackChanges');let _0x2b3ad6=this['editor']['config']['get']('ai.availableReplyActions')||[...Ds];_0x1ac227||(_0x2b3ad6=_0x2b3ad6['filter'](_0x18a030=>'insertSuggestion'!=_0x18a030));const _0x2a13ec=this['editor']['commands']['get']('trackChanges'),_0x243486=new AIActionsBalloonView(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x1ac227,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x2b3ad6});return _0x243486['bind']('isBusy')['to'](this),_0x2a13ec&&_0x243486['bind']('isTrackChangesOn')['to'](_0x2a13ec,'value'),_0x243486['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x243486['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x243486['on']('showNext',()=>{this['_navigateToNext']();}),_0x243486;}['_normalizeSelectionStart'](){const _0x6b5e8e=this['editor']['model'],_0x2de09d=_0x6b5e8e['document']['selection'],_0xa45eb7=_0x2de09d['getFirstRange']();if(!_0xa45eb7||_0xa45eb7['isCollapsed'])return;const _0x3c0a4d=gt(_0x2de09d['getSelectedBlocks']());if(!_0x3c0a4d)return;const _0x13eeb0=_0x6b5e8e['createPositionAt'](_0x3c0a4d,0x0);_0x13eeb0['isAfter'](_0xa45eb7['start'])&&_0x6b5e8e['change'](_0x5a7eeb=>{_0x5a7eeb['setSelection'](_0x5a7eeb['createRange'](_0x13eeb0,_0xa45eb7['end']));});}['_getExecuteDataRegular'](){const _0x477bdf=this['editor']['model']['document']['selection'],_0x574307=_0x477bdf['getFirstRange']()['start']['root'];if(_0x477bdf['isCollapsed']){const _0x336ae0=gt(_0x477bdf['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x477bdf);this['editor']['model']['change'](_0x46e6a3=>{_0x46e6a3['setSelection'](_0x336ae0,'in');});}this['_normalizeSelectionStart']();const _0x16ee1a=_0x477bdf['getFirstRange'](),_0x2ee1e4=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x477bdf),_0x16ee1a['start'],_0x16ee1a['end']);this['_copyMarkersToFragment'](_0x2ee1e4,_0x477bdf,{'isTableSelection':!0x1});const _0x2a6b6e=_0x477bdf['getFirstRange']()['start'],_0x1ee517=new Map();let _0xde15aa=_0x2ee1e4;for(let _0xaef67a=0x0;_0xaef67a<_0x2a6b6e['path']['length'];_0xaef67a++)_0x1ee517['set'](_0xde15aa,_0x2a6b6e['path'][_0xaef67a]),_0xde15aa=_0xde15aa['getChild'](0x0);return{'modelFragment':_0x2ee1e4,'anchorData':_0x1ee517,'root':_0x574307};}['_getExecuteDataInTable'](){const _0x46ed75=this['editor']['model']['document']['selection'],_0x579df9=this['editor']['plugins']['get']('TableSelection'),_0xbaa974=_0x46ed75['getFirstRange']()['start']['root'],_0x5164f6=_0x579df9['getSelectionAsFragment'](),_0x8d58f1=_0x46ed75['getFirstRange']()['start']['parent']['parent'],_0x10f402=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x8d58f1),this['editor']['model']['createPositionAfter'](_0x8d58f1)),_0x148ff8=this['_wrapWithCommonAncestors'](_0x5164f6,_0x10f402['start'],_0x10f402['end']);this['_copyMarkersToFragment'](_0x148ff8,_0x46ed75,{'isTableSelection':!0x0});const _0x1d5a08=_0x46ed75['getFirstRange']()['start'],_0x4da907=new Map();let _0x401a7a=_0x148ff8;for(let _0x2bb2d9=0x0;_0x2bb2d9<_0x1d5a08['path']['length'];_0x2bb2d9++)if(_0x4da907['set'](_0x401a7a,_0x1d5a08['path'][_0x2bb2d9]),_0x2bb2d9<_0x1d5a08['path']['length']-0x1)_0x401a7a=_0x401a7a['getChild'](0x0);else{let _0x2321fe=_0x401a7a['nextSibling'];for(;_0x2321fe;)_0x4da907['set'](_0x2321fe,_0x1d5a08['path'][_0x2bb2d9]),_0x2321fe=_0x2321fe['nextSibling'];}return{'modelFragment':_0x148ff8,'anchorData':_0x4da907,'root':_0xbaa974};}async['_executeAction'](_0x415aae,_0x5d671e,_0x42e30e,_0x19ed20,_0x1e4995,_0x5d7160){const _0x215ad3=this['editor']['plugins']['get'](AIEditing),_0xbdc3b7=this['editor']['plugins']['get'](AIBalloon),_0x48c99b=this['editor']['model']['document']['selection'],_0x1c9041=await _0x215ad3['modelToDataWithIds'](_0x5d671e,this['editor']),_0x48e0df=this['editor']['model']['document']['version'],_0x5264ea=[..._0x48c99b['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0xbdc3b7['open']({'targetEditor':this['editor'],'index':0x3e8*Math['random']()%0x3e8,'title':_0x1e4995,'icon':_0x5d7160||_0x2e6482,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x5264ea,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0xbdc3b7),this['_interactionParams']={'action':_0x415aae,'content':_0x1c9041,'version':_0x48e0df,'aiBalloon':_0xbdc3b7,'modelFragment':_0x5d671e,'anchorData':_0x42e30e,'root':_0x19ed20},this['_setupApplyListeners'](),this['listenTo'](_0xbdc3b7,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0xbdc3b7,'dialogClosed',(_0x399cb9,{id:_0x22e637})=>{if('aiActionsBalloon'===_0x22e637){for(const _0x2ece86 of this['_interactions']){if(0x0===_0x2ece86['replies']['length']||_0x2ece86['stoppedExplicitly'])continue;const _0x269a16=_0x2ece86['replies'][_0x2ece86['replies']['length']-0x1],_0x4b2ba6=_0x269a16['changeGroups'][0x0];_0x4b2ba6&&'pending'===_0x4b2ba6['state']&&_0x269a16['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0xbdc3b7);}}),this['_createInteraction'](_0x1c9041,_0x48e0df,_0xbdc3b7,_0x415aae);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x552fea,anchorData:_0x2c53ce,root:_0x2c242c}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x552fea,_0x2c53ce,_0x2c242c,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x552fea,_0x2c53ce,_0x2c242c,!0x0);});}['_wrapWithCommonAncestors'](_0x3081c5,_0x5a4e9b,_0x4f3612){const _0xe35f03=this['editor']['model']['createRange'](_0x5a4e9b,_0x4f3612)['getCommonAncestor'](),_0x48c106=_0xe35f03['is']('documentFragment')?[]:_0xe35f03['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x48c106['length']){const _0x4b939d=_0x48c106['map'](_0x1631c3=>_0x1631c3['_clone'](!0x1));for(let _0x3b70ec=0x1;_0x3b70ec<_0x4b939d['length'];_0x3b70ec++)_0x4b939d[_0x3b70ec-0x1]['_appendChild'](_0x4b939d[_0x3b70ec]);return _0x4b939d[_0x4b939d['length']-0x1]['_appendChild'](_0x3081c5),new _0x27f90b(_0x4b939d[0x0]);}return _0x3081c5;}['_copyMarkersToFragment'](_0x5cdd14,_0x2c2fc4,_0x52a24f={'isTableSelection':!0x1}){const _0x6a959f=this['editor']['model'],_0x5b5591=Array['from'](_0x2c2fc4['getRanges']()),_0x46481c=_0x2c2fc4['getFirstRange']()['start'];for(const _0x33bb07 of _0x6a959f['markers']){if(_0x33bb07['name']['startsWith'](Rs)||!_0x33bb07['affectsData'])continue;const _0x599ffd=_0x33bb07['getRange']();if(!_0x5b5591['some'](_0x8ee650=>_0x8ee650['containsRange'](_0x599ffd,!0x0)))continue;const _0x3f2365=this['_regularCalculateMarkerPath'](_0x599ffd['start'],_0x46481c,_0x52a24f['isTableSelection']),_0x37196f=this['_regularCalculateMarkerPath'](_0x599ffd['end'],_0x46481c,_0x52a24f['isTableSelection']),_0x2a818c=_0x6a959f['createPositionFromPath'](_0x5cdd14,_0x3f2365),_0x51ef9e=_0x6a959f['createPositionFromPath'](_0x5cdd14,_0x37196f);if(!_0x2a818c['isEqual'](_0x51ef9e)){const _0x7392ce=_0x6a959f['createRange'](_0x2a818c,_0x51ef9e);_0x5cdd14['markers']['set'](_0x33bb07['name'],_0x7392ce);}}}['_regularCalculateMarkerPath'](_0x4eee4a,_0xea7d90,_0x24929c=!0x1){const _0x56bea9=[..._0x4eee4a['path']['slice']()];for(let _0x3396bf=0x0;_0x3396bf<Math['max'](_0xea7d90['path']['length'],_0x4eee4a['path']['length']);_0x3396bf++){const _0x92eb58=_0xea7d90['path'][_0x3396bf]||0x0,_0x51f1a8=(_0x4eee4a['path'][_0x3396bf]||0x0)-_0x92eb58;if(_0x56bea9[_0x3396bf]=_0x51f1a8,0x0!==_0x51f1a8&&!_0x24929c)break;}return _0x56bea9;}async['_createInteraction'](_0x2d8eb3,_0x1db0b4,_0x50abf5,_0x3847eb){const _0x1a340b=this['editor'],_0x59c793=_0x1a340b['model']['document']['selection']['getFirstRange']()['start']['root'];this['_interactionParams']||(this['_interactionParams']={'action':_0x3847eb,'content':_0x2d8eb3,'version':_0x1db0b4,'aiBalloon':_0x50abf5,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':_0x59c793});const _0x3effdb=new AIActionsInteraction({'connector':this['_aiConnector'],'locale':_0x1a340b['locale'],'content':_0x2d8eb3,'version':_0x1db0b4,'editor':_0x1a340b,'rootName':_0x59c793['rootName'],..._0x3847eb});this['_interactions']['push'](_0x3effdb);const _0x14698d=(_0x797ec8,_0x4313c0=!0x1,_0xbaf54='streaming')=>this['_promiseQueue']['enqueue'](async _0x15ed38=>{try{const _0x28d75a=os({'changeGroups':_0x797ec8['changeGroups'],'documentContextContent':_0x797ec8['documentContextContent'],'showDiff':_0x4313c0,'trimUnchanged':!0x1});_0x28d75a['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x28d75a[0x0],'renderingStrategy':_0xbaf54,'abortSignal':_0x15ed38});}catch(_0xaa454b){if(this['_isAbortError'](_0xaa454b))return;throw _0xaa454b;}});_0x3effdb['on']('replyCreated',(_0x4a895b,_0xdbafd7)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x14698d(_0xdbafd7)['catch'](_0x5e4498=>{this['_isAbortError'](_0x5e4498)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x5e4498),this['_setErrorState'](_0x3effdb));});}),_0x3effdb['on']('replyContentUpdated',(_0x2440eb,_0x941a58)=>{_0x14698d(_0x941a58)['catch'](_0x1e8d26=>{this['_isAbortError'](_0x1e8d26)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x1e8d26),this['_setErrorState'](_0x3effdb));});}),_0x3effdb['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x25243a){this['_isAbortError'](_0x25243a)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x25243a),this['_setErrorState'](_0x3effdb));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x301de9,{showDiff:_0x2a2b0f})=>{try{this['_balloonShowDiff']=_0x2a2b0f;const _0xf1cf2a=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0xf1cf2a&&await _0x14698d(_0xf1cf2a,_0x2a2b0f,'static');}catch(_0x577f0b){this['_isAbortError'](_0x577f0b)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x577f0b),this['_setErrorState'](_0x3effdb));}}),_0x3effdb['on']('replyChangeGroupStateUpdated',()=>{const _0x1b9981={'positiveCount':_0x3effdb['replies']['reduce']((_0x55d92e,_0xbe434b)=>_0x55d92e+_0xbe434b['changeGroups']['filter'](_0x433bfa=>'accepted'===_0x433bfa['state'])['length'],0x0),'totalCount':_0x3effdb['replies']['reduce']((_0x223d2f,_0x1d3b6c)=>_0x223d2f+_0x1d3b6c['changeGroups']['length'],0x0)},_0x2ebdb5=_0x3effdb['actionCallId'],_0x2c79a3=_0x3effdb['actionName'];_0x2c79a3?this['_aiConnector']['upsertAIActionRating'](_0x2c79a3,_0x2ebdb5,_0x1b9981):this['_aiConnector']['upsertCustomAIActionRating'](_0x2ebdb5,_0x1b9981);}),this['_setLoadingState']();try{const _0x3807e0=await _0x3effdb['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x3807e0;}catch(_0x4a8ac9){if(this['_isAbortError'](_0x4a8ac9))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x3effdb);}}['_applyChanges'](_0xf6fcec,_0x3446d4,_0x1a0cc5,_0x2aad85){const _0x31552a=this['editor'];if(_0x2aad85&&!_0x31552a['plugins']['has']('TrackChanges'))throw new ht('ai-no-track-changes',null);const _0x310727=this['editor']['plugins']['get'](_0x102c6d),_0x3ba4d7=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x3ba4d7||!_0x3ba4d7['replies']['length'])return;const _0x7dbbb4=_0x3ba4d7['replies'][_0x3ba4d7['replies']['length']-0x1],_0x494083=_0x7dbbb4['changeGroups'];_0x7dbbb4['setChangeGroupState'](0x0,'accepted');let _0x3f59c7=Es({'reply':_0x7dbbb4,'interaction':_0x3ba4d7,'groups':_0x494083,'transform':!0x1,'documentCompare':_0x310727,'documentCompareOptions':{'anchor':_0x31552a['model']['createPositionAt'](_0xf6fcec,0x0),'markDeletions':_0x2aad85}});_0x3f59c7=this['_filterOperationsOutsideRange'](_0x3f59c7,_0x3446d4);for(const _0x4e4127 of _0x3f59c7)this['_anchorOperation'](_0x3446d4,_0x4e4127,_0x1a0cc5);const _0x4996cc=_0x3ba4d7['getDocumentContext']()['documents'][0x0]['version'],_0x8888d8=_0x31552a['model']['document']['history']['getOperations'](_0x4996cc),_0x37568b={'document':_0x31552a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x2914c6=_0x144e65(_0x3f59c7,_0x8888d8,_0x37568b)['operationsA'];_0x31552a['model']['change'](_0x48411a=>{if(_0x48411a['setSelection'](_0x31552a['model']['document']['selection']['focus']),_0x2aad85)_0x31552a['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x2914c6);else{for(const _0xc64070 of _0x2914c6)_0xc64070['baseVersion']=_0x31552a['model']['document']['version'],Ts(_0x31552a,_0xc64070),_0x48411a['batch']['addOperation'](_0xc64070),_0x31552a['model']['applyOperation'](_0xc64070);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x5ab07e,_0x3cd682){return _0x5ab07e['filter'](_0x41588e=>{if('rename'==_0x41588e['type']){const _0x367efb=_0x41588e['position']['nodeAfter'];return!_0x3cd682['has'](_0x367efb);}if(_0x41588e['type']['indexOf']('Attribute')>-0x1){const _0x4f5b92=_0x41588e['range']['start']['nodeAfter'];return!_0x3cd682['has'](_0x4f5b92);}return!0x0;});}['_anchorOperation'](_0x17631e,_0x489566,_0x3f7393){const _0x5e54fa=_0x489566['clone']();for(const _0x4678fa in _0x489566){const _0x3c0adf=_0x489566[_0x4678fa];_0x3c0adf instanceof _0x245154?_0x489566[_0x4678fa]=new _0x245154(_0x1d3c5b(_0x3c0adf['start']),_0x1d3c5b(_0x3c0adf['end'])):_0x3c0adf instanceof _0x2a81c3&&(_0x489566[_0x4678fa]=_0x1d3c5b(_0x3c0adf));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x5e54fa['type'])){if(_0x5e54fa['isDocumentOperation']=!0x1,_0x5e54fa['baseVersion']=null,'remove'==_0x5e54fa['type']){const _0x1d1f1a=_0x5e54fa['sourcePosition'],_0x4d231b=_0x5e54fa['howMany'];new _0x35b10a(_0x1d1f1a,_0x4d231b)['_execute']();}else _0x5e54fa['_execute']();}function _0x1d3c5b(_0x41ca6d){if('$graveyard'==_0x41ca6d['root']['rootName'])return _0x41ca6d;const _0x364a1a=[];let _0x3279f3=_0x41ca6d['root'];for(let _0x96a552=0x0;_0x96a552<_0x41ca6d['path']['length'];_0x96a552++){const _0x25f1f5=_0x17631e['get'](_0x3279f3)||0x0;_0x364a1a[_0x96a552]=_0x41ca6d['path'][_0x96a552]+_0x25f1f5,_0x3279f3=_0x3279f3['getChildAtOffset'](_0x41ca6d['path'][_0x96a552]);}return new _0x2a81c3(_0x3f7393,_0x364a1a,_0x41ca6d['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x3e0c86,content:_0x45a72f,version:_0x189df9,aiBalloon:_0x539a69}=this['_interactionParams'];this['_clearErrorState'](),this['_actionsBalloonView']['clearContent'](),this['_actionsBalloonView']['showLoader'](),this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),this['stopListening'](this['_actionsBalloonView']),this['_setupApplyListeners'](),this['_createInteraction'](_0x45a72f,_0x189df9,_0x539a69,_0x3e0c86)['catch'](_0x37c984=>{this['_isAbortError'](_0x37c984)||console['error']('Error\x20refreshing\x20interaction:',_0x37c984);});}['_isAbortError'](_0x473d5f){return!!_0x473d5f['message']&&_0x473d5f['message']['startsWith']('ai-request-aborted');}['_clearInteractionHistory'](){this['_interactions']=[],this['_interactionParams']=void 0x0,this['_currentInteractionIndex']=0x0,this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1,this['_interactionParams']&&this['_actionsBalloonView']['stopAutoScroll']();}['_navigateToPrevious'](){const _0x525433=this['_interactions']['length'];this['_currentInteractionIndex']<_0x525433-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x52aa90){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x52aa90;const _0x5cc970=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x5cc970)return;if(_0x5cc970['hasError'])return this['_setErrorState'](_0x5cc970),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x5cc970['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x481674=_0x5cc970['replies'][_0x5cc970['replies']['length']-0x1];if(_0x481674)try{const _0x81b145=os({'changeGroups':_0x481674['changeGroups'],'documentContextContent':_0x481674['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x391875=>setTimeout(_0x391875,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x81b145[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x89da9e){this['_isAbortError'](_0x89da9e)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x89da9e);}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x4055e4){const _0x4e8372=Mi(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x4e8372),_0x4055e4['hasError']=!0x0,await this['_promiseQueue']['queueEmptyPromise'],this['_actionsBalloonView']['setErrorState'](),this['_actionsBalloonView']['toggleIsLoading'](!0x0);}['_clearErrorState'](){this['_actionsBalloonView']['hideError'](),this['_actionsBalloonView']['toggleIsLoading'](!0x1);}async['_clearLoadingState'](){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,this['_actionsBalloonView']['setIsLoading'](!0x1);}}class AIQuickActions extends _0x1970fb{static get['requires'](){return[AIQuickActionsUI,AIQuickActionsEditing,AIActions];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x467cd4){super(_0x467cd4),_0x467cd4['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class AIReviewCoreReviewCheckListItemResultsView extends Nt{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x48342b,_0x216ddf){super(_0x48342b),this['id']=_0x216ddf,this['set']('status','pending'),this['set']('changeId',_0x216ddf),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['outdatedButtonView']=this['_createOutdatedButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['set']('showDiff',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-result',this['bindTemplate']['if']('isActive','ck-ai_review__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click'),'mouseover':this['bindTemplate']['to']('mouseover'),'mouseout':this['bindTemplate']['to']('mouseout')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView'],this['outdatedButtonView']]},this['infoButtonView']]}]}),this['on']('click',(_0x2236f2,_0x287e38)=>{_0x287e38&&_0x287e38['target']&&'A'===_0x287e38['target']['tagName']&&_0x287e38['preventDefault'](),this['fire']('activateChange',{'id':_0x216ddf,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x216ddf,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x216ddf,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x56654a=new Nt(this['locale']);return _0x56654a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai_review__check-run-result-response',this['bindTemplate']['if']('showDiff','ck-hidden',_0x1f8b89=>!_0x1f8b89)]}}),_0x56654a;}['_createAcceptButtonView'](){const _0x2e91d3=new yt(this['locale']);return _0x2e91d3['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x2e91d3['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x5abe79=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x5abe79['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x55d691=>'pending'!==_0x55d691&&'accepted'!==_0x55d691),this['bindTemplate']['if']('status',Bi,_0x14296e=>'pending'===_0x14296e),this['bindTemplate']['if']('status',Gi,_0x1f81cd=>'pending'!==_0x1f81cd),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x4bcd0c=>'accepted'===_0x4bcd0c)]}}),this['on']('change:status',(_0x90d0ab,_0x1520e1,_0x1f54fb)=>{_0x2e91d3['isEnabled']='pending'===_0x1f54fb,'accepted'===_0x1f54fb&&(_0x2e91d3['label']=Mi(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x2e91d3['icon']=_0x17783f);}),_0x2e91d3;}['_createDismissButtonView'](){const _0x938070=new yt(this['locale']);return _0x938070['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x938070['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x4b3663=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x4b3663['stopPropagation']();})},'attributes':{'class':[Gi,this['bindTemplate']['if']('status','ck-hidden',_0x2b7ff9=>'pending'!==_0x2b7ff9&&'rejected'!==_0x2b7ff9),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x2b3474=>'pending'===_0x2b3474),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x3f5190=>'rejected'===_0x3f5190)]}}),this['on']('change:status',(_0x25d9d2,_0x1e5be5,_0x264428)=>{_0x938070['isEnabled']='pending'===_0x264428,'rejected'===_0x264428&&(_0x938070['label']=Mi(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x938070['icon']=_0x59fd32);}),_0x938070;}['_createInfoButtonView'](){const _0xb24bad=new yt(this['locale']);return _0xb24bad['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x5ccdf0,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':Gi+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0xb24bad['bind']('isOn')['to'](this,'isInfoToggleOn',_0x42ea02=>_0x42ea02),_0xb24bad['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0xb24bad;}['_createOutdatedButtonView'](){const _0x5c525c=new yt(this['locale']);return _0x5c525c['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':st,'withText':!0x0,'isEnabled':!0x1}),_0x5c525c['extendTemplate']({'attributes':{'class':[Gi,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0xff0395=>'outdated'!==_0xff0395)],'disabled':'disabled'}}),_0x5c525c;}}class AIReviewCoreBalloonSuggestionItemView extends zt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x4a2afa,_0x1e5879){super(_0x4a2afa),this['set']({'isVisible':!0x1,'position':'arrow_se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['set']('isDiffActive',!0x1),this['content']['add'](this['_createContentView']()),_0x1e5879['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x506699){this['resultItemView']['changeId']=_0x506699['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x506699['contentDiffed'];}['showBalloon'](_0xc2951b,_0x4bc507,_0xc7be67,_0x5910ba,_0x2cbb55,_0xf62e07){const _0x3c061f=_0x4bc507();if(!_0x3c061f)return;this['updateContent'](_0xc2951b),this['show']();const _0x4c8eeb=Array['from'](_0x3c061f['getClientRects']())['reverse'](),_0x3c56a4=this['_getPointedRectIndexFromEvent'](_0xc7be67,_0x4c8eeb),_0x4770e0=_0x4c8eeb[_0x3c56a4??0x0];'click'===_0x5910ba?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x4bc507(),_0x3c56a4,_0xc2951b['id'],_0x2cbb55,_0xf62e07)||_0x4770e0})):'hover'===_0x5910ba&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x4bc507(),_0x3c56a4,_0xc2951b['id'])||_0x4770e0}));}['hideBalloon'](){this['hide'](),this['unpin'](),this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetElement']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}['hideDiffInBalloon'](){this['resultItemView']['showDiff']=!0x1;}['showDiffInBalloon'](){this['resultItemView']['showDiff']=!0x0;}['deactivateChange'](){this['fire']('deactivateChange',{'origin':'balloon'});}['_setupClickOutsideHandler'](){jt({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x493ea6=[this['element']];return this['_pinnedTargetElement']&&_0x493ea6['push'](this['_pinnedTargetElement']),_0x493ea6;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x152d84=new Nt();return this['resultItemView']=new AIReviewCoreReviewCheckListItemResultsView(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x152d84['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai_review-balloon-panel-suggestion',this['bindTemplate']['if']('isDiffActive','ck-ai_review-balloon-panel-suggestion_diff-active')]},'children':[{'tag':'p','attributes':{'class':['ck-ai_review__suggestion-text']},'children':[this['resultItemView']]}]}),_0x152d84;}['_getBestRectPositionOnClick'](_0x1984d6,_0x5c0daf,_0x501b28,_0x56df9a,_0x1fc1e0){if(!_0x1984d6)return null;const _0x487500=this['position']['replace']('arrow_',''),_0x2e306b=Array['from'](_0x1984d6['getClientRects']());let _0x5118ca,_0x46606d=_0x2e306b['reverse']();return void 0x0!==_0x5c0daf&&this['_isPinnedRectVisible'](_0x46606d[_0x5c0daf],_0x56df9a,_0x1fc1e0)?(_0x5118ca=_0x46606d[_0x5c0daf],this['_pinnedRectIndex']=_0x5c0daf):this['_isPinnedRectVisible'](_0x46606d[0x0],_0x56df9a,_0x1fc1e0)&&void 0x0===_0x5c0daf?_0x5118ca=_0x46606d[0x0]:(_0x46606d='s'==_0x487500[0x0]?[..._0x2e306b]['reverse']():_0x2e306b,_0x46606d['forEach'](_0xdc197d=>{this['_isPinnedRectVisible'](_0xdc197d,_0x56df9a,_0x1fc1e0)&&(_0x5118ca=_0xdc197d);})),this['_pinnedTargetChangeId']=_0x501b28,this['_pinnedTargetElement']=_0x1984d6,_0x5118ca||_0x1984d6['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x595edf,_0x72bc9b,_0xb34084){if(!_0x595edf)return null;const _0x32d251=Array['from'](_0x595edf['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x72bc9b&&this['_pinnedTargetChangeId']!==_0xb34084)return this['_pinnedRectIndex']=_0x72bc9b,this['_pinnedTargetElement']=_0x595edf,this['_pinnedTargetChangeId']=_0xb34084,_0x32d251[_0x72bc9b];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0xb34084){if(_0x595edf!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x32d251[this['_pinnedRectIndex']];}return void 0x0!==_0x72bc9b&&this['_pinnedTargetChangeId']!==_0xb34084?(this['_pinnedRectIndex']=_0x72bc9b,this['_pinnedTargetElement']=_0x595edf,this['_pinnedTargetChangeId']=_0xb34084,_0x32d251[_0x72bc9b]):_0x595edf['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x3a708,_0x4ac23f){if(_0x3a708)for(let _0x18b1e6=0x0;_0x18b1e6<_0x4ac23f['length'];_0x18b1e6++){const _0x1c26a9=_0x4ac23f[_0x18b1e6];if(_0x3a708['clientX']>=_0x1c26a9['left']-0x3&&_0x3a708['clientX']<=_0x1c26a9['right']+0x3&&_0x3a708['clientY']>=_0x1c26a9['top']-0x3&&_0x3a708['clientY']<=_0x1c26a9['bottom']+0x3)return _0x18b1e6;}}['_isPinnedRectVisible'](_0x6a26c2,_0x4a3972,_0x382812){const _0x58414b=new dt(_0x6a26c2),_0xbb332f=_0x4a3972||document['documentElement'],_0x1b0ab1=_0x58414b['getIntersection'](Ot(_0x382812)),_0x2e3604=new dt(_0xbb332f)['getIntersection'](_0x58414b);return!!(_0x1b0ab1&&_0x2e3604&&_0x58414b['width']>0x0);}}const Zn=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class AIReviewCoreUI extends _0x915a98{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[AITabs];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x39c560){super(_0x39c560),this['_bodyCollection']=new Xt(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...Zn)['to'](this),this['_balloonSuggestionView']=new AIReviewCoreBalloonSuggestionItemView(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x4d9cfd=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x4d9cfd);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x5cd2cf){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x5c616c=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x5cd2cf,_0x5c616c);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0xf3bd61){_0xf3bd61&&('error-general'!==_0xf3bd61['status']?'error-chunk'!==_0xf3bd61['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x3681c8){this['_mainView']['addCheckRunResult'](_0x3681c8);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x93e88d){this['_mainView']['showGeneralReviewCoreErrorView'](_0x93e88d??Mi(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x255269,_0x5ba925){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x255269,_0x5ba925);}['setActiveStateInResults'](_0x1c2b2c){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x327211=>{_0x327211['id']===_0x1c2b2c&&_0x327211['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x3b28a1=>_0x3b28a1['setItemAsInactive']());}['updateChangeState'](_0x1cc520,_0xc627de){'accepted'===_0xc627de||'rejected'===_0xc627de||'outdated'===_0xc627de?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x1cc520,_0xc627de):this['_mainView']['reviewCheckResultsView']['showResult'](_0x1cc520,_0xc627de);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x18036d,_0xd54105,_0x5b6184,_0xf2205,_0x1e6731,_0x51407a){this['_balloonSuggestionView']['showBalloon'](_0x18036d,_0xd54105,_0x5b6184,_0xf2205,_0x1e6731,_0x51407a);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x314e37){const _0x27cccd=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x752584=>_0x752584['id']===_0x314e37);return _0x27cccd?_0x27cccd['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class AIReviewCoreGeneralErrorView extends Nt{constructor(_0x4ca4ff){super(_0x4ca4ff),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x10e8a9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x10e8a9['if']('isVisible','ck-hidden',_0x320f10=>!_0x320f10)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x10e8a9['to']('errorMessage')}]}]});}}class AIReviewCoreView extends Nt{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x13932f,_0x45ba04){super(_0x13932f),this['reviewCoreHeader']=_0x45ba04['header'],this['generalErrorView']=new AIReviewCoreGeneralErrorView(_0x13932f),this['reviewCheckListView']=_0x45ba04['list'],this['reviewCheckListView']['delegate'](...Zn)['to'](this),this['reviewCheckResultsView']=_0x45ba04['results'],this['reviewCheckResultsView']['delegate'](...Zn)['to'](this),this['reviewCompletedView']=_0x45ba04['completed'],this['reviewCompletedView']['delegate']('finishReview')['to'](this),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isLoading',!0x1),this['reviewCheckResultsView']['set']('isResultReady',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewCoreHeader'],this['generalErrorView'],this['reviewCheckListView'],this['reviewCheckResultsView'],this['reviewCompletedView']]});}['showReviewCheckListView'](){this['reviewCheckListView']['resetAllParameterizedChecks'](),this['reviewCheckListView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1);}['showReviewCheckResultsView'](){this['hideActionsWhenResultIsReady'](),this['reviewCheckResultsView']['resetErrorState'](),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['clearResults'](),this['reviewCheckResultsView']['set']('isLoading',!0x0),this['reviewCheckResultsView']['set']('isCompleted',!0x1);}['addCheckRunResult'](_0x31cde8){this['reviewCheckResultsView']['addResult'](_0x31cde8),this['reviewCheckResultsView']['set']('isLoading',!0x1);}['showReviewCompletedView'](){this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isCompleted',!0x0),this['reviewCheckListView']['set']('isVisible',!0x1);}['showActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']?(this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1)):this['reviewCheckResultsView']['isResultReady']=!0x0;}['showNoChangesView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x0);}['hideActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x1;}['showGeneralReviewCoreErrorView'](_0x553056){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x553056;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}}class AIReviewCoreFinishReviewButtonView extends yt{constructor(_0x53db86,_0xec2a98){super(_0xec2a98),this['set']({'label':_0x53db86,'withText':!0x0,'class':Ui}),this['on']('execute',()=>{this['fire']('finishReview');});}}class AIReviewCoreUICheckResultsView extends Ht{['_resultViews'];['_resultsHeader'];['_resultsBody'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x34b3d3,_0x51e098){super(_0x34b3d3),this['_contents']=_0x51e098,this['_resultViews']=new _0x171c0b(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['_resultsHeader']=this['_createResultHeaderView'](),this['_resultsBody']=this['_createResultsBodyView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new AIDisclaimerView(_0x34b3d3),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('headerSubtitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general'),this['set']('isCompleted',!0x1);const _0xa74bcf=this['_createCombinedSkeletonLoader'](),_0x2aaa12=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x2aaa12['if']('isLoading','ck-ai_review__check-run_loading',_0x5e6d4e=>_0x5e6d4e),_0x2aaa12['if']('isResultReady','ck-ai_review__check-run_ready',_0x2644f8=>_0x2644f8),_0x2aaa12['if']('isVisible','ck-hidden',_0x5e2043=>!_0x5e2043)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0xa74bcf,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x24ae88){const _0x16d7eb=new AIReviewCoreReviewCheckListItemResultsView(this['locale'],_0x24ae88['id']);_0x16d7eb['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x16d7eb),_0x16d7eb['resultResponseView']['element']['innerHTML']=_0x24ae88['contentDiffed'];}['hideResult'](_0x5eafc1,_0x3d50ac){if('pending'===_0x3d50ac)return;const _0x5ebacb=this['_resultViews']['find'](_0x1a6951=>_0x1a6951['id']===_0x5eafc1);_0x5ebacb&&(_0x5ebacb['status']=_0x3d50ac,_0x5ebacb['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x13b20e,_0x8145c5){if('pending'!==_0x8145c5)return;const _0x1ae2ab=this['_resultViews']['find'](_0x49c4df=>_0x49c4df['id']===_0x13b20e);_0x1ae2ab&&(_0x1ae2ab['status']=_0x8145c5,_0x1ae2ab['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x52c652,_0x10b81c){this['headerTitle']=_0x52c652,this['headerSubtitle']=_0x10b81c||'';}['showChunkErrorMessage'](){this['errorType']='chunk',this['showErrorMessage']=!0x0;}['showGeneralErrorMessage'](){this['isError']=!0x0,this['errorType']='general',this['showErrorMessage']=!0x0;}['resetErrorState'](){this['isError']=!0x1,this['errorType']='general',this['showErrorMessage']=!0x1;}['_createSkeletonLoader'](){return new AISkeletonView(this['locale'],Ls['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x20f4bf=new Nt(this['locale']),_0x23902d=[];for(let _0x8d5386=0x0;_0x8d5386<0x10;_0x8d5386++){const _0x3fdce5=this['_createSkeletonLoader']();_0x3fdce5['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x23902d['push'](_0x3fdce5);}return _0x20f4bf['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x1ad3c7=>!_0x1ad3c7)]},'children':_0x23902d}),_0x20f4bf;}['_createResultsBodyView'](){const _0x8ad0b7=new Nt(this['locale']);return _0x8ad0b7['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x5ab15b=>_0x5ab15b)]},'children':this['_resultViews']}),_0x8ad0b7;}['_createErrorView'](){const _0x961bb5=new Nt(this['locale']),_0x4e9a41=new yt(this['locale']),t=this['locale']['t'];return _0x961bb5['delegate']('retryReview')['to'](this),_0x4e9a41['set']({'label':t('Try\x20again'),'withText':!0x0,'class':Bi+'\x20ck-ai_review__check-run-error-retry-button'}),_0x4e9a41['on']('execute',()=>{this['fire']('retryReview');}),_0x961bb5['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x5d796b=>!_0x5d796b),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0xe541d5=>'chunk'===_0xe541d5)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error','ck-ai-notification__full-width','ck-ai_review__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-notification_warning',_0xadf45=>'chunk'===_0xadf45)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x286469=>'general'!==_0x286469)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x555bbc=>'chunk'!==_0x555bbc)]},'children':[{'text':Mi(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x4e9a41]}),_0x961bb5;}['_createCancelButtonView'](){const _0x3e51c8=new yt(this['locale']);return _0x3e51c8['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[Bi+'\x20ck-ai-button-stop-generating'],'icon':_0x41314d}),_0x3e51c8['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x2d66dc=>_0x2d66dc),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x5f5aa8=>_0x5f5aa8)]}}),_0x3e51c8['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x3e51c8;}['_createToggleDiffButtonView'](){const _0x3f1320=new yt(this['locale']);_0x3f1320['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x3f1320['bind']('isEnabled')['to'](this,'isError',_0x30a23c=>!_0x30a23c),_0x3f1320['extendTemplate']({'attributes':{'class':[Bi,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4273fe=>!_0x4273fe),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x33a0ad=>_0x33a0ad)]}});const _0x37ffd4=Mi(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0xb10c10=Mi(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x3f1320['bind']('isOn')['to'](this,'isToggleDiffOn',_0x3dbfd8=>_0x3dbfd8),_0x3f1320['bind']('icon')['to'](this,'isToggleDiffOn',_0x385fb3=>_0x385fb3?nt:rt),_0x3f1320['bind']('label')['to'](this,'isToggleDiffOn',_0x2f9eaf=>_0x2f9eaf?_0x37ffd4:_0xb10c10),_0x3f1320['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x3f1320;}['_createAcceptAllButtonView'](){const _0x166c6a=new yt(this['locale']);return _0x166c6a['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x166c6a['bind']('isEnabled')['to'](this,'isError',_0x100a3f=>!_0x100a3f),_0x166c6a['extendTemplate']({'attributes':{'class':[Ui,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x25a148=>!_0x25a148),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2ff277=>_0x2ff277)]}}),_0x166c6a['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x166c6a;}['_createExitReviewButtonView'](){const _0x3ccb82=new yt(this['locale']);return _0x3ccb82['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x3ccb82['extendTemplate']({'attributes':{'class':[Gi,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x40f636=>!_0x40f636),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x25e19e=>_0x25e19e)]}}),_0x3ccb82['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x3ccb82;}['_createResultHeaderView'](){const _0x10e0e1=new Nt(this['locale']),_0x23342b=this['_createTitleView']();return _0x10e0e1['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x3fca28=>_0x3fca28)]},'children':[_0x23342b,{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3c5583=>!_0x3c5583)],'title':Mi(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')},'children':[{'text':Mi(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x10e0e1;}['_createTitleView'](){const _0x43ed7f=new Nt(this['locale']),_0x17bc04=new AISpinnerView();return _0x17bc04['bind']('isVisible')['to'](this,'isResultReady',_0x5382c8=>!_0x5382c8),_0x43ed7f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper',this['bindTemplate']['if']('isCompleted','ck-hidden',_0xb0f375=>_0xb0f375)]},'children':[_0x17bc04,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-subtitle']},'children':[{'text':this['bindTemplate']['to']('headerSubtitle')}]}]}]}),_0x43ed7f;}['_createFinishReviewButtonView'](){const _0x3a486b=new AIReviewCoreFinishReviewButtonView(Mi(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x3a486b['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x13fe64=>!_0x13fe64)]}}),_0x3a486b['delegate']('finishReview')['to'](this),_0x3a486b;}}class AIReviewCoreReviewCompletedView extends Ht{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x46f7b8,_0x603fc5){super(_0x46f7b8),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x603fc5['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x603fc5['headerText']);const _0x3a999b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x3a999b['if']('isVisible','ck-hidden',_0x3dceb8=>!_0x3dceb8)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-content-icon']},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':['ck-ai_review__review-completed-content-text']},'children':[{'text':_0x603fc5['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x5817ec){const _0x3f8450=new AIReviewCoreFinishReviewButtonView(_0x5817ec,this['locale']);return _0x3f8450['delegate']('finishReview')['to'](this),_0x3f8450;}['_createResultHeaderView'](_0x1b88e3){const _0x3160f6=new Nt(this['locale']);return _0x3160f6['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title'],'title':_0x1b88e3},'children':[{'text':_0x1b88e3}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x3160f6;}}class AIReviewCoreFormDropdownView extends Nt{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x6ff8c9,_0x506797){super(_0x6ff8c9),this['_defaultValue']=_0x506797['default']||(_0x506797['data']['length']>0x0?_0x506797['data'][0x0]['id']:''),this['_defaultLabel']=_0x506797['data']['find'](_0x2b40bb=>_0x2b40bb['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=Ft(this['locale']);const _0x82ebb5=this['_prepareListOptions'](_0x506797['data']);Jt(this['_dropdownView'],_0x82ebb5,{'role':'menu','ariaLabel':_0x506797['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x300bbd=>{_0x300bbd['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x32fb15=>{this['formValue']=_0x32fb15['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x32fb15['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai_review__check-list-item-parameterized-form-element','ck-ai_review__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x2bc7ea=[]){const _0x1b5834=new _t();this['resetToDefault']();for(const _0x42780f of _0x2bc7ea){const _0xecb49a=new Zt({'label':_0x42780f['label'],'withText':!0x0,'role':'menuitemradio','id':_0x42780f['id'],'model':_0x42780f});_0xecb49a['bind']('isOn')['to'](this,'formValue',_0x5502ee=>_0x5502ee===_0xecb49a['id']);const _0x3c4496={'type':'button','model':_0xecb49a};_0x1b5834['add'](_0x3c4496);}return _0x1b5834;}}class AIReviewCoreFormManagerView extends Ht{['_formItem']=null;constructor(_0x35d8f3,_0x4b95f2,_0x2ac36b){super(_0x35d8f3),this['argsKey']=_0x4b95f2?.['argsKey'];if('dropdown'===_0x4b95f2['formType'])this['_formItem']=new AIReviewCoreFormDropdownView(this['locale'],_0x4b95f2);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x553b5e=new _0x58d4aa(this['locale'],{'children':[this['_formItem']],'class':[_0x2ac36b?'ck-form__row_with-submit':'']});_0x2ac36b&&_0x553b5e['children']['add'](_0x2ac36b),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x553b5e]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class AIReviewCorePromptInputView extends _0x514117{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x1cf7bd){super(_0x1cf7bd),this['set']('isEmpty',!0x0),this['keystrokes']=new At(),this['minRows']=AIReviewCorePromptInputView['MIN_ROWS'],this['maxRows']=AIReviewCorePromptInputView['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-prompt-input','class':['ck','ck-review__prompt-input']}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();}),this['keystrokes']['listenTo'](this['element']);}}class AIReviewCoreCustomCheckView extends Nt{['focusTracker']=new It();['keystrokes']=new At();['focusCycler'];['_focusables']=new _0x171c0b();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x314b6b,_0x4efdee,_0x5d50c2=!0x1){super(_0x314b6b),this['_check']=_0x4efdee,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x4efdee['defaultModel']?_0x4efdee['defaultModel']['id']:'',this['_defaultLabel']=_0x4efdee['defaultModel']?_0x4efdee['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x19464f(this['locale'],()=>new AIReviewCorePromptInputView(_0x314b6b)),this['promptInputView']['fieldView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['fieldView']['on']('input',()=>{this['prompt']=this['promptInputView']['fieldView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new _t(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x5d50c2),Jt(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new _0x58d4aa(this['locale'],{'children':[this['promptInputView']]}),new _0x58d4aa(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x214379,_0x6b1b6)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x6b1b6()):_0x6b1b6();}),this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}));}['render'](){super['render'](),([this['promptInputView'],this['_modelSelectionDropdown'],this['cancelButtonView'],this['submitButtonView']]['forEach'](_0x76017=>{this['_focusables']['add'](_0x76017),this['focusTracker']['add'](_0x76017['element']);}),this['keystrokes']['listenTo'](this['element']));}get['modelDefaultValue'](){return this['_defaultValue'];}get['modelDefaultLabel'](){return this['_defaultLabel'];}['resetToDefault'](){this['prompt']='',this['modelId']=this['modelDefaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['modelDefaultLabel'],this['resetFormValidationStatus']();}['resetFormValidationStatus'](){this['promptInputView']['errorText']='';}['_isValid'](){this['resetFormValidationStatus']();for(const _0x4d0259 of this['_getFormValidators']()){const _0x540278=_0x4d0259();if(_0x540278)return this['promptInputView']['errorText']=_0x540278,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return Mi(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x2c6192=new yt(this['locale']),t=this['locale']['t'];return _0x2c6192['set']({'label':t('Submit'),'withText':!0x0,'class':Ui}),_0x2c6192['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x2c6192;}['_createCancelButtonView'](){const _0x18ef17=new yt(this['locale']),t=this['locale']['t'];return _0x18ef17['set']({'label':t('Cancel'),'withText':!0x0,'class':Gi}),_0x18ef17['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3d1169=>{_0x3d1169['stopPropagation']();})}}),_0x18ef17['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x18ef17;}['_setModelList'](_0xbb1972){this['_modelSelectionDropdownItems']['clear']();const _0x5d184b=this['_check']['models'];if(_0xbb1972)this['set']('modelDisplayMode','hidden');else{const _0x5966c9=0x1===_0x5d184b['length'];this['set']('modelDisplayMode',_0x5966c9?'name':'selector');}if(this['resetToDefault'](),_0x5d184b?.['length']){0x1===_0x5d184b['length']&&this['set']('activeModelName',_0x5d184b[0x0]['name']||_0x5d184b[0x0]['id']);for(const _0x471ef5 of _0x5d184b){const _0x12a1b3=new Zt({'label':_0x471ef5['name'],'withText':!0x0,'role':'menuitemradio','id':_0x471ef5['id'],'model':_0x471ef5});_0x12a1b3['bind']('isOn')['to'](this,'modelId',_0x2098e5=>_0x2098e5===_0x471ef5['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x12a1b3,'labelView':new ModelButtonLabelView(this['locale'],_0x471ef5)});}}}['_createModelSelectionDropdown'](){const _0x5d5482=Ft(this['locale']);return _0x5d5482['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x5d5482['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':Gi}),_0x5d5482['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x3a1b6c=>'selector'===_0x3a1b6c),this['listenTo'](_0x5d5482,'execute',_0x11fd1b=>{this['modelId']=_0x11fd1b['source']['model']['id'],_0x5d5482['buttonView']['label']=_0x11fd1b['source']['label'];}),_0x5d5482;}['_createModelNameView'](){const _0x42d86c=new ModelNameView(this['locale']);return _0x42d86c['bind']('text')['to'](this,'activeModelName',_0x3e0ce4=>_0x3e0ce4??''),_0x42d86c['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1898f4=>'name'===_0x1898f4),_0x42d86c;}['_createActionsFooterView'](){const _0x344109=new Nt(this['locale']);return _0x344109['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),_0x344109;}}class ModelNameView extends Nt{constructor(_0xf9c29a){super(_0xf9c29a),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x310705=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x310705['if']('isVisible','ck-hidden',_0x29022a=>!_0x29022a)]},'children':[{'text':_0x310705['to']('text')}]});}}class ModelButtonLabelView extends Mt{constructor(_0x1d53bc,_0x3822d9){super();const _0x57abb2=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x57abb2['to']('style'),'id':_0x57abb2['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x57abb2['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x3822d9['description']||'']}]}]});}}class AIReviewCoreReviewCommandListItemView extends Ht{['_formItemsCollection']=new _0x171c0b();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x4f5fb4,_0x4a8f73,_0x5092f1,_0x1e3050=!0x1){super(_0x4f5fb4),this['_hideModels']=_0x1e3050,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x4a8f73['isParameterized']);const _0x562435=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai_review__check-list-item_selected',_0x95c7a4=>_0x95c7a4),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x4fffe8=>_0x4fffe8)],'style':{'--ck-ai-review-check-list-item-index':_0x5092f1}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-list-item-title-text']},'children':[{'text':_0x4a8f73['title']}]},_0x562435]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x4a8f73['description']?[{'text':_0x4a8f73['description']}]:[]}]}]},..._0x4a8f73['isParameterized']?[this['_createParameterizedView'](_0x4a8f73)]:[],...'custom'===_0x4a8f73['id']?[this['_createCustomView'](_0x4a8f73,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x4a8f73['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x4a8f73['id'],'args':_0x4a8f73['useArgs']?_0x4a8f73['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&jt({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x185158=>{_0x185158['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x10c302=new Lt();return _0x10c302['content']=ot,_0x10c302['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x10c302;}['_createParameterizedView'](_0x58fff1){const _0x2ab3ac=new Nt(),_0x2bd832=this['_createFormView'](_0x58fff1);return _0x2ab3ac['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x25e6dc=>!_0x25e6dc)]},'children':[_0x2bd832]}),_0x2ab3ac;}['_createFormView'](_0x576f87){const _0x5cafa0=new Nt(),_0x992795=Array['isArray'](_0x576f87['options'])?_0x576f87['options']:[],_0x46a756=new yt(this['locale']),t=this['locale']['t'];_0x46a756['set']({'label':t('Submit'),'withText':!0x0,'class':Ui}),_0x46a756['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x2fc236=>{_0x2fc236['stopPropagation']();})}}),_0x46a756['on']('execute',()=>{const _0xc82bf=[],_0xce190a={};this['_formItemsCollection']['forEach'](_0x5adae2=>{_0xc82bf['push'](_0x5adae2['value']),_0x576f87['useArgs']&&_0x576f87['options']&&(_0xce190a[_0x5adae2['argsKey']]=_0x5adae2['value']);}),this['fire']('runReviewCheck',{'id':_0x576f87['id'],'params':_0xc82bf['length']?_0xc82bf:void 0x0,'args':Object['keys'](_0xce190a)['length']?_0xce190a:void 0x0});});const _0x24b210=_0x992795['length'];return _0x992795['forEach']((_0x5cbf1d,_0x3bbe22)=>{const _0x47fc71=_0x3bbe22===_0x24b210-0x1;this['_formItemsCollection']['add'](new AIReviewCoreFormManagerView(this['locale'],_0x5cbf1d,_0x47fc71?_0x46a756:null));}),_0x5cafa0['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x5cafa0;}['_createCustomView'](_0x59d5c9,_0x57e640=!0x1){return this['_customCheckView']=new AIReviewCoreCustomCheckView(this['locale'],_0x59d5c9,_0x57e640),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-parameterized','ck-ai_review__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x418ce4=>!_0x418ce4)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x4cf5bd,_0x54110a,_0x3004d7)=>{_0x3004d7||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class AIReviewCoreReviewCheckListView extends Ht{['_checkViews'];constructor(_0x111e9c){super(_0x111e9c),this['_checkViews']=new _0x171c0b(),this['_setupTemplate']();}['setChecks'](_0x34ac85,_0x20d9ad=!0x1){this['_checkViews']['clear']();for(const [_0x2de13d,_0x1a5e01]of _0x34ac85['entries']()){const _0x4dbcc7=new AIReviewCoreReviewCommandListItemView(this['locale'],_0x1a5e01,_0x2de13d,_0x20d9ad);_0x4dbcc7['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x4dbcc7);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x18f0a7 of this['_checkViews'])_0x18f0a7 instanceof AIReviewCoreReviewCommandListItemView&&_0x18f0a7['resetToDefault']();}['_setupTemplate'](){const _0x163dea=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x163dea['if']('isVisible','ck-hidden',_0x20e66f=>!_0x20e66f)]},'children':this['_checkViews']});}}class AIReviewModeUI extends AIReviewCoreUI{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x1392e8=this['context']['plugins']['get']('AITabs'),_0x570ceb=this['context']['locale'],_0x2ae176=new AIHeaderView(_0x570ceb,{'label':Mi(_0x570ceb,'AI_REVIEW_MODE'),'icon':_0x2e517,'class':'ck-ai-header_review','showResizeButton':_0x1392e8['showResizeButton']});return _0x2ae176['delegate']('resizeTabs')['to'](_0x1392e8),_0x2ae176['bind']('isMaximized')['to'](_0x1392e8['view'],'isMaximized',_0x8ee72a=>_0x8ee72a),new AIReviewCoreView(this['context']['locale'],{'header':_0x2ae176,'list':new AIReviewCoreReviewCheckListView(_0x570ceb),'results':new AIReviewCoreUICheckResultsView(_0x570ceb,{'generalErrorText':Mi(_0x570ceb,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new AIReviewCoreReviewCompletedView(_0x570ceb,{'headerText':Mi(_0x570ceb,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':Mi(_0x570ceb,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':Mi(_0x570ceb,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x9af329=this['context']['plugins']['get']('AITabs');_0x9af329['view']['on']('activateTab',(_0x4dfd6e,{newTab:_0x34227d,oldTab:_0x3600c2})=>{'reviewMode'===_0x34227d?this['fire']('getReviewCheckList'):'reviewMode'===_0x3600c2&&this['fire']('leaveReview');}),_0x9af329['view']['addTab']({'id':'reviewMode','buttonLabel':Mi(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x2e517,'order':0x0,'content':this['_mainView']});}}const tr='review-',er=['softBreak'],ir=['htmlScript','htmlStyle','htmlCustomElement'];class AIReviewCoreEditing extends _0x915a98{static get['requires'](){return[_0x102c6d,AIEditing];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];['_reviewEditingAttachedEditors']=new WeakSet();['_boundEditables']=new WeakMap();constructor(_0x2ff1df){super(_0x2ff1df),this['_domEmitter']=new(vt())(),this['_eventEmitter']=new(Et())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x457d57=_0x2b6c09=>this['_scheduleAttachReviewEditingToEditor'](_0x2b6c09);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x29da5d)return void _0x457d57(this['context']);const _0x2771ef=this['context'];for(const _0x314440 of _0x2771ef['editors'])_0x457d57(_0x314440);this['listenTo'](_0x2771ef['editors'],'add',(_0x39cf2f,_0x23c4f6)=>{_0x457d57(_0x23c4f6);}),this['listenTo'](_0x2771ef['editors'],'remove',(_0x5b2140,_0xa52b73)=>{for(const [_0x14dce5,_0x477f3b]of this['_markers'])_0x477f3b['editor']===_0xa52b73&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x14dce5,'changeId':_0x477f3b['groupId']}),this['_markers']['delete'](_0x14dce5));});}['_scheduleAttachReviewEditingToEditor'](_0x328f35){const _0x58c989=()=>{'destroyed'!==_0x328f35['state']&&_0x328f35['conversion']&&this['_attachReviewEditingToEditor'](_0x328f35);};if('ready'===_0x328f35['state'])return void _0x58c989();const _0x2984e8=()=>{this['stopListening'](_0x328f35,'ready',_0x2984e8),_0x58c989();};this['listenTo'](_0x328f35,'ready',_0x2984e8);}['_attachReviewEditingToEditor'](_0x157ffe){this['_reviewEditingAttachedEditors']['has'](_0x157ffe)||(_0x157ffe['conversion']['for']('editingDowncast')['markerToElement']({'model':tr+'insert','view':(_0x31f9b0,{writer:_0x201eb2})=>{const _0x33f2e2=this['_markers']['get'](_0x31f9b0['markerName']),_0x500a74={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x33f2e2?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x31f9b0['markerName']};return _0x201eb2['createUIElement']('span',_0x500a74,function(_0x157654){const _0x4b43d3=this['toDomElement'](_0x157654);return _0x4b43d3['innerHTML']=_0x33f2e2?.['content']?.['asString']||'',_0x4b43d3;});}}),_0x157ffe['conversion']['for']('editingDowncast')['markerToHighlight']({'model':tr+'remove-only','view':_0x2e8395=>{const _0x160432=this['_markers']['get'](_0x2e8395['markerName']),_0x1ef022=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x160432?.['id']||'')&&_0x1ef022['push']('ck-ai_review__change_active'),{'classes':_0x1ef022,'attributes':{'data-marker-id':_0x2e8395['markerName']}};}}),_0x157ffe['conversion']['for']('editingDowncast')['markerToHighlight']({'model':tr+'remove-context','view':_0x59c4f1=>{const _0x107d26=this['_markers']['get'](_0x59c4f1['markerName']),_0x53518e=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x107d26?.['id']||'')&&_0x53518e['push']('ck-ai_review__change_active'),{'classes':_0x53518e,'attributes':{'data-marker-id':_0x59c4f1['markerName']}};}}),_0x157ffe['conversion']['for']('editingDowncast')['markerToHighlight']({'model':tr+'remove-text','view':_0x2c6e66=>{const _0x5eadc2=this['_markers']['get'](_0x2c6e66['markerName']),_0x3a104c=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x5eadc2?.['id']||'')&&_0x3a104c['push']('ck-ai_review__change_active'),{'classes':_0x3a104c,'attributes':{'data-marker-id':_0x2c6e66['markerName']}};}}),_0x157ffe['conversion']['for']('dataDowncast')['markerToElement']({'model':tr+'suggestion-context','view':(_0xe2e37c,{writer:_0x25a435})=>_0x25a435['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0xe2e37c['isOpening']?'start':'end')})}),_0x157ffe['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x1e6e9f,'view':_0xc48546}),this['_updateMouseMarkerInteractionListeners'](_0x157ffe),this['listenTo'](_0x157ffe,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x157ffe),{'priority':'lowest'}),this['listenTo'](_0x157ffe,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x157ffe),{'priority':'lowest'}),_0x157ffe['model']['document']['registerPostFixer'](_0x2f5807=>this['_validateMarkers'](_0x157ffe,_0x2f5807)),_0x157ffe['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x157ffe)),this['_reviewEditingAttachedEditors']['add'](_0x157ffe));}['_updateMouseMarkerInteractionListeners'](_0x699ddb){let _0x209dfc=this['_boundEditables']['get'](_0x699ddb);_0x209dfc||(_0x209dfc=new Map(),this['_boundEditables']['set'](_0x699ddb,_0x209dfc));const _0x201a0b=new Set(_0x699ddb['ui']['getEditableElementsNames']());for(const _0x1620b6 of _0x201a0b){if(_0x209dfc['has'](_0x1620b6))continue;const _0x28fcdb=_0x699ddb['ui']['getEditableElement'](_0x1620b6);_0x209dfc['set'](_0x1620b6,_0x28fcdb),this['_attachMouseMarkerInteractionListeners'](_0x28fcdb);}for(const [_0x356492,_0x2b40f9]of _0x209dfc)_0x201a0b['has'](_0x356492)||(_0x209dfc['delete'](_0x356492),this['_domEmitter']['stopListening'](_0x2b40f9));}['_attachMouseMarkerInteractionListeners'](_0x1737e4){this['_domEmitter']['listenTo'](_0x1737e4,'mouseup',(_0x854251,_0xba9b7a)=>{const _0x15e0c2=_0xba9b7a['target'],_0x15e8d3=this['_findMarkerElement'](_0x15e0c2);if(!_0x15e8d3)return;const _0x2f8c2d=_0x15e8d3['getAttribute']('data-marker-id'),_0x5cf2e1=_0x2f8c2d['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x2f8c2d,'changeId':_0x5cf2e1,'markerElement':()=>this['_findMarkerElementById'](_0x2f8c2d),'domEvent':_0xba9b7a});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x1737e4,'mouseover',(_0x11dc1d,_0x5081ed)=>{const _0x434321=_0x5081ed['target'],_0xabf6f2=_0x5081ed['relatedTarget'];let _0x50dfd8=this['_findMarkerElement'](_0x434321);if(!_0x50dfd8&&_0xabf6f2&&(_0x50dfd8=this['_findMarkerElement'](_0xabf6f2)),!_0x50dfd8)return;const _0x234731=_0x50dfd8['getAttribute']('data-marker-id'),_0x261fcd=_0x234731['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x261fcd,'markerElement':()=>this['_findMarkerElementById'](_0x234731),'domEvent':_0x5081ed});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x1902b2((_0xffdcf,_0x5a0a8e)=>{const _0x239048=_0x5a0a8e['target'];if(this['_findMarkerElement'](_0x239048))return;_0x239048['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x5cca39=this['context']['plugins']['get']('AIEditing'),_0x2aedd9=ms(this['context']);if(!_0x2aedd9['length'])throw new ht('ai-get-editor-from-context-no-editor',this);const _0x371a52=new Set(),_0x500ae1=[],_0x479697=new Map();for(const _0x223172 of _0x2aedd9)for(const _0x57bb11 of _0x223172['model']['document']['getRoots']()){if('$graveyard'===_0x57bb11['rootName'])continue;const _0x3974b9=this['_buildDocumentDataSliceForRoot'](_0x223172,_0x57bb11,_0x5cca39,_0x371a52);_0x500ae1['push'](_0x3974b9['content']);for(const [_0x564753,_0x166260]of _0x3974b9['elements'])_0x479697['set'](_0x564753,_0x166260);}return{'elements':_0x479697,'content':_0x500ae1['join']('')};}['_buildDocumentDataSliceForRoot'](_0x2d53a1,_0x3e7fbe,_0x330a6d,_0x579161){const _0x32bba1=_0x2d53a1['model'],_0x305fc5=new _0x27f90b();for(const _0x51e675 of _0x3e7fbe['getChildren']())_0x305fc5['_appendChild'](_0x51e675['_clone'](!0x0));for(const _0x209830 of _0x32bba1['markers']){const _0x392ee3=_0x209830['getRange']();_0x392ee3&&_0x392ee3['root']['rootName']===_0x3e7fbe['rootName']&&_0x305fc5['markers']['set'](_0x209830['name'],this['_changeRangeOwnerDocument'](_0x392ee3['clone'](),_0x305fc5));}const _0x5ace96=new Map(),_0x21246c=_0x32bba1['document']['version'],_0x44c794=new _0x46f40e({'ignoreElementEnd':!0x0,'startPosition':_0x32bba1['createPositionAt'](_0x305fc5,0x0)});for(const {item:_0x2fda59}of _0x44c794){if(_0x2fda59['is']('element')&&_0x2fda59['name']&&ir['includes'](_0x2fda59['name'])){const _0x4f6240=this['_upsertDataId'](_0x2fda59,()=>_0x330a6d['_nextDataId'](_0x579161));_0x579161['add'](_0x4f6240);}if(!_0x2fda59['is']('$textProxy'))continue;const _0x37b37f=_0x2fda59['parent'];if(!_0x37b37f||!_0x37b37f['is']('element'))continue;const _0x16d500=this['_upsertDataId'](_0x37b37f,()=>_0x330a6d['_nextDataId'](_0x579161));_0x579161['add'](_0x16d500);for(const _0xc45dbb of _0x37b37f['getChildren']())_0xc45dbb['is']('element')&&(_0xc45dbb['name']&&er['includes'](_0xc45dbb['name'])||_0x579161['add'](this['_upsertDataId'](_0xc45dbb,()=>_0x330a6d['_nextDataId'](_0x579161))));let _0x216f5b=_0x37b37f;for(;_0x216f5b['parent']&&!_0x216f5b['parent']['is']('documentFragment');)_0x216f5b=_0x216f5b['parent'],_0x216f5b['hasAttribute'](_0x1e6e9f)&&_0x216f5b['_removeAttribute'](_0x1e6e9f);_0x5ace96['set'](_0x16d500,{'editor':_0x2d53a1,'rootName':_0x3e7fbe['rootName'],'path':_0x37b37f['getPath'](),'documentVersion':_0x21246c,'getContent':this['_createGetContentUsingDataIdFn'](_0x216f5b['_clone'](!0x0),_0x16d500,_0x2d53a1['data'])}),_0x44c794['jumpTo'](_0x32bba1['createPositionAfter'](_0x37b37f));}return{'content':_0x2d53a1['data']['processor']['toData'](_0x2d53a1['data']['toView'](_0x305fc5)),'elements':_0x5ace96};}['diffContent'](_0x28d5ef,_0xf24364,_0x24826a,_0x4242a7=!0x1){const {contentInitial:_0x6e6e6,contentNew:_0x164193}=this['_neutralizeChangesOnUnsupportedElements'](_0xf24364,_0x24826a),_0x1df6fb=[],_0x594fe4=_0x28d5ef['data']['parse'](_0x164193,'$documentFragment'),_0x12407a=_0x28d5ef['data']['parse'](_0x6e6e6,'$documentFragment'),_0xc68581=_0x28d5ef['model']['createPositionAt'](_0x12407a,0x0);if(this['_haveSingleTopLevelElement'](_0x594fe4)){if(!this['_hasSameTopLevelElement'](_0x12407a,_0x594fe4))return _0x1df6fb;}else{const _0x317fe1=_0x28d5ef['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x12407a,_0x317fe1)||!this['_haveOnlyInlineContent'](_0x594fe4,_0x317fe1))return _0x1df6fb;}const _0x53fb93=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x6e6e6,_0x164193,{'targetEditor':_0x28d5ef,'anchor':_0xc68581,'markDeletions':!0x0})['getOperations']()['filter'](_0x42146f=>'insert'===_0x42146f['type']||'marker'===_0x42146f['type']&&_0x42146f['name']['startsWith']('$markedRemove')),_0x40ee36=this['_groupAdjacentOperations'](_0x53fb93),_0x1bafd0=[];if(_0x4242a7){if(_0x40ee36['length']){const _0x40bbe1=_0x40ee36[0x0]['operations'][0x0],_0x1a4765='insert'===_0x40bbe1['type']?_0x40bbe1['position']:_0x40bbe1['newRange']['start'],_0x1311a0=this['_getPositionLimitingRange'](_0x1a4765,_0x28d5ef,'inside'),_0x531eea=_0x1311a0?_0x594fe4['getChild'](0x0)['getChildren']():_0x594fe4['getChildren'](),_0x19960a=_0x1311a0||_0x28d5ef['model']['createRangeIn'](_0x12407a),_0x26be5c=[new _0x45d78f('$markedRemove:synthetic'+at(),null,_0x19960a,_0x28d5ef['model']['document']['model']['markers'],!0x0,_0x28d5ef['model']['document']['version']+0x1),new _0x5ea33c(_0x19960a['end'],_0x531eea,_0x28d5ef['model']['document']['version']+0x2)];_0x1bafd0['push']({'operations':_0x26be5c,'operationsIsolated':_0x26be5c,'groupOffset':0x0});}}else _0x1bafd0['push'](..._0x40ee36);let _0x4f5055=0x0;return _0x28d5ef['model']['change'](_0x271d42=>{for(let _0xdce4b7=0x0;_0xdce4b7<_0x1bafd0['length'];_0xdce4b7++){const _0x21b1ae=_0x1bafd0[_0xdce4b7],_0x49a778=_0x271d42['createDocumentFragment']();for(const _0x3bd118 of _0x12407a['getChildren']())_0x271d42['append'](_0x3bd118['_clone'](!0x0),_0x49a778);for(const _0x476744 of _0x21b1ae['operationsIsolated'])if('insert'===_0x476744['type']){const _0x1e2513=_0x476744;_0x1e2513['baseVersion']=null,_0x1e2513['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x1e2513,_0x49a778),_0x271d42['batch']['addOperation'](_0x476744),_0x28d5ef['model']['applyOperation'](_0x476744);const _0xd39c45='suggestion:insertion:id:authorId:'+_0x4f5055++,_0x458693=_0x28d5ef['model']['createRange'](_0x1e2513['position'],_0x1e2513['position']['getShiftedBy'](_0x1e2513['howMany']));_0x49a778['markers']['set'](_0xd39c45,_0x458693);}else{if('marker'===_0x476744['type']&&_0x476744['name']['startsWith']('$markedRemove')){const _0x3291f9=_0x476744,_0x5b0d0b='suggestion:deletion:id:authorId:'+_0x4f5055++;this['_changeOperationOwnerDocument'](_0x3291f9,_0x49a778),_0x49a778['markers']['set'](_0x5b0d0b,_0x3291f9['newRange']);}}if(_0x4242a7)_0x1df6fb['push']({..._0x21b1ae,'context':this['_createGetContentFn'](_0x12407a,_0x28d5ef['data']),'content':this['_createGetContentFn'](_0x12407a,_0x28d5ef['data'])});else{const _0xa663bc=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x21b1ae['operationsIsolated'][0x0]),_0x49a778),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x21b1ae['operationsIsolated'][_0x21b1ae['operationsIsolated']['length']-0x1]),_0x49a778),_0x28d5ef);_0x49a778['markers']['set'](tr+'suggestion-context',new _0x245154(_0xa663bc['start'],_0xa663bc['end'])),_0x1df6fb['push']({..._0x21b1ae,'context':this['_createGetContextFn'](_0x49a778,_0x28d5ef['data'],{'ellipsisBefore':_0xa663bc['hasContentBefore'],'ellipsisAfter':_0xa663bc['hasContentAfter']}),'content':this['_createGetContentFn'](_0x49a778,_0x28d5ef['data'])});}}}),_0x1df6fb;}['markChangePositionInEditorContent'](_0x350904,_0x54d742){if(!_0x350904['length'])return;const _0x27d0fa=_0x350904[0x0]['parent']['id'],_0x153131=_0x54d742['elements']['get'](_0x27d0fa);if(!_0x153131)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x27d0fa);const _0x1c7a76=_0x153131['path'],_0x4ba418=_0x153131['editor'],_0x3f68ac=_0x4ba418['model']['document']['getRoot'](_0x153131['rootName']);if(!_0x3f68ac)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x153131['rootName']);const _0x18a9a7=_0x4ba418['model']['document']['history']['getOperations'](_0x153131['documentVersion']),_0x1ab057=[];for(const _0x14dbd0 of _0x350904){const _0x365a93=_0x14dbd0['operationsIsolated']['map'](_0x36166f=>this['_translateOperationToEditorContent'](_0x36166f,_0x1c7a76,_0x3f68ac));if(!_0x365a93||!_0x365a93['length'])continue;const _0x79cbed=_0x365a93['every'](_0x416cfd=>'marker'===_0x416cfd['type']&&_0x416cfd['name']['startsWith']('$markedRemove')),_0x6845e2={'document':_0x4ba418['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x32083e=_0x144e65(_0x365a93,_0x18a9a7,_0x6845e2)['operationsA'];for(const _0x5105a1 of _0x32083e)if('insert'===_0x5105a1['type']){const _0x10b511=_0x5105a1,_0x3c5fd7=_0x10b511['nodes'];_0x4ba418['model']['change'](_0x3c897f=>{const _0x4a95d2=_0x3c897f['createDocumentFragment']();for(const _0x14d69c of _0x3c5fd7)_0x3c897f['append'](_0x14d69c['_clone'](!0x0),_0x4a95d2);_0x1ab057['push']({'start':_0x10b511['position'],'end':_0x10b511['position'],'type':'insert','groupId':_0x14dbd0['id'],'content':{'asString':this['_createGetContentFn'](_0x4a95d2,_0x4ba418['data'])(),'asFragment':_0x4a95d2}});});}else{if('marker'===_0x5105a1['type']&&_0x5105a1['name']['startsWith']('$markedRemove')){const _0x1e481b=_0x5105a1;let _0xd37edd='remove-text';if(_0x79cbed){const _0x2dd8cd=this['_findAdjacentContextDistance'](_0x1e481b['newRange']['start'],'backward',_0x4ba418['model']['schema']),_0x91b6ad=this['_findAdjacentContextDistance'](_0x1e481b['newRange']['end'],'forward',_0x4ba418['model']['schema']);if(_0x2dd8cd||_0x91b6ad){const _0x2cdb8c=_0x1e481b['newRange']['start']['getShiftedBy'](-_0x2dd8cd),_0x2e557a=_0x1e481b['newRange']['end']['getShiftedBy'](_0x91b6ad);_0x1ab057['push']({'start':_0x2cdb8c,'end':_0x2e557a,'groupId':_0x14dbd0['id'],'type':'remove-context'});}else _0xd37edd='remove-only';}_0x1ab057['push']({'start':_0x1e481b['newRange']['start'],'end':_0x1e481b['newRange']['end'],'groupId':_0x14dbd0['id'],'type':_0xd37edd});}}}this['_insertMarkers'](_0x1ab057,_0x4ba418);}['clearAllMarkers'](){const _0xddf47c=new Map();for(const _0x498bea of this['_markers']['keys']()){const _0x35ce72=this['_markers']['get'](_0x498bea);_0x35ce72?.['editor']&&(_0xddf47c['has'](_0x35ce72['editor'])||_0xddf47c['set'](_0x35ce72['editor'],[]),_0xddf47c['get'](_0x35ce72['editor'])['push'](_0x498bea));}for(const [_0x123e6f,_0x10d719]of _0xddf47c)_0x123e6f['model']['change'](_0x32804d=>{for(const _0xece2c3 of _0x10d719)_0x123e6f['model']['markers']['get'](_0xece2c3)&&_0x32804d['removeMarker'](_0xece2c3);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x52a39f of ms(this['context']))_0x52a39f['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x2c20ef of ms(this['context']))_0x2c20ef['disableReadOnlyMode']('ai-review');}['applyChange'](_0x1b85d5){const _0x3fd605=_0x1b85d5['map'](_0x28c48d=>this['_getMarkersDataForGroup'](_0x28c48d))['flat'](),_0x200f14=new Map();for(const _0x228c7f of _0x3fd605)_0x200f14['has'](_0x228c7f['editor'])||_0x200f14['set'](_0x228c7f['editor'],[]),_0x200f14['get'](_0x228c7f['editor'])['push'](_0x228c7f);for(const [_0x3927a4,_0x20f2ee]of _0x200f14){const _0x270876=_0x3927a4['model'];_0x270876['change'](_0x12b7f9=>{for(const _0x612708 of _0x20f2ee){const _0x1ff557=_0x3927a4['model']['markers']['get'](_0x612708['id']);if(_0x1ff557){if('insert'===_0x612708['type']){if(!_0x612708['content'])continue;_0x270876['insertContent'](_0x612708['content']['asFragment']||null,_0x1ff557['getRange']()['start']);}else'remove-text'!==_0x612708['type']&&'remove-only'!==_0x612708['type']||_0x270876['deleteContent'](_0x270876['createSelection'](_0x1ff557['getRange']()));_0x12b7f9['removeMarker'](_0x612708['id']),this['_markers']['delete'](_0x612708['id']);}}});}}['rejectChange'](_0x7c369f){const _0x5183bf=this['_getMarkersDataForGroup'](_0x7c369f),_0x5eeb82=new Map();for(const _0x4192f4 of _0x5183bf)_0x5eeb82['has'](_0x4192f4['editor'])||_0x5eeb82['set'](_0x4192f4['editor'],[]),_0x5eeb82['get'](_0x4192f4['editor'])['push'](_0x4192f4);for(const [_0x10d82d,_0x49cf50]of _0x5eeb82)_0x10d82d['model']['change'](_0x4cf6c2=>{for(const _0x4775ed of _0x49cf50)_0x4cf6c2['removeMarker'](_0x4775ed['id']),this['_markers']['delete'](_0x4775ed['id']);});}['getEditor'](){return ps(this['context']);}['getEditors'](){return ms(this['context']);}['getEditorForChange'](_0x1e6b2d){const _0x54ad56=this['_getMarkersDataForGroup'](_0x1e6b2d);return _0x54ad56[0x0]?.['editor'];}['getMarkerElementForChange'](_0x2b5591){const _0x5df7cd=Array['from'](this['_markers']['values']())['filter'](_0x5a17e3=>_0x5a17e3['groupId']===_0x2b5591);if(!_0x5df7cd['length'])return null;const _0x21b973=0x1===_0x5df7cd['length']?_0x5df7cd[0x0]:this['_sortMarkers'](_0x5df7cd)[0x0],_0x29b580=_0x21b973['editor']['model']['markers']['get'](_0x21b973['id']);if(!_0x29b580)return null;return{'modelRange':_0x29b580['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x21b973['id'])};}['getContentElementForChange'](_0x3f1e38){const _0x40d7db=Array['from'](this['_markers']['values']())['filter'](_0x2ad7aa=>_0x2ad7aa['groupId']===_0x3f1e38);if(!_0x40d7db['length'])return null;const _0x5099fb=0x1===_0x40d7db['length']?_0x40d7db[0x0]:this['_sortMarkers'](_0x40d7db)[0x0],_0x74c914=_0x5099fb['editor'],_0x4241e0=_0x74c914['model']['markers']['get'](_0x5099fb['id']);if(!_0x4241e0)return null;const _0x414596=_0x4241e0['getRange'](),_0x2959a6=_0x74c914['editing']['view']['getDomRoot'](_0x414596['root']['rootName'])||_0x74c914['editing']['view']['getDomRoot']();if(!_0x2959a6||!_0x414596)return null;let _0x462e14=_0x414596['start']['parent'];for(;_0x462e14['parent']&&!_0x462e14['parent']['is']('rootElement');)_0x462e14=_0x462e14['parent'];if(!_0x462e14||!_0x462e14['name'])return null;const _0x299054=_0x2959a6['querySelector']('[data-marker-id=\x22'+_0x5099fb['id']+'\x22]');if(!_0x299054)return null;let _0x4f36af=null;_0x74c914['model']['change'](_0x23ea92=>{_0x4f36af=_0x23ea92['createDocumentFragment'](),_0x23ea92['append'](_0x462e14['_clone'](!0x0),_0x4f36af);});const _0x3b2e80=_0x74c914['data']['toView'](_0x4f36af)['getChild'](0x0);return _0x299054['closest'](_0x3b2e80['name']);}['reactivateMarkers'](_0x38cd83){const _0x2ddf3a=this['_getMarkersDataForGroup'](_0x38cd83);if(!_0x2ddf3a['length'])return;const _0x304218=Array['from'](this['_activeMarkers'])['sort'](),_0x2c4cc9=Array['from'](new Set(_0x2ddf3a['map'](_0x49be75=>_0x49be75['id'])))['sort']();_0x304218['join']('|')!==_0x2c4cc9['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x38cd83));}['setMarkersInElementAsActive'](_0x3b19d6){const _0x130b56=this['_getMarkersDataForGroup'](_0x3b19d6);if(!_0x130b56['length'])return;const _0x2dab5d=_0x130b56[0x0]['editor'],_0x7d8334=new Set(_0x130b56['map'](_0x8485aa=>_0x8485aa['id'])),_0x5a3944=Array['from'](_0x7d8334['values']())['map'](_0x542bf0=>_0x2dab5d['model']['markers']['get'](_0x542bf0))['filter'](_0x592ec7=>!!_0x592ec7);_0x7d8334['forEach'](_0x2cd74c=>{this['_activeMarkers']['add'](_0x2cd74c);}),_0x2dab5d['model']['change'](()=>{_0x5a3944['forEach'](_0x37e3ec=>{_0x2dab5d['editing']['reconvertMarker'](_0x37e3ec);});});}['setAllMarkersAsInactive'](){const _0x26b7c4=Array['from'](this['_activeMarkers']);if(!_0x26b7c4['length'])return;this['_activeMarkers']['clear']();const _0x349842=new Map();for(const _0x2985ff of _0x26b7c4){const _0x5c2a77=this['_markers']['get'](_0x2985ff);if(!_0x5c2a77)continue;const _0x4e4955=_0x5c2a77['editor'],_0x5a9a94=_0x4e4955['model']['markers']['get'](_0x2985ff);_0x5a9a94&&(_0x349842['has'](_0x4e4955)||_0x349842['set'](_0x4e4955,[]),_0x349842['get'](_0x4e4955)['push'](_0x5a9a94));}for(const [_0x3a0357,_0xad2d26]of _0x349842)_0x3a0357['model']['change'](()=>{_0xad2d26['forEach'](_0x5427c8=>{_0x3a0357['editing']['reconvertMarker'](_0x5427c8);});});}['_getPositionLimitingRange'](_0x1a8e82,_0x5ec838,_0xe145e9='outside'){if(!_0x1a8e82)return null;let _0x275537=_0x1a8e82['parent'];for(;_0x275537&&_0x275537['parent']&&!_0x275537['parent']['is']('rootElement')&&!_0x5ec838['model']['schema']['isLimit'](_0x275537)&&!_0x5ec838['model']['schema']['isBlock'](_0x275537);)_0x275537=_0x275537['parent'];if(!_0x275537||!_0x275537['name']||_0x275537['is']('rootElement'))return null;let _0x228c80=null;return _0x5ec838['model']['change'](_0xc80c30=>{_0x228c80='inside'===_0xe145e9?_0xc80c30['createRangeIn'](_0x275537):_0xc80c30['createRangeOn'](_0x275537);}),_0x228c80;}['_validateMarkers'](_0x1c17cf,_0x510896){const _0x149ca3=Array['from'](this['_markers']['keys']()),_0x2d1aaa=new Map();for(const _0x38ac2b of _0x149ca3){const _0x5ba18d=_0x1c17cf['model']['markers']['get'](_0x38ac2b);if(!_0x5ba18d)continue;const _0x23e885=_0x5ba18d['getStart']()['root']['rootName']+':'+_0x5ba18d['getStart']()['path'][0x0];_0x2d1aaa['has'](_0x23e885)||_0x2d1aaa['set'](_0x23e885,[]),_0x2d1aaa['get'](_0x23e885)['push'](_0x5ba18d);}const _0x4115b5=new Set();for(const _0x5c4e94 of _0x1c17cf['model']['document']['differ']['getChanges']()){let _0x2e45b1='',_0x2b873c=null;if('insert'===_0x5c4e94['type'])_0x2b873c=new _0x245154(_0x5c4e94['position'],_0x5c4e94['position']['getShiftedBy'](_0x5c4e94['length'])),_0x2e45b1=_0x5c4e94['position']['root']['rootName']+':'+_0x5c4e94['position']['path'][0x0];else{if('remove'!==_0x5c4e94['type'])continue;_0x2b873c=new _0x245154(_0x5c4e94['position']),_0x2e45b1=_0x5c4e94['position']['root']['rootName']+':'+_0x5c4e94['position']['path'][0x0];}const _0x468ea3=_0x2d1aaa['get'](_0x2e45b1)||[];if(_0x468ea3['length']){for(const _0x531156 of _0x468ea3)if(_0x2b873c['root']['rootName']===_0x531156['getRange']()['root']['rootName']&&('insert'!==_0x5c4e94['type']||!_0x2b873c['containsRange'](_0x531156['getRange']()))&&(_0x2b873c['isIntersecting'](_0x531156['getRange']())||_0x2b873c['start']['isTouching'](_0x531156['getRange']()['end'])||_0x2b873c['end']['isTouching'](_0x531156['getRange']()['start']))){const _0x37f696=this['_parseMarkerName'](_0x531156['name']);Array['from'](this['_markers']['values']())['filter'](_0x2e19aa=>_0x2e19aa['groupId']===_0x37f696['groupId'])['forEach'](_0x5cb89f=>_0x4115b5['add'](_0x5cb89f['id']));}}}if(_0x4115b5['size']){for(const _0x5d4509 of _0x4115b5)_0x510896['removeMarker'](_0x5d4509);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x4882a9){for(const {name:_0xc981cc,data:_0x537b36}of _0x4882a9['model']['document']['differ']['getChangedMarkers']()){if(!_0xc981cc['startsWith'](tr))continue;const _0x19e113=_0x537b36['oldRange'],_0x3d5c53=_0x537b36['newRange'],_0x568315=_0x19e113&&'$graveyard'===_0x19e113['root']['rootName'],_0x4b00f6=_0x3d5c53&&'$graveyard'===_0x3d5c53['root']['rootName'];if(_0x568315&&_0x4b00f6)continue;const _0x475842=this['_parseMarkerName'](_0xc981cc);this['_markers']['get'](_0xc981cc)&&(_0x4b00f6||!_0x3d5c53?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0xc981cc,'changeId':_0x475842['groupId']}):_0x568315&&_0x3d5c53&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0xc981cc,'changeId':_0x475842['groupId']}));}}['_parseMarkerName'](_0x4f7819){const _0x34dfcd=_0x4f7819['split'](':'),_0x174dfe=(_0x34dfcd[0x1]||'')['split']('_');return{'prefix':_0x34dfcd[0x0],'groupId':_0x174dfe[0x0],'suffix':_0x174dfe[0x1]};}['_translateOperationToEditorContent'](_0x4ade33,_0x249540,_0x3c5045){if('insert'===_0x4ade33['type']){const _0xcb2db0=_0x4ade33;return new _0x5ea33c(this['_changePosition'](_0x249540['concat'](_0xcb2db0['position']['offset']),_0x3c5045),_0xcb2db0['nodes'],_0xcb2db0['baseVersion']);}if('marker'===_0x4ade33['type']&&_0x4ade33['name']['startsWith']('$markedRemove')){const _0x3c85b8=_0x4ade33;return new _0x45d78f(_0x3c85b8['name'],_0x3c85b8['oldRange'],this['_changeRange'](_0x3c85b8['newRange'],_0x249540['concat'](_0x3c85b8['newRange']['start']['offset']),_0x249540['concat'](_0x3c85b8['newRange']['end']['offset']),_0x3c5045),_0x3c85b8['_markers'],_0x3c85b8['affectsData'],_0x3c85b8['baseVersion']);}return _0x4ade33;}['_groupAdjacentOperations'](_0x432f3f){if(!_0x432f3f['length'])return[];const _0x5c3604=[];let _0x3ec9ab=0x0,_0x17bca4=0x0,_0x3cf0ad=[];for(let _0x22f884=0x0;_0x22f884<=_0x432f3f['length'];_0x22f884++){const _0x1a93fe=_0x432f3f[_0x22f884],_0x4f5763=_0x432f3f[_0x22f884-0x1];!_0x1a93fe||_0x4f5763&&!this['_getOperationEnd'](_0x4f5763)['isTouching'](this['_getOperationStart'](_0x1a93fe))?(_0x5c3604['push']({'operations':_0x3cf0ad,'operationsIsolated':_0x3cf0ad['map'](_0x1b780d=>this['_shiftOperation'](_0x1b780d['clone'](),-_0x17bca4)),'groupOffset':_0x3ec9ab}),_0x3cf0ad=_0x1a93fe?[_0x1a93fe]:[],_0x17bca4+=_0x3ec9ab,_0x3ec9ab=0x0):_0x3cf0ad['push'](_0x1a93fe),_0x1a93fe&&'insert'===_0x1a93fe['type']&&(_0x3ec9ab+=_0x1a93fe['howMany']);}return _0x5c3604;}['_findAdjacentContextDistance'](_0x375cfc,_0x357576,_0x3cbfb0,_0x485d8d=0x1){const _0x3395ae=new _0x46f40e({'startPosition':_0x375cfc,'direction':_0x357576});let _0xd0008a=0x0;for(let _0x55ba6b=0x0;_0x55ba6b<_0x485d8d;_0x55ba6b++){let _0x2c2c09=0x0,_0x3d2a99=!0x1,_0x39f80c='forward'===_0x357576?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x119b43}of _0x3395ae)if(_0x119b43['is']('$textProxy')){const _0x10ffe4=_0x39f80c['exec'](_0x119b43['data']);if(_0x10ffe4&&_0x10ffe4['length']){if(_0x2c2c09+='forward'===_0x357576?_0x10ffe4['index']+_0x10ffe4[0x0]['length']:_0x119b43['data']['length']-_0x10ffe4['index'],_0x10ffe4[0x0]['length']!==_0x119b43['data']['length'])break;_0x3d2a99=!0x0,_0x39f80c='forward'===_0x357576?/^\w+/:/\w+$/;}else{if(_0x3d2a99)break;_0x2c2c09+=_0x119b43['offsetSize'];}}else{if(_0x119b43['is']('element')){_0x3cbfb0['isInline'](_0x119b43)&&!_0x3d2a99&&(_0x2c2c09+=0x1);break;}}_0xd0008a+=_0x2c2c09,_0x3395ae['jumpTo'](_0x375cfc['getShiftedBy']('forward'===_0x357576?_0xd0008a:-_0xd0008a));}return _0xd0008a;}['_getChangeContext'](_0x4df7d1,_0x5cba33,_0x1fc496){const _0x4d5200=_0x1fc496['model']['schema'],_0x49e2da=this['_findAdjacentContextDistance'](_0x4df7d1,'backward',_0x4d5200,0x6),_0x51c068=this['_findAdjacentContextDistance'](_0x5cba33,'forward',_0x4d5200,0x6),_0x2775e5=_0x4df7d1['getShiftedBy'](-_0x49e2da),_0x4367f9=_0x5cba33['getShiftedBy'](_0x51c068);return{'start':_0x2775e5,'end':_0x4367f9,'hasContentBefore':!_0x2775e5['isAtStart'],'hasContentAfter':!_0x4367f9['isAtEnd']};}['_insertMarkers'](_0x494f59,_0x4252b2){const _0x4be327=this['context']['plugins']['get']('AIEditing'),_0x252284=new Set();_0x4252b2['model']['change'](_0x45d718=>{for(const _0xc09ded of _0x494f59){const _0x146a33=''+tr+_0xc09ded['type']+':'+_0xc09ded['groupId']+'_'+_0x4be327['_nextDataId'](_0x252284);this['_markers']['set'](_0x146a33,{'id':_0x146a33,'groupId':_0xc09ded['groupId'],'type':_0xc09ded['type'],'content':_0xc09ded['content'],'editor':_0x4252b2}),_0x45d718['addMarker'](_0x146a33,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x45d718['createRange'](_0xc09ded['start'],_0xc09ded['end'])});}});}['_createGetContextFn'](_0x50fcb8,_0x5e0d75,_0x3d8414){let _0x53519f='';return()=>{if(!_0x53519f){const _0x5db0c2=_0x5e0d75['toView'](_0x50fcb8,{'showSuggestionHighlights':!0x0});let _0x5d39d0=_0x5db0c2['getChild'](0x0);if(_0x5d39d0['is']('containerElement')||(_0x5d39d0=_0x5db0c2),!_0x5d39d0)return'';let _0x15ee69=!0x1;const _0x2d853f=[];for(const _0x17a00e of _0x5d39d0['getChildren']())_0x17a00e['is']('element','span')&&_0x17a00e['hasClass']('ck-ai_review-marker_context-end')&&(_0x15ee69=!0x1),_0x15ee69&&_0x2d853f['push'](_0x17a00e),_0x17a00e['is']('element','span')&&_0x17a00e['hasClass']('ck-ai_review-marker_context-start')&&(_0x15ee69=!0x0);_0x5d39d0['_removeChildren'](0x0,_0x5d39d0['childCount']),_0x3d8414?.['ellipsisBefore']&&_0x5d39d0['_appendChild']('…'),_0x5d39d0['_appendChild'](_0x2d853f),_0x3d8414?.['ellipsisAfter']&&_0x5d39d0['_appendChild']('…');const _0x6dc12f=_0x5e0d75['htmlProcessor']['domConverter']['viewToDom'](_0x5db0c2),_0x487bfd=_0x5e0d75['htmlProcessor']['htmlWriter']['getHtml'](_0x6dc12f);_0x53519f=this['_removeUnsupportedElements'](_0x487bfd);}return _0x53519f;};}['_createGetContentFn'](_0x25cbb8,_0xe18304){let _0x1da285='';return()=>(_0x1da285||(_0x1da285=this['_removeUnsupportedElements'](_0xe18304['stringify'](_0x25cbb8,{'showSuggestionHighlights':!0x0}))),_0x1da285);}['_createGetContentUsingDataIdFn'](_0x11a9ba,_0x591f99,_0x46ef4c){let _0x2db7ed='';return()=>{if(!_0x2db7ed){const _0x30eeb1=_0x46ef4c['toView'](new _0x27f90b(_0x11a9ba)),_0x5180a8=_0x46ef4c['htmlProcessor']['domConverter']['viewToDom'](_0x30eeb1)['querySelector']('[data-id=\x22'+_0x591f99+'\x22]');_0x2db7ed=_0x5180a8?.['outerHTML']||'';}return _0x2db7ed;};}['_removeUnsupportedElements'](_0x547cee){if(!_0x547cee)return'';const _0x2a94d5=Wi(_0x547cee,{'decodeEntities':!0x1}),_0xfb0957=qi(_0x2a94d5);if(!_0xfb0957['length'])return _0x547cee;for(const _0x25ccbc of _0xfb0957)_0x369ef0(_0x25ccbc);return Ki(_0x2a94d5,{'encodeEntities':!0x1});}['_neutralizeChangesOnUnsupportedElements'](_0x2ba9cc,_0xb5dbee){const _0x3c516b=Wi(_0x2ba9cc,{'decodeEntities':!0x1}),_0x50f240=Wi(_0xb5dbee,{'decodeEntities':!0x1}),_0x15ec82=qi(_0x3c516b),_0x348bce=qi(_0x50f240);if(!_0x15ec82['length']&&!_0x348bce['length'])return{'contentInitial':_0x2ba9cc,'contentNew':_0xb5dbee};const _0x3a1efd=new Map();for(const _0x5ca358 of _0x15ec82)_0x3a1efd['set'](Xi(_0x5ca358,'data-id'),_0x5ca358);for(const _0x58c346 of _0x348bce){const _0x1857db=Xi(_0x58c346,'data-id'),_0x413c12=_0x1857db?_0x3a1efd['get'](_0x1857db):void 0x0;_0x413c12?_0x151bb7(_0x58c346,_0x54dd72(_0x413c12,!0x0)):_0x369ef0(_0x58c346);}return{'contentInitial':Ki(_0x3c516b,{'encodeEntities':!0x1}),'contentNew':Ki(_0x50f240,{'encodeEntities':!0x1})};}['_findMarkerElement'](_0x46da71,_0x299df5=0x5){let _0x5e9572=_0x46da71,_0x2b9f21=null;for(let _0x541236=0x0;_0x541236<_0x299df5&&_0x5e9572;_0x541236++){if(!_0x5e9572['className']){_0x5e9572=_0x5e9572['parentElement'];continue;}if(!(''+_0x5e9572['className'])['includes']('ck-ai_review-marker_')){_0x5e9572=_0x5e9572['parentElement'];continue;}if(!_0x5e9572['getAttribute']('data-marker-id'))break;_0x2b9f21=_0x5e9572;break;}return _0x2b9f21;}['_findMarkerElementById'](_0x36ee24){const _0x2a6214=this['_markers']['get'](_0x36ee24);if(!_0x2a6214)return null;const _0x3ec740=_0x2a6214['editor']['model']['markers']['get'](_0x36ee24);return _0x3ec740?_0x57da19(_0x2a6214['editor']['editing'],_0x3ec740):null;}['_getMarkersDataForGroup'](_0x836457){return Array['from'](this['_markers']['values']())['filter'](_0x24fdd8=>_0x24fdd8['groupId']===_0x836457);}['_getOperationStart'](_0xc5a26f){return'insert'===_0xc5a26f['type']?_0xc5a26f['position']:_0xc5a26f['newRange']['start'];}['_getOperationEnd'](_0x1f37e2,_0x4c5467=!0x1){return'insert'===_0x1f37e2['type']?_0x4c5467?_0x1f37e2['position']:_0x1f37e2['position']['getShiftedBy'](_0x1f37e2['howMany']):_0x1f37e2['newRange']['end'];}['_shiftOperation'](_0x56bc62,_0x119295){return'insert'===_0x56bc62['type']?_0x56bc62['position']=_0x56bc62['position']['getShiftedBy'](_0x119295):'marker'===_0x56bc62['type']&&_0x56bc62['newRange']&&(_0x56bc62['newRange']=new _0x245154(_0x56bc62['newRange']['start']['getShiftedBy'](_0x119295),_0x56bc62['newRange']['end']['getShiftedBy'](_0x119295))),_0x56bc62;}['_changeOperationOwnerDocument'](_0x251c65,_0x14b558){'insert'===_0x251c65['type']?_0x251c65['position']=this['_changePositionOwnerDocument'](_0x251c65['position'],_0x14b558):'marker'===_0x251c65['type']&&_0x251c65['newRange']&&(_0x251c65['newRange']=this['_changeRangeOwnerDocument'](_0x251c65['newRange'],_0x14b558));}['_changePositionOwnerDocument'](_0x4d61df,_0x148e2f){return new _0x2a81c3(_0x148e2f,_0x4d61df['path']);}['_changeRangeOwnerDocument'](_0x26054e,_0x29c23d){return new _0x245154(this['_changePositionOwnerDocument'](_0x26054e['start'],_0x29c23d),this['_changePositionOwnerDocument'](_0x26054e['end'],_0x29c23d));}['_changePosition'](_0x4a17bd,_0x149ea7){return new _0x2a81c3(_0x149ea7,[..._0x4a17bd]);}['_changeRange'](_0x544f9c,_0x3c4516,_0x30e64a,_0x3a1f32){return new _0x245154(this['_changePosition'](_0x3c4516,_0x3a1f32),this['_changePosition'](_0x30e64a,_0x3a1f32));}['_sortMarkers'](_0x110300){const _0x465e72=_0x59a79f=>{switch(_0x59a79f){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x110300['sort']((_0x42e386,_0x50e943)=>_0x465e72(_0x42e386['type'])-_0x465e72(_0x50e943['type']));}['_hasSameTopLevelElement'](_0x1ce299,_0x537ec2){const _0x3ebb85=_0x1ce299['getChild'](0x0),_0x427dd9=_0x537ec2['getChild'](0x0);return!(!_0x3ebb85||!_0x427dd9)&&((!_0x3ebb85['is']('element')||!_0x427dd9['is']('element')||_0x3ebb85['name']===_0x427dd9['name'])&&!(_0x3ebb85['is']('element')&&!_0x427dd9['is']('element')||!_0x3ebb85['is']('element')&&_0x427dd9['is']('element')));}['_haveSingleTopLevelElement'](_0x30a974){return 0x1===_0x30a974['childCount'];}['_haveOnlyInlineContent'](_0x481bdc,_0x1d87ab){for(const _0x47abc2 of _0x481bdc['getChildren']())if(_0x47abc2['is']('element')&&!_0x1d87ab['isInline'](_0x47abc2))return!0x1;return!0x0;}['_upsertDataId'](_0x550599,_0x3acb32){let _0x425949=_0x550599['getAttribute'](_0x1e6e9f);return _0x425949||(_0x425949=_0x3acb32(),_0x550599['_setAttribute'](_0x1e6e9f,_0x425949)),_0x425949;}}class AIReviewCheckResult extends Et(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x3b9f06,contentNew:_0x26da73,contentInitial:_0x651539,documentVersion:_0x5dc12a}){super(),this['id']=_0x3b9f06,this['contentNew']=_0x26da73,this['contentInitial']=_0x651539,this['documentVersion']=_0x5dc12a;}}class AIReviewCheckResultChange extends ct(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x449598,_0x16a8a4,_0x3f8ef1){super(),this['id']=_0x449598,this['parent']=_0x3f8ef1,this['_data']=_0x16a8a4,this['set']('isActivated',!0x1),this['set']('isRated',!0x1),this['set']('status','pending'),this['on']('change:status',()=>{'pending'!==this['status']&&this['isActivated']&&(this['isActivated']=!0x1);});}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations'];}get['operationsIsolated'](){return this['_data']['operationsIsolated'];}}class AIReviewCheckRun extends ct(){['id']=at();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x3ffa5f,_0x52c21e,_0x4e86b3,_0x3df08e,_0x1a1dde){super(),this['_sourceCheck']=_0x52c21e,this['_documentData']=_0x3ffa5f,this['_aiConnector']=_0x4e86b3,this['_reviewParams']=_0x3df08e,this['_reviewArgs']=_0x1a1dde,this['on']('change:status',(_0x585a1c,_0x4bda34,_0xa1114)=>{'aborted'==_0xa1114&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0xa1114,'run':this,'error':this['_currentError']});}),this['set']('status','initialized');}get['documentData'](){return this['_documentData'];}get['processedResultsCount'](){return this['_results']['size'];}get['title'](){return this['_sourceCheck']['title'];}get['subTitle'](){return'';}get['reviewName'](){return this['_sourceCheck']['id'];}get['hasModifications'](){return!this['_changes']['every'](_0x15b232=>'pending'===_0x15b232['status']);}get['currentError'](){return this['_currentError'];}get['results'](){return Array['from'](this['_results']['values']());}['updateDocumentData'](_0x53e188){this['_documentData']=_0x53e188;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x172d1a=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x11e3fd of _0x172d1a)'unmodified'!==_0x11e3fd['data']['operation']&&('error'!==_0x11e3fd['data']['operation']?'review-metadata'!==_0x11e3fd['event']?this['_addReviewCheckResult'](_0x11e3fd['data']['dataId'],_0x11e3fd['data']['textDelta']):this['callId']=_0x11e3fd['data']['callId']:this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']||0x0===this['_changes']['length']?this['status']='unmodified':this['status']='ready');}catch(_0x4077b0){this['_currentError']=_0x4077b0,_0x4077b0 instanceof Error&&_0x4077b0['message']['includes']('ai-request-aborted')?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async['restart'](){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,await this['start']();}['addResultChanges'](_0x3dadf0,_0x1941be){const _0x24713f=this['_results']['get'](_0x3dadf0);if(!_0x24713f)return;if(0x0===_0x1941be['length'])return;const _0xe01333=[];_0x1941be['forEach']((_0x30d9db,_0x5cc50a)=>{const _0x1cad38=new AIReviewCheckResultChange(_0x24713f['id']+'-'+_0x5cc50a,_0x30d9db,_0x24713f);_0x1cad38['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x1cad38,'status':_0x1cad38['status']});}),_0x1cad38['on']('change:isActivated',()=>{_0x1cad38['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x1cad38}):this['fire']('reviewCheckResultDeactivated',{'change':_0x1cad38});}),this['_changes']['push'](_0x1cad38),_0xe01333['push'](_0x1cad38);}),this['fire']('reviewCheckResultReady',{'changes':_0xe01333,'result':_0x24713f,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x7aecda){const _0x4d96c3=this['_changes']['find'](_0x56c2b5=>_0x56c2b5['id']===_0x7aecda);return!(!_0x4d96c3||'pending'!==_0x4d96c3['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x312808=>!0x0===_0x312808['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x306c7c=>'pending'===_0x306c7c['status']);}['getChangeById'](_0x8754c8){return this['_changes']['find'](_0x2e8251=>_0x2e8251['id']===_0x8754c8);}['markAllChangesAsAccepted'](){for(const _0x4905ea of this['_changes'])'pending'===_0x4905ea['status']&&(_0x4905ea['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0xa4c9f5){const _0x4fc308=this['_changes']['find'](_0x2f6049=>_0x2f6049['id']===_0xa4c9f5);_0x4fc308&&'pending'===_0x4fc308['status']&&(_0x4fc308['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x15314a){const _0x248613=this['_changes']['find'](_0x28f050=>_0x28f050['id']===_0x15314a);_0x248613&&'pending'===_0x248613['status']&&(_0x248613['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x3c73f4){const _0x57af1c=this['_changes']['find'](_0x413e75=>_0x413e75['id']===_0x3c73f4);_0x57af1c&&'pending'===_0x57af1c['status']&&(_0x57af1c['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x959e06){const _0x4d109c=this['_changes']['find'](_0x300d06=>_0x300d06['id']===_0x959e06);_0x4d109c&&'outdated'===_0x4d109c['status']&&(_0x4d109c['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x1ee38b){this['_changes']['filter'](_0x34572a=>_0x34572a['isActivated']&&_0x34572a['id']!==_0x1ee38b)['forEach'](_0x31fe90=>{_0x31fe90['isActivated']=!0x1;});const _0x2e6948=this['_changes']['find'](_0x152004=>_0x152004['id']===_0x1ee38b);_0x2e6948&&'pending'===_0x2e6948['status']&&(_0x2e6948['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x4015e2=>_0x4015e2['isActivated'])['forEach'](_0x4e69f3=>{_0x4e69f3['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x4c34c9){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x45a1ab;if(_0x4c34c9){const _0x38c5e8=this['_changes']['find'](_0x49a97e=>_0x49a97e['id']===_0x4c34c9);if(_0x38c5e8&&_0x38c5e8['isRated'])return;_0x38c5e8&&(_0x45a1ab=_0x38c5e8['parent']['id'],_0x38c5e8['isRated']=!0x0);}const _0x191731={'positiveCount':this['_changes']['filter'](_0x3013da=>'accepted'===_0x3013da['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x191731,this['callId'],_0x45a1ab);}['_addReviewCheckResult'](_0x23bcfd,_0x5ad2a8){const _0x5cdcd0=this['_documentData']['elements']['get'](_0x23bcfd);if(!_0x5cdcd0)return;const _0x43099f=_0x5cdcd0['getContent']();if(_0x43099f===_0x5ad2a8)return;const _0x4e893e=new AIReviewCheckResult({'id':_0x23bcfd,'contentInitial':_0x43099f,'contentNew':_0x5ad2a8,'documentVersion':_0x5cdcd0['documentVersion']});this['_results']['set'](_0x4e893e['id'],_0x4e893e),this['fire']('reviewCheckResultAdded',{'result':_0x4e893e,'source':this,'editor':_0x5cdcd0['editor']});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0x304e23=>'pending'===_0x304e23['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x47f7fb=>'pending'===_0x47f7fb['status'])['length']&&(this['status']='finished'));}}class AIReviewSystemCheckRun extends AIReviewCheckRun{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x15d5a0=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x2b9f15=0x0;_0x2b9f15<this['_reviewParams']['length'];_0x2b9f15++){if(!this['_reviewParams'][_0x2b9f15]||!this['_sourceCheck']['options'][_0x2b9f15])continue;const _0x3f751c=this['_sourceCheck']['options'][_0x2b9f15],_0xd6245b=_0x3f751c['data']?.['find'](_0x3413d8=>_0x3413d8['id']===this['_reviewParams'][_0x2b9f15]);_0xd6245b&&_0x15d5a0['push'](_0xd6245b['label']);}return _0x15d5a0['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x3a149e,_0x3dceac,_0x1e9504){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x3dceac,_0x3a149e,_0x1e9504);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class AIReviewCoreController extends _0x915a98{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_availableReviewChecks'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_initRequiredPlugins'](),this['_initAvailableReviewChecks'](),this['_initUIListeners']();}async['_initAvailableReviewChecks'](){this['_availableReviewChecks']=await this['_getReviewChecks'](),this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}['_initUIListeners'](){this['listenTo'](this['_aiReviewCoreUi'],'getReviewCheckList',()=>{this['_availableReviewChecks']&&this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}),this['listenTo'](this['_aiReviewCoreUi'],'runReviewCheck',(_0x1de4be,_0xdb10ee)=>this['runCheck'](_0xdb10ee)),this['listenTo'](this['_aiReviewCoreUi'],'leaveReview',()=>{this['_onReviewRunLeave']();}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReviewCoreResultList',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'abortReviewStream',()=>this['abort']()),this['listenTo'](this['_aiReviewCoreUi'],'finishReview',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x409b7f=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x409b7f['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x409b7f['map'](_0x246f5c=>_0x246f5c['id']));const _0x3e6c9d=this['_currentReviewCheckRun'];_0x3e6c9d['markAllChangesAsAccepted'](),_0x3e6c9d['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0xb632d6,_0x13b288)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x13b288['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x13b288['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x13b288['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x13b288['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x3142ae,_0xfaca2d)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0xfaca2d['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0xfaca2d['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0xfaca2d['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0xfaca2d['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&(this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_currentReviewCheckRun']['updateDocumentData'](this['_aiReviewCoreEditing']['getDocumentData']()),await this['_currentReviewCheckRun']['restart']());}),this['listenTo'](this['_aiReviewCoreUi'],'activateChange',(_0xc9cc7c,_0x3a9438)=>{this['_onActivateChange'](_0x3a9438);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x3d2c30,_0x30b3e1)=>{this['_onDeactivateChange'](_0x30b3e1);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x56d700,_0x2475bb)=>{this['_onChangeMarkerClicked'](_0x56d700,_0x2475bb);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x6156b4,_0x3372d2)=>{this['_onChangeMarkerHovered'](_0x6156b4,_0x3372d2);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x316b0b,_0x34ddc6)=>{this['_onChangeMarkerRemoved'](_0x316b0b,_0x34ddc6);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x255da4,_0x5eebc7)=>{this['_onChangeMarkerRestored'](_0x255da4,_0x5eebc7);});}async['runCheck'](_0x3eaa3d){if(!this['_availableReviewChecks'])return;const _0x138d6f=this['_availableReviewChecks']['find'](_0x2984cb=>_0x2984cb['id']===_0x3eaa3d['id']);if(_0x138d6f){this['_onReviewCheckRun'](_0x3eaa3d),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x3eaa3d,_0x138d6f),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x27742a,_0x2ee198)=>{switch(_0x2ee198['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x2ee198);break;case'finished':this['_onCheckRunFinished']();break;case'ready':this['_aiReviewCoreUi']['showActionsWhenResultIsReady']();break;case'unmodified':this['_aiReviewCoreUi']['showNoChangesView']();break;case'error-general':this['_aiReviewCoreUi']['showGeneralResultsErrorView'](),this['_logError'](new ht('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new ht('ai-review-mode-check-run-chunk-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'aborted':this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewRunLeave'](!0x0);}'ready'!==_0x2ee198['status']&&'error-chunk'!==_0x2ee198['status']&&'error-general'!==_0x2ee198['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x363edb,_0x290105)=>{if(!this['_currentReviewCheckRun'])throw new ht('ai-review-mode-no-current-check-run',this);const _0x5b59fa=this['_diffContent'](_0x290105['editor'],_0x290105['result']['contentInitial'],_0x290105['result']['contentNew']);_0x290105['source']['addResultChanges'](_0x290105['result']['id'],_0x5b59fa);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x3552ae,_0x2de068)=>{for(const _0x576f08 of _0x2de068['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x576f08);this['_markChangePositionInEditorContent'](_0x2de068['changes'],_0x2de068['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x1c50ed,_0x5edb57)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x5edb57['change']['id'],_0x5edb57['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x3e2faa,_0x1ea58b)=>{this['_onReviewCheckResultActivated'](_0x1ea58b);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x5edb1d){_0x5edb1d instanceof Error&&_0x5edb1d['message']['includes']('ai-request-aborted')||(_0x5edb1d instanceof ht?this['_logError'](_0x5edb1d):this['_logError'](new ht('ai-review-mode-check-run-failed',this,void 0x0,_0x5edb1d)));}}else this['_logError'](new ht('ai-review-mode-source-check-not-found',this,{'checkId':_0x3eaa3d['id']}));}['abort'](){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}['getAvailableChecks'](){return this['_availableReviewChecks']??[];}['getCurrentCheckRun'](){return this['_currentReviewCheckRun'];}['_createReviewCheckRun'](_0xde812c,_0x3298b9){return new AIReviewSystemCheckRun(this['_aiReviewCoreEditing']['getDocumentData'](),_0x3298b9,this['_aiConnector'],_0xde812c['params'],_0xde812c['args']);}['_onChangeMarkerRemoved'](_0x14bc8d,_0x5e5d7a){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x5e5d7a['changeId']);}['_onChangeMarkerRestored'](_0xc77ab6,_0x39da3f){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x39da3f['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0xe4e7c5=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0xe4e7c5&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x29b55f of this['_aiReviewCoreEditing']['getEditors']())_0x29b55f['editing']['view']['change'](_0x32c4fa=>{for(const _0x3817b4 of _0x29b55f['editing']['view']['document']['getRoots']())_0x32c4fa['removeClass']('ck-ai_review-diff',_0x3817b4),_0x32c4fa['removeClass']('ck-ai_review-highlights',_0x3817b4),_0x32c4fa['removeClass']('ck-ai-translate-mode-content',_0x3817b4);});}['_logError'](_0x4d24b4,_0x7ad3da=!0x1){Ct(_0x4d24b4['message']),_0x7ad3da||(_0x4d24b4['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x8ec438){if('content'===this['_changeActivationSource']){const _0x3365bf=this['_aiReviewCoreUi']['getChangeElement'](_0x8ec438);_0x3365bf&&Rt(_0x3365bf['closest']('.ck-ai_review__check-run-result')||_0x3365bf);}else{if('panel'===this['_changeActivationSource']){const _0x2ed73f=this['_getChangeContentElement'](_0x8ec438);if(!_0x2ed73f)return;Tt({'target':_0x2ed73f,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}class AIReviewCustomCheckRun extends AIReviewCheckRun{['_prompt'];['_model'];constructor(_0x561e5f,_0x4db9df,_0x47df4b,_0x3c6708,_0x58a949){super(_0x47df4b,_0x3c6708,_0x58a949),this['_prompt']=_0x561e5f,this['_model']=_0x4db9df;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x5adeeb,_0x2a15e3,_0x45f017){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x2a15e3,_0x5adeeb,_0x45f017);}}class AIReviewCheck{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x474e2e){this['id']=_0x474e2e['id'],this['commandId']=_0x474e2e['commandId'],this['title']=_0x474e2e['title'],this['description']=_0x474e2e['description'],this['isParameterized']=_0x474e2e['isParameterized'],this['useArgs']=_0x474e2e['useArgs'],this['options']=_0x474e2e['options'],this['args']=_0x474e2e['args'];}}class AIReviewCheckExtra extends AIReviewCheck{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x38c55d,_0x548c78,_0x496721){super(_0x38c55d),this['prompt']=_0x38c55d['prompt'],this['model']=_0x38c55d['model'],this['model']?this['_defaultModel']=_0x548c78['find'](_0xb3ed55=>_0xb3ed55['id']===this['model'])||null:this['_defaultModel']=_0x496721;}get['defaultModel'](){return this['_defaultModel'];}}class AIReviewExtraCheckRun extends AIReviewCustomCheckRun{get['subTitle'](){return'';}set['prompt'](_0x11abb5){this['_prompt']=_0x11abb5;}set['model'](_0x518cc0){this['_model']=_0x518cc0;}}class AIReviewCoreCheckRegistry extends _0x915a98{static get['requires'](){return[AIConnector];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_cache'];['getChecksList'](){return this['_cache']||(this['_cache']=this['_loadChecksList']()),this['_cache'];}}const sr=[{'id':'custom','commandId':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','commandId':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','commandId':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','commandId':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'length','commandId':'make','title':'Adjust\x20length','description':'Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20length','default':'longer','data':[{'label':'Longer','id':'longer'},{'label':'Shorter','id':'shorter'}]}]},{'id':'tone','commandId':'make-tone','title':'Adjust\x20tone\x20and\x20style','description':'Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20tone\x20and\x20style','default':'casual','data':[{'label':'Casual','id':'casual'},{'label':'Direct','id':'direct'},{'label':'Friendly','id':'friendly'},{'label':'Confident','id':'confident'},{'label':'Professional','id':'professional'}]}]}];class AIReviewCheckList extends ct(){['_checks']=[];['setupChecks'](_0x2bcf28){this['_checks']=_0x2bcf28['map'](_0x5548bd=>new AIReviewCheck(_0x5548bd));}get['checks'](){return this['_checks'];}['getCheckById'](_0x56e7a3){return this['checks']['find'](_0x1c535b=>_0x1c535b['id']===_0x56e7a3);}['removeCheckById'](_0x148ff5){this['_checks']=this['_checks']['filter'](_0x4d1c77=>_0x4d1c77['id']!==_0x148ff5);}}class AIReviewCheckCustom extends AIReviewCheck{['_models']=[];['_defaultModel']=null;constructor(_0x340aa7,_0x283466,_0x11b155){super(_0x340aa7),this['_models']=_0x283466,this['_defaultModel']=_0x11b155;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class AIReviewModeCheckList extends AIReviewCheckList{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0xc3a1a2,_0x194ffc,_0x2c6e4c){super(),this['_allModels']=_0xc3a1a2,this['_recommendedModels']=_0x194ffc,this['_defaultModel']=_0x2c6e4c;}get['allModels'](){return this['_allModels'];}['setupChecks'](_0x1c1d00){this['_checks']=_0x1c1d00['map'](_0x1a4a23=>!0x0===_0x1a4a23['isExtra']?new AIReviewCheckExtra(_0x1a4a23,this['_allModels'],this['_defaultModel']):'custom'===_0x1a4a23['id']?new AIReviewCheckCustom(_0x1a4a23,this['_recommendedModels'],this['_defaultModel']):new AIReviewCheck(_0x1a4a23));}}class AIReviewModeCheckRegistry extends AIReviewCoreCheckRegistry{static get['pluginName'](){return'AIReviewModeCheckRegistry';}['_modelsLoadError']=null;constructor(_0x645632){super(_0x645632),this['context']['config']['define']('ai.review.extraCommands',[]);}get['modelsLoadError'](){return this['_modelsLoadError'];}['getExtraChecks'](){return this['context']['config']['get']('ai.review.extraCommands')['map'](_0x191e79=>({'id':_0x191e79['id'],'commandId':_0x191e79['id'],'title':_0x191e79['label'],'description':_0x191e79['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x191e79['prompt'],'model':_0x191e79['model']}));}async['_loadChecksList'](){const _0xfa30cb=[...sr,...this['getExtraChecks']()]['map'](_0x2a1b52=>_0x2a1b52['isExtra']?_0x2a1b52:this['_translateReviewCheck'](_0x2a1b52)),_0x13435c=await this['_getModels'](),_0x1c443d=new AIReviewModeCheckList(_0x13435c['all'],_0x13435c['recommended'],_0x13435c['default']);return _0x1c443d['setupChecks'](_0xfa30cb),_0x1c443d;}async['_getModels'](){const _0x46b304=this['context']['plugins']['get']('AIConnector');try{const _0x101c4e=new AIModels({'connector':_0x46b304,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']}),_0x270bb7={'all':await _0x101c4e['getAll'](),'recommended':await _0x101c4e['getAvailableModels'](),'default':await _0x101c4e['getDefault']()};return this['_modelsLoadError']=null,_0x270bb7;}catch(_0x181114){return this['_modelsLoadError']=new ht('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x181114),Ct(this['_modelsLoadError']['message']),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x34301c){const _0x34b55f='AI_REVIEW_CHECK_'+_0x34301c['id']['toUpperCase']()['replaceAll']('-','_'),_0xa3f44c={..._0x34301c,'title':this['_translate'](_0x34b55f+'_TITLE',_0x34301c['title']),'description':this['_translate'](_0x34b55f+'_DESCRIPTION',_0x34301c['description'])};return _0x34301c['options']&&(_0xa3f44c['options']=_0x34301c['options']['map'](_0x43c1de=>({..._0x43c1de,'label':this['_translate'](_0x34b55f+'_OPTIONS_LABEL',_0x43c1de['label']||''),'data':_0x43c1de['data']?_0x43c1de['data']['map'](_0x5d4369=>({..._0x5d4369,'label':this['_translate'](_0x34b55f+'_OPTIONS_DATA_'+_0x5d4369['id']['toUpperCase'](),_0x5d4369['label'])})):void 0x0}))),_0xa3f44c;}['_translate'](_0x3ad1a9,_0x1633b9){const _0x2c1952=Mi(this['context']['locale'],_0x3ad1a9);return _0x2c1952===_0x3ad1a9?_0x1633b9:_0x2c1952;}}class AIReviewModeController extends AIReviewCoreController{static get['pluginName'](){return'AIReviewModeController';}static get['requires'](){return[AIReviewModeCheckRegistry];}['_isDiffOn']=!0x1;['_usesAvailableCommandsConfig'];constructor(_0x4b6da4){super(_0x4b6da4),this['_usesAvailableCommandsConfig']=Boolean(this['context']['config']['get']('ai.review.availableCommands')),this['context']['config']['define']('ai.review.availableCommands',sr['map'](_0x39be87=>_0x39be87['id']));}['init'](){super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x8813ef,_0x2355a3)=>{this['_isDiffOn']=_0x2355a3['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x829601,_0x5e196a){if(_0x829601['isCustom'])return new AIReviewCustomCheckRun(_0x829601['args']['prompt'],_0x829601['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x5e196a,this['_aiConnector']);if(_0x5e196a['isExtra']){const _0x4286eb=_0x5e196a;return new AIReviewExtraCheckRun(_0x829601['args']?.['prompt']??_0x4286eb['prompt'],_0x829601['args']?.['model']??_0x4286eb['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x5e196a,this['_aiConnector']);}return new AIReviewSystemCheckRun(this['_aiReviewCoreEditing']['getDocumentData'](),_0x5e196a,this['_aiConnector'],_0x829601['params'],_0x829601['args']);}['_onReviewCheckResultActivated'](_0x535450){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x535450['change']['id']),this['_scrollToChange'](_0x535450['change']['id']);const _0x1edf3f=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x535450['change']['id']);if(!_0x1edf3f)return;const _0x46f62d=this['_aiReviewCoreEditing']['getEditorForChange'](_0x535450['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x535450['change'],()=>_0x1edf3f['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x46f62d,_0x1edf3f['modelRange']['root']['rootName']),_0x46f62d?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x535450['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x34cfd0){this['_currentReviewCheckRun']&&'click'===_0x34cfd0['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x34cfd0['id']));}['_onDeactivateChange'](_0xf0782){this['_currentReviewCheckRun']&&'balloon'===_0xf0782['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x23f85c,_0x299fa6){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x299fa6['changeId']);const _0x47aab3=this['_currentReviewCheckRun']['getChangeById'](_0x299fa6['changeId']);if(!_0x47aab3)return;const _0x47150=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x299fa6['changeId']),_0x53f48f=this['_aiReviewCoreEditing']['getEditorForChange'](_0x299fa6['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x47aab3,_0x299fa6['markerElement'],_0x299fa6['domEvent'],'click',this['_getBalloonDomRoot'](_0x53f48f,_0x47150?.['modelRange']['root']['rootName']),_0x53f48f?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x365c7f,_0x2531c2){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x4a93cd=this['_currentReviewCheckRun']['getChangeById'](_0x2531c2['changeId']);if(!_0x4a93cd)return;const _0x36e23b=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x2531c2['changeId']),_0x410620=this['_aiReviewCoreEditing']['getEditorForChange'](_0x2531c2['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x4a93cd,_0x2531c2['markerElement'],_0x2531c2['domEvent'],'hover',this['_getBalloonDomRoot'](_0x410620,_0x36e23b?.['modelRange']['root']['rootName']),_0x410620?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0x853974){const _0x1212e8=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x853974);return _0x1212e8?_0x1212e8['getElement']():null;}['_markChangePositionInEditorContent'](_0x9696cd,_0x5276a4){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x9696cd,_0x5276a4);}['_diffContent'](_0x5e9c48,_0x264247,_0x258ea5){return this['_aiReviewCoreEditing']['diffContent'](_0x5e9c48,_0x264247,_0x258ea5,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x2db15a){_0x2db15a?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x270b45 of this['_aiReviewCoreEditing']['getEditors']())_0x270b45['editing']['view']['change'](_0x3c2885=>{for(const _0x325870 of _0x270b45['editing']['view']['document']['getRoots']()){for(const _0x219c44 of _0x325870['getClassNames']())_0x219c44['startsWith']('ck-ai_review-')&&_0x3c2885['removeClass'](_0x219c44,_0x325870);_0x3c2885['addClass'](_0x2db15a?'ck-ai_review-diff':'ck-ai_review-highlights',_0x325870);}});}['_getBalloonDomRoot'](_0x1244cc,_0x4091ad){const _0x4d616a=_0x1244cc['editing']['view'];if(_0x4091ad){const _0x48f1ce=_0x4d616a['getDomRoot'](_0x4091ad);if(_0x48f1ce)return _0x48f1ce;}return _0x4d616a['getDomRoot']()??void 0x0;}async['_getReviewChecks'](){const _0x1fe0bf=this['context']['plugins']['get']('AIReviewModeCheckRegistry'),_0xcca775=await _0x1fe0bf['getChecksList']();_0x1fe0bf['modelsLoadError']&&this['_logError'](_0x1fe0bf['modelsLoadError']);let _0x15e7eb=_0xcca775['checks'];const _0x47fe75=this['context']['config']['get']('ai.review.availableCommands');return this['_logWarningForNonExistentChecks'](_0x47fe75,_0x15e7eb),this['_usesAvailableCommandsConfig']&&(_0x15e7eb=_0x47fe75['map'](_0x860109=>_0x15e7eb['find'](_0x597563=>_0x597563['id']===_0x860109))['filter'](_0x506891=>!!_0x506891)),this['_filterChecksWithMissingModel'](_0x15e7eb);}['_logWarningForNonExistentChecks'](_0x1a6eb6,_0x39be9d){const _0xfb67c0=_0x1a6eb6['filter'](_0x40c23=>!_0x39be9d['some'](_0x4f2198=>_0x4f2198['id']===_0x40c23));if(_0xfb67c0['length']){const _0x28d5c6=new ht('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0xfb67c0['join'](',\x20')});wt(_0x28d5c6['message']);}}['_filterChecksWithMissingModel'](_0x3d2df5){const _0x2382d7=[];return _0x3d2df5['forEach'](_0x400faf=>{(_0x400faf instanceof AIReviewCheckExtra&&!_0x400faf['defaultModel']||_0x400faf instanceof AIReviewCheckCustom&&!_0x400faf['models']['length'])&&_0x2382d7['push'](_0x400faf['id']);}),_0x2382d7['length']&&_0x2382d7['forEach'](_0x597db1=>{_0x3d2df5=_0x3d2df5['filter'](_0x10966c=>_0x10966c['id']!==_0x597db1);const _0x1f85e=new ht('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0x597db1});Ct(_0x1f85e['message']);}),_0x3d2df5;}}class AIRunResult{['_editor'];['_rootName'];['_channelId'];['_sessionId'];['_documentVersion'];['_contentRawOld'];['_contentRawNew'];['_error'];['_isAborted']=!0x1;constructor(_0x46ef69){this['_editor']=_0x46ef69['editor'],this['_rootName']=_0x46ef69['rootName'],this['_channelId']=_0x46ef69['channelId'],this['_sessionId']=_0x46ef69['sessionId'];}get['status'](){return this['_error']?'error':this['_isAborted']?'aborted':void 0x0!==this['_contentRawNew']?'completed':'initialized';}get['editor'](){return this['_editor'];}get['rootName'](){return this['_rootName'];}get['channelId'](){return this['_channelId'];}get['sessionId'](){return this['_sessionId'];}get['documentVersion'](){return this['_documentVersion'];}set['documentVersion'](_0x4d57e2){this['_documentVersion']=_0x4d57e2;}get['contentRawOld'](){return this['_contentRawOld'];}set['contentRawOld'](_0x374f97){this['_contentRawOld']=_0x374f97;}get['contentRawNew'](){return this['_contentRawNew'];}set['contentRawNew'](_0x5c00e7){this['_contentRawNew']=_0x5c00e7;}get['contentOld'](){return this['_dropDataIds'](this['_contentRawOld']||'');}get['contentNew'](){return this['_dropDataIds'](this['_contentRawNew']||'');}get['error'](){return this['_error'];}set['error'](_0x1e2876){this['_error']=_0x1e2876;}['abort'](){this['_isAborted']=!0x0;}['_dropDataIds'](_0x96418d){return _0x96418d['replace'](/ data-id="[a-z0-9]+"/g,'');}}class AIReviewRunResult extends AIRunResult{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks'];}set['affectedBlocks'](_0x3a0b4b){this['_affectedBlocks']=_0x3a0b4b;}}class AIGateway extends _0x915a98{static get['pluginName'](){return'AIGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['apply'](_0x121cd2,_0xfbcc86){if('completed'!==_0x121cd2['status'])throw new ht('ai-gateway-apply-invalid-status',this,{'status':_0x121cd2['status']});const _0x3b4a54=_0x121cd2['editor'];if('suggest'===_0xfbcc86&&!_0x3b4a54['plugins']['has']('TrackChanges'))throw new ht('ai-no-track-changes',this);const _0x5b407f='suggest'===_0xfbcc86,_0x2eae63=this['context']['plugins']['get'](_0x102c6d),_0x390948=_0x3b4a54['model']['createPositionAt'](_0x3b4a54['model']['document']['getRoot'](),0x0),_0x29f7cc=_0x2eae63['getDiff'](_0x121cd2['contentRawOld'],_0x121cd2['contentRawNew'],{'anchor':_0x390948,'markDeletions':_0x5b407f,'targetEditor':_0x3b4a54}),_0x225661=_0x3b4a54['model']['document']['history']['getOperations'](_0x121cd2['documentVersion']),_0x1d3b85={'document':_0x3b4a54['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x58ab59=_0x144e65(_0x29f7cc['getOperations'](),_0x225661,_0x1d3b85)['operationsA'];_0x3b4a54['model']['change'](_0x494a08=>{if(_0x5b407f)_0x3b4a54['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x58ab59);else{for(const _0x957b61 of _0x58ab59)_0x957b61['baseVersion']=_0x3b4a54['model']['document']['version'],Ts(_0x3b4a54,_0x957b61),_0x494a08['batch']['addOperation'](_0x957b61),_0x3b4a54['model']['applyOperation'](_0x957b61);}});}['mergeChangesIntoContent'](_0x15c083,_0x4cc884,_0x4427c8){const _0x5e5308=new AIResponseParser(),_0x2e8a33=new AIResponseApplier();let _0x4239f7=_0x5e5308['parseAndNormalizeHTML'](_0x4cc884);for(const _0x3b0db6 of _0x15c083)try{const _0x12e06c=_0x5e5308['parseAndNormalizeHTML'](_0x3b0db6['content']);_0x4239f7=_0x2e8a33['merge'](_0x12e06c,_0x4239f7,{'cutAfterUnstable':!0x1,'replaceRemovedWith':void 0x0})['parsedContent'];}catch(_0xebd5f3){throw new ht('ai-gateway-merge-failed',this,{..._0x3b0db6},_0xebd5f3);}return as(_0x4427c8,_0x5e5308['parseAndNormalizeHTML'](_0x4cc884),_0x4239f7,!0x1,!0x1)['content'];}}class AIReviewGateway extends _0x915a98{static get['pluginName'](){return'AIReviewGateway';}static get['requires'](){return[AIReviewCoreEditing,AIReviewModeCheckRegistry,AIConnector,AIEditing,AIGateway];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAllCommands'](){const _0x3bd0f1=this['context']['plugins']['get']('AIReviewModeCheckRegistry');return(await _0x3bd0f1['getChecksList']())['checks']['map'](_0x22758a=>{const _0x3f2f09={'id':_0x22758a['id'],'title':_0x22758a['title'],'description':_0x22758a['description']};return'custom'!==_0x22758a['id']&&_0x22758a['options']?.['length']&&(_0x3f2f09['parameters']=_0x22758a['options'][0x0]['data']['map'](_0x3691a7=>({..._0x3691a7}))),_0x3f2f09;});}async['getAvailableModels'](){const _0x4c5261=this['context']['plugins']['get']('AIConnector');return new AIModels({'connector':_0x4c5261,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']})['getAll']();}async['runReview'](_0x4c497f,_0x306932){return await this['_runReviewCheck'](_0x4c497f,()=>this['_createReviewCheckRun'](_0x4c497f,_0x306932?.['parameterId']),_0x306932?.['signal']);}async['runCustomReview'](_0x5b2943,_0x376ca8){return await this['_runReviewCheck']('custom',()=>this['_createCustomReviewCheckRun']('custom',_0x5b2943,_0x376ca8?.['model']),_0x376ca8?.['signal']);}['applyReview'](_0x4fdcf0,_0x19379c){this['context']['plugins']['get']('AIGateway')['apply'](_0x4fdcf0,_0x19379c);}async['_runReviewCheck'](_0x2d6114,_0x4cfd00,_0x3f4c47){const _0x40e91a=ps(this['context']),_0x343506=new AIReviewRunResult({'editor':_0x40e91a,'rootName':_0x40e91a['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x40e91a['plugins']['get']('AIEditing')['getSessionId'](_0x40e91a)});let _0x4a2d79,_0x3c798a;if(_0x3f4c47){if(_0x3f4c47['aborted'])return _0x343506['abort'](),_0x343506;const _0x11aa40=()=>{_0x343506['error']||(_0x343506['abort'](),_0x4a2d79&&_0x4a2d79['abort']());};_0x3f4c47['addEventListener']('abort',_0x11aa40),_0x3c798a=()=>_0x3f4c47['removeEventListener']('abort',_0x11aa40);}try{_0x4a2d79=await _0x4cfd00(),_0x343506['contentRawOld']=_0x4a2d79['documentData']['content'],_0x343506['documentVersion']=Array['from'](_0x4a2d79['documentData']['elements'])['find'](([,_0x166c40])=>_0x166c40['rootName']===_0x343506['rootName'])?.[0x1]['documentVersion']??0x1,_0x4a2d79['on']('reviewCheckRunUpdated',(_0x3cec36,_0xf37734)=>{'aborted'===_0xf37734['status']?_0x343506['abort']():'error-general'!==_0xf37734['status']&&'error-chunk'!==_0xf37734['status']||(_0x343506['error']=this['_normalizeError'](_0xf37734['error'],'ai-reviewgateway-review-command-run-failed',{'checkId':_0x2d6114}));}),'aborted'!==_0x343506['status']&&await _0x4a2d79['start']();}catch(_0x20f8a1){_0x343506['error']=this['_normalizeError'](_0x20f8a1,'ai-reviewgateway-review-command-run-failed',{'checkId':_0x2d6114});}finally{_0x3c798a&&_0x3c798a();}if(!_0x4a2d79||'aborted'===_0x343506['status']||'error'===_0x343506['status'])return _0x343506;_0x343506['affectedBlocks']=_0x4a2d79['results']['map'](_0x5d8099=>({'id':_0x5d8099['id'],'content':_0x5d8099['contentNew']}));try{_0x343506['contentRawNew']=Ki(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x343506['affectedBlocks'],_0x343506['contentRawOld'],_0x343506['editor']));}catch(_0x28be07){_0x343506['error']=this['_normalizeError'](_0x28be07,'ai-reviewgateway-review-command-run-failed',{'checkId':_0x2d6114});}return _0x343506;}async['_createReviewCheckRun'](_0x37a729,_0x30a359){const _0x4f65bb=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x2fbaca=>_0x2fbaca['id']===_0x37a729);if(!_0x4f65bb)throw new ht('ai-reviewgateway-unknown-command',this,{'checkId':_0x37a729});if(_0x4f65bb instanceof AIReviewCheckCustom)throw new ht('ai-reviewgateway-not-a-system-command',this,{'checkId':_0x37a729});const _0x37222c=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x20e15f=this['context']['plugins']['get']('AIConnector');if(_0x4f65bb instanceof AIReviewCheckExtra){if(!_0x4f65bb['defaultModel']?.['id'])throw new ht('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x37a729});return new AIReviewExtraCheckRun(_0x4f65bb['prompt'],_0x4f65bb['defaultModel']['id'],_0x37222c,_0x4f65bb,_0x20e15f);}return new AIReviewSystemCheckRun(_0x37222c,_0x4f65bb,_0x20e15f,_0x30a359?[_0x30a359]:void 0x0);}async['_createCustomReviewCheckRun'](_0x125344,_0x14a1db,_0x1ff13c){const _0x1e82ef=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x55b1bd=>_0x55b1bd['id']===_0x125344);if(!_0x1e82ef)throw new ht('ai-reviewgateway-unknown-command',this,{'checkId':_0x125344});if(!(_0x1e82ef instanceof AIReviewCheckCustom))throw new ht('ai-reviewgateway-not-a-custom-command',this,{'checkId':_0x125344});const _0x29d3a5=_0x1ff13c??_0x1e82ef['defaultModel']?.['id'];if(!_0x14a1db)throw new ht('ai-reviewgateway-missing-custom-command-prompt',this,{'checkId':_0x125344});if(!_0x29d3a5)throw new ht('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x125344});return new AIReviewCustomCheckRun(_0x14a1db,_0x29d3a5,this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x1e82ef,this['context']['plugins']['get']('AIConnector'));}['_normalizeError'](_0x42b951,_0x487330,_0x5d8bfe){let _0x1bfe0b=_0x42b951;return _0x42b951 instanceof ht||(_0x1bfe0b=new ht(_0x487330,this,_0x5d8bfe,_0x42b951)),_0x1bfe0b;}}class AIReviewMode extends _0x915a98{static get['requires'](){return[AIReviewModeController,AIReviewModeUI,AIReviewCoreEditing,AIReviewGateway];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['startReview'](_0x1e65f9,_0x386878){if(this['assertStartReviewPreconditions'](_0x1e65f9)instanceof AIReviewCheckCustom)throw new ht('ai-reviewmode-not-a-system-command',this,{'commandId':_0x1e65f9});const _0x58da83=this['context']['plugins']['get']('AIReviewModeController');await _0x58da83['runCheck']({'id':_0x1e65f9,'params':_0x386878?.['parameterId']?[_0x386878['parameterId']]:void 0x0});}async['startCustomReview'](_0x18b1de,_0x1589fc){if(!_0x18b1de)throw new ht('ai-reviewmode-missing-custom-command-prompt',this);const _0x3a0073=sr['find'](_0x168cd6=>'custom'===_0x168cd6['commandId'])['id'],_0x5438c2=this['assertStartReviewPreconditions'](_0x3a0073),_0x51a1ef=_0x1589fc?.['model']??_0x5438c2['defaultModel']?.['id'];if(!_0x51a1ef)throw new ht('ai-reviewmode-missing-custom-command-model',this);const _0x37f345=this['context']['plugins']['get']('AIReviewModeController');await _0x37f345['runCheck']({'id':_0x3a0073,'isCustom':!0x0,'args':{'prompt':_0x18b1de,'model':_0x51a1ef}});}['getAvailableCommands'](){return this['context']['plugins']['get']('AIReviewModeController')['getAvailableChecks']()['map'](_0x3c17b1=>{const _0x38789d={'id':_0x3c17b1['id'],'title':_0x3c17b1['title'],'description':_0x3c17b1['description']};return'custom'!==_0x3c17b1['id']&&_0x3c17b1['options']?.['length']&&(_0x38789d['parameters']=_0x3c17b1['options'][0x0]['data']['map'](_0x15dc9a=>({..._0x15dc9a}))),_0x38789d;});}['assertStartReviewPreconditions'](_0x46c108){const _0x55ac34=this['context']['plugins']['get']('AIReviewModeController');if(_0x55ac34['getCurrentCheckRun']())throw new ht('ai-reviewmode-review-already-running',this);const _0x37a034=_0x55ac34['getAvailableChecks']()['find'](_0x3a6014=>_0x3a6014['id']===_0x46c108);if(!_0x37a034)throw new ht('ai-reviewmode-unknown-command',this,{'commandId':_0x46c108});const _0x593cf1=this['context']['plugins']['get']('AITabs')['view'];return _0x593cf1['isVisible']=!0x0,_0x593cf1['activateTab']('reviewMode'),_0x37a034;}}class AITranslateCheckRun extends AIReviewSystemCheckRun{['_title'];constructor(_0x51f2f9,_0x40ada7,_0x43dc78,_0x58593c,_0x296712,_0x3a5b13){super(_0x51f2f9,_0x40ada7,_0x43dc78,_0x296712,_0x3a5b13),this['_title']=_0x58593c;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class AITranslateCheck extends AIReviewCheck{get['apiId'](){return'translate';}}class AITranslateCheckList extends AIReviewCheckList{['setupChecks'](_0x11d63b){this['_checks']=_0x11d63b['map'](_0x58f1b0=>new AITranslateCheck(_0x58f1b0));}}const nr=[{'label':'English','id':'english'},{'label':'Spanish','id':'spanish'},{'label':'French','id':'french'},{'label':'German','id':'german'},{'label':'Chinese\x20(Simplified)','id':'chinese'},{'label':'Japanese','id':'japanese'},{'label':'Russian','id':'russian'},{'label':'Portuguese','id':'portuguese'},{'label':'Korean','id':'korean'},{'label':'Italian','id':'italian'}];class AITranslateCheckRegistry extends AIReviewCoreCheckRegistry{static get['pluginName'](){return'AITranslateCheckRegistry';}constructor(_0x1ad2c1){super(_0x1ad2c1),this['context']['config']['define']('ai.translate.languages',nr);}async['_loadChecksList'](){const _0x4fd65a=[],_0x5aaa6c=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x267c79 of _0x5aaa6c)_0x4fd65a['push']({'title':_0x267c79['label'],'id':_0x267c79['id'],'commandId':_0x267c79['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x267c79['id']}});const _0x7be7f5=new AITranslateCheckList();return _0x7be7f5['setupChecks'](this['_translateChecks'](_0x4fd65a)),_0x7be7f5;}['_translateChecks'](_0x5fd8a4){const _0x1d2329=this['context']['locale'];return _0x5fd8a4['map'](_0x152f28=>{const _0x5872cd='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x152f28['title']['toUpperCase']()['replaceAll']('-','_'),_0x180b59=Mi(_0x1d2329,_0x5872cd);return{..._0x152f28,'title':_0x180b59===_0x5872cd?_0x152f28['title']:_0x180b59};});}}class AITranslateController extends AIReviewCoreController{static get['pluginName'](){return'AITranslateController';}static get['requires'](){return[AITranslateCheckRegistry];}['_onCheckRunFinished'](){this['_onReviewRunLeave'](!0x0);}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AITranslateUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x6d21b0,_0x750cb1){return new AITranslateCheckRun(this['_aiReviewCoreEditing']['getDocumentData'](),_0x750cb1,this['_aiConnector'],Mi(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x6d21b0['params'],_0x6d21b0['args']);}['_onReviewCheckResultActivated'](_0x1a7060){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x1a7060['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x1a7060['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x5f08ff){this['_currentReviewCheckRun']&&('hover'===_0x5f08ff['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x5f08ff['id'])),'click'===_0x5f08ff['uiInteraction']&&this['_scrollToChange'](_0x5f08ff['id']));}['_onDeactivateChange'](_0x5b0d5d){this['_currentReviewCheckRun']&&'panel'===_0x5b0d5d['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x38aec9,_0x3dc941){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x3dc941['changeId']),this['_scrollToChange'](_0x3dc941['changeId']));}['_onChangeMarkerHovered'](_0x2db3be,_0x49e05a){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x49e05a['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x49e05a['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x28b04f){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x28b04f);}['_markChangePositionInEditorContent'](_0x4ea033,_0x33b58d){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x4ea033,_0x33b58d);}['_diffContent'](_0x1e91d3,_0x331d81,_0x54ec3b){return this['_aiReviewCoreEditing']['diffContent'](_0x1e91d3,_0x331d81,_0x54ec3b,!0x0);}['_onReviewCheckRun'](){for(const _0x4a0ec8 of this['_aiReviewCoreEditing']['getEditors']())_0x4a0ec8['editing']['view']['change'](_0x3127f0=>{for(const _0x2aacb3 of _0x4a0ec8['editing']['view']['document']['getRoots']())_0x3127f0['addClass']('ck-ai-translate-mode-content',_0x2aacb3);});}async['_getReviewChecks'](){return(await this['context']['plugins']['get']('AITranslateCheckRegistry')['getChecksList']())['checks'];}}class AITranslateCheckResultsView extends AIReviewCoreUICheckResultsView{constructor(_0x20a5a8,_0x6ada3a){super(_0x20a5a8,_0x6ada3a),this['on']('set:isLoading',(_0x43b406,_0x4b5d5e,_0x53fae7)=>{_0x53fae7&&(this['headerTitle']=Mi(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0xb09dab,_0x18c2dc,_0x183640)=>{_0x183640&&(this['headerTitle']=Mi(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x270227=super['_createAcceptAllButtonView']();return _0x270227['set']('label',Mi(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x270227;}['_createExitReviewButtonView'](){const _0x2ffe1e=super['_createExitReviewButtonView']();return _0x2ffe1e['set']('label',Mi(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x2ffe1e;}}class AITranslateCheckListView extends AIReviewCoreReviewCheckListView{['_setupTemplate'](){const _0xd5f5d0=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0xd5f5d0['if']('isVisible','ck-hidden',_0x533ec0=>!_0x533ec0)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':Mi(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':Mi(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0xd5f5d0['if']('isVisible','ck-hidden',_0x2baa8e=>!_0x2baa8e)]},'children':this['_checkViews']}]});}}class AITranslateUI extends AIReviewCoreUI{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x506f7c=this['context']['plugins']['get']('AITabs'),_0xb39293=this['context']['locale'],_0x430009=new AIHeaderView(_0xb39293,{'label':Mi(_0xb39293,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x54ca7a,'class':'ck-ai-header_review-translate','showResizeButton':_0x506f7c['showResizeButton']});_0x430009['delegate']('resizeTabs')['to'](_0x506f7c),_0x430009['bind']('isMaximized')['to'](_0x506f7c['view'],'isMaximized',_0x3f5eb2=>_0x3f5eb2);const _0x4c8622=new AIReviewCoreView(_0xb39293,{'header':_0x430009,'list':new AITranslateCheckListView(_0xb39293),'results':new AITranslateCheckResultsView(_0xb39293,{'generalErrorText':Mi(_0xb39293,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new AIReviewCoreReviewCompletedView(_0xb39293,{'headerText':Mi(_0xb39293,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':Mi(_0xb39293,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':Mi(_0xb39293,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x4c8622['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x4c8622;}['registerTab'](){const _0x86fc7a=this['context']['plugins']['get']('AITabs');_0x86fc7a['view']['on']('activateTab',(_0x1e14d4,{newTab:_0x40613c,oldTab:_0x547bb7})=>{'translate'===_0x40613c?this['fire']('getReviewCheckList'):'translate'===_0x547bb7&&this['fire']('leaveReview');}),_0x86fc7a['view']['addTab']({'id':'translate','buttonLabel':Mi(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x54ca7a,'order':0x0,'content':this['_mainView']});}}class AITranslate extends _0x915a98{static get['requires'](){return[AITranslateController,AITranslateUI,AIReviewCoreEditing];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{AIActions,AIAdapter,AIAssistant,AIAssistantUI,AIBalloon,AIChat,AIChatController,AIChatFeedCustomElementView,AIChatHistory,AIChatHistoryController,AIChatHistoryUI,AIChatInteraction,AIChatShortcuts,AIChatUI,AIConnector,AIEditing,AIEditorIntegration,AIGateway,AIInteraction,AIQuickActions,AIQuickActionsUI,AIReply,AIRequestError,AIReviewCheck,AIReviewCheckResult,AIReviewCheckResultChange,AIReviewCheckRun,AIReviewGateway,AIReviewMode,AIReviewCoreController as AIReviewModeController,AIReviewCoreEditing as AIReviewModeEditing,AIReviewModeUI,AIReviewRunResult,AIRunResult,AITabs,AITabsMainView,AITabsView,AITextAdapter,AIToggleButtonUI,AITranslate,AITranslateController,AITranslateUI,AWSTextAdapter,OpenAITextAdapter,ShowAIAssistantCommand,ToggleAICommand,Fi as createResizeButton,Di as getDefaultAICommands};
|
|
23
|
+
import{Command as _0x2f2e2c,ContextPlugin as _0x3abc0e,Editor as _0x5a1597,Plugin as _0x5bc74c}from'@ckeditor/ckeditor5-core';import{IconAI as _0x17fb3f,IconAIAdjustLength as _0x2279d3,IconAIAskAI as _0x425345,IconAIChangeTone as _0x4d510a,IconAIChat as _0x433c60,IconAIChatCommands as _0x3eaea4,IconAIContinueWriting as _0x16808c,IconAIGrammarCheck as _0x597aae,IconAIHistory as _0x4f0239,IconAIImproveWriting as _0x234164,IconAIOther as _0x47ef5b,IconAIQuickActions as _0x2a6bd4,IconAIReview as _0x2f914c,IconAITranslate as _0x3de69e,IconBoxWithCheck as _0x3c414c,IconBoxWithCross as _0x56ff1c,IconBoxWithMarker as _0xa46cb9,IconBrowseFiles as _0x32d23c,IconBulb as _0xae43e5,IconCancel as _0x544e33,IconCheck as _0x1fb55b,IconChevronDown as _0x4f154b,IconChevronRight as _0x50ee10,IconChevronUp as _0x8aee51,IconCopy as _0x2213d2,IconDocument as _0x1445d9,IconDocumentOutline as _0x27bd8d,IconDropdownArrow as _0x599889,IconError as _0x25a3d8,IconEye as _0x2e3b97,IconEyeCrossedOut as _0x225cf3,IconFileUpload as _0x1bcaaf,IconImage as _0x196f31,IconInfo as _0x181c93,IconLink as _0x3ee98b,IconLoupe as _0xc1f191,IconMagicWand as _0xa22694,IconMaximize as _0x3b264e,IconMinimize as _0x1b8488,IconNextArrow as _0xa46100,IconOutdated as _0x37848a,IconPaperClip as _0x19e50c,IconPin as _0x384872,IconPlus as _0x2013b1,IconPreviousArrow as _0x2db01d,IconRefresh as _0x3affd5,IconRobotPencil as _0x5b145b,IconSelection as _0xab00a8,IconShowChangesOff as _0x2973b4,IconShowChangesOn as tt,IconStop as et,IconSubmit as it,IconThreeHorizontalDots as st,IconThumbDown as nt,IconThumbUp as rt,IconWeb as ot}from'@ckeditor/ckeditor5-icons';import{CKEditorError as at,Collection as ht,DomEmitterMixin as ct,EmitterMixin as lt,FocusTracker as ut,KeystrokeHandler as dt,ObservableMixin as _t,Rect as gt,ResizeObserver as At,_isMotionReduced as It,first as pt,getConstrainedViewportRect as mt,global as Et,insertToPriorityArray as Tt,isVisible as wt,logError as Ct,logWarning as ft,scrollAncestorsToShowTarget as bt,scrollViewportToShowTarget as St,toArray as Rt,uid as Ot,version as vt}from'@ckeditor/ckeditor5-utils';import{AutocompleteView as kt,BalloonPanelView as Nt,BalloonToolbar as yt,BodyCollection as xt,ButtonLabelView as Lt,ButtonLabelWithHighlightView as Dt,ButtonView as Pt,Dialog as Ht,DialogViewPosition as Mt,DropdownMenuPanelPositioningFunctions as Vt,FileDialogButtonView as Ut,FocusCycler as Bt,FormHeaderView as Gt,FormRowView as Ft,HighlightedTextView as Kt,IconView as Wt,InputTextView as Yt,LabeledFieldView as $t,ListItemButtonView as qt,ListItemGroupView as Qt,ListItemView as Xt,ListView as zt,MenuBarMenuListItemButtonView as jt,MenuBarMenuListItemView as Jt,MenuBarMenuListView as Zt,MenuBarMenuView as te,SearchTextView as _0x853608,SpinnerView as _0x17e663,TextareaView as _0xd400c4,ToolbarView as _0x4b90d1,UIModel as _0x2d4237,View as _0x4708a3,ViewCollection as _0x4f88bc,addListToDropdown as _0x41c9a7,addMenuToDropdown as _0x4fe6d6,clickOutsideHandler as _0xfcbf0e,createDropdown as _0x353e74,createLabeledInputText as _0xc4912a,createLabeledTextarea as _0x46d7e1,submitHandler as _0xfe4486}from'@ckeditor/ckeditor5-ui';import{ClipboardMarkersUtils as _0x360802,ClipboardPipeline as _0x72a589}from'@ckeditor/ckeditor5-clipboard';import{InsertOperation as _0x40b89f,MarkerOperation as _0x414b93,Matcher as _0x4f355c,ModelDocumentFragment as _0xc7ecd7,ModelPosition as _0x4c52aa,ModelRange as _0x5cca78,ModelTreeWalker as _0x7bd257,ViewDataTransfer as _0xa3026c,ViewDocumentDomEventData as _0x3ecc64,ViewDowncastWriter as _0x4554d0,ViewUpcastWriter as _0x11238b,_DetachOperation as _0x1bbc64,_insertIntoModelNodeList as _0x141f19,_removeFromModelNodeList as _0x2ce61c,transformOperationSets as _0x1790d4}from'@ckeditor/ckeditor5-engine';import{cloneDeep as _0x163ee1,debounce as _0x1c2d83,escape as _0x47dde7,escapeRegExp as _0x2cddd7,throttle as _0x57ffe3,unescape as _0xe9b4ed}from'es-toolkit/compat';import{createParser as _0x43c815}from'eventsource-parser';import{CloudServices as _0x1e4e93}from'@ckeditor/ckeditor5-cloud-services';import{ConfirmMixin as _0xd046de,DATA_ID_MODEL_ATTRIBUTE as _0x32a933,DATA_ID_VIEW_ATTRIBUTE as _0x4907b2,DocumentCompare as _0x3ea65d,SuggestionsConversion as _0x3cdc25,fixElementSuggestionRange as _0x5f13c7,getAllMarkersDomElementsSorted as _0x2f8615,getMarkerDomElement as _0x178cd1}from'@ckeditor/ckeditor5-collaboration-core';import{parseDocument as _0x2f5649}from'htmlparser2';import{append as _0x3c432c,appendChild as _0x18873b,find as _0x188519,findAll as _0x210655,findOne as _0x103707,getChildren as ti,getParent as _0x4fbc65,isComment as _0x3bd54b,isTag as _0x314fbd,prepend as _0x28f757,prependChild as _0x49cc30,removeElement as _0x46f92a,replaceElement as _0x4cf7f1,textContent as _0x4452ef}from'domutils';import _0x425375 from'dom-serializer';import{Document as _0x428e8a,Element as _0x11613c,NodeWithChildren as _0x1b5cde,Text as _0x1b2c94,cloneNode as _0x2c8968,isDocument as _0x779624,isText as _0x238b68}from'domhandler';import{MarkdownGfmMdToHtml as _0x48adef,MarkdownGfmMdToHtmlDefaultPlugins as _0x340a16}from'@ckeditor/ckeditor5-markdown-gfm';import _0x28237c from'rehype-sanitize';import _0x320955 from'morphdom';import{diffArrays as _0x52bd71}from'diff';const Ci='_ungrouppedCommands';function fi(_0x4cf3c8,_0x1c288f){const _0x3568f0=(0x0,_0x1c288f['t'])('Other');return _0x4cf3c8['length']?'groupId'in _0x4cf3c8[0x0]?_0x4cf3c8:[{'groupId':Ci,'groupLabel':_0x3568f0,'order':0x1/0x0,'commands':_0x4cf3c8}]:[{'groupId':Ci,'groupLabel':_0x3568f0,'order':0x1/0x0,'commands':[]}];}const bi=globalThis['DataTransfer'],Si='ai-ui';var Ri=class extends _0x5bc74c{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x13d51c}=this,_0x125b23=['ck-fake-ai-selection'];_0x13d51c['config']['get']('ai.assistant.useTheme')&&_0x125b23['push']('ck-ai-assistant-ui_theme'),_0x13d51c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Si,'view':{'classes':_0x125b23,'priority':0xc}}),_0x13d51c['conversion']['for']('editingDowncast')['markerToElement']({'model':Si,'view':(_0x106cff,{writer:_0x366979})=>{if(!_0x106cff['markerRange']['isCollapsed'])return null;const _0x2a65f3=_0x366979['createUIElement']('span');return _0x366979['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x2a65f3),_0x2a65f3;}});}['afterInit'](){!async function(_0x2e58b0){const _0x4dd3db='nA7yurgOHbZvDplRkJscdICm86oPWx92f1qF0LaSX3NGwTMK4jVtYUBQi5zheE',_0x347016=0x78df8,_0x447e7a=window['Date']['now'](),_0x2a20d4=_0x2e58b0['editor'],_0x5a0e7c=new window['Promise'](_0x340ada=>{_0x2a20d4['once']('ready',_0x340ada);}),_0x27ffcd={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x4e9215=_0x2a20d4['config']['get']('licenseKey');async function _0x5bda94(){let _0xdbdfde,_0x3f195d=null,_0x504c46=null;try{return'GPL'==_0x4e9215?'NotAllowed':(_0xdbdfde=_0x23546c(),_0xdbdfde?(_0xdbdfde['usageEndpoint']&&(_0x504c46=_0x5cf3fd(_0xdbdfde['usageEndpoint'],_0xdbdfde['jti'])),await _0x7bd46c()?_0x28fe15()?_0x35213b()?'Expired':_0x25408f()?('evaluation'==_0xdbdfde['licenseType']&&(_0x3f195d=_0x4a37db('EvaluationLimit')),await _0x948a67()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x35213b(){const _0x2c10eb=['evaluation','trial']['includes'](_0xdbdfde['licenseType'])?_0x447e7a/0x3e8:0xe10*_0x347016;return _0xdbdfde['exp']<_0x2c10eb;}function _0x28fe15(){const _0x485378=_0xdbdfde['features'];return!!_0x485378&&(!!_0x485378['includes']('*')||!!_0x485378['includes']('AI'));}function _0x25408f(){const _0x2ad58f=_0xdbdfde['licensedHosts'];if(!_0x2ad58f||0x0==_0x2ad58f['length'])return!0x0;const {hostname:_0x38dfa9}=new URL(window['location']['href']);if(_0x2ad58f['includes'](_0x38dfa9))return!0x0;const _0x4271fd=_0x38dfa9['split']('.');return _0x2ad58f['filter'](_0x147da8=>_0x147da8['includes']('*'))['map'](_0x4db721=>_0x4db721['split']('.'))['filter'](_0x4329cf=>_0x4329cf['length']<=_0x4271fd['length'])['map'](_0x52f8de=>Array(_0x4271fd['length']-_0x52f8de['length'])['fill']('*'===_0x52f8de[0x0]?'*':'')['concat'](_0x52f8de))['some'](_0x48ddc7=>_0x4271fd['every']((_0x188189,_0x10fcd0)=>_0x48ddc7[_0x10fcd0]===_0x188189||'*'===_0x48ddc7[_0x10fcd0]));}function _0x948a67(){return _0x3f195d&&_0x504c46?new window['Promise']((_0x1016ef,_0x4ed618)=>{_0x3f195d['then'](_0x1016ef,_0x4ed618),_0x504c46['then'](_0x5a537b=>{'Valid'!=_0x5a537b&&_0x1016ef(_0x5a537b);},_0x4ed618);}):_0x3f195d||_0x504c46||'Valid';}}function _0x5cf3fd(_0x9f2875,_0x1847e8){return new window['Promise'](_0x918ca8=>{if(_0x341576())return _0x918ca8('Valid');_0x498532(),_0x2a20d4['decorate']('_sendUsageRequest');let _0x408f33=!0x1;const _0x79c520=Ot();function _0x528dfa(_0x2d3b48){return!!_0x2d3b48&&('object'==typeof _0x2d3b48||'function'==typeof _0x2d3b48)&&'function'==typeof _0x2d3b48['then']&&'function'==typeof _0x2d3b48['catch'];}function _0x56b0f7(_0x36fe57){_0x7f0f1c(_0x36fe57)['then'](_0x2a55a3=>_0x2a55a3&&'ok'==_0x2a55a3['status']?_0x138b27(_0x2452ae(_0x79c520+_0x1847e8))!=_0x2a55a3['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x4fc19b=>(_0x4d45b6(),_0x4fc19b),()=>{const _0x273cb8=_0x34581b();return null==_0x273cb8?(_0x4d45b6(),'Valid'):_0x447e7a-_0x273cb8>0x240c8400?'UsageLimit':'Valid';})['then'](_0x918ca8)['catch'](()=>{_0x918ca8('UsageLimit');});const _0x3f8a30=0x36ee80;function _0x4d45b6(){const _0x30549c='llct-'+_0x138b27(_0x2452ae(_0x9f2875)),_0x25222e=_0x498007(_0x138b27(window['Math']['ceil'](_0x447e7a/_0x3f8a30)));window['localStorage']['setItem'](_0x30549c,_0x25222e);}function _0x34581b(){const _0x3e4db9='llct-'+_0x138b27(_0x2452ae(_0x9f2875)),_0x450303=window['localStorage']['getItem'](_0x3e4db9);return _0x450303?window['parseInt'](_0x498007(_0x450303),0x10)*_0x3f8a30:null;}function _0x7f0f1c(_0x4d05f7){return new window['Promise']((_0x507540,_0x1dcef2)=>{_0x4d05f7['then'](_0x507540,_0x1dcef2),window['setTimeout'](_0x1dcef2,0x1d4c0);});}}_0x2a20d4['on']('_sendUsageRequest',(_0x475632,_0x429e24)=>{if(_0x429e24[0x0]!=_0x9f2875)return _0x918ca8('UsageLimit');_0x429e24[0x1]={..._0x429e24[0x1],'requestId':_0x79c520};},{'priority':'high'}),_0x2a20d4['on']('_sendUsageRequest',_0x5e5abd=>{_0x528dfa(_0x5e5abd['return'])&&(_0x408f33=!0x0,_0x56b0f7(_0x5e5abd['return']));},{'priority':'low'}),_0x5a0e7c['then'](()=>{_0x408f33||_0x918ca8('UsageLimit');});});function _0x341576(){return'auto'==_0x2a20d4['editing']['view']['_overlayModeHint'];}function _0x498532(){_0x2a20d4['editing']['view']['_overlayModeHint']='auto';}}function _0x4a37db(_0x11bcde){const _0x4e2e53=[new window['Promise'](_0x335320=>setTimeout(_0x335320,0x93ecc)),_0x5a0e7c['then'](()=>new window['Promise'](_0x4209bf=>{let _0x236a16=0x0;_0x2a20d4['model']['on']('applyOperation',(_0x2407bc,_0x568abe)=>{_0x568abe[0x0]['isDocumentOperation']&&_0x236a16++,0x5e8==_0x236a16&&(_0x4209bf(),_0x2407bc['off']());});}))];return window['Promise']['race'](_0x4e2e53)['then'](()=>_0x11bcde);}async function _0x1d5be6(){await _0x5a0e7c,_0x2a20d4['model']['change']=_0x1d415e,_0x2a20d4['model']['enqueueChange']=_0x1d415e,_0x2a20d4['enableReadOnlyMode']('model');}function _0x4de588(_0x2c5aea){const _0x829297=_0x3ed512();_0x2a20d4[_0x829297]='aiLicenseKey'+_0x2c5aea,'Valid'!=_0x2c5aea&&_0x1d5be6();}function _0x3ed512(){const _0x3e40c3=window['String'](window['performance']['now']())['replace']('.','');let _0x44f54b='n';for(let _0xe6b39c=0x0;_0xe6b39c<_0x3e40c3['length'];_0xe6b39c+=0x2){let _0xa916c5=window['parseInt'](_0x3e40c3['substring'](_0xe6b39c,_0xe6b39c+0x2));_0xa916c5>=0x3e&&(_0xa916c5-=0x3e),_0x44f54b+=_0x4dd3db[_0xa916c5];}return _0x44f54b;}function _0x23546c(){const _0x2ffad8=_0x4e9215['split']('.');if(0x3!=_0x2ffad8['length'])return null;return _0x4468e4(_0x2ffad8[0x1]);function _0x4468e4(_0x40accd){const _0x1f8f28=_0x20c317(_0x40accd);return _0x1f8f28&&_0x1c427c()?_0x1f8f28:null;function _0x1c427c(){const _0x220e8d=_0x1f8f28['jti'],_0x3a2642=window['parseInt'](_0x220e8d['substring'](_0x220e8d['length']-0x8),0x10),_0x200dd8={..._0x1f8f28,'jti':_0x220e8d['substring'](0x0,_0x220e8d['length']-0x8)};return delete _0x200dd8['vc'],_0x2452ae(_0x200dd8)==_0x3a2642;}}}async function _0x7bd46c(){let _0x39c6cf=!0x0;try{const [_0x515ad2,_0x4859ab,_0x27c420]=_0x4e9215['split']('.');return _0x496468(_0x515ad2),await _0x2487c1(_0x515ad2,_0x4859ab,_0x27c420),_0x39c6cf;}catch{return!0x1;}function _0x496468(_0x4aff44){const _0x5832b4=_0x20c317(_0x4aff44);_0x5832b4&&'ES256'==_0x5832b4['alg']||(_0x39c6cf=!0x1);}async function _0x2487c1(_0xe1a92b,_0x360a72,_0x11596a){const _0x2eaa4e=window['Uint8Array']['from'](_0x31526c(_0x11596a),_0x4ad032=>_0x4ad032['charCodeAt'](0x0)),_0x174c5e=new window['TextEncoder']()['encode'](_0xe1a92b+'.'+_0x360a72),_0x1d222e=window['crypto']['subtle'];if(!_0x1d222e)return;const _0x2bb010=await _0x1d222e['importKey']('jwk',_0x27ffcd,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x1d222e['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x2bb010,_0x2eaa4e,_0x174c5e)||(_0x39c6cf=!0x1);}}function _0x20c317(_0x109354){return _0x109354['startsWith']('ey')?JSON['parse'](_0x31526c(_0x109354)):null;}function _0x31526c(_0x43fe3c){return window['atob'](_0x43fe3c['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x2452ae(_0x28ad75){let _0x11ff4d=0x1505;function _0x21716d(_0x7b4bb4){for(let _0x5a21bf=0x0;_0x5a21bf<_0x7b4bb4['length'];_0x5a21bf++){const _0x3f06e4=_0x7b4bb4['charCodeAt'](_0x5a21bf);_0x11ff4d=(_0x11ff4d<<0x5)+_0x11ff4d+_0x3f06e4,_0x11ff4d&=_0x11ff4d;}}function _0x1a0d52(_0x31a965){Array['isArray'](_0x31a965)?_0x31a965['forEach'](_0x1a0d52):_0x31a965&&'object'==typeof _0x31a965?Object['entries'](_0x31a965)['sort']()['forEach'](([_0x297f9c,_0x30cbc8])=>{_0x21716d(_0x297f9c),_0x1a0d52(_0x30cbc8);}):_0x21716d(window['String'](_0x31a965));}return _0x1a0d52(_0x28ad75),_0x11ff4d>>>0x0;}function _0x138b27(_0x4441d3){return _0x4441d3['toString'](0x10)['padStart'](0x8,'0');}function _0x498007(_0x36a753){return _0x36a753['split']('')['reverse']()['join']('');}function _0x1d415e(){}_0x4de588(await _0x5bda94());}(this);}['showFakeVisualSelection'](){const _0x502afe=this['editor']['model'];_0x502afe['change'](_0x1f134f=>{const _0x391ab9=_0x502afe['document']['selection']['getRanges']();let _0x3bf8ae=0x0;for(const _0x34e59b of _0x391ab9){const _0x2746cf=Si+':'+_0x3bf8ae;if(_0x502afe['markers']['has'](_0x2746cf))_0x1f134f['updateMarker'](_0x2746cf,{'range':_0x34e59b});else{if(_0x34e59b['start']['isAtEnd']){const _0x42b9fd=_0x34e59b['start']['getLastMatchingPosition'](({item:_0x493194})=>!_0x502afe['schema']['isContent'](_0x493194),{'boundaries':_0x34e59b});_0x1f134f['addMarker'](_0x2746cf,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x1f134f['createRange'](_0x42b9fd,_0x34e59b['end'])});}else _0x1f134f['addMarker'](_0x2746cf,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x34e59b});}_0x3bf8ae++;}});}['hideFakeVisualSelection'](){const _0x1d39b9=this['editor']['model'],_0x19a63a=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](Si));_0x19a63a['length']&&_0x1d39b9['change'](_0x45e606=>{_0x19a63a['forEach'](_0x374fbc=>{_0x45e606['removeMarker'](_0x374fbc);});});}['insertContent'](_0x5dc34c,_0x53eefe){const _0x58f616=this['_getAISelection'](),_0x1af2d0=_0x53eefe||_0x58f616['getFirstRange']();this['editor']['model']['canEditAt'](_0x1af2d0)&&this['editor']['model']['change'](_0x350355=>{this['hideFakeVisualSelection'](),_0x53eefe||this['_resetContentOfSelectedTableCells'](_0x350355,_0x58f616),this['_pasteHTMLUsingClipboard']({'insertAt':_0x1af2d0,'writer':_0x350355,'html':_0x5dc34c});});}['insertContentBelow'](_0x557b5e){const {model:_0x4de397}=this['editor'],_0x4c0d4f=this['_getAISelection']();_0x4de397['change'](()=>{const _0x2b86ad=this['_prepareTableInsertBelowPosition'](_0x557b5e,_0x4c0d4f)||this['_getDefaultInsertBelowPosition'](_0x4c0d4f);this['insertContent'](_0x557b5e,_0x2b86ad);});}['_getAISelection'](){const _0x3decb2=this['editor']['model'],_0x546e41=Array['from'](_0x3decb2['markers']['getMarkersGroup'](Si))['map'](_0x55ab4a=>_0x55ab4a['getRange']());return _0x3decb2['createSelection'](_0x546e41);}['_pasteHTMLUsingClipboard']({writer:_0x5bb817,html:_0x164a17,insertAt:_0x1d5919}){const {view:_0x5ede7a}=this['editor']['editing'],_0x63304a=this['editor']['plugins']['get'](_0x72a589),_0x722fa0=new bi();_0x722fa0['setData']('text/html',_0x164a17);const _0x14186f=new _0x3ecc64(_0x5ede7a,new ClipboardEvent('paste',{'clipboardData':_0x722fa0}),{'dataTransfer':new _0xa3026c(_0x722fa0)});_0x5bb817['setSelection'](_0x1d5919);const _0x165516=(_0x567b2f,_0x4502a0)=>{_0x4502a0['resultRange']&&_0x5bb817['setSelection'](_0x4502a0['resultRange']);};_0x63304a['once']('contentInsertion',_0x165516,{'priority':'lowest'}),_0x5ede7a['document']['fire']('paste',_0x14186f),_0x63304a['off']('contentInsertion',_0x165516);}['_getDefaultInsertBelowPosition'](_0x2af3ce){const {model:_0x51b66d}=this['editor'],_0x1d7d29=Array['from'](_0x2af3ce['getSelectedBlocks']());return _0x1d7d29['length']?_0x51b66d['createPositionAfter'](_0x1d7d29['pop']()):_0x2af3ce['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0xd1df4d,_0x4bcfa4){const {model:_0x271c68,plugins:_0x4281ea}=this['editor'];if(_0x4281ea['has']('TableUtils')){const _0x486c8b=_0x4281ea['get']('TableUtils')['getSelectedTableCells'](_0x4bcfa4);if(_0x486c8b['length']){const _0x5023b4=this['_getTableRowCountFromContent'](_0xd1df4d),_0x50565a=this['_createEmptyTableRows'](_0x486c8b,_0x5023b4);return _0x271c68['createPositionAt'](_0x50565a,0x0);}}return null;}['_getTableRowCountFromContent'](_0x33fdb4){const _0x4bbdc9=this['editor']['plugins']['get']('TableUtils'),_0x16ea92=this['editor']['data']['parse'](_0x33fdb4,'$documentFragment'),_0x584484=Array['from'](_0x16ea92['getChildren']())['filter'](_0x430b12=>_0x430b12['is']('element','table'));let _0x435e6a=0x0;return _0x584484['forEach'](_0x5409bb=>{_0x435e6a+=_0x4bbdc9['getRows'](_0x5409bb);}),_0x435e6a;}['_createEmptyTableRows'](_0x571007,_0x3c0c92){const _0x1161f5=this['editor']['plugins']['get']('TableUtils'),_0x2113cb=_0x1161f5['getRowIndexes'](_0x571007),_0x450fda=_0x1161f5['getColumnIndexes'](_0x571007),_0x12fb04=_0x2113cb['last']+0x1,_0x5f0f3d=_0x450fda['first'],_0x43bb4f=_0x571007[0x0]['findAncestor']('table');for(let _0x2adeae=0x0;_0x2adeae<_0x3c0c92;_0x2adeae++)_0x1161f5['insertRows'](_0x43bb4f,{'at':_0x12fb04});return _0x43bb4f['getChild'](_0x12fb04)['getChild'](_0x5f0f3d);}['_resetContentOfSelectedTableCells'](_0x302735,_0x3d12a0){const {plugins:_0x1a1f4e}=this['editor'],{model:_0x4e01fd}=_0x302735;_0x1a1f4e['has']('TableUtils')&&_0x1a1f4e['get']('TableUtils')['getSelectedTableCells'](_0x3d12a0)['length']&&_0x4e01fd['deleteContent'](_0x3d12a0);}},Oi=class extends _0x5bc74c{static get['pluginName'](){return'AIAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){if(!this['textAdapter'])throw new at('aiadapter-text-adapter-not-set',null);}},vi=class extends Error{constructor(_0x40bdcf){super(_0x40bdcf),this['name']='AIRequestError';}};function ki(_0xb922d5,_0x52884f,_0x2ab5c4){const t=_0xb922d5['t'];switch(_0x52884f){case'Edit\x20or\x20review':return t('Edit\x20or\x20review');case'Improve\x20writing':return t('Improve\x20writing');case'Make\x20shorter':return t('Make\x20shorter');case'Make\x20longer':return t('Make\x20longer');case'Simplify\x20language':return t('Simplify\x20language');case'Generate\x20from\x20selection':return t('Generate\x20from\x20selection');case'Summarize':return t('Summarize');case'Continue':return t('Continue');case'Change\x20tone':return t('Change\x20tone');case'Professional':return t('Professional');case'Casual':return t('Casual');case'Direct':return t('Direct');case'Confident':return t('Confident');case'Friendly':return t('Friendly');case'Change\x20style':return t('Change\x20style');case'Business':return t('Business');case'Legal':return t('Legal');case'Journalism':return t('Journalism');case'Poetic':return t('Poetic');case'Translate':return t('Translate');case'English':return t('English');case'Spanish':return t('Spanish');case'German':return t('German');case'Portuguese':return t('Portuguese');case'French':return t('French');case'Simplified\x20Chinese':return t('Simplified\x20Chinese');case'Hindi':return t('Hindi');case'Arabic':return t('Arabic');case'AI\x20Assistant':return t('AI\x20Assistant');case'AI\x20Commands':return t('AI\x20Commands');case'Ask\x20AI\x20to\x20edit\x20or\x20generate':return t('Ask\x20AI\x20to\x20edit\x20or\x20generate');case'Ask\x20AI\x20to\x20improve\x20generated\x20text':return t('Ask\x20AI\x20to\x20improve\x20generated\x20text');case'Copy':return t('Copy');case'Submit':return t('Submit');case'Insert\x20below':return t('Insert\x20below');case'Try\x20again':return t('Try\x20again');case'Stop':return t('Stop');case'AI\x20is\x20writing...':return t('AI\x20is\x20writing...');case'AI\x20is\x20writing':return t('AI\x20is\x20writing');case'Generated\x20content:\x20%0':return t('Generated\x20content:\x20%0',_0x2ab5c4);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x2ab5c4);case'History':return t('History');case'Empty\x20history':return t('Empty\x20history');case'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':return t('Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.');case'Prompt\x20history':return t('Prompt\x20history');case'Clear':return t('Clear');case'AI_REPLACE_CONTENT':return t({'id':'AI_REPLACE_CONTENT','string':'Replace'});case'AI_INSERT_CONTENT':return t({'id':'AI_INSERT_CONTENT','string':'Insert'});case'AI_ERROR_GET_HEADERS':return t({'id':'AI_ERROR_GET_HEADERS','string':'Preparing\x20request\x20headers\x20failed'});case'AI_ERROR_GET_PARAMETERS':return t({'id':'AI_ERROR_GET_PARAMETERS','string':'Preparing\x20request\x20parameters\x20failed'});case'AI_ERROR_UNSUPPORTED_MODEL':return t({'id':'AI_ERROR_UNSUPPORTED_MODEL','string':'The\x20requested\x20AI\x20model\x20(\x22%0\x22)\x20is\x20not\x20supported'},_0x2ab5c4);case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_AWS_NOT_SUPPORTED':return t({'id':'AI_ERROR_AWS_NOT_SUPPORTED','string':'The\x20AWS\x20integration\x20is\x20no\x20longer\x20supported.\x20Please\x20contact\x20the\x20support.'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x52884f;}}var Ni=class extends _0x2f2e2c{['_commandDefinitions'];constructor(_0x1c1e76,_0x40fef7){super(_0x1c1e76),this['_commandDefinitions']=_0x40fef7,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0xd54f14,_0x25cb02,_0x285d4c)=>{this['isEnabled']&&(this['enabledCommandsIds']=yi(this['_commandDefinitions'],_0x285d4c));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x1b18e9,_0x806e51,_0x32d410)=>{this['enabledCommandsIds']=_0x32d410?yi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x213234=this['editor']['model'];this['_hasContext']=function(_0xb3690f){const _0x285b86=_0xb3690f['document']['selection'];return _0x285b86['isCollapsed']?0x0!==[..._0x285b86['getSelectedBlocks']()]['length']&&![..._0x285b86['getSelectedBlocks']()][0x0]['isEmpty']:!!_0xb3690f['hasContent'](_0x285b86['getFirstRange']());}(_0x213234);const _0x369cd3=_0x213234['document']['selection'],_0x3c36ff=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x594403 of _0x369cd3['getRanges']())for(const _0x34b42e of _0x594403['getItems']())if(_0x34b42e['is']('element')&&_0x3c36ff['includes'](_0x34b42e['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x3c8653='',_0x593a1d='',_0x189750='custom'){this['editor']['plugins']['get'](Qi)['showUI'](_0x3c8653,_0x593a1d,_0x189750);}};function yi(_0x35cd74,_0x24e64d){const _0x1da492=new Set();for(const _0x2b55b7 of _0x35cd74['values']())(_0x24e64d||!0x1===_0x2b55b7['requiresContent'])&&_0x1da492['add'](_0x2b55b7['id']);return Array['from'](_0x1da492);}const xi=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,'is'),Li=/* #__PURE__ -- @preserve */
|
|
24
|
+
_t();var Di=class extends Li{['editor'];['textAdapter'];['view'];['_sanitizationContainer'];['_domParser'];['_xmlSerializer'];constructor(_0x4a6ef4,_0x165500,_0x318597){super(),this['editor']=_0x4a6ef4,this['textAdapter']=_0x165500,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x318597,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x5022fa,_0x5a5ec2,_0x23e432)=>{this['view']['value']=this['_sanitizeHTML'](_0x23e432);}),this['listenTo'](this['view'],'submitPrompt',(_0x4b872f,_0x4cc5c8)=>{const _0xe3adff=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x4cc5c8,_0xe3adff,'custom');}),this['listenTo'](this['view'],'tryAgainEvent',()=>{this['view']['prompt']=this['previousLabel'],this['_handleQuery'](this['previousQuery'],this['previousContext'],this['previousActionId'],this['previousLabel']);}),this['listenTo'](this['view'],'stopProcessing',()=>{this['stopProcessing']();});}['destroy'](){this['stopListening']();}async['updateView']({actionId:_0x47e5fd,query:_0x4a4037,htmlContent:_0x52dcce,label:_0x46f796,mainActionLabel:_0x2b8cc4}){this['view']['prompt']=_0x46f796,this['view']['mainAction']=_0x2b8cc4,this['initialContext']=_0x52dcce,_0x4a4037&&(this['view']['isRendered']?this['_handleQuery'](_0x4a4037,_0x52dcce,_0x47e5fd,_0x46f796):this['view']['once']('render',()=>{this['_handleQuery'](_0x4a4037,_0x52dcce,_0x47e5fd,_0x46f796);}));}['stopProcessing'](){this['isProcessing']&&(this['isProcessing']=!0x1,this['view']['finishProcessing'](),this['textAdapter']['abort']());}['reset'](){this['initialContext']='',this['currentContext']='',this['currentResponse']='',this['previousContext']='',this['previousQuery']='',this['previousLabel']='',this['previousActionId']=void 0x0,this['view']['reset'](),this['stopProcessing']();}async['_handleQuery'](_0x24b7a4,_0x106452,_0x114c68,_0x259aba){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x106452,this['previousQuery']=_0x24b7a4,this['previousLabel']=_0x259aba||_0x24b7a4,this['previousActionId']=_0x114c68,new Promise(_0x477d6e=>{this['textAdapter']['makeRequest']({'query':_0x24b7a4,'context':_0x106452,'onData':_0x21a4af=>{this['currentResponse']=_0x21a4af,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x114c68})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x5af03e=>{_0x5af03e instanceof vi?this['view']['handleError'](_0x5af03e['message']):this['view']['handleError'](),_0x477d6e();})['finally'](()=>{this['stopProcessing'](),_0x477d6e();});});}['_parseAndNormalizeContent'](_0x12092e,_0x28a85e=!0x1){const _0x3e8763=xi['exec'](_0x12092e);_0x12092e=_0x3e8763?_0x12092e['substring'](_0x3e8763[0x1]['length']):_0x12092e['length']<0x64&&!_0x28a85e?'':this['_stripMarkdownSyntax'](_0x12092e);const _0x324308=this['_domParser']['parseFromString'](_0x12092e,'text/html');if(_0x3e8763){const _0x278145=Array['from'](_0x324308['body']['childNodes']);_0x278145['reverse']();for(const _0x2ffdf5 of _0x278145){if(_0x2ffdf5['nodeType']==Node['ELEMENT_NODE'])break;_0x2ffdf5['remove']();}}const _0x317194=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x324308['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x317194);const _0x4149ff=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x1d48f7=this['editor']['data']['toModel'](_0x317194);return _0x4149ff||_0x1d48f7['markers']['clear'](),this['editor']['data']['stringify'](_0x1d48f7);}['_normalizeResponseHeadings'](_0x30f7aa){const _0x102f0c=new _0x11238b(this['editor']['editing']['view']['document']),_0x2378f6=new _0x4f355c({'name':/^h[1-5]$/}),_0x23bee5=[];let _0x2062eb=!0x1;for(const _0x2f0661 of _0x30f7aa)_0x2f0661['is']('element')&&_0x2378f6['match'](_0x2f0661)&&(_0x23bee5['push'](_0x2f0661),'h1'==_0x2f0661['name']&&(_0x2062eb=!0x0));if(_0x2062eb){for(const _0x5a6095 of _0x23bee5)_0x102f0c['rename']('h'+(parseInt(_0x5a6095['name'][0x1])+0x1),_0x5a6095);}}['_isH1TagSupportEnabled'](){const {data:_0x4eda3d,editing:_0x25a6cc}=this['editor'],_0x358c52=_0x4eda3d['htmlProcessor']['toView']('<h1></h1>'),_0x14f1ef=_0x4eda3d['toView'](_0x4eda3d['toModel'](_0x358c52));return!!_0x25a6cc['view']['domConverter']['viewToDom'](_0x14f1ef)['querySelector']('h1');}['_sanitizeHTML'](_0x16928f){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x16928f),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x4628d4){const _0x2a76fd=_0x4628d4['trim']();return _0x2a76fd['startsWith']('```html')?_0x2a76fd['endsWith']('```')?_0x2a76fd['substring'](0x7,_0x2a76fd['length']-0x3):_0x2a76fd['substring'](0x7):_0x4628d4;}};const Pi={'REPLACE':'replace','INSERT':'insert'};var Hi=class extends _0x4b90d1{constructor(_0x57a5ec){super(_0x57a5ec),this['set']('isVisible',!0x1),this['set']('mainAction',Pi['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x2db111=>ki(_0x57a5ec,'AI_'+_0x2db111['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](ki(_0x57a5ec,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](ki(_0x57a5ec,'Try\x20again')),this['stopButton']=this['_createButton'](ki(_0x57a5ec,'Stop'));const _0x13184d=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x13184d['if']('isVisible','ck-hidden',_0x39f20d=>!_0x39f20d)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x4dbce6,_0xd40881){const _0x26539c=new Pt(this['locale']);return _0x26539c['set']({'label':_0x4dbce6,'class':_0xd40881||'','isVisible':!0x0,'withText':!0x0}),_0x26539c;}},Mi=class extends _0x4708a3{['contentFieldView'];['copyButtonView'];constructor(_0x54fb29,_0x3b3d78=''){super(_0x54fb29),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0xc9a713=this['bindTemplate'];this['contentFieldView']=new Vi(_0x54fb29,_0x3b3d78),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0xc9a713['if']('isVisible','ck-hidden',_0x43410c=>!_0x43410c)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0xc9a713['if']('isProcessing','ck-ai-form__content-area--processing')]},'children':[this['contentFieldView'],{'tag':'div','attributes':{'class':['ck','ck-ai-form__copy-button-wrapper']},'children':[this['copyButtonView']]}]}]});}['render'](){super['render'](),this['value']&&this['contentFieldView']['setContent'](this['value']);let _0x361617=!0x1;this['on']('change:value',(_0x3686e7,_0x426944,_0x11184e)=>{const _0x24fd8e=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x11184e),this['isProcessing']&&_0x24fd8e&&!_0x361617&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x27ffc8,_0x3d080b,_0x902348)=>{_0x361617=!0x1,_0x902348?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x361617=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x361617=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x171fed=this['locale'],_0x5a9369=new Pt(this['locale']),_0x57476f='ck-ai-form__copy-button';return _0x5a9369['set']({'label':ki(_0x171fed,'Copy'),'icon':_0x2213d2,'class':_0x57476f,'tooltip':!0x0}),_0x5a9369['bind']('isVisible')['to'](this,'value',_0x3c70d8=>!!_0x3c70d8),_0x5a9369['bind']('isEnabled')['to'](this,'isProcessing',_0x94f13d=>!_0x94f13d),_0x5a9369['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x5a9369['icon']=_0x1fb55b,_0x5a9369['class']=_0x57476f+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x5a9369['icon']=_0x2213d2,_0x5a9369['class']=_0x57476f;},0x3e8);}),_0x5a9369;}['_copyHTMLToClipboard'](_0x341c68){const {window:_0x32012d,document:_0x3150c5}=Et;if(_0x32012d['ClipboardItem']){const {Blob:_0x429530,ClipboardItem:_0x25e317}=_0x32012d,_0x4af9ea=[new _0x25e317({'text/html':new _0x429530([_0x341c68['innerHTML']],{'type':'text/html'}),'text/plain':new _0x429530([_0x341c68['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x4af9ea);}else{const _0x219d7a=_0x3150c5['createElement']('div');_0x219d7a['style']['position']='absolute',_0x219d7a['style']['left']='-9999px',_0x219d7a['innerHTML']='<span>[</span>'+_0x341c68['innerHTML']+'<span>]</span>',_0x3150c5['body']['appendChild'](_0x219d7a);const _0x477b5a=_0x3150c5['createRange']();_0x477b5a['setStartAfter'](_0x219d7a['firstElementChild']),_0x477b5a['setEndBefore'](_0x219d7a['lastElementChild']);const _0x3c0763=_0x32012d['getSelection']();_0x3c0763['removeAllRanges'](),_0x3c0763['addRange'](_0x477b5a),_0x3150c5['execCommand']('copy'),_0x219d7a['remove']();}}},Vi=class extends _0x4708a3{constructor(_0x1bc65c,_0xe4274f=''){super(_0x1bc65c),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0xe4274f,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0xcecb48){this['element']['innerHTML']=_0xcecb48;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x2a3ac0=new _0x4708a3(),_0x4d0609=this['locale'],_0x501a81=new _0x17e663();return _0x501a81['isVisible']=!0x0,_0x2a3ac0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x501a81,{'text':ki(_0x4d0609,'AI\x20is\x20writing...')}]}),_0x2a3ac0['render'](),_0x2a3ac0;}},Ui=class extends _0x4708a3{constructor(_0x3af2df,_0x267bac=''){super(_0x3af2df);const _0x38063d=new Wt(),_0xa7aee1=this['bindTemplate'];this['set']('text',_0x267bac),_0x38063d['content']=_0x25a3d8,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x38063d,{'text':_0xa7aee1['to']('text')}]});}},Bi=class extends kt{['submitButtonView'];['showHistoryButtonView'];constructor(_0x53fadb,_0x520a78){super(_0x53fadb,_0x520a78),this['queryView']['fieldView']['minRows']=0x1,this['queryView']['fieldView']['maxRows']=0x3,this['submitButtonView']=this['_createSubmitButton'](),this['showHistoryButtonView']=this['_createShowHistoryButton'](),this['focusableChildren']['add'](this['showHistoryButtonView'],0x1),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['showHistoryButtonView']),this['children']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x42f898,_0x5f4602)=>{_0x42f898['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x5f4602());});}['_createSubmitButton'](){const _0x241764=new Pt(this['locale']),_0x428736=this['locale'];return _0x241764['set']({'icon':it,'label':ki(_0x428736,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x241764['on']('execute',()=>{this['submit']();}),_0x241764['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x3d42c0,_0xcbf82b)=>!_0x3d42c0&&_0xcbf82b),_0x241764;}['_createShowHistoryButton'](){const _0x3c527b=new Pt(this['locale']),_0x397e3b=this['resultsView'],_0x78c6c2=this['locale'];_0x3c527b['set']({'label':ki(_0x78c6c2,'History'),'withText':!0x1,'icon':_0x4f0239,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x3c527b['bind']('isOn')['to'](_0x397e3b,'isVisible'),_0x3c527b['bind']('isEnabled')['to'](this,'isEnabled'),_0x3c527b['on']('execute',()=>{_0x397e3b['isVisible']=!_0x397e3b['isVisible'],_0x397e3b['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x6effda=()=>{Et['window']['requestAnimationFrame'](()=>{if(wt(this['element'])){const _0x567637=new gt(this['queryView']['fieldView']['element']),_0xc8509f=_0x567637['width'],_0x50d824='rtl'===_0x78c6c2['uiLanguageDirection']?'left':'right';_0x567637['excludeScrollbarsAndBorders'](),_0x3c527b['element']['style'][_0x50d824]=_0xc8509f-_0x567637['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x6effda),this['on']('render',_0x6effda),_0x3c527b;}['submit'](){const _0x468ae8=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x468ae8);}['focus'](_0x3a6de4){-0x1===_0x3a6de4?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}},Gi=class extends zt{['historyGroupView'];['clearHistoryButton'];constructor(_0x4fcab6){super(_0x4fcab6),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Qt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=ki(_0x4fcab6,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x4dba63=0x0;for(const _0x4a8dc3 of this['items'])_0x4dba63+=_0x4a8dc3['items']['length'];return{'resultsCount':_0x4dba63,'totalItemsCount':_0x4dba63};}['_createClearHistoryButton'](){const _0x4624ae=this['locale'],_0x4aca14=new Pt(this['locale']);return _0x4aca14['set']({'label':'('+ki(_0x4624ae,'Clear')+')','withText':!0x0}),_0x4aca14['on']('execute',()=>this['fire']('clearHistory')),_0x4aca14;}},Fi=class extends Xt{constructor(_0x21491f){super();const _0x5db9db=new Lt(),_0x11a4d6=new Pt(this['locale'],_0x5db9db);this['children']['add'](_0x11a4d6),_0x11a4d6['set']({'label':_0x21491f['prompt'],'withText':!0x0}),_0x11a4d6['on']('execute',()=>{this['fire']('execute',{'value':_0xe9b4ed(_0x21491f['prompt'])});});}};const Ki='CKEditor/AIFormView/PromptHistory';var Wi=class extends ht{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x5400da,_0x566a81)=>{const _0x20efb8=Yi(_0x566a81['prompt']);for(const _0x20f7c of this)if(_0x20f7c!=_0x566a81&&Yi(_0x20f7c['prompt'])===_0x20efb8){this['remove'](_0x20f7c);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x47331f=sessionStorage['getItem'](Ki)||'[]';this['addMany'](JSON['parse'](_0x47331f));}['_saveToSessionStorage'](){sessionStorage['setItem'](Ki,JSON['stringify'](this['map'](_0x41eb67=>_0x41eb67)));}};function Yi(_0x84e11){return _0x84e11['toLowerCase']()['trim']();}var $i=class extends _0x4708a3{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x1420de,_0x29a088,_0x264ce4=''){super(_0x1420de),this['set']('isEnabled',!0x0),this['set']('isProcessing',!0x1),this['set']('prompt',''),this['set']('value',''),this['set']('isError',!0x1),this['set']('mainAction',Pi['REPLACE']),this['_promptHistory']=new Wi(),this['errorView']=new Ui(_0x1420de),this['contentArea']=new Mi(_0x1420de,_0x264ce4),this['contentArea']['bind']('isProcessing')['to'](this),this['contentArea']['bind']('value')['to'](this),this['toolbar']=this['_createToolbar'](),this['toolbar']['bind']('mainAction')['to'](this),this['promptView']=this['_createPromptView'](),this['focusTracker']=new ut(),this['keystrokes']=new dt(),this['_focusables']=this['createCollection']([this['contentArea'],this['contentArea']['copyButtonView'],this['toolbar'],this['promptView']]),this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['focusCycler']['chain'](this['promptView']['focusCycler']),this['promptView']['queryView']['fieldView']['bind']('value')['to'](this,'prompt');const _0x1cf4c0=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x29a088],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x1cf4c0['if']('isError','ck-hidden',_0x196c03=>!_0x196c03)]},'children':[this['errorView']]},this['contentArea'],this['toolbar'],this['promptView']]}]});}['render'](){super['render'](),this['focusTracker']['add'](this['contentArea']['element']),this['focusTracker']['add'](this['contentArea']['copyButtonView']['element']),this['focusTracker']['add'](this['toolbar']['element']),this['focusTracker']['add'](this['promptView']['element']),this['keystrokes']['listenTo'](this['element']);}['focus'](_0x2c3376=0x1){-0x1===_0x2c3376?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['reset'](){this['prompt']='',this['value']='',this['isError']=!0x1,this['promptView']['reset'](),this['contentArea']['isVisible']=!0x1,this['toolbar']['isVisible']=!0x1;}['_createPromptView'](){const _0x48cdd1=this['locale'],_0x509a23=new Bi(_0x48cdd1,{'queryView':{'label':ki(_0x48cdd1,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x46d7e1,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':ki(_0x48cdd1,'Empty\x20history'),'secondary':ki(_0x48cdd1,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x509a23['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x26c7e3,_0x5d20ec)=>_0x26c7e3&&!_0x5d20ec),this['listenTo'](_0x509a23,'submit',(_0x116c44,_0xa7dfea)=>{this['prompt']=_0xa7dfea;const _0x32d120=_0x47dde7(_0xa7dfea);this['fire']('submitPrompt',_0x32d120),_0xa7dfea['trim']()&&this['_promptHistory']['add']({'prompt':_0x32d120},0x0);},{'priority':'high'}),_0x509a23;}['_createHistoryView'](){const _0x1690af=new Gi(this['locale']);return _0x1690af['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Fi),_0x1690af['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x1690af;}['_createToolbar'](){const _0x599676=new Hi(this['locale']);return _0x599676['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x165d03,_0x4f5b92,_0x5bf54a)=>_0x165d03&&!_0x4f5b92&&!!_0x5bf54a),_0x599676['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x599676['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x5c3d9b,_0xf5015d,_0x3552ca)=>_0x5c3d9b&&!_0xf5015d&&!!_0x3552ca),_0x599676['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x599676['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x3cbcfe,_0x35865b)=>_0x3cbcfe&&!_0x35865b),_0x599676['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x599676['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x599676['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x599676;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x17461d=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=ki(_0x17461d,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x30a817){const _0x4f2a4d=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x30a817||ki(_0x4f2a4d,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}};const qi=globalThis['DataTransfer'];var Qi=class extends _0x5bc74c{['licenseKey'];['_licenseKeyCheckInterval'];['_dialog'];['_formView'];['_aiAdapter'];['_aiAssistantController'];['_uiCssClasses']='';static get['pluginName'](){return'AIAssistantUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x360802,Ri,Oi,Ht];}constructor(_0x2be2e0){super(_0x2be2e0),_0x2be2e0['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x2be2e0['config']['define']('ai.assistant.contentAreaCssClass',''),_0x2be2e0['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x2be2e0['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x18452c}=this;this['_aiAdapter']=_0x18452c['plugins']['get'](Oi),this['_dialog']=_0x18452c['plugins']['get'](Ht),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x14d79c=new Ni(_0x18452c,Array['from'](this['_commandDefinitions']['values']()));_0x18452c['commands']['add']('showAIAssistant',_0x14d79c),_0x18452c['ui']['componentFactory']['add']('aiCommands',_0xe94e3c=>{const _0x4662bb=_0x353e74(_0xe94e3c);return _0x4662bb['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x4662bb['buttonView']['set']({'label':ki(_0xe94e3c,'AI\x20Commands'),'icon':_0xa22694,'tooltip':!0x0}),_0x4662bb['on']('execute',_0x4f305b=>this['_onExecute'](_0x4f305b['source']['id'])),_0x4fe6d6(_0x4662bb,_0x18452c['ui']['view']['body'],function(_0x258d58){const _0x4a5f54=zi(_0x258d58,fi(_0x258d58['config']['get']('ai.assistant.commands'),_0x258d58['locale']))['filter'](_0x18db0c=>_0x18db0c['commands']['length']);return 0x1===_0x4a5f54['length']?zi(_0x258d58,_0x4a5f54[0x0]['commands'])['map'](_0x51ef0e=>({'id':_0x51ef0e['id'],'label':_0x51ef0e['label']})):_0x4a5f54['map'](_0x541488=>{const {groupId:_0x1c91ad,groupLabel:_0x33d506,commands:_0x83a0b2}=_0x541488,_0x3cdb1f=zi(_0x258d58,_0x83a0b2)['map'](_0x1c2989=>({'id':_0x1c2989['id'],'label':_0x1c2989['label']}));return{'id':_0x1c91ad,'menu':_0x33d506||_0x1c91ad,'children':_0x3cdb1f};});}(_0x18452c),{'ariaLabel':ki(_0xe94e3c,'AI\x20Commands')}),_0x4662bb['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x14d79c['on']('change:enabledCommandsIds',_0x5a2a04),_0x4662bb['menuView']['once']('render',_0x5a2a04),_0x4662bb;function _0x5a2a04(){_0x4662bb['isEnabled']=_0x14d79c['enabledCommandsIds']['length']>0x0;for(const _0x1b93e1 of _0x4662bb['menuView']['buttons'])_0x1b93e1['isEnabled']=_0x14d79c['enabledCommandsIds']['includes'](_0x1b93e1['id']);}}),_0x18452c['ui']['componentFactory']['add']('menuBar:aiCommands',_0x74152=>{const _0x51af21=new te(_0x74152);_0x51af21['buttonView']['set']({'label':ki(_0x74152,'AI\x20Commands'),'icon':_0xa22694}),_0x51af21['bind']('isEnabled')['to'](_0x14d79c,'enabledCommandsIds',_0xab2cdf=>_0xab2cdf['length']>0x0);const _0x4056f2=fi(_0x18452c['config']['get']('ai.assistant.commands'),_0x74152);return this['_populateMenuBarMenu'](_0x14d79c,_0x51af21,_0x4056f2,_0x522d1f=>this['_onExecute'](_0x522d1f)),_0x51af21;}),_0x18452c['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x4ea931=this['_createAIAssistantUIButton'](Pt);return _0x4ea931['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x4ea931;}),_0x18452c['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x1fdd11=this['_createAIAssistantUIButton'](jt);return _0x1fdd11['set']({'role':'menuitemcheckbox'}),_0x1fdd11;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4e3df7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x34c3e6;for(const _0x50f85a in _0x4e3df7){const _0x2c1c09=_0x50f85a,_0x575667=_0x4e3df7[_0x2c1c09];if('aiLicenseKeyValid'==_0x575667||'aiLicenseKeyInvalid'==_0x575667||'aiLicenseKeyExpired'==_0x575667||'aiLicenseKeyDomainLimit'==_0x575667||'aiLicenseKeyNotAllowed'==_0x575667||'aiLicenseKeyEvaluationLimit'==_0x575667||'aiLicenseKeyUsageLimit'==_0x575667){delete _0x4e3df7[_0x2c1c09],_0x34c3e6=_0x575667,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x34c3e6&&_0x4e3df7['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x34c3e6&&_0x4e3df7['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x34c3e6&&_0x4e3df7['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x34c3e6&&_0x4e3df7['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x34c3e6&&_0x4e3df7['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x34c3e6&&_0x4e3df7['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x37ba33='',_0x1835c0='',_0x4efcd7='custom'){const _0x2f4881=this['editor'],_0x357fad=_0x2f4881['editing']['view'],_0x533607=_0x2f4881['plugins']['get'](Ri),_0x4e9836=_0x2f4881['plugins']['get'](_0x360802);_0x533607['showFakeVisualSelection']();const _0x4cb31f=new qi(),_0x155278=new ClipboardEvent('copy',{'clipboardData':_0x4cb31f}),_0x1b85d8=new _0xa3026c(_0x4cb31f),_0x123310=new _0x3ecc64(_0x357fad,_0x155278,{'dataTransfer':_0x1b85d8});_0x4e9836['_forceMarkersCopy']('comment',()=>{_0x357fad['document']['fire']('copy',_0x123310);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new Di(_0x2f4881,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x102b0a=_0x1b85d8['getData']('text/html');const _0x56ad56=_0x2f4881['model']['document']['selection'],_0x12aed9=Array['from'](_0x56ad56['getRanges']());0x1===_0x12aed9['length']&&_0x12aed9[0x0]['isFlat']&&!_0x56ad56['getSelectedElement']()&&''!==_0x102b0a['replace'](/ /g,'')['trim']()&&(_0x102b0a='<p>'+_0x102b0a+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x4efcd7,'query':_0x37ba33,'htmlContent':_0x102b0a,'label':_0x1835c0,'mainActionLabel':Pi[_0x2f4881['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x5b145b,'title':ki(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Mt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x533607['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x36c020=new Map(),_0x51eb1f=fi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0xe6d72d of _0x51eb1f)for(const _0x485731 of _0xe6d72d['commands'])_0x36c020['set'](_0x485731['id'],{..._0x485731,'groupId':_0xe6d72d['groupId'],'groupLabel':_0xe6d72d['groupLabel']||_0xe6d72d['groupId']});return _0x36c020;}['_createAIAssistantUIButton'](_0x2574a6){const _0x155bec=this['editor'],_0x26e977=_0x155bec['commands']['get']('showAIAssistant'),_0x162523=new _0x2574a6(_0x155bec['locale']);return _0x162523['set']({'label':ki(_0x155bec['locale'],'AI\x20Assistant'),'icon':_0x5b145b,'isToggleable':!0x0}),_0x162523['bind']('isEnabled')['to'](_0x26e977),_0x162523['bind']('isOn')['to'](this['_dialog'],'id',_0x5d7c6a=>'aiAssistant'===_0x5d7c6a),this['listenTo'](_0x162523,'execute',()=>{_0x162523['isOn']?this['hideUI']():_0x26e977['execute']();}),_0x162523;}['_initView'](){const _0x5052c1=this['editor']['plugins']['get'](Ri);this['_formView']=new $i(this['editor']['locale'],this['_uiCssClasses'],this['editor']['config']['get']('ai.assistant.contentAreaCssClass')),this['_formView']['on']('change:value',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['_formView']['promptView']['queryView']['fieldView']['on']('update',()=>{this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}),this['listenTo'](this['_formView'],'replaceContent',()=>{_0x5052c1['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x5052c1['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0x147364,ui:{ariaLiveAnnouncer:_0x42a2ea}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x5f2cb1,_0x5e8f2e,_0x5ef144)=>{const _0x41ee46=this['_aiAssistantController']['currentContext'];_0x5ef144?_0x42a2ea['announce'](ki(_0x147364,'AI\x20is\x20writing')):_0x41ee46&&_0x42a2ea['announce'](ki(_0x147364,'Generated\x20content:\x20%0',_0x41ee46),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x1efde2,_0x53cd8a,_0x31fa7e)=>{if(_0x31fa7e){const _0x1cf36b=this['_formView']['errorView']['text'];_0x42a2ea['announce'](ki(_0x147364,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x1cf36b));}});}['_onExecute'](_0x44dfdb){const _0x44443e=this['_commandDefinitions']['get'](_0x44dfdb),_0x2af6c6=this['editor'],_0x310c97=_0x2af6c6['model']['document']['selection'],_0x141387=_0x2af6c6['commands']['get']('showAIAssistant'),_0x5a004f=_0x2af6c6['plugins']['get'](Ri),_0x43aeb0=''+('_ungrouppedCommands'!==_0x44443e['groupId']?_0x44443e['groupLabel']+':\x20':'')+_0x44443e['label'];if(!0x1!==_0x44443e['requiresContent']&&_0x310c97['isCollapsed']){const _0x508866=pt(_0x310c97['getSelectedBlocks']())||_0x2af6c6['model']['schema']['getLimitElement'](_0x310c97);_0x2af6c6['model']['change'](_0x2113fe=>{_0x2113fe['setSelection'](_0x508866,'in');});}_0x5a004f['showFakeVisualSelection'](),_0x141387['execute'](_0x44443e['prompt'],_0x43aeb0,'command:'+_0x44dfdb);}['_populateMenuBarMenu'](_0x161c7d,_0xe7d2c0,_0x17c734,_0x1a4cd1){const _0x534874=this['editor'],_0x10adf7=_0x534874['locale'],_0x47f7fd=new Zt(_0x10adf7),_0xb9db2c=zi(_0x534874,_0x17c734)['filter'](_0x555837=>_0x555837['commands']['length']);0x1===_0xb9db2c['length']?this['_getMenuBarGroupButtons']({'command':_0x161c7d,'commands':_0xb9db2c[0x0]['commands'],'parentMenuView':_0xe7d2c0,'onExecute':_0x1a4cd1})['forEach'](_0x8afe29=>_0x47f7fd['items']['add'](_0x8afe29)):_0xb9db2c['forEach'](({groupId:_0x48ec9d,groupLabel:_0x341e0a,commands:_0x529121})=>{const _0x571e4a=new Jt(_0x10adf7,_0xe7d2c0),_0x195b2e=new te(_0x10adf7),_0x895cea=new Zt(_0x10adf7),_0x4c501e=this['_getMenuBarGroupButtons']({'command':_0x161c7d,'commands':_0x529121,'parentMenuView':_0x195b2e,'onExecute':_0x1a4cd1});_0x195b2e['buttonView']['set']({'label':_0x341e0a||_0x48ec9d}),_0x195b2e['delegate']('execute')['to'](_0xe7d2c0),_0x895cea['items']['addMany'](_0x4c501e),_0x195b2e['panelView']['children']['add'](_0x895cea),_0x571e4a['children']['add'](_0x195b2e),_0x47f7fd['items']['add'](_0x571e4a);}),_0xe7d2c0['panelView']['children']['add'](_0x47f7fd);}['_getMenuBarGroupButtons']({command:_0x1b629c,commands:_0x327fa9,parentMenuView:_0x53931c,onExecute:_0x4f28bb}){const _0x2328a3=this['editor'],_0x58c495=_0x2328a3['locale'];return zi(_0x2328a3,_0x327fa9)['map'](_0x5d947c=>{const _0x255d32=new Jt(_0x58c495,_0x53931c),_0x255091=new jt(_0x58c495);return _0x255091['set']({'label':_0x5d947c['label']}),_0x255091['delegate']('execute')['to'](_0x53931c),_0x255091['on']('execute',()=>_0x4f28bb(_0x5d947c['id'])),_0x255091['bind']('isEnabled')['to'](_0x1b629c,'enabledCommandsIds',_0xad67a=>_0xad67a['includes'](_0x5d947c['id'])),_0x255d32['children']['add'](_0x255091),_0x255d32;});}};function Xi(_0x30280c,_0x5c526a){return void 0x0!==_0x30280c['order']&&void 0x0===_0x5c526a['order']?0x1:void 0x0===_0x30280c['order']&&void 0x0!==_0x5c526a['order']?-0x1:void 0x0!==_0x30280c['order']&&void 0x0!==_0x5c526a['order']?_0x30280c['order']-_0x5c526a['order']:0x0;}function zi(_0x3c8597,_0x3a6b2b){_0x3a6b2b['sort'](Xi);const _0x3c470e={},_0x4d7b53=[];for(const _0x200b71 of _0x3a6b2b)if(void 0x0!==_0x200b71['order']){if(_0x200b71['order']in _0x3c470e)throw new at('ai-commands-config-order-collision',_0x3c8597,{'conflictingDefinitions':[_0x200b71,_0x3c470e[_0x200b71['order']]]});_0x3c470e[_0x200b71['order']]=_0x200b71,_0x4d7b53['splice'](_0x200b71['order'],0x0,_0x200b71);}else _0x4d7b53['push'](_0x200b71);return _0x4d7b53;}var ji=class extends _0x5bc74c{static get['requires'](){return[Qi,Ri];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x11b64e){super(_0x11b64e);const _0x22ec89=_0x11b64e['config'],_0x2688c9=_0x11b64e['locale'];_0x22ec89['define']('ai.assistant.preserveComments',!0x0),_0x22ec89['define']('ai.assistant.commands',Ji(_0x2688c9)),_0x22ec89['define']('ai.assistant.extraCommandGroups',[]),_0x22ec89['define']('ai.assistant.removeCommands',[]);let _0x276588=fi(_0x22ec89['get']('ai.assistant.commands'),_0x2688c9);const _0x69f7d9=_0x22ec89['get']('ai.assistant.extraCommandGroups'),_0x26278e=_0x22ec89['get']('ai.assistant.removeCommands');_0x69f7d9['forEach'](_0x1a0300=>{const _0x79cf71=_0x276588['find'](_0x486248=>_0x486248['groupId']===_0x1a0300['groupId']);_0x79cf71?_0x79cf71['commands']=_0x79cf71['commands']['concat'](_0x1a0300['commands']):_0x276588['push'](_0x1a0300);}),_0x276588=_0x276588['filter'](_0x94505e=>!_0x26278e['includes'](_0x94505e['groupId'])),_0x276588['forEach'](_0x26c23c=>{_0x26c23c['commands']=_0x26c23c['commands']['filter'](_0x58e18a=>!_0x26278e['includes'](_0x58e18a['id']));}),_0x22ec89['set']('ai.assistant.commands',_0x276588);}};function Ji(_0x2dabc9){return[{'groupId':'editOrReview','groupLabel':ki(_0x2dabc9,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':ki(_0x2dabc9,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':ki(_0x2dabc9,'Make\x20shorter'),'prompt':'Remove\x20any\x20repetitive,\x20redundant,\x20or\x20non-essential\x20writing\x20in\x20this\x20content\x20without\x20changing\x20the\x20meaning\x20or\x20losing\x20any\x20key\x20information.'},{'id':'makeLonger','label':ki(_0x2dabc9,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':ki(_0x2dabc9,'Simplify\x20language'),'prompt':'Simplify\x20the\x20writing\x20style\x20of\x20this\x20content\x20and\x20reduce\x20the\x20complexity,\x20so\x20that\x20the\x20content\x20is\x20easy\x20to\x20understand.'}]},{'groupId':'generate','groupLabel':ki(_0x2dabc9,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':ki(_0x2dabc9,'Summarize'),'prompt':'Summarize\x20this\x20content\x20into\x20one\x20paragraph\x20of\x20text.\x20Include\x20only\x20the\x20key\x20ideas\x20and\x20conclusions.\x20Keep\x20it\x20short.\x20Do\x20not\x20keep\x20original\x20text\x20formatting.'},{'id':'continue','label':ki(_0x2dabc9,'Continue'),'prompt':'Start\x20with\x20the\x20provided\x20content\x20and\x20write\x20at\x20the\x20end\x20of\x20it\x20continuing\x20this\x20topic.\x20Keep\x20the\x20added\x20part\x20short.'}]},{'groupId':'changeTone','groupLabel':ki(_0x2dabc9,'Change\x20tone'),'commands':[{'id':'professional','label':ki(_0x2dabc9,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':ki(_0x2dabc9,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':ki(_0x2dabc9,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':ki(_0x2dabc9,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':ki(_0x2dabc9,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':ki(_0x2dabc9,'Change\x20style'),'commands':[{'id':'business','label':ki(_0x2dabc9,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':ki(_0x2dabc9,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':ki(_0x2dabc9,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':ki(_0x2dabc9,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':ki(_0x2dabc9,'Translate'),'commands':[{'id':'translateEnglish','label':ki(_0x2dabc9,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':ki(_0x2dabc9,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':ki(_0x2dabc9,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':ki(_0x2dabc9,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':ki(_0x2dabc9,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':ki(_0x2dabc9,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':ki(_0x2dabc9,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':ki(_0x2dabc9,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}var Zi=class extends _0x5bc74c{['abortController'];static get['requires'](){return[Oi];}constructor(_0x5ca9a7){super(_0x5ca9a7),this['abortController']=new AbortController();}['init'](){this['editor']['plugins']['get'](Oi)['textAdapter']=this;}['abort'](){this['abortController']['signal']['aborted']||(this['abortController']['abort'](),this['abortController']=new AbortController());}async['makeRequest'](_0x479d82){return this['sendRequest'](_0x479d82)['catch'](_0x45941d=>{if(_0x45941d instanceof vi)return Promise['reject'](_0x45941d);if('AbortError'==_0x45941d['name'])return Promise['resolve']();throw console['error'](_0x45941d),new at('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x4cd5c4,_0x1b370a){const _0x38b9f0=this['editor']['locale'],_0x3b5a0e={'Content-Type':'application/json'};if('object'==typeof _0x4cd5c4)Object['assign'](_0x3b5a0e,_0x4cd5c4);else{if(_0x4cd5c4)try{const _0x197b9f=await _0x4cd5c4(_0x1b370a);Object['assign'](_0x3b5a0e,_0x197b9f);}catch{return Promise['reject'](new vi(ki(_0x38b9f0,'AI_ERROR_GET_HEADERS')));}}return _0x3b5a0e;}async['_prepareRequestParameters'](_0x5ac7a9,_0xa2f0d){const _0x8be5ca=this['editor']['locale'];if('object'==typeof _0x5ac7a9)return _0x5ac7a9;try{return await _0x5ac7a9(_0xa2f0d);}catch{return Promise['reject'](new vi(ki(_0x8be5ca,'AI_ERROR_GET_PARAMETERS')));}}},ts=class extends Zi{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x9cf043){super(_0x9cf043),_0x9cf043['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x9cf043['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x9cf043['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x9cf043['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x9cf043['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x9cf043['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x3d5282,context:_0x3cc820,onData:_0x2d37d1,actionId:_0x5a2004}){const _0x209aca=this['editor']['locale'],_0x216173=await this['prepareMessages'](_0x3d5282,_0x3cc820,_0x5a2004),_0x3b2b59=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x5a2004),_0x2aa824=await this['_prepareRequestParameters'](this['_requestParameters'],_0x5a2004),_0x1b5cd2={'messages':_0x216173,..._0x2aa824},_0x4b261b={'method':'POST','headers':_0x3b2b59,'body':JSON['stringify'](_0x1b5cd2),'signal':this['abortController']['signal']},_0x2ffe6b=await fetch(this['_apiUrl'],_0x4b261b);if(_0x2ffe6b['ok'])return _0x2aa824['stream']?await this['_readStreamableResponse'](_0x2ffe6b,_0x2d37d1):await this['_readStaticResponse'](_0x2ffe6b,_0x2d37d1),Promise['resolve']();{const _0x1a1784=await _0x2ffe6b['text']();return _0x1a1784['includes']('context_length_exceeded')?Promise['reject'](new vi(ki(_0x209aca,'AI_ERROR_CONTEXT_LENGTH'))):_0x1a1784['includes']('Moderation')?Promise['reject'](new vi(ki(_0x209aca,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x1a1784));}}async['prepareMessages'](_0x4528b2,_0x21f125,_0x4badc7){let _0x497a87,_0x183e0f;return _0x21f125?(_0x497a87='Your\x20task\x20is\x20to\x20execute\x20the\x20instruction\x20using\x20the\x20provided\x20HTML\x20content.\x20Follow\x20the\x20instruction\x20closely.\x20Your\x20answer\x20must\x20be\x20a\x20properly\x20formatted\x20HTML\x20code.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x183e0f='Instruction:\x0a'+_0x4528b2+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x21f125):(_0x497a87='Your\x20task\x20is\x20to\x20generate\x20HTML\x20content\x20accordingly\x20to\x20the\x20given\x20instruction.\x20Never\x20include\x20<img>\x20tag\x20in\x20your\x20response\x20even\x20if\x20asked\x20for.\x20Your\x20answer\x20must\x20be\x20a\x20well-structured\x20and\x20properly\x20formatted\x20HTML\x20code.\x20Answer\x20only\x20with\x20the\x20generated\x20HTML\x20content.\x20Do\x20not\x20add\x20any\x20additional\x20remarks\x20or\x20notes.\x20Do\x20not\x20act\x20like\x20a\x20chatbot\x20or\x20a\x20real\x20person.',_0x183e0f=_0x4528b2),[{'role':'system','content':_0x497a87},{'role':'user','content':_0x183e0f}];}async['_readStreamableResponse'](_0x33c370,_0x2383bd){const _0x34c1a7=_0x33c370['body']['getReader'](),_0x44b898=new TextDecoder();let _0x914e85='',_0x81bba9='',_0x2f8aa8='',_0x6d38cd=!0x1;for(;!_0x6d38cd;){const {done:_0x57fef0,value:_0x54c5aa}=await _0x34c1a7['read'](),_0x9070d=_0x914e85+_0x44b898['decode'](_0x54c5aa);let _0x40d699='';_0x6d38cd=_0x57fef0;try{_0x40d699=this['_cleanUpData'](_0x9070d),_0x914e85='';}catch{_0x914e85=_0x9070d;continue;}_0x81bba9+=_0x40d699,!_0x6d38cd&&this['_isBufferIncomplete'](_0x81bba9)||_0x81bba9&&(_0x2f8aa8+=_0x81bba9,_0x81bba9='',_0x2383bd(_0x2f8aa8));}return Promise['resolve']();}async['_readStaticResponse'](_0x448443,_0x32a930){return _0x32a930((await _0x448443['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x45b03b){const _0x14a421=_0x45b03b['split']('<')['length']!==_0x45b03b['split']('>')['length'],_0x17191f=_0x45b03b['length']<0x1e;return _0x14a421&&_0x17191f;}['_cleanUpData'](_0x45eecc){return _0x45eecc['split'](/\n(?![^{]*\})/g)['map'](_0x233f57=>_0x233f57['replace']('data:\x20',''))['filter'](_0x33e9ac=>_0x33e9ac&&_0x33e9ac['length']>0x0&&'[DONE]'!==_0x33e9ac)['map'](_0x4f8ae2=>{const {choices:_0x53b75b}=JSON['parse'](_0x4f8ae2);if(_0x53b75b[0x0]?.['delta']?.['content'])return _0x53b75b[0x0]['delta']['content'];})['filter'](_0x1adb2c=>_0x1adb2c)['join']('');}},es=class extends Zi{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),ft('ai-aws-adapter-not-supported');}async['sendRequest'](_0x21e89a){throw Ct('ai-aws-adapter-not-supported'),new vi(ki(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}},is=class extends Pt{constructor(_0x489e27,_0x3f11df={}){super(_0x489e27),this['isToggleable']=!0x0,this['set']('side',_0x3f11df['side']||'top');const _0x1b4c58=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...Rt(_0x3f11df['class']||[]),_0x1b4c58['to']('side',_0xd77ad8=>'ck-tab-button_'+_0xd77ad8),_0x1b4c58['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},ss=class extends _0x4708a3{['children'];constructor(_0x3f30f6,_0x5b34e5={}){super(_0x3f30f6);const _0x4ff73f=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...Rt(_0x5b34e5['class']||[]),_0x4ff73f['to']('class'),_0x4ff73f['if']('isVisible','ck-hidden',_0x55f0a8=>!_0x55f0a8)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},ns=class extends _0x4708a3{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x3ff501,_0x27aa15={}){super(_0x3ff501),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x27aa15['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x27aa15['collapsible']||!0x1),this['set']('isCollapsed',!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'isCollapsed',(_0x11f38a,_0x426a25)=>_0x11f38a&&!_0x426a25);const _0x4464e9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...Rt(_0x27aa15['class']||[]),_0x4464e9['to']('side',_0x54e3aa=>'ck-tabs_'+_0x54e3aa),_0x4464e9['to']('class'),_0x4464e9['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x4464e9['if']('isCollapsed','ck-ai-tabs_collapsed')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x4464e9['to']('side',_0x22e8bd=>'ck-tabs__buttons-container_'+_0x22e8bd)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x4464e9['to']('side',_0x4ef5f1=>'ck-tabs__panels-container_'+_0x4ef5f1)]},'children':this['panelViews']},...Rt(_0x27aa15['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x1223c4){const _0x3010d6=this['_tabs']['get'](_0x1223c4);return _0x3010d6||null;}['addTab'](_0x143491){const _0x37a35e=this['_setupButton']({'id':_0x143491['id'],'label':_0x143491['buttonLabel'],'icon':_0x143491['buttonIcon'],'order':_0x143491['order']}),_0x5ddfb3=new ss(this['locale']);return _0x5ddfb3['render'](),_0x143491['content']&&_0x5ddfb3['children']['add'](_0x143491['content']),this['panelViews']['add'](_0x5ddfb3),this['_tabs']['set'](_0x143491['id'],{'button':_0x37a35e,'panel':_0x5ddfb3,'order':void 0x0!==_0x143491['order']?_0x143491['order']:null}),this['fire']('addTab:'+_0x143491['id'],{'id':_0x143491['id'],'button':_0x37a35e,'panel':_0x5ddfb3}),null===this['activeTab']?this['activateTab'](_0x143491['id']):this['_hidePanel'](_0x143491['id']),{'button':_0x37a35e,'panel':_0x5ddfb3};}['activateTab'](_0x4e794a){if(null!==_0x4e794a&&!this['getTab'](_0x4e794a))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x4e794a});if(this['isCollapsed']=!0x1,this['activeTab']===_0x4e794a)return;const _0x2ef28d=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x4e794a,_0x4e794a&&this['_showPanel'](_0x4e794a),this['fire']('activateTab:'+_0x4e794a,{'newTab':_0x4e794a,'oldTab':_0x2ef28d});}['toggleTabPanel'](_0x28fa00){this['activeTab']===_0x28fa00?this['collapsible']&&(this['isCollapsed']=!this['isCollapsed']):this['activateTab'](_0x28fa00);}['showTab'](_0x50950d){if(!this['getTab'](_0x50950d))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x50950d});this['_showPanel'](_0x50950d),this['_showButton'](_0x50950d),this['fire']('show:'+_0x50950d,_0x50950d);}['hideTab'](_0xd7c87e){if(!this['getTab'](_0xd7c87e))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xd7c87e});const _0x112253=this['activeTab'];this['_hidePanel'](_0xd7c87e),this['_hideButton'](_0xd7c87e);const _0x4407d0=this['getTabIds']();_0x112253===_0xd7c87e&&_0x4407d0['length']>0x1&&this['activateTab'](_0x4407d0['find'](_0x3b43fd=>_0x3b43fd!==_0xd7c87e)),this['fire']('hide:'+_0xd7c87e,_0xd7c87e);}['_getPanel'](_0x59634b){const _0x3ea402=this['_tabs']['get'](_0x59634b);return _0x3ea402?_0x3ea402['panel']:null;}['_showPanel'](_0x4c9e1d){null!==this['activeTab']&&this['activeTab']!==_0x4c9e1d||this['_getPanel'](_0x4c9e1d)['show']();}['_hidePanel'](_0x31e208){const _0x50831f=this['_getPanel'](_0x31e208);_0x50831f['isVisible']&&(this['activeTab']===_0x31e208&&(this['activeTab']=null),_0x50831f['hide']());}['_getButton'](_0x2a65b5){const _0x4a5f1d=this['_tabs']['get'](_0x2a65b5);return _0x4a5f1d?_0x4a5f1d['button']:null;}['_showButton'](_0xe09f5a){this['_getButton'](_0xe09f5a)['show']();}['_hideButton'](_0x3a4453){this['_getButton'](_0x3a4453)['hide']();}['_setupButton'](_0xfc2292){const _0x12e59d=new is(this['locale'],{'side':this['side']}),_0x328d57=this['buttonViews'];if(_0x12e59d['set']({'label':_0xfc2292['label'],'icon':_0xfc2292['icon'],'tooltip':!0x0,'withText':!0x0}),_0x12e59d['bind']('isOn')['to'](this,'activeTab',this,'isCollapsed',(_0xf25402,_0x362225)=>_0xf25402===_0xfc2292['id']&&!_0x362225),_0x12e59d['bind']('side')['to'](this,'side'),_0xfc2292['order']){const _0x1ba0ef=[...this['_tabs']]['reduce']((_0x981f35,_0x1ff97f)=>{const _0x4e311a=_0x1ff97f[0x0],{order:_0x4ea022}=_0x1ff97f[0x1];return!_0x4ea022||_0x4ea022>_0xfc2292['order']?_0x981f35:_0x4ea022>=_0x981f35['order']?{'id':_0x4e311a,'order':_0x4ea022}:_0x981f35;},{'id':'','order':0x0}),_0x3e49d9=_0x328d57['getIndex'](this['_getButton'](_0x1ba0ef['id']));_0x328d57['add'](_0x12e59d,_0x3e49d9+0x1);}else _0x328d57['add'](_0x12e59d);return _0x12e59d['on']('execute',()=>{this['toggleTabPanel'](_0xfc2292['id']);}),_0x12e59d;}};const rs=['overlay','sidebar','custom'],os=['left','right'];var as=class extends ns{constructor(_0x517e68,_0x372ca5={}){super(_0x517e68,_0x372ca5),this['set']('type',_0x372ca5['type']||'sidebar'),this['set']('side',_0x372ca5['side']||'right'),this['set']('isVisible',_0x372ca5['visibleByDefault']??!0x0);const _0x4bb332=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x4bb332['if']('type','ck-ai-tabs__overlay',_0x178649=>'overlay'===_0x178649),_0x4bb332['if']('type','ck-ai-tabs__sidebar',_0x3c8f7b=>'sidebar'===_0x3c8f7b),_0x4bb332['if']('isVisible','ck-hidden',_0x2cd40f=>!_0x2cd40f)]}}),this['buttonViews']['on']('add',(_0x33a250,_0x32bdfc)=>{_0x32bdfc['set']('withText',!0x1);});}},hs=class extends _0x3abc0e{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x530ca3){if(super(_0x530ca3),!this['context']['config']['get']('ai.container'))throw new at('ai-tabs-configuration-not-found');this['context']['config']['define']('ai.container.visibleByDefault',!0x0),this['context']['config']['define']('ai.container.collapsible',!0x1);const _0xa87c42=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0xa87c42['showResizeButton']&&(this['showResizeButton']=_0xa87c42['showResizeButton']),'sidebar'!==_0xa87c42['type']&&'overlay'!==_0xa87c42['type']||_0xa87c42['side']&&(this['side']=_0xa87c42['side']),'sidebar'===_0xa87c42['type']){if(this['container']=_0xa87c42['element'],this['set']('type','sidebar'),!this['container'])throw new at('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0xa87c42['type']?(this['container']=document['body'],this['set']('type','overlay')):(this['container']=null,this['set']('type','custom'));this['view']=new as(this['context']['locale'],{'side':this['side'],'type':this['type'],'visibleByDefault':_0xa87c42['visibleByDefault'],'collapsible':_0xa87c42['collapsible']}),this['view']['render'](),this['view']['bind']('side')['to'](this,'side'),this['view']['bind']('type')['to'](this,'type'),this['container']&&this['container']['appendChild'](this['view']['element']),this['context']instanceof _0x5a1597&&this['context']['ui']['focusTracker']['add'](this['view']['element']),this['listenTo'](this,'resizeTabs',()=>{this['view']['isMaximized']=!this['view']['isMaximized'],this['fire']('resizedTabs',this['view']['isMaximized']);});}['switchType'](_0x193b85){if(_0x193b85&&this['type']!==_0x193b85){if(!rs['includes'](_0x193b85))throw new at('ai-tabs-unsupported-ui-type');this['type']=_0x193b85;}}['switchSide'](_0x265e46){if(_0x265e46&&this['side']!==_0x265e46){if(!os['includes'](_0x265e46))throw new at('ai-tabs-unsupported-ui-side');this['side']=_0x265e46;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}},cs=class extends _0x3abc0e{['_apiUrl'];get['_apiUrlV11'](){return this['_apiUrl']['replace'](/\/v1$/,'/v1.1');}['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x1e4e93];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x35c698){if(super(_0x35c698),this['context']['config']['define']('ai.serviceUrl','https://ai.cke-cs.com/v1'),this['_apiUrl']=this['context']['config']['get']('ai.serviceUrl')['replace'](/\/+$/,''),!this['_apiUrl']['endsWith']('/v1'))throw new at('ai-service-url-invalid-version',this,{'serviceUrl':this['_apiUrl']});this['_token']=null,this['_decoder']=new TextDecoder(),this['_responseCache']=new Map();}['init'](){const _0x5cc078=this['context']['plugins']['get'](_0x1e4e93);if(!_0x5cc078['token'])throw new at('ai-missing-token',this);this['_token']=_0x5cc078['token'];}['startConversation'](_0x557438,_0x443c36){const _0x639dbd=this['_sendApiRequest']('/conversations','POST',{'id':_0x557438,'group':_0x443c36});return{'getConversation':async()=>(await _0x639dbd['request'])['json'](),'abortController':_0x639dbd['abortController']};}['queryAssistant']({message:_0xd23144,conversationId:_0x35d293,parts:_0x18c027,capabilities:_0x5c928c,model:_0x2bdac4,attributes:_0x5d50c6}){const _0x4727a2={'prompt':_0xd23144,'content':_0x18c027,'model':_0x2bdac4,..._0x5c928c&&{'capabilities':_0x5c928c},..._0x5d50c6&&{'attributes':_0x5d50c6}},_0x3176eb=this['_sendApiRequest']('/conversations/'+_0x35d293+'/messages','POST',_0x4727a2,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x2e173d=(await _0x3176eb['request'])['body'];return this['_getStreamReader'](_0x2e173d);},'abortController':_0x3176eb['abortController']};}['executeCustomAction']({content:_0x5f3022,message:_0x51c7ff,model:_0x28d8ff,outputFormat:_0x4edb24}){const _0x1178e2={'content':[{'type':'text','content':_0x5f3022}],'prompt':_0x51c7ff,'model':_0x28d8ff,'outputFormat':_0x4edb24},_0x3cb642=this['_sendApiRequest']('/actions/custom/calls','POST',_0x1178e2);return{'getStream':async()=>{const _0x143673=(await _0x3cb642['request'])['body'];return this['_getStreamReader'](_0x143673);},'abortController':_0x3cb642['abortController']};}['executeAction']({actionName:_0x1b7be4,content:_0xd2f197,args:_0x4e656c}){const _0x1a8671={'content':[{'type':'text','content':_0xd2f197}],'args':_0x4e656c},_0xaae319=this['_sendApiRequest']('/actions/system/'+_0x1b7be4+'/calls','POST',_0x1a8671);return{'getStream':async()=>{const _0x52ffad=(await _0xaae319['request'])['body'];return this['_getStreamReader'](_0x52ffad);},'abortController':_0xaae319['abortController']};}['uploadFile'](_0xe85a86,_0x2beb7c,_0x7db95c){const _0x53b1d4=new FormData();_0x53b1d4['append']('file',_0x2beb7c,_0x2beb7c['name']),_0x7db95c&&_0x53b1d4['append']('attributes',JSON['stringify'](_0x7db95c));const _0x4a99ed=this['_sendApiRequest']('/conversations/'+_0xe85a86+'/files','POST',_0x53b1d4);return{'getId':async()=>(await _0x4a99ed['request'])['json'](),'abortController':_0x4a99ed['abortController']};}['uploadDocuments'](_0x1ae41a,_0x4de16b){const _0x3d8cb0={'documents':_0x4de16b['map'](_0x127ac8=>({'content':_0x127ac8['content'],'attributes':{'version':_0x127ac8['version'],'sessionId':_0x127ac8['sessionId'],'channelId':_0x127ac8['channelId'],'rootName':_0x127ac8['rootName'],'selections':_0x127ac8['selections']},...void 0x0!==_0x127ac8['name']?{'name':_0x127ac8['name']}:{},...void 0x0!==_0x127ac8['description']?{'description':_0x127ac8['description']}:{}}))},_0x4e9883=this['_sendApiRequest']('/conversations/'+_0x1ae41a+'/documents/batch','POST',_0x3d8cb0);return{'getIds':async()=>(await _0x4e9883['request'])['json'](),'abortController':_0x4e9883['abortController']};}['fetchDocuments'](_0x1698c3,_0x41d989){const _0x7571f6=new URLSearchParams();_0x7571f6['append']('documentIds',_0x41d989['join'](','));const _0x37de58=this['_sendApiRequest']('/conversations/'+_0x1698c3+'/documents/batch?'+_0x7571f6['toString'](),'GET');return{'getDocuments':async()=>(await _0x37de58['request'])['json'](),'abortController':_0x37de58['abortController']};}['fetchConversations'](_0x7502d5,_0x9d826a={}){const _0x53fec6=new URLSearchParams();_0x53fec6['append']('group',_0x7502d5),_0x53fec6['append']('excludeEmpty',!0x1!==_0x9d826a['excludeEmpty']?'true':'false'),_0x53fec6['append']('limit',_0x9d826a['limit']?_0x9d826a['limit']['toString']():'100'),_0x53fec6['append']('sortBy',_0x9d826a['sortBy']?_0x9d826a['sortBy']:'createdAt'),_0x53fec6['append']('order',_0x9d826a['order']?_0x9d826a['order']:'desc');const _0x5bd2b1=this['_sendApiRequest']('/conversations?'+_0x53fec6['toString'](),'GET');return{'getConversations':async()=>(await(await _0x5bd2b1['request'])['json']())['items'],'abortController':_0x5bd2b1['abortController']};}['deleteConversation'](_0x17ad62){const _0x5c3164=this['_sendApiRequest']('/conversations/'+_0x17ad62,'DELETE');return{'execute':async()=>{await _0x5c3164['request'];},'abortController':_0x5c3164['abortController']};}['updateConversation'](_0x4d52da,_0x185769){const _0x2b7ca8=this['_sendApiRequest']('/conversations/'+_0x4d52da,'PATCH',_0x185769);return{'getResult':async()=>(await _0x2b7ca8['request'],_0x185769),'abortController':_0x2b7ca8['abortController']};}['fetchConversation'](_0x38fa3e){const _0x473df2=this['_sendApiRequest']('/conversations/'+_0x38fa3e,'GET');return{'getConversation':async()=>(await _0x473df2['request'])['json'](),'abortController':_0x473df2['abortController']};}['fetchConversationMessages'](_0x264c21){const _0x4e61b9=this['_sendApiRequest']('/conversations/'+_0x264c21+'/messages','GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getMessages':async()=>(await(await _0x4e61b9['request'])['json']())['items'],'abortController':_0x4e61b9['abortController']};}['uploadUrl'](_0xf181ac,_0xf655ad,_0x3c9bc6){const _0x315429=this['_sendApiRequest']('/conversations/'+_0xf181ac+'/web-resources','POST',{'url':_0xf655ad,'attributes':_0x3c9bc6});return{'getId':async()=>(await _0x315429['request'])['json'](),'abortController':_0x315429['abortController']};}['getModels'](_0x140943='en'){const _0x257bba=new URLSearchParams();_0x257bba['append']('language',_0x140943);const _0x2a257a='/models/1?'+_0x257bba['toString'](),_0x1dba5d=this['_sendApiRequest'](_0x2a257a,'GET',void 0x0,{'useCache':!0x0});return{'list':async()=>await(await _0x1dba5d['request'])['json'](),'abortController':_0x1dba5d['abortController']};}['deleteFile'](_0x18da2f,_0x3c664f){const _0x26d8ab=this['_sendApiRequest']('/conversations/'+_0x18da2f+'/files/'+_0x3c664f,'DELETE');return{'execute':async()=>{await _0x26d8ab['request'];},'abortController':_0x26d8ab['abortController']};}['deleteDocument'](_0x1363ab,_0x475973){const _0x128079=this['_sendApiRequest']('/conversations/'+_0x1363ab+'/documents/'+_0x475973,'DELETE');return{'execute':async()=>{await _0x128079['request'];},'abortController':_0x128079['abortController']};}['deleteWebResource'](_0x16cc72,_0x1c8a4b){const _0xf953bd=this['_sendApiRequest']('/conversations/'+_0x16cc72+'/web-resources/'+_0x1c8a4b,'DELETE');return{'execute':async()=>{await _0xf953bd['request'];},'abortController':_0xf953bd['abortController']};}['cancelStream'](_0x14af8c,_0x3fb1da){const _0x50aee7=this['_sendApiRequest']('/conversations/'+_0x14af8c+'/messages/'+_0x3fb1da+'/stream','DELETE',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'execute':async()=>{await _0x50aee7['request'];},'abortController':_0x50aee7['abortController']};}['resumeStream'](_0x1c9e46,_0x3d69d7,_0x48346a='0-0'){const _0x1da02d=new URLSearchParams({'lastEventId':_0x48346a}),_0x3a1427=this['_sendApiRequest']('/conversations/'+_0x1c9e46+'/messages/'+_0x3d69d7+'/stream?'+_0x1da02d['toString'](),'GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x4ca5ad=await _0x3a1427['request'];return this['_getStreamReader'](_0x4ca5ad['body']);},'abortController':_0x3a1427['abortController']};}['callSystemReview']({reviewName:_0x167a72,content:_0x311297,args:_0xa927d4}){const _0x51c256=this['_sendApiRequest']('/reviews/system/'+_0x167a72+'/calls','POST',{'content':[{'type':'text','content':_0x311297}],'args':_0xa927d4});return{'getStream':async()=>{const _0x22c28b=(await _0x51c256['request'])['body'];return this['_getStreamReader'](_0x22c28b);},'abortController':_0x51c256['abortController']};}['processDocument']({document:_0x53ce5c,prompt:_0x17c52a,model:_0x481bb9}){const _0x163dd7=this['_sendApiRequest']('/documents/process','POST',{'document':_0x53ce5c,'prompt':_0x17c52a,'model':_0x481bb9});return{'getResult':async()=>(await _0x163dd7['request'])['json'](),'abortController':_0x163dd7['abortController']};}['callCustomReview']({content:_0x79a96f,prompt:_0xbca9fb,model:_0x49baa6}){const _0x52b2f3=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x79a96f}],'prompt':_0xbca9fb,'model':_0x49baa6});return{'getStream':async()=>{const _0x4f71b7=(await _0x52b2f3['request'])['body'];return this['_getStreamReader'](_0x4f71b7);},'abortController':_0x52b2f3['abortController']};}['upsertAIChatRating'](_0x3df155,_0x5b1986,_0x1f83a3){const _0x325aa1=this['_sendApiRequest']('/conversations/'+_0x3df155+'/messages/'+_0x5b1986+'/ratings','PUT',{'positiveCount':_0x1f83a3['positiveCount'],'totalCount':_0x1f83a3['totalCount'],'modificationId':_0x1f83a3['modificationId']});return{'execute':async()=>{await _0x325aa1['request'];},'abortController':_0x325aa1['abortController']};}['upsertAIActionRating'](_0x19bc7e,_0x253f3a,_0x37f549){const _0x2d7138=this['_sendApiRequest']('/actions/system/'+_0x19bc7e+'/calls/'+_0x253f3a+'/ratings','PUT',{'positiveCount':_0x37f549['positiveCount'],'totalCount':_0x37f549['totalCount']});return{'execute':async()=>{await _0x2d7138['request'];},'abortController':_0x2d7138['abortController']};}['upsertCustomAIActionRating'](_0x7c605b,_0x293384){const _0x4c5e5b=this['_sendApiRequest']('/actions/custom/calls/'+_0x7c605b+'/ratings','PUT',{'positiveCount':_0x293384['positiveCount'],'totalCount':_0x293384['totalCount']});return{'execute':async()=>{await _0x4c5e5b['request'];},'abortController':_0x4c5e5b['abortController']};}['upsertAIReviewRating'](_0x442df5,_0x14ae8a,_0xc0b5a0,_0x46aa82){const _0x31fe59=this['_sendApiRequest']('/reviews/system/'+_0x442df5+'/calls/'+_0x14ae8a+'/ratings','PUT',{'positiveCount':_0xc0b5a0['positiveCount'],'totalCount':_0xc0b5a0['totalCount'],'dataId':_0x46aa82});return{'execute':async()=>{await _0x31fe59['request'];},'abortController':_0x31fe59['abortController']};}['upsertCustomAIReviewRating'](_0x423859,_0x14e153,_0x1618b1){const _0x529a9b=this['_sendApiRequest']('/reviews/custom/calls/'+_0x423859+'/ratings','PUT',{'positiveCount':_0x14e153['positiveCount'],'totalCount':_0x14e153['totalCount'],'dataId':_0x1618b1});return{'execute':async()=>{await _0x529a9b['request'];},'abortController':_0x529a9b['abortController']};}['_sendApiRequest'](_0x3e6f2c,_0x4b1952,_0x37f659,_0x9e8284={}){const {useCache:_0x1069ea=!0x1,apiUrl:_0xe53f9d=this['_apiUrl']}=_0x9e8284,_0x1c8d0b=new AbortController(),_0x2aae80=_0x1069ea?_0x4b1952+':'+_0x3e6f2c:null;if(_0x2aae80){const _0x34c6e4=this['_responseCache']['get'](_0x2aae80);if(_0x34c6e4)return{'request':_0x34c6e4['then'](_0x429cf6=>_0x429cf6['clone']()),'abortController':_0x1c8d0b};}const _0x856939=_0x37f659 instanceof FormData,_0x26cda6={'Authorization':'Bearer\x20'+this['_token']?.['value'],'X-Editor-Version':vt};_0x37f659&&!_0x856939&&(_0x26cda6['Content-Type']='application/json');const _0x264e5e={'method':_0x4b1952,'headers':_0x26cda6,'signal':_0x1c8d0b['signal']};_0x37f659&&(_0x264e5e['body']=_0x856939?_0x37f659:JSON['stringify'](_0x37f659));const _0x1b3543=fetch(''+_0xe53f9d+_0x3e6f2c,_0x264e5e)['catch'](_0x39bd44=>{_0x2aae80&&this['_responseCache']['delete'](_0x2aae80),this['_handleError'](_0x39bd44);})['then'](_0x4e5224=>_0x4e5224['ok']?_0x4e5224:_0x4e5224['json']()['then'](_0x5878ca=>{throw _0x2aae80&&this['_responseCache']['delete'](_0x2aae80),{'url':_0xe53f9d,'path':_0x3e6f2c,'method':_0x4b1952,'body':_0x37f659,'status':(_0x4e5224||{})['status'],'statusText':(_0x4e5224||{})['statusText'],'code':_0x5878ca['code'],'message':_0x5878ca['message'],'traceId':_0x5878ca['traceId']};}));return _0x2aae80&&this['_responseCache']['set'](_0x2aae80,_0x1b3543['then'](_0x2686ee=>_0x2686ee['clone']())),{'request':_0x1b3543,'abortController':_0x1c8d0b};}async*['_getStreamReader'](_0xc10244){const _0x8fe07a=[],_0xf32bcb=_0xc10244['getReader'](),_0xf305df=_0x43c815({'onError':_0x4420c2=>{this['_handleError'](_0x4420c2);},'onEvent':_0x4c210d=>{_0x4c210d['data']=JSON['parse'](_0x4c210d['data']),_0x8fe07a['push'](_0x4c210d);}});try{let _0x40df92=!0x1;for(;!_0x40df92;){const {done:_0x213473,value:_0x3b27c0}=await _0xf32bcb['read']();_0x213473&&(_0x40df92=!0x0),_0xf305df['feed'](this['_decoder']['decode'](_0x3b27c0,{'stream':!0x0})),yield*_0x8fe07a,_0x8fe07a['length']=0x0;}}catch(_0x3359e7){this['_handleError'](_0x3359e7);}finally{_0xf32bcb['releaseLock'](),_0xf305df['reset']();}}['_handleError'](_0x127f42){if(_0x127f42 instanceof at)throw _0x127f42;if(_0x127f42 instanceof Error&&'AbortError'===_0x127f42['name'])throw new at('ai-request-aborted',this,{'originalError':_0x127f42});throw new at('ai-request-failed',this,{'originalError':_0x127f42});}};function ls(_0x2f5d04,_0x1262fc,_0x1c1ebc){const t=_0x2f5d04['t'];switch(_0x1262fc){case'AI_SUGGESTION_HEADER_TITLE':return t({'id':'AI_SUGGESTION_HEADER_TITLE','string':'Proposed\x20changes'});case'AI_SUGGESTION_BUTTON_SHOW_CHANGES':return t({'id':'AI_SUGGESTION_BUTTON_SHOW_CHANGES','string':'Show\x20details'});case'AI_MINI_TOOLBAR_LIKE':return t({'id':'AI_MINI_TOOLBAR_LIKE','string':'I\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_DISLIKE':return t({'id':'AI_MINI_TOOLBAR_DISLIKE','string':'I\x20don\x27t\x20like\x20this\x20response'});case'AI_MINI_TOOLBAR_COPY':return t({'id':'AI_MINI_TOOLBAR_COPY','string':'Copy\x20to\x20clipboard'});case'AI_SUGGESTION_CONTENT_PART_TITLE':return t({'id':'AI_SUGGESTION_CONTENT_PART_TITLE','string':'Change\x20%0'},_0x1c1ebc);case'AI_SUGGESTION_CONTENT_PART_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECTED','string':'Change\x20was\x20rejected'});case'AI_SUGGESTION_CONTENT_PART_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_OUTDATED','string':'Change\x20is\x20outdated'});case'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED':return t({'id':'AI_SUGGESTION_CONTENT_PART_ALREADY_APPLIED','string':'Change\x20is\x20already\x20applied'});case'AI_SUGGESTION_CONTENT_PART_APPLY':return t({'id':'AI_SUGGESTION_CONTENT_PART_APPLY','string':'Apply\x20change'});case'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION':return t({'id':'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION','string':'Add\x20as\x20suggestion'});case'AI_SUGGESTION_CONTENT_PART_REJECT':return t({'id':'AI_SUGGESTION_CONTENT_PART_REJECT','string':'Reject\x20change'});case'AI_SUGGESTION_CONTENT_PART_REMOVED':return t({'id':'AI_SUGGESTION_CONTENT_PART_REMOVED','string':'Removed\x20content.\x20Use\x20\x22Show\x20details\x22\x20to\x20learn\x20more.'});case'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED','string':'Approved'});case'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED','string':'Rejected'});case'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED':return t({'id':'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED','string':'Outdated'});case'AI_DISCLAIMER_TEXT':return t({'id':'AI_DISCLAIMER_TEXT','string':'AI\x20can\x20make\x20mistakes.\x20Please\x20double-check\x20responses.'});case'AI_TABS_LABEL_MAXIMIZE':return t({'id':'AI_TABS_LABEL_MAXIMIZE','string':'Maximize'});case'AI_TABS_LABEL_MINIMIZE':return t({'id':'AI_TABS_LABEL_MINIMIZE','string':'Minimize'});case'AI_CHAT_HEADING':return t({'id':'AI_CHAT_HEADING','string':'Chat'});case'AI_CHAT_SOURCES_HEADER':return t({'id':'AI_CHAT_SOURCES_HEADER','string':'Sources'});case'AI_CHAT_UNTITLED_CONVERSATION':return t({'id':'AI_CHAT_UNTITLED_CONVERSATION','string':'Untitled\x20conversation'});case'AI_CHAT_LABEL_NEW_CHAT':return t({'id':'AI_CHAT_LABEL_NEW_CHAT','string':'New\x20chat'});case'AI_CHAT_STOP_GENERATING':return t({'id':'AI_CHAT_STOP_GENERATING','string':'Stop\x20generating'});case'AI_CHAT_IS_WRITING':return t({'id':'AI_CHAT_IS_WRITING','string':'AI\x20is\x20writing...'});case'AI_CHAT_PROMPT_EMPTY_ERROR':return t({'id':'AI_CHAT_PROMPT_EMPTY_ERROR','string':'This\x20field\x20cannot\x20be\x20empty.'});case'AI_CHAT_LABEL_SUBMIT':return t({'id':'AI_CHAT_LABEL_SUBMIT','string':'Submit'});case'AI_CHAT_WELCOME_MESSAGE':return t({'id':'AI_CHAT_WELCOME_MESSAGE','string':'Hi!\x20I\x20can\x20help\x20you\x20draft,\x20rewrite,\x20and\x20improve\x20your\x20text,\x20explore\x20ideas,\x20research\x20topics,\x20and\x20solve\x20problems.\x20How\x20can\x20I\x20help\x20right\x20now?'});case'AI_CHAT_ABORTED_MESSAGE':return t({'id':'AI_CHAT_ABORTED_MESSAGE','string':'Response\x20stopped.'});case'AI_CHAT_GENERIC_ERROR':return t({'id':'AI_CHAT_GENERIC_ERROR','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_START_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_START_CONVERSATION','string':'Unable\x20to\x20start\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION':return t({'id':'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION','string':'Unable\x20to\x20load\x20chosen\x20conversation.\x20Please\x20make\x20sure\x20you\x20are\x20online\x20and\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE','string':'Failed\x20to\x20upload\x20files:\x20%0.\x20Please\x20try\x20again.'},_0x1c1ebc);case'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED':return t({'id':'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED','string':'Folders\x20cannot\x20be\x20added\x20to\x20the\x20chat.\x20Try\x20adding\x20individual\x20files\x20instead.'});case'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES','string':'Unable\x20to\x20load\x20resources\x20from\x20%0.\x20Please\x20try\x20again.'},_0x1c1ebc);case'AI_CHAT_RESOURCE_LOAD_FAILED':return t({'id':'AI_CHAT_RESOURCE_LOAD_FAILED','string':'Failed\x20to\x20load\x20resource.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_CURRENT_DOCUMENT':return t({'id':'AI_CHAT_CONTEXT_CURRENT_DOCUMENT','string':'Current\x20document'});case'AI_CHAT_CONTEXT_PASTED_TEXT_NAME':return t({'id':'AI_CHAT_CONTEXT_PASTED_TEXT_NAME','string':'Pasted\x20Text'});case'AI_CHAT_DROP_ZONE_HINT':return t({'id':'AI_CHAT_DROP_ZONE_HINT','string':'Drop\x20files\x20here\x20to\x20add\x20to\x20the\x20chat'});case'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT','string':'Remove\x20from\x20context'});case'AI_CHAT_CONTEXT_ADD_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_ADD_CONTEXT','string':'Add\x20context'});case'AI_CHAT_CONTEXT_URL_LABEL':return t({'id':'AI_CHAT_CONTEXT_URL_LABEL','string':'URL'});case'AI_CHAT_CONTEXT_FILE_LABEL':return t({'id':'AI_CHAT_CONTEXT_FILE_LABEL','string':'File'});case'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL':return t({'id':'AI_CHAT_CONTEXT_CURRENT_CONTEXT_LABEL','string':'Current\x20context'});case'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL':return t({'id':'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL','string':'Selected\x20content'});case'AI_CHAT_SEARCH_WEB':return t({'id':'AI_CHAT_SEARCH_WEB','string':'Web\x20search'});case'AI_CHAT_ENABLE_WEB_SEARCH':return t({'id':'AI_CHAT_ENABLE_WEB_SEARCH','string':'Enable\x20web\x20search'});case'AI_CHAT_DISABLE_WEB_SEARCH':return t({'id':'AI_CHAT_DISABLE_WEB_SEARCH','string':'Disable\x20web\x20search'});case'AI_CHAT_REASONING':return t({'id':'AI_CHAT_REASONING','string':'Reasoning'});case'AI_CHAT_ENABLE_REASONING':return t({'id':'AI_CHAT_ENABLE_REASONING','string':'Enable\x20reasoning'});case'AI_CHAT_DISABLE_REASONING':return t({'id':'AI_CHAT_DISABLE_REASONING','string':'Disable\x20reasoning'});case'AI_CHAT_COMMANDS':return t({'id':'AI_CHAT_COMMANDS','string':'Commands'});case'AI_CHAT_SEARCH_RESOURCES':return t({'id':'AI_CHAT_SEARCH_RESOURCES','string':'Search\x20resources'});case'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT':return t({'id':'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT','string':'Back\x20to\x20context\x20options'});case'AI_CHAT_CONTEXT_URL_ADD_URL':return t({'id':'AI_CHAT_CONTEXT_URL_ADD_URL','string':'Add\x20URL'});case'AI_CHAT_CONTEXT_URL_PLACEHOLDER':return t({'id':'AI_CHAT_CONTEXT_URL_PLACEHOLDER','string':'Add\x20URL...'});case'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL':return t({'id':'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL','string':'Failed\x20to\x20upload\x20URL:\x20%0.\x20Please\x20try\x20again.'},_0x1c1ebc);case'AI_CHAT_CONTEXT_INVALID_DATA':return t({'id':'AI_CHAT_CONTEXT_INVALID_DATA','string':'Invalid\x20context\x20data\x20type\x20for\x20the\x20selected\x20resource.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE','string':'Unsupported\x20resource\x20type.\x20Only\x20files\x20and\x20URLs\x20are\x20supported.'});case'AI_CHAT_CONTEXT_URL_EMPTY_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_EMPTY_ERROR','string':'URL\x20cannot\x20be\x20empty.'});case'AI_CHAT_CONTEXT_URL_INVALID_ERROR':return t({'id':'AI_CHAT_CONTEXT_URL_INVALID_ERROR','string':'Please\x20enter\x20a\x20valid\x20URL.'});case'AI_CHAT_INVALID_REQUEST':return t({'id':'AI_CHAT_INVALID_REQUEST','string':'Something\x20went\x20wrong\x20while\x20processing\x20your\x20request.\x20Please\x20try\x20again.'});case'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE':return t({'id':'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE','string':'The\x20file\x20type\x20is\x20not\x20supported.\x20Please\x20upload\x20a\x20different\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_LARGE':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_LARGE','string':'The\x20file\x20is\x20too\x20large.\x20Please\x20upload\x20a\x20smaller\x20file.'});case'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES':return t({'id':'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES','string':'The\x20file\x20has\x20too\x20many\x20pages.\x20Please\x20upload\x20a\x20file\x20with\x20fewer\x20pages.'});case'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED':return t({'id':'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED','string':'The\x20form\x20data\x20size\x20limits\x20are\x20exceeded.\x20Please\x20upload\x20a\x20smaller\x20file.'});case'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR','string':'AI\x20is\x20preparing\x20a\x20response...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH','string':'AI\x20is\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_REASONING','string':'AI\x20is\x20using\x20reasoning\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING','string':'AI\x20is\x20using\x20reasoning\x20and\x20searching\x20the\x20web\x20to\x20provide\x20the\x20most\x20accurate\x20answer...'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH','string':'Scanned\x20the\x20internet\x20for\x20insights'});case'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING','string':'AI\x20used\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING':return t({'id':'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING','string':'AI\x20used\x20search\x20and\x20reasoning\x20to\x20improve\x20the\x20response'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR','string':'Ask\x20AI\x20anything...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH','string':'Ask\x20AI\x20anything\x20(web\x20search\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING','string':'Ask\x20AI\x20anything\x20(reasoning\x20enabled)...'});case'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING':return t({'id':'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING','string':'Ask\x20AI\x20anything\x20(web\x20search\x20and\x20reasoning\x20enabled)...'});case'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL','string':'Suggest\x20all'},_0x1c1ebc);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x1c1ebc);case'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL','string':'Apply\x20all'});case'AI_CHAT_SUGGESTION_ACTION_APPLY':return t({'id':'AI_CHAT_SUGGESTION_ACTION_APPLY','string':'Apply'});case'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP':return t({'id':'AI_CHAT_SUGGESTION_MORE_OPTIONS_TOOLTIP','string':'More\x20options'},_0x1c1ebc);case'AI_CHAT_MODEL_SELECTOR_GROUP':return t({'id':'AI_CHAT_MODEL_SELECTOR_GROUP','string':'Models'});case'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP','string':'Select\x20a\x20model'});case'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP':return t({'id':'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP','string':'Start\x20a\x20new\x20conversation\x20to\x20change\x20the\x20model'});case'AI_CHAT_CAPABILITIES_YES':return t({'id':'AI_CHAT_CAPABILITIES_YES','string':'Yes'});case'AI_CHAT_CAPABILITIES_NO':return t({'id':'AI_CHAT_CAPABILITIES_NO','string':'No'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT','string':'The\x20selected\x20model\x20is\x20no\x20longer\x20available,\x20so\x20you\x20cannot\x20continue\x20this\x20conversation.\x20Please\x20'});case'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON':return t({'id':'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON','string':'start\x20a\x20new\x20one.'});case'AI_CHAT_CONTEXT_SOURCES_LABEL':return t({'id':'AI_CHAT_CONTEXT_SOURCES_LABEL','string':'Sources'});case'AI_CHAT_HISTORY_HEADING':return t({'id':'AI_CHAT_HISTORY_HEADING','string':'Chat\x20History'});case'AI_CHAT_HISTORY_SEARCH_LABEL':return t({'id':'AI_CHAT_HISTORY_SEARCH_LABEL','string':'Search\x20history'});case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY','string':'No\x20chats\x20were\x20found\x20matching\x20\x22%0\x22.'},_0x1c1ebc);case'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY':return t({'id':'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY','string':'Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.'});case'AI_CHAT_HISTORY_EMPTY_MESSAGE':return t({'id':'AI_CHAT_HISTORY_EMPTY_MESSAGE','string':'Your\x20chat\x20history\x20for\x20current\x20document\x20will\x20appear\x20here.'});case'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON':return t({'id':'AI_CHAT_HISTORY_GO_TO_CHAT_BUTTON','string':'Go\x20to\x20chat'});case'AI_CHAT_HISTORY_PIN_BUTTON':return t({'id':'AI_CHAT_HISTORY_PIN_BUTTON','string':'Pin'});case'AI_CHAT_HISTORY_SHOW_MORE_ITEMS':return t({'id':'AI_CHAT_HISTORY_SHOW_MORE_ITEMS','string':'Show\x20more\x20items'});case'AI_CHAT_HISTORY_EDIT_NAME':return t({'id':'AI_CHAT_HISTORY_EDIT_NAME','string':'Edit\x20name'});case'AI_CHAT_HISTORY_REMOVE':return t({'id':'AI_CHAT_HISTORY_REMOVE','string':'Remove'});case'AI_CHAT_HISTORY_REMOVE_CONFIRM':return t({'id':'AI_CHAT_HISTORY_REMOVE_CONFIRM','string':'Do\x20you\x20want\x20to\x20remove\x20this\x20chat?'});case'AI_CHAT_HISTORY_ACCEPT':return t({'id':'AI_CHAT_HISTORY_ACCEPT','string':'Accept'});case'AI_CHAT_HISTORY_CANCEL':return t({'id':'AI_CHAT_HISTORY_CANCEL','string':'Cancel'});case'AI_CHAT_HISTORY_LOADING_REMOVING':return t({'id':'AI_CHAT_HISTORY_LOADING_REMOVING','string':'Removing\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_RENAMING':return t({'id':'AI_CHAT_HISTORY_LOADING_RENAMING','string':'Renaming\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_PINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_PINNING','string':'Pinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_LOADING_UNPINNING':return t({'id':'AI_CHAT_HISTORY_LOADING_UNPINNING','string':'Unpinning\x20the\x20chat...'});case'AI_CHAT_HISTORY_CATEGORY_PINNED':return t({'id':'AI_CHAT_HISTORY_CATEGORY_PINNED','string':'Pinned'});case'AI_CHAT_HISTORY_CATEGORY_TODAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_TODAY','string':'Today'});case'AI_CHAT_HISTORY_CATEGORY_YESTERDAY':return t({'id':'AI_CHAT_HISTORY_CATEGORY_YESTERDAY','string':'Yesterday'});case'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS','string':'Last\x2014\x20days'});case'AI_CHAT_HISTORY_CATEGORY_LATER':return t({'id':'AI_CHAT_HISTORY_CATEGORY_LATER','string':'Later'});case'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE','string':'Failed\x20to\x20change\x20the\x20\x22%0\x22\x20chat\x20name.\x20Please\x20try\x20again\x20later.'},_0x1c1ebc);case'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED':return t({'id':'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED','string':'Failed\x20to\x20%0\x20the\x20\x22%1\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0x1c1ebc);case'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM':return t({'id':'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM','string':'Failed\x20to\x20delete\x20the\x20\x22%0\x22\x20chat.\x20Please\x20try\x20again\x20later.'},_0x1c1ebc);case'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS':return t({'id':'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS','string':'Failed\x20to\x20load\x20the\x20chat\x20history.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_ERROR_GENERIC':return t({'id':'AI_CHAT_HISTORY_ERROR_GENERIC','string':'Something\x20went\x20wrong.\x20Please\x20try\x20again\x20later.'});case'AI_CHAT_HISTORY_PIN_ACTION':return t({'id':'AI_CHAT_HISTORY_PIN_ACTION','string':'pin'});case'AI_CHAT_HISTORY_UNPIN_ACTION':return t({'id':'AI_CHAT_HISTORY_UNPIN_ACTION','string':'unpin'});case'AI_BALLOON_HEADER_TITLE':return t({'id':'AI_BALLOON_HEADER_TITLE','string':'Change\x20%0'},_0x1c1ebc);case'AI_BALLOON_APPLY_BUTTON':return t({'id':'AI_BALLOON_APPLY_BUTTON','string':'Apply'});case'AI_BALLOON_SUGGEST_BUTTON':return t({'id':'AI_BALLOON_SUGGEST_BUTTON','string':'Suggest'});case'AI_BALLOON_NEXT_LABEL':return t({'id':'AI_BALLOON_NEXT_LABEL','string':'Next'});case'AI_BALLOON_PREVIOUS_LABEL':return t({'id':'AI_BALLOON_PREVIOUS_LABEL','string':'Previous'});case'AI_SUGGESTION_NO_PARTS_WARNING':return t({'id':'AI_SUGGESTION_NO_PARTS_WARNING','string':'This\x20change\x20is\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_SUGGESTION_EMPTY_PART_WARNING':return t({'id':'AI_SUGGESTION_EMPTY_PART_WARNING','string':'Some\x20of\x20the\x20changes\x20are\x20not\x20supported\x20by\x20the\x20editor\x20and\x20can\x27t\x20be\x20previewed\x20or\x20applied.'});case'AI_ACTIONS_TRY_AGAIN':return t({'id':'AI_ACTIONS_TRY_AGAIN','string':'Retry'});case'AI_ACTIONS_PREVIOUS_INTERACTION':return t({'id':'AI_ACTIONS_PREVIOUS_INTERACTION','string':'Previous'});case'AI_ACTIONS_NEXT_INTERACTION':return t({'id':'AI_ACTIONS_NEXT_INTERACTION','string':'Next'});case'AI_MODEL_NAME_AUTO':return t({'id':'AI_MODEL_NAME_AUTO','string':'Auto'});case'AI_QUICK_ACTIONS_HEADING':return t({'id':'AI_QUICK_ACTIONS_HEADING','string':'AI\x20Quick\x20Actions'});case'AI_QUICK_ACTIONS_SEARCH':return t({'id':'AI_QUICK_ACTIONS_SEARCH','string':'Search\x20AI\x20commands'});case'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND','string':'No\x20AI\x20commands\x20found'});case'AI_QUICK_ACTIONS_ASK_AI':return t({'id':'AI_QUICK_ACTIONS_ASK_AI','string':'Ask\x20AI'});case'AI_QUICK_ACTIONS_CHAT_COMMANDS':return t({'id':'AI_QUICK_ACTIONS_CHAT_COMMANDS','string':'Chat\x20commands'});case'AI_QUICK_ACTIONS_IMPROVE_WRITING':return t({'id':'AI_QUICK_ACTIONS_IMPROVE_WRITING','string':'Improve\x20writing'});case'AI_QUICK_ACTIONS_CONTINUE_WRITING':return t({'id':'AI_QUICK_ACTIONS_CONTINUE_WRITING','string':'Continue\x20writing'});case'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING':return t({'id':'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING','string':'Fix\x20grammar\x20&\x20spelling'});case'AI_QUICK_ACTIONS_ADJUST_LENGTH':return t({'id':'AI_QUICK_ACTIONS_ADJUST_LENGTH','string':'Adjust\x20length'});case'AI_QUICK_ACTIONS_CHANGE_TONE':return t({'id':'AI_QUICK_ACTIONS_CHANGE_TONE','string':'Change\x20tone'});case'AI_QUICK_ACTIONS_TRANSLATE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE','string':'Translate'});case'AI_QUICK_ACTIONS_EXPLAIN':return t({'id':'AI_QUICK_ACTIONS_EXPLAIN','string':'Explain'});case'AI_QUICK_ACTIONS_SUMMARIZE':return t({'id':'AI_QUICK_ACTIONS_SUMMARIZE','string':'Summarize'});case'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS':return t({'id':'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS','string':'Highlight\x20key\x20points'});case'AI_QUICK_ACTIONS_MAKE_SHORTER':return t({'id':'AI_QUICK_ACTIONS_MAKE_SHORTER','string':'Make\x20shorter'});case'AI_QUICK_ACTIONS_MAKE_LONGER':return t({'id':'AI_QUICK_ACTIONS_MAKE_LONGER','string':'Make\x20longer'});case'AI_QUICK_ACTIONS_MORE_CASUAL':return t({'id':'AI_QUICK_ACTIONS_MORE_CASUAL','string':'More\x20casual'});case'AI_QUICK_ACTIONS_MORE_DIRECT':return t({'id':'AI_QUICK_ACTIONS_MORE_DIRECT','string':'More\x20direct'});case'AI_QUICK_ACTIONS_MORE_FRIENDLY':return t({'id':'AI_QUICK_ACTIONS_MORE_FRIENDLY','string':'More\x20friendly'});case'AI_QUICK_ACTIONS_MORE_CONFIDENT':return t({'id':'AI_QUICK_ACTIONS_MORE_CONFIDENT','string':'More\x20confident'});case'AI_QUICK_ACTIONS_MORE_PROFESSIONAL':return t({'id':'AI_QUICK_ACTIONS_MORE_PROFESSIONAL','string':'More\x20professional'});case'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT':return t({'id':'AI_QUICK_ACTIONS_ADJUST_BASED_ON_DOCUMENT','string':'Adjust\x20based\x20on\x20the\x20rest\x20of\x20the\x20document'});case'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH','string':'English'});case'AI_QUICK_ACTIONS_TRANSLATE_CHINESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_QUICK_ACTIONS_TRANSLATE_FRENCH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_FRENCH','string':'French'});case'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE','string':'Japanese'});case'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE','string':'Portuguese'});case'AI_QUICK_ACTIONS_TRANSLATE_KOREAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_KOREAN','string':'Korean'});case'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN','string':'Italian'});case'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN','string':'Russian'});case'AI_QUICK_ACTIONS_TRANSLATE_SPANISH':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_SPANISH','string':'Spanish'});case'AI_QUICK_ACTIONS_TRANSLATE_GERMAN':return t({'id':'AI_QUICK_ACTIONS_TRANSLATE_GERMAN','string':'German'});case'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND':return t({'id':'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','string':'%0\x20plugin\x20is\x20required\x20but\x20not\x20found.'},_0x1c1ebc);case'AI_QUICK_ACTIONS_OTHER':return t({'id':'AI_QUICK_ACTIONS_OTHER','string':'Other'});case'AI_ACTIONS_GENERIC_ERROR':return t({'id':'AI_ACTIONS_GENERIC_ERROR','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20response.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_BALLOON_SELECTION_REMOVED_ERROR':return t({'id':'AI_BALLOON_SELECTION_REMOVED_ERROR','string':'Changes\x20cannot\x20be\x20applied.\x20The\x20original\x20content\x20no\x20longer\x20exists.'});case'AI_REVIEW_MODE_STOP_GENERATING':return t({'id':'AI_REVIEW_MODE_STOP_GENERATING','string':'Stop\x20generating'});case'AI_REVIEW_MODE_HIDE_CHANGES':return t({'id':'AI_REVIEW_MODE_HIDE_CHANGES','string':'Hide\x20changes'});case'AI_REVIEW_MODE_SHOW_CHANGES':return t({'id':'AI_REVIEW_MODE_SHOW_CHANGES','string':'Show\x20changes'});case'AI_REVIEW_MODE_ACCEPT_ALL':return t({'id':'AI_REVIEW_MODE_ACCEPT_ALL','string':'Accept\x20all'});case'AI_REVIEW_MODE_EXIT_REVIEW':return t({'id':'AI_REVIEW_MODE_EXIT_REVIEW','string':'Exit\x20review'});case'AI_REVIEW_MODE_ACCEPT_CHANGE':return t({'id':'AI_REVIEW_MODE_ACCEPT_CHANGE','string':'Accept'});case'AI_REVIEW_MODE_DISMISS_CHANGE':return t({'id':'AI_REVIEW_MODE_DISMISS_CHANGE','string':'Dismiss'});case'AI_REVIEW_MODE_LEARN_MORE':return t({'id':'AI_REVIEW_MODE_LEARN_MORE','string':'Learn\x20more'});case'AI_REVIEW_MODE_COMPLETED_TEXT':return t({'id':'AI_REVIEW_MODE_COMPLETED_TEXT','string':'There\x27s\x20nothing\x20left\x20to\x20review.'});case'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT':return t({'id':'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20changes\x20to\x20suggest.'});case'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','string':'Finish\x20Review'});case'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE':return t({'id':'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','string':'Review\x20complete.\x20Finish\x20when\x20ready.'});case'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE':return t({'id':'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE','string':'AI\x20Review\x20initialized\x20with\x20errors.\x20Some\x20features\x20may\x20not\x20be\x20available\x20or\x20work\x20properly.'});case'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20the\x20whole\x20review\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE':return t({'id':'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE','string':'Not\x20everything\x20went\x20through,\x20but\x20the\x20completed\x20items\x20are\x20listed\x20below.'});case'AI_REVIEW_MODE':return t({'id':'AI_REVIEW_MODE','string':'Review'});case'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR':return t({'id':'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR','string':'Prompt\x20must\x20not\x20be\x20empty'});case'AI_REVIEW_CHECK_CUSTOM_TITLE':return t({'id':'AI_REVIEW_CHECK_CUSTOM_TITLE','string':'Custom\x20command'});case'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CUSTOM_DESCRIPTION','string':'Enter\x20a\x20custom\x20command\x20for\x20a\x20specific\x20review.'});case'AI_REVIEW_CHECK_CORRECTNESS_TITLE':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_TITLE','string':'Proofread'});case'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CORRECTNESS_DESCRIPTION','string':'Check\x20the\x20text\x20for\x20errors\x20in\x20grammar,\x20spelling,\x20and\x20punctuation.'});case'AI_REVIEW_CHECK_CLARITY_TITLE':return t({'id':'AI_REVIEW_CHECK_CLARITY_TITLE','string':'Improve\x20clarity'});case'AI_REVIEW_CHECK_CLARITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_CLARITY_DESCRIPTION','string':'Improve\x20the\x20logical\x20structure\x20and\x20precision\x20for\x20clearer\x20message.'});case'AI_REVIEW_CHECK_READABILITY_TITLE':return t({'id':'AI_REVIEW_CHECK_READABILITY_TITLE','string':'Improve\x20readability'});case'AI_REVIEW_CHECK_READABILITY_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_READABILITY_DESCRIPTION','string':'Adjust\x20sentence\x20structure\x20and\x20word\x20choice\x20for\x20an\x20easier\x20read.'});case'AI_REVIEW_CHECK_MAKE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TITLE','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_DESCRIPTION','string':'Shorten\x20or\x20lengthen\x20the\x20text\x20as\x20needed.'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_LABEL','string':'Adjust\x20length'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_LONGER','string':'Longer'});case'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER':return t({'id':'AI_REVIEW_CHECK_MAKE_OPTIONS_DATA_SHORTER','string':'Shorter'});case'AI_REVIEW_CHECK_MAKE_TONE_TITLE':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_TITLE','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_DESCRIPTION','string':'Modify\x20the\x20text\x20to\x20a\x20desired\x20tone\x20and\x20style.'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_LABEL','string':'Adjust\x20tone\x20and\x20style'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CASUAL','string':'Casual'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_DIRECT','string':'Direct'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_FRIENDLY','string':'Friendly'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_CONFIDENT','string':'Confident'});case'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL':return t({'id':'AI_REVIEW_CHECK_MAKE_TONE_OPTIONS_DATA_PROFESSIONAL','string':'Professional'});case'AI_REVIEW_CHECK_TRANSLATE_TITLE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_TITLE','string':'Translate'});case'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_DESCRIPTION','string':'Translate\x20the\x20text\x20into\x20another\x20language.'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_LABEL','string':'Select\x20language'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ENGLISH','string':'English'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_SPANISH','string':'Spanish'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_FRENCH','string':'French'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_GERMAN','string':'German'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_CHINESE','string':'Chinese\x20(Simplified)'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_JAPANESE','string':'Japanese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_RUSSIAN','string':'Russian'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_PORTUGUESE','string':'Portuguese'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_KOREAN','string':'Korean'});case'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN':return t({'id':'AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_ITALIAN','string':'Italian'});case'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED','string':'Accepted'});case'AI_REVIEW_MODE_CHECK_STATUS_REJECTED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_REJECTED','string':'Dismissed'});case'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED':return t({'id':'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED','string':'Outdated'});case'AI_TOGGLE_BUTTON_LABEL':return t({'id':'AI_TOGGLE_BUTTON_LABEL','string':'AI'});case'AI_TRANSLATE_ACCEPT_ALL':return t({'id':'AI_TRANSLATE_ACCEPT_ALL','string':'Accept\x20translation'});case'AI_TRANSLATE_FINISH_HEADER_TITLE':return t({'id':'AI_TRANSLATE_FINISH_HEADER_TITLE','string':'Translation\x20complete.\x20Finish\x20when\x20ready.'});case'AI_TRANSLATE_EMPTY_RESULTS_TEXT':return t({'id':'AI_TRANSLATE_EMPTY_RESULTS_TEXT','string':'There\x20are\x20no\x20translations\x20to\x20review.'});case'AI_TRANSLATE_FINISH_BUTTON_LABEL':return t({'id':'AI_TRANSLATE_FINISH_BUTTON_LABEL','string':'Finish\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','string':'Content\x20Translation'});case'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION':return t({'id':'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','string':'A\x20dedicated\x20mode\x20for\x20translating\x20the\x20entire\x20text.'});case'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','string':'Translating\x20to'});case'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE':return t({'id':'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','string':'Translated\x20to'});case'AI_TRANSLATE_GENERAL_ERROR_MESSAGE':return t({'id':'AI_TRANSLATE_GENERAL_ERROR_MESSAGE','string':'Sorry,\x20we\x20couldn\x27t\x20generate\x20translations\x20properly.\x20Please\x20try\x20again\x20in\x20a\x20moment.'});case'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE':return t({'id':'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE','string':'This\x20conversation\x20is\x20loaded\x20from\x20chat\x20history\x20from\x20a\x20previous\x20session,\x20so\x20you\x20can’t\x20apply,\x20reject,\x20or\x20suggest\x20changes.'});case'AI_SUGGESTION_DISABLED_FEED_MESSAGE':return t({'id':'AI_SUGGESTION_DISABLED_FEED_MESSAGE','string':'Actions\x20aren’t\x20available\x20for\x20changes\x20from\x20a\x20previous\x20session.'});default:return _0x1262fc;}}function us(_0x3d93b7){return _0x3d93b7?_0x3d93b7 instanceof _0x5a1597?[_0x3d93b7]:_0x3d93b7['editors']&&0x0!==_0x3d93b7['editors']['length']?Array['from'](_0x3d93b7['editors']):[]:[];}function ds(_0x50377c){const _0x4eb780=us(_0x50377c);if(!_0x4eb780['length'])throw new at('ai-get-editor-from-context-no-editor');if(0x1===_0x4eb780['length'])return _0x4eb780[0x0];const _0x1af048=_0x4eb780['find'](_0x656b4b=>_0x656b4b['ui']?.['focusTracker']?.['isFocused']);if(_0x1af048)return _0x1af048;const _0x371c77=function(_0x5469c1){if(_0x5469c1 instanceof _0x5a1597)return;const _0x5de0de=_0x5469c1;if(!_0x5de0de['plugins']||!_0x5de0de['plugins']['has']('AIEditing'))return;return _0x5de0de['plugins']['get']('AIEditing')['getLastContentFocusedEditor']?.();}(_0x50377c);return _0x371c77&&_0x4eb780['includes'](_0x371c77)?_0x371c77:_0x4eb780[0x0];}const _s='ai-selection',gs=['br'];var As=class extends _0x3abc0e{constructor(_0x28db9f){super(_0x28db9f),this['context']['config']['define']('ai.models.showModelSelector',!0x0);}['_outputDataProcessor'];['_fakeSelections']=[];['_sessionIdByEditor']=new WeakMap();['_lastContentFocusedEditor'];static get['pluginName'](){return'AIEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['getLastContentFocusedEditor'](){return this['_lastContentFocusedEditor'];}['getSessionId'](_0x4681d7){let _0x38a8c6=this['_sessionIdByEditor']['get'](_0x4681d7);return _0x38a8c6||(_0x38a8c6=_0x4681d7['plugins']['has']('RealTimeCollaborationClient')&&_0x4681d7['plugins']['get']('RealTimeCollaborationClient')['sessionId']||Ot(),this['_sessionIdByEditor']['set'](_0x4681d7,_0x38a8c6)),_0x38a8c6;}async['getDocumentData'](){const _0x162e1a=us(this['context']);if(!_0x162e1a['length'])throw new at('ai-get-editor-from-context-no-editor');const _0x336b50=[],_0x313664=new Set();for(const _0x39249b of _0x162e1a){const _0x2a435d=_0x39249b['config']['get']('roots')||{};for(const _0x5e3c55 of _0x39249b['model']['document']['getRoots']()){if('$graveyard'===_0x5e3c55['rootName'])continue;const _0xb0eca1=await this['_getDocumentDataForEditorRoot'](_0x39249b,_0x5e3c55,_0x313664),_0x3d5f7e=_0x2a435d[_0x5e3c55['rootName']],_0x527d61=_0x5e3c55['getAttribute']('$description')??_0x3d5f7e?.['description'];let _0x4fc1e7=_0x5e3c55['getAttribute']('$title')??_0x3d5f7e?.['title'];_0x4fc1e7||(_0x4fc1e7=_0x5e3c55['getAttribute']('$rootEditableOptions')?.['label']??_0x3d5f7e?.['label']),_0x4fc1e7||(ft('ai-document-root-missing-title',{'editor':_0x39249b,'rootName':_0x5e3c55['rootName']}),_0x4fc1e7=_0x5e3c55['rootName']),_0x336b50['push']({'editor':_0x39249b,'rootName':_0x5e3c55['rootName'],'content':_0xb0eca1['content'],'version':_0xb0eca1['version'],'sessionId':this['getSessionId'](_0x39249b),'channelId':_0x39249b['config']['get']('collaboration.channelId'),'selections':_0xb0eca1['selections'],'name':_0x4fc1e7,'description':_0x527d61});}}return _0x336b50;}async['_getDocumentDataForEditorRoot'](_0x57b0f7,_0x4a22d4,_0x340a07){const _0x2c4cd9=_0x57b0f7['data']['toView'](_0x4a22d4,{'convertAiChatSelectionMarker':!0x0}),_0x13be42=new _0x4554d0(_0x57b0f7['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x2c4cd9,_0x13be42,_0x340a07);let _0x4785b0=await this['_getDocumentDataStringFromView'](_0x2c4cd9,_0x57b0f7);const _0x2a9d9d=this['_getMarkersInDocumentOrder'](_0x57b0f7,_0x4a22d4),_0x5579f1=[];for(const _0x43f381 of _0x2a9d9d){const _0x4c5286='<'+_0x43f381['name']+':start></'+_0x43f381['name']+':start>',_0x3129c2=_0x4785b0['indexOf'](_0x4c5286);_0x4785b0=_0x4785b0['substring'](0x0,_0x3129c2)+_0x4785b0['substring'](_0x3129c2+_0x4c5286['length']);const _0x274671='<'+_0x43f381['name']+':end></'+_0x43f381['name']+':end>',_0x3e8fb8=_0x4785b0['indexOf'](_0x274671);_0x4785b0=_0x4785b0['substring'](0x0,_0x3e8fb8)+_0x4785b0['substring'](_0x3e8fb8+_0x274671['length']),_0x5579f1['push']({'markerName':_0x43f381['name'],'start':_0x3129c2,'end':_0x3e8fb8,'htmlFragment':_0x4785b0['substring'](_0x3129c2,_0x3e8fb8)});}return{'content':_0x4785b0,'version':_0x57b0f7['model']['document']['version'],'selections':_0x5579f1};}['afterInit'](){this['context']instanceof _0x5a1597?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x4de22b,_0x54c01c)=>{_0x54c01c['on']('ready',()=>{this['_integrateEditor'](_0x54c01c);});});}['_setOutputDataProcessor'](_0x70f083){this['_outputDataProcessor']=_0x70f083;}async['_getDocumentDataStringFromView'](_0x1f0169,_0x5eb679){let _0x51e6d2;if(this['_outputDataProcessor']){const _0x28fa23=_0x5eb679['data']['processor']['domConverter']['viewToDom'](_0x1f0169),_0x2f08b3=await this['_outputDataProcessor'](_0x28fa23);_0x51e6d2=_0x5eb679['data']['processor']['htmlWriter']['getHtml'](_0x2f08b3);}else _0x51e6d2=_0x5eb679['data']['processor']['toData'](_0x1f0169);return _0x51e6d2;}['_integrateEditor'](_0x3bae3d){if(!_0x3bae3d['config']['get']('collaboration.channelId'))throw new at('ai-missing-channel-id',_0x3bae3d);_0x3bae3d['ui']['focusTracker']['on']('change:isFocused',(_0x222c8a,_0x3e50f6,_0xe457ec)=>{_0xe457ec&&(this['_lastContentFocusedEditor']=_0x3bae3d);}),_0x3bae3d['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x3bae3d&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x3bae3d['conversion']['for']('editingDowncast')['markerToHighlight']({'model':_s,'view':({markerName:_0x5c7828})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x5c7828['split'](':')[0x1]],'priority':0xc})}),_0x3bae3d['conversion']['for']('dataDowncast')['markerToElement']({'model':_s+':context','view':(_0x54617c,{writer:_0x384053,options:_0x3554a4})=>_0x3554a4['convertAiChatSelectionMarker']?_0x384053['createUIElement'](_0x54617c['markerName']+':'+(_0x54617c['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x334f37){const _0x12fd83=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x334f37);const _0x52db7d=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x12fd83,_0x52db7d);}['hideFakeVisualSelection'](_0x3086df){const _0x59e83c=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x3086df);const _0x4faa3d=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x59e83c,_0x4faa3d);}async['modelToDataWithIds'](_0x3992c3,_0x5ef35a){const _0x4650f0=_0x5ef35a['data']['toView'](_0x3992c3),_0x4cbfeb=new _0x4554d0(_0x5ef35a['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x4650f0,_0x4cbfeb),this['_getDocumentDataStringFromView'](_0x4650f0,_0x5ef35a);}['_setDataIdsOnChildren'](_0x13c927,_0x234e27,_0x81fd1f=new Set()){let _0x939d68=!0x1;for(const _0x5ca171 of _0x13c927['getChildren']()){if(!_0x5ca171['is']('view:element')||gs['includes'](_0x5ca171['name']))continue;const _0x37e2a3=_0x5ca171['is']('view:containerElement'),_0x4e93f3=_0x5ca171['is']('view:emptyElement'),_0x32654e=_0x5ca171['is']('view:rawElement'),_0x4a689e=this['_setDataIdsOnChildren'](_0x5ca171,_0x234e27,_0x81fd1f);_0x5ca171['hasAttribute']('data-id')?(_0x939d68=!0x0,_0x81fd1f['add'](_0x5ca171['getAttribute']('data-id'))):(_0x37e2a3||_0x4e93f3||_0x32654e||_0x4a689e)&&(_0x234e27['setAttribute']('data-id',this['_nextDataId'](_0x81fd1f),_0x5ca171),_0x939d68=!0x0);}return _0x939d68;}['_nextDataId'](_0x120fd1){let _0x3af896;do{_0x3af896='';for(let _0x592f87=0x0;_0x592f87<0x4;_0x592f87++)_0x3af896+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x120fd1['has'](_0x3af896));return _0x120fd1['add'](_0x3af896),_0x3af896;}['getSelectionText'](_0x294c03){const _0x3dbf5c=(_0x294c03?_0x294c03['model']:ds(this['context'])['model'])['document']['selection'],_0x159b55=[],_0x824688=Array['from'](_0x3dbf5c['getRanges']());_0x824688['sort']((_0xea1bed,_0x241fb7)=>_0xea1bed['start']['isBefore'](_0x241fb7['start'])?-0x1:0x1);for(const _0x5d63b0 of _0x824688)for(const _0x3259bd of _0x5d63b0['getItems']())_0x3259bd['is']('$textProxy')?_0x159b55['push'](_0x3259bd['data']):_0x3259bd['is']('element')&&_0x159b55['length']>0x0&&'\x20'!==_0x159b55[_0x159b55['length']-0x1]&&_0x159b55['push']('\x20');return _0x159b55['length']?'\x22'+_0x159b55['join']('')['trim']()+'\x22':ls(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x54b578){for(let _0x5ab302=0x0;_0x5ab302<this['_fakeSelections']['length'];_0x5ab302++)if(this['_fakeSelections'][_0x5ab302]['id']==_0x54b578)return void this['_fakeSelections']['splice'](_0x5ab302,0x1);}['_addFakeSelection'](_0x890bc7){this['_removeFakeSelectionById'](_0x890bc7['id']),Tt(this['_fakeSelections'],_0x890bc7);}['_refreshFakeSelection'](_0x2ef6c4,_0x4774f6){if(_0x2ef6c4==_0x4774f6)return;const _0x8b2384=_0x2ef6c4?_0x2ef6c4['editor']:null,_0x2b47c4=_0x4774f6?_0x4774f6['editor']:null,_0x34bcec=(_0x13f42f,_0x13a2c2)=>{const _0x286323=_0x13a2c2['model']['markers']['getMarkersGroup'](_s);for(const _0x4bdc9c of _0x286323)_0x13f42f['removeMarker'](_0x4bdc9c);},_0x274356=(_0x1a4f4,_0x253597,_0x51036e)=>{const _0x57b860=_0x253597['model'];for(let _0x402213=0x0;_0x402213<_0x51036e['ranges']['length'];_0x402213++){let _0x2de030=_0x51036e['ranges'][_0x402213];const _0x178eec=_s+':'+_0x51036e['id']+':'+_0x402213;if(_0x2de030['start']['isAtEnd']){const _0x11b232=_0x2de030['start']['getLastMatchingPosition'](({item:_0x55d1d5})=>!_0x57b860['schema']['isContent'](_0x55d1d5),{'boundaries':_0x2de030});_0x2de030=_0x1a4f4['createRange'](_0x11b232,_0x2de030['end']);}_0x1a4f4['addMarker'](_0x178eec,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2de030});}};_0x8b2384&&_0x2b47c4&&_0x8b2384===_0x2b47c4&&_0x4774f6?_0x8b2384['model']['change'](_0x34adf4=>{_0x34bcec(_0x34adf4,_0x8b2384),_0x274356(_0x34adf4,_0x2b47c4,_0x4774f6);}):(_0x8b2384&&_0x8b2384['model']['change'](_0x80eae8=>_0x34bcec(_0x80eae8,_0x8b2384)),_0x2b47c4&&_0x4774f6&&_0x2b47c4['model']['change'](_0x599a0a=>_0x274356(_0x599a0a,_0x2b47c4,_0x4774f6)));}['_getMarkersInDocumentOrder'](_0x2b10c0,_0x376fd2){const _0x1a6ed1=Array['from'](_0x2b10c0['model']['markers']['getMarkersGroup'](_s+':context'));return(_0x376fd2?_0x1a6ed1['filter'](_0x9f4937=>{const _0x13a683=_0x9f4937['getRange']();return _0x13a683&&_0x13a683['root']['rootName']===_0x376fd2['rootName'];}):_0x1a6ed1)['sort']((_0x48009a,_0x495207)=>_0x48009a['getStart']()['isBefore'](_0x495207['getStart']())?-0x1:_0x48009a['getStart']()['isAfter'](_0x495207['getStart']())?0x1:0x0);}};function Is(_0x56238f,_0x1af614){return _0x2f5649(_0x56238f,_0x1af614);}function ps(_0x581caa,_0x5893af){return _0x425375(_0x581caa,_0x5893af);}function ms(_0x55dd9e,_0xc6ceaf,_0x193b5e){const _0x101a09=null!==_0xc6ceaf?_0x5511b1=>_0x5511b1['attribs'][_0x55dd9e]===_0xc6ceaf:_0x49d042=>Boolean(_0x49d042['attribs'][_0x55dd9e]);return _0x103707(_0x1c295e=>_0x314fbd(_0x1c295e)&&_0x101a09(_0x1c295e),_0x193b5e);}function Es(_0xa9dcaa,_0x4550e0,_0x23b8b8){const _0x2b6c0b=null!==_0x4550e0?_0x2a5de1=>_0x2a5de1['attribs'][_0xa9dcaa]===_0x4550e0:_0x3033b6=>Boolean(_0x3033b6['attribs'][_0xa9dcaa]);return _0x210655(_0x3a7a49=>_0x314fbd(_0x3a7a49)&&_0x2b6c0b(_0x3a7a49),_0x23b8b8);}function Ts(_0x4d49a3){return _0x210655(_0x33ae50=>_0x314fbd(_0x33ae50)&&function(_0x25a323){const _0x2ef91f=_0x25a323['toLowerCase']();return'script'===_0x2ef91f||'style'===_0x2ef91f||_0x2ef91f['includes']('-');}(_0x33ae50['name']),_0x4d49a3);}function ws(_0x372647){return _0x188519(_0x3cba93=>_0x3bd54b(_0x3cba93),_0x372647,!0x0,0x1/0x0);}function Cs(_0x537b4b,_0x53ec90){return _0x537b4b&&_0x314fbd(_0x537b4b)?_0x537b4b['attribs'][_0x53ec90]:null;}function fs(_0x3c57c2,_0x4fc40d,_0x1e66d3){_0x314fbd(_0x3c57c2)&&(null===_0x1e66d3?delete _0x3c57c2['attribs'][_0x4fc40d]:_0x3c57c2['attribs'][_0x4fc40d]=_0x1e66d3);}function bs(_0x50d64b,_0x520a02,_0x2557b8){const _0x2d2e6f=_0x520a02['cloneNode'](!0x0);'beforebegin'===_0x2557b8?_0x28f757(_0x50d64b,_0x2d2e6f):'afterbegin'===_0x2557b8?_0x49cc30(_0x50d64b,_0x2d2e6f):'beforeend'===_0x2557b8?_0x18873b(_0x50d64b,_0x2d2e6f):'afterend'===_0x2557b8&&_0x3c432c(_0x50d64b,_0x2d2e6f);}function Ss(_0x287ad4){const _0x9514=[];let _0x564bbb=_0x287ad4;for(;_0x564bbb;)_0x564bbb=_0x4fbc65(_0x564bbb),_0x564bbb&&_0x9514['push'](_0x564bbb);return _0x9514;}function Rs(_0x490630){return _0x490630['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Os(_0x4edd4b){let _0xb1610b=0x0;for(;_0x4edd4b['parentNode'];)_0x4edd4b=_0x4edd4b['parentNode'],_0xb1610b++;return _0xb1610b;}function vs(_0x4130c6){const _0x497387=[];let _0x55d4b3=_0x4130c6['nextSibling'];for(;_0x55d4b3;)_0x497387['push'](_0x55d4b3),_0x55d4b3=_0x55d4b3['nextSibling'];_0x497387['forEach'](_0x3ad2e4=>{_0x46f92a(_0x3ad2e4);});}function ks({documentSuggestions:_0x4a19fb,transform:_0x4dfb9e,documentCompare:_0x47d95a,documentCompareOptions:_0x56bb8b}){const _0x58ecea=new Map();for(const [_0x2496dc,{groups:_0x86bed0,documentContext:_0x372b8d,documentContent:_0x1a5b3a,editor:_0x40a12a}]of _0x4a19fb){const _0x270312=_0x372b8d['content'],_0x52369e=_0x372b8d['version'],_0x1ee1e7=_0x1a5b3a['cloneNode'](!0x0);for(const {changes:_0x2ed35f}of _0x86bed0){const _0x2d213a=_0x2ed35f['filter'](_0x38b940=>'new'!=_0x38b940['type'])['map'](_0x1c637e=>ms('data-id',_0x1c637e['id'],_0x1ee1e7)),_0x525423=_0x2ed35f['filter'](_0x2e21bb=>'removed'!=_0x2e21bb['type'])['map'](_0x3ce615=>_0x3ce615['node']['cloneNode'](!0x0));let _0x484908=null;if(_0x2d213a['length']){_0x484908=_0x2d213a[0x0]['previousSibling'];for(let _0x2d7d2d=0x0;_0x2d7d2d<_0x2d213a['length'];_0x2d7d2d++)_0x46f92a(_0x2d213a[_0x2d7d2d]);}if(_0x525423['length']){_0x484908||(_0x2ed35f[0x0]['anchorId']?_0x484908=ms('data-id',_0x2ed35f[0x0]['anchorId'],_0x1ee1e7):(_0x484908=_0x525423['shift'](),_0x49cc30(_0x1ee1e7,_0x484908)));for(let _0x60d0be=0x0;_0x60d0be<_0x525423['length'];_0x60d0be++)_0x3c432c(_0x484908,_0x525423[_0x60d0be]),_0x484908=_0x525423[_0x60d0be];}}const _0x49821a=ps(_0x1ee1e7),_0x14259a=_0x47d95a['getDiff'](_0x270312,_0x49821a,{'targetEditor':_0x40a12a,'anchor':_0x372b8d['rootName'],..._0x56bb8b})['getOperations']();if(_0x4dfb9e){const _0x5b161d=_0x40a12a['model']['document']['history']['getOperations'](_0x52369e),_0x25c548={'document':_0x40a12a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};_0x58ecea['set'](_0x2496dc,_0x1790d4(_0x14259a,_0x5b161d,_0x25c548)['operationsA']);}else _0x58ecea['set'](_0x2496dc,_0x14259a);}return _0x58ecea;}function Ns(_0x4f33ce,_0x4ad6ca){if('marker'!=_0x4ad6ca['type'])return;const _0x1533a9=_0x4f33ce['model']['markers']['get'](_0x4ad6ca['name']);_0x1533a9&&(_0x4ad6ca['oldRange']=_0x1533a9['getRange']());}const ys=/* #__PURE__ -- @preserve */
|
|
25
|
+
_t();var xs=class extends ys{['_generateUid'];['_uidCounter']=0x0;['_touchedNodesState']={'newIds':[],'modifiedIds':[],'removedIds':[],'invalidIds':[],'lastTouchedId':null,'rescuedNewIds':new Set()};['_existingDataIds']=new Set();['_referencedExistingIds']=new Set();constructor(_0x3af325){super(),this['_generateUid']=_0x3af325||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x4c34f9,_0x2bef18,_0x4cbebc){this['_uidCounter']=0x0;const _0x537023=_0x4c34f9['cloneNode'](!0x0);Ps(_0x2bef18,_0x537023);const _0xad8e80=_0x537023['childNodes'],_0x4a53d8=Array['from'](_0xad8e80)['filter'](_0x304858=>!(0x3===_0x304858['nodeType']&&''===ps(_0x304858)['trim']())),_0x13d2cc=_0x4a53d8['length'];this['_existingDataIds']=new Set(Es('data-id',null,_0x2bef18)['map'](_0x2b6f5e=>Cs(_0x2b6f5e,'data-id'))['filter'](_0x5ca0a0=>!!_0x5ca0a0));for(const _0x26a3ce of _0x4a53d8)_0x26a3ce&&_0x314fbd(_0x26a3ce)&&void 0x0===_0x26a3ce['attribs']['data-id']&&fs(_0x26a3ce,'data-id','new-element');if(Es('data-id',null,_0x537023)['forEach'](_0x4ee509=>{const _0x4f23ad=Cs(_0x4ee509,'data-id');'new-element'===_0x4f23ad||this['_existingDataIds']['has'](_0x4f23ad)||fs(_0x4ee509,'data-id','new-element');}),0x0===_0x2bef18['childNodes']['length']){const _0x1b914f=[];return Es('data-id','new-element',_0x537023)['forEach'](_0x211936=>{const _0x275859=this['_generateUid']();fs(_0x211936,'data-id',_0x275859),_0x1b914f['push'](_0x275859);}),this['_removeSpecialComments'](_0x537023),{'parsedContent':_0x537023,'newNodeIds':_0x1b914f,'modifiedNodeIds':[],'removedNodeIds':[]};}this['_touchedNodesState']['newIds']=[],this['_touchedNodesState']['modifiedIds']=[],this['_touchedNodesState']['removedIds']=[],this['_touchedNodesState']['invalidIds']=[],this['_touchedNodesState']['lastTouchedId']=null,this['_touchedNodesState']['rescuedNewIds']=new Set(),this['_referencedExistingIds']=new Set();let _0x441003=-0x1,_0x4fd4ae=!0x1;for(let _0x1b4dc2=0x0;_0x1b4dc2<_0x13d2cc;_0x1b4dc2++){const _0x480d44=_0x4a53d8[_0x1b4dc2],_0x4371a3=_0x4a53d8[_0x1b4dc2+0x1];if(this['_isNewNode'](_0x480d44)){if(-0x1===_0x441003&&(_0x441003=_0x1b4dc2),this['_markWrappedElements'](_0x480d44),!this['_isNewNode'](_0x4371a3)){const [_0x172964,_0x5be642]=this['_findReferenceNode'](_0x480d44,_0x4fd4ae,_0x2bef18);if(_0x172964){const _0x450844=Array['from'](_0x4a53d8)['slice'](_0x441003,_0x1b4dc2+0x1);this['_insertNodes'](_0x172964,_0x450844,_0x5be642),_0x441003=-0x1;}}}else{if(this['_isExistingContentComment'](_0x480d44))_0x4fd4ae=!0x0;else{if(this['_isExistingNode'](_0x480d44)){const _0x11c7ca=Cs(_0x480d44,'data-id');if(_0x11c7ca&&this['_existingDataIds']['has'](_0x11c7ca)){this['_referencedExistingIds']['add'](_0x11c7ca);const _0x32da9a=ms('data-id',_0x11c7ca,_0x2bef18);this['_replaceNode'](_0x32da9a,_0x480d44);}}else{if(Ls(_0x480d44)){const _0xb429d7=Ds(_0x480d44);ms('data-id',_0xb429d7,_0x537023)||this['_touchedNodesState']['removedIds']['push'](_0xb429d7);}}}}}for(const _0x2883ba of this['_touchedNodesState']['removedIds']){const _0x42f541=ms('data-id',_0x2883ba,_0x2bef18);_0x42f541&&(this['_rescueUnwrappedElements'](_0x42f541),this['_removeNode'](_0x42f541,_0x2883ba,_0x4cbebc));}if(Es('data-id','new-element',_0x2bef18)['forEach'](_0x517751=>{const _0xc14735=this['_getUid'](_0x517751);fs(_0x517751,'data-id',_0xc14735),this['_touchedNodesState']['newIds']['push'](_0xc14735);}),this['_removeSpecialComments'](_0x2bef18),_0x4cbebc&&_0x4cbebc['cutAfterUnstable']){const _0x3b3005=this['_findLastConfirmationPoint'](_0x4a53d8),_0x28649a=this['_getLastStableElement'](_0x2bef18,_0x3b3005);this['_markUnstableElements'](_0x2bef18,_0x28649a);}if(this['_processWrappedElements'](_0x2bef18,_0x4cbebc),_0x4cbebc&&_0x4cbebc['cutAfterUnstable']&&this['_touchedNodesState']['lastTouchedId']){const _0xde08d9=Es('data-id',this['_touchedNodesState']['lastTouchedId'],_0x2bef18);let _0x10a45b=_0xde08d9[_0xde08d9['length']-0x1];for(;_0x10a45b;)vs(_0x10a45b),_0x10a45b=_0x10a45b['parentNode'];}return{'parsedContent':_0x2bef18,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x1841a3,_0x343bd8,_0x1c509b){for(const _0x2dc7bf of _0x343bd8){const _0x226130=this['_getUid'](_0x2dc7bf);fs(_0x2dc7bf,'data-id',_0x226130),this['_touchedNodesState']['newIds']['push'](_0x226130),this['_touchedNodesState']['lastTouchedId']=_0x226130;}const _0x1bdc04='afterbegin'===_0x1c509b||'afterend'===_0x1c509b?_0x343bd8['reverse']():_0x343bd8;for(const _0x5cc54a of _0x1bdc04)bs(_0x1841a3,_0x5cc54a,_0x1c509b);}['_replaceNode'](_0x51e7c1,_0x395ca1){if(!_0x51e7c1)return;if(_0x496615=_0x395ca1,Rs(ps(_0x51e7c1))===Rs(ps(_0x496615)))return;var _0x496615;const _0x1b5d8a=Cs(_0x51e7c1,'data-id');this['_touchedNodesState']['modifiedIds']['push'](_0x1b5d8a),this['_touchedNodesState']['lastTouchedId']=_0x1b5d8a,_0x4cf7f1(_0x51e7c1,_0x395ca1['cloneNode'](!0x0));}['_removeNode'](_0x24b94f,_0x14ebc1,_0x2b61a1){if(_0x2b61a1&&_0x2b61a1['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x14ebc1;const _0x26d1d7=_0x2b61a1['replaceRemovedWith']['cloneNode'](!0x0);fs(_0x26d1d7,'data-id',_0x14ebc1),fs(_0x26d1d7,'data-removed','true'),_0x4cf7f1(_0x24b94f,_0x26d1d7);}else _0x46f92a(_0x24b94f);}['_findReferenceNode'](_0x5aaaac,_0x13c838,_0x2fe983){const _0x2e3eca=this['_findPrevElementWithDataId'](_0x5aaaac,!0x1);if(_0x2e3eca){const _0x3e2420=Ds(_0x2e3eca),_0xeeffe9=ms('data-id',_0x3e2420,_0x2fe983);if(_0xeeffe9)return[_0xeeffe9,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x3e2420);}const _0xee8b44=this['_findNextElementWithDataId'](_0x5aaaac,!0x1);if(_0xee8b44){const _0x32ef70=Ds(_0xee8b44),_0x3c899d=ms('data-id',_0x32ef70,_0x2fe983);if(_0x3c899d)return[_0x3c899d,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x32ef70);}return _0x13c838?_0x5aaaac['nextSibling']?this['_findFallbackReferenceNode'](_0x5aaaac,_0x2fe983):[_0x2fe983['childNodes'][_0x2fe983['childNodes']['length']-0x1],'afterend']:[_0x2fe983['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x383f3c,_0x324ff9){const _0x126be1=[],_0x4307cc=this['_findPrevElementWithDataId'](_0x383f3c,!0x0);if(_0x4307cc){const _0x4f6df5=ms('data-id',Ds(_0x4307cc),_0x324ff9);_0x4f6df5&&_0x126be1['push']([_0x4f6df5,'afterend']);}const _0xce9e9d=this['_findNextElementWithDataId'](_0x383f3c,!0x0);if(_0xce9e9d){const _0xe61249=ms('data-id',Ds(_0xce9e9d),_0x324ff9);_0xe61249&&_0x126be1['push']([_0xe61249,'beforebegin']);}return _0x126be1['length']>0x1?Os(_0x126be1[0x0][0x0])<=Os(_0x126be1[0x1][0x0])?_0x126be1[0x0]:_0x126be1[0x1]:0x1===_0x126be1['length']?_0x126be1[0x0]:[_0x324ff9['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x3a7f18,_0x20c9c7){let _0x529365=_0x3a7f18['nextSibling'],_0x255789=null,_0x136a50=!0x1;for(;_0x529365;){if(_0x3bd54b(_0x529365)){if(Ls(_0x529365)&&(_0x255789=_0x529365),this['_isExistingContentComment'](_0x529365)&&_0x20c9c7&&!_0x136a50){_0x136a50=!0x0,_0x529365=_0x529365['nextSibling'];continue;}break;}const _0x5a2cab=Cs(_0x529365,'data-id');if(_0x5a2cab&&'new-element'!==_0x5a2cab&&this['_existingDataIds']['has'](_0x5a2cab)){_0x255789=_0x529365;break;}_0x529365=_0x529365['nextSibling'];}return _0x255789;}['_findPrevElementWithDataId'](_0x1d368c,_0x8ffaa4){let _0x1596b9=_0x1d368c['previousSibling'],_0x5695bb=null,_0x49a084=!0x1;for(;_0x1596b9;){if(_0x3bd54b(_0x1596b9)){if(Ls(_0x1596b9)&&(_0x5695bb=_0x1596b9),this['_isExistingContentComment'](_0x1596b9)&&_0x8ffaa4&&!_0x49a084){_0x49a084=!0x0,_0x1596b9=_0x1596b9['previousSibling'];continue;}break;}const _0x464749=Cs(_0x1596b9,'data-id');if(_0x464749&&'new-element'!==_0x464749&&this['_existingDataIds']['has'](_0x464749)){_0x5695bb=_0x1596b9;break;}_0x1596b9=_0x1596b9['previousSibling'];}return _0x5695bb;}['_markWrappedElements'](_0x38e23a){_0x314fbd(_0x38e23a)&&Es('data-id',null,_0x38e23a)['forEach'](_0xc7af21=>{this['_isExistingNode'](_0xc7af21)&&(fs(_0xc7af21,'data-wrapped-id',Cs(_0xc7af21,'data-id')),fs(_0xc7af21,'data-id',null));});}['_processWrappedElements'](_0x186bd,_0x45bbf9){Es('data-wrapped-id',null,_0x186bd)['forEach'](_0x3f647e=>{const _0x49bac3=Cs(_0x3f647e,'data-wrapped-id');if(this['_hasUnstableParent'](_0x3f647e))return;const _0x552669=ms('data-id',_0x49bac3,_0x186bd);fs(_0x3f647e,'data-id',_0x49bac3),_0x552669&&(this['_removeNode'](_0x552669,_0x49bac3,_0x45bbf9),this['_touchedNodesState']['removedIds']['push'](_0x49bac3),this['_touchedNodesState']['lastTouchedId']=_0x49bac3);});}['_hasUnstableParent'](_0x8622c8){let _0x2d46a3=_0x8622c8['parentNode'];for(;_0x2d46a3;){if(Cs(_0x2d46a3,'data-unstable'))return!0x0;_0x2d46a3=_0x2d46a3['parentNode'];}return!0x1;}['_rescueUnwrappedElements'](_0x221073){const _0x3c2322=new Set(this['_touchedNodesState']['removedIds']),_0x50052d=new Set(this['_touchedNodesState']['newIds']);Es('data-id',null,_0x221073)['forEach'](_0x564695=>{const _0x40a7c9=Cs(_0x564695,'data-id'),_0x17923f=!!_0x40a7c9&&this['_referencedExistingIds']['has'](_0x40a7c9),_0x47b71f=!!_0x40a7c9&&_0x50052d['has'](_0x40a7c9);if(!_0x40a7c9||!_0x17923f&&!_0x47b71f)return;if(_0x3c2322['has'](_0x40a7c9))return;let _0x2bf7e0=_0x564695['parentNode'],_0x1fe7db=!0x1;for(;_0x2bf7e0;){if(_0x2bf7e0===_0x221073){_0x1fe7db=!0x0;break;}const _0x2bb944=Cs(_0x2bf7e0,'data-id');if(_0x2bb944&&(this['_referencedExistingIds']['has'](_0x2bb944)||_0x50052d['has'](_0x2bb944)))return;_0x2bf7e0=_0x2bf7e0['parentNode'];}if(_0x1fe7db){if(_0x28f757(_0x221073,_0x564695),_0x17923f){const _0x48ff49=this['_generateUid'](),_0x4581a8=this['_touchedNodesState']['modifiedIds']['indexOf'](_0x40a7c9);-0x1!==_0x4581a8&&this['_touchedNodesState']['modifiedIds']['splice'](_0x4581a8,0x1),fs(_0x564695,'data-unwrapped-id',_0x40a7c9),fs(_0x564695,'data-id',_0x48ff49),this['_touchedNodesState']['newIds']['push'](_0x48ff49),this['_touchedNodesState']['rescuedNewIds']['add'](_0x48ff49),this['_touchedNodesState']['lastTouchedId']=_0x48ff49;}else this['_touchedNodesState']['rescuedNewIds']['add'](_0x40a7c9),this['_touchedNodesState']['lastTouchedId']=_0x40a7c9;}});}['_getUid'](_0x437c5f){return this['_isExistingNode'](_0x437c5f)?Cs(_0x437c5f,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x4f8a13){ws(_0x4f8a13)['filter'](_0x170823=>Ls(_0x170823)||this['_isExistingContentComment'](_0x170823))['forEach'](_0x161a4e=>{_0x46f92a(_0x161a4e);});}['_findLastConfirmationPoint'](_0xd4376e){let _0x489370=null,_0x4718a1=null,_0xf5c278=null,_0x431c27=null;const _0x384fbc=_0xdc5000=>{_0xdc5000&&(_0x489370=_0xdc5000),_0xf5c278=null,_0x431c27=null;};for(let _0x49776a=0x0;_0x49776a<_0xd4376e['length'];_0x49776a++){const _0x5a9d5c=_0xd4376e[_0x49776a];if(this['_isExistingContentComment'](_0x5a9d5c)){_0x384fbc(_0x4718a1);continue;}if(_0x314fbd(_0x5a9d5c)){const _0x23a795=Cs(_0x5a9d5c,'data-id'),_0x62ee8a=_0x49776a===_0xd4376e['length']-0x1;if(_0x23a795&&'new-element'!==_0x23a795&&this['_touchedNodesState']['modifiedIds']['includes'](_0x23a795)&&!_0x62ee8a){_0x384fbc(_0x23a795),_0x4718a1=_0x23a795;continue;}}let _0x4a588c=null;const _0x5aeac5=Ds(_0x5a9d5c);if(_0x5aeac5&&this['_touchedNodesState']['rescuedNewIds']['has'](_0x5aeac5))_0x4718a1=_0x5aeac5;else{if(_0x5aeac5&&this['_touchedNodesState']['newIds']['includes'](_0x5aeac5))_0x4a588c='N';else{if(!Ls(_0x5a9d5c))continue;_0x4a588c='R';}_0x4a588c===_0x431c27||null===_0x431c27?_0x431c27=_0x4a588c:null!==_0xf5c278?(_0x384fbc(_0x4718a1),_0x431c27=_0x4a588c):(_0xf5c278=_0x431c27,_0x431c27=_0x4a588c),_0x4718a1=_0x5aeac5;}}const _0x5cedff=_0xd4376e[_0xd4376e['length']-0x1];return _0x5cedff&&!_0x314fbd(_0x5cedff)&&!Ls(_0x5cedff)&&_0x4718a1&&_0x384fbc(_0x4718a1),_0x489370;}['_getLastStableElement'](_0x2da736,_0x9ae7c7){if(!_0x9ae7c7)return null;const _0x577d92=ms('data-id',_0x9ae7c7,_0x2da736);if(!_0x577d92)return null;const _0x5e4e02=[_0x577d92,...Ss(_0x577d92)]['at'](-0x2);if(_0x5e4e02===_0x577d92)return _0x577d92;let _0x555d29=_0x5e4e02['previousSibling'];for(;_0x555d29&&!_0x314fbd(_0x555d29);)_0x555d29=_0x555d29['previousSibling'];return _0x555d29;}['_markUnstableElements'](_0x494b0b,_0x5218e8){const _0x365a6c=new Set([...this['_touchedNodesState']['newIds'],...this['_touchedNodesState']['modifiedIds'],...this['_touchedNodesState']['removedIds']]);let _0x593ca1=_0x5218e8?_0x5218e8['nextSibling']:_0x494b0b['firstChild'];for(;_0x593ca1;)_0x314fbd(_0x593ca1)&&(_0x365a6c['has'](Cs(_0x593ca1,'data-id'))||Es('data-id',null,_0x593ca1)['some'](_0x3068b5=>_0x365a6c['has'](Cs(_0x3068b5,'data-id'))))&&fs(_0x593ca1,'data-unstable','true'),_0x593ca1=_0x593ca1['nextSibling'];}['_isNewNode'](_0x143eff){return Boolean('new-element'===Cs(_0x143eff,'data-id'));}['_isExistingNode'](_0x266a92){return Boolean((Cs(_0x266a92,'data-id')||'')['length']>0x0&&'new-element'!==Cs(_0x266a92,'data-id'));}['_isExistingContentComment'](_0x1e0114){return Boolean(_0x3bd54b(_0x1e0114)&&ps(_0x1e0114)['match'](/\s*existing[\s*-](content|document)\s*/g));}};function Ls(_0x442b44){return!!_0x442b44&&Boolean(_0x3bd54b(_0x442b44)&&ps(_0x442b44)['match'](/removed[\s*-]data-id="[^"]+"/));}function Ds(_0x50f04c){if(!_0x50f04c)return null;if(_0x314fbd(_0x50f04c))return Cs(_0x50f04c,'data-id')??null;if(_0x3bd54b(_0x50f04c)){const _0x24106a=ps(_0x50f04c)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x24106a&&_0x24106a[0x1])return _0x24106a[0x1];}return null;}function Ps(_0x1c0424,_0x207f28){const _0x315a37=new Map();for(const _0x3727c5 of Ts(_0x1c0424))_0x315a37['set'](Cs(_0x3727c5,'data-id'),_0x3727c5);const _0x47a48d=new Set();for(const _0x33b69d of Ts(_0x207f28)){const _0x287023=Cs(_0x33b69d,'data-id'),_0x31c511=_0x287023?_0x315a37['get'](_0x287023):void 0x0;_0x31c511?(_0x4cf7f1(_0x33b69d,_0x2c8968(_0x31c511,!0x0)),_0x47a48d['add'](_0x287023)):_0x46f92a(_0x33b69d);}for(const _0x4b52b5 of ws(_0x207f28))Ls(_0x4b52b5)&&_0x315a37['has'](Ds(_0x4b52b5))&&_0x46f92a(_0x4b52b5);const _0x54ba4c=new Set(Es('data-id',null,_0x207f28)['map'](_0x57f9f8=>Cs(_0x57f9f8,'data-id')));for(const [_0x179590,_0x4ec859]of _0x315a37){if(_0x47a48d['has'](_0x179590))continue;let _0x13a092=_0x4ec859['parent'],_0x5ea230=null;for(;_0x13a092&&_0x314fbd(_0x13a092);){const _0x15081c=Cs(_0x13a092,'data-id');if(_0x15081c&&_0x54ba4c['has'](_0x15081c)){_0x5ea230=_0x15081c;break;}_0x13a092=_0x13a092['parent'];}if(!_0x5ea230)continue;const _0x378228=ms('data-id',_0x5ea230,_0x207f28);_0x378228&&_0x18873b(_0x378228,_0x2c8968(_0x4ec859,!0x0));}}const Hs=/* #__PURE__ -- @preserve */
|
|
26
|
+
_t();var Ms=class extends Hs{['_m2html'];constructor(){super();const _0x310f87=Object['entries'](_0x340a16),_0x56d048=_0x310f87['findIndex'](([_0x38023a])=>'rehypeDomRaw'===_0x38023a);if(-0x1===_0x56d048)throw new at('ai-response-parser-unable-to-set-up-parser');_0x310f87['splice'](_0x56d048+0x1,0x0,['rehypeSanitize',_0x28237c]),this['_m2html']=new _0x48adef({'plugins':Object['fromEntries'](_0x310f87)});}['convertMarkdownToHTML'](_0x323c0b){const _0x42fc59=this['_m2html']['parse'](_0x323c0b);return this['parseAndNormalizeHTML'](_0x42fc59);}['parseAndNormalizeHTML'](_0x21d09e){return this['_parseHTML'](_0x21d09e);}['_parseHTML'](_0x1b864b){const _0x5ea8ea=Is('<dummy>'+_0x1b864b['replace'](/<[^>]*?$/g,'')+'</dummy>');return Vs(_0x5ea8ea),_0x5ea8ea['children']=_0x5ea8ea['children'][0x0]['children'],_0x5ea8ea;}};function Vs(_0x70c7fa){for(const _0x572777 of _0x70c7fa['children'])_0x314fbd(_0x572777)?'pre'!==_0x572777['name']&&Vs(_0x572777):_0x238b68(_0x572777)&&(_0x572777['data']=_0x572777['data']['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/[ \t\r\f\v]+/g,'\x20'));}function Us({changeGroups:_0xde1d61,documentContextContent:_0x187c97,showDiff:_0x25308a,trimUnchanged:_0x2231b4=!0x0}){return _0xde1d61['map'](_0x45cf9b=>{if(!_0x45cf9b['editor']||'destroyed'===_0x45cf9b['editor']['state'])return null;const _0x391234=new _0x428e8a([]),_0x21290e=new _0x428e8a([]),_0x4e30ca=new Set();for(const _0x4b3916 of _0x45cf9b['changes'])'new'==_0x4b3916['type']&&Es('data-id',null,_0x4b3916['node'])['forEach'](_0x3e5261=>{_0x4e30ca['add'](Cs(_0x3e5261,'data-id'));});for(const _0x2d92c2 of _0x45cf9b['changes'])if('removed'!=_0x2d92c2['type']?_0x21290e['children']['push'](_0x2d92c2['node']['cloneNode'](!0x0)):_0x25308a||_0x4e30ca['has'](_0x2d92c2['id'])||_0x21290e['children']['push'](_0x2d92c2['node']['cloneNode'](!0x0)),'new'!=_0x2d92c2['type']&&(_0x25308a||'removed'!=_0x2d92c2['type'])){const _0x1208f0=_0x103707(_0x415809=>Cs(_0x415809,'data-id')==_0x2d92c2['id'],_0x187c97['get'](_0x45cf9b['documentId']),!0x0);_0x1208f0&&_0x391234['children']['push'](_0x1208f0['cloneNode'](!0x0));}const {content:_0x4d75c8,hasChanges:_0x547823}=Bs(_0x45cf9b['editor'],_0x391234,_0x21290e,_0x25308a,_0x2231b4);return{'type':_0x45cf9b['changes'][0x0]['type'],'index':_0x45cf9b['index'],'content':_0x4d75c8,'hasChanges':_0x547823};})['filter'](_0x24d3d9=>null!==_0x24d3d9);}function Bs(_0x43c9cb,_0x11d34b,_0x1ea2c2,_0x49dfc7,_0x23a8c8=!0x0){const _0x3e3cc8=_0x43c9cb['plugins']['get']('DocumentCompare'),_0x531c4a=ps(_0x11d34b),_0x3aa37a=ps(_0x1ea2c2),_0x5a192a=_0x43c9cb['data']['parse'](_0x531c4a,'$root'),_0x162bd5=_0x43c9cb['model']['createPositionAt'](_0x5a192a,0x0),_0x8684e7=_0x3e3cc8['getDiff'](_0x531c4a,_0x3aa37a,{'anchor':_0x162bd5,'markDeletions':_0x49dfc7,'targetEditor':_0x43c9cb})['getOperations']();if(0x0==_0x8684e7['length'])return{'content':_0x11d34b['cloneNode'](!0x0),'hasChanges':!0x1};if(_0x49dfc7?function(_0x2b977c,_0x27e958,_0x300c6b){if(0x0==_0x2b977c['length'])return;const _0x1a426b=_0x300c6b['plugins']['get']('DocumentCompare'),_0x5d7009=_0x300c6b['plugins']['get']('SuggestionsConversion');_0x300c6b['model']['change'](_0x4aa21a=>{const _0x486cd9=new Set();for(let _0x1ee79f=0x0;_0x1ee79f<_0x2b977c['length'];_0x1ee79f++){const _0x559ed1=_0x2b977c[_0x1ee79f];if(_0x559ed1['baseVersion']=null,_0x559ed1['isDocumentOperation']=!0x1,_0x1a426b['isMarkedRemoveOperation'](_0x559ed1)){const _0x202b22=_0x5f13c7(_0x559ed1['newRange'],_0x300c6b['model']),_0x425583='suggestion:deletion:'+Ot()+':$aiSuggestion';_0x27e958['markers']['set'](_0x425583,_0x202b22);}else switch(_0x559ed1['type']){case'rename':{if(_0x559ed1['oldName']==_0x559ed1['newName'])break;_0x4aa21a['batch']['addOperation'](_0x559ed1),_0x300c6b['model']['applyOperation'](_0x559ed1);const _0x579acb='$elementName',_0x450466=_0x559ed1['position'],_0x47d4b8=_0x300c6b['model']['createRange'](_0x450466,_0x300c6b['model']['createPositionAt'](_0x450466['nodeAfter'],'end')),_0x27baec='suggestion:attribute:'+_0x579acb+':'+Ot()+':$aiSuggestion';_0x27e958['markers']['set'](_0x27baec,_0x47d4b8);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x559ed1['oldValue']==_0x559ed1['newValue'])break;_0x4aa21a['batch']['addOperation'](_0x559ed1),_0x300c6b['model']['applyOperation'](_0x559ed1);const _0x3135ac=_0x559ed1['key'];if(!_0x5d7009['isRegisteredAttribute'](_0x3135ac))break;const _0x1309fa=_0x5f13c7(_0x559ed1['range'],_0x300c6b['model']),_0x4e89ad='suggestion:attribute:'+_0x3135ac+':'+Ot()+':$aiSuggestion';_0x27e958['markers']['set'](_0x4e89ad,_0x1309fa);break;}case'insert':{if(_0x4aa21a['batch']['addOperation'](_0x559ed1),_0x300c6b['model']['applyOperation'](_0x559ed1),Gs(_0x27e958,_0x559ed1),_0x2b977c[_0x1ee79f+0x1]&&'move'==_0x2b977c[_0x1ee79f+0x1]['type'])break;const _0x221d61=_0x559ed1['position'],_0x256a7a=_0x559ed1['howMany'],_0x5832a4=_0x5f13c7(_0x300c6b['model']['createRange'](_0x221d61,_0x221d61['getShiftedBy'](_0x256a7a)),_0x300c6b['model']),_0x304913='suggestion:insertion:'+Ot()+':$aiSuggestion';_0x27e958['markers']['set'](_0x304913,_0x5832a4);break;}case'split':{_0x4aa21a['batch']['addOperation'](_0x559ed1),_0x300c6b['model']['applyOperation'](_0x559ed1),Gs(_0x27e958,_0x559ed1);const _0xf273ea=_0x559ed1['splitPosition'],_0x2d4e48=_0x559ed1['moveTargetPosition'],_0x52e01f=_0x300c6b['model']['createRange'](_0xf273ea,_0x2d4e48),_0x6da591='suggestion:insertion:'+Ot()+':$aiSuggestion';_0x27e958['markers']['set'](_0x6da591,_0x52e01f);break;}case'move':{_0x4aa21a['batch']['addOperation'](_0x559ed1),_0x300c6b['model']['applyOperation'](_0x559ed1),Gs(_0x27e958,_0x559ed1);const _0x975774=_0x559ed1['getMovedRangeStart'](),_0x198079=_0x559ed1['howMany'];for(let _0x4ba41f=0x0;_0x4ba41f<_0x198079;_0x4ba41f++){const _0x5df255=_0x975774['getShiftedBy'](_0x4ba41f)['nodeAfter'];_0x486cd9['add'](_0x5df255);}break;}case'remove':{const _0x28619a=_0x559ed1['sourcePosition'],_0x22a1e2=_0x559ed1['howMany'],_0x3ed284=new _0x1bbc64(_0x28619a,_0x22a1e2);_0x4aa21a['batch']['addOperation'](_0x3ed284),_0x300c6b['model']['applyOperation'](_0x3ed284),Gs(_0x27e958,_0x559ed1);break;}}}for(const _0x48a25a of _0x486cd9){const _0x12d014=_0x300c6b['model']['createRangeOn'](_0x48a25a),_0x1260d9='suggestion:formatBlock:$fakeWrap:'+Ot()+':$aiSuggestion';_0x27e958['markers']['set'](_0x1260d9,_0x5f13c7(_0x12d014,_0x300c6b['model']));}});}(_0x8684e7,_0x5a192a,_0x43c9cb):_0x43c9cb['model']['change'](_0x289c02=>{for(const _0x48b5e6 of _0x8684e7)if('remove'==_0x48b5e6['type']){const _0x88e95e=_0x48b5e6['sourcePosition'],_0x2e7c9f=_0x48b5e6['howMany'],_0x44ad33=new _0x1bbc64(_0x88e95e,_0x2e7c9f);_0x289c02['batch']['addOperation'](_0x44ad33),_0x43c9cb['model']['applyOperation'](_0x44ad33),Gs(_0x5a192a,_0x48b5e6);}else{if('marker'==_0x48b5e6['type']){const _0x157e4b=_0x48b5e6['name'],_0x458660=_0x48b5e6['newRange'];null!==_0x458660?_0x5a192a['markers']['set'](_0x157e4b,_0x458660):_0x5a192a['markers']['delete'](_0x157e4b);}else _0x48b5e6['baseVersion']=null,_0x48b5e6['isDocumentOperation']=!0x1,_0x289c02['batch']['addOperation'](_0x48b5e6),_0x43c9cb['model']['applyOperation'](_0x48b5e6),Gs(_0x5a192a,_0x48b5e6);}}),_0x23a8c8){const _0x143e1b=Fs(_0x43c9cb,_0x8684e7,_0x5a192a);Ws(_0x43c9cb['model'],_0x143e1b),function(_0xad2ac1,_0x58a8ae){const _0x409772=_0x58a8ae['getFirstRange']()['start'];let _0x3838fe=_0x58a8ae['getFirstRange']()['end'];const _0x54fefd=_0x409772['root'];(_0x3838fe['textNode']||_0x3838fe['nodeAfter']&&_0x3838fe['nodeAfter']['is']('$text'))&&(_0x141f19(_0x3838fe,'...'),qs(_0x54fefd,_0x3838fe,0x3),_0x3838fe=_0x3838fe['getShiftedBy'](0x3)),(_0x409772['textNode']||_0x409772['nodeBefore']&&_0x409772['nodeBefore']['is']('$text'))&&(_0x141f19(_0x409772,'...'),qs(_0x54fefd,_0x409772,0x3),_0x409772['parent']==_0x3838fe['parent']&&(_0x3838fe=_0x3838fe['getShiftedBy'](0x3)));const _0x2cf53a=_0xad2ac1['createRange'](_0xad2ac1['createPositionAt'](_0x54fefd,0x0),_0x409772),_0x29aade=_0xad2ac1['createRange'](_0x3838fe,_0xad2ac1['createPositionAt'](_0x54fefd,'end')),_0x1f2c36=[..._0x2cf53a['getMinimalFlatRanges'](),..._0x29aade['getMinimalFlatRanges']()];_0x1f2c36['reverse']();for(const _0x1db356 of _0x1f2c36)_0x2ce61c(_0x1db356),$s(_0x54fefd,_0x1db356);}(_0x43c9cb['model'],_0x143e1b);}return{'content':Is(_0x43c9cb['data']['stringify'](_0x5a192a,{'showSuggestionHighlights':!0x0})),'hasChanges':!0x0};}function Gs(_0xadd55b,_0x58f9b8){for(const [_0x1d252a,_0x56fd17]of _0xadd55b['markers']){const _0x4b3fed=_0x5cca78['_createFromRanges'](_0x56fd17['getTransformedByOperation'](_0x58f9b8));_0x4b3fed['root']==_0xadd55b?_0xadd55b['markers']['set'](_0x1d252a,_0x4b3fed):_0xadd55b['markers']['delete'](_0x1d252a);}}function Fs(_0x4259a3,_0x530678,_0x334b0c){const _0x22b8cb=_0x4259a3['plugins']['get']('DocumentCompare');let _0x7be47b=_0x4259a3['model']['createPositionAt'](_0x334b0c,Number['POSITIVE_INFINITY']),_0x2fd090=_0x4259a3['model']['createPositionAt'](_0x334b0c,0x0);for(const _0x38e777 of _0x530678){let _0x49c314,_0x24924a;if(_0x22b8cb['isMarkedRemoveOperation'](_0x38e777))_0x49c314=_0x38e777['newRange']['start'],_0x24924a=_0x38e777['newRange']['end'];else switch(_0x7be47b=Ks(_0x7be47b,_0x38e777),_0x2fd090=Ks(_0x2fd090,_0x38e777),_0x38e777['type']){case'rename':_0x49c314=_0x38e777['position'],_0x24924a=_0x49c314['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x49c314=_0x38e777['range']['start'],_0x24924a=_0x38e777['range']['end'];break;case'insert':_0x49c314=_0x38e777['position'],_0x24924a=_0x49c314['getShiftedBy'](_0x38e777['howMany']);break;case'split':_0x49c314=_0x38e777['splitPosition'],_0x24924a=_0x38e777['moveTargetPosition'];break;case'merge':{const _0x4e094e=_0x38e777['targetPosition']['path']['slice'](0x0,-0x1);_0x49c314=_0x4259a3['model']['createPositionFromPath'](_0x334b0c,_0x4e094e),_0x24924a=_0x49c314['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x55412e=_0x38e777['howMany'],_0xf83112=_0x38e777['sourcePosition']['_getTransformedByInsertion'](_0x38e777['targetPosition'],_0x55412e),_0x32515e=_0x38e777['getMovedRangeStart']();'remove'==_0x38e777['type']?(_0x49c314=_0xf83112,_0x24924a=_0xf83112):(_0x49c314=_0x32515e,_0x24924a=_0x32515e['getShiftedBy'](_0x55412e));break;}}_0x49c314&&_0x49c314['isBefore'](_0x7be47b)&&(_0x7be47b=_0x49c314['clone'](),_0x7be47b['stickiness']='toNone'),_0x24924a&&_0x24924a['isAfter'](_0x2fd090)&&(_0x2fd090=_0x24924a['clone'](),_0x2fd090['stickiness']='toNone');}return _0x4259a3['model']['createSelection'](_0x4259a3['model']['createRange'](_0x7be47b,_0x2fd090));}function Ks(_0x358c50,_0x2c4b22){return'move'!=_0x2c4b22['type']&&'remove'!=_0x2c4b22['type']||_0x2c4b22['sourceRange']['containsPosition'](_0x358c50)&&((_0x358c50=_0x2c4b22['sourcePosition']['clone']())['stickiness']='toNone'),_0x358c50['getTransformedByOperation'](_0x2c4b22);}function Ws(_0x41781c,_0x42300b){Ys(_0x41781c,_0x42300b,'forward');const _0x1c1aff=_0x42300b['getFirstRange']();_0x42300b['setTo']([]),_0x42300b['setTo'](_0x1c1aff,{'backward':!0x0}),Ys(_0x41781c,_0x42300b,'backward');}function Ys(_0x2ef66e,_0x223313,_0x1d334f){let _0x2dd877=0x14;for(;_0x2dd877;){_0x2ef66e['modifySelection'](_0x223313,{'unit':'word','direction':_0x1d334f}),_0x2dd877--;const _0x269526=_0x223313['focus']['forward'==_0x1d334f?'nodeBefore':'nodeAfter'];if(_0x269526&&_0x269526['is']('element')&&_0x2ef66e['schema']['isBlock'](_0x269526)&&_0x2ef66e['schema']['isObject'](_0x269526))break;}}function $s(_0x592143,_0x13f3ba){for(const [_0x390e09,_0x3604d8]of _0x592143['markers']){const _0x5d107d=_0x3604d8['_getTransformedByDeletion'](_0x13f3ba['start'],_0x13f3ba['end']['offset']-_0x13f3ba['start']['offset']);null!=_0x5d107d?_0x592143['markers']['set'](_0x390e09,_0x5d107d):_0x592143['markers']['delete'](_0x390e09);}}function qs(_0x52c86d,_0x2770ff,_0x1139e2){for(let [_0x12a260,_0x2044f5]of _0x52c86d['markers'])_0x2044f5=_0x2044f5['_getTransformedByInsertion'](_0x2770ff,_0x1139e2,!0x1)[0x0],_0x52c86d['markers']['set'](_0x12a260,_0x2044f5);}const Qs=/* #__PURE__ -- @preserve */
|
|
27
|
+
lt();var Xs=class extends Qs{['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x5d6a55,config:_0x1da16b,locale:_0x28954e}){super(),this['_connector']=_0x5d6a55,this['_config']=_0x1da16b,this['_locale']=_0x28954e;}get['_availableModels'](){return this['_config']?.['displayedModels'];}get['_defaultModelId'](){return this['_config']?.['defaultModelId'];}async['getAll'](){return this['_modelsRequest']||(this['_modelsRequest']=this['_retrieveModels']()),this['_modelsRequest'];}async['getAvailableModels'](){const _0x2b8ce3=await this['getAll']();let _0x779599;return _0x779599=this['_availableModels']?this['_filterModels'](_0x2b8ce3,this['_availableModels']):_0x2b8ce3['filter'](_0x384821=>_0x384821['recommended']),_0x779599;}async['getModel'](_0x4b4d0b){const _0x4496ff=await this['getAll']();if(!_0x4496ff['length'])return null;if(_0x4b4d0b){const _0x1bbed3=this['_getModelById'](_0x4496ff,_0x4b4d0b);if(_0x1bbed3)return _0x1bbed3;ft('ai-chat-model-id-unrecognized',{'modelId':_0x4b4d0b,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x27c07a=await this['getAvailableModels']();if(!_0x27c07a['length'])return null;if(this['_defaultModelId']){const _0x9d8367=this['_getModelById'](_0x27c07a,this['_defaultModelId']);if(_0x9d8367)return _0x9d8367;ft('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x27c07a[0x0]['id']});}return _0x27c07a[0x0];}async['isAvailable'](_0x5d5fcf){return(await this['getAvailableModels']())['some'](_0x323535=>_0x323535['name']===_0x5d5fcf['name']&&_0x323535['provider']===_0x5d5fcf['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length']){const _0x79d855=this['_locale']['uiLanguage']||'en',_0x46dc0d=await this['_connector']['getModels'](_0x79d855)['list']();this['_modelList']=_0x46dc0d['items']['map'](_0x528435=>zs(_0x528435)?{..._0x528435,'name':ls(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x528435);}return[...this['_modelList']];}['_filterModels'](_0x395d93,_0x259f9a){let _0x3b6451;if(_0x259f9a){_0x3b6451=[];const _0x1bdc67=new Set(),_0x480ede='string'==typeof _0x259f9a?[_0x259f9a['toLocaleLowerCase']()]:_0x259f9a['map'](_0x203c65=>_0x203c65['toLocaleLowerCase']());for(const _0x3ff362 of _0x480ede)for(const _0x381c68 of _0x395d93)!_0x1bdc67['has'](_0x381c68['id'])&&this['_isMatchingFilter'](_0x381c68,_0x3ff362)&&(_0x3b6451['push'](_0x381c68),_0x1bdc67['add'](_0x381c68['id']));}else _0x3b6451=_0x395d93;return _0x3b6451;}['_isMatchingFilter'](_0x3b6202,_0x1794d6){const _0x26ed12=_0x3b6202['id']['toLocaleLowerCase'](),_0x1d1c1b=_0x3b6202['name']['toLocaleLowerCase'](),_0x22bad4=_0x3b6202['provider']['toLocaleLowerCase']();return _0x26ed12===_0x1794d6||_0x1d1c1b===_0x1794d6||zs(_0x3b6202)&&'auto'===_0x1794d6||_0x22bad4===_0x1794d6||_0x26ed12['startsWith'](_0x1794d6);}['_getModelById'](_0x372840,_0x187470){return _0x372840['find'](_0x1e0ded=>zs(_0x1e0ded)&&'auto'===_0x187470?_0x1e0ded:_0x1e0ded['id']===_0x187470)||null;}};function zs(_0x145e96){return _0x145e96['id']['startsWith']('agent');}function js(_0x4959dc,_0x1cac83){for(const _0x594cc4 of _0x4959dc)'noop'!==_0x594cc4['type']&&(_0x594cc4['_aiSource']=_0x1cac83);}var Js=class extends _0x3abc0e{static get['pluginName'](){return'AIGateway';}static get['requires'](){return[_0x3ea65d];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAvailableModels'](){return new Xs({'connector':this['context']['plugins']['get']('AIConnector'),'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']})['getAll']();}['apply'](_0x29341e,_0x152505){if('completed'!==_0x29341e['status'])throw new at('ai-gateway-apply-invalid-status',this,{'status':_0x29341e['status']});const _0x2e5b6b=_0x29341e['editor'],{applyMethod:_0xc1b850}=_0x152505;if('suggest'===_0xc1b850&&!_0x2e5b6b['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',this);const _0x584cb9='suggest'===_0xc1b850,_0x14f9c0=this['context']['plugins']['get'](_0x3ea65d),_0x7fb009=_0x2e5b6b['model']['createPositionAt'](_0x2e5b6b['model']['document']['getRoot'](),0x0),_0x185086=_0x14f9c0['getDiff'](_0x29341e['contentRawOld'],_0x29341e['contentRawNew'],{'anchor':_0x7fb009,'markDeletions':_0x584cb9,'targetEditor':_0x2e5b6b}),_0x33b67b=_0x2e5b6b['model']['document']['history']['getOperations'](_0x29341e['documentVersion']),_0x4a13e7={'document':_0x2e5b6b['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x323613=_0x1790d4(_0x185086['getOperations'](),_0x33b67b,_0x4a13e7)['operationsA'];js(_0x323613,_0x152505['aiSource']??'api'),_0x2e5b6b['model']['change'](_0x38c22c=>{if(_0x584cb9)_0x2e5b6b['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x323613);else{for(const _0x38614d of _0x323613)_0x38614d['baseVersion']=_0x2e5b6b['model']['document']['version'],Ns(_0x2e5b6b,_0x38614d),_0x38c22c['batch']['addOperation'](_0x38614d),_0x2e5b6b['model']['applyOperation'](_0x38614d);}});}['mergeChangesIntoContent'](_0x3d3126,_0x1015b4,_0x3e2054){const _0x42f5de=new Ms(),_0x29eff4=new xs();let _0x34b9d1=_0x42f5de['parseAndNormalizeHTML'](_0x1015b4);for(const _0xd6fc1d of _0x3d3126)try{const _0x2fdd54=_0x42f5de['parseAndNormalizeHTML'](_0xd6fc1d['content']);_0x34b9d1=_0x29eff4['merge'](_0x2fdd54,_0x34b9d1,{'cutAfterUnstable':!0x1,'replaceRemovedWith':void 0x0})['parsedContent'];}catch(_0x4a109c){throw new at('ai-gateway-merge-failed',this,{..._0xd6fc1d},_0x4a109c);}return Bs(_0x3e2054,_0x42f5de['parseAndNormalizeHTML'](_0x1015b4),_0x34b9d1,!0x1,!0x1)['content'];}},Zs=class{['_editor'];['_rootName'];['_channelId'];['_sessionId'];['_documentVersion'];['_contentRawOld'];['_contentRawNew'];['_error'];['_isAborted']=!0x1;constructor(_0x517e02){this['_editor']=_0x517e02['editor'],this['_rootName']=_0x517e02['rootName'],this['_channelId']=_0x517e02['channelId'],this['_sessionId']=_0x517e02['sessionId'];}get['status'](){return this['_error']?'error':this['_isAborted']?'aborted':void 0x0!==this['_contentRawNew']?'completed':'initialized';}get['editor'](){return this['_editor'];}get['rootName'](){return this['_rootName'];}get['channelId'](){return this['_channelId'];}get['sessionId'](){return this['_sessionId'];}get['documentVersion'](){return this['_documentVersion'];}set['documentVersion'](_0x237697){this['_documentVersion']=_0x237697;}get['contentRawOld'](){return this['_contentRawOld'];}set['contentRawOld'](_0x29098b){this['_contentRawOld']=_0x29098b;}get['contentRawNew'](){return this['_contentRawNew'];}set['contentRawNew'](_0x1108ab){this['_contentRawNew']=_0x1108ab;}get['contentOld'](){return this['_dropDataIds'](this['_contentRawOld']||'');}get['contentNew'](){return this['_dropDataIds'](this['_contentRawNew']||'');}get['error'](){return this['_error'];}set['error'](_0x124cf4){this['_error']=_0x124cf4;}['abort'](){this['_isAborted']=!0x0;}['_dropDataIds'](_0xa8bbd5){return _0xa8bbd5['replace'](/ data-id="[a-z0-9]+"/g,'');}},tn=class extends Zs{['_summary']='';get['summary'](){return this['_summary'];}set['summary'](_0x553bd7){this['_summary']=_0x553bd7;}},en=class extends _0x3abc0e{static get['pluginName'](){return'AIDocumentProcessingGateway';}static get['requires'](){return[cs,As,Js];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAvailableModels'](){return this['context']['plugins']['get']('AIGateway')['getAvailableModels']();}async['processDocument'](_0x5624b2,_0x164887){if(!_0x5624b2)throw new at('ai-documentprocessinggateway-missing-prompt',this);const _0x391ea2=await this['context']['plugins']['get'](As)['getDocumentData']();if(!_0x391ea2[0x0])throw new at('ai-documentprocessinggateway-missing-document',this);const _0x3eae55=new tn({'editor':_0x391ea2[0x0]['editor'],'rootName':_0x391ea2[0x0]['rootName'],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x391ea2[0x0]['sessionId']});if(_0x3eae55['contentRawOld']=_0x391ea2[0x0]['content'],_0x3eae55['documentVersion']=_0x391ea2[0x0]['version'],_0x164887?.['signal']?.['aborted'])return _0x3eae55['abort'](),_0x3eae55;const _0x27cbde=this['context']['plugins']['get']('AIConnector')['processDocument']({'document':_0x3eae55['contentRawOld'],'prompt':_0x5624b2,'model':_0x164887['model']});let _0x529382;if(_0x164887?.['signal']){if(_0x164887['signal']['aborted'])return _0x27cbde['abortController']['abort'](),_0x3eae55['abort'](),_0x3eae55;const _0x3f1898=_0x164887['signal'],_0x10a75f=()=>_0x27cbde['abortController']['abort']();_0x3f1898['addEventListener']('abort',_0x10a75f),_0x529382=()=>_0x3f1898['removeEventListener']('abort',_0x10a75f);}try{const _0x33d054=await _0x27cbde['getResult']();if(!(_0x33d054&&_0x33d054['document']&&_0x33d054['document']['length']>0x0))throw new at('ai-documentprocessinggateway-empty-reply',this);_0x3eae55['contentRawNew']=_0x33d054['document'],_0x3eae55['summary']=_0x33d054['summary']||'';}catch(_0x2a7f8e){_0x2a7f8e instanceof Error&&_0x2a7f8e['message']['includes']('ai-request-aborted')?_0x3eae55['abort']():_0x3eae55['error']=_0x2a7f8e instanceof at?_0x2a7f8e:new at('ai-documentprocessinggateway-run-failed',this,{},_0x2a7f8e);}finally{_0x529382&&_0x529382();}return _0x3eae55;}['applyResult'](_0x9143e6,_0x339e77){this['context']['plugins']['get']('AIGateway')['apply'](_0x9143e6,_0x339e77);}};function sn(_0x1d0c4a){return _0x1d0c4a instanceof Error&&('AbortError'===_0x1d0c4a['name']||('AICoreError'===_0x1d0c4a['name']?!0x0===_0x1d0c4a['isAbort']:_0x1d0c4a['message']['startsWith']('ai-request-aborted')));}var nn=class extends Error{['code'];['severity'];['type'];['context'];['isAbort'];constructor(_0x11073f){super(_0x11073f['code'],_0x11073f['cause']instanceof Error?{'cause':_0x11073f['cause']}:void 0x0),this['name']='AICoreError',this['code']=_0x11073f['code'],this['severity']=_0x11073f['severity']??'error',this['type']=_0x11073f['type']??'system',this['context']=_0x11073f['context'],this['isAbort']=_0x11073f['isAbort']??sn(_0x11073f['cause']);}},rn=class extends _0x3abc0e{static get['pluginName'](){return'AIErrorSink';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['createReporter'](_0x2c2931){return new on(this,_0x2c2931);}},on=class{['_sink'];['_component'];constructor(_0x40ea19,_0x3ba598){this['_sink']=_0x40ea19,this['_component']=_0x3ba598;}['logError'](_0x2f0ef1,_0x19056e={}){this['_emit'](_0x2f0ef1,_0x19056e),this['_defaultLog'](_0x2f0ef1);}['reportError'](_0x5af263,_0x42c21b={}){this['_emit'](_0x5af263,_0x42c21b);}['_emit'](_0x190504,_0x2eec36){sn(_0x190504)||this['_sink']['fire']('error',{'error':_0x190504,'component':this['_component'],'context':_0x2eec36['context']});}['_defaultLog'](_0x61b1d3){if(!sn(_0x61b1d3)){if(_0x61b1d3 instanceof nn){if('user'===_0x61b1d3['type']||'network'===_0x61b1d3['type'])return;if('warning'===_0x61b1d3['severity'])return void console['warn'](this['_component'],_0x61b1d3);}console['error'](this['_component'],_0x61b1d3);}}};const an='ck-ai-button-primary',hn='ck-ai-button-secondary',cn='ck-ai-button-tertiary';function ln(_0x2e26a3,_0x24ccb1){const _0x1bf27e=new Pt(_0x2e26a3),_0xf3cc6c=ls(_0x2e26a3,'AI_TABS_LABEL_MINIMIZE'),_0x4cbdd8=ls(_0x2e26a3,'AI_TABS_LABEL_MAXIMIZE');return _0x1bf27e['set']({'withText':!0x1,'icon':_0x3b264e,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+cn}),_0x1bf27e['bind']('label')['to'](_0x24ccb1,'isMaximized',_0xbd371a=>_0xbd371a?_0xf3cc6c:_0x4cbdd8),_0x1bf27e['bind']('icon')['to'](_0x24ccb1,'isMaximized',_0x148589=>_0x148589?_0x1b8488:_0x3b264e),_0x1bf27e['bind']('isOn')['to'](_0x24ccb1,'isMaximized'),_0x1bf27e['on']('execute',()=>{_0x24ccb1['fire']('resizeTabs');}),_0x1bf27e;}function un(_0x3ed801){const _0x40c8d0=new xt(_0x3ed801);return _0x40c8d0['attachToDom'](),_0x40c8d0['bodyCollectionContainer']['classList']['add']('ck-ai-body'),_0x40c8d0;}const dn=/* #__PURE__ -- @preserve */
|
|
28
|
+
_t();var _n=class extends dn{['id'];['interactionId'];['type'];['content']=new Map();['sources']=[];['parsedContent']=new Map();['parsedMergedContent']=new Map();['changeGroups']=[];['areActionsDisabled']=!0x1;['isFromHistory']=!0x1;['documentContextContent'];['_documentIdToSource']=new Map();['aiResponseParser'];['aiResponseApplier'];['locale'];['cachedSuggestionContentParts']={'withDiff':[],'withoutDiff':[]};constructor({type:_0x558181,isDone:_0x4072fd=!0x1,isComplete:_0x27e7e7,interactionId:_0x302abd,areActionsDisabled:_0x20c74f,isFromHistory:_0xf3e358=!0x1,documentContextContent:_0x3badb8,locale:_0x36dc9a,id:_0x2091b1,channelsToEditors:_0x53de45}){super(),this['id']=_0x2091b1||Ot(),this['interactionId']=_0x302abd,this['type']=_0x558181,this['areActionsDisabled']=!!_0x20c74f,this['isFromHistory']=_0xf3e358,this['locale']=_0x36dc9a,this['aiResponseParser']=new Ms(),this['aiResponseApplier']=new xs(),this['documentContextContent']=new Map(_0x3badb8?.['map'](_0x5f13a9=>[_0x5f13a9['id'],Is(_0x5f13a9['content'])])||[]),this['_documentIdToSource']=new Map(_0x3badb8?.['map'](_0x23f325=>[_0x23f325['id'],{'editor':_0x53de45['get'](_0x23f325['channelId']),'rootName':_0x23f325['rootName']}])||[]),this['set']('isDone',_0x4072fd),this['set']('isComplete',_0x27e7e7??_0x4072fd),'text'===this['type']&&this['content']['set']('text','');}['appendContent'](_0x5e50d1,_0x44db2d){const _0x596caf='text'===this['type']?'text':_0x44db2d;this['content']['has'](_0x596caf)||this['content']['set'](_0x596caf,''),this['content']['set'](_0x596caf,this['content']['get'](_0x596caf)+_0x5e50d1),this['onContentChange'](_0x596caf);}['done'](_0x29764c=!0x0){this['isComplete']=_0x29764c,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x1f8ed1,_0x2f4048){this['changeGroups'][_0x1f8ed1]['state']=_0x2f4048,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x1f8ed1,'state':_0x2f4048});}['getContentParts']({showDiff:_0xae9219,groupIndex:_0x39fcea}){const _0x4ba9ab=this['_getCachedContentParts'](_0xae9219,_0x39fcea);if(_0x4ba9ab)return _0x4ba9ab;let _0x55d32c=[];if(void 0x0===_0x39fcea)_0x55d32c=this['changeGroups'];else{const _0x123d10=this['changeGroups']['find'](({index:_0x2de022})=>_0x2de022===_0x39fcea);if(!_0x123d10)throw new at('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x39fcea});_0x55d32c=[_0x123d10];}const _0x428d5=Us({'showDiff':_0xae9219,'changeGroups':_0x55d32c,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0xae9219,_0x428d5),_0x428d5;}['_getCachedContentParts'](_0x1f0d35,_0x1e3f9a){const _0xd537cc=_0x1f0d35?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0xd537cc]['length'])return null;const _0x27e3cf=this['cachedSuggestionContentParts'][_0xd537cc];if(void 0x0===_0x1e3f9a)return _0x27e3cf['length']>0x0&&_0x27e3cf['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x1f0d35,null),null):_0x163ee1(_0x27e3cf);{const _0x26ae08=_0x27e3cf['find'](({index:_0x9c82aa})=>_0x9c82aa===_0x1e3f9a);if(_0x26ae08)return[_0x163ee1(_0x26ae08)];}return null;}['_setCachedContentParts'](_0x165547,_0x29f90c){const _0x4ce6af=_0x165547?'withDiff':'withoutDiff';_0x29f90c?_0x29f90c['forEach'](_0x56d598=>{const _0x53cc51=this['cachedSuggestionContentParts'][_0x4ce6af],_0x28b8a9=_0x53cc51['find'](({index:_0x120355})=>_0x120355===_0x56d598['index']);if(_0x28b8a9){const _0xc1c09b=_0x53cc51['indexOf'](_0x28b8a9);_0x53cc51['splice'](_0xc1c09b,0x1,_0x56d598);}else _0x53cc51['push'](_0x56d598);}):this['cachedSuggestionContentParts'][_0x4ce6af]['length']=0x0;}['onContentChange'](_0x3f5c72){if('modification'===this['type']){if(_0x3f5c72)this['parsedContent']['set'](_0x3f5c72,this['aiResponseParser']['parseAndNormalizeHTML'](this['content']['get'](_0x3f5c72)));else{for(const [_0x384ece,_0x5d13fb]of this['content'])this['parsedContent']['set'](_0x384ece,this['aiResponseParser']['parseAndNormalizeHTML'](_0x5d13fb));}const _0x120b8e=this['changeGroups'];for(const _0x365333 of this['content']['keys']())this['updateChangeGroups'](_0x365333);const _0x5a17ea=this['_getDifferentChangeGroups'](_0x120b8e,this['changeGroups']);(_0x5a17ea['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x5a17ea),this['cachedSuggestionContentParts']['withDiff']['length']=this['cachedSuggestionContentParts']['withoutDiff']['length']=0x0);}else this['parsedContent']['set']('text',this['aiResponseParser']['convertMarkdownToHTML'](this['content']['get']('text'))),this['fire']('replyContentUpdated',this);}['_getDifferentChangeGroups'](_0x2fbe6e,_0x4e9bd2){const _0x27b0b1=[];for(const _0x27d482 of _0x4e9bd2){const _0x3a0ee8=_0x2fbe6e[_0x27d482['index']];_0x3a0ee8?_0x3a0ee8['changes']['length']!==_0x27d482['changes']['length']?_0x27b0b1['push'](_0x27d482):_0x3a0ee8['changes']['forEach']((_0x244419,_0x5abf7f)=>{const _0x259038=_0x27d482['changes'][_0x5abf7f];_0x244419['id']!==_0x259038['id']&&_0x27b0b1['push'](_0x27d482);}):_0x27b0b1['push'](_0x27d482);}return _0x27b0b1;}['updateChangeGroups'](_0x5ce119){const _0x39e348=this['documentContextContent']['get'](_0x5ce119),_0x897f19=this['parsedContent']['get'](_0x5ce119);if(!_0x39e348||!_0x897f19)return;const _0x3458b6=new _0x11613c('p',{},[new _0x11613c('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x1b2c94(ls(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x47c2a3=this['aiResponseApplier']['merge'](_0x897f19,_0x39e348['cloneNode'](!0x0),{'cutAfterUnstable':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0x3458b6});this['parsedMergedContent']['set'](_0x5ce119,_0x47c2a3['parsedContent']);let _0x2ee06b=[];if(_0x210655(_0x506f27=>{const _0x1f93e8=Cs(_0x506f27,'data-id');if(!_0x1f93e8||!_0x4fd2da(_0x1f93e8))return!0x1;const _0x5708b5=[_0x506f27,...Ss(_0x506f27)]['at'](-0x2);if(_0x506f27!=_0x5708b5){const _0x5ec00d=Cs(_0x5708b5,'data-id');_0x4fd2da(_0x5ec00d)||(_0x2ee06b['push']({'node':_0x5708b5,'id':_0x5ec00d,'type':'modified'}),_0x47c2a3['modifiedNodeIds']['push'](_0x5ec00d));}else _0x47c2a3['modifiedNodeIds']['includes'](_0x1f93e8)?_0x2ee06b['push']({'node':_0x506f27,'type':'modified','id':_0x1f93e8}):_0x47c2a3['newNodeIds']['includes'](_0x1f93e8)?_0x2ee06b['push']({'node':_0x506f27,'type':'new','id':_0x1f93e8,'anchorId':Cs(_0x506f27['previousSibling'],'data-id')}):_0x2ee06b['push']({'node':_0x506f27,'type':'removed','id':_0x1f93e8});return!0x0;},this['parsedMergedContent']['get'](_0x5ce119)),_0x2ee06b=_0x2ee06b['filter'](({node:_0xa70606})=>[...Ss(_0xa70606),_0xa70606]['every'](_0x20960f=>!Cs(_0x20960f,'data-unstable'))),this['changeGroups']=this['changeGroups']['filter'](_0x1b26d0=>_0x1b26d0['documentId']!==_0x5ce119),0x0==_0x2ee06b['length'])return;const _0x10dc99=[[_0x2ee06b[0x0]]];for(let _0x18c486=0x1;_0x18c486<_0x2ee06b['length'];_0x18c486++){const _0x1b9620=_0x10dc99[_0x10dc99['length']-0x1],_0x3dbe74=_0x1b9620[_0x1b9620['length']-0x1];_0x2ee06b[_0x18c486]['node']['previousSibling']==_0x3dbe74['node']&&'modified'!=_0x2ee06b[_0x18c486]['type']&&'modified'!=_0x3dbe74['type']?_0x1b9620['push'](_0x2ee06b[_0x18c486]):_0x10dc99['push']([_0x2ee06b[_0x18c486]]);}for(const _0x5b9112 of _0x10dc99){const _0x430f17=_0x5b9112[0x0],_0x1772d9=_0x5b9112[_0x5b9112['length']-0x1],_0x136112=_0x53e1ee(_0x430f17['node']['previousSibling']);_0x136112&&_0x5b9112['unshift'](_0x136112);const _0x823c75=_0x53e1ee(_0x1772d9['node']['nextSibling']);_0x823c75&&_0x5b9112['push'](_0x823c75);}Es('data-wrapped-id',null,this['parsedMergedContent']['get'](_0x5ce119))['forEach'](_0x4e4e69=>{fs(_0x4e4e69,'data-wrapped-id',null);});const _0x5754c4=new Map();Es('data-unwrapped-id',null,this['parsedMergedContent']['get'](_0x5ce119))['forEach'](_0x2b4d2e=>{const _0x3fb7c2=Cs(_0x2b4d2e,'data-unwrapped-id'),_0x4b99be=Cs(_0x2b4d2e,'data-id');_0x5754c4['set'](_0x4b99be,_0x3fb7c2),fs(_0x2b4d2e,'data-id',_0x3fb7c2),fs(_0x2b4d2e,'data-unwrapped-id',null);});for(const _0x2135c1 of _0x2ee06b){const _0x23ef8c=_0x5754c4['get'](_0x2135c1['id']);_0x23ef8c&&(_0x2135c1['id']=_0x23ef8c);}this['changeGroups']['push'](..._0x10dc99['map']((_0x8836c8,_0x573df0)=>({'changes':_0x8836c8,'state':'pending','index':_0x573df0,'editor':this['_documentIdToSource']['get'](_0x5ce119)['editor'],'rootName':this['_documentIdToSource']['get'](_0x5ce119)['rootName'],'documentId':_0x5ce119})));const _0x3e4c95=Array['from'](this['documentContextContent']['keys']());function _0x4fd2da(_0x1b8346){return _0x47c2a3['modifiedNodeIds']['includes'](_0x1b8346)||_0x47c2a3['newNodeIds']['includes'](_0x1b8346)||_0x47c2a3['removedNodeIds']['includes'](_0x1b8346);}function _0x53e1ee(_0x2d315b){if(_0x2d315b&&Cs(_0x2d315b,'data-id')&&!Cs(_0x2d315b,'data-unstable')){const _0x5e1a86=Cs(_0x2d315b,'data-id');if(!_0x4fd2da(_0x5e1a86))return{'node':_0x2d315b,'type':'context','id':_0x5e1a86};}return null;}this['changeGroups']['sort']((_0x49f90d,_0x89e84a)=>_0x3e4c95['indexOf'](_0x49f90d['documentId'])-_0x3e4c95['indexOf'](_0x89e84a['documentId'])),this['changeGroups']['forEach']((_0x2a9cda,_0x42d326)=>{_0x2a9cda['index']=_0x42d326;});}};const gn=/* #__PURE__ -- @preserve */
|
|
29
|
+
lt(),An=['interactionCreated','interactionStarted','interactionStopped','interactionFinished','interactionDestroyed','replyCreated','replyContentUpdated','replyChangeGroupStateUpdated','setConversationTitle','webSearchStarted','webSearchFinished','reasoningStarted','reasoningFinished','toolDataReceived','error'];var In=class extends gn{['id'];['replies']=[];['currentReply'];['messageId'];['actionCallId'];['currentRequest'];['connector'];['isStopped']=!0x1;['isDestroyed']=!0x1;['locale'];['_isReasoning']=!0x1;['_isWebSearching']=!0x1;['_channelsToEditors'];constructor({connector:_0x2d44bb,locale:_0x520a87,channelsToEditors:_0xdb9f42}){super(),this['id']=Ot(),this['connector']=_0x2d44bb,this['isStopped']=!0x0,this['locale']=_0x520a87,this['_channelsToEditors']=_0xdb9f42||new Map();}async['start'](){await this['_run']();}async['resume'](_0x53bc3c){await this['_run'](_0x53bc3c);}async['_run'](_0x224fc8){const _0x1fc073=[];let _0x35ccae,_0x1df4b2,_0x7bc8a3,_0x5e98a4=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=_0x224fc8||await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x40c416=await this['currentRequest']['getStream']();for await(const _0x4173b5 of _0x40c416){if(this['isStopped'])return;if('error'==_0x4173b5['event'])return void this['fire']('error',{'error':new at('ai-chat-interaction-error',this)});switch(_0x4173b5['event']){case'message-metadata':this['messageId']=_0x4173b5['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x4173b5['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x4173b5['data']['conversationTitle'],!0x0);break;case'source':_0x1fc073['push'](_0x4173b5['data']['source']);break;case'web-search':this['_isWebSearching']||(this['_isWebSearching']=!0x0,this['fire']('webSearchStarted',this));break;case'reasoning':this['_isReasoning']||(this['_isReasoning']=!0x0,this['fire']('reasoningStarted',this));break;case'modification-delta':case'text-delta':this['resetReasoningState'](),this['resetWebSearchState'](),_0x35ccae='modification-delta'==_0x4173b5['event']?'modification':'text',_0x1df4b2='modification-delta'==_0x4173b5['event']?_0x4173b5['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x35ccae&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x35ccae,'interactionId':this['id'],'id':_0x1df4b2,'channelsToEditors':this['_channelsToEditors'],...'modification-delta'==_0x4173b5['event']&&{'documentId':_0x4173b5['data']['documentId']}}),'modification'==_0x35ccae&&(this['currentReply']['sources']=_0x1fc073['splice'](0x0))),this['currentReply']['appendContent'](_0x4173b5['data']['textDelta'],_0x4173b5['data']['documentId']);break;case'mcp-tool-result':_0x7bc8a3=JSON['parse'](_0x4173b5['data']['result']),this['_handleToolResultData']({'toolName':_0x4173b5['data']['toolName'],'data':_0x7bc8a3['data'],'attributes':_0x7bc8a3['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x4173b5['data']['toolName'],'data':_0x4173b5['data']['data']});}}_0x5e98a4=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x1fc073['length']>0x0&&(this['currentReply']['sources']=_0x1fc073['splice'](0x0)),this['_finalizeInteraction'](_0x5e98a4),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x21cf92){return this['replies']['find'](_0x28f148=>_0x28f148['id']===_0x21cf92);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x1700e=>_0x1700e['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x50c260){const _0x19f1b0=this['getDocumentContext'](),_0x30cbee=new _n({'locale':this['locale'],'documentContextContent':_0x19f1b0?.['documents'],..._0x50c260});return this['replies']['push'](_0x30cbee),_0x30cbee['delegate'](...An)['to'](this),this['fire']('replyCreated',_0x30cbee),_0x30cbee;}['setConversationTitle'](_0x32ad79,_0x1c60c0=!0x1){this['fire']('setConversationTitle',_0x32ad79,_0x1c60c0);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x383764){this['fire']('toolDataReceived',{'type':'result','toolName':_0x383764['toolName'],'data':structuredClone(_0x383764['data']||{}),'attributes':structuredClone(_0x383764['attributes']||{})},this);}['_handleToolNotificationData'](_0x576a19){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x576a19['toolName'],'data':structuredClone(_0x576a19['data'])},this);}['_finalizeInteraction'](_0x1385ae=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x1385ae),this['currentRequest']=this['currentReply']=void 0x0;}};const pn=new Map([['usage-limits-exceeded','ai-usage-limits-exceeded'],['rate-limits-exceeded','ai-rate-limits-exceeded'],['invalid-content-type','ai-invalid-content-type'],['invalid-request-data','ai-chat-invalid-request'],['model-already-set','ai-chat-model-already-set'],['model-not-found','ai-chat-model-not-found'],['unsafe-content-detected','ai-chat-unsafe-content-detected'],['unsupported-content-type','ai-chat-unsupported-content-type'],['content-too-large','ai-chat-content-too-large'],['unsupported-file-type','ai-chat-context-unsupported-file-type'],['file-too-large','ai-chat-context-file-too-large'],['file-too-many-pages','ai-chat-context-file-too-many-pages'],['form-data-size-limits-exceeded','ai-chat-context-form-data-size-limits-exceeded']]),mn=/* #__PURE__ -- @preserve */
|
|
30
|
+
_t(),En=['contextItemAdded','contextItemRemoved','contextItemLoadingEnded','contextSent','error','addContextOptionsChanged','sourceResourcesLoaded','resourceStateChanged','uploadProgressChanged'];var Tn=class AIChatContext extends mn{['_connector'];['_config'];['_ownerId'];constructor({connector:_0x17c85c,config:_0x452e67,ownerId:_0x5348fa}){super(),this['_connector']=_0x17c85c,this['_config']=_0x452e67,this['_ownerId']=_0x5348fa;}['init'](){this['_pendingContextItems']=new Map(),this['_conversationContextItems']=new Map(),this['_ongoingUploads']=new Map(),this['_ongoingUploadOperations']=new Map(),this['_setAddContextOptionsDefaultState']();}['getPendingContextItems'](){return new Map(this['_pendingContextItems']);}async['populateFromMessage'](_0x2e11f6,_0x3d14d2){const _0x1d65d7=new Map(),{contextItem:_0x198032,hasUnmatched:_0x5a6623}=await this['_populateDocumentContextItem'](_0x2e11f6,_0x3d14d2);_0x198032&&_0x1d65d7['set'](_0x198032['id'],_0x198032);for(const _0x19a339 of _0x2e11f6){if('document'===_0x19a339['type'])continue;const _0x1d4fb4=await this['_createContextItemFromContent'](_0x19a339);this['_addToConversationContextItem'](_0x1d4fb4),_0x1d65d7['set'](_0x1d4fb4['id'],_0x1d4fb4);}return{'contextItems':_0x1d65d7,'hasUnmatched':_0x5a6623};}async['_populateDocumentContextItem'](_0xb92849,_0x1bacca){const _0x5b72b3=_0xb92849['filter'](_0x650d62=>'document'===_0x650d62['type']);if(0x0===_0x5b72b3['length'])return{'hasUnmatched':!0x1};const _0x2c2b27=_0x5b72b3['map'](_0x1f04f3=>_0x1f04f3['id']),_0xfda509=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x2c2b27)['getDocuments'](),_0x18d19d=new Map(_0xfda509['map'](_0x1cbe59=>[_0x1cbe59['id'],_0x1cbe59])),_0xe3068c=[];let _0x54dc5d=!0x1;for(const _0x34e8e0 of _0x5b72b3){const _0x443213=_0x18d19d['get'](_0x34e8e0['id']);_0x443213&&(this['_matchDocumentToRoot'](_0x443213,_0x1bacca)||(_0x54dc5d=!0x0),_0xe3068c['push']({'id':_0x443213['id'],'content':_0x443213['content'],'version':_0x443213['attributes']?.['version']??0x0,'sessionId':_0x443213['attributes']?.['sessionId']??null,'selection':[],'channelId':_0x443213['attributes']?.['channelId']??_0x1bacca[0x0]?.['config']['get']('collaboration.channelId')??'','rootName':_0x443213['attributes']?.['rootName']??_0x1bacca[0x0]?.['model']['document']['getRoots']()[0x0]['rootName']??''}));}const _0x3b08aa={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0xe3068c};return this['_addToConversationContextItem'](_0x3b08aa),this['toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x3b08aa,'hasUnmatched':_0x54dc5d};}['_matchDocumentToRoot'](_0x27e38c,_0x2f1776){const _0x22ee63=_0x27e38c['attributes']?.['channelId'],_0x59ddca=_0x27e38c['attributes']?.['rootName'];if(_0x22ee63&&_0x59ddca){for(const _0xf27e41 of _0x2f1776)if(_0xf27e41['config']['get']('collaboration.channelId')===_0x22ee63){for(const _0x17aaa4 of _0xf27e41['model']['document']['getRoots']())if('$graveyard'!==_0x17aaa4['rootName']&&_0x17aaa4['rootName']===_0x59ddca)return{'editor':_0xf27e41,'rootName':_0x17aaa4['rootName']};}}}async['_createContextItemFromContent'](_0x9de489){return'mcp-tool-context'===_0x9de489['type']?{'id':_0x9de489['id'],'uiId':_0x9de489['id'],'label':_0x9de489['data']?.['label']||_0x9de489['id'],'type':'mcp-tool-context','mcpServerName':_0x9de489['mcpServerName'],'toolName':_0x9de489['toolName'],'data':_0x9de489['data']||{}}:{'id':_0x9de489['id'],'uiId':_0x9de489['id'],'label':_0x9de489['attributes']?.['label']||_0x9de489['name']||_0x9de489['url']||_0x9de489['id'],'type':_0x9de489['type'],..._0x9de489?.['attributes']?.['resourceId']?{'resourceId':_0x9de489['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x23b034){this['_pendingContextItems']['get'](_0x23b034)?.['isReadOnly']||this['_removeContextItem'](_0x23b034);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x498f26 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x498f26['uiId']);const _0x208037=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x208037&&this['_addContextItem']({..._0x208037,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x3bdfac){for(const _0x36377a of _0x3bdfac['values']())this['_addToConversationContextItem'](_0x36377a);this['clearPendingContextItems'](),this['fire']('contextSent',{'contextItems':Array['from'](this['getSentContextItems']()['values']())});}['isCurrentDocumentInContext'](){return this['_pendingContextItems']['has']('current-document');}['isSelectionInContext'](){return this['_pendingContextItems']['has']('selection');}['isCurrentDocumentInConversation'](){return this['_conversationContextItems']['has']('current-document');}static['mapContextItemsToRequestData'](_0x492be1){return Array['from'](_0x492be1['values']())['flatMap'](_0x2830a2=>this['_mapContextItemToRequestData'](_0x2830a2));}async['addFilesToContext'](_0x8e4fdd,_0x313618,_0x26d0ea='file'){const _0x146a51='files-'+Ot();this['_startUploadOperation'](_0x146a51);try{await Promise['all'](_0x8e4fdd['map'](async _0xe7aa25=>{const _0x39c1c2='file-'+Ot(),_0x4e1bbf=_0x47dde7(_0xe7aa25['name']),_0x2422c7='file'===_0x26d0ea&&_0xe7aa25['type']['startsWith']('image/')?'image':_0x26d0ea;try{this['_addContextItem']({'type':_0x2422c7,'label':_0x313618?.['label']||_0x4e1bbf,'uiId':_0x39c1c2,'resourceId':_0x313618?.['resourceId']},!0x0);const _0x56ebc6=this['_connector']['uploadFile'](this['_ownerId'],_0xe7aa25,_0x313618);this['_ongoingUploads']['set'](_0x39c1c2,_0x56ebc6['abortController']);const {id:_0x26ca88}=await _0x56ebc6['getId']();this['_ongoingUploads']['delete'](_0x39c1c2),this['_finishContextItemLoading']({'type':_0x2422c7,'id':_0x26ca88,'label':_0x313618?.['label']||_0x4e1bbf,'uiId':_0x39c1c2,'resourceId':_0x313618?.['resourceId']},!0x1);}catch(_0x157e90){if(this['_ongoingUploads']['delete'](_0x39c1c2),!sn(_0x157e90)){const _0x2ab771=new nn({'code':pn['get'](_0x157e90['code'])||'ai-chat-file-upload-failed','cause':_0x157e90,'context':{'fileName':_0x4e1bbf}});this['fire']('error',{'error':_0x2ab771});}this['_removeContextItem'](_0x39c1c2);}}));}finally{this['_finishUploadOperation'](_0x146a51);}}['addCurrentDocumentToContext'](_0x891d59){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x2a5387={'type':'document','uiId':'current-document','label':_0x891d59,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x2a5387);}async['updateCurrentDocuments'](_0x30c877){const _0x1630b9=this['_pendingContextItems']['get']('current-document');if(!_0x1630b9||!_0x30c877['length']||_0x30c877['every'](_0x5f49d2=>!_0x5f49d2['content']))return;_0x30c877['length']>0x1&&_0x30c877['some'](_0x490c05=>!_0x490c05['description'])&&ft('ai-chat-documents-missing-description');try{const _0x281e71=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x30c877)['getIds']();if(_0x281e71['length']!==_0x30c877['length']||_0x281e71['some'](_0x488526=>!_0x488526?.['id'])){const _0x214b84=new at('ai-chat-document-upload-reply-mismatch',null);return void this['fire']('error',{'error':_0x214b84});}_0x1630b9['documents']=_0x30c877['map']((_0x3a75a5,_0x394836)=>{return{'id':_0x281e71[_0x394836]['id'],'content':_0x3a75a5['content'],'version':_0x3a75a5['version'],'sessionId':_0x3a75a5['sessionId'],'selection':(_0x5a5890=_0x3a75a5['selections'],_0x5a5890?_0x5a5890['map'](_0xaa92d3=>({'start':_0xaa92d3['start'],'end':_0xaa92d3['end']})):[]),'channelId':_0x3a75a5['channelId'],'rootName':_0x3a75a5['rootName']};var _0x5a5890;});}catch(_0x1488bf){const _0x46f26e=new nn({'code':'ai-chat-document-upload-failed','type':'network','cause':_0x1488bf});this['fire']('error',{'error':_0x46f26e});}}['addSelectionToContext'](_0xe3a2e8){this['_addContextItem']({'type':'selection','label':_0xe3a2e8,'uiId':'selection','content':_0xe3a2e8});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0xf154d6,_0x59cbdc){const _0xcc23f6='url-'+Ot();this['_startUploadOperation'](_0xcc23f6);const _0x58386d='url-'+Ot();try{this['_addContextItem']({'type':'web-resource','label':_0x59cbdc?.['label']||_0xf154d6,'uiId':_0x58386d,'resourceId':_0x59cbdc?.['resourceId']},!0x0);const _0x220e9e=this['_connector']['uploadUrl'](this['_ownerId'],_0xf154d6,_0x59cbdc);this['_ongoingUploads']['set'](_0x58386d,_0x220e9e['abortController']);const {id:_0x3031f5}=await _0x220e9e['getId']();this['_ongoingUploads']['delete'](_0x58386d),this['_finishContextItemLoading']({'type':'web-resource','id':_0x3031f5,'label':_0x59cbdc?.['label']||_0xf154d6,'uiId':_0x58386d,'resourceId':_0x59cbdc?.['resourceId']},!0x1);}catch(_0x178648){this['_ongoingUploads']['delete'](_0x58386d),sn(_0x178648)||this['fire']('error',{'error':new at('ai-chat-url-upload-failed',this,{'url':_0xf154d6,'originalError':_0x178648}),'url':_0xf154d6}),this['_removeContextItem'](_0x58386d);}finally{this['_finishUploadOperation'](_0xcc23f6);}}['addToolItemToContext'](_0x51a03a){_0x51a03a['id']=_0x51a03a['id']??Ot()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x51a03a['uiId'],_0x51a03a),this['fire']('contextItemAdded',{'contextItem':_0x51a03a,'isLoading':!0x1});}async['loadSourceResources'](_0x20de66,_0x278519,_0x5a3f59){const _0x317720=this['_addContextOptionsState']['sources']['find'](_0x24fdc0=>_0x24fdc0['id']===_0x20de66);if(!_0x317720)return this['fire']('error',{'error':new at('ai-chat-source-not-found',this,{'sourceId':_0x20de66}),'sourceId':_0x20de66}),[];try{const _0x327c1a=(await _0x317720['getResources'](_0x278519))['map'](_0x435efd=>{const _0x1c172c=this['_isResourceInContext'](_0x435efd['id']);return{..._0x435efd,'isInContext':_0x1c172c};});return _0x317720['resources']=_0x327c1a,this['fire']('sourceResourcesLoaded',{'sourceId':_0x20de66,'source':_0x317720,'resources':_0x327c1a,'uid':_0x5a3f59}),_0x327c1a;}catch(_0x2efdf1){return this['fire']('error',{'error':new at('ai-chat-source-resources-load-failed',this,{'sourceId':_0x20de66,'originalError':_0x2efdf1}),'sourceId':_0x20de66,'sourceLabel':_0x317720['label']}),[];}}async['addResourceToContext'](_0xfbf2e9,_0x1e994e){if(this['_isResourceInContext'](_0x1e994e['id']))return;let _0x7e46c8=_0x1e994e['data'];if(!_0x7e46c8&&_0xfbf2e9['getData'])try{_0x7e46c8=await _0xfbf2e9['getData'](_0x1e994e['id']);}catch(_0x41d07b){return void this['fire']('error',{'error':new at('ai-chat-resource-load-failed',this,{'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id'],'originalError':_0x41d07b}),'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']});}if(_0x7e46c8)switch(_0x1e994e['type']){case'web-resource':if('string'!=typeof _0x7e46c8)return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id'],'expectedType':'string','actualType':typeof _0x7e46c8}),'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']});await this['addUrlToContext'](_0x7e46c8,{'label':_0x1e994e['label'],'resourceId':_0x1e994e['id']});break;case'file':if(!(_0x7e46c8 instanceof File))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id'],'expectedType':'File','actualType':typeof _0x7e46c8}),'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']});await this['addFilesToContext']([_0x7e46c8],{'label':_0x1e994e['label'],'resourceId':_0x1e994e['id']});break;case'text':if('object'!=typeof _0x7e46c8||!('content'in _0x7e46c8)||!('type'in _0x7e46c8))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x7e46c8}),'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']});_0x7e46c8=AIChatContext['_convertTextResourceToFile'](_0x7e46c8,_0x1e994e['label']),await this['addFilesToContext']([_0x7e46c8],{'label':_0x1e994e['label'],'resourceId':_0x1e994e['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new at('ai-chat-context-unsupported-type',this,{'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id'],'resourceType':_0x1e994e['type']}),'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']});}else this['fire']('error',{'error':new at('ai-chat-resource-no-data',this,{'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']}),'resourceId':_0x1e994e['id'],'sourceId':_0xfbf2e9['id']});}['toggleAddCurrentDocumentOptionVisibility'](_0x30a4a6){if(void 0x0!==_0x30a4a6)this['_addContextOptionsState']['document']['isHidden']=!_0x30a4a6;else{const _0x4590e4=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x4590e4;}this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}static['_convertTextResourceToFile'](_0x99c587,_0x49dfae){switch(_0x99c587['type']){case'markdown':return new File([_0x99c587['content']],_0x49dfae,{'type':'text/markdown'});case'html':return new File([_0x99c587['content']],_0x49dfae,{'type':'text/html'});default:return new File([_0x99c587['content']],_0x49dfae,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x1f2b97){switch(_0x1f2b97['type']){case'file':case'image':case'text':return[{'type':'file','id':_0x1f2b97['id']}];case'web-resource':return[{'type':'web-resource','id':_0x1f2b97['id']}];case'document':return _0x1f2b97['documents']?.['length']?_0x1f2b97['documents']['map'](_0x10d158=>({'type':'document','id':_0x10d158['id'],..._0x10d158['selection']?.['length']&&{'selection':_0x10d158['selection']}})):[];case'mcp-tool-context':{const _0x229d46=_0x1f2b97;return[{'type':'mcp-tool-context','mcpServerName':_0x229d46['mcpServerName'],'toolName':_0x229d46['toolName'],'data':{..._0x229d46['data'],'label':_0x229d46['label']||_0x229d46['data']?.['label']||_0x229d46['id']},'id':_0x229d46['id']}];}default:return[];}}['_addContextItem'](_0x483926,_0x228a31=!0x1){if(this['_pendingContextItems']['set'](_0x483926['uiId'],_0x483926),_0x483926['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x483926,'isLoading':_0x228a31}),'current-document'===_0x483926['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x483926['resourceId']){const _0x294560=this['_findSourceIdsByResourceId'](_0x483926['resourceId']);_0x294560&&_0x294560['forEach'](_0x3238fc=>{this['_updateResourceInContextState'](_0x3238fc,_0x483926['resourceId'],!0x0);});}}['_removeContextItem'](_0x401ed7){const _0x3c41b9=this['_pendingContextItems']['get'](_0x401ed7),_0x4e06bd=this['_ongoingUploads']['get'](_0x401ed7);if(_0x4e06bd&&(_0x4e06bd['abort'](),this['_ongoingUploads']['delete'](_0x401ed7)),_0x3c41b9?.['resourceId']){const _0x1548ff=this['_findSourceIdsByResourceId'](_0x3c41b9['resourceId']);_0x1548ff&&_0x1548ff['forEach'](_0x210d2c=>{this['_updateResourceInContextState'](_0x210d2c,_0x3c41b9['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x401ed7),this['fire']('contextItemRemoved',{'uiId':_0x401ed7,'type':_0x3c41b9?.['type']}),'current-document'===_0x401ed7&&this['toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x554b08,_0x1aee16){if(this['_pendingContextItems']['has'](_0x554b08['uiId'])&&(this['_pendingContextItems']['set'](_0x554b08['uiId'],_0x554b08),this['fire']('contextItemLoadingEnded',{'contextItem':_0x554b08,'isLoading':_0x1aee16}),_0x554b08['resourceId'])){const _0x2b9ee8=this['_findSourceIdsByResourceId'](_0x554b08['resourceId']);_0x2b9ee8&&_0x2b9ee8['forEach'](_0x45b465=>{this['_updateResourceInContextState'](_0x45b465,_0x554b08['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x16c9e9){this['_conversationContextItems']['set'](_0x16c9e9['uiId'],_0x16c9e9);}['_setAddContextOptionsDefaultState'](){this['_addContextOptionsState']={'document':{'enabled':!0x1!==this['_config']?.['document']?.['enabled'],'isHidden':!0x1},'urls':{'enabled':!0x1!==this['_config']?.['urls']?.['enabled']},'files':{'enabled':!0x1!==this['_config']?.['files']?.['enabled']},'sources':this['_getCustomSourcesInitialState'](),'customItems':this['_config']?.['customItems']?.['map'](_0x472349=>({..._0x472349,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0xf32ab6=>({..._0xf32ab6,'resources':[]}))??[];}['_isResourceInContext'](_0x3a9664){for(const _0x136e78 of this['_pendingContextItems']['values']())if(_0x136e78['resourceId']===_0x3a9664)return!0x0;for(const _0x1dd6cc of this['_conversationContextItems']['values']())if(_0x1dd6cc['resourceId']===_0x3a9664)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x376eba){const _0xb06f6e=[];for(const _0x30db98 of this['_addContextOptionsState']['sources'])_0x30db98['resources']['find'](_0x5ad70c=>_0x5ad70c['id']===_0x376eba)&&_0xb06f6e['push'](_0x30db98['id']);return 0x0===_0xb06f6e['length']?null:_0xb06f6e;}['_updateResourceInContextState'](_0x2f78a8,_0x1049d4,_0x4e5be3){const _0x548206=this['_addContextOptionsState']['sources']['find'](_0x4500fc=>_0x4500fc['id']===_0x2f78a8);if(!_0x548206)return;const _0x4b8359=_0x548206['resources']['find'](_0x254c15=>_0x254c15['id']===_0x1049d4);_0x4b8359&&(_0x4b8359['isInContext']=_0x4e5be3,this['fire']('resourceStateChanged',{'sourceId':_0x2f78a8,'resourceId':_0x1049d4,'isInContext':_0x4e5be3}));}['_startUploadOperation'](_0x3c0224){this['_ongoingUploadOperations']['set'](_0x3c0224,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x37419e){this['_ongoingUploadOperations']['delete'](_0x37419e),0x0===this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x1});}};const wn=/* #__PURE__ -- @preserve */
|
|
31
|
+
lt(),Cn=['capabilitiesUpdated'];var fn=class extends wn{['_isWebSearchEnabled'];['_isReasoningEnabled'];constructor(){super(),this['_isWebSearchEnabled']=!0x1,this['_isReasoningEnabled']=!0x1;}['init'](){this['reset']();}['reset'](){this['setWebSearch'](!0x1),this['setReasoning'](!0x1);}['getCapabilitiesConfig'](){return{'isWebSearchEnabled':this['_isWebSearchEnabled'],'isReasoningEnabled':this['_isReasoningEnabled']};}static['getCapabilitiesRequestData'](_0x50f4a2){const _0xf454e9={};return _0x50f4a2&&_0x50f4a2['isWebSearchEnabled']&&(_0xf454e9['webSearch']={}),_0x50f4a2&&_0x50f4a2['isReasoningEnabled']&&(_0xf454e9['reasoning']={}),_0xf454e9;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x48b1c7){_0x48b1c7!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x48b1c7,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x460487){_0x460487!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x460487,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}},bn=class extends In{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x2d5e4d){super(_0x2d5e4d),this['conversationId']=_0x2d5e4d['conversationId'],this['contextItems']=_0x2d5e4d['contextItems'],this['capabilities']=_0x2d5e4d['capabilities'],this['userMessage']=_0x2d5e4d['userMessage'],this['model']=_0x2d5e4d['model'],this['attributes']=_0x2d5e4d['attributes'];}async['sendRequest'](){return this['connector']['queryAssistant']({'message':this['userMessage'],'conversationId':this['conversationId'],'parts':Tn['mapContextItemsToRequestData'](this['contextItems']),'capabilities':fn['getCapabilitiesRequestData'](this['capabilities']),'model':this['model'],'attributes':this['attributes']});}['getDocumentContext'](){return this['contextItems']['get']('current-document');}};const Sn=/* #__PURE__ -- @preserve */
|
|
32
|
+
lt();var Rn=class extends Sn{['id'];['isStarted']=!0x1;['isFromHistory'];['interactions']=[];['currentInteraction'];['selectedModel'];['connector'];['options'];['_channelsToEditors'];['_getSessionId'];constructor(_0x3c089f){super(),this['options']=_0x3c089f,this['connector']=_0x3c089f['connector'],this['chatModels']=_0x3c089f['chatModels'],this['id']=_0x3c089f['conversationId'],this['isFromHistory']=_0x3c089f['isFromHistory'],this['_channelsToEditors']=_0x3c089f['channelsToEditors'],this['_getSessionId']=_0x3c089f['getSessionId'];}async['init'](_0x339ba0){try{this['chatContext']=new Tn({'connector':this['connector'],'config':_0x339ba0,'ownerId':this['id']}),this['chatContext']['delegate'](...En)['to'](this),this['chatContext']['init'](),this['chatCapabilities']=new fn(),this['chatCapabilities']['delegate'](...Cn)['to'](this),this['chatCapabilities']['init']();const _0x6d78a4=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x6d78a4});const _0x2b635e=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x2b635e&&await this['setModel'](_0x2b635e);}catch(_0x1d4950){const _0x5c1c36=new nn({'code':'ai-chat-conversation-init-failed','cause':_0x1d4950,'type':'network'});this['fire']('error',{'error':_0x5c1c36});}}async['start'](){if(this['isStarted'])throw new at('ai-chat-conversation-already-started',null,{'conversation':this});if(!this['selectedModel'])throw new at('ai-chat-conversation-start-no-model-selected',null,{'conversation':this});try{const {id:_0x2053c5}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x2053c5,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0xa93736){const _0x43c961=new nn({'code':'ai-chat-conversation-start-failed','cause':_0xa93736,'type':'network','context':{'conversationId':this['id']}});throw this['fire']('error',{'error':_0x43c961}),_0x43c961;}}async['load'](_0x2242bd){try{const _0x984111=await this['connector']['fetchConversation'](_0x2242bd)['getConversation'](),_0x57fa92=await this['connector']['fetchConversationMessages'](_0x2242bd)['getMessages'](),_0x52d3e9=_0x57fa92[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x984111['id'],'title'in _0x984111?this['fire']('setConversationTitle',_0x984111['title'],!this['isFromHistory']):this['fire']('setConversationTitle','',!this['isFromHistory']);const _0x22c3a3=(await this['chatModels']['getAll']())['find'](_0x215ccb=>_0x215ccb['id']['toLowerCase']()===_0x52d3e9['toLowerCase']());this['selectedModel']=_0x22c3a3,this['fire']('modelSelected',{'selectedModel':_0x22c3a3,'isDisabled':!0x0});const {streamingMessageId:_0x341476}=await this['_processMessagesToInteractions'](_0x57fa92,_0x52d3e9);return _0x341476&&this['currentInteraction']?this['_resumeStream'](_0x341476):this['currentInteraction']=void 0x0,this;}catch(_0x18cce5){const _0x4f50fd=new nn({'code':'ai-chat-conversation-init-from-id-failed','cause':_0x18cce5,'type':'network','context':{'conversationId':_0x2242bd}});throw this['fire']('error',{'error':_0x4f50fd}),_0x4f50fd;}}async['_processMessagesToInteractions'](_0x3ec03d,_0x5cd184){let _0x502444,_0xf84e69,_0x344341=!0x1;for(const _0x1a070c of _0x3ec03d)if('user'===_0x1a070c['role']){const {contextItems:_0x5a43d6,hasUnmatched:_0x408074}=await this['_extractContextItems'](_0x1a070c);_0x344341=_0x408074;const _0x1e899d={'isReasoningEnabled':Object['hasOwn'](_0x1a070c['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x1a070c['capabilities'],'webSearch')};_0x502444=this['createInteraction']({'userMessage':_0x1a070c['prompt'],'contextItems':_0x5a43d6,'capabilities':_0x1e899d,'modelId':_0x5cd184,'attributes':_0x1a070c['attributes'],'channelsToEditors':this['_channelsToEditors']}),this['currentInteraction']=_0x502444,_0xf84e69=void 0x0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x1a070c['role']&&_0x502444){if('streaming'===_0x1a070c['status']){_0xf84e69=_0x1a070c['id'];continue;}if('error'===_0x1a070c['status'])continue;const _0x2b0376=[];for(const _0x4bda94 of _0x1a070c['content'])switch(_0x4bda94['type']){case'text':case'modification':{const _0x3fe8db=_0x502444['getDocumentContext'](),_0x1feb8c=this['_hasSessionMismatch'](_0x3fe8db)||_0x344341;_0x502444['currentReply']?.['type']!==_0x4bda94['type']&&(_0x502444['currentReply']=_0x502444['createReply']({'type':_0x4bda94['type'],'isDone':!0x0,'interactionId':_0x502444['id'],'areActionsDisabled':_0x1feb8c,'isFromHistory':!0x0,'channelsToEditors':this['_channelsToEditors']}),_0x2b0376['length']>0x0&&(_0x502444['currentReply']['sources']=_0x2b0376['splice'](0x0))),_0x502444['currentReply']['appendContent'](_0x4bda94['content'],_0x4bda94['documentId']);break;}case'url':_0x2b0376['push'](_0x4bda94);break;case'mcp-tool-result':{const {data:_0x4f1314,attributes:_0x1d23b4}=JSON['parse'](_0x4bda94['content']);_0x502444['_handleToolResultData']({'toolName':_0x4bda94['toolName'],'data':_0x4f1314,'attributes':_0x1d23b4});break;}}'cancelled'===_0x1a070c['status']&&this['fire']('error',{'interactionId':_0x502444['id'],'error':new at('ai-request-aborted',this)});}}return{'streamingMessageId':_0xf84e69};}async['_resumeStream'](_0x42e6e7){if(this['currentInteraction'])try{const _0x45ab50=this['connector']['resumeStream'](this['id'],_0x42e6e7);await this['currentInteraction']['resume'](_0x45ab50);}catch(_0x5df400){_0x5df400 instanceof at&&this['fire']('error',{'interactionId':this['currentInteraction']?.['id'],'error':_0x5df400});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}async['_extractContextItems'](_0xcea4e6){return _0xcea4e6['content']?this['chatContext']['populateFromMessage'](_0xcea4e6['content'],Array['from'](this['_channelsToEditors']['values']())):{'contextItems':new Map(),'hasUnmatched':!0x1};}async['handleUserInteraction']({userMessage:_0x2fd2ba,attributes:_0x2dcfe5}){if(!this['isStarted'])throw new at('ai-chat-handle-user-conversation-not-initialized',null,{'conversation':this});if(this['currentInteraction'])throw new at('ai-chat-handle-user-interaction-already-in-progress',null,{'conversation':this});try{const _0x5b8845=new Map(this['getPendingContextItems']()),_0x4b2c45=this['chatCapabilities']['getCapabilitiesConfig'](),_0x4ef0c8=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x2fd2ba,'contextItems':_0x5b8845,'capabilities':_0x4b2c45,'modelId':_0x4ef0c8,'attributes':_0x2dcfe5,'channelsToEditors':this['_channelsToEditors']}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x2d38ae){if(_0x2d38ae instanceof at)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x2d38ae});else{const _0xc3dd49=pn['get'](_0x2d38ae['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new at(_0xc3dd49,null,{'error':_0x2d38ae})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x5638f1,contextItems:_0x47514c,capabilities:_0x6235c7,modelId:_0x31461e,attributes:_0x380029,channelsToEditors:_0x1996ba}){const _0x52723b=new bn({'userMessage':_0x5638f1,'contextItems':_0x47514c,'capabilities':_0x6235c7,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x31461e,'attributes':_0x380029,'channelsToEditors':_0x1996ba});return _0x52723b['delegate'](...An)['to'](this),this['interactions']['push'](_0x52723b),this['fire']('interactionCreated',_0x52723b),_0x52723b;}['getInteraction'](_0x14e53d){return this['interactions']['find'](_0x498e88=>_0x498e88['id']===_0x14e53d);}['removeInteraction'](_0x1fcc9c){const _0x3e4f67=this['getInteraction'](_0x1fcc9c);_0x3e4f67&&(_0x3e4f67['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x3e4f67),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['cancelLastInteractionStream'](){const _0x2aa7f9=this['lastInteraction'];_0x2aa7f9?.['conversationId']&&_0x2aa7f9['messageId']&&this['connector']['cancelStream'](_0x2aa7f9['conversationId'],_0x2aa7f9['messageId'])['execute']()['catch'](()=>{});}['addCurrentDocumentToContext'](_0x4ef4b8){this['chatContext']['addCurrentDocumentToContext'](_0x4ef4b8);}async['updateCurrentDocumentsInContext'](_0x76b5ab){await this['chatContext']['updateCurrentDocuments'](_0x76b5ab);}['toggleAddCurrentDocumentOptionVisibility'](_0xcaee8d){this['chatContext']['toggleAddCurrentDocumentOptionVisibility'](_0xcaee8d);}['_hasSessionMismatch'](_0x1a82ae){return!!_0x1a82ae&&_0x1a82ae['documents']['some'](_0x2ccaa7=>{const _0x31e60a=this['_channelsToEditors']['get'](_0x2ccaa7['channelId']);return!_0x31e60a||_0x2ccaa7['sessionId']!==this['_getSessionId'](_0x31e60a);});}['addSelectionToContext'](_0xb7c260){this['chatContext']['addSelectionToContext'](_0xb7c260);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x49f95f){this['chatContext']['addFilesToContext'](_0x49f95f);}['addUrlToContext'](_0x5f48ec){this['chatContext']['addUrlToContext'](_0x5f48ec);}['addToolItemToContext'](_0x3040a1){this['chatContext']['addToolItemToContext'](_0x3040a1);}['addResourceToContext'](_0x5089ec,_0x47a14c){this['chatContext']['addResourceToContext'](_0x5089ec,_0x47a14c);}['loadSourceResources'](_0x2bdd9d,_0x1a3331,_0x39b829){return this['chatContext']['loadSourceResources'](_0x2bdd9d,_0x1a3331,_0x39b829);}['removeFromContext'](_0x21fd25){this['chatContext']['removeFromContext'](_0x21fd25);}['setWebSearch'](_0x46c08d){this['chatCapabilities']['setWebSearch'](_0x46c08d);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x406bbf){this['chatCapabilities']['setReasoning'](_0x406bbf);}['toggleReasoning'](){this['chatCapabilities']['toggleReasoning']();}['isCurrentDocumentInContext'](){return this['chatContext']['isCurrentDocumentInContext']();}['isCurrentDocumentInConversation'](){return this['chatContext']['isCurrentDocumentInConversation']();}['isSelectionInContext'](){return this['chatContext']['isSelectionInContext']();}['getPendingContextItems'](){return this['chatContext']['getPendingContextItems']();}async['setModel'](_0x49743d){_0x49743d?!0x1===await this['chatModels']['isAvailable'](_0x49743d)&&(ft('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x49743d}),_0x49743d=(await this['chatModels']['getAvailableModels']())[0x0]):(ft('ai-chat-conversation-set-model-null',{'conversation':this}),_0x49743d=(await this['chatModels']['getAvailableModels']())[0x0]),_0x49743d['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x49743d,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x49743d}));}};function On({groups:_0x319773,documentContextContent:_0x194683,documents:_0x4aad93}){const _0x511000=new Map();for(const _0x28eda8 of _0x319773){const {documentId:_0x4384e8}=_0x28eda8,_0x32403c=_0x511000['get'](_0x4384e8);if(_0x32403c)_0x32403c['groups']['push'](_0x28eda8),_0x32403c['indexes']['push'](_0x28eda8['index']);else{const _0x5c98b9=_0x4aad93['find'](_0xc74f4c=>_0xc74f4c['id']===_0x4384e8),_0x574a90=_0x194683['get'](_0x4384e8);if(!_0x5c98b9||!_0x574a90)continue;_0x511000['set'](_0x4384e8,{'groups':[_0x28eda8],'documentContext':_0x5c98b9,'documentContent':_0x574a90,'editor':_0x28eda8['editor'],'indexes':[_0x28eda8['index']]});}}return _0x511000;}function vn(_0x5ce2cd,_0x1ae6e5){const _0x4544be=_0x5ce2cd['files']['length']>0x0&&_0x5ce2cd['files']['every'](_0x40325e=>_0x40325e['type']['startsWith']('image/')),_0x27b41e=_0x5ce2cd['plainText']['trim']()['length']>0x0;if(_0x5ce2cd['files']['length']>0x0&&_0x1ae6e5['filesEnabled']&&(!_0x4544be||!_0x27b41e)){const _0x48833f=_0x5ce2cd['files']['filter'](_0x309a64=>_0x309a64['name']);return _0x48833f['length']>0x0?{'type':'file','files':_0x48833f}:null;}if(_0x1ae6e5['urlsEnabled']){const _0x5e8002=function(_0xd9c3c6){const _0x5c57a8=_0xd9c3c6['trim']();if(/\s/['test'](_0x5c57a8))return null;try{const _0x36c9da=new URL(_0x5c57a8);return'http:'!==_0x36c9da['protocol']&&'https:'!==_0x36c9da['protocol']?null:_0x36c9da['toString']();}catch{return null;}}(_0x5ce2cd['plainText']);if(_0x5e8002)return{'type':'url','url':_0x5e8002};}const _0x2f461f=_0x5ce2cd['forceTextAttachment']?0x1:_0x1ae6e5['longTextThreshold']??0x1/0x0;if(_0x5ce2cd['plainText']['length']>=Math['max'](_0x2f461f,0x1)&&_0x1ae6e5['filesEnabled']){const _0x233717=_0x1ae6e5['pastedTextLabel']+'.txt';return{'type':'text','files':[new File([_0x5ce2cd['plainText']],_0x233717,{'type':'text/plain'})]};}return null;}var kn=class extends _0x3abc0e{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_hasAIChatBalloon']=!0x1;['_activeBalloon'];['_reporter'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];['_channelsToEditors']=new Map();static get['requires'](){return[cs,rn,_0x3ea65d];}static get['pluginName'](){return'AIChatController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['set']('isConversationReady',!0x1),this['_bodyCollection']=un(this['context']['locale']),this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_aiChatUi']=this['context']['plugins']['get']('AIChatUI'),this['_aiEditing']=this['context']['plugins']['get']('AIEditing'),this['_reporter']=this['context']['plugins']['get'](rn)['createReporter']('aichat'),this['_aiChatModels']=new Xs({'connector':this['_aiConnector'],'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']});const _0x59047e=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x29e6a1,_0x1a104a)=>{this['_handleUIUserMessage']({'message':_0x1a104a});}),this['listenTo'](_0x59047e['view'],'change:activeTab',(_0x3f06dd,_0x12651c,_0xf2ba92)=>{'chat'!==_0xf2ba92&&this['removeSelectionFromChatContext']();}),this['listenTo'](this['_aiChatUi'],'abortPromptStream',async()=>{await this['_stopLastInteraction'](),await this['_flushLastInteractionUI'](),this['removeSelectionFromChatContext'](),this['activeConversation']?.['cancelLastInteractionStream']();}),this['listenTo'](this['_aiChatUi'],'addDocumentToContext',()=>{this['addCurrentDocumentToChatContext']();}),this['listenTo'](this['_aiChatUi'],'addFileToContext',(_0x4d00aa,_0x376b36)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x376b36));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0xdd0dff,_0x5658d7)=>{this['activeConversation']?.['addUrlToContext'](_0x5658d7);}),this['listenTo'](this['_aiChatUi'],'promptInputPaste',(_0x811606,_0xb775f2)=>{const _0x47d07b=this['activeConversation'];if(!_0x47d07b)return;_0xb775f2['hasDirectory']&&(_0xb775f2['preventDefault'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED'),'id':'folder-error-'+Ot()}));const _0x280305=vn(_0xb775f2,{'pastedTextLabel':ls(this['context']['locale'],'AI_CHAT_CONTEXT_PASTED_TEXT_NAME'),'longTextThreshold':this['context']['config']['get']('ai.chat.context.paste.textThreshold'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled'),'urlsEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.urls.enabled')});_0x280305&&(_0xb775f2['preventDefault'](),'url'===_0x280305['type']?_0x47d07b['addUrlToContext'](_0x280305['url']):_0x47d07b['chatContext']['addFilesToContext'](_0x280305['files'],void 0x0,_0x280305['type']));}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x2fc07b,_0x230e48)=>{_0x230e48['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x29e08e,_0x13d793)=>{this['activeConversation']?.['addResourceToContext'](_0x13d793['source'],_0x13d793['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x5be59e,_0x317e6c)=>{this['_removeFromContext'](_0x317e6c);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x417cb1,_0x2234c5)=>{this['activeConversation']?.['loadSourceResources'](_0x2234c5['sourceId'],_0x2234c5['query'],_0x2234c5['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x54ee0d,_0x2456df)=>{this['activeConversation']?.['setModel'](_0x2456df);}),this['listenTo'](this['_aiChatUi'],'like',(_0x190e10,{replyId:_0x45e148})=>{console['log']('Liked\x20response',_0x45e148);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x5c89e7,{replyId:_0x25bd5e})=>{console['log']('Disliked\x20response',_0x25bd5e);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x3dd80b,_0x29f2a9)=>{this['_insertSuggestion'](_0x29f2a9);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x5a27ac,{replyId:_0x17297f,partIndex:_0x5c1c3b})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x17297f,_0x5c1c3b);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x59fb58,{replyId:_0x5f3d5a,partIndex:_0x1a6425})=>{const _0x50e87b=this['_getDocumentRangeForReplyChanges'](_0x5f3d5a,_0x1a6425);if(!_0x50e87b)return;const {reply:_0x25c8d7}=this['getInteractionAndReplyById'](_0x5f3d5a);'$graveyard'!=_0x50e87b['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'editor':_0x25c8d7['changeGroups'][_0x1a6425]['editor'],'ranges':[_0x50e87b['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x8740e2,_0xdcb09f)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0xdcb09f);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x79d8b3,{replyId:_0x4a26e8,showDiff:_0x37b7d2})=>{const {interaction:_0x26f5be,reply:_0x2e638f}=this['getInteractionAndReplyById'](_0x4a26e8),_0x15449d=_0x2e638f['getContentParts']({'showDiff':_0x37b7d2});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x26f5be['id']+':'+_0x2e638f['id'],'parts':_0x15449d});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x122ce9,{replyId:_0x24064b,partIndex:_0x2446af})=>{this['_rejectSuggestion']({'replyId':_0x24064b,'partIndex':_0x2446af}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['on']('interactionCreated',(_0x41be0b,_0x4056c6)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x4056c6);}),this['on']('replyCreated',(_0x10c6af,_0xe36d1e)=>{this['_addFeedItemReply'](_0xe36d1e);});}['afterInit'](){this['context']instanceof _0x5a1597?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x25ec52,_0x207b27)=>{_0x207b27['on']('ready',()=>{this['_integrateEditor'](_0x207b27);});}),this['_initConversation']();}async['_initConversation'](){const _0x1e78de=this['context']['config']['get']('ai.chat.initialConversation');let _0x1d5826=_0x1e78de;('lastCreated'!=_0x1e78de||(_0x1d5826=await this['_getLastCreatedConversationId'](),_0x1d5826))&&('new'==_0x1d5826?await this['_startConversationSafely']():await this['loadConversation'](_0x1d5826));}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x2f70fd){this['_closeActiveBalloon'](),this['context']['plugins']['get'](hs)['view']['activateTab']('chat'),this['_aiChatUi']['setFeedItemRenderingStrategy']('static'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x0),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();try{this['_aiChatUi']['emptyConversationTitle'](),await this['_aiConnector']['fetchConversation'](_0x2f70fd)['getConversation'](),await this['_startConversationSafely']({'id':_0x2f70fd}),await this['activeConversation']['load'](_0x2f70fd),this['_aiChatUi']['enableControls'](),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x12b5c9){this['_aiChatUi']['resetConversationTitle'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x2f70fd}),this['_reporter']['logError'](new at('ai-chat-conversation-not-found',this,void 0x0,_0x12b5c9),{'context':{'operation':'load-conversation'}});}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x299a2a){let _0x3a49ea=null,_0x2de8b0=null;this['on']('toolDataReceived',(_0x53445e,_0x1f9407,_0x1fc34b)=>{_0x1fc34b['id']!==_0x3a49ea&&(_0x3a49ea=_0x1fc34b['id'],_0x2de8b0=this['_getAIChatFeedAPI'](_0x1fc34b)),_0x299a2a(_0x1f9407,_0x2de8b0);});}['addCurrentDocumentToChatContext'](){us(this['context'])['length']&&this['activeConversation']?.['addCurrentDocumentToContext'](ls(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](_0x2a6bfe){const _0x389c1b=this['_aiEditing']['getSelectionText'](_0x2a6bfe);this['activeConversation']?.['addSelectionToContext'](_0x389c1b),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0x544390){await this['_startConversationSafely']({'modelId':_0x544390?.['modelId']});}async['sendMessage'](_0x364f80){await this['_handleUIUserMessage'](_0x364f80);}['getGroupId'](){const _0x4f79f4=this['context']['config']['get']('collaboration.channelId');if(!_0x4f79f4)throw new at('ai-missing-channel-id',this);return _0x4f79f4;}['_handleRemovedConversation'](_0x2b6fed){this['activeConversation']['id']===_0x2b6fed&&this['_startConversationSafely']();}['_prepareDocumentSuggestions'](_0x3e3012){const {reply:_0x1d1187,interaction:_0x1dd8a2}=this['getInteractionAndReplyById'](_0x3e3012['replyId']),_0x54e4be=void 0x0!==_0x3e3012['partIndex']?[_0x1d1187['changeGroups'][_0x3e3012['partIndex']]]:_0x1d1187['changeGroups']['filter'](_0x3f466b=>'pending'==_0x3f466b['state']);return _0x54e4be['map'](_0xf12e65=>_0x1d1187['changeGroups']['indexOf'](_0xf12e65))['forEach'](_0x52cc2e=>{const _0x535ed0=this['_getDocumentRangeForReplyChanges'](_0x3e3012['replyId'],_0x52cc2e);_0x535ed0&&'$graveyard'!=_0x535ed0['range']['root']['rootName']?(_0x1d1187['setChangeGroupState'](_0x52cc2e,'accepted'),void 0x0!==_0x3e3012['partIndex']&&this['_scrollToSuggestionRange'](_0x535ed0['range'],!0x1,_0x535ed0['targetEditor'])):_0x1d1187['setChangeGroupState'](_0x52cc2e,'outdated');}),On({'groups':_0x54e4be['filter'](_0x34eedc=>'accepted'===_0x34eedc['state']),'documentContextContent':_0x1d1187['documentContextContent'],'documents':_0x1dd8a2['getDocumentContext']()?.['documents']??[]});}['_insertSuggestion'](_0x28ae75){const _0x32505f=this['context']['plugins']['get'](_0x3ea65d),{reply:_0x496b36,interaction:_0x457764}=this['getInteractionAndReplyById'](_0x28ae75['replyId']),_0x448ba4=this['_prepareDocumentSuggestions'](_0x28ae75),_0x5c4476=ks({'documentSuggestions':_0x448ba4,'transform':!0x0,'documentCompare':_0x32505f,'documentCompareOptions':{'markDeletions':!0x0}});for(const [_0x2fb1bf,_0x252039]of _0x5c4476){const {editor:_0x30ba5e,indexes:_0x242695}=_0x448ba4['get'](_0x2fb1bf);if(!_0x30ba5e['plugins']['has']('TrackChanges')){ft('ai-no-track-changes',{'editor':_0x30ba5e});continue;}let _0x5cadba;js(_0x252039,'chat'),_0x30ba5e['model']['change'](_0x57aa9b=>{_0x5cadba=_0x57aa9b['batch'],_0x30ba5e['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x252039),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x5cadba,{'interactionId':_0x457764['id'],'replyId':_0x496b36['id'],'indexes':_0x242695});}this['_updateRatings'](_0x496b36);}['_applySuggestion'](_0x29d656){const _0x4630a6=this['context']['plugins']['get'](_0x3ea65d),{reply:_0x13f1b3,interaction:_0xdbe757}=this['getInteractionAndReplyById'](_0x29d656['replyId']),_0x52e2e0=this['_prepareDocumentSuggestions'](_0x29d656),_0x1f30b3=ks({'documentSuggestions':_0x52e2e0,'transform':!0x0,'documentCompare':_0x4630a6,'documentCompareOptions':{'markDeletions':!0x1}});for(const [_0x5f02bf,_0x3643bd]of _0x1f30b3){const {editor:_0x16ffc3,indexes:_0x2c6879}=_0x52e2e0['get'](_0x5f02bf);let _0x2362a3;js(_0x3643bd,'chat');try{_0x16ffc3['model']['change'](_0x7a6d7d=>{_0x2362a3=_0x7a6d7d['batch'];for(const _0x160ec1 of _0x3643bd)_0x160ec1['baseVersion']=_0x16ffc3['model']['document']['version'],Ns(_0x16ffc3,_0x160ec1),_0x7a6d7d['batch']['addOperation'](_0x160ec1),_0x16ffc3['model']['applyOperation'](_0x160ec1);}),this['_batchToChanges']['set'](_0x2362a3,{'interactionId':_0xdbe757['id'],'replyId':_0x13f1b3['id'],'indexes':_0x2c6879});}catch(_0x102cc3){throw this['_reporter']['logError'](new nn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x102cc3})),_0x102cc3;}}this['_updateRatings'](_0x13f1b3);}['_rejectSuggestion'](_0x2f0044){const {reply:_0x33e38c}=this['getInteractionAndReplyById'](_0x2f0044['replyId']);_0x33e38c['setChangeGroupState'](_0x2f0044['partIndex'],'rejected');}['_openBalloonFor'](_0x42f0e3,_0x1bbea8){if(!this['_hasAIChatBalloon'])return;const {reply:_0x5cb707}=this['getInteractionAndReplyById'](_0x42f0e3),_0x3e0d61=_0x5cb707['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(!_0x3e0d61['length'])return;let _0x4f25a0,_0x11091f;if(void 0x0!==_0x1bbea8?(_0x11091f=_0x3e0d61['find'](_0x45275a=>_0x45275a['index']==_0x1bbea8),_0x4f25a0=_0x11091f?.['index']):(_0x11091f=_0x3e0d61[0x0],_0x4f25a0=_0x11091f['index']),!_0x11091f)return void _0x5cb707['setChangeGroupState'](_0x1bbea8??0x0,'outdated');if(this['_currentPreviewedChangeGroup']?.['replyId']==_0x42f0e3&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x4f25a0)return;const _0x30531a=this['_getUserPresentableContentPartDocumentRange'](_0x42f0e3,_0x5cb707,_0x11091f),_0x1fb451=_0x5cb707['changeGroups']['find'](_0x3ad91f=>_0x3ad91f['index']==_0x4f25a0)['editor'],_0x3cafd7=_0x1fb451['plugins']['get']('AIChatBalloon');if(this['_activeBalloon']&&this['_activeBalloon']!==_0x3cafd7&&this['_activeBalloon']['close'](),!_0x30531a)return _0x3cafd7['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x3cafd7,this['_currentPreviewedChangeGroup']={'replyId':_0x42f0e3,'partIndex':_0x4f25a0},this['_scrollToSuggestionRange'](_0x30531a,!0x0,_0x1fb451);const _0x153c41=this['_getPresentableSiblingContentPartIndex'](_0x42f0e3,_0x4f25a0,'next');_0x3cafd7['clearContent'](),_0x3cafd7['updateContent']({'part':_0x11091f,'renderingStrategy':'static'}),_0x3cafd7['open']({'index':_0x4f25a0,'title':ls(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x4f25a0+0x1)['toString']()),'showRotator':null!==_0x153c41,'ranges':[_0x30531a],'areActionsDisabled':_0x5cb707['areActionsDisabled'],'targetEditor':_0x1fb451}),_0x3cafd7['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x42f0e3,_0x4f25a0),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x42f0e3,'index':_0x4f25a0,'isActive':!0x0});}['_closeActiveBalloon'](){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;}['_getPresentableSiblingContentPartIndex'](_0x2c9bef,_0x51d51a,_0x473886){const {reply:_0x4b91f0}=this['getInteractionAndReplyById'](_0x2c9bef),_0x149bb0=_0x4b91f0['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x149bb0['length'])return null;const _0x5cd674='next'==_0x473886?0x1:-0x1;function _0x1429fb(_0x140901){const _0x501376=(_0x140901+_0x5cd674+_0x149bb0['length'])%_0x149bb0['length'];return{'siblingIndex':_0x501376,'siblingPart':_0x149bb0[_0x501376]};}const _0x1909f8=_0x149bb0['findIndex'](_0xa2ddb6=>_0xa2ddb6['index']==_0x51d51a);let {siblingIndex:_0x111929,siblingPart:_0x2a35ea}=_0x1429fb(_0x1909f8);for(;!this['_getUserPresentableContentPartDocumentRange'](_0x2c9bef,_0x4b91f0,_0x2a35ea);)if({siblingIndex:_0x111929,siblingPart:_0x2a35ea}=_0x1429fb(_0x111929),_0x111929===_0x1909f8)return null;return _0x2a35ea['index'];}['_getUserPresentableContentPartDocumentRange'](_0x5b6638,_0x1673f4,_0x4b58eb){const _0x6ca17c=_0x1673f4['changeGroups'];if(!_0x4b58eb['hasChanges'])return null;const _0x8d84d8=_0x6ca17c['find'](_0x71a7c4=>_0x71a7c4['index']==_0x4b58eb['index']);if('pending'!==_0x8d84d8?.['state'])return null;if(!_0x8d84d8?.['editor']||'destroyed'===_0x8d84d8['editor']['state'])return _0x1673f4['setChangeGroupState'](_0x4b58eb['index'],'outdated'),null;const _0x512ace=this['_getDocumentRangeForReplyChanges'](_0x5b6638,_0x4b58eb['index']);if(!_0x512ace)return _0x1673f4['setChangeGroupState'](_0x4b58eb['index'],'outdated'),null;const {range:_0x312413,currentIndex:_0x4acf6b}=_0x512ace;return'$graveyard'==_0x312413['root']['rootName']?(_0x1673f4['setChangeGroupState'](_0x4acf6b,'outdated'),null):_0x512ace['range'];}['_getDocumentRangeForReplyChanges'](_0x31404d,_0x477572){const {reply:_0x536ded,interaction:_0x2c2feb}=this['getInteractionAndReplyById'](_0x31404d),_0x3e894b=_0x536ded['changeGroups']['filter'](_0x396ef7=>'pending'==_0x396ef7['state']),_0xa97b27=_0x3e894b['map'](_0x3cd0af=>_0x536ded['changeGroups']['indexOf'](_0x3cd0af));void 0x0===_0x477572&&(_0x477572=_0xa97b27[0x0]);const _0x5cd6ae=_0xa97b27['indexOf'](_0x477572);if(-0x1==_0x5cd6ae)return null;const _0x54c2dc=_0x3e894b[_0x5cd6ae],_0x122353=_0x54c2dc['editor'];if(!_0x122353||'destroyed'===_0x122353['state'])return null;const _0x20fb07=_0x536ded['documentContextContent']['get'](_0x54c2dc['documentId']),_0x765852=new _0x428e8a([]),_0x36f9df=new _0x428e8a([]);for(const _0x1de52e of _0x54c2dc['changes'])if('removed'!=_0x1de52e['type']&&_0x36f9df['children']['push'](_0x1de52e['node']['cloneNode'](!0x0)),'new'!=_0x1de52e['type']){const _0x5b91aa=_0x103707(_0x4bc4f9=>Cs(_0x4bc4f9,'data-id')==_0x1de52e['id'],_0x20fb07,!0x0);_0x765852['children']['push'](_0x5b91aa['cloneNode'](!0x0));}if(0x0==_0x765852['children']['length']){if(_0x54c2dc['changes'][0x0]['anchorId']){const _0x1ced26=ms('data-id',_0x54c2dc['changes'][0x0]['anchorId'],_0x20fb07);_0x765852['children']['unshift'](_0x1ced26['cloneNode'](!0x0)),_0x36f9df['children']['unshift'](_0x1ced26['cloneNode'](!0x0)),_0x1ced26['nextSibling']&&(_0x765852['children']['push'](_0x1ced26['nextSibling']['cloneNode'](!0x0)),_0x36f9df['children']['push'](_0x1ced26['nextSibling']['cloneNode'](!0x0)));}else{const _0x1376e6=_0x20fb07['children'][0x0];if(!_0x1376e6)return null;_0x765852['children']['push'](_0x1376e6['cloneNode'](!0x0)),_0x36f9df['children']['push'](_0x1376e6['cloneNode'](!0x0));}}const _0x242fc3=_0x2c2feb['getDocumentContext'](),_0xd8b9a6=_0x242fc3['documents']['find'](_0x2e4127=>_0x2e4127['id']==_0x54c2dc['documentId'])['content'],_0x2aff8=_0x122353['model']['document']['getRoot'](_0x54c2dc['rootName']),_0x42344f=_0x122353['data']['parse'](_0xd8b9a6,_0x2aff8),_0x35d946=ps(_0x765852),_0x1ce5a1=_0x122353['data']['parse'](_0x35d946,_0x2aff8),_0x5c04d3=_0x122353['data']['parse'](_0x35d946,_0x2aff8),_0x3caa68=_0x122353['model']['createPositionAt'](_0x1ce5a1,0x0),_0x21d06c=ps(_0x36f9df),_0x1a7425={'targetEditor':_0x122353,'anchor':_0x3caa68,'markDeletions':!0x1},_0x2cb926=_0x122353['plugins']['get'](_0x3ea65d)['getDiff'](_0x35d946,_0x21d06c,_0x1a7425)['getOperations']();if(!_0x2cb926['length'])return null;_0x122353['model']['change'](_0x5c9460=>{for(const _0x321c0c of _0x2cb926)if('remove'==_0x321c0c['type']){const _0x5709c8=_0x321c0c['sourcePosition'],_0x4961b6=_0x321c0c['howMany'],_0x580bdb=new _0x1bbc64(_0x5709c8,_0x4961b6);_0x5c9460['batch']['addOperation'](_0x580bdb),_0x122353['model']['applyOperation'](_0x580bdb);}else'marker'!==_0x321c0c['type']&&(_0x321c0c['baseVersion']=null,_0x321c0c['isDocumentOperation']=!0x1,_0x5c9460['batch']['addOperation'](_0x321c0c),_0x122353['model']['applyOperation'](_0x321c0c));});const _0x330768=Fs(_0x122353,_0x2cb926,_0x1ce5a1);Ws(_0x122353['model'],_0x330768);const _0x38f30d=_0x330768['getFirstRange']()['start']['path']['slice'](),_0x2315ad=_0x330768['getFirstRange']()['end']['path']['slice'](),_0x5196d3=[];let _0x396735=_0x1ce5a1,_0x21a10c=_0x5c04d3;for(let _0x5121ff=0x0;_0x5121ff<_0x2315ad['length'];_0x5121ff++){const _0x3dd991=_0x396735['maxOffset']-_0x2315ad[_0x5121ff];_0x5196d3[_0x5121ff]=_0x21a10c['maxOffset']-_0x3dd991,_0x396735=_0x396735['getChildAtOffset'](_0x2315ad[_0x5121ff]),_0x21a10c=_0x21a10c['getChildAtOffset'](_0x5196d3[_0x5121ff]);}const _0x275739=_0x122353['model']['createRange'](_0x122353['model']['createPositionFromPath'](_0x5c04d3,_0x38f30d),_0x122353['model']['createPositionFromPath'](_0x5c04d3,_0x5196d3)),_0x236660=_0x5c04d3['getChild'](0x0)['getAttribute'](_0x32a933),_0x5259ba=Array['from'](_0x42344f['getChildren']())['find'](_0x2023b5=>_0x2023b5['getAttribute'](_0x32a933)==_0x236660)['getPath'](),_0x5141c=_0x275739['start']['path']['slice'](),_0x7073a6=_0x275739['end']['path']['slice']();_0x5141c[0x0]=_0x5259ba[0x0]+_0x5141c[0x0],_0x7073a6[0x0]=_0x5259ba[0x0]+_0x7073a6[0x0];let _0x5eb542=_0x122353['model']['createRange'](_0x122353['model']['createPositionFromPath'](_0x122353['model']['document']['getRoot'](_0x54c2dc['rootName']),_0x5141c),_0x122353['model']['createPositionFromPath'](_0x122353['model']['document']['getRoot'](_0x54c2dc['rootName']),_0x7073a6));const _0x10509a=_0x242fc3['documents']['find'](_0x4ce75e=>_0x4ce75e['id']==_0x54c2dc['documentId'])['version'],_0x4e40ee=_0x122353['model']['document']['history']['getOperations'](_0x10509a);for(const _0xa2c7bf of _0x4e40ee)_0x5eb542=_0x5cca78['_createFromRanges'](_0x5eb542['getTransformedByOperation'](_0xa2c7bf));return{'range':_0x5eb542,'currentIndex':_0x477572,'targetEditor':_0x122353};}['_integrateEditorBalloon'](_0x15628b){if(!_0x15628b['plugins']['has']('AIChatBalloon'))return;const _0x3a83a7=_0x15628b['plugins']['get']('AIChatBalloon');this['_hasAIChatBalloon']=!0x0,_0x3a83a7['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x3a83a7,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x48720e,partIndex:_0xe46acc}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x944465}=this['getInteractionAndReplyById'](_0x48720e),_0x1e0ebb=_0x944465['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0xe46acc});_0x3a83a7['updateContent']({'part':_0x1e0ebb[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x3a83a7,'applySuggestion',()=>{const {replyId:_0x7665a1,partIndex:_0x49859a}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x7665a1,'partIndex':_0x49859a}),_0x3a83a7['setState']('accepted');}),this['listenTo'](_0x3a83a7,'insertSuggestion',()=>{const {replyId:_0x51a2f7,partIndex:_0x110d23}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x51a2f7,'partIndex':_0x110d23}),_0x3a83a7['setState']('accepted');}),this['listenTo'](_0x3a83a7,'rejectSuggestion',()=>{const {replyId:_0x3ee30f,partIndex:_0x3fa480}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x3ee30f,'partIndex':_0x3fa480}),_0x3a83a7['setState']('rejected');}),this['listenTo'](_0x3a83a7,'showNext',()=>{const {replyId:_0x643b4e,partIndex:_0x4f5bbf}=this['_currentPreviewedChangeGroup'],_0xa27b2=this['_getPresentableSiblingContentPartIndex'](_0x643b4e,_0x4f5bbf,'next');null!==_0xa27b2&&this['_openBalloonFor'](_0x643b4e,_0xa27b2);}),this['listenTo'](_0x3a83a7,'showPrevious',()=>{const {replyId:_0x3ca014,partIndex:_0xfa4201}=this['_currentPreviewedChangeGroup'],_0x48cffa=this['_getPresentableSiblingContentPartIndex'](_0x3ca014,_0xfa4201,'previous');null!==_0x48cffa&&this['_openBalloonFor'](_0x3ca014,_0x48cffa);}),this['listenTo'](_0x3a83a7,'dialogClosed',(_0x12aa8b,{id:_0x1b7dc4})=>{if('aiChatBalloon'!==_0x1b7dc4)return;const {replyId:_0x85650a,partIndex:_0x19b37d}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x85650a,'index':_0x19b37d,'isActive':!0x1}),this['_activeBalloon']===_0x3a83a7&&(this['_activeBalloon']=void 0x0);});}['_integrateEditor'](_0x4bf9a8){if(this['_channelsToEditors']['set'](_0x4bf9a8['config']['get']('collaboration.channelId'),_0x4bf9a8),this['_integrateEditorBalloon'](_0x4bf9a8),this['addCurrentDocumentToChatContext'](),_0x4bf9a8['once']('destroy',()=>{this['_checkRemoveCurrentDocumentFromChatContext']();}),_0x4bf9a8['plugins']['has']('Undo')){const _0x2413f3=_0x4bf9a8['commands']['get']('undo'),_0x350f53=_0x4bf9a8['commands']['get']('redo');this['listenTo'](_0x2413f3,'revert',(_0x2dd79e,_0x42846b,_0x160347)=>{const _0x83b354=this['_batchToChanges']['get'](_0x42846b);if(!_0x83b354)return;const _0x4a18e1=this['activeConversation']['getInteraction'](_0x83b354['interactionId']),_0x10cc68=_0x4a18e1?.['getReply'](_0x83b354['replyId']);this['_batchToChanges']['delete'](_0x42846b),_0x4a18e1&&_0x10cc68&&(_0x83b354['indexes']['forEach'](_0x337ff2=>_0x10cc68['setChangeGroupState'](_0x337ff2,'pending')),this['_batchToChanges']['set'](_0x160347,_0x83b354));}),this['listenTo'](_0x350f53,'revert',(_0x482488,_0x3909e8,_0x9450d)=>{const _0x1eff1b=this['_batchToChanges']['get'](_0x3909e8);if(!_0x1eff1b)return;const _0x11848a=this['activeConversation']['getInteraction'](_0x1eff1b['interactionId']),_0x338c33=_0x11848a?.['getReply'](_0x1eff1b['replyId']);this['_batchToChanges']['delete'](_0x3909e8),_0x11848a&&_0x338c33&&(_0x1eff1b['indexes']['forEach'](_0x3c6837=>_0x338c33['setChangeGroupState'](_0x3c6837,'accepted')),this['_batchToChanges']['set'](_0x9450d,_0x1eff1b));});}const _0x1466bf=_0x4bf9a8['config']['get']('ai.chat.context');_0x1466bf['alwaysAddSelection']&&_0x1466bf['document']['enabled']&&this['listenTo'](_0x4bf9a8['model']['document']['selection'],'change:range',(_0xfdde1c,_0x2eda66)=>{_0x2eda66['directChange']&&'chat'===_0x4bf9a8['plugins']['get']('AITabs')['view']['activeTab']&&(_0x4bf9a8['model']['hasContent'](_0x4bf9a8['model']['document']['selection'])?this['addSelectionToChatContext'](_0x4bf9a8):this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x4c18df=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x218caf=await _0x4c18df['getConversations']();return _0x218caf['length']?_0x218caf[0x0]['id']:'new';}catch(_0x181751){return this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':Ot()}),this['_reporter']['logError'](new at('ai-chat-conversation-init-failed',this,{'error':_0x181751})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x4627db={}){this['set']('isConversationReady',!0x1);try{await this['_handleStartConversation'](_0x4627db);}catch(_0xfb8692){this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x4627db['id']||Ot()}),this['_reporter']['logError'](_0xfb8692),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x4a4fa5,modelId:_0xe94d7d}={}){this['_closeActiveBalloon']();let _0x5c057b=_0xe94d7d;_0x5c057b||(_0x4a4fa5||!this['activeConversation']?_0x5c057b=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x5c057b=this['activeConversation']['selectedModel']['id'])),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();const _0x26fe7b=this['getGroupId'](),_0x53e231=_0x4a4fa5||Ot();let _0x483681;this['activeConversation']=new Rn({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x5c057b,'conversationId':_0x53e231,'group':_0x26fe7b,'locale':this['context']['locale'],'isFromHistory':!!_0x4a4fa5,'channelsToEditors':this['_channelsToEditors'],'getSessionId':_0x4e0343=>this['_aiEditing']['getSessionId'](_0x4e0343)}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['listenTo'](this['activeConversation'],'conversationInitialized',(_0x51dcce,_0xd4c62c)=>{this['_aiChatUi']['createConversation'](_0xd4c62c),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x4a4fa5||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['listenTo'](this['activeConversation'],'uploadProgressChanged',(_0x21dec9,_0x4bac6e)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x4bac6e['isUploadInProgress']);}),this['listenTo'](this['activeConversation'],'webSearchStarted',()=>{const _0xcd9c46=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0xcd9c46);}),this['listenTo'](this['activeConversation'],'reasoningStarted',()=>{const _0x1ca07c=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x1ca07c);}),this['listenTo'](this['activeConversation'],'webSearchFinished',(_0x34cf64,_0x5e856a)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x5e856a,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['listenTo'](this['activeConversation'],'reasoningFinished',(_0x41f283,_0x33fabd)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x33fabd,{'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});}),this['listenTo'](this['activeConversation'],'interactionStarted',()=>{this['_aiChatUi']['startInteraction']();}),this['listenTo'](this['activeConversation'],'interactionFinished',async()=>{this['_updateReplyContentThrottled']['flush'](),await this['_aiChatUi']['finishInteraction']();}),this['listenTo'](this['activeConversation'],'interactionDestroyed',(_0x56a59c,_0x5973d9)=>{this['_aiChatUi']['removeFeedInteraction'](_0x5973d9['id']);}),this['listenTo'](this['activeConversation'],'setConversationTitle',(_0x39c84b,_0x5098ae,_0x4fdbb9)=>{this['_updateConversationTitle'](_0x5098ae,_0x4fdbb9);}),this['listenTo'](this['activeConversation'],'replyContentUpdated',async(_0x2eb342,_0x5af540)=>{void 0x0!==_0x483681&&_0x483681!==_0x5af540['id']&&this['_updateReplyContentThrottled']['flush'](),_0x483681=_0x5af540['id'],_0x5af540['isFromHistory']?await this['_updateReplyContent']({'reply':_0x5af540}):await this['_updateReplyContentThrottled']({'reply':_0x5af540});}),this['listenTo'](this['activeConversation'],'replyChangeGroupStateUpdated',(_0x5e0814,{reply:_0x26df9c,index:_0x4e4209,state:_0x8dc7c5})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x26df9c['id'],'index':_0x4e4209,'state':_0x8dc7c5}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x26df9c['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x4e4209&&this['_activeBalloon']?.['setState'](_0x8dc7c5);}),this['listenTo'](this['activeConversation'],'contextItemAdded',(_0x2b578b,_0x55653d)=>{if(this['_aiChatUi']['addContextItem'](_0x55653d['contextItem'],_0x55653d['isLoading']),'selection'===_0x55653d['contextItem']['type']){const _0x21dbdc=ds(this['context']),_0x3825a5=[..._0x21dbdc['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'editor':_0x21dbdc,'ranges':_0x3825a5,'id':'context','priority':0x1});}}),this['listenTo'](this['activeConversation'],'contextItemRemoved',(_0x1ce11e,_0x5af6d0)=>{this['_aiChatUi']['removeContextItem'](_0x5af6d0['uiId']),'current-document'==_0x5af6d0['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x5af6d0['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['listenTo'](this['activeConversation'],'contextItemLoadingEnded',(_0xafd0c8,_0x43d655)=>{this['_aiChatUi']['setContextItemLoading'](_0x43d655['contextItem']['uiId'],_0x43d655['isLoading']);}),this['listenTo'](this['activeConversation'],'contextSent',(_0x5f273e,_0x2afaac)=>{this['_aiChatUi']['setConversationContext'](_0x2afaac['contextItems']);}),this['listenTo'](this['activeConversation'],'addContextOptionsChanged',(_0x4b2614,_0x38982c)=>{this['_aiChatUi']['setAddContextOptions'](_0x38982c['options']);}),this['listenTo'](this['activeConversation'],'sourceResourcesLoaded',(_0x1b4c3a,_0x146f85)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x146f85['sourceId'],_0x146f85['source'],_0x146f85['resources'],_0x146f85['uid']);}),this['listenTo'](this['activeConversation'],'resourceStateChanged',(_0x53b98e,_0x462347)=>{this['_aiChatUi']['updateResourceState'](_0x462347['sourceId'],_0x462347['resourceId'],_0x462347['isInContext']);}),this['listenTo'](this['activeConversation'],'capabilitiesUpdated',(_0x2f2617,_0x26b786)=>{this['_aiChatUi']['updateCapabilities'](_0x26b786);}),this['listenTo'](this['activeConversation'],'modelSelected',async(_0x1db2dc,_0x43b264)=>{try{const _0x79d1b2=(await this['_aiChatModels']['getAll']())['find'](_0x235e19=>_0x235e19['id']===_0x43b264['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x79d1b2,_0x43b264['isDisabled']);}catch(_0x29559f){this['_reporter']['logError'](new nn({'code':'ai-chat-models-unable-to-retrieve','type':'network','cause':_0x29559f}),{'context':{'operation':'model-selected'}});}}),this['listenTo'](this['activeConversation'],'error',(_0x2605d2,{error:_0x326e38,interactionId:_0x5cfbae,fileName:_0x4389bb,url:_0x56a9bb,sourceId:_0x1f9e2b,sourceLabel:_0x137adc})=>{const _0x33b405=_0x5cfbae?_0x5cfbae+':'+Ot():Ot();this['_reporter']['reportError'](_0x326e38),_0x326e38['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':ls(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-conversation-init-failed')||_0x326e38['message']['startsWith']('ai-chat-conversation-start-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x4389bb),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x56a9bb),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x1f9e2b&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x1f9e2b),this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x137adc||'source'),'id':_0x33b405})):_0x326e38['message']['startsWith']('ai-chat-resource-load-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-invalid-request')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-context-unsupported-file-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-context-file-too-large')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-context-file-too-many-pages')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_MANY_PAGES'),'id':_0x33b405}):_0x326e38['message']['startsWith']('ai-chat-context-form-data-size-limits-exceeded')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_FORM_DATA_SIZE_LIMITS_EXCEEDED'),'id':_0x33b405}):this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x33b405});}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x4a4fa5||(await this['activeConversation']['start'](),this['_aiChatUi']['enableControls']()),this['set']('isConversationReady',!0x0);}async['_handleUIUserMessage']({message:_0x13093d,attributes:_0x511389}){if(!this['activeConversation'])throw new at('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0xe0554b=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentsInContext'](_0xe0554b);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x13093d,'attributes':_0x511389});}['_removeFromContext'](_0x24beea){this['activeConversation']?.['removeFromContext'](_0x24beea);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x3c8912){const [_0x2c56d4,_0x7a22ca]=_0x3c8912['split'](':'),_0x20da74=this['activeConversation']['getInteraction'](_0x2c56d4);return{'interaction':_0x20da74,'reply':_0x20da74['getReply'](_0x7a22ca)};}['_scrollToSuggestionRange'](_0xc87f28,_0x3523a6=!0x1,_0x1a7b0b){const _0x288630={'target':_0x1a7b0b['editing']['view']['domConverter']['viewRangeToDom'](_0x1a7b0b['editing']['mapper']['toViewRange'](_0xc87f28)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x3523a6};_0x3523a6&&(_0x288630['alignToTop']=!0x0),St(_0x288630);}['_updateConversationTitle'](_0x165e22,_0x168e35=!0x1){this['_aiChatUi']['setConversationTitle'](_0x165e22||ls(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x168e35);}['_addFeedItemReply'](_0x3a6d67){'text'===_0x3a6d67['type']?this['_aiChatUi']['addFeedItemAIReply'](_0x3a6d67):this['_aiChatUi']['addFeedItemAISuggestion'](_0x3a6d67);}async['_updateReplyContent']({reply:_0x3715c3,renderingStrategy:_0x19a1ed}){const {id:_0x2547eb,interactionId:_0x40835d,isDone:_0x4cb64f,type:_0x210638,parsedContent:_0x485262}=_0x3715c3,_0x27ae17=_0x40835d+':'+_0x2547eb;if('modification'===_0x210638){const _0x8f55f4=_0x3715c3['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x27ae17,'parts':_0x8f55f4,'isDone':_0x4cb64f,'skipLoadingEffects':_0x3715c3['isFromHistory']});}else'text'===_0x210638&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x27ae17,'parsedContent':_0x485262['get']('text'),'renderingStrategy':_0x19a1ed,'isDone':_0x4cb64f});_0x4cb64f&&_0x3715c3['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x27ae17,_0x3715c3['sources']);}['_updateReplyContentThrottled']=_0x57ffe3(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x5cb877=this['activeConversation']?.['lastInteraction'];_0x5cb877&&(_0x5cb877['stop'](),this['_aiChatUi']['stopInteraction'](_0x5cb877)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x219236=this['activeConversation']?.['lastInteraction'];if(_0x219236){for await(const _0x5b2c18 of _0x219236['replies'])this['_aiChatUi']['hasFeedItem'](_0x5b2c18['id'])||this['_addFeedItemReply'](_0x5b2c18),await this['_updateReplyContent']({'reply':_0x5b2c18,'renderingStrategy':'static'});}}['_updateRatings'](_0x328a07){const _0x3ff386={'positiveCount':_0x328a07['changeGroups']['filter'](_0x2e1894=>'accepted'===_0x2e1894['state'])['length'],'totalCount':_0x328a07['changeGroups']['length'],'modificationId':_0x328a07['id']},_0xd12191=this['activeConversation']['getInteraction'](_0x328a07['interactionId'])['messageId'];_0xd12191&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0xd12191,_0x3ff386);}['_getAIChatFeedAPI'](_0x35cad6){const _0x15b297=this['_aiChatUi'],_0x39fdb6=()=>{_0x35cad6['resetWebSearchState'](),_0x35cad6['resetReasoningState'](),_0x15b297['clearLoadingMessage']();},_0x586607=()=>{_0x35cad6['currentReply']&&(_0x35cad6['currentReply']['done'](),_0x35cad6['currentReply']=void 0x0);};return{'insertTextReply':(_0x490c32,_0x1e8f33)=>{_0x586607(),_0x39fdb6();const _0xf5b710=_0x35cad6['currentReply']=_0x35cad6['createReply']({'type':'text','interactionId':_0x35cad6['id'],'id':_0x1e8f33||Ot(),'channelsToEditors':this['_channelsToEditors']});return _0xf5b710['appendContent'](_0x490c32),_0x586607(),_0xf5b710;},'insertCustomElement':async(_0x253287,_0x16980a)=>(_0x586607(),_0x39fdb6(),_0x15b297['addFeedItemCustomElement'](_0x253287,_0x16980a||Ot())),'setLoadingMessage':_0x1ea7a6=>{_0x15b297['setLoadingMessage'](_0x1ea7a6);},'clearLoadingMessage':()=>{_0x15b297['clearLoadingMessage']();}};}['_checkRemoveCurrentDocumentFromChatContext'](){us(this['context'])['find'](_0x1402ef=>'destroyed'!==_0x1402ef['state'])||(this['activeConversation']?.['removeFromContext']('current-document'),this['activeConversation']?.['toggleAddCurrentDocumentOptionVisibility'](!0x1));}};const Nn=['showChangeInText','insertSuggestion','applySuggestion','rejectSuggestion','mouseOverSuggestion','mouseLeaveSuggestion','toggleSuggestionDisplayMode','like','dislike'],yn=[...Nn,'startConversation','sendUserMessage','promptInputPaste','abortPromptStream','addDocumentToContext','addFileToContext','addUrlToContext','executeCustomItemCallback','addResourceToContext','removeContextItem','loadSourceResources','toggleWebSearch','toggleReasoning','selectModel'];function xn(_0x351e54){const _0x28cee0=new AbortController();return{'promise':new Promise((_0x14dd70,_0x1c1a94)=>{const _0x1f44bd=setTimeout(_0x14dd70,_0x351e54);_0x28cee0['signal']['addEventListener']('abort',()=>{clearTimeout(_0x1f44bd),_0x1c1a94();});}),'abortController':_0x28cee0};}var Ln=class{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x2258fa){this['options']={'delay':_0x2258fa?.['delay']??0xa,'textNodeStyle':_0x2258fa?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0xd52a07,targetElement:_0x22c9d6,abortSignal:_0x19d647}){this['isStreaming']&&this['stop'](),_0x19d647?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x2c8968(_0xd52a07,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x8e5638=0x0;_0x8e5638<this['currentIndex'];_0x8e5638++)this['nodesList'][_0x8e5638]['shouldBeStreamed']=!0x0;do{const _0x4780a6=Date['now'](),_0x487449=this['nodesList'][this['currentIndex']],_0x95450d=_0x4780a6-this['lastUpdateTime'];if(_0x487449){_0x487449['shouldBeStreamed']=!0x0;let _0x2a5403=_0x487449['parent'];for(;_0x2a5403;)_0x2a5403['shouldBeStreamed']=!0x0,_0x2a5403=_0x2a5403['parent'];}if(_0x95450d<this['options']['delay'])try{const {promise:_0x403289,abortController:_0x4b540e}=xn(this['options']['delay']-_0x95450d);this['timeoutAbortController']=_0x4b540e,await _0x403289;}catch(_0x23d592){return;}_0x320955(_0x22c9d6,'<'+_0x22c9d6['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x22c9d6['tagName']+'>',{'childrenOnly':!0x0}),this['currentIndex']++,this['lastUpdateTime']=Date['now']();}while(this['currentIndex']<this['nodesList']['length']);this['currentIndex']=this['nodesList']['length'],this['isStreaming']=!0x1;}['reset'](){this['isStreaming']=!0x1,this['document']=null,this['nodesList']=[],this['currentIndex']=0x0,this['timeoutAbortController']=null;}['cleanUpAnimations']({targetElement:_0x284d54}){Array['from'](_0x284d54['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x4c6f0d=>{_0x4c6f0d['replaceWith'](_0x4c6f0d['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0xf3e928){let _0x23a2f4='';if(function(_0x4d0d4a){return _0x779624(_0x4d0d4a);}(_0xf3e928)){for(const _0x435834 of _0xf3e928['children'])_0x23a2f4+=this['renderNode'](_0x435834);}else{if(Hn(_0xf3e928)){if(!_0xf3e928['shouldBeStreamed'])return'';const _0x4c427b=_0xf3e928,_0x4202b5=Object['entries'](_0x4c427b['attribs'])['map'](([_0x293df4,_0x182cc0])=>_0x293df4+'=\x22'+_0x182cc0+'\x22')['join']('\x20');_0x23a2f4+='<'+_0x4c427b['tagName']+(_0x4202b5?'\x20'+_0x4202b5:'')+'>';for(const _0x2fa1fa of ti(_0x4c427b))_0x23a2f4+=this['renderNode'](_0x2fa1fa);_0x23a2f4+='</'+_0x4c427b['tagName']+'>';}else{if(!Pn(_0xf3e928))return'';if(!_0xf3e928['shouldBeStreamed'])return'';!function(_0x43b1d2){return!(!_0x43b1d2['parent']||!Hn(_0x43b1d2['parent']))&&(!!Dn['includes'](_0x43b1d2['parent']['tagName'])&&!_0x4452ef(_0x43b1d2)['match'](/^\s*[<>]\s*$/));}(_0xf3e928)?_0x23a2f4+=_0x425375(_0xf3e928):_0x23a2f4+=_0x425375(new _0x11613c('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0xf3e928]));}}return _0x23a2f4;}['getParsedDocumentNodeList'](){const _0x3d1634=[];return function(_0x2ec421,_0x4336b7){const _0x4e2eef=_0x55486e=>{if(_0x4336b7(_0x55486e),_0x55486e instanceof _0x1b5cde)for(let _0x16d007=0x0;_0x16d007<_0x55486e['children']['length'];_0x16d007++){const _0x58c570=_0x55486e['children'][_0x16d007];_0x4e2eef(_0x58c570);}};for(let _0x51f9dd=0x0;_0x51f9dd<_0x2ec421['children']['length'];_0x51f9dd++)_0x4e2eef(_0x2ec421['children'][_0x51f9dd]);}(this['document'],_0x40592d=>{if(Pn(_0x40592d)){const _0x23d2bd=this['splitTextNodeIntoWordNodes'](_0x40592d);_0x23d2bd['length']&&_0x3d1634['push'](..._0x23d2bd);}_0x40592d['isWordSplitSource']||_0x40592d['isWordSplitResult']||_0x3d1634['push'](_0x40592d);}),_0x3d1634;}['splitTextNodeIntoWordNodes'](_0x432819){if(_0x432819['isWordSplitSource']||_0x432819['isWordSplitResult'])return[];const _0x28692b=_0x4452ef(_0x432819)['match'](/(?:\s*\S+\s*)/g),_0x586a46=[];if(_0x28692b&&_0x28692b['length']>0x1){for(const _0x509a24 of _0x28692b){const _0x14f0a8=new _0x1b2c94(_0x509a24);_0x14f0a8['isWordSplitResult']=!0x0,_0x28f757(_0x432819,_0x14f0a8),_0x586a46['push'](_0x14f0a8);}_0x432819['isWordSplitSource']=!0x0,_0x46f92a(_0x432819);}return _0x586a46;}};const Dn=['p','li','td','th','span','h1','h2','h3','h4','h5','h6','b','strong','i','em','mark','del','ins','sup','sub','a','code','div'];function Pn(_0x152dfd){return _0x238b68(_0x152dfd);}function Hn(_0x5a528d){return _0x314fbd(_0x5a528d);}function Mn(_0x311674,_0x13fab3){_0x311674['cleanUpAnimations']({'targetElement':_0x13fab3}),_0x13fab3['querySelectorAll']('[data-id]')['forEach'](_0x3a990b=>{_0x3a990b['removeAttribute']('data-id');});}var Vn=class extends _0x4708a3{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x2ccb3b){super();const _0x4b374b=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new Ln(),this['options']=_0x2ccb3b,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x4b374b['if']('isDone','ck-ai-chat__feed__item_done'),_0x4b374b['if']('isVisible','ck-hidden',_0x383f02=>!_0x383f02),'ck-ai-chat__feed__text-item'],'data-cke-ai-id':this['options']['id']},'children':this['children']});}['markAsDone'](){Mn(this['htmlStreamer'],this['element']),this['isDone']=!0x0;}async['streamIntoElement'](_0x185332,_0x12c84d,_0x1b73ef){await this['htmlStreamer']['stream']({'document':_0x185332,'targetElement':_0x12c84d,'abortSignal':_0x1b73ef});}},Un=class extends _0x4708a3{['showChangesToggleView'];constructor(_0xf26bb0,_0x11b2ae){super(_0xf26bb0),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Bn(_0xf26bb0),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+cn,'label':ls(_0xf26bb0,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x11b2ae['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x559cb4=>_0x559cb4?tt:_0x2973b4),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x27c41e=new Wt();_0x27c41e['content']=_0x1445d9,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x11b2ae['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x27c41e,{'tag':'span','children':[ls(_0xf26bb0,'AI_SUGGESTION_HEADER_TITLE')]},this['showChangesToggleView']]});}},Bn=class extends Pt{['render'](){super['render'](),this['children']['remove'](this['iconView']),this['children']['add'](this['iconView']);}};const Gn={'accepted':_0x3c414c,'rejected':_0x56ff1c,'outdated':_0x56ff1c};var Fn=class extends _0x4708a3{['stateIconView'];constructor(_0x208a2b){super(_0x208a2b);const _0x3e3109=this['bindTemplate'];this['set']('state','accepted'),this['set']('isVisible',!0x0),this['stateIconView']=new Kn(),this['stateIconView']['bind']('state')['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__content-part-state',_0x3e3109['to']('state',_0x13d2d4=>'ck-ai-suggestion__content-part-state_'+_0x13d2d4),_0x3e3109['if']('isVisible','ck-hidden',_0x4da710=>!_0x4da710)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x3e3109['to']('state',_0x457289=>{switch(_0x457289){case'accepted':return ls(_0x208a2b,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return ls(_0x208a2b,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return ls(_0x208a2b,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x310c5d){this['state']=_0x310c5d;}},Kn=class extends Wt{constructor(){super(),this['set']('state','accepted'),this['content']=Gn[this['state']],this['on']('change:state',()=>{this['content']=Gn[this['state']];});}},Wn=class extends _0x4b90d1{['_applyButton'];['_suggestButton'];constructor(_0x52e51c,_0x201abd,_0x387161){super(_0x52e51c);const _0x46061e=Boolean(_0x387161);this['set']('isEnabled',!_0x46061e),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x45ce82=[];if(_0x46061e){const _0x1fa93e=new Pt(_0x52e51c);_0x1fa93e['set']({'label':ls(_0x52e51c,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x181c93}),_0x1fa93e['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x45ce82['push'](_0x1fa93e);}else{_0x201abd['includes']('applySuggestion')&&(this['_applyButton']=new Pt(_0x52e51c),this['_applyButton']['set']({'label':ls(_0x52e51c,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x3c414c}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['bind']('isVisible')['to'](this,'isTrackChangesOn',_0x3fbc0f=>!_0x3fbc0f),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x45ce82['push'](this['_applyButton'])),_0x201abd['includes']('insertSuggestion')&&(this['_suggestButton']=new Pt(_0x52e51c),this['_suggestButton']['set']({'label':ls(_0x52e51c,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0xa46cb9}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x45ce82['push'](this['_suggestButton']));const _0x331ca3=new Pt(_0x52e51c);_0x331ca3['set']({'label':ls(_0x52e51c,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x56ff1c}),_0x331ca3['bind']('isEnabled')['to'](this),_0x331ca3['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x45ce82['push'](_0x331ca3);}this['items']['addMany'](_0x45ce82);const _0x4a5a24=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x4a5a24['if']('isVisible','ck-hidden',_0xdf0d86=>!_0xdf0d86)]}});}['setButtonsVisibility']({showApplyButton:_0x4713a1,showSuggestButton:_0x77f74b}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x4713a1),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x77f74b);}},Yn=class extends _0x4708a3{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x345bc9,{part:_0x41f2e4,uiIndex:_0x52d904,availableActions:_0x521fbd,areActionsDisabled:_0x1edc05}){super(_0x345bc9),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['set']('isTrackChangesOn',!0x1),this['toolbarView']=new Wn(_0x345bc9,_0x521fbd,_0x1edc05),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x41f2e4['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x41f2e4['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x41f2e4['index']});}),this['toolbarView']['bind']('isEnabled','isTrackChangesOn')['to'](this),this['stateView']=new Fn(_0x345bc9),this['titleLabelView']=new $n(_0x345bc9,_0x52d904),this['children']=this['createCollection'](),this['children']['addMany']([this['titleLabelView'],this['toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-suggestion__body__content-part__title']},'children':this['children']}),this['on']('change:state',(_0x44be2d,_0x16ddba,_0x28bbe2,_0x286a90)=>{'pending'===_0x286a90?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x28bbe2?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x28bbe2),this['children']['add'](this['stateView']));});}},$n=class extends _0x4708a3{constructor(_0x278338,_0x33982c){super(_0x278338),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[ls(_0x278338,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x33982c['toString']())]});}},qn=class extends _0x4708a3{['htmlStreamer'];constructor(_0x598287){super(_0x598287),this['htmlStreamer']=new Ln(),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai-suggestion-streamable-content']}});}async['update']({part:_0x43466b,renderingStrategy:_0x6ae58,abortSignal:_0x253a3f}){const _0x156561=_0x2c8968(_0x43466b['content'],!0x0);for(const _0x46e7c7 of Ts(_0x156561))_0x46f92a(_0x46e7c7);'streaming'===_0x6ae58?await this['htmlStreamer']['stream']({'document':_0x156561,'targetElement':this['element'],'abortSignal':_0x253a3f}):_0x320955(this['element'],'<'+this['element']['tagName']+'>'+ps(_0x156561)+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='',this['element']['scrollTop']=0x0;}['cleanUpStreamingArtifacts'](){Mn(this['htmlStreamer'],this['element']);}},Qn=class extends _0x4708a3{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x3b248b,{part:_0x1d4aae,uiIndex:_0x5dfc8d,areActionsDisabled:_0x8f7ef9,availableActions:_0x54de18}){super(_0x3b248b);const _0x4aa17d=this['bindTemplate'];this['set']('state','pending'),this['set']('isDone',!0x1),this['set']('isVisible',!0x1),this['set']('isActive',!0x1),this['set']('isEnabled',!0x1),this['set']('isTrackChangesOn',!0x1);const _0x3bee96=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x8f7ef9;};this['on']('change:state',_0x3bee96),this['on']('change:isDone',_0x3bee96),_0x3bee96(),this['_children']=this['createCollection'](),this['_headerView']=new Yn(_0x3b248b,{'part':_0x1d4aae,'uiIndex':_0x5dfc8d,'availableActions':_0x54de18,'areActionsDisabled':_0x8f7ef9}),this['_headerView']['bind']('isEnabled','state','isTrackChangesOn')['to'](this),this['_headerView']['delegate'](...Nn)['to'](this),this['_streamableContentView']=new qn(_0x3b248b),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x4aa17d['to']('state',_0x207738=>'ck-ai-suggestion__body__content-part_'+_0x207738),_0x4aa17d['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x4aa17d['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x4aa17d['if']('isVisible','ck-hidden',_0x450856=>!_0x450856)]},'children':this['_children'],'on':{'mouseenter':_0x4aa17d['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x1d4aae['index']});}),'mouseleave':_0x4aa17d['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x1d4aae['index']});}),'click':_0x4aa17d['to'](_0x595f28=>{const _0x2c2ea5=_0x595f28['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x2c2ea5)&&this['fire']('showChangeInText',{'index':_0x1d4aae['index']});})}});}async['updateContent']({part:_0x5ec49c,showUnchangedParts:_0x203f91=!0x1,abortSignal:_0x2438df}){this['partDefinition']=_0x5ec49c,this['isVisible']=this['partDefinition']['hasChanges']||_0x203f91,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x5ec49c,'renderingStrategy':'static','abortSignal':_0x2438df});}['markAsDone'](){this['isDone']=!0x0;}},Xn=class extends _0x4708a3{constructor(_0x28b334,_0x1b8b60){super(_0x28b334),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x186cbc=>!_0x186cbc)]},'children':this['_createSkeletonItems'](_0x1b8b60)});}['_createSkeletonItems'](_0x15e848){const _0x4ed03c=['ck','ck-ai-skeleton__item'];return _0x15e848['map'](_0x5191a1=>{let _0x3a57d8='';switch(_0x5191a1['attributes']['align']){case'right':_0x3a57d8='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x3a57d8='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x3a57d8='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x5191a1['tag'],'attributes':{'class':[..._0x4ed03c,_0x5191a1['attributes']['class']?_0x5191a1['attributes']['class']:''],'style':'width:\x20'+_0x5191a1['attributes']['width']+';\x20height:\x20'+_0x5191a1['attributes']['height']+';'+_0x3a57d8}};});}};const zn={'aiSuggestionBody':[{'tag':'div','attributes':{'width':'50%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'85%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'75%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}}],'aiFeed':[{'tag':'div','attributes':{'width':'100%','height':'72px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}},{'tag':'div','attributes':{'width':'150px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'140px','align':'right'}},{'tag':'div','attributes':{'width':'250px','height':'40px','align':'right'}},{'tag':'div','attributes':{'width':'100%','height':'88px','align':'right'}}],'aiHistory':jn(0x5,'100%','44px','right'),'aiChatResources':jn(0x8,'100%','24px','right'),'aiReviewChecks':[{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'100%','height':'24px','align':'left'}},{'tag':'div','attributes':{'width':'128px','height':'24px','align':'left'}}]};function jn(_0x2c0b81,_0x3fd8d9,_0xf072ce,_0x5cf0e7){return new Array(_0x2c0b81)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x3fd8d9,'height':_0xf072ce,'align':_0x5cf0e7}}));}const Jn=/* #__PURE__ -- @preserve */
|
|
33
|
+
lt();var Zn=class extends Jn{['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x320c9b){const _0x1d4a87=this['createTask'](_0x320c9b);return this['queue']['push'](_0x1d4a87),this['_processQueue'](),_0x1d4a87['completePromise'];}['abort'](){this['isProcessing']&&(this['_abortController']['abort'](),this['_abortController']=void 0x0,this['queue']=[],this['fire']('_queueEmpty'),this['isProcessing']=!0x1);}get['queueEmptyPromise'](){return this['queue']['length']||this['isProcessing']?new Promise(_0x2ca355=>{this['once']('_queueEmpty',()=>{_0x2ca355();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x1aac4b=this['queue']['shift']();try{await _0x1aac4b['callback'](this['_abortController']['signal']),_0x1aac4b['resolve']();}catch(_0x44e643){_0x1aac4b['reject'](_0x44e643);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x4c2ee2){let _0x2669cf,_0x35158b;const _0x6a060b=new Promise((_0x105b38,_0x1d0023)=>{_0x2669cf=_0x105b38,_0x35158b=_0x1d0023;});return{'callback':_0x4c2ee2,'resolve':_0x2669cf,'reject':_0x35158b,'completePromise':_0x6a060b};}},tr=class extends Vn{constructor(_0x4607d2){super(_0x4607d2),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x4607d2['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x309968){this['element']['innerHTML']=_0x309968;}};const er=['applySuggestion','insertSuggestion'];var ir=class extends _0x4708a3{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x29c45d,_0x3e93ba=[...er],_0x5eb19b){super(_0x29c45d);const _0x31c04=this['bindTemplate'],_0x12943c=Boolean(_0x5eb19b);if(this['set']('isEnabled',!_0x12943c),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x12943c){const _0x100816=new Pt(_0x29c45d);_0x100816['set']({'label':ls(_0x29c45d,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x181c93}),_0x100816['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0x2211db=new _0x4708a3(_0x29c45d);_0x2211db['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[ls(_0x29c45d,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x100816]}]}),this['children']['add'](_0x2211db);}else this['_applyChangesButton']=new Pt(_0x29c45d),this['_applyChangesButton']['set']({'label':ls(_0x29c45d,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x3e93ba['includes']('applySuggestion'),'class':an}),this['_insertSuggestionsButton']=new Pt(_0x29c45d),this['_insertSuggestionsButton']['set']({'label':ls(_0x29c45d,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x3e93ba['includes']('insertSuggestion'),'class':hn}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x28df10=>{_0x28df10['bind']('isEnabled')['to'](this);}),this['children']['addMany']([this['_applyChangesButton'],this['_insertSuggestionsButton']]);this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__ai-suggestion__actions',_0x31c04['if']('isVisible','ck-hidden',_0x1e5659=>!_0x1e5659)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x2fc055){this['isVisible']=_0x2fc055;}['_switchButtonLabelsPlurality'](_0x5b98df){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x5b98df?(this['_applyChangesButton']['label']=ls(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),this['_insertSuggestionsButton']['label']=ls(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL')):(this['_applyChangesButton']['label']=ls(this['locale'],'AI_CHAT_SUGGESTION_ACTION_APPLY'),this['_insertSuggestionsButton']['label']=ls(this['locale'],'AI_CHAT_SUGGESTION_ACTION_SUGGEST')));}},sr=class extends _0x4708a3{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0x526153,_0x507789){super(_0x526153),this['bodyCollection']=_0x507789,this['children']=this['createCollection'](),this['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources',this['bindTemplate']['if']('isVisible','ck-hidden',_0x1c36e5=>!_0x1c36e5)]},'children':this['children']});const _0x501760=new _0x4708a3(this['locale']),_0x3e55b7=new Wt();_0x3e55b7['content']=ot,_0x501760['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x3e55b7,{'tag':'span','children':[{'text':ls(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x501760),this['_setupBalloonPanel'](_0x526153);}['addSource'](_0x567648){this['children']['add'](new nr(this['locale'],_0x567648,this['balloonPanelView']));}['_setupBalloonPanel'](_0x1c1470){this['balloonPanelView']=new Nt(_0x1c1470),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}},nr=class extends Pt{['balloonPanelView'];['source'];constructor(_0x2603cc,_0x28cc4f,_0x5387a1){super(_0x2603cc),this['source']=_0x28cc4f,this['balloonPanelView']=_0x5387a1,this['set']({'label':_0x28cc4f['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x56e053=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x56e053['to'](()=>{window['open'](_0x28cc4f['url'],'_blank');}),'mouseenter':_0x56e053['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x56e053['to'](()=>{this['_hideTooltip']();})}}),_0x28cc4f['favicon']){const _0x91f88b=new _0x4708a3(_0x2603cc);_0x91f88b['setTemplate']({'tag':'img','attributes':{'src':_0x28cc4f['favicon']||ot,'alt':_0x28cc4f['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x91f88b);}else this['set']('icon',ot);}['_createTooltipContentView'](_0x1a928c,_0x588c14){const _0x5aa8a7=new _0x4708a3(_0x1a928c),_0x30ae29=[];let _0x4c74ab;_0x588c14?.['favicon']?(_0x4c74ab=new _0x4708a3(_0x1a928c),_0x4c74ab['setTemplate']({'tag':'img','attributes':{'src':_0x588c14['favicon'],'alt':_0x588c14['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x4c74ab=new Wt(),_0x4c74ab['content']=ot,_0x4c74ab['extendTemplate']({'attributes':{'alt':_0x588c14['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x30ae29['push'](_0x4c74ab);const _0x1e8dc7=new _0x4708a3(_0x1a928c);_0x1e8dc7['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x588c14['url']},'children':[{'text':new URL(_0x588c14['url'])?.['hostname']}]}),_0x30ae29['push'](_0x1e8dc7);const _0x4a03da=new _0x4708a3(_0x1a928c);_0x4a03da['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x30ae29});const _0x3f3bd1=new _0x4708a3(_0x1a928c);return _0x3f3bd1['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x588c14['title']['length']>0x190?_0x588c14['title']['substring'](0x0,0x190)+'...':_0x588c14['title']}]}),_0x5aa8a7['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x4a03da,_0x3f3bd1]}),_0x5aa8a7;}['_showTooltip'](){this['_updateTooltipContent'](),this['balloonPanelView']['pin']({'target':this['element'],'positions':[Nt['defaultPositions']['northArrowSouth'],Nt['defaultPositions']['northArrowSouthWest'],Nt['defaultPositions']['northArrowSouthEast']],'limiter':document['querySelector']('.ck-ai-chat')}),this['balloonPanelView']['show']();}['_hideTooltip'](){this['balloonPanelView']['hide']();}['_updateTooltipContent'](){this['balloonPanelView']['content']['get'](0x0)?.['destroy'](),this['balloonPanelView']['content']['clear']();const _0x5183a3=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x5183a3);}},rr=class extends _0x4708a3{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x1c2d83(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x32bca6,_0x1bae68){super(_0x32bca6);const {areActionsDisabled:_0x3e08f2,showUnchangedParts:_0x2bc417,availableActions:_0xa7439c}=_0x1bae68;this['_areActionsDisabled']=_0x3e08f2,this['_showUnchangedParts']=_0x2bc417,this['_availableActions']=_0xa7439c,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new Xn(_0x32bca6,zn['aiSuggestionBody']),this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now'](),this['_children']['add'](this['_skeletonView']),this['_updateContentPartsPromiseQueue']=new Zn(),this['_emptyPartsWarningView']=new tr({'id':'empty-parts-warning','initialContent':ls(_0x32bca6,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new ir(_0x32bca6,_0x1bae68['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new sr(this['locale'],_0x1bae68['bodyCollection']),_0x1bae68['areActionsDisabled']?this['_actionsView']['isEnabled']=!0x1:this['_actionsView']['bind']('isEnabled')['to'](this,'hasPendingParts'),this['_actionsView']['delegate'](...Nn)['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body']},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-parts']},'children':this['_children']},this['_emptyPartsWarningView'],this['_actionsView'],this['_sourcesView']]});}['destroy'](){this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),super['destroy']();}get['partsCount'](){return this['_contentPartViews']['length'];}get['_contentPartViews'](){return Array['from'](this['_children'])['filter'](_0x50b67c=>_0x50b67c instanceof Qn);}async['updateContentParts']({parts:_0x347422,abortSignal:_0x55a28a,skipLoadingEffects:_0x2e9bf5}){this['_cachedContentParts']['length']?_0x347422['forEach'](_0x13291c=>{const _0x284ac1=this['_cachedContentParts']['findIndex'](_0x436076=>_0x436076['index']==_0x13291c['index']);-0x1===_0x284ac1?this['_cachedContentParts']['push'](_0x13291c):this['_cachedContentParts'][_0x284ac1]=_0x13291c;}):this['_cachedContentParts']=_0x347422;const _0x41c1bb=this['_showUnchangedParts']?_0x347422:_0x347422['filter'](_0x2f7509=>_0x2f7509['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x41c1bb['length']>0x1),_0x2e9bf5&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0x29db9b of _0x41c1bb)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x44ef65=>{let _0x158665=this['getPartView'](_0x29db9b['index']);if(!_0x158665){if(_0x158665=new Qn(this['locale'],{'part':_0x29db9b,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x158665['delegate'](...Nn)['to'](this),_0x158665['bind']('isTrackChangesOn')['to'](this),!_0x2e9bf5&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x44ef65),_0x44ef65['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x158665,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x2e9bf5||this['_showSkeletonDebounced']();}await _0x158665['updateContent']({'part':_0x29db9b,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x44ef65}),_0x158665['markAsDone']();});return _0x55a28a?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x4a722f,_0x2667a2){const _0x1ecb70=this['getPartView'](_0x4a722f);_0x1ecb70&&(_0x1ecb70['state']=_0x2667a2),this['hasPendingParts']='pending'==_0x2667a2||this['_contentPartViews']['some'](_0x66fa0f=>'pending'==_0x66fa0f['state']);}['setPartActive'](_0x121187,_0x7a628){if(!0x1===_0x121187){for(const _0x2ef2b6 of this['_contentPartViews'])_0x2ef2b6['isActive']=!0x1;}else{const _0x4eab0f=this['getPartView'](_0x121187);_0x4eab0f&&(_0x4eab0f['isActive']=_0x7a628);}}['updateSources'](_0x7ad93f){_0x7ad93f['forEach'](_0xb2755a=>this['_sourcesView']['addSource'](_0xb2755a)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x558f4f){return this['_contentPartViews']['find'](_0xdc0b18=>_0xdc0b18['partDefinition']['index']==_0x558f4f)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x149d50=!this['_cachedContentParts']['find'](({hasChanges:_0x36b90f})=>_0x36b90f),_0x2ce446=!!this['_cachedContentParts']['find'](({hasChanges:_0x12ffae})=>!_0x12ffae);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x2ce446,_0x149d50?this['_emptyPartsWarningView']['setContent'](ls(this['locale'],'AI_SUGGESTION_NO_PARTS_WARNING')):this['_emptyPartsWarningView']['setContent'](ls(this['locale'],'AI_SUGGESTION_EMPTY_PART_WARNING'));}this['_contentPartViews']['forEach'](_0x248846=>_0x248846['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x5e6ee7){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x241acf=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x241acf>0x0){const {promise:_0x494f9b,abortController:_0x1f17d2}=xn(_0x241acf);_0x5e6ee7?.['addEventListener']('abort',()=>_0x1f17d2['abort']()),await _0x494f9b['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x459a89=>_0x459a89['partDefinition']['hasChanges'])['length']>0x0;}},or=class extends _0x4708a3{['bodyView'];['children'];['headerView'];constructor(_0x5452c0,_0x5053a1,_0x46a1c1){super(_0x5452c0);const {showDiff:_0x1fd3c8,areActionsDisabled:_0x1024d0,showUnchangedParts:_0x380709,availableActions:_0xf91ac2}=_0x5053a1;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new Un(_0x5452c0,{'showDiff':_0x1fd3c8}),this['headerView']['on']('toggleShowChanges',(_0x28c2ce,_0x3b1c12)=>{this['areChangesVisible']=_0x3b1c12['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x3b1c12['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new rr(_0x5452c0,{'areActionsDisabled':_0x1024d0,'showUnchangedParts':!!_0x380709,'availableActions':_0xf91ac2,'bodyCollection':_0x46a1c1}),this['bodyView']['delegate'](...Nn)['to'](this),this['bodyView']['bind']('isTrackChangesOn')['to'](this),this['children']['add'](this['bodyView']),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__container','ck-rounded-corners']},'children':this['children']});}async['updateContent'](_0xa0894b){await this['bodyView']['updateContentParts'](_0xa0894b);}['updateSources'](_0x25cf33){this['bodyView']['updateSources'](_0x25cf33);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}},ar=class extends Vn{['containerView'];constructor(_0x49823e,_0xd74535,_0x40153b){super(_0xd74535),this['set']('isTrackChangesOn',!0x1),this['containerView']=new or(_0x49823e,{'showDiff':_0xd74535['showDiff'],'areActionsDisabled':_0xd74535['areActionsDisabled'],'availableActions':_0xd74535['availableActions']},_0x40153b),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x3ae36c,_0x323000)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x323000['showDiff']});}),this['containerView']['bind']('isTrackChangesOn')['to'](this),this['containerView']['on']('like',()=>{this['fire']('like',{'replyId':this['options']['id']});}),this['containerView']['on']('dislike',()=>{this['fire']('dislike',{'replyId':this['options']['id']});}),this['containerView']['on']('showChangeInText',(_0x257a72,{index:_0xa3ddd})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0xa3ddd});}),this['containerView']['on']('applySuggestion',(_0x549071,{index:_0x36af1d}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x36af1d});}),this['containerView']['on']('insertSuggestion',(_0x33e513,{index:_0xcb51b9}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0xcb51b9});}),this['containerView']['on']('rejectSuggestion',(_0x405dc4,{index:_0x527af3})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x527af3});}),this['containerView']['on']('mouseOverSuggestion',(_0x36f21e,{index:_0x3d3ba6})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x3d3ba6});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x1537f3,{index:_0x799fe9})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x799fe9});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x181001){await this['containerView']['updateContent'](_0x181001);}['updatePartState'](_0x30474d,_0x352663){this['containerView']['bodyView']['updatePartState'](_0x30474d,_0x352663);}['setPartActive'](_0x477eb5,_0x21b6b6){!0x1===_0x477eb5?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x477eb5,_0x21b6b6);}['updateSources'](_0x7de688){this['containerView']['updateSources'](_0x7de688);}['getPartView'](_0x1a864f){return this['containerView']['bodyView']['getPartView'](_0x1a864f);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}},hr=class extends Vn{['replyContainer'];['_bodyCollection'];constructor(_0x22a51c,_0x47a154,_0x3afaec){super(_0x47a154),this['_bodyCollection']=_0x3afaec,this['locale']=_0x22a51c,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x4708a3(),this['replyContainer']['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-ai-chat__feed__ai-reply-container','ck-ai-chat-content']}}),this['children']['add'](this['replyContainer']);}async['render'](){super['render'](),this['options']['initialContent']&&(await this['updateContent']({'parsedContent':Is(this['options']['initialContent']),'renderingStrategy':'static'}),this['markAsDone']());}async['updateContent']({parsedContent:_0x308762,renderingStrategy:_0x14601e,abortSignal:_0x111a5d}){'streaming'===_0x14601e?await this['streamIntoElement'](_0x308762,this['replyContainer']['element'],_0x111a5d):this['replyContainer']['element']['innerHTML']=_0x425375(_0x308762);}['updateSources'](_0x10da34){const _0x47e4f3=new sr(this['locale'],this['_bodyCollection']);_0x47e4f3['children']['addMany'](_0x10da34['map'](_0x3d2388=>new nr(this['locale'],_0x3d2388,_0x47e4f3['balloonPanelView']))),_0x47e4f3['isVisible']=!0x0,this['children']['add'](_0x47e4f3);}},cr=class extends _0x17e663{constructor(_0x56cd38=void 0x0){super();const _0x2efe3b=_0x56cd38?'ck-ai-spinner_'+_0x56cd38:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x2efe3b]}});}};const lr={'file':_0x1bcaaf,'image':_0x196f31,'document':_0x1445d9,'web-resource':_0x3ee98b,'text':_0x1bcaaf,'selection':_0xab00a8,'mcp-tool-context':_0x1445d9},ur='ck-ai-chat-context-chip',dr='ck-ai-chat-context-chip_wide',_r='ck-ai-chat-context-chip_document',gr='ck-ai-chat-context-chip__label',Ar='ck-ai-chat-context-chip__type-icon',Ir='ck-ai-chat-context-controls__chip-tooltip',pr='n';var mr=class extends Pt{constructor(_0x1408ff,_0x2c2d99,_0xadf665,_0x38e3bf,_0x3d5c83=!0x1){super(_0x1408ff),this['_isAnimationOnEnterEnabled']=_0x38e3bf,this['_initializeProperties'](_0x2c2d99,_0xadf665,_0x3d5c83),this['_setupTemplate']();}['render'](){super['render'](),this['_isAnimationOnEnterEnabled']&&this['element']&&(this['element']['classList']['add']('ck-ai-chat-context-chip_new-chip'),this['_handleAnimationEndOnce'](this['element'],()=>{this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}));}['disableAnimationOnEnter'](){this['_isAnimationOnEnterEnabled']=!0x1,this['element']&&this['element']['classList']['remove']('ck-ai-chat-context-chip_new-chip');}['_initializeProperties'](_0x26d345,_0x1d219e,_0x28a81a){this['set']('label',_0x26d345['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x26d345['type']),this['set']('id',_0x26d345['uiId']),this['set']('readonly',_0x1d219e),this['set']('isLoading',_0x28a81a);}['_setupTemplate'](){const _0x431e05=this['_createIconView'](),_0x4462dc=this['_createRemoveButton'](),_0x35150c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x35150c),'children':this['_createTemplateChildren'](_0x431e05,_0x4462dc,_0x35150c)});}['_createTemplateAttributes'](_0xd11930){return{'class':[ur,_0xd11930['if']('itemType',_r,_0xa4a176=>'document'==_0xa4a176),_0xd11930['if']('itemType',dr,_0x4813ef=>'selection'==_0x4813ef)],'data-cke-tooltip-text':_0xd11930['to']('label',Er),'data-cke-tooltip-position':pr,'data-cke-tooltip-class':Ir};}['_createTemplateChildren'](_0x3ec1ee,_0x44b02b,_0x458c8d){const _0x50c2f7=this['_createLabelElement'](_0x458c8d),_0x3d96f7=this['_createLoaderIcon']();return this['readonly']?[_0x3ec1ee,_0x50c2f7]:[_0x3ec1ee,_0x3d96f7,_0x50c2f7,_0x44b02b];}['_createLabelElement'](_0x5a99a5){return{'tag':'span','attributes':{'class':gr},'children':[{'text':_0x5a99a5['to']('label')}]};}['_createRemoveButton'](){const _0x2767a0=new Pt(this['locale']);return _0x2767a0['set']({'label':ls(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x544e33}),this['_setupRemoveButtonEvent'](_0x2767a0),_0x2767a0;}['_setupRemoveButtonEvent'](_0x4847d7){_0x4847d7['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x50e98c=this['bindTemplate'],_0xf76216=new Wt();return _0xf76216['content']=lr[this['itemType']],_0xf76216['extendTemplate']({'attributes':{'class':[Ar,_0x50e98c['if']('isLoading','ck-hidden',_0x35ce18=>_0x35ce18)]}}),_0xf76216;}['_handleAnimationEndOnce'](_0x3be593,_0x539c93){if(!_0x3be593)return;const _0x25b819=()=>{_0x539c93(),_0x3be593['removeEventListener']('animationend',_0x25b819),_0x3be593['removeEventListener']('webkitAnimationEnd',_0x25b819);};_0x3be593['addEventListener']('animationend',_0x25b819),_0x3be593['addEventListener']('webkitAnimationEnd',_0x25b819);}['_createLoaderIcon'](){const _0x2c866a=new cr('small');return _0x2c866a['bind']('isVisible')['to'](this,'isLoading',_0x5b4df0=>_0x5b4df0),_0x2c866a;}};function Er(_0x1f49b1){if(!_0x1f49b1)return _0x1f49b1;if(_0x1f49b1['length']<=0x78)return _0x1f49b1;const _0x55cf02=_0x1f49b1['slice'](0x0,0x78),_0x84d0de=_0x55cf02['lastIndexOf']('\x20');return(_0x84d0de>0x0?_0x55cf02['slice'](0x0,_0x84d0de):_0x55cf02)+'…';}const Tr={'maxVisibleRows':0x2,'rowDetectionTolerance':0x5,'showMoreLabelPrefix':'+\x20','viewportOffset':{'top':0x64,'bottom':0xa}},wr='300px';var Cr=class{['_locale'];['_config'];['_visibleChips'];['_overflowChips'];['_showMoreButtonView']=null;['_showMoreBalloonPanelView']=null;['_containerElement']=null;['_bodyCollection'];['_parentView']=null;['_intersectionObserver']=null;['_pendingCalculation']=!0x1;constructor(_0x4416ca,_0x4d3650,_0x332c18,_0x469cd1,_0x4b27a5){this['_locale']=_0x4416ca,this['_visibleChips']=_0x4d3650,this['_config']={...Tr,..._0x332c18,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x332c18['cssClasses']}},this['_overflowChips']=new ht(),this['_bodyCollection']=_0x469cd1,this['_parentView']=_0x4b27a5||null;}['setContainerElement'](_0x31478c){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x31478c,this['_setupVisibilityObserver']();}get['showMoreButtonView'](){return this['_showMoreButtonView'];}get['overflowChips'](){return this['_overflowChips'];}['reorganizeChips'](){requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});}['showBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_updateBalloonContent'](),this['_showMoreButtonView']['isOn']=!0x0,this['_showMoreBalloonPanelView']['show'](),this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')}));}['hideBalloonPanel'](){this['_showMoreButtonView']&&this['_showMoreBalloonPanelView']&&(this['_showMoreButtonView']['isOn']=!0x1,this['_showMoreBalloonPanelView']['hide']());}['clear'](){this['_overflowChips']['clear'](),this['hideBalloonPanel'](),this['_updateShowMoreButtonVisibility'](),this['_showMoreButtonView']&&(this['_showMoreButtonView']['label']=''),this['_showMoreBalloonPanelView']&&this['_showMoreBalloonPanelView']['content']['clear']();}['destroy'](){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_showMoreButtonView']&&(this['_showMoreButtonView']['destroy'](),this['_showMoreButtonView']=null),this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['destroy'](),this['_showMoreBalloonPanelView']=null);}['_checkAndHandleOverflow'](){if(!this['_containerElement'])return;if(!this['_isContainerVisible']())return void(this['_pendingCalculation']=!0x0);this['_pendingCalculation']=!0x1;const _0x3d721e=[...this['_visibleChips'],...this['_overflowChips']],_0x1fd292=this['_createCalculationContainer'](),_0x5bd084=this['_calculateOverflowInContainer'](_0x1fd292,_0x3d721e),_0x38177f=_0x1fd292['_ancestorsToRestore'];_0x38177f&&this['_restoreAncestorVisibility'](_0x38177f),_0x1fd292['remove'](),this['_applyOverflowResults'](_0x3d721e,_0x5bd084);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0xfcbf0e({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0xc0f412=new Pt(this['_locale']);_0xc0f412['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x5ac771=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x5ac771['push'](this['_config']['cssClasses']['controlsButton']),_0xc0f412['extendTemplate']({'attributes':{'class':_0x5ac771}}),_0xc0f412;}['_createShowMoreBalloonPanelView'](){const _0x33aa69=new Nt(this['_locale']);return _0x33aa69['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x33aa69),_0x33aa69;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x13a8e1=>{_0x13a8e1['disableAnimationOnEnter']();});const _0x30b4b5=new _0x4708a3(this['_locale']);_0x30b4b5['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x30b4b5);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x4f56f7=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x4f56f7?'':'none');}['_repinBalloonPanel'](){this['_showMoreButtonView']?.['isOn']&&this['_showMoreBalloonPanelView']?.['isVisible']&&this['_showMoreButtonView']['element']&&this['_showMoreBalloonPanelView']['pin']({'target':this['_showMoreButtonView']['element'],'limiter':document['querySelector']('.ck-ai-chat')});}['_findTargetContainer'](_0x3d7cd3){const _0xd78a77=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x4339a1=this['_containerElement']?.['classList'];if(_0x4339a1){const _0x286cf0=_0x4339a1[0x0]||'',_0x1ce93f=_0x3d7cd3['querySelector']('.'+_0x286cf0),_0x376396=_0x3d7cd3['querySelector'](_0xd78a77);return _0x1ce93f||_0x376396||_0x3d7cd3;}return _0x3d7cd3['querySelector'](_0xd78a77)||_0x3d7cd3;}['_calculateContainerWidth'](){const _0x529ace=this['_parentView']?.['element']||this['_containerElement'];if(!_0x529ace)return wr;const _0x52b975=window['getComputedStyle'](_0x529ace)['width'];if('auto'===_0x52b975||'0px'===_0x52b975||!_0x52b975){const _0x4ee5c7=_0x529ace['parentElement'];if(_0x4ee5c7){const _0x561a39=window['getComputedStyle'](_0x4ee5c7);return'auto'!==_0x561a39['width']?_0x561a39['width']:wr;}return wr;}return _0x52b975;}['_applyCalculationStyles'](_0x159e04,_0xbb7aeb){this['_config']['cssClasses']['calculationContainer']&&_0x159e04['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x159e04['style']['width']=_0xbb7aeb,_0x159e04['style']['position']='absolute',_0x159e04['style']['top']='-9999px',_0x159e04['style']['left']='-9999px',_0x159e04['style']['opacity']='0',_0x159e04['style']['pointerEvents']='none',_0x159e04['style']['zIndex']='-1',_0x159e04['style']['visibility']='visible\x20!important',_0x159e04['style']['display']='block\x20!important',_0x159e04['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x164bc7){_0x164bc7['forEach'](({element:_0x5a3908,originalDisplay:_0x3ebaa6,originalVisibility:_0x5ae499})=>{_0x5a3908['style']['display']=_0x3ebaa6,_0x5a3908['style']['visibility']=_0x5ae499;});}['_makeAncestorsVisible'](_0x1cb6b1){const _0x528608=[];let _0x470b8b=_0x1cb6b1;for(;_0x470b8b&&_0x470b8b!==document['body'];){const _0x407140=window['getComputedStyle'](_0x470b8b);'none'!==_0x407140['display']&&'hidden'!==_0x407140['visibility']||(_0x528608['push']({'element':_0x470b8b,'originalDisplay':_0x470b8b['style']['display'],'originalVisibility':_0x470b8b['style']['visibility']}),_0x470b8b['style']['display']='block',_0x470b8b['style']['visibility']='visible'),_0x470b8b=_0x470b8b['parentElement'];}return _0x528608;}['_createContainerElements'](){let _0x51a0cd,_0x639cc4;return this['_parentView']?.['element']?(_0x51a0cd=this['_parentView']['element']['cloneNode'](!0x0),_0x639cc4=this['_findTargetContainer'](_0x51a0cd)):(_0x51a0cd=document['createElement']('div'),_0x639cc4=_0x51a0cd),{'calculationContainer':_0x51a0cd,'targetContainer':_0x639cc4};}['_createCalculationContainer'](){const {calculationContainer:_0xa64866,targetContainer:_0x675d83}=this['_createContainerElements'](),_0x40a86f=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0xa64866,_0x40a86f);const _0x26ee01=(this['_parentView']?.['element']||this['_containerElement'])?.['parentElement'];_0x26ee01?_0x26ee01['appendChild'](_0xa64866):document['body']['appendChild'](_0xa64866),_0xa64866['_targetContainer']=_0x675d83;const _0x4e1649=this['_makeAncestorsVisible'](_0x26ee01||null);return _0xa64866['offsetWidth'],_0xa64866['_ancestorsToRestore']=_0x4e1649,_0xa64866;}['_calculateOverflowInContainer'](_0x125b35,_0x32cd64){const _0x481dd9=_0x125b35['_targetContainer']||_0x125b35,_0x18dcc2=[],{rowCount:_0xd608f4}=this['_renderChipsAndCountRows'](_0x481dd9,_0x32cd64);if(_0xd608f4<=this['_config']['maxVisibleRows'])return _0x18dcc2;const _0x54dd53=_0x32cd64['slice']();for(;_0x54dd53['length']>0x0;){if(this['_testButtonFit'](_0x125b35,_0x481dd9,_0x54dd53)){const _0xec31ec=_0x32cd64['filter'](_0x7a2fc8=>!_0x54dd53['includes'](_0x7a2fc8));_0x18dcc2['push'](..._0xec31ec);break;}if(!_0x54dd53['pop']())break;}return _0x18dcc2;}['_renderChipsAndCountRows'](_0x44b23c,_0x2d3f0a){_0x44b23c['innerHTML']='',_0x2d3f0a['forEach'](_0x5a3f5a=>{if(_0x5a3f5a['element']){const _0x422860=_0x5a3f5a['element']['cloneNode'](!0x0);_0x44b23c['appendChild'](_0x422860);}}),_0x44b23c['offsetWidth'];const _0x4b98e6=_0x44b23c['children'],_0x236878=[];return Array['from'](_0x4b98e6)['forEach'](_0x16c9ef=>{const _0x2a6eb3=_0x16c9ef['getBoundingClientRect']()['top'];_0x236878['some'](_0x4736bb=>Math['abs'](_0x4736bb-_0x2a6eb3)<this['_config']['rowDetectionTolerance'])||_0x236878['push'](_0x2a6eb3);}),{'rowCount':_0x236878['length']};}['_createMockButton'](){const _0x13d1e4=document['createElement']('button');return _0x13d1e4['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x13d1e4['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x13d1e4['textContent']='+\x201',_0x13d1e4;}['_testButtonFit'](_0x346a1d,_0x177923,_0x481ae1){this['_renderChipsAndCountRows'](_0x177923,_0x481ae1);const _0x3b2f6f=this['_createMockButton']();_0x346a1d['appendChild'](_0x3b2f6f),_0x346a1d['offsetWidth'];const _0x1294d6=[..._0x177923['children'],_0x3b2f6f],_0x3bcbdc=[];_0x1294d6['forEach'](_0x42c4de=>{const _0x572fc9=_0x42c4de['getBoundingClientRect']()['top'];_0x3bcbdc['some'](_0x234ca7=>Math['abs'](_0x234ca7-_0x572fc9)<this['_config']['rowDetectionTolerance'])||_0x3bcbdc['push'](_0x572fc9);});const _0xbf62f9=_0x3bcbdc['length'];return _0x3b2f6f['remove'](),_0xbf62f9<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x5c5cf2,_0x171527){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x5c5cf2['forEach'](_0x41e19e=>{_0x171527['includes'](_0x41e19e)?this['_overflowChips']['add'](_0x41e19e):this['_visibleChips']['add'](_0x41e19e);});}['_updateOverflowUI'](_0x51389b){if(_0x51389b>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x51389b>0x0&&this['_showMoreButtonView']){const _0x43ba86=''+this['_config']['showMoreLabelPrefix']+(_0x51389b<0x63?_0x51389b:'99');this['_showMoreButtonView']['label']=_0x43ba86;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x2bff8a,_0x5a6448){this['_distributeChips'](_0x2bff8a,_0x5a6448),this['_updateOverflowUI'](_0x5a6448['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x122755=>{_0x122755[0x0]['isIntersecting']&&this['_pendingCalculation']&&requestAnimationFrame(()=>{this['_checkAndHandleOverflow']();});},{'threshold':0.01,'rootMargin':'50px'}),this['_intersectionObserver']['observe'](this['_containerElement']));}['_isContainerVisible'](){if(!this['_containerElement'])return!0x1;if(!this['_containerElement']['isConnected'])return!0x1;const _0x11850a=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x11850a['width']||0x0===_0x11850a['height'])return!0x1;const _0x5b362f=window['innerHeight']||document['documentElement']['clientHeight'],_0x1b0be8=window['innerWidth']||document['documentElement']['clientWidth'];return _0x11850a['bottom']>=-0xc8&&_0x11850a['top']<=_0x5b362f+0xc8&&_0x11850a['right']>=-0xc8&&_0x11850a['left']<=_0x1b0be8+0xc8;}};const fr='ck-ai-chat__feed__context-chips',br='ck-ai-chat-context-chips-wrapper',Sr='ck-ai-chat-context-chips-wrapper-balloon',Rr='ck-ai-chat-controls-button',Or='ck-ai-chat-controls_context_show-more-button',vr='ck-ai-chat-context-controls__show-more-balloon-panel';var kr=class extends _0x4708a3{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x414a77,_0x26ec36,_0x17c25c){super(_0x414a77),this['_bodyCollection']=_0x17c25c,this['_createContextChips'](_0x26ec36);const _0x1a2110={'cssClasses':{'showMoreButton':Or+'\x20'+cn,'showMoreBalloon':vr,'overflowContainer':Sr,'controlsButton':Rr}};this['_overflowManager']=new Cr(_0x414a77,this['_contextChips'],_0x1a2110,this['_bodyCollection'],this),this['setTemplate']({'tag':'div','attributes':{'class':[fr,'ck','ck-reset_all']},'children':[{'tag':'div','attributes':{'class':br},'children':this['_contextChips']}]});}['render'](){super['render']();const _0x320647=this['element']['querySelector']('.'+br);_0x320647&&(this['_overflowManager']['setContainerElement'](_0x320647),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x323f9e){for(const _0x8b6465 of _0x323f9e){const _0x9ca3e5=new mr(this['locale'],_0x8b6465,!0x0,!0x1);this['_contextChips']['add'](_0x9ca3e5);}}},Nr=class extends Vn{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0xa9bdb4,_0x3d32cf,_0x51b7e1){super(_0x3d32cf),this['_locale']=_0xa9bdb4,this['_bodyCollection']=_0x51b7e1,this['_createContextChipsView'](),this['_createMessageContentView'](),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__user-message']}});}['_createContextChipsView'](){this['options']['contextItems']&&this['options']['contextItems']['length']>0x0&&(this['_contextChipsView']=new kr(this['_locale'],this['options']['contextItems']['filter'](_0x36890d=>!_0x36890d['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x4708a3(this['_locale']),this['_messageContentView']['setTemplate']({'tag':'div','attributes':{'class':['ck-reset_all-excluded','ck-ai-chat__feed__message-content','ck-ai-chat-content']}}),this['children']['add'](this['_messageContentView']);}['render'](){super['render'](),this['_messageContentView']['element']['innerHTML']=this['options']['initialContent'],this['markAsDone']();}},yr=class extends Vn{['capabilities'];constructor(_0x11b896,_0x7568f7){super(_0x7568f7);const {isWebSearchEnabled:_0x1ff472,isReasoningEnabled:_0x6a6606}=_0x7568f7['capabilities'],_0x26098c=[];let _0x2ca5ee='';_0x1ff472&&_0x6a6606?(_0x2ca5ee=ls(_0x11b896,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x26098c['push'](xr(ot)),_0x26098c['push'](xr(_0xae43e5))):_0x1ff472?(_0x2ca5ee=ls(_0x11b896,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x26098c['push'](xr(ot))):_0x6a6606&&(_0x2ca5ee=ls(_0x11b896,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x26098c['push'](xr(_0xae43e5))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x2ca5ee?'':'ck-hidden']}});const _0x175621=new _0x4708a3();_0x175621['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x26098c,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x2ca5ee]}]}),this['children']['add'](_0x175621),this['capabilities']=_0x7568f7['capabilities'];}};function xr(_0x598a30){const _0x2914b9=new Wt();return _0x2914b9['content']=_0x598a30,_0x2914b9;}const Lr=['wheel','touchstart','pointerdown','keydown'],Dr=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];var Pr=class{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x63ce0){this['element']=_0x63ce0,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0x52cd66 of Lr){const _0x47da9f='keydown'!==_0x52cd66;this['element']['addEventListener'](_0x52cd66,this['_onUserEvent']['bind'](this),{'passive':_0x47da9f,'signal':this['abortController']['signal']});}}['start']({smooth:_0x1359e3=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0x1359e3?'smooth':'auto',this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}['stop'](){requestAnimationFrame(()=>{this['_stop']();});}['destroy'](){this['_stop'](),this['abortController']['abort']();}['_stop'](){null!==this['animationFrameId']&&(cancelAnimationFrame(this['animationFrameId']),this['animationFrameId']=null),this['isRunning']&&(this['isRunning']=!0x1),this['isUserPaused']=!0x1;}['_onUserEvent'](_0x5dce3e){if(this['isRunning']){if('keydown'===_0x5dce3e['type']){const _0x3552c8=_0x5dce3e['key'];if(!Dr['includes'](_0x3552c8))return;}_0x5dce3e instanceof WheelEvent?_0x5dce3e['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x21e012,scrollHeight:_0x595bbc,clientHeight:_0x2e5ace}=this['element'];return _0x595bbc-_0x21e012-_0x2e5ace<=0x5;}['_rafUpdate'](){this['isRunning']&&(this['isUserPaused']||this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':this['scrollBehavior']}),this['animationFrameId']=requestAnimationFrame(this['_rafUpdate']['bind'](this)));}},Hr=class extends Vn{constructor(_0x30d794){super(_0x30d794),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__custom-element']}});}async['render'](){super['render'](),'string'==typeof this['options']['content']?this['element']['innerHTML']=this['options']['content']:this['element']['appendChild'](this['options']['content']);}},Mr=class extends _0x4708a3{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x13f297,_0x419021){super(_0x13f297),this['_bodyCollection']=_0x419021,this['set']('loadingMessage',''),this['set']('isLoadingSkeletonVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),this['children']['delegate'](...yn)['to'](this),this['_setupTemplate']();}['render'](){super['render'](),this['scrollManager']=new Pr(this['element']);}['destroy'](){super['destroy'](),this['scrollManager']['destroy']();}['clear'](){this['children']['clear']();}['addItem'](_0x2fddbf,_0x1f419d){let _0x1d3129;return'ai-reply'===_0x2fddbf?_0x1d3129=new hr(this['locale'],_0x1f419d,this['_bodyCollection']):'ai-suggestion-reply'===_0x2fddbf?(_0x1d3129=new ar(this['locale'],_0x1f419d,this['_bodyCollection']),_0x1d3129['bind']('isTrackChangesOn')['to'](this)):_0x1d3129='user-message'===_0x2fddbf?new Nr(this['locale'],_0x1f419d,this['_bodyCollection']):'interaction-header'===_0x2fddbf?new yr(this['locale'],_0x1f419d):'custom-element'===_0x2fddbf?new Hr(_0x1f419d):new tr(_0x1f419d),this['children']['add'](_0x1d3129),_0x1d3129;}async['updateReplyItem']({id:_0xbb8d32,parsedContent:_0x551af0,renderingStrategy:_0x19bc86,abortSignal:_0x10b614}){const _0x50ddfb=this['getItemById'](_0xbb8d32);if(!(_0x50ddfb instanceof hr))throw new at('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x50ddfb,'id':_0xbb8d32,'parsedContent':_0x551af0});await _0x50ddfb['updateContent']({'parsedContent':_0x551af0,'renderingStrategy':_0x19bc86,'abortSignal':_0x10b614});}async['updateWebSources'](_0x4a9a73,_0xd2c0df){const _0x5ad3e9=this['getItemById'](_0x4a9a73);if(_0x5ad3e9 instanceof ar)_0x5ad3e9['updateSources'](_0xd2c0df);else{if(!(_0x5ad3e9 instanceof hr))throw new at('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x5ad3e9,'id':_0x4a9a73,'sources':_0xd2c0df});_0x5ad3e9['updateSources'](_0xd2c0df);}}async['updateSuggestionItem']({id:_0x1e1a5d,parts:_0x1c7bb6,abortSignal:_0x37d26b,skipLoadingEffects:_0x137d16}){const _0x29ef09=this['getItemById'](_0x1e1a5d);if(!(_0x29ef09 instanceof ar))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x29ef09,'id':_0x1e1a5d,'parts':_0x1c7bb6});await _0x29ef09['updateContent']({'parts':_0x1c7bb6,'abortSignal':_0x37d26b,'skipLoadingEffects':_0x137d16});}['updateSuggestionPartState']({id:_0x4a6717,index:_0x3b23f8,state:_0x59bbdf}){const _0x28bb15=this['getItemById'](_0x4a6717);if(!(_0x28bb15 instanceof ar))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x4a6717});_0x28bb15['updatePartState'](_0x3b23f8,_0x59bbdf);}['setSuggestionPartActive']({id:_0x3ba8c2,index:_0x538655,isActive:_0x41ecf7}){const _0x184716=this['getItemById'](_0x3ba8c2);if(!(_0x184716 instanceof ar))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x3ba8c2});this['children']['filter'](_0x34ba6c=>_0x34ba6c instanceof ar)['forEach'](_0xd4c5ce=>{_0xd4c5ce['setPartActive'](!0x1);}),_0x184716['setPartActive'](_0x538655,_0x41ecf7);}['markItemAsDone'](_0x218b2c){this['getItemById'](_0x218b2c)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x5fcba4=>_0x5fcba4['options']['id']);}['removeItem'](_0x2e8bd2){this['children']['remove'](this['getItemById'](_0x2e8bd2));}['hasItem'](_0x25775a){return!!this['children']['find'](_0x19786e=>_0x19786e['options']['id']['includes'](_0x25775a));}['scrollToSuggestion'](_0x17ca99,_0xa19db8){const _0x557938=this['getItemById'](_0x17ca99);if(!(_0x557938 instanceof ar))return void ft('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x17ca99,'partIndex':_0xa19db8});const _0x183591=_0x557938['getPartView'](_0xa19db8);_0x183591?bt(_0x183591['element'],0x14,this['element']['parentElement'],!0x0,!0x0):ft('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x17ca99,'partIndex':_0xa19db8});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x422e91=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x422e91,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0xc713e0=new Xn(this['locale'],zn['aiFeed']);return _0xc713e0['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0xc713e0;}['_createFeedItems'](){const _0x1911ac=new _0x4708a3(this['locale']);return _0x1911ac['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x1911ac;}['_createFeedLoader'](){const _0x391f92=new _0x4708a3(this['locale']);return _0x391f92['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x2e661d=>!_0x2e661d)]},'children':this['_createLoaderChildren']()}),_0x391f92;}['_createLoaderChildren'](){const _0x2517d4=new cr();return _0x2517d4['isVisible']=!0x0,[_0x2517d4,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x4169fe){const _0x322fc7=this['children']['find'](_0x1f9e49=>_0x1f9e49['options']['id']['includes'](_0x4169fe));if(!_0x322fc7)throw new at('ai-chat-feed-view-item-not-found',this,{'id':_0x4169fe});return _0x322fc7;}['setLoadingMessage'](_0x107515){this['set']('loadingMessage',_0x107515);}['toggleLoadingSkeleton'](_0xccd558){this['set']('isLoadingSkeletonVisible',_0xccd558);}['startAutoScroll'](_0x5dc606={}){this['scrollManager']['start'](_0x5dc606);}['stopAutoScroll'](){this['scrollManager']['stop']();}},Vr=class extends zt{['filter'](){let _0x4fc7a5=0x0;for(const _0xdcc99b of this['items'])_0x4fc7a5+=_0xdcc99b['items']['length'];return{'resultsCount':_0x4fc7a5,'totalItemsCount':_0x4fc7a5};}};function Ur(_0xfb08cf){const _0x4209b5=[];let _0x177a21=!0x1;for(const _0x3e2525 of Array['from'](_0xfb08cf['items'])){if('file'!==_0x3e2525['kind'])continue;if(_0x3e2525['webkitGetAsEntry']()?.['isDirectory']){_0x177a21=!0x0;continue;}const _0x5271e6=_0x3e2525['getAsFile']();_0x5271e6&&_0x4209b5['push'](_0x5271e6);}return{'files':_0x4209b5,'hasDirectory':_0x177a21};}const Br='ck-ai-chat__prompt-input_highlighted';var Gr=class AIChatPromptInputView extends kt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x8cfb67,_0x265190){super(_0x8cfb67,{'queryView':{'label':'','creator':_0x46d7e1,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Vr(_0x8cfb67),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x265190,this['_queryViewResizeObserver']=null,this['queryView']['fieldView']['minRows']=AIChatPromptInputView['MIN_ROWS'],this['queryView']['fieldView']['maxRows']=AIChatPromptInputView['MAX_ROWS'],this['queryView']['fieldWrapperChildren']['add'](this['_addContextButtonView']),this['_setUpAddContextButtonPositioning'](),this['extendTemplate']({'attributes':{'class':['ck','ck-ai-chat__prompt-input']}}),this['submitButtonView']=this['_createSubmitButton'](),this['submitButtonView']['bind']('isEnabled')['to'](this,'isEmpty',this,'isUploadInProgress',(_0x3b6bce,_0x52db69)=>!_0x3b6bce&&!_0x52db69),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x5c6bd2,_0x1097b5)=>{this['isUploadInProgress']||this['isEmpty']||_0x5c6bd2['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x1097b5());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();}),this['queryView']['fieldView']['element']['addEventListener']('paste',_0x4c2d45=>this['_handlePaste'](_0x4c2d45)),this['element']['addEventListener']('drop',_0x2d64cc=>this['_handleDrop'](_0x2d64cc));}['_handlePaste'](_0x1a7e85){const _0x53a443=_0x1a7e85['clipboardData'];if(!_0x53a443)return;const {files:_0x2bd4fe,hasDirectory:_0xd45c61}=Ur(_0x53a443),_0x3adcfd={'files':_0x2bd4fe,'plainText':_0x53a443['getData']('text/plain'),'hasDirectory':_0xd45c61,'forceTextAttachment':!0x1,'preventDefault':()=>_0x1a7e85['preventDefault']()};this['fire']('promptInputPaste',_0x3adcfd);}['_handleDrop'](_0x38b209){const _0x412a20=_0x38b209['dataTransfer'];if(!_0x412a20)return;const _0x53de5d={'files':[],'plainText':_0x412a20['getData']('text/uri-list')||_0x412a20['getData']('text/plain'),'hasDirectory':!0x1,'forceTextAttachment':!0x1,'preventDefault':()=>_0x38b209['preventDefault']()};this['fire']('promptInputPaste',_0x53de5d);}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x79901=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x79901)return this['queryView']['errorText']=ls(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x3d0a90=_0x47dde7(_0x79901);this['fire']('sendUserMessage',_0x3d0a90),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x3520f1){this['queryView']['fieldView']['set']('placeholder',_0x3520f1);}['focus'](_0x112d4f=!0x1){super['focus'](),_0x112d4f&&(this['element']['classList']['contains'](Br)||(this['element']['classList']['add'](Br),setTimeout(()=>{this['element']['classList']['remove'](Br);},0x320)));}['_createSubmitButton'](){const _0x28cab4=new Pt(this['locale']);return _0x28cab4['set']({'icon':it,'label':ls(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+an,'isEnabled':!0x1}),_0x28cab4['on']('execute',()=>{this['submit']();}),_0x28cab4;}['setIsUploadInProgress'](_0x20d53f){this['isUploadInProgress']=_0x20d53f;}['_setUpAddContextButtonPositioning'](){const _0x46fb14=this['locale'],_0x33081a=()=>{Et['window']['requestAnimationFrame'](()=>{if(wt(this['element'])){const _0x1ab10b=new gt(this['queryView']['fieldView']['element']),_0x4ca52a=new gt(this['_addContextButtonView']['element']),_0x42df83=_0x1ab10b['width'],_0x3ebfe8='rtl'===_0x46fb14['uiLanguageDirection']?'right':'left';_0x1ab10b['excludeScrollbarsAndBorders']();const _0x1acf5e=_0x42df83-_0x1ab10b['width']+0x1;this['_addContextButtonView']['element']['style'][_0x3ebfe8]='calc('+(_0x42df83-_0x4ca52a['width']-_0x1acf5e)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x33081a),this['on']('render',()=>{_0x33081a(),this['_queryViewResizeObserver']=new At(this['queryView']['fieldView']['element'],()=>{_0x33081a();});});}},Fr=class extends _0x4708a3{constructor(_0x165d63){super(_0x165d63);const _0x2bd4a3=new Wt();_0x2bd4a3['content']=_0x1bcaaf,this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls__drop-overlay']},'children':[_0x2bd4a3,{'tag':'span','attributes':{'class':['ck-ai-chat-controls__drop-overlay__label']},'children':[{'text':ls(_0x165d63,'AI_CHAT_DROP_ZONE_HINT')}]}]});}['attach'](_0x4be48a){let _0x4f9a99=0x0;_0x4be48a['addEventListener']('dragenter',_0x449b36=>{_0x449b36['dataTransfer']&&(_0x4f9a99++,0x1===_0x4f9a99&&this['fire']('dragEnter'),_0x4be48a['classList']['add']('ck-ai-chat-controls_drag-over'));}),_0x4be48a['addEventListener']('dragover',_0x166ed1=>{_0x166ed1['dataTransfer']&&_0x166ed1['preventDefault']();}),_0x4be48a['addEventListener']('dragleave',()=>{--_0x4f9a99<=0x0&&(_0x4f9a99=0x0,_0x4be48a['classList']['remove']('ck-ai-chat-controls_drag-over'));}),_0x4be48a['addEventListener']('drop',_0x1bb6f4=>{_0x1bb6f4['preventDefault'](),_0x4f9a99=0x0,_0x4be48a['classList']['remove']('ck-ai-chat-controls_drag-over'),this['_handleDrop'](_0x1bb6f4);});}['_handleDrop'](_0x1ce6b5){const _0x520c91=_0x1ce6b5['dataTransfer'];if(!_0x520c91)return;const {files:_0x368139,hasDirectory:_0x130944}=Ur(_0x520c91),_0x51576f={'files':_0x368139,'plainText':_0x520c91['getData']('text/uri-list')||_0x520c91['getData']('text/plain'),'hasDirectory':_0x130944,'forceTextAttachment':!0x0,'preventDefault':()=>{}};this['fire']('promptInputPaste',_0x51576f);}};const Kr='ck-ai-chat__prompt-capabilities',Wr='ck-ai-chat-controls-button',Yr='ck-ai-chat-controls-button--commands',$r='ck-ai-chat-controls__model-selection',qr='ck-ai-chat-controls__model-selection__item-name',Qr='ck-ai-chat-controls__model-selection__item-description',Xr='ck-ai-chat-controls__model-selection__item-capabilities',zr='n';var jr=class extends _0x4708a3{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x442c87){super(_0x442c87),this['set']('webSearchActive',!0x1),this['set']('reasoningActive',!0x1),this['set']('modelDisplayMode','selector'),this['set']('modelSelectorEnabled',!0x0),this['set']('activeModelId',null),this['set']('activeModelName',null),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelNameView']=this['_createModelNameView'](),this['_webSearchButton']=this['_createWebSearchButton'](),this['_reasoningButton']=this['_createReasoningButton'](),this['_commandsButton']=this['_createCommandsButton'](),this['_modelSelectionDropdown']['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x15e93c=>'selector'===_0x15e93c),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x5a5a4c=>_0x5a5a4c?this['_modelSelectionDropdown']['buttonView']['label']:ls(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0xfc8e73=>_0xfc8e73),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x8d6963=>_0x8d6963),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x3cfe73=>ls(this['locale'],_0x3cfe73?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x5d035f=>_0x5d035f),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x245ab1=>ls(this['locale'],_0x245ab1?'AI_CHAT_DISABLE_REASONING':'AI_CHAT_ENABLE_REASONING')),this['setTemplate']({'tag':'div','attributes':{'class':[Kr]},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],this['_webSearchButton'],this['_reasoningButton'],this['_commandsButton']]}),this['_modelSelectionDropdownItems']=new ht(),_0x41c9a7(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x508c8c,_0x121975){if(_0x121975)this['set']('modelDisplayMode','hidden');else{const _0x3c912e=0x1===_0x508c8c['length'];this['set']('modelDisplayMode',_0x3c912e?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x508c8c?.['length'])for(const _0x2dc59b of _0x508c8c){const _0xaa165e=new _0x2d4237({'label':_0x2dc59b['name'],'withText':!0x0,'role':'menuitemradio','id':_0x2dc59b['id'],'model':_0x2dc59b});_0xaa165e['bind']('isOn')['to'](this,'activeModelId',_0x3f96fe=>_0x3f96fe===_0x2dc59b['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0xaa165e,'labelView':new Jr(this['locale'],_0x2dc59b)});}}['setWebSearch'](_0x51b388){this['set']('webSearchActive',_0x51b388);}['setReasoning'](_0x2b8ab1){this['set']('reasoningActive',_0x2b8ab1);}['setModel'](_0x20f4d4){if(!_0x20f4d4)return;this['activeModelId']=_0x20f4d4['id'],this['activeModelName']=_0x20f4d4['name']||_0x20f4d4['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x20f4d4['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x20f4d4['name']);const _0x4d64a6=_0x20f4d4['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x4d64a6),this['_webSearchButton']['set']('isVisible',_0x4d64a6);const _0x31b806=_0x20f4d4['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x31b806),this['_reasoningButton']['set']('isVisible',_0x31b806);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x19c3be){this['set']('modelSelectorEnabled',!0x1),_0x19c3be&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x4cc35e=new Pt();return _0x4cc35e['set']({'label':ls(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':ot,'class':Wr+'\x20'+cn,'isToggleable':!0x0,'tooltipPosition':zr}),_0x4cc35e['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x4cc35e;}['_createReasoningButton'](){const _0x22e07d=new Pt();return _0x22e07d['set']({'label':ls(this['locale'],'AI_CHAT_REASONING'),'icon':_0xae43e5,'class':Wr+'\x20'+cn,'isToggleable':!0x0,'tooltipPosition':zr}),_0x22e07d['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x22e07d;}['_createCommandsButton'](){const _0x24e811=new Pt();return _0x24e811['set']({'label':ls(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x17fb3f,'withText':!0x0,'class':Wr+'\x20'+cn,'isToggleable':!0x0,'tooltip':ls(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':zr}),_0x24e811['extendTemplate']({'attributes':{'class':[Yr]}}),_0x24e811['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x24e811;}['_createModelSelectionDropdown'](){const _0x183eec=_0x353e74(this['locale']);return _0x183eec['set']({'panelPosition':'ne','class':[$r]}),_0x183eec['buttonView']['set']({'label':ls(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':zr,'class':cn}),this['listenTo'](_0x183eec,'execute',_0x1a5c08=>{this['fire']('selectModel',_0x1a5c08['source']['model']);}),_0x183eec;}['_createModelNameView'](){const _0x450b1c=new Zr(this['locale']);return _0x450b1c['bind']('text')['to'](this,'activeModelName',_0x4ef624=>_0x4ef624??''),_0x450b1c['bind']('isVisible')['to'](this,'modelDisplayMode',_0xcb0799=>'name'===_0xcb0799),_0x450b1c;}},Jr=class extends Lt{constructor(_0x532763,_0x2f7692){super();const _0x4c0dae=this['bindTemplate'],_0x1996e3=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x4c0dae['to']('style'),'id':_0x4c0dae['to']('id')},'children':[{'tag':'div','attributes':{'class':[qr]},'children':[{'text':_0x4c0dae['to']('text')}]},{'tag':'div','attributes':{'class':[Qr]},'children':[{'tag':'span','children':[{'text':_0x2f7692['description']}]}]},{'tag':'div','attributes':{'class':[Xr]},'children':_0x1996e3}]}),_0x1996e3['addMany'](this['_getCapabilityParts'](_0x532763,ot,'AI_CHAT_SEARCH_WEB',_0x2f7692['capabilities']['webSearch']?.['enabled']??!0x1)),_0x1996e3['addMany'](this['_getCapabilityParts'](_0x532763,_0xae43e5,'AI_CHAT_REASONING',_0x2f7692['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x55735e,_0x3b3928,_0x4896ef,_0x33b7ba){const _0xfb2a0=new Wt();_0xfb2a0['content']=_0x3b3928;const _0x30c6f7=new _0x4708a3(_0x55735e);_0x30c6f7['setTemplate']({'tag':'span','children':[{'text':ls(_0x55735e,_0x4896ef)+':\x20'}]});const _0x136ebe=new _0x4708a3(_0x55735e);return _0x136ebe['setTemplate']({'tag':'span','children':[{'text':ls(_0x55735e,_0x33b7ba?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0xfb2a0,_0x30c6f7,_0x136ebe];}},Zr=class extends _0x4708a3{constructor(_0x23c7c8){super(_0x23c7c8),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x465c37=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x465c37['if']('isVisible','ck-hidden',_0x57d7f7=>!_0x57d7f7)]},'children':[{'text':_0x465c37['to']('text')}]});}};const to='ck-ai-chat-context-controls__url-form',eo='ck-ai-chat-context-controls__url-input-section';var io=class extends _0x4708a3{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0x2ad1f3){super(_0x2ad1f3),this['focusTracker']=new ut(),this['keystrokes']=new dt(),this['backButton']=this['_createBackButton'](),this['urlInputField']=this['_createUrlInputField'](),this['confirmButton']=this['_createConfirmButton'](),this['_focusables']=this['createCollection']([this['backButton'],this['urlInputField'],this['confirmButton']]),this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['set']('withBackButton',!0x0),this['_setupTemplate'](),this['_setupEventHandlers'](),this['_setupKeystrokes']();}['render'](){super['render'](),this['_focusables']['forEach'](_0x19e2b9=>{this['focusTracker']['add'](_0x19e2b9['element']),this['keystrokes']['listenTo'](_0x19e2b9['element']);}),_0xfe4486({'view':this}),this['focus']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['focus'](){this['urlInputField']['focus']();}['getValue'](){return this['urlInputField']['fieldView']['element']?.['value']?.['trim']()||'';}['clear'](){this['urlInputField']['fieldView']['element']['value']='',this['urlInputField']['errorText']=null,this['confirmButton']['isEnabled']=!0x1;}['setError'](_0x20f41c){this['urlInputField']['errorText']=_0x20f41c,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x5c638b=new Pt(this['locale']);return _0x5c638b['set']({'icon':_0x2db01d,'tooltip':ls(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x3c1195,_0x30ed41,_0x3940a7)=>{_0x5c638b['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x3940a7?'':'\x20ck-hidden')]});}),_0x5c638b;}['_createUrlInputField'](){const _0x2c39f4=new $t(this['locale'],_0xc4912a);return _0x2c39f4['set']({'label':ls(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x2c39f4['fieldView']['set']({'placeholder':ls(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x2c39f4;}['_createConfirmButton'](){const _0x29dce6=new Pt(this['locale']);return _0x29dce6['set']({'icon':_0x1fb55b,'tooltip':ls(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x29dce6;}['_setupTemplate'](){const _0x17cee7=new Gt(this['locale'],{'label':ls(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'class':'ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_context-url'});_0x17cee7['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':to,'tabindex':'-1'},'children':[_0x17cee7,{'tag':'div','attributes':{'class':eo},'children':[this['urlInputField'],this['confirmButton']]}]});}['_setupEventHandlers'](){this['backButton']['on']('execute',()=>{this['clear'](),this['fire']('cancel');}),this['urlInputField']['fieldView']['on']('input',()=>{this['clearError'](),this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}),this['on']('submit',_0x5904dc=>{_0x5904dc['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x32d764,_0xa85682)=>{this['clear'](),this['fire']('cancel'),_0xa85682();});}['_handleSubmit'](){const _0xaae6e1=this['getValue']()['trim']();_0xaae6e1?this['_isValidUrl'](_0xaae6e1)?(this['clearError'](),this['fire']('submitUrl',_0xaae6e1)):this['setError'](ls(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](ls(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x53ca24=this['getValue']()['trim'](),_0x548c82=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x53ca24['length']>0x0&&!_0x548c82;}['_isValidUrl'](_0x3b2b16){try{return!!new URL(_0x3b2b16);}catch{return!0x1;}}};const so='ck-ai-chat-resources__item',no='ck-ai-chat-resources__item--in-context',ro='ck-ai-chat-resources__item-title',oo='ck-ai-chat-resources__item__icon';var ao=class extends Xt{['resource'];['_titleView'];['_iconView'];constructor(_0x26b9ef,_0x3ebd6b){super(_0x26b9ef),this['resource']=_0x3ebd6b,this['set']('isInContext',!!_0x3ebd6b['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x25337f){if(_0x25337f['isInContext'])return _0x1fb55b;switch(_0x25337f['type']){case'document':return _0x1445d9;case'web-resource':return _0x3ee98b;case'file':case'text':return _0x1bcaaf;default:return _0x27bd8d;}}['highlightText'](_0x3c9817){if(!_0x3c9817||''===_0x3c9817['trim']())return void this['_titleView']['highlightText'](null);const _0x1d8154=new RegExp(_0x2cddd7(_0x3c9817),'gi');this['_titleView']['highlightText'](_0x1d8154);}['updateResourceState'](_0x44543e){this['resource']['isInContext']=_0x44543e,this['isInContext']=_0x44543e,this['_updateIcon']();}['_createTitleView'](){const _0x1c513b=new Kt();return _0x1c513b['text']=this['resource']['label'],_0x1c513b['extendTemplate']({'tag':'span','attributes':{'class':[ro]}}),_0x1c513b;}['_createIconView'](){const _0x489362=new Wt();return _0x489362['content']=this['getResourceIcon'](this['resource']),_0x489362;}['_setupTemplate'](){const _0x250428=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[so,_0x250428['if']('isVisible','ck-hidden',_0x498663=>!_0x498663),_0x250428['if']('isInContext',no)]},'children':[{'tag':'div','attributes':{'class':[oo]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x250428['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}};const ho='ck-ai-chat-resources__list';var co=class extends zt{['_source'];constructor(_0x564f42,_0x5962de){super(_0x564f42),this['_source']=_0x5962de,this['extendTemplate']({'attributes':{'class':[ho]}});}['setResources'](_0x3c7175,_0x484cca){this['items']['clear']();let _0x47a3bd=_0x3c7175;if(this['_source']['useDefaultFiltering']&&_0x484cca&&''!==_0x484cca['trim']()){const _0x48161d=new RegExp(_0x484cca['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x47a3bd=_0x3c7175['filter'](_0x121b74=>_0x48161d['test'](_0x121b74['label']));}for(const _0x475a40 of _0x47a3bd){const _0x5035dd=new ao(this['locale'],_0x475a40);_0x5035dd['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x475a40);}),this['items']['add'](_0x5035dd);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x484cca);}['highlightText'](_0xf8b1){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x41f6aa=>{_0x41f6aa['highlightText'](_0xf8b1);});}['updateResourceState'](_0x457ac4,_0xad2221){for(const _0x54896b of this['items']){const _0x477a7f=_0x54896b;_0x477a7f['resource']['id']===_0x457ac4&&_0x477a7f['updateResourceState'](_0xad2221);}}['_handleResourceSelection'](_0x1d8f90,_0x55742f){this['fire']('addResourceToContext',{'source':_0x1d8f90,'resource':_0x55742f});}},lo=class extends $t{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x5094a6){const t=_0x5094a6['t'],_0x4b6df5={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0xc4912a,'label':ls(_0x5094a6,'AI_CHAT_SEARCH_RESOURCES')};super(_0x5094a6,_0x4b6df5['creator']),this['label']=_0x4b6df5['label'],this['_viewConfig']=_0x4b6df5,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x5094a6,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x3aa862){this['fire']('search',_0x3aa862);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new Wt(),this['iconView']['content']=_0xc1f191,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x52814a,t){this['resetButtonView']=new Pt(_0x52814a),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x544e33,'class':'ck-search__reset','isVisible':!0x1,'tooltip':!0x0}),this['resetButtonView']['on']('execute',()=>{this['reset'](),this['focus'](),this['fire']('reset');}),this['resetButtonView']['bind']('isVisible')['to'](this['fieldView'],'isEmpty',_0x223718=>!_0x223718),this['fieldWrapperChildren']['add'](this['resetButtonView']),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-reset'}});}['_setupEventListeners'](){this['listenTo'](this['fieldView'],'input',()=>{this['search'](this['fieldView']['element']['value']);}),this['bind']('isEnabled')['to'](this);}},uo=class extends _0x4708a3{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x5d6b4b,_0x5f537a){super(_0x5d6b4b),this['_source']=_0x5f537a['source'],this['_searchInputVisibleFrom']=_0x5f537a['searchInputVisibleFrom']??0x7,this['set']('isLoading',!0x0),this['_searchView']=this['_createSearchView'](),this['_searchSection']=this['_createSearchSection'](),this['_resourcesListView']=this['_createResourcesListView'](),this['_skeletonLoader']=this['_createSkeletonView'](),this['children']=new _0x4f88bc([this['_skeletonLoader'],this['_resourcesListView']]),this['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat-resources'},'children':this['children']});}['_createSearchView'](){return new lo(this['locale']);}['_createSearchSection'](){const _0x59fe6c=new _0x4708a3(this['locale']);return _0x59fe6c['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x471a0a,_0x5538e2)=>{this['loadResources'](_0x5538e2),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x5538e2);}),_0x59fe6c;}['_createResourcesListView'](){const _0x3f81c9=new co(this['locale'],this['_source']);return _0x3f81c9['delegate']('addResourceToContext')['to'](this),_0x3f81c9['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x3f81c9;}['_createSkeletonView'](){const _0xe8d1a=new Xn(this['locale'],zn['aiChatResources']);return _0xe8d1a['bind']('isVisible')['to'](this,'isLoading'),_0xe8d1a;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x10045b){const _0xac0434=Ot();this['_latestLoadResourcesUid']=_0xac0434,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x10045b,'uid':_0xac0434}),this['isLoading']=!0x0;}['setResources'](_0x512151,_0x102f24){if(_0x102f24&&_0x102f24!==this['_latestLoadResourcesUid'])return;const _0x157376=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x512151,_0x157376),_0x512151['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x3ea4ca,_0x104782){this['_resourcesListView']['updateResourceState'](_0x3ea4ca,_0x104782);}};const _o='ck-ai-chat-context-controls__source-balloon-panel',go='ck-button-icon\x20ck-button-back',Ao='ck-ai-header\x20ck-ai-header_small\x20ck-ai-header_source';var Io=class{['_sourceResourceBalloons']=new Map();['_bodyCollection'];['_locale'];['_config'];constructor(_0x47ca8e,_0x238a36,_0x75bc3c){this['_locale']=_0x47ca8e,this['_bodyCollection']=_0x238a36,this['_config']=_0x75bc3c;}['showSourceResourcesBalloon']({source:_0x1bd1e4,withBackButton:_0x2efa00}){let _0x388768=this['_sourceResourceBalloons']['get'](_0x1bd1e4['id']);_0x388768||(_0x388768=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x1bd1e4['id'],_0x388768),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x388768)),this['_addSourceResourceContent']({'balloonPanel':_0x388768,'source':_0x1bd1e4,'withBackButton':_0x2efa00}),_0x388768['show']();const _0x341cc3=this['_config']['getTargetElement']();_0x341cc3&&_0x388768['pin']({'target':_0x341cc3,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x38200b,_0x57c5eb,_0x8e7834){const _0x3260c0=this['_sourceResourceBalloons']['get'](_0x38200b);if(!_0x3260c0)return;const _0x5b101b=this['_getResourcesViewFromBalloon'](_0x3260c0);_0x5b101b&&(_0x5b101b['setResources'](_0x57c5eb,_0x8e7834),_0x5b101b['once']('change:isLoading',()=>{_0x3260c0['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x34629e){const _0x5d283f=this['_sourceResourceBalloons']['get'](_0x34629e);_0x5d283f&&requestAnimationFrame(()=>{_0x5d283f['hide'](),this['_sourceResourceBalloons']['delete'](_0x34629e),this['_config']['onBalloonClosed']();});}['closeAll'](){for(const _0x1fcd34 of Array['from'](this['_sourceResourceBalloons']['keys']()))this['closeSourceResourceBalloon'](_0x1fcd34);}['isAnyResourceBalloonVisible'](){for(const _0x33a0f9 of this['_sourceResourceBalloons']['values']())if(_0x33a0f9['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x51ea84,_0x471bc2,_0x5aa6fe){const _0x575ed0=this['_sourceResourceBalloons']['get'](_0x51ea84);if(!_0x575ed0||!_0x575ed0['isVisible'])return;const _0x223520=this['_config']['getTargetElement']();if(!_0x223520)return;_0x575ed0['pin']({'target':_0x223520,'limiter':this['_config']['getLimiterElement']()});const _0x4c9144=this['_getResourcesViewFromBalloon'](_0x575ed0);_0x4c9144&&_0x4c9144['updateResourceState'](_0x471bc2,_0x5aa6fe);}['destroy'](){for(const _0x2b7d54 of this['_sourceResourceBalloons']['values']())_0x2b7d54['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x69f0ed=new Nt(this['_locale']);return _0x69f0ed['extendTemplate']({'attributes':{'class':_o}}),this['_bodyCollection']['add'](_0x69f0ed),_0x69f0ed;}['_addSourceResourceContent']({balloonPanel:_0x51065a,source:_0x13c256,withBackButton:_0x570207}){_0x51065a['content']['clear']();const _0x177bbd=this['_createBalloonHeader']({'balloonPanel':_0x51065a,'source':_0x13c256,'withBackButton':_0x570207});_0x51065a['content']['add'](_0x177bbd);const _0x2cafb1=this['_createBalloonResourcesView'](_0x13c256);_0x51065a['content']['add'](_0x2cafb1);}['_createBalloonHeader']({balloonPanel:_0x1820f8,source:_0x574bda,withBackButton:_0x32d1e3}){const _0xfe0491=new Gt(this['_locale'],{'label':_0x574bda['label'],'class':Ao});return _0x32d1e3&&_0xfe0491['children']['add'](this['_createBackButton'](_0x1820f8),0x0),_0xfe0491;}['_createBackButton'](_0xdee4a6){const _0x425cf0=new Pt(this['_locale']);return _0x425cf0['set']({'icon':_0x2db01d,'tooltip':ls(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':go}),_0x425cf0['on']('execute',()=>{_0xdee4a6['hide'](),this['_config']['onBackToContext']();}),_0x425cf0;}['_createBalloonResourcesView'](_0x49afd5){const _0x17c22b=new uo(this['_locale'],{'source':_0x49afd5,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x17c22b['on']('loadSourceResources',(_0x5760b9,_0x4108d9)=>{this['_config']['onLoadSourceResources'](_0x4108d9);}),_0x17c22b['on']('addResourceToContext',(_0x13adc7,_0x1662e1)=>{this['_config']['onResourceSelected'](_0x1662e1['source'],_0x1662e1['resource']),this['closeSourceResourceBalloon'](_0x49afd5['id']);}),_0x17c22b;}['_getResourcesViewFromBalloon'](_0x475266){const _0x245737=_0x475266['content']['get'](0x1);return _0x245737 instanceof uo?_0x245737:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x11606f){_0xfcbf0e({'emitter':_0x11606f,'contextElements':[_0x11606f['element']],'callback':()=>{_0x11606f['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x11606f['isVisible']});}};const po=['addDocumentToContext','addFileToContext','addUrlToContext','addResourceToContext','removeContextItem','loadSourceResources','executeCustomItemCallback'],mo='ck-ai-chat-context-controls',Eo='ck-ai-chat-context-controls__pending-contexts',To='ck-ai-chat-context-controls__add-context-balloon-panel',wo='ck-ai-chat-context-controls__add-context-button',Co='ck-ai-chat-context-controls__url-balloon-panel',fo='ck-ai-chat-context-controls__balloon-button',bo='ck-ai-chat-context-controls__balloon-button-source',So='ck-ai-chat-controls-button',Ro='ck-ai-chat-context-chips-wrapper-balloon',Oo='ck-ai-chat-controls_context_show-more-button',vo='ck-ai-chat-context-controls__show-more-balloon-panel',ko='ck-ai-chat',No=[Nt['defaultPositions']['northArrowSouthWest'],Nt['defaultPositions']['northArrowSouth'],Nt['defaultPositions']['northArrowSouthEast'],Nt['defaultPositions']['southArrowNorthWest'],Nt['defaultPositions']['southArrowNorth'],Nt['defaultPositions']['southArrowNorthEast']];var yo=class extends _0x4708a3{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x528ebc,_0x554483){super(_0x528ebc),this['bodyCollection']=_0x554483['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x528ebc),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x528ebc),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x528ebc),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x528ebc,_0x554483);const _0x145f10={'cssClasses':{'showMoreButton':Oo+'\x20'+cn,'showMoreBalloon':vo,'overflowContainer':Ro,'controlsButton':So}};this['_overflowManager']=new Cr(_0x528ebc,this['_currentContextsChips'],_0x145f10,this['bodyCollection'],this),this['_addContextBalloonConfig']={'buttonView':this['addContextButtonView'],'balloonView':this['_addContextBalloonPanelView'],'hideMethod':this['hideAddContextBalloonPanel']['bind'](this),'showMethod':this['showAddContextBalloonPanel']['bind'](this)},this['_setupTemplate'](),this['_bindEventHandlers']();}['render'](){super['render'](),this['_setupAllBalloonClickOutsideHandlers'](),this['_overflowManager']['setContainerElement'](this['element']),this['_overflowManager']['reorganizeChips']();}['destroy'](){super['destroy'](),this['_overflowManager']['destroy'](),this['_resourcesBalloonView']['destroy']();}['addContextItem'](_0x5e8dc1,_0x31ecb4){const _0x3371bf=this['_createContextButton'](_0x5e8dc1,'current',!0x0,_0x31ecb4);this['_addContextToCollection'](_0x3371bf,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x3e3796){this['_removeContextFromCollection'](_0x3e3796,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x3e3796,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x3a97f3,_0x5ac967){let _0x4e50cb=this['_currentContextsChips']['find'](_0x164523=>_0x164523['id']===_0x3a97f3);_0x4e50cb||(_0x4e50cb=this['_overflowManager']['overflowChips']['find'](_0x3e4963=>_0x3e4963['id']===_0x3a97f3)),_0x4e50cb&&(_0x4e50cb['isLoading']=_0x5ac967);}['setConversationContext'](_0x423ba8){this['_conversationContextsChips']['clear']();for(const _0x57f00d of _0x423ba8){const _0x166878=this['_createContextButton'](_0x57f00d,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x166878,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x191bd1,_0x32dcd5,_0x541b25){this['_resourcesBalloonView']['updateResourceState'](_0x191bd1,_0x32dcd5,_0x541b25);}['hideAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x1);}['showAddContextBalloonPanel'](){this['_toggleAddContextBalloon'](!0x0);}['hideUrlBalloonPanel'](){this['_urlBalloonPanelView']['hide'](),this['addContextButtonView']['isOn']=!0x1,this['_urlInputView']&&this['_urlInputView']['clear']();}['showUrlBalloonPanel'](){this['_urlBalloonPanelView']['show'](),this['addContextButtonView']['isOn']=!0x0;}['hideAllBalloons'](){this['hideAddContextBalloonPanel'](),this['hideUrlBalloonPanel'](),this['_resourcesBalloonView']['closeAll']();}['_showSourceResourcesBalloon']({source:_0x22da5d,withBackButton:_0x179790}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x22da5d,'withBackButton':_0x179790}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x1c11d5,_0x3297ae,_0x1c83a4,_0xc3cf3e){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x1c11d5,_0x1c83a4,_0xc3cf3e);}['closeSourceResourceBalloon'](_0x55aa78){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x55aa78),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x1ee771){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x1ee771),this['_setAddContextButtonEnabled'](_0x1ee771);}['_setAddContextButtonEnabled'](_0x150f12){const _0x375b5c=!_0x150f12['document']['isHidden']&&_0x150f12['document']['enabled'],_0x56e6ca=_0x150f12['urls']['enabled'],_0x25961d=_0x150f12['files']['enabled'],_0x4967c6=_0x150f12['sources']['length']>0x0,_0x422d98=_0x150f12['customItems']&&_0x150f12['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x375b5c||_0x56e6ca||_0x25961d||_0x4967c6||_0x422d98;}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':[mo,'ck-reset_all-excluded']},'children':[{'tag':'div','attributes':{'class':Eo},'children':this['_currentContextsChips']}]});}['_bindEventHandlers'](){this['addContextButtonView']['on']('execute',()=>{this['_handleAddContextButtonClick']();});}['_createAddContextButtonView'](_0x3b5f67){const _0x27dfc8=new Pt(_0x3b5f67);return _0x27dfc8['set']({'label':ls(_0x3b5f67,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':So+'\x20'+wo+'\x20'+cn,'icon':_0x19e50c,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x27dfc8;}['_createAddContextBalloonPanelView'](_0x2370ee){return this['_createBaseBalloonPanel'](_0x2370ee,To);}['_createUrlBalloonPanelView'](_0x2421b3){const _0x239be1=this['_createBaseBalloonPanel'](_0x2421b3,Co);return this['_addUrlContent'](_0x239be1,_0x2421b3),_0x239be1;}['_createResourcesBalloonView'](_0x554a8e,_0x522e7b){const _0x578532={'searchInputVisibleFrom':_0x522e7b['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No});},'onResourceSelected':(_0x37f445,_0x31f842)=>{this['fire']('addResourceToContext',{'source':_0x37f445,'resource':_0x31f842});},'onLoadSourceResources':_0x57f691=>{this['fire']('loadSourceResources',_0x57f691);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Io(_0x554a8e,_0x522e7b['bodyCollection'],_0x578532);}['_getLimiterElement'](){return this['element']?.['closest']('.'+ko)||document['body'];}['_createBaseBalloonPanel'](_0x4b7e0b,_0x1e3ce0){const _0x35be7c=new Nt(_0x4b7e0b);return _0x35be7c['extendTemplate']({'attributes':{'class':_0x1e3ce0}}),this['bodyCollection']['add'](_0x35be7c),_0x35be7c;}['_setBalloonPanelContent'](_0x5867eb,_0x2c568e,_0x53d8b0){if(_0x5867eb['content']['clear'](),!_0x53d8b0['document']['isHidden']&&_0x53d8b0['document']['enabled']){const _0x33342f=this['_createBalloonButton'](_0x2c568e,{'label':ls(_0x2c568e,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x1445d9});_0x33342f['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x5867eb['content']['add'](_0x33342f);}if(_0x53d8b0['urls']['enabled']){const _0x145314=this['_createBalloonButton'](_0x2c568e,{'label':ls(_0x2c568e,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x3ee98b});_0x145314['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}),this['_urlInputView']['focus']();}),_0x5867eb['content']['add'](_0x145314);}if(_0x53d8b0['files']['enabled']){const _0xb5a86d=new Ut(_0x2c568e);_0xb5a86d['set']({'label':ls(_0x2c568e,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x32d23c,'withText':!0x0,'tooltip':!0x0,'class':fo,'allowMultipleFiles':!0x0}),_0xb5a86d['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0xb5a86d['on']('done',(_0x9a101a,_0x1f2c3f)=>{this['fire']('addFileToContext',_0x1f2c3f);}),_0xb5a86d['tooltip']=!0x0,_0x5867eb['content']['add'](_0xb5a86d);}for(const _0x5d1138 of _0x53d8b0['sources']){const _0x5f0b48=this['_createBalloonButton'](_0x2c568e,{'label':_0x5d1138['label'],'icon':_0x5d1138['icon']||_0x27bd8d,'type':'source'});_0x5867eb['content']['add'](_0x5f0b48),_0x5f0b48['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x5d1138,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x2e472b of _0x53d8b0['customItems']||[]){const _0x39d5d5=this['_createBalloonButton'](_0x2c568e,{'label':_0x2e472b['label'],'icon':_0x2e472b['icon']||_0x27bd8d,'type':'customItem'});_0x5867eb['content']['add'](_0x39d5d5),_0x39d5d5['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x2e472b);});}this['_hasExactlyOneSource']=0x1===_0x5867eb['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x5b9b01,_0x167b0f){this['_urlInputView']=new io(_0x167b0f),this['_urlInputView']['on']('submitUrl',(_0x559b49,_0xd09bb8)=>{this['_handleUrlSubmit'](_0xd09bb8);}),this['_urlInputView']['on']('cancel',()=>{this['hideUrlBalloonPanel'](),this['_hasExactlyOneSource']||(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}));}),this['_urlInputView']['on']('refreshBalloon',()=>{this['_urlBalloonPanelView']['isVisible']&&this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No});}),_0x5b9b01['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x3bda07,_0x7a0992){const _0x5bb7db='source'===_0x7a0992['type']?new xo(_0x3bda07):new Pt(_0x3bda07);return _0x5bb7db['set']({'label':_0x7a0992['label'],'icon':_0x7a0992['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':fo}),_0x5bb7db;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0xfcbf0e({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x5c4672){const _0x4f91ea=this['_addContextBalloonConfig'];_0x4f91ea['buttonView']['isOn']=_0x5c4672,_0x5c4672?_0x4f91ea['balloonView']['show']():_0x4f91ea['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x39de07,buttonView:_0x1b254b,hideMethod:_0x1997b3}=this['_addContextBalloonConfig'];_0xfcbf0e({'emitter':_0x39de07,'contextElements':[_0x39de07['element'],_0x1b254b['element']],'callback':()=>{_0x1997b3();},'activator':()=>_0x1b254b['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x3f6d11,_0xcf7623,_0x4098c0=!0x1,_0x45ac32=!0x1){const _0x3c8f8e='conversation'===_0xcf7623||!0x0===_0x3f6d11['isReadOnly'],_0xab91f3=new mr(this['locale'],_0x3f6d11,_0x3c8f8e,_0x4098c0,_0x45ac32);return _0x3c8f8e||_0xab91f3['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0xab91f3['id']);}),_0xab91f3;}['_addContextToCollection'](_0x4de365,_0x285c5c){_0x285c5c['add'](_0x4de365,0x0);}['_removeContextFromCollection'](_0x5c79f9,_0x51c35d){const _0x4782c6=_0x51c35d['find'](_0x40f6d7=>_0x40f6d7['id']===_0x5c79f9);_0x4782c6&&_0x51c35d['remove'](_0x4782c6);}['_handleAddContextButtonClick'](){this['addContextButtonView']['isOn']?this['hideAddContextBalloonPanel']():(this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}),this['_hasExactlyOneSource']&&this['_addContextBalloonPanelView']['content']['get'](0x0)?.['fire']('execute'));}['_handleUrlSubmit'](_0x28e2dd){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x28e2dd);}},xo=class extends Pt{['arrowView'];constructor(_0x5d4ea4){super(_0x5d4ea4),this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':[bo]}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x3391fb=new Wt();return _0x3391fb['content']=_0x599889,_0x3391fb['extendTemplate']({'attributes':{'class':bo+'__arrow'}}),_0x3391fb;}},Lo=class extends _0x4708a3{['_cancelButtonView'];['_loaderView'];constructor(_0x1cf941){super(_0x1cf941),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_loaderView']=this['_createLoaderView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-loader-wrapper','ck-reset_all']},'children':[this['_loaderView'],this['_cancelButtonView']]});}['_createCancelButtonView'](){const _0x56a427=new Pt(this['locale']);return _0x56a427['set']({'label':ls(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':hn+'\x20ck-ai-button-stop-generating','icon':et}),_0x56a427['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x56a427;}['_createLoaderView'](){const _0xc1ab84=new _0x4708a3(this['locale']);return _0xc1ab84['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}},{'tag':'div','attributes':{'class':['ck-ai-chat-controls-loader-icon-dot']}}]},{'text':ls(this['locale'],'AI_CHAT_IS_WRITING')}]}),_0xc1ab84;}},Do=class extends _0x4708a3{['_contextPanelView'];['_promptInputView'];['_dropZoneView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];['_filesEnabled'];constructor(_0x3aa389,_0x1c32be){super(_0x3aa389),this['_filesEnabled']=_0x1c32be['filesEnabled'],this['_contextPanelView']=this['_createContextPanelView'](_0x3aa389,{'bodyCollection':_0x1c32be['bodyCollection'],'searchInputVisibleFrom':_0x1c32be['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x3aa389),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x3aa389),this['_loaderView']=this['_createLoaderView'](_0x3aa389),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x3aa389),this['_dropZoneView']=new Fr(_0x3aa389),this['_shouldRestorePromptInputFocus']=!0x1,this['_promptInputView']['delegate']('sendUserMessage','promptInputPaste')['to'](this),this['_dropZoneView']['delegate']('promptInputPaste')['to'](this),this['_dropZoneView']['on']('dragEnter',()=>this['_contextPanelView']['hideAllBalloons']()),this['_loaderView']['delegate']('abortPromptStream')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleWebSearch')['to'](this),this['_promptCapabilitiesView']['delegate']('toggleReasoning')['to'](this),this['_promptCapabilitiesView']['delegate']('selectModel')['to'](this),this['_contextPanelView']['delegate'](...po)['to'](this),this['set']('isModelAvailable',!0x0),this['set']('isDisabled',!0x1);const _0x435b5e=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x435b5e['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x435b5e['if']('isLoading','ck-hidden',_0x427311=>_0x427311||!this['isModelAvailable']),_0x435b5e['if']('isModelAvailable','ck-hidden',_0x1f1d26=>!_0x1f1d26||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x435b5e['if']('isLoading','ck-hidden',_0x23e7f7=>!_0x23e7f7)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x435b5e['if']('isModelAvailable','ck-hidden',_0x463175=>_0x463175)]},'children':[this['_modelUnavailableMessageView']]},this['_dropZoneView']]}),_0xfcbf0e({'emitter':this['_promptInputView'],'activator':()=>this['isLoading'],'contextElements':()=>[this['element']],'callback':()=>{this['_shouldRestorePromptInputFocus']=!0x1;}}),this['on']('change:isLoading',this['_handlePromptInputFocus'],{'priority':'low'});}['render'](){super['render'](),this['_filesEnabled']&&this['_dropZoneView']['attach'](this['element']);}['_createContextPanelView'](_0x234e44,_0x4e7792){return new yo(_0x234e44,_0x4e7792);}['_createPromptInputView'](_0x466de7){return new Gr(_0x466de7,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0xaa872f){return new jr(_0xaa872f);}['_createLoaderView'](_0x22bf3b){return new Lo(_0x22bf3b);}['_createModelUnavailableMessageView'](_0x6b269d){const _0xbc6aee=new Po(_0x6b269d);return _0xbc6aee['delegate']('startConversation')['to'](this),_0xbc6aee;}['_handlePromptInputFocus'](_0x4ee757,_0x76b93b,_0x15efe8){_0x15efe8?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x3ab063,_0x3eec11){this['_contextPanelView']['addContextItem'](_0x3ab063,_0x3eec11);}['removeContextItem'](_0x27f00a){this['_contextPanelView']['removeContextItem'](_0x27f00a);}['setContextItemLoading'](_0x12b751,_0x305dc3){this['_contextPanelView']['setContextItemLoading'](_0x12b751,_0x305dc3);}['setIsUploadInProgress'](_0x352757){this['_promptInputView']['setIsUploadInProgress'](_0x352757);}['setConversationContext'](_0x4d85e9){this['_contextPanelView']['setConversationContext'](_0x4d85e9);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x4c439b,_0xe372a7,_0x18f87c){this['_contextPanelView']['updateResourceState'](_0x4c439b,_0xe372a7,_0x18f87c);}['setWebSearch'](_0x42b539){this['_promptCapabilitiesView']['setWebSearch'](_0x42b539);}['setReasoning'](_0x4e4734){this['_promptCapabilitiesView']['setReasoning'](_0x4e4734);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x3c80a3){this['_contextPanelView']['setAddContextOptions'](_0x3c80a3);}['setInputPlaceholder'](_0x37c66f){this['_promptInputView']['setPlaceholderText'](_0x37c66f);}['setModelList'](_0x1df238,_0x454963){this['_promptCapabilitiesView']['setModelList'](_0x1df238,_0x454963);}['setModel'](_0x119fce){_0x119fce?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x119fce)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x335ff1){this['_promptCapabilitiesView']['disableModelSelector'](_0x335ff1);}['populateSourceResourceBalloon'](_0x2859b0,_0x12050e,_0x1959ba,_0x5b5913){this['_contextPanelView']['populateSourceResourceBalloon'](_0x2859b0,_0x12050e,_0x1959ba,_0x5b5913);}['closeSourceResourceBalloon'](_0x11c772){this['_contextPanelView']['closeSourceResourceBalloon'](_0x11c772);}['focusPromptInput'](_0x3a16be=!0x1){this['_promptInputView']['focus'](_0x3a16be);}['setPromptInputValue'](_0x140fc2){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x140fc2;}},Po=class extends _0x4708a3{constructor(_0x15f623){super(_0x15f623);const _0xde6451=new Pt(_0x15f623);_0xde6451['set']({'label':ls(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0xde6451['delegate']('execute')['to'](this,'startConversation'),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-controls-model-unavailable-message']},'children':[{'tag':'p','children':[{'text':ls(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_TEXT')+'\x20'},_0xde6451]}]});}},Ho=class extends Gt{['resizeButton'];constructor(_0x264a47,_0x22802f){super(_0x264a47,{'label':_0x22802f['label'],'class':'ck-ai-header\x20'+_0x22802f['class'],'icon':_0x22802f['icon']}),this['set']('isMaximized',!0x1),_0x22802f['content']&&this['children']['add'](_0x22802f['content']),_0x22802f['showResizeButton']&&(this['resizeButton']=ln(_0x264a47,this),this['children']['add'](this['resizeButton']));}},Mo=class extends _0x4708a3{constructor(_0x6c38a4){super(_0x6c38a4),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':ls(_0x6c38a4,'AI_DISCLAIMER_TEXT')}]}]});}};function Vo(_0x16b319,_0x421a9f){const _0x5118ce=new Pt(_0x16b319);return _0x5118ce['set']({'label':ls(_0x16b319,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x2013b1,'class':'ck-ai-chat__start-conversation\x20'+hn}),_0x5118ce['on']('execute',()=>{_0x421a9f['fire']('startConversation');}),_0x5118ce;}var Uo=class extends _0x4708a3{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x158b0d,_0x374df2){super(_0x158b0d),this['_bodyCollection']=un(_0x158b0d);const _0x394226=Vo(_0x158b0d,this);this['chatHeader']=new Ho(_0x158b0d,{'label':ls(_0x158b0d,'AI_CHAT_HEADING'),'icon':_0x433c60,'class':'ck-ai-header_chat','content':_0x394226,'showResizeButton':_0x374df2['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new Mr(_0x158b0d,this['_bodyCollection']),this['chatFeed']['delegate'](...yn)['to'](this),this['chatControls']=new Do(_0x158b0d,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x374df2['contextResourcesSearchInputVisibleFrom'],'filesEnabled':_0x374df2['filesEnabled']}),this['chatControls']['delegate'](...yn)['to'](this),this['chatDisclaimer']=new Mo(_0x158b0d),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x158b0d['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x539a30,_0x474e98,_0x379adc,_0x5a1621){this['chatControls']['populateSourceResourceBalloon'](_0x539a30,_0x474e98,_0x379adc,_0x5a1621);}['closeSourceResourceBalloon'](_0x290c99){this['chatControls']['closeSourceResourceBalloon'](_0x290c99);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}},Bo=class extends _0x3abc0e{static get['requires'](){return[hs];}['_view'];static get['pluginName'](){return'AIChatUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['feedItemRenderingStrategy']='streaming';['showDiff']=!0x0;['_promiseQueue'];['_interactionPromiseResolver'];['_titleAnimationInterval']=void 0x0;['_isTrackChangesCommandValueBound']=!0x1;constructor(_0x11d194){super(_0x11d194);const _0x13904f=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new Zn(),this['_view']=new Uo(this['context']['locale'],{'showResizeButton':_0x13904f['showResizeButton'],'contextResourcesSearchInputVisibleFrom':this['context']['config']['get']('ai.chat.context.searchInputVisibleFrom'),'filesEnabled':!0x1!==this['context']['config']['get']('ai.chat.context.files.enabled')}),this['_view']['delegate']('resizeTabs')['to'](_0x13904f),this['_view']['delegate'](...yn)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x24d98e,{showDiff:_0x5694e4})=>{this['showDiff']=_0x5694e4;}),this['disableControls'](),_0x13904f['view']['addTab']({'id':'chat','buttonLabel':ls(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x433c60,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x13904f['view'],'isMaximized',_0x5406d2=>_0x5406d2),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x23aa89=>_0x23aa89),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x4b5959){const _0x559ce8=this['context']['config']['get']('ai.chat.welcomeMessage')??ls(this['context']['locale'],'AI_CHAT_WELCOME_MESSAGE');this['_view']['chatFeed']['clear'](),this['_view']['chatControls']['enableModelSelector'](),this['_view']['chatControls']['setModelList'](_0x4b5959['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x559ce8}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x6c5c38,staticMessage:_0x288923}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x6c5c38,'initialContent':'<p>'+_0x288923+'</p>'});});}async['addFeedItemUserMessage'](_0x303440){const _0xa7a0bb=_0x303440['attributes']?.['displayedPrompt']||_0x303440['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x303440['contextItems']['values']()),'initialContent':'<p>'+_0xa7a0bb+'</p>','id':_0x303440['id']});});}async['addFeedItemError']({errorMessage:_0x4cfebf,id:_0x481923}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x4cfebf+'</p>','id':_0x481923});});}async['addFeedItemAIReply'](_0x35beb8){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x35beb8['interactionId']+':'+_0x35beb8['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x3163d3){const _0x4b1578=us(this['context']),_0x3c4d2=_0x4b1578['map'](_0x14aa14=>_0x14aa14['config']['get']('ai.availableReplyActions')||[...er]);let _0xb33b5f=_0x3c4d2['reduce']((_0x414e3e,_0x516711)=>_0x414e3e['filter'](_0x93382d=>_0x516711['includes'](_0x93382d)),_0x3c4d2[0x0]||[...er]);const _0x3b4b38=_0x4b1578['every'](_0x5bdc1b=>_0x5bdc1b['plugins']['has']('TrackChanges')),_0x5411a7=_0x4b1578['map'](_0x1a3261=>_0x1a3261['commands']['get']('trackChanges'));return _0x3b4b38?this['_isTrackChangesCommandValueBound']||(this['_isTrackChangesCommandValueBound']=!0x0,this['_view']['chatFeed']['bind']('isTrackChangesOn')['toMany'](_0x5411a7,'value',(..._0x1e6d7c)=>_0x1e6d7c['some'](_0x2f8abd=>_0x2f8abd))):_0xb33b5f=_0xb33b5f['filter'](_0x1e378d=>'insertSuggestion'!=_0x1e378d),this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x3163d3['interactionId']+':'+_0x3163d3['id'],'areActionsDisabled':_0x3163d3['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0xb33b5f}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x46d126,_0x254d20){return this['_promiseQueue']['enqueue'](async()=>{const _0x5a4484=this['_view']['chatFeed']['children']['last'];if(_0x5a4484 instanceof yr)return this['_view']['chatFeed']['children']['remove'](_0x5a4484),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x46d126['id'],'capabilities':{'isWebSearchEnabled':_0x5a4484['capabilities']['isWebSearchEnabled']||_0x254d20['isWebSearchEnabled'],'isReasoningEnabled':_0x5a4484['capabilities']['isReasoningEnabled']||_0x254d20['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x46d126['id'],'capabilities':_0x254d20});});}async['addFeedItemCustomElement'](_0x348b62,_0x3e7380){let _0x304861;return await this['_promiseQueue']['enqueue'](async()=>{_0x304861=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x348b62,'id':_0x3e7380});}),_0x304861;}['removeFeedItem'](_0x408c26){this['_view']['chatFeed']['removeItem'](_0x408c26);}['hasFeedItem'](_0x282ed8){return this['_view']['chatFeed']['hasItem'](_0x282ed8);}['updateFeedInteractionHeader'](_0xa3a3e9){const _0x2a92ee=this['_view']['chatFeed']['children']['find'](_0xbf7fac=>_0xbf7fac['options']['id']==_0xa3a3e9['id']&&_0xbf7fac instanceof yr);_0x2a92ee&&_0x2a92ee['set']('isVisible',_0xa3a3e9['isVisible']);}async['updateFeedItemAIReplyContent'](_0x34523f){const _0x1ecc7c=_0x34523f['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x1fc8ba=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x34523f,'abortSignal':_0x1fc8ba,'renderingStrategy':_0x1ecc7c}),_0x34523f['isDone']&&this['markFeedItemAsDone'](_0x34523f['id']);});}['updateFeedItemAIReplySources'](_0x39f556,_0x1ebbb5){this['_view']['chatFeed']['updateWebSources'](_0x39f556,_0x1ebbb5);}async['updateFeedItemAIReplySuggestionContent'](_0x3187e5){return this['_promiseQueue']['enqueue'](async _0x523eb4=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x3187e5,'abortSignal':_0x523eb4}),_0x3187e5['isDone']&&this['markFeedItemAsDone'](_0x3187e5['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x17c222){this['_view']['chatFeed']['updateSuggestionPartState'](_0x17c222);}['setFeedItemAIReplySuggestionPartActive'](_0x1e1439){this['_view']['chatFeed']['setSuggestionPartActive'](_0x1e1439);}['markFeedItemAsDone'](_0x4273c2){this['_view']['chatFeed']['markItemAsDone'](_0x4273c2);}['removeFeedInteraction'](_0x442063){this['_view']['chatFeed']['getItemIds']()['filter'](_0x2ebab8=>_0x2ebab8['startsWith'](_0x442063))['forEach'](_0xee5ad9=>this['_view']['chatFeed']['removeItem'](_0xee5ad9));}['startInteraction'](){const _0x331b86=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x331b86),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x4c708f){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x2b4ad1=>_0x2b4ad1['startsWith'](_0x4c708f['id']))['forEach'](_0x6d9745=>this['markFeedItemAsDone'](_0x6d9745)),this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();}async['finishInteraction'](){return this['_promiseQueue']['queueEmptyPromise']['then'](()=>{this['isBusy']=!0x1,this['clearLoadingMessage'](),this['_view']['chatFeed']['stopAutoScroll']();});}['addContextItem'](_0x10be30,_0xa74743){this['_view']['chatControls']['addContextItem'](_0x10be30,_0xa74743);}['removeContextItem'](_0x146a20){this['_view']['chatControls']['removeContextItem'](_0x146a20);}['setContextItemLoading'](_0x5f4976,_0xc094de){this['_view']['chatControls']['setContextItemLoading'](_0x5f4976,_0xc094de);}['setIsUploadInProgress'](_0x3dddd6){this['_view']['chatControls']['setIsUploadInProgress'](_0x3dddd6);}['setConversationContext'](_0x101379){this['_view']['chatControls']['setConversationContext'](_0x101379);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x2786a9,_0x4fa1c7,_0x1dac86){this['_view']['chatControls']['updateResourceState'](_0x2786a9,_0x4fa1c7,_0x1dac86);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x472843){this['_view']['chatControls']['setAddContextOptions'](_0x472843);}['updateCapabilities'](_0x3421fe){this['_view']['chatControls']['setWebSearch'](_0x3421fe['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x3421fe['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x3421fe));}['setSelectedModel'](_0x256ec8,_0x19d813){this['_view']['chatControls']['setModel'](_0x256ec8),_0x19d813&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x38a43f){this['feedItemRenderingStrategy']=_0x38a43f;}['toggleLoadingSkeleton'](_0xd16349){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0xd16349);}['resetConversationTitle'](){this['setConversationTitle'](ls(this['context']['locale'],'AI_CHAT_HEADING'));}['emptyConversationTitle'](){this['setConversationTitle']('');}['setConversationTitle'](_0x1721f3,_0x5331e8=!0x1){if(clearInterval(this['_titleAnimationInterval']),_0x5331e8&&!It()&&_0x1721f3['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x1721f3);this['_view']['chatHeader']['label']=_0x1721f3;}['setLoadingMessage'](_0x5561c7){this['_view']['chatFeed']['setLoadingMessage'](_0x5561c7);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x35a965){let _0x12472a=0x0;this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x35a965[_0x12472a],_0x12472a++,_0x12472a===_0x35a965['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x3fa742){return _0x3fa742['isWebSearchEnabled']&&_0x3fa742['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x3fa742['isWebSearchEnabled']?ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x3fa742['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x1ac022){return _0x1ac022?_0x1ac022['isWebSearchEnabled']&&_0x1ac022['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x1ac022['isWebSearchEnabled']?ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x1ac022['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REASONING'):ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR'):ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_REGULAR');}['populateSourceResourceBalloon'](_0x5e3f0a,_0x33d00c,_0x41adc1,_0x25c4ca){this['_view']['populateSourceResourceBalloon'](_0x5e3f0a,_0x33d00c,_0x41adc1,_0x25c4ca);}['closeSourceResourceBalloon'](_0x757dc1){this['_view']['closeSourceResourceBalloon'](_0x757dc1);}['setPromptInputValue'](_0x565e24){this['_view']['chatControls']['setPromptInputValue'](_0x565e24);}['focusPromptInput'](_0x5a6774=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x5a6774);}['scrollFeedToSuggestion'](_0x3dc181,_0x3d8c35){this['_view']['chatFeed']['scrollToSuggestion'](_0x3dc181,_0x3d8c35);}['startAutoScroll'](_0x5558e7={}){this['_view']['chatFeed']['startAutoScroll'](_0x5558e7);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}},Go=class extends zt{['sections'];constructor(_0x4dadda,_0x54bc4e){super(_0x4dadda),this['sections']=_0x54bc4e,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x19f2d7){let _0x5db360=0x0,_0xb323ee=0x0;for(const _0xbd6a64 of this['sections']){const {resultsCount:_0x39348d,totalItemsCount:_0x13d1e0}=_0xbd6a64['filter'](_0x19f2d7);_0x5db360+=_0x39348d,_0xb323ee+=_0x13d1e0;}return{'resultsCount':_0x5db360,'totalItemsCount':_0xb323ee};}},Fo=class extends Xt{['title'];['itemsViews'];['_itemsListView'];constructor(_0x3255e1,{title:_0x1773a2,items:_0x329257}){super(_0x3255e1);const _0x1b82a1=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x1773a2,this['itemsViews']=_0x329257;const _0x2b394f=new _0x4708a3(_0x3255e1);_0x2b394f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new zt(_0x3255e1),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x1b82a1['if']('isVisible','ck-hidden',_0x1e9744=>!_0x1e9744)]},'children':[_0x2b394f,this['_itemsListView']]});}['filter'](_0x3c33d2){const _0x57859e=this['itemsViews']['length'];let _0x1e5924=0x0;for(const _0x14aabc of this['itemsViews'])_0x3c33d2?(_0x14aabc['isVisible']=!!_0x14aabc['isMatching'](_0x3c33d2),_0x14aabc['highlightText'](_0x3c33d2)):(_0x14aabc['isVisible']=!0x0,_0x14aabc['highlightText'](null)),_0x14aabc['isVisible']&&_0x1e5924++;return this['isVisible']=_0x1e5924>0x0,{'resultsCount':_0x1e5924,'totalItemsCount':_0x57859e};}['getItem'](_0x55eef6){return this['itemsViews']['find'](_0x441015=>_0x441015['id']===_0x55eef6);}['removeItem'](_0x16c9ce){const _0x32a32e=this['itemsViews']['indexOf'](_0x16c9ce);-0x1!==_0x32a32e&&(this['itemsViews']['splice'](_0x32a32e,0x1),this['_itemsListView']['items']['remove'](_0x16c9ce));}};const Ko=/* #__PURE__ -- @preserve */
|
|
34
|
+
_0xd046de(Xt);var Wo=class AIChatHistoryListItemView extends Ko{['id'];static ['LOADING_LABELS']={'remove':'AI_CHAT_HISTORY_LOADING_REMOVING','rename':'AI_CHAT_HISTORY_LOADING_RENAMING','pin':'AI_CHAT_HISTORY_LOADING_PINNING','unpin':'AI_CHAT_HISTORY_LOADING_UNPINNING'};['actions'];['mainContent'];['_titleView'];constructor(_0x1ca3dd,_0x28b55d){super(_0x1ca3dd);const _0x309794=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x28b55d['pinned']),this['set']('loadingState',null),this['set']('title',_0x28b55d['title']),this['id']=_0x28b55d['id'];const {createdAt:_0x22c679,active:_0x9e494=!0x1}=_0x28b55d;this['_titleView']=new Kt(),this['_titleView']['bind']('text')['to'](this,'title'),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x344322=this['_createCheckView'](),_0x1d9b6e=this['_createPinButtonView'](_0x1ca3dd),_0x37ecc=this['_createMenuDropdownView'](),_0x4f7a70=this['_createEditInputView'](_0x1ca3dd),_0x5d0d46=this['_createAcceptEditButtonView'](_0x1ca3dd,_0x4f7a70),_0xe3700e=this['_createCancelEditButtonView'](_0x1ca3dd);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x1d9b6e),this['actions']['add'](_0x37ecc),this['on']('change:isEdit',(_0x5a70d3,_0x134de2,_0xf7609c)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0xf7609c?(this['actions']['add'](_0x5d0d46),this['actions']['add'](_0xe3700e),this['mainContent']['add'](_0x4f7a70),_0x4f7a70['element']['value']=this['title']||'',_0x4f7a70['element']['focus']()):(this['actions']['add'](_0x1d9b6e),this['actions']['add'](_0x37ecc),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x9e494?'ck-ai-chat-history__item--active':'',_0x309794['if']('isVisible','ck-hidden',_0x4c40bf=>!_0x4c40bf),_0x309794['if']('isEdit','ck-ai-chat-history__item--edit')],'role':'listitem'},'children':[{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-check-container']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-check',_0x309794['if']('loadingState','ck-hidden',_0x5e9c07=>!!_0x5e9c07)]},'children':_0x9e494?[_0x344322]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x309794['if']('loadingState','ck-hidden',_0x5c5663=>!_0x5c5663)]},'children':[this['_createSpinnerView']()]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-row']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-content']},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-title-container',_0x309794['if']('loadingState','ck-hidden',_0x1c4f01=>!!_0x1c4f01)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x309794['if']('loadingState','ck-hidden',_0x3e6c11=>!_0x3e6c11)]},'children':[{'text':_0x309794['to']('loadingState',_0x329376=>_0x329376?ls(this['locale'],AIChatHistoryListItemView['LOADING_LABELS'][_0x329376]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x22c679]}]},{'tag':'div','attributes':{'class':['ck-ai-chat-history__item-actions']},'children':this['actions']}]}]}),this['on']('click',()=>{this['isEdit']||this['fire']('selectConversation',{'id':this['id']});});}['updateTitle'](_0x3c8d38){this['set']('title',_0x3c8d38);}['updateLoadingState'](_0x3945b8,_0x259eba){this['set']('loadingState',_0x259eba?_0x3945b8:null);}['_createCheckView'](){const _0x162f0a=new Wt();return _0x162f0a['set']({'content':_0x1fb55b}),_0x162f0a;}['_createPinButtonView'](_0x516ec6){const _0xf89de5=new Pt(_0x516ec6);return _0xf89de5['set']({'label':ls(_0x516ec6,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x384872,'withText':!0x1,'tooltip':!0x0}),_0xf89de5['bind']('isOn')['to'](this,'pinned'),_0xf89de5['on']('execute',()=>{const _0x15af1a=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x15af1a});}),_0xf89de5;}['_createMenuDropdownView'](){const _0x13daf3=_0x353e74(this['locale']),_0x4068f2=_0x13daf3['panelView']['children'];_0x13daf3['buttonView']['set']({'label':ls(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':st}),_0x13daf3['panelPosition']='sw';const _0xcf5c35=new Pt(this['locale']);_0xcf5c35['label']=ls(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0xcf5c35['withText']=!0x0,_0xcf5c35['on']('execute',()=>{this['isEdit']=!0x0;});const _0x3fe55c=new Pt(this['locale']);_0x3fe55c['label']=ls(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x3fe55c['withText']=!0x0,_0x3fe55c['on']('execute',()=>{this['showConfirm'](ls(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x5147eb=new zt(this['locale']),_0x190444=new Xt(this['locale']);_0x190444['children']['add'](_0xcf5c35);const _0x37300d=new Xt(this['locale']);return _0x37300d['children']['add'](_0x3fe55c),_0x5147eb['items']['addMany']([_0x190444,_0x37300d]),_0x4068f2['add'](_0x5147eb),_0x13daf3;}['_createEditInputView'](_0x64166e){const _0x51bd9c=new Yt(_0x64166e),_0x58af77=_0x51bd9c['bindTemplate'];return _0x51bd9c['extendTemplate']({'on':{'keydown':_0x58af77['to'](_0x51fbf9=>{'Enter'==_0x51fbf9['key']&&this['_commitEditInputValue'](_0x51bd9c);})}}),_0x51bd9c;}['_createAcceptEditButtonView'](_0xd84747,_0x4da5fc){const _0x5e7a47=new Pt(_0xd84747);return _0x5e7a47['set']({'icon':_0x1fb55b,'withText':!0x1,'tooltip':ls(_0xd84747,'AI_CHAT_HISTORY_ACCEPT')}),_0x5e7a47['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x5e7a47['on']('execute',()=>{this['_commitEditInputValue'](_0x4da5fc);}),_0x5e7a47;}['_commitEditInputValue'](_0x3740c1){const _0x52b96d=_0x3740c1['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x52b96d});}['_createCancelEditButtonView'](_0x30892a){const _0x1659f7=new Pt(_0x30892a);return _0x1659f7['set']({'icon':_0x544e33,'withText':!0x1,'tooltip':ls(_0x30892a,'AI_CHAT_HISTORY_CANCEL')}),_0x1659f7['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x1659f7['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x1659f7;}['_createSpinnerView'](){const _0x1561e8=new cr('tiny');return _0x1561e8['isVisible']=!0x0,_0x1561e8;}['isMatching'](_0x31305c){return'string'==typeof this['title']&&this['title']['match'](_0x31305c)?{'title':!0x0}:null;}['highlightText'](_0x37a97e){this['_titleView']['highlightText'](_0x37a97e);}},Yo=class extends _0x4708a3{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x53a31a,_0x16b6f0){super(_0x53a31a),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x541073=Vo(_0x53a31a,this);this['headerView']=new Ho(_0x53a31a,{'label':ls(_0x53a31a,'AI_CHAT_HISTORY_HEADING'),'icon':_0x4f0239,'class':'ck-ai-header_history','content':_0x541073,'showResizeButton':_0x16b6f0}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new Go(_0x53a31a,[]),this['sectionsView']['delegate'](...$o)['to'](this),this['mainErrorView']=this['_createErrorView'](),this['skeletonView']=this['_createSkeletonView'](),this['emptyView']=this['_createEmptyStateView'](),this['searchView']=this['_createSearchView'](),this['mainErrorView']['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isMainErrorViewVisible','ck-hidden',_0x492d93=>!_0x492d93)]}}),this['on']('change:isLoading',()=>this['_updateViewVisibility']()),this['on']('change:hasItems',()=>this['_updateViewVisibility']()),this['on']('change:errorMessage',()=>this['_updateViewVisibility']()),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat-history','ck-rounded-corners'],'dir':'ltr'},'children':[this['headerView'],{'tag':'div','attributes':{'class':['ck-ai-chat-history__content']},'children':[this['skeletonView'],this['mainErrorView'],this['emptyView'],this['searchView']]}]});}['_updateViewVisibility'](){this['isSearchViewVisible']=!this['isLoading']&&this['hasItems'],this['isEmptyViewVisible']=!this['isLoading']&&!this['hasItems']&&!this['errorMessage'],this['isMainErrorViewVisible']=!this['isSearchViewVisible']&&!!this['errorMessage'];}['_createSearchView'](){const _0x43b8f2=new _0x853608(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':ls(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x504601=>ls(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x504601),'secondary':ls(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x4b794e=this['_createErrorView']();return _0x4b794e['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x207204=>!_0x207204)]}}),_0x43b8f2['on']('render',()=>{_0x43b8f2['children']['add'](_0x4b794e,0x1);}),_0x43b8f2['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x30a7d2=>!_0x30a7d2)]}}),_0x43b8f2;}['_createSkeletonView'](){const _0x35be6b=new Xn(this['locale'],zn['aiHistory']);return _0x35be6b['bind']('isVisible')['to'](this,'isLoading'),_0x35be6b;}['_createErrorView'](){const _0x3fead2=new _0x4708a3(this['locale']),_0xa9c7df=new Pt(this['locale']);_0xa9c7df['set']({'withText':!0x1,'icon':_0x544e33,'class':'ck-ai-notification_error__dismiss-button'}),_0xa9c7df['bind']('isVisible')['to'](this,'hasItems',_0x1dfb6d=>!!_0x1dfb6d),_0xa9c7df['on']('execute',()=>{this['errorMessage']='';});const _0x4d562e=this['bindTemplate'];return _0x3fead2['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x4d562e['to']('errorMessage')}]},_0xa9c7df]}),_0x3fead2;}['_createEmptyStateView'](){const _0x11c5aa=new _0x4708a3(this['locale']);return _0x11c5aa['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x41764e=>!_0x41764e)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[ls(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x11c5aa;}['_createListItemViews'](_0x90d850,_0x318e1c){const _0x3db7e5=[];for(const _0x2a2469 of _0x90d850){const _0x1930e2=new Wo(_0x318e1c,_0x2a2469);_0x1930e2['delegate'](...$o)['to'](this),_0x3db7e5['push'](_0x1930e2);}return _0x3db7e5;}['updateHistoryItemsWithCategories'](_0x25dabc){const _0x587b42=this['locale']||'en',_0x40c0cd=[];for(const _0x28c86f of _0x25dabc){const _0x481710=this['_createListItemViews'](_0x28c86f['items'],_0x587b42);_0x40c0cd['push'](new Fo(_0x587b42,{'title':_0x28c86f['title'],'items':_0x481710}));}this['sectionsView']['sections']=_0x40c0cd,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x40c0cd),this['hasItems']=_0x25dabc['some'](_0xd0ecad=>_0xd0ecad['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x908d72){for(const _0x46e6dd of this['sectionsView']['sections']){const _0x27be45=_0x46e6dd['getItem'](_0x908d72);if(_0x27be45){if(_0x46e6dd['removeItem'](_0x27be45),0x0===_0x46e6dd['itemsViews']['length']){const _0x23feb7=this['sectionsView']['sections']['indexOf'](_0x46e6dd);-0x1!==_0x23feb7&&(this['sectionsView']['sections']['splice'](_0x23feb7,0x1),this['sectionsView']['items']['remove'](_0x46e6dd));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x492ac7,_0x59b70e){for(const _0x17989c of this['sectionsView']['sections']){const _0x4fac02=_0x17989c['getItem'](_0x492ac7);if(_0x4fac02){_0x4fac02['updateTitle'](_0x59b70e);break;}}}['updateItemLoadingState'](_0x3cb317,_0xba0d6f,_0x4fd93b){for(const _0x9c19dc of this['sectionsView']['sections']){const _0x6a9063=_0x9c19dc['getItem'](_0x3cb317);if(_0x6a9063){_0x6a9063['updateLoadingState'](_0xba0d6f,_0x4fd93b);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x14cec1=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x14cec1);}}};const $o=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];var qo=class extends _0x3abc0e{static get['requires'](){return[hs];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x32c681){super(_0x32c681);const _0x21a19d=this['context']['plugins']['get']('AITabs');this['_historyView']=new Yo(this['context']['locale'],_0x21a19d['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0x21a19d),this['_historyView']['delegate'](...$o)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0x21a19d['view'],'isMaximized',_0x4b78db=>_0x4b78db),_0x21a19d['view']['addTab']({'id':'history','buttonLabel':ls(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x4f0239,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x1dd484){this['_historyView']['removeHistoryItem'](_0x1dd484);}['updateItems'](_0x400e36){this['_historyView']['updateHistoryItemsWithCategories'](_0x400e36);}['updateItemTitle'](_0x21fe6d,_0x103e19){this['_historyView']['updateItemTitle'](_0x21fe6d,_0x103e19);}['updateItemLoadingState'](_0x2429d9,_0x56ff6b,_0x358bb3){this['_historyView']['updateItemLoadingState'](_0x2429d9,_0x56ff6b,_0x358bb3);}['setLoadingSkeleton'](_0x245230){this['_historyView']['isLoading']=_0x245230;}['showError'](_0x1a4961){this['_historyView']['errorMessage']=_0x1a4961;}['hideError'](){this['_historyView']['errorMessage']='';}};const Qo=/* #__PURE__ -- @preserve */
|
|
35
|
+
_t();var Xo=class extends Qo{['id'];['createdAt'];constructor({id:_0x370ceb,title:_0x53e040,createdAt:_0x491ac6,updatedAt:_0x3936d5,pinned:_0x537f69}){super(),this['id']=_0x370ceb,this['createdAt']=new Date(_0x491ac6),this['set']('title',_0x53e040),this['set']('updatedAt',_0x3936d5?new Date(_0x3936d5):null),this['set']('pinned',_0x537f69||!0x1);}['updateTitle'](_0x5dac5f){this['set']('title',_0x5dac5f),this['updatedAt']=new Date();}['updatePinned'](_0x53788b){this['set']('pinned',_0x53788b),this['updatedAt']=new Date();}};const zo=/* #__PURE__ -- @preserve */
|
|
36
|
+
lt();var jo=class extends zo{['items']=[];['connector'];['group'];constructor({connector:_0x186063,group:_0x230598}){super(),this['connector']=_0x186063,this['group']=_0x230598;}async['init'](){try{const _0x1e9b9e=await this['connector']['fetchConversations'](this['group'])['getConversations']();this['loadItems'](_0x1e9b9e);}catch(_0x2f8e3e){this['fire']('error',{'error':_0x2f8e3e,'operation':'init'});}}['addItem'](_0x52073c){this['items']['push'](_0x52073c);}async['removeItem'](_0x77188b){const _0x450c69=this['items']['findIndex'](_0x316027=>_0x316027['id']===_0x77188b);if(-0x1===_0x450c69)return!0x1;try{return await this['connector']['deleteConversation'](_0x77188b)['execute'](),this['items']['splice'](_0x450c69,0x1),this['fire']('itemRemoved',{'itemId':_0x77188b}),!0x0;}catch(_0x11003a){return this['fire']('error',{'error':_0x11003a,'operation':'removeItem','itemId':_0x77188b}),!0x1;}}['getItem'](_0x2599ff){return this['items']['find'](_0x1ecf4b=>_0x1ecf4b['id']===_0x2599ff);}async['updateItemTitle'](_0x2e05ae,_0x5d616b){const _0x437415=this['getItem'](_0x2e05ae);if(!_0x437415)return!0x1;try{return await this['connector']['updateConversation'](_0x2e05ae,{'title':_0x5d616b})['getResult'](),_0x437415['updateTitle'](_0x5d616b),this['fire']('itemUpdated',{'itemId':_0x2e05ae,'updates':{'title':_0x5d616b}}),!0x0;}catch(_0x1235c0){return this['fire']('error',{'error':_0x1235c0,'operation':'updateItemTitle','itemId':_0x2e05ae}),!0x1;}}async['updateItemPinned'](_0xb110d9,_0x3d8606){const _0x4e4ef6=this['getItem'](_0xb110d9);if(!_0x4e4ef6)return!0x1;try{return await this['connector']['updateConversation'](_0xb110d9,{'pinned':_0x3d8606})['getResult'](),_0x4e4ef6['updatePinned'](_0x3d8606),this['fire']('itemUpdated',{'itemId':_0xb110d9,'updates':{'pinned':_0x3d8606}}),!0x0;}catch(_0x3ceb98){return this['fire']('error',{'error':_0x3ceb98,'operation':'updateItemPinned','itemId':_0xb110d9}),!0x1;}}['loadItems'](_0x164f9e){try{this['items']=[],_0x164f9e['map'](_0x229969=>{this['addItem'](new Xo(_0x229969));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x1fe61f){this['fire']('error',{'error':_0x1fe61f,'operation':'loadItems'});}}['getItems'](_0x487e39={}){const _0x223134=void 0x0!==_0x487e39['pinned']&&_0x487e39['pinned'],_0x426ff0=_0x487e39['from']?new Date(_0x487e39['from']['getFullYear'](),_0x487e39['from']['getMonth'](),_0x487e39['from']['getDate']()):null,_0x318e56=_0x487e39['to']?new Date(_0x487e39['to']['getFullYear'](),_0x487e39['to']['getMonth'](),_0x487e39['to']['getDate']()):null;return this['items']['filter'](_0x36619a=>{if(_0x36619a['pinned']!==_0x223134)return!0x1;if(_0x318e56){const _0xf55b25=new Date(_0x36619a['createdAt']['getFullYear'](),_0x36619a['createdAt']['getMonth'](),_0x36619a['createdAt']['getDate']());return _0x426ff0?_0x426ff0['getTime']()===_0x318e56['getTime']()?_0xf55b25['getTime']()===_0x426ff0['getTime']():_0xf55b25<_0x318e56&&_0xf55b25>=_0x426ff0:_0xf55b25<_0x318e56;}return!0x0;});}},Jo=class extends _0x3abc0e{['_aiConnector'];['_reporter'];['_aiChatHistoryUi'];['_aiChatController'];static get['requires'](){return[cs,rn,kn,qo,hs];}static get['pluginName'](){return'AIChatHistoryController';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiConnector']=this['context']['plugins']['get'](cs),this['_aiChatHistoryUi']=this['context']['plugins']['get'](qo),this['_aiChatController']=this['context']['plugins']['get'](kn),this['_reporter']=this['context']['plugins']['get'](rn)['createReporter']('aichathistory');const _0x5e2621=this['context']['plugins']['get'](hs);try{const _0x510721=this['_aiChatController']['getGroupId']();this['history']=new jo({'connector':this['_aiConnector'],'group':_0x510721}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x1712df,_0x58d32b)=>{this['_setItemLoading'](_0x58d32b['id'],'remove'),this['_handleRemove'](_0x58d32b['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x291ab7,_0x5770d0)=>{this['_setItemLoading'](_0x5770d0['id'],'rename'),this['_handleEditTitle'](_0x5770d0['id'],_0x5770d0['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x33d18a,_0x172e66)=>{void 0x0!==_0x172e66['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x172e66['itemId'],_0x172e66['updates']['title']),void 0x0!==_0x172e66['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x172e66['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x1e4394,_0x49c7b3)=>{this['_aiChatController']['_handleRemovedConversation'](_0x49c7b3['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x49c7b3['itemId']),this['_clearItemLoading'](_0x49c7b3['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x3448e2,_0x358b11)=>{this['_handleHistoryErrorUI'](_0x358b11['error'],_0x358b11['operation'],_0x358b11['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x1fd992,_0x285d26)=>{this['_handleSelectConversation'](_0x285d26['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x3fb37b,_0x1637d1)=>{const _0x3b8ff0=_0x1637d1['pinned']?'pin':'unpin';this['_setItemLoading'](_0x1637d1['id'],_0x3b8ff0),this['_handleTogglePin'](_0x1637d1['id'],_0x1637d1['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0x5e2621['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x5e2621['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x39f2b0){this['_handleHistoryErrorUI'](_0x39f2b0,'init');}}async['_handleEditTitle'](_0x2fd075,_0x51f8f1){await this['history']['updateItemTitle'](_0x2fd075,_0x51f8f1);}async['_handleTogglePin'](_0x47a205,_0x54b027){await this['history']['updateItemPinned'](_0x47a205,_0x54b027);}async['_handleRemove'](_0x1ff218){await this['history']['removeItem'](_0x1ff218);}async['_handleSelectConversation'](_0xd0c937){await this['_aiChatController']['loadConversation'](_0xd0c937);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x34be10=this['_aiChatController']['activeConversation']?.['id'],_0x4bb609=this['_getCategorizedItems']()['map'](_0xe8b670=>({'title':_0xe8b670['title'],'items':_0xe8b670['items']['map'](_0x3f815c=>({'id':_0x3f815c['id'],'title':_0x3f815c['title']||ls(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x3f815c['createdAt'])['toLocaleDateString'](),'active':_0x3f815c['id']===_0x34be10,'pinned':_0x3f815c['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x4bb609);}['_setItemLoading'](_0x39c7ae,_0x462447){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x39c7ae,_0x462447,!0x0);}['_clearItemLoading'](_0x1f645f){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x1f645f,null,!0x1);}['_handleHistoryErrorUI'](_0xc9c910,_0x3ec2b5,_0x1a2cdc){const _0x232f9a=this['_generateErrorMessage'](_0x3ec2b5,_0x1a2cdc);this['_aiChatHistoryUi']['showError'](_0x232f9a),this['_reporter']['reportError'](_0xc9c910,{'context':{'operation':_0x3ec2b5}}),_0x1a2cdc&&this['_clearItemLoading'](_0x1a2cdc),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x31f458,_0x5e1ffa){const _0x5777fd=_0x5e1ffa?this['history']['getItem'](_0x5e1ffa):null,_0x500de1=_0x5777fd?.['title']||ls(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x31f458){case'updateItemTitle':return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x500de1);case'updateItemPinned':{const _0x24dc15=ls(this['context']['locale'],_0x5777fd?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x24dc15,_0x500de1]);}case'removeItem':return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x500de1);case'init':case'loadItems':return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_LOAD_ITEMS');default:return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_GENERIC');}}['_getCategorizedItems'](){const _0xd54cc3=new Date(),_0x28c9a4=new Date(_0xd54cc3['getFullYear'](),_0xd54cc3['getMonth'](),_0xd54cc3['getDate']()),_0x19229a=new Date(_0x28c9a4);_0x19229a['setDate'](_0x19229a['getDate']()-0x1);const _0x5b671e=new Date(_0x28c9a4);_0x5b671e['setDate'](_0x5b671e['getDate']()-0xe);const _0x3e5b68=this['history']['getItems']({'pinned':!0x0}),_0x46ccbf=this['history']['getItems']({'from':_0x28c9a4,'to':_0x28c9a4}),_0xac97b1=this['history']['getItems']({'from':_0x19229a,'to':_0x19229a}),_0x53f523=this['history']['getItems']({'from':_0x5b671e,'to':_0x19229a}),_0x49ce0f=this['history']['getItems']({'to':_0x5b671e}),_0x5d89cc=[];return _0x3e5b68['length']>0x0&&_0x5d89cc['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x3e5b68}),_0x46ccbf['length']>0x0&&_0x5d89cc['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x46ccbf}),_0xac97b1['length']>0x0&&_0x5d89cc['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0xac97b1}),_0x53f523['length']>0x0&&_0x5d89cc['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x53f523}),_0x49ce0f['length']>0x0&&_0x5d89cc['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x49ce0f}),_0x5d89cc;}},Zo=class extends _0x3abc0e{static get['requires'](){return[Jo,qo];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}},ta=class extends _0x3abc0e{static get['requires'](){return[kn,As,Bo,Zo,en];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4dd323){super(_0x4dd323),this['context']['config']['define']('ai.chat.context',{'document':{'enabled':!0x0},'urls':{'enabled':!0x0},'files':{'enabled':!0x0},'sources':[],'alwaysAddSelection':!0x1,'paste':{'textThreshold':0x5dc}}),this['context']['config']['define']('ai.chat.initialConversation','new');}},ea=class extends Pt{['id'];constructor(_0xb8ada0,_0x9db882){super(_0xb8ada0);const {id:_0x52a5fa,type:_0x165540,icon:_0x2e3106}=_0x9db882;this['id']=_0x52a5fa,this['set']({'label':_0x9db882['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x9db882['id']}}),_0x2e3106?this['icon']=_0x2e3106:'chat'===_0x165540?this['icon']=_0x433c60:'review'===_0x165540?this['icon']=_0x2f914c:'translate'===_0x165540&&(this['icon']=_0x3de69e);}},ia=class extends _0x4708a3{['listView'];constructor(_0x11787e,_0x54ad8c){super(_0x11787e),this['set']('isEnabled',!0x0);const _0x51b0bd=_0x54ad8c['map'](_0x5ae9df=>{const _0x17c8e6=new Xt(this['locale']),_0x4219bd=new ea(this['locale'],_0x5ae9df);return _0x4219bd['bind']('isEnabled')['to'](this),_0x17c8e6['children']['add'](_0x4219bd),_0x4219bd['delegate']('execute')['to'](this),_0x17c8e6;});this['listView']=new zt(this['locale']),this['listView']['items']['addMany'](_0x51b0bd),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}};const sa='chat-shortcuts';var na=class extends _0x3abc0e{['_shortcuts'];['_shortcutsView'];['_aiChatUI'];['_listenedConversation'];static get['requires'](){return[Bo];}static get['pluginName'](){return'AIChatShortcuts';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_aiChatUI']=this['context']['plugins']['get'](Bo),this['_shortcuts']=this['context']['config']['get']('ai.chat.shortcuts')??[];const _0x1fdb73=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{const _0x35093b=_0x1fdb73['activeConversation'];_0x35093b['isFromHistory']||this['_injectShortcuts'](_0x35093b);}),this['listenTo'](_0x1fdb73,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x15fab6=['chat','review','translate'];this['_shortcuts']['forEach'](_0x3c89fd=>{let _0x9482d4=!0x0;if(_0x3c89fd['id']&&_0x3c89fd['label']&&_0x15fab6['includes'](_0x3c89fd['type'])?'chat'===_0x3c89fd['type']&&(_0x9482d4='string'==typeof _0x3c89fd['prompt']):_0x9482d4=!0x1,!_0x9482d4)throw new at('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x3c89fd});});}['_injectShortcuts'](_0x186f8f){this['_removeShortcuts'](),this['_shortcutsView']=new ia(this['context']['locale'],this['_shortcuts']),this['_shortcutsView']['render'](),this['_aiChatUI']['addFeedItemCustomElement'](this['_shortcutsView']['element'],sa),this['_shortcutsView']['on']('execute',_0x123f12=>{const _0xf6ee69=_0x123f12['source']['id'];this['_executeShortcut'](_0xf6ee69);}),this['_listenedConversation']=_0x186f8f,this['listenTo'](_0x186f8f,'uploadProgressChanged',(_0xf49c1f,_0x1935c2)=>{this['_shortcutsView']['isEnabled']=!_0x1935c2['isUploadInProgress'];});}['_removeShortcuts'](){const _0x4dbe7f=this['context']['plugins']['get'](Bo);_0x4dbe7f['hasFeedItem'](sa)&&_0x4dbe7f['removeFeedItem'](sa),this['_listenedConversation']&&(this['stopListening'](this['_listenedConversation'],'uploadProgressChanged'),this['_listenedConversation']=void 0x0),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x3a55ad){const _0x53de27=this['_shortcuts']['find'](_0x2a3430=>_0x2a3430['id']===_0x3a55ad),_0x26ef9a=_0x53de27['type'];'chat'===_0x26ef9a?this['_runChatShortcut'](_0x53de27):'review'===_0x26ef9a?_0x53de27['commandId']?this['_runReviewShortcut'](_0x53de27):this['_switchTab']('reviewMode'):'translate'===_0x26ef9a&&(_0x53de27['language']?this['_runTranslateShortcut'](_0x53de27):this['_switchTab']('translate'));}['_switchTab'](_0xb3a36b){if(!this['context']['plugins']['has']('AITabs'))throw new at('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0xb3a36b});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0xb3a36b);}async['_runChatShortcut']({prompt:_0x2dea5b,draftMode:_0x5d58a1,useWebSearch:_0x143720=!0x1,useReasoning:_0x2a1846=!0x1,model:_0x21e1bd}){const _0x35f6eb=this['context']['plugins']['get']('AIChatController'),_0x25f4e5=_0x35f6eb['activeConversation'];let _0x2a2426;_0x2a2426=_0x21e1bd?await _0x25f4e5['chatModels']['getModel'](_0x21e1bd):await _0x25f4e5['chatModels']['getDefault'](),_0x2a2426&&await _0x25f4e5['setModel'](_0x2a2426),_0x25f4e5['setWebSearch'](_0x143720),_0x25f4e5['setReasoning'](_0x2a1846),_0x35f6eb['addCurrentDocumentToChatContext'](),_0x5d58a1?(this['_aiChatUI']['setPromptInputValue'](_0x2dea5b),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x35f6eb['sendMessage']({'message':_0x2dea5b});}['_runReviewShortcut']({commandId:_0x2ac22d,model:_0x524a24,prompt:_0x5b2d36,params:_0x1dc9aa}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new at('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x46f224={'id':_0x2ac22d,'isCustom':'custom'===_0x2ac22d};_0x524a24&&_0x5b2d36&&(_0x46f224['args']={'model':_0x524a24,'prompt':_0x5b2d36}),_0x1dc9aa&&(_0x46f224['params']=_0x1dc9aa),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x46f224);}['_runTranslateShortcut']({language:_0x15f6e9}){if(!this['context']['plugins']['has']('AITranslateUI'))throw new at('ai-chat-shortcuts-translate-not-found',this['context']);this['_switchTab']('translate'),this['context']['plugins']['get']('AITranslateUI')['fire']('runReviewCheck',{'id':_0x15f6e9,'args':{'language':_0x15f6e9}});}},ra=class extends _0x2f2e2c{constructor(_0x4cd7d7){super(_0x4cd7d7);const _0x1da148=_0x4cd7d7['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x1da148,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x22050a=this['editor']['plugins']['get']('AITabs')['view'];_0x22050a['isVisible']=!_0x22050a['isVisible'];}},oa=class extends _0x5bc74c{static get['requires'](){return[hs];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2eea3f=this['editor'];_0x2eea3f['commands']['add']('toggleAi',new ra(_0x2eea3f)),_0x2eea3f['ui']['componentFactory']['add']('toggleAi',()=>{const _0x2ec4ac=this['_createAIUIButton'](Pt);return _0x2ec4ac['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x2ec4ac;}),_0x2eea3f['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x248830=this['_createAIUIButton'](jt);return _0x248830['set']({'role':'menuitemcheckbox'}),_0x248830;});}['_createAIUIButton'](_0x81756e){const _0x11e823=this['editor'],_0x1bdfbb=_0x11e823['commands']['get']('toggleAi'),_0x14f70c=new _0x81756e(_0x11e823['locale']);return _0x14f70c['set']({'label':ls(_0x11e823['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x425345,'isToggleable':!0x0}),_0x14f70c['bind']('isEnabled')['to'](_0x1bdfbb),_0x14f70c['bind']('isOn')['to'](_0x1bdfbb,'value',_0x7e3ab7=>!!_0x7e3ab7),this['listenTo'](_0x14f70c,'execute',()=>{_0x1bdfbb['execute']();}),_0x14f70c;}};const aa=['applySuggestion','insertSuggestion','showNext','showPrevious'];var ha=class extends _0x4708a3{['_errorView'];constructor(_0x5a47c3){super(_0x5a47c3),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x2478e5){this['showError'](_0x2478e5);}['showError'](_0x3f64fb){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x3f64fb,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x10e3c4=new _0x4708a3(this['locale']),_0x35b556=new _0x4708a3(this['locale']);return _0x35b556['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x10e3c4['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x489ec7=>!_0x489ec7)]},'children':[_0x35b556]}),_0x10e3c4;}};const ca=0xa;var la=class extends _0x3abc0e{static get['requires'](){return[As];}static get['pluginName'](){return'AIBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['isOpen']=!0x1;['_currentConfig'];['_editor'];['_isUpdatingMarkers']=!0x1;['open'](_0x5204a1){const {id:_0x55e21e}=this['_currentConfig']??{};this['_currentConfig']=_0x5204a1,this['_editor']=_0x5204a1['targetEditor'];const {id:_0x39280b}=this['_currentConfig'];this['isOpen']&&_0x55e21e===_0x39280b?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x128481=this['_editor'];if(!_0x128481)return;const _0x15dd1=_0x128481['plugins']['get']('Dialog');_0x15dd1['isOpen']&&this['_currentConfig']&&_0x15dd1['id']===this['_currentConfig']['id']&&_0x15dd1['hide']();}['_updateDialog'](){const _0x32556d=this['_editor']['plugins']['get']('Dialog'),{icon:_0x30d317,title:_0x240393}=this['_currentConfig'];_0x32556d['view']?.['headerView']&&(_0x32556d['view']['headerView']['label']=_0x240393,_0x32556d['view']['headerView']['iconView']&&_0x30d317&&(_0x32556d['view']['headerView']['iconView']['content']=_0x30d317)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x32556d['view']?.['updatePosition']();}['_showFakeVisualSelection'](){this['context']['plugins']['get'](As)['showFakeVisualSelection']({'editor':this['_editor'],'ranges':this['_currentConfig']['ranges'],'id':'balloon','priority':0x64}),window['getSelection']()?.['removeAllRanges']();}['_hideFakeVisualSelection'](){this['context']['plugins']['get'](As)['hideFakeVisualSelection']('balloon');}['_showDialog'](){const _0x351b37=this['_editor']['plugins']['get']('Dialog'),{id:_0x4b023e,title:_0x160fa1,icon:_0x5e2232,class:_0x109d5c,mainView:_0x1617c1}=this['_currentConfig'];_0x1617c1['delegate'](...aa)['to'](this),_0x351b37['show']({'title':_0x160fa1,'icon':_0x5e2232,'hasCloseButton':!0x0,'id':_0x4b023e,'position':this['_calculateDialogPosition']['bind'](this),'getRootName':this['_getCurrentDomRootName']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x109d5c||''),'content':_0x1617c1,'onShow':_0x430dbc=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x430dbc['view']?.['updatePosition']();const _0xacc3bf=this['_getSelectionElements']();_0xacc3bf&&_0xacc3bf[0x0]&&St({'target':_0xacc3bf[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x430dbc['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x4b023e});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x4b023e}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x1eac2a,_0x1b7336,_0x447f26){if(!_0x447f26)return null;const _0x5297d6=this['_getSelectionElements']();if(!_0x5297d6||0x0===_0x5297d6['length'])return{'left':Math['round'](_0x447f26['left']+_0x447f26['width']/0x2-_0x1eac2a['width']/0x2),'top':Math['round'](_0x447f26['top']+_0x447f26['height']/0x2-_0x1eac2a['height']/0x2)};const _0x2a28db=Math['round'](_0x447f26['left']+_0x447f26['width']/0x2-_0x1eac2a['width']/0x2),_0xc7f57b=_0x5297d6['map'](_0x3263fd=>new gt(_0x3263fd)),_0x32e120=_0x1eac2a['height'];return{'left':_0x2a28db,'top':this['_calculateOptimalTopPosition'](_0xc7f57b,_0x32e120,_0x447f26)};}['_calculateOptimalTopPosition'](_0xda1956,_0x2f2b55,_0x5862ea){const _0x34005c=new gt(Et['window']),_0x50d0e6=_0xda1956['map'](_0x543a8b=>_0x543a8b['getVisible']())['filter'](_0x755497=>_0x755497),_0x33f1ef=gt['getBoundingRect'](_0x50d0e6);if(!_0x33f1ef)return Math['round'](_0x5862ea['top']+_0x5862ea['height']/0x2);const _0x333c94=_0x34005c['getIntersection'](_0x33f1ef);if(!_0x333c94)return Math['round'](_0x5862ea['top']+_0x5862ea['height']/0x2);const _0x21139a=_0x5862ea['getVisible'](),_0x2c0347=_0x21139a&&_0x33f1ef['height']>_0x21139a['height'],_0x3054b4=_0x333c94['top'],_0x11eef3=_0x333c94['bottom'];if(_0x2c0347){const _0x9bcdf8=(_0x21139a||_0x34005c)['height']/0x2-_0x2f2b55/0x2,_0x712bab=_0x3054b4-ca-_0x5862ea['top'],_0x3f0a96=_0x5862ea['bottom']-_0x11eef3-ca;return _0x712bab>=_0x2f2b55?Math['max'](ca,_0x3054b4-_0x2f2b55-ca):_0x3f0a96>=_0x2f2b55?_0x11eef3+ca:Math['max'](ca,_0x9bcdf8);}const _0x37e4eb=_0x3054b4-_0x2f2b55,_0x1762d8=_0x5862ea['bottom']-_0x11eef3-ca,_0x331110=_0x3054b4-ca-_0x5862ea['top'];let _0x49570a;return _0x49570a=_0x1762d8>=_0x2f2b55?_0x11eef3+ca:_0x331110>=_0x2f2b55?_0x37e4eb-ca:_0x3054b4+_0x33f1ef['height']/0x2-_0x2f2b55/0x2,_0x49570a;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x202faa=this['_editor'];this['listenTo'](_0x202faa['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x57c71d,data:{newRange:_0x1f8cfe}}of _0x202faa['model']['document']['differ']['getChangedMarkers']())if(_0x57c71d['startsWith']('ai-selection:')&&(_0x1f8cfe&&(_0x1f8cfe['start']['isEqual'](_0x1f8cfe['end'])||'$graveyard'==_0x1f8cfe['root']['rootName'])||null==_0x1f8cfe)){const _0x52c750=ls(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x52c750),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x3239b0=this['_editor'];this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x3239b0['model']['document']);}['_getSelectionElements'](){const _0x311417=this['_editor'];return _0x2f8615(_0x311417['editing'],[..._0x311417['model']['markers']['getMarkersGroup']('ai-selection'),..._0x311417['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getCurrentDomRootName'](){const _0x56660d=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];return _0x56660d&&_0x56660d['rootName']?_0x56660d['rootName']:null;}},ua=class extends _0x4b90d1{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x26af14,_0x357083={}){super(_0x26af14),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x357083};const _0x5dca3d=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x5dca3d?'ck-ai-mini-toolbar\x20ck-hidden':'ck-ai-mini-toolbar',this['_config']['showCopy']&&(this['_setupCopyButton'](),this['items']['add'](this['copyButton'])),this['_config']['showChanges']&&(this['_setupShowChangesButton'](),this['items']['add'](this['showChangesButton'])),this['_setupRatingButtons'](),this['_config']['showLike']&&this['items']['add'](this['likeButton']),this['_config']['showDislike']&&this['items']['add'](this['dislikeButton']),this['_config']['customView']&&this['items']['addMany'](this['_config']['customView']);}['toggleShowChangesEnabled'](_0x581f35){this['showChangesButton']['isEnabled']=_0x581f35;}['_setupRatingButtons'](){this['likeButton']=new Pt(this['locale']),this['likeButton']['set']({'icon':rt,'label':ls(this['locale'],'AI_MINI_TOOLBAR_LIKE'),'class':cn,'tooltip':!0x0}),this['likeButton']['bind']('isEnabled')['to'](this),this['likeButton']['on']('execute',()=>{this['fire']('like');}),this['dislikeButton']=new Pt(this['locale']),this['dislikeButton']['set']({'icon':nt,'label':ls(this['locale'],'AI_MINI_TOOLBAR_DISLIKE'),'class':cn,'tooltip':!0x0}),this['dislikeButton']['bind']('isEnabled')['to'](this),this['dislikeButton']['on']('execute',()=>{this['fire']('dislike');});}['_setupCopyButton'](){this['copyButton']=new Pt(this['locale']),this['copyButton']['set']({'icon':_0x2213d2,'label':ls(this['locale'],'AI_MINI_TOOLBAR_COPY'),'class':'ck-ai-mini-toolbar-copy-button\x20'+cn,'tooltip':!0x0}),this['copyButton']['bind']('isEnabled')['to'](this);const _0x188f9f=new Wt();_0x188f9f['set']({'content':_0x1fb55b}),_0x188f9f['extendTemplate']({'attributes':{'class':['ck-ai-mini-toolbar-copy-button__check-mark']}}),this['copyButton']['on']('execute',()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20ck-ai-mini-toolbar-copy-button_copied\x20'+cn,setTimeout(()=>{this['copyButton']['class']='ck-ai-mini-toolbar-copy-button\x20'+cn;},0x7d0);}),this['copyButton']['children']['add'](_0x188f9f);}['_setupShowChangesButton'](){this['showChangesButton']=new Pt(this['locale']),this['showChangesButton']['set']({'icon':_0x2973b4,'label':ls(this['locale'],'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':'full'==this['_config']['showChanges'],'tooltip':'full'!=this['_config']['showChanges'],'class':cn}),this['showChangesButton']['bind']('isOn')['to'](this,'isShowChangesOn'),this['showChangesButton']['bind']('isEnabled')['to'](this),this['showChangesButton']['bind']('icon')['to'](this,'isShowChangesOn',_0xa64e65=>_0xa64e65?tt:_0x2973b4),this['showChangesButton']['on']('execute',()=>{this['fire']('toggleShowChanges');});}},da=class extends ha{['children'];['nextButtonView'];['previousButtonView'];['focusCycler'];['_focusables'];['_focusTracker'];['_keystrokes'];['_config'];['_streamableContentView'];['_toolbarContainerView'];['_partToolbarView'];['_stateView'];['_miniToolbarView'];constructor(_0x4c93a3,_0x3f636e){super(_0x4c93a3);const _0x19de3c=this['bindTemplate'];this['set']('showDiff',!0x1),this['set']('_state','pending'),this['_focusTracker']=new ut(),this['_keystrokes']=new dt(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_config']=_0x3f636e,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new qn(_0x4c93a3),this['_partToolbarView']=new Wn(_0x4c93a3,_0x3f636e['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x3f636e),this['_stateView']=new Fn(_0x4c93a3),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new ua(_0x4c93a3,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new _a(_0x4c93a3,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x37e9b3,_0x5b009,_0x2ac5f2,_0x1527b9)=>{let _0x4a67a4,_0x591c38;'pending'===_0x1527b9?(_0x4a67a4=this['_partToolbarView'],_0x591c38=this['_stateView']):(_0x4a67a4=this['_stateView'],_0x591c38=this['_partToolbarView']),this['_stateView']['setState'](_0x2ac5f2),_0x4a67a4['isVisible']=!0x1,_0x591c38['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x19de3c['to']('_state',_0x360a41=>'ck-ai-chat-balloon-main_state_'+_0x360a41)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x3f636e);});}['render'](){super['render'](),this['nextButtonView']['render'](),this['previousButtonView']['render'](),this['_focusTracker']['add'](this['element']),this['_focusTracker']['add'](this['nextButtonView']),this['_focusTracker']['add'](this['previousButtonView']),this['_focusTracker']['add'](this['_miniToolbarView']),this['_focusTracker']['add'](this['_partToolbarView']),this['_keystrokes']['listenTo'](this['element']),this['_keystrokes']['listenTo'](this['nextButtonView']['element']),this['_keystrokes']['listenTo'](this['previousButtonView']['element']),this['_focusables']['addMany']([this['nextButtonView'],this['previousButtonView'],this['_partToolbarView'],this['_miniToolbarView']]);}['destroy'](){super['destroy'](),this['previousButtonView']['destroy'](),this['nextButtonView']['destroy']();}['focus'](){this['focusCycler']['focusFirst']();}['focusLast'](){this['focusCycler']['focusLast']();}async['updateContent'](_0x4b7b52){_0x4b7b52?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x4b7b52);}['clearContent'](){this['_streamableContentView']['clear']();}['setState'](_0x5b5c62){this['_state']=_0x5b5c62;}['showError'](_0xc3d502){super['showError'](_0xc3d502),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x488a8e){super['showBlockingError'](_0x488a8e),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x54267d){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x54267d;}['togglePartToolbarEnabled'](_0x3a702c){this['_partToolbarView']['isEnabled']=_0x3a702c;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x3c33d3,showSuggestButton:_0xa222d1}){_0x3c33d3=_0x3c33d3&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0xa222d1=_0xa222d1&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x3c33d3,'showSuggestButton':_0xa222d1});}['_createNextButtonView'](){const _0x35e0da=new Pt(this['locale']);return _0x35e0da['set']({'icon':_0x4f154b,'label':ls(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x35e0da['on']('execute',()=>{this['fire']('showNext');}),_0x35e0da;}['_createPreviousButtonView'](){const _0x480fe1=new Pt(this['locale']);return _0x480fe1['set']({'icon':_0x8aee51,'label':ls(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x480fe1['on']('execute',()=>{this['fire']('showPrevious');}),_0x480fe1;}},_a=class extends _0x4708a3{constructor(_0x56c0e9,_0xabd4ce){super(_0x56c0e9),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0xabd4ce});}},ga=class extends _0x5bc74c{static get['requires'](){return[Ht,la];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x53b371){super(_0x53b371),this['set']('showDiff',!0x1);}['open'](_0x383cdd){const _0x18c305=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x18c305['plugins']['get']('AIBalloon')['open']({..._0x383cdd,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x383cdd['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x383cdd['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x59b01c){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x59b01c);}['clearContent'](){this['_chatBalloonView']&&this['_chatBalloonView']['clearContent']();}['setState'](_0x5a0e30){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x5a0e30);}['_createChatBalloonView'](){const _0x15d12c=this['editor'],_0x563e73=_0x15d12c['plugins']['get']('AIBalloon'),_0xee6ac6=_0x15d12c['commands']['get']('trackChanges');let _0x3bfbdc=_0x15d12c['config']['get']('ai.availableReplyActions')||[...er];_0x15d12c['plugins']['has']('TrackChanges')||(_0x3bfbdc=_0x3bfbdc['filter'](_0x35a3ca=>'insertSuggestion'!=_0x35a3ca));const _0x6508ea=new da(_0x15d12c['locale'],{'availableActions':_0x3bfbdc,'showApplyButton':!0x0,'showSuggestButton':!!_0xee6ac6});return _0x6508ea['bind']('showDiff')['to'](this),_0x6508ea['delegate'](...Nn)['to'](this),_0x6508ea['delegate']('showPrevious','showNext')['to'](this),_0x563e73['delegate']('dialogClosed')['to'](this),_0x6508ea['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x6508ea['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x6508ea['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0xee6ac6&&_0x6508ea['bind']('isTrackChangesOn')['to'](_0xee6ac6,'value'),_0x6508ea['render'](),_0x6508ea;}['_toggleRotatorButtonsInDialogHeader'](_0x2fac47){const _0xc451b3=this['editor'],_0x4a515a=_0xc451b3['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x2fac47),_0x4a515a['has'](this['_chatBalloonView']['previousButtonView'])||(_0x4a515a['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0xc451b3['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x4a515a['remove'](this['_chatBalloonView']['previousButtonView']),_0x4a515a['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}},Aa=class extends _0x5bc74c{static get['requires'](){return[oa,ga,_0x3cdc25];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}};function Ia(_0x4780f1){const {editor:_0xf28530,action:_0x19e59e,withText:_0x585e1e=!0x1,withIcon:_0x416cdc=!0x0,isInDropdown:_0x2bce87=!0x0,shouldPreventFocus:_0xd4e266=!0x1,actionButtons:_0x96d00c}=_0x4780f1;return()=>{const _0x29f727=_0xf28530['locale'],_0x107056=new Pt(_0x29f727),_0x5328f8=_0x107056['bindTemplate'];_0x2bce87&&_0x107056['extendTemplate']({'on':{'mouseenter':_0x5328f8['to'](()=>{_0xd4e266&&_0xd4e266()||_0x107056['focus']();})}}),_0x96d00c['push']({'buttonView':_0x107056,'action':_0x19e59e});const _0x2a31f7=_0x19e59e['icon']??_0x19e59e['parent']?.['icon'];return _0x107056['set']({'label':_0x19e59e['label'],'withText':_0x585e1e,'role':'menuitem','icon':_0x416cdc?_0x2a31f7??_0x2a6bd4:void 0x0,'tooltip':!_0x585e1e,'class':'ck-ai-quick-actions-button','isEnabled':_0x19e59e['isEnabled']}),_0x107056['on']('execute',()=>{_0xf28530['editing']['view']['focus'](),_0xf28530['commands']['execute']('aiQuickAction',_0x19e59e);}),_0x107056;};}var pa=class extends qt{['arrowView'];constructor(_0x457c01,_0x44f571){super(_0x457c01,_0x44f571);const _0x3587e1=this['bindTemplate'];this['set']({'withText':!0x0,'role':'menuitem'}),this['arrowView']=this['_createArrowView'](),this['extendTemplate']({'attributes':{'class':['ck-dropdown-menu-list__nested-menu__button'],'aria-haspopup':!0x0,'aria-expanded':this['bindTemplate']['to']('isOn',_0x9b6153=>String(_0x9b6153)),'data-cke-tooltip-disabled':_0x3587e1['to']('isOn')},'on':{'mouseenter':_0x3587e1['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x173c6f=new Wt();return _0x173c6f['content']=_0x599889,_0x173c6f['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x173c6f;}},ma=class extends zt{['_allListItems'];['_allSearchableItems'];constructor(_0x1c89d0,_0x7237ca,_0x271b4a){super(_0x1c89d0),this['_allListItems']=_0x7237ca,this['_allSearchableItems']=_0x271b4a;}['filter'](_0xaa5c25){if(!_0xaa5c25)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x5bda93=_0xaa5c25['source']['toLowerCase']()['trim'](),_0x3a1b55=this['_allSearchableItems']['filter'](_0x2036a2=>(_0x2036a2['groupLabel']?_0x2036a2['label']+'\x20('+_0x2036a2['groupLabel']+')':_0x2036a2['label'])['toLowerCase']()['includes'](_0x5bda93));return this['items']['clear'](),this['items']['addMany'](_0x3a1b55['sort']((_0x163f14,_0x1c1e50)=>{const _0x3c2694=_0x163f14['groupLabel'],_0x835f01=_0x1c1e50['groupLabel'];return _0x3c2694||_0x835f01?_0x3c2694?0x1:-0x1:0x0;})['map'](_0x1b714b=>_0x1b714b['item'])),this['_highlightQuery'](_0x5bda93,_0x3a1b55),{'resultsCount':_0x3a1b55['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x59fb16,_0x3f337d){if(!_0x59fb16)return;const _0x11e562=new RegExp(_0x2cddd7(_0x59fb16),'gi');_0x3f337d['forEach'](_0x5263f4=>{_0x5263f4['highlightViews']&&_0x5263f4['highlightViews']['forEach'](_0x5ba0e4=>{'function'==typeof _0x5ba0e4['highlightText']&&_0x5ba0e4['highlightText'](_0x11e562);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x2f4535=>{_0x2f4535['highlightViews']&&_0x2f4535['highlightViews']['forEach'](_0x1e415c=>{'function'==typeof _0x1e415c['highlightText']&&_0x1e415c['highlightText'](null);});});}};const Ea='menu',Ta='menuitem';var wa=class extends _0x4708a3{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];['_actionButtons'];constructor(_0x454976,_0x19185d,_0x3b8df9,_0x2cfbea,_0x39ad38=!0x1,_0x1be390=[]){const _0x3fa09b=_0x454976['locale'];super(_0x3fa09b),this['_bodyCollection']=_0x2cfbea,this['_hasSearch']=_0x39ad38,this['_actionButtons']=_0x1be390;const _0x47d149=this['_createListItems'](_0x454976,_0x19185d,_0x3b8df9);this['optionsListView']=new ma(_0x3fa09b,_0x47d149,this['_allSearchableItems']),this['optionsListView']['role']=Ea,this['optionsListView']['items']['addMany'](_0x47d149),this['focusTracker']=new ut(),this['keystrokes']=new dt(),_0x39ad38&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x47d149,this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x39ad38&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x1189a7=_0x39ad38&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x4f88bc(_0x1189a7),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x3fa09b['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x853608(this['locale'],{'filteredView':this['optionsListView'],'queryView':{'label':ls(this['locale'],'AI_QUICK_ACTIONS_SEARCH')},'class':'ck-ai-quick-actions-search','infoView':{'text':{'notFound':{'primary':ls(this['locale'],'AI_QUICK_ACTIONS_SEARCH_NOT_FOUND')}}}});}['_isSearchFocused'](){if(!this['_hasSearch']||!this['_searchTextView']||!this['_searchTextView']['queryView']['fieldView']['element'])return!0x1;const _0x49be78=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x49be78);}['_createListItems'](_0x2f5287,_0x5a25ff,_0x458e69){const _0x482770=new _0x4f88bc();return _0x5a25ff['forEach'](_0x1dc7d4=>{if('actions'in _0x1dc7d4){const {listItem:_0x33bc67}=this['_createActionGroupButton'](_0x2f5287,_0x1dc7d4,_0x458e69);_0x482770['add'](_0x33bc67),_0x1dc7d4['actions']['forEach'](_0x44dd38=>{const {listItem:_0x4a8925,highlightViews:_0x77e1b0}=this['_createSearchResultActionButton'](_0x2f5287,_0x44dd38,_0x1dc7d4['label'],_0x1dc7d4['icon']);this['_allSearchableItems']['push']({'item':_0x4a8925,'label':_0x44dd38['label'],'groupLabel':_0x1dc7d4['label'],'highlightViews':_0x77e1b0});});}else{const {listItem:_0x34a72f}=this['_createActionButton'](_0x2f5287,_0x1dc7d4);_0x482770['add'](_0x34a72f);const _0x530038=_0x34a72f['children']['first'];if(_0x530038){const {listItem:_0x2bcc0e,highlightViews:_0x5bc4d1}=this['_createSearchResultActionButton'](_0x2f5287,_0x1dc7d4);this['_allSearchableItems']['push']({'item':_0x2bcc0e,'label':_0x530038['label']||'','highlightViews':_0x5bc4d1});}}}),_0x482770;}['_createActionButton'](_0x5b40fd,_0x2d2646,_0x379d3e,_0x3af763){const _0x37ed9f=new Xt(this['locale']);if(_0x379d3e&&_0x3af763){const _0x57e985=new Pt(this['locale']),_0x333dad=_0x57e985['bindTemplate'],_0x1de536=new Kt();_0x1de536['text']=_0x2d2646['label'];const _0x374f41=new Kt();_0x374f41['text']=_0x379d3e;const _0x3eaf2b=new Wt();_0x3eaf2b['content']=_0x3af763,_0x3eaf2b['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0xbb7511=new _0x4708a3(this['locale']);_0xbb7511['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x472ce6=new _0x4708a3(this['locale']);return _0x472ce6['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x57e985['set']({'label':_0x2d2646['label']+'\x20('+_0x379d3e+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1,'isEnabled':_0x2d2646['isEnabled']}),_0x57e985['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group',_0x333dad['if']('isEnabled','ck-disabled',_0x26f5ce=>!_0x26f5ce)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x1de536,_0xbb7511,_0x3eaf2b,_0x374f41,_0x472ce6],'on':{'mouseenter':_0x333dad['to'](()=>{this['_isSearchFocused']()||_0x57e985['focus']();}),'click':_0x333dad['to'](()=>{_0x57e985['fire']('execute');})}}),_0x57e985['on']('execute',()=>{_0x57e985['isEnabled']&&(_0x5b40fd['editing']['view']['focus'](),_0x5b40fd['commands']['execute']('aiQuickAction',_0x2d2646));}),_0x37ed9f['children']['add'](_0x57e985),this['_actionButtons']['push']({'buttonView':_0x57e985,'action':_0x2d2646}),{'listItem':_0x37ed9f,'highlightViews':[_0x1de536,_0x374f41]};}{const _0x4ded1d=new Dt(),_0x56305b=new Pt(this['locale'],_0x4ded1d),_0x14b948=_0x56305b['bindTemplate'],_0x48881a=_0x2d2646['icon']??_0x2d2646['parent']?.['icon'],_0x26c96d=void 0x0!==_0x2d2646['icon'];return _0x56305b['set']({'label':_0x2d2646['label'],'withText':!0x0,'role':'menuitem','icon':_0x26c96d?_0x48881a??_0x2a6bd4:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button','isEnabled':_0x2d2646['isEnabled']}),_0x56305b['extendTemplate']({'on':{'mouseenter':_0x14b948['to'](()=>{this['_isSearchFocused']()||_0x56305b['focus']();})}}),_0x56305b['on']('execute',()=>{_0x5b40fd['editing']['view']['focus'](),_0x5b40fd['commands']['execute']('aiQuickAction',_0x2d2646);}),_0x37ed9f['children']['add'](_0x56305b),this['_actionButtons']['push']({'buttonView':_0x56305b,'action':_0x2d2646}),{'listItem':_0x37ed9f,'highlightViews':[_0x4ded1d]};}}['_createSearchResultActionButton'](_0x542081,_0x2880a2,_0x5edf99,_0x1a1a66){return _0x5edf99&&_0x1a1a66?this['_createSearchResultGroupedActionButton'](_0x542081,_0x2880a2,_0x5edf99,_0x1a1a66):this['_createSearchResultIndividualActionButton'](_0x542081,_0x2880a2);}['_createSearchResultGroupedActionButton'](_0x2b0ebb,_0x4bd2c8,_0x37ca20,_0x1e3189){const _0x778644=new Xt(this['locale']),_0x381922=new Pt(this['locale']),_0xb8633a=_0x381922['bindTemplate'],{view:_0x4aa62c,highlightView:_0x50135b}=this['_createSearchResultGroupRow'](_0x37ca20,_0x1e3189),{view:_0x11f811,highlightView:_0x132b95}=this['_createSearchResultActionRow'](_0x4bd2c8['label']),_0xb159d7=this['_createSearchResultContentView'](_0x4aa62c,_0x11f811);return _0x381922['set']({'label':_0x4bd2c8['label'],'withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button\x20ck-ai-quick-actions-search-result-button_with-group','tooltip':!0x1,'isEnabled':_0x4bd2c8['isEnabled']}),_0x381922['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-search-result-button','ck-ai-quick-actions-search-result-button_with-group',_0xb8633a['if']('isEnabled','ck-disabled',_0x43585d=>!_0x43585d)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0xb159d7],'on':{'mouseenter':_0xb8633a['to'](()=>{this['_isSearchFocused']()||_0x381922['focus']();}),'click':_0xb8633a['to'](()=>{this['_handleSearchResultButtonClick'](_0x381922);})}}),this['_setupActionButtonExecution'](_0x381922,_0x2b0ebb,_0x4bd2c8),_0x778644['children']['add'](_0x381922),this['_actionButtons']['push']({'buttonView':_0x381922,'action':_0x4bd2c8}),{'listItem':_0x778644,'highlightViews':[_0x50135b,_0x132b95]};}['_createSearchResultIndividualActionButton'](_0x1ef399,_0x548f95){const _0x4895ca=new Xt(this['locale']),_0x55e2eb=new Dt(),_0x309ac1=new Pt(this['locale'],_0x55e2eb),_0x222af2=_0x309ac1['bindTemplate'];return _0x309ac1['set']({'label':_0x548f95['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','isEnabled':_0x548f95['isEnabled']}),_0x309ac1['extendTemplate']({'on':{'mouseenter':_0x222af2['to'](()=>{this['_isSearchFocused']()||_0x309ac1['focus']();})}}),this['_setupActionButtonExecution'](_0x309ac1,_0x1ef399,_0x548f95),_0x4895ca['children']['add'](_0x309ac1),this['_actionButtons']['push']({'buttonView':_0x309ac1,'action':_0x548f95}),{'listItem':_0x4895ca,'highlightViews':[_0x55e2eb]};}['_createSearchResultGroupRow'](_0x411879,_0x14ac73){const _0x305e29=new _0x4708a3(this['locale']),_0x55b8f6=new Wt();_0x55b8f6['content']=_0x14ac73,_0x55b8f6['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x30461d=new Kt();return _0x30461d['text']=_0x411879,_0x305e29['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x55b8f6,_0x30461d]}),{'view':_0x305e29,'highlightView':_0x30461d};}['_createSearchResultActionRow'](_0x3e81dd){const _0xcc32e8=new _0x4708a3(this['locale']),_0x19b410=new Kt();return _0x19b410['text']=_0x3e81dd,_0xcc32e8['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x19b410]}),{'view':_0xcc32e8,'highlightView':_0x19b410};}['_createSearchResultContentView'](_0x5cfb7b,_0x306fc6){const _0x5965d7=new _0x4708a3(this['locale']);return _0x5965d7['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x5cfb7b,_0x306fc6]}),_0x5965d7;}['_setupActionButtonExecution'](_0x5cc0af,_0xc3fd51,_0x2dddb2){_0x5cc0af['on']('execute',()=>{_0x5cc0af['isEnabled']&&(_0xc3fd51['editing']['view']['focus'](),_0xc3fd51['commands']['execute']('aiQuickAction',_0x2dddb2));});}['_createActionGroupButton'](_0x5de5f4,_0x3ee3b6,_0x39fc03){const _0x645df1=new Xt(this['locale']),_0x55092d=new Dt(),_0x554aba=new pa(this['locale'],_0x55092d),_0x3d5907=_0x554aba['bindTemplate'],_0x42e99e=this['_getPanelKeystroke'](_0x39fc03),_0x453a91=this['_createGroupActionsList'](_0x5de5f4,_0x3ee3b6['actions'],_0x39fc03);_0x554aba['set']({'label':_0x3ee3b6['label'],'withText':!0x0,'role':Ta,'icon':_0x3ee3b6['icon']??_0x2a6bd4,'isEnabled':_0x3ee3b6['actions']['some'](_0x31b3c2=>_0x31b3c2['isEnabled'])}),_0x554aba['extendTemplate']({'on':{'mouseenter':_0x3d5907['to'](()=>{this['_isSearchFocused']()||_0x554aba['focus']();})}});const _0x55638e=new Nt(this['locale']);return _0x55638e['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x3d5907['to'](_0x2ebf89=>{this['_handlePanelKeydown'](_0x2ebf89,_0x42e99e,_0x554aba,_0x55638e);})}}),_0x554aba['bind']('isOn')['to'](_0x55638e,'isVisible'),this['_bodyCollection']['add'](_0x55638e),_0x55638e['content']['add'](_0x453a91),this['_setupGroupMenuBehavior'](_0x554aba,_0x55638e),_0x645df1['children']['add'](_0x554aba),this['_actionButtons']['push']({'buttonView':_0x554aba,'action':_0x3ee3b6}),{'listItem':_0x645df1,'highlightView':_0x55092d};}['_createGroupActionsList'](_0x323c65,_0x412083,_0x4e2744){const _0x25d13a=new zt(this['locale']);return _0x25d13a['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x412083['forEach'](_0x1fcb16=>{const _0x99a660=new Xt(this['locale']),_0x391082=Ia({'editor':_0x323c65,'action':_0x1fcb16,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused'](),'actionButtons':this['_actionButtons']})();_0x99a660['children']['add'](_0x391082),_0x4e2744['focusTracker']['add'](_0x391082),_0x25d13a['items']['add'](_0x99a660);}),_0x25d13a;}['_setupGroupMenuBehavior'](_0x4ac330,_0x5bb51c){const _0x544b36=_0x4ac330['bindTemplate'],_0x282e68=this['_getButtonKeystroke'](_0x4ac330);_0x4ac330['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x544b36['to'](()=>{this['_showNestedPanel'](_0x5bb51c,_0x4ac330);}),'mouseleave':_0x544b36['to'](_0x2f9487=>{const _0x2c3e5b=_0x2f9487['relatedTarget'];this['_isMovingToNestedMenu'](_0x2c3e5b,_0x5bb51c)||this['_hideNestedPanel'](_0x5bb51c);}),'keydown':_0x544b36['to'](_0xf4c777=>{_0xf4c777['key']==_0x282e68&&(this['_showNestedPanel'](_0x5bb51c,_0x4ac330),_0x5bb51c['content']['get'](0x0)['focus']());})}}),_0x5bb51c['on']('render',()=>{_0x5bb51c['element']?.['addEventListener']('mouseleave',_0x105da9=>{const _0x4383b1=_0x105da9['relatedTarget'];_0x4ac330['element']?.['contains'](_0x4383b1)||this['_isMovingToNestedMenu'](_0x4383b1,_0x5bb51c)||this['_hideNestedPanel'](_0x5bb51c);});});}['_showNestedPanel'](_0x21dfa2,_0x3aff47){this['_openNestedPanels']['forEach'](_0x2021a2=>{_0x2021a2!==_0x21dfa2&&_0x2021a2['isVisible']&&_0x2021a2['hide']();}),_0x21dfa2['show'](),_0x21dfa2['pin']({'positions':[Vt['eastSouth']],'target':_0x3aff47['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x21dfa2);}['_hideNestedPanel'](_0x270a27){_0x270a27['hide'](),this['_openNestedPanels']['delete'](_0x270a27);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x3c92c3=>_0x3c92c3['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x5c8484,_0x5addac){if(!_0x5c8484)return!0x1;if(_0x5addac['element']?.['contains'](_0x5c8484))return!0x0;const _0x5372e0=_0x5c8484;return _0x5372e0['closest']&&(null!==_0x5372e0['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x5372e0['closest']('.ck-ai-quick-actions-group-list')||null!==_0x5372e0['closest']('.ck-ai-quick-actions-group-button'));}['resetSearch'](){this['_searchTextView']&&this['_searchTextView']['reset']();}['destroy'](){this['_hideAllNestedPanels'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['focus'](){this['_searchTextView']?this['_searchTextView']['focus']():this['optionsListView']['focus']();}['_getPanelKeystroke'](_0x108057){return'rtl'===_0x108057['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x5b38d7){return'rtl'===_0x5b38d7['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x3e0938,_0x58ee51,_0x4cd8e3,_0x307c34){_0x3e0938['key']==_0x58ee51&&(_0x4cd8e3['focus'](),this['_hideNestedPanel'](_0x307c34));}['_handleSearchResultButtonClick'](_0x1aab99){_0x1aab99['fire']('execute');}};function Ca(_0x3ce4c8){const {editor:_0xcac7df,content:_0x218b3e,buttonDefinition:_0x248e9f,bodyCollection:_0x5d2b04,hasSearch:_0x152dae=!0x1,actionButtons:_0x1aa4fe}=_0x3ce4c8;return()=>{const _0x5bafb3=_0xcac7df['locale'],_0x2e93ef=_0xcac7df['commands']['get']('aiQuickAction'),_0x54c136=_0x353e74(_0x5bafb3);_0x54c136['bind']('isEnabled')['to'](_0x2e93ef),_0x54c136['buttonView']['set']({'icon':_0x248e9f['icon']??_0x2a6bd4,'label':_0x248e9f['label'],'tooltip':!0x0}),_0x54c136['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x1c40a3=new wa(_0xcac7df,_0x218b3e,_0x54c136,_0x5d2b04,_0x152dae,_0x1aa4fe);return _0x54c136['panelView']['children']['add'](_0x1c40a3),_0x152dae&&_0x54c136['on']('change:isOpen',(_0x29092,_0x561e70,_0x101ed3)=>{if(_0x101ed3){if(_0xcac7df['plugins']['has']('AIEditing')){const _0xe9bb60=_0xcac7df['plugins']['get'](As),_0x421274=_0xcac7df['model']['document']['selection'],_0x25bb53=Array['from'](_0x421274['getRanges']());_0x25bb53['length']>0x0&&_0xe9bb60['showFakeVisualSelection']({'editor':_0xcac7df,'ranges':_0x25bb53,'id':'quick-action','priority':0x14});}}else _0xcac7df['plugins']['has']('AIEditing')&&_0xcac7df['plugins']['get'](As)['hideFakeVisualSelection']('quick-action'),_0x1c40a3['resetSearch']();}),_0x54c136;};}const fa='<task>Explain\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x20plain,\x20simple\x20language.</task><rules>1.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is:-\x20If\x20it\x20looks\x20like\x20a\x20definition\x20explain\x20the\x20concept\x20in\x20simple\x20terms.-\x20If\x20it\x20looks\x20like\x20a\x20description\x20clarify\x20what\x20it\x20is\x20describing\x20and\x20why\x20it\x20matters.-\x20If\x20it\x20contains\x20technical\x20terms\x20or\x20jargon\x20break\x20them\x20down\x20into\x20everyday\x20language.-\x20If\x20it\x20looks\x20instructional\x20restate\x20as\x20clear\x20steps\x20someone\x20can\x20follow.-\x20If\x20it\x20provides\x20examples\x20explain\x20what\x20the\x20example\x20shows\x20and\x20why\x20it\x27s\x20relevant.-\x20If\x20it\x20presents\x20an\x20argument\x20or\x20claim\x20restate\x20the\x20claim\x20neutrally\x20and\x20explain\x20its\x20purpose.-\x20If\x20it\x20is\x20narrative/story-like\x20explain\x20what\x20event\x20or\x20situation\x20is\x20being\x20described.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20explain\x20what\x20the\x20data\x20indicates.-\x20If\x20it\x20is\x20a\x20quotation\x20explain\x20the\x20meaning\x20of\x20the\x20quote\x20in\x20context.-\x20If\x20it\x20compares/contrasts\x20things\x20explain\x20the\x20key\x20differences\x20or\x20similarities\x20simply.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20give\x20a\x20clear,\x20plain-language\x20explanation\x20of\x20its\x20meaning,\x20focusing\x20on\x20usefulness.2.\x20Provide\x20context\x20if\x20the\x20meaning\x20could\x20be\x20unclear\x20without\x20it.\x20(e.g.,\x20explain\x20where\x20such\x20a\x20term\x20might\x20be\x20used,\x20or\x20why\x20it\x20is\x20important).3.\x20Keep\x20the\x20explanation\x20short\x20but\x20complete\x20(2–5\x20sentences).-\x20Avoid\x20overly\x20technical\x20detail\x20unless\x20it\x20is\x20necessary\x20for\x20understanding.4.\x20Do\x20not\x20simply\x20repeat\x20the\x20original\x20text\x20—\x20restate\x20and\x20expand\x20it\x20in\x20plain\x20words.5.\x20If\x20possible,\x20add\x20a\x20short\x20example\x20or\x20analogy\x20to\x20make\x20it\x20easier\x20to\x20understand.6.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20explanation.7.\x20Your\x20explanation\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20explanation,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant,\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',ba='<task>Summarize\x20the\x20selected\x20part\x20of\x20the\x20document\x20in\x202–4\x20clear\x20sentences,\x20capturing\x20only\x20the\x20essential\x20meaning.</task><rules>1.\x20Your\x20summary\x20should\x20be\x20short\x20and\x20clear:-\x20Aim\x20for\x202–4\x20sentences\x20unless\x20the\x20text\x20is\x20extremely\x20short.-\x20Focus\x20on\x20capturing\x20the\x20main\x20idea(s)\x20without\x20unnecessary\x20detail.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20summary\x20style:-\x20If\x20it\x20is\x20descriptive\x20condense\x20the\x20description\x20into\x20its\x20core\x20idea.-\x20If\x20it\x20is\x20argumentative\x20or\x20opinion-based\x20summarize\x20the\x20main\x20claim\x20and\x20reasoning\x20neutrally.-\x20If\x20it\x20is\x20narrative/story-like\x20capture\x20the\x20main\x20event\x20or\x20outcome\x20without\x20side\x20details.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20summarize\x20what\x20the\x20data\x20shows\x20in\x20plain\x20language.-\x20If\x20it\x20is\x20instructional\x20restate\x20the\x20overall\x20purpose\x20of\x20the\x20steps\x20without\x20listing\x20every\x20step.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20of\x20the\x20categories\x20above\x20provide\x20a\x20general\x20concise\x20summary.3.\x20Provide\x20context\x20if\x20necessary\x20for\x20clarity:-\x20Mention\x20the\x20subject\x20or\x20topic\x20explicitly\x20so\x20the\x20summary\x20can\x20stand\x20alone.4.\x20Do\x20not\x20simply\x20copy\x20sentences\x20from\x20the\x20original\x20text\x20—\x20rephrase\x20in\x20plain\x20language.5.\x20Avoid\x20adding\x20new\x20information\x20or\x20interpretation\x20not\x20present\x20in\x20the\x20text.6.\x20Summarize\x20in\x20a\x20way\x20that\x20would\x20make\x20sense\x20to\x20someone\x20who\x20has\x20not\x20read\x20the\x20original\x20text.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20summary.8.\x20Your\x20summary\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20summary,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Sa='<task>Extract\x20and\x20present\x20the\x20key\x20points\x20from\x20the\x20selected\x20part\x20of\x20the\x20document\x20as\x20a\x20concise\x20bulleted\x20list.</task><rules>1.\x20Present\x20the\x20output\x20as\x20a\x20clear,\x20structured\x20list\x20(bullets\x20or\x20numbered).-\x20Each\x20point\x20should\x20be\x20concise\x20(one\x20sentence\x20or\x20less).-\x20Do\x20not\x20merge\x20distinct\x20ideas\x20into\x20one\x20bullet.2.\x20Identify\x20what\x20type\x20of\x20text\x20it\x20is\x20and\x20adapt\x20the\x20extraction\x20style:-\x20If\x20it\x20is\x20descriptive\x20capture\x20the\x20main\x20attributes\x20or\x20features.-\x20If\x20it\x20is\x20argumentative\x20extract\x20the\x20main\x20claim\x20and\x20supporting\x20reasons\x20separately.-\x20If\x20it\x20is\x20narrative/story-like\x20extract\x20the\x20main\x20events\x20in\x20chronological\x20order.-\x20If\x20it\x20is\x20data-driven\x20(stats,\x20figures,\x20facts)\x20highlight\x20the\x20most\x20important\x20facts\x20or\x20numbers.-\x20If\x20it\x20is\x20instructional\x20list\x20the\x20steps\x20or\x20main\x20actions\x20in\x20simplified\x20form-\x20If\x20it\x20provides\x20comparisons\x20extract\x20the\x20contrasted\x20items\x20and\x20their\x20differences/similarities.-\x20If\x20it\x20does\x20not\x20fit\x20any\x20category\x20above\x20extract\x20the\x20main\x20ideas\x20in\x20plain,\x20short\x20statements.3.\x20Keep\x20the\x20list\x20between\x203–7\x20items\x20where\x20possible.-\x20If\x20the\x20text\x20is\x20very\x20short,\x20fewer\x20items\x20are\x20fine.-\x20If\x20it\x20is\x20very\x20long,\x20focus\x20on\x20the\x20most\x20important\x20ideas\x20only.4.\x20Do\x20not\x20copy\x20long\x20text\x20fragments\x20—\x20restate\x20in\x20simple\x20words.5.\x20Do\x20not\x20add\x20interpretation,\x20evaluation,\x20or\x20commentary\x20beyond\x20the\x20text.6.\x20Ensure\x20the\x20list\x20can\x20stand\x20alone\x20without\x20requiring\x20the\x20reader\x20to\x20see\x20the\x20original\x20document.7.\x20Use\x20the\x20context\x20of\x20the\x20whole\x20document,\x20but\x20focus\x20on\x20the\x20selected\x20part\x20when\x20creating\x20your\x20key\x20points.8.\x20Your\x20key\x20points\x20should\x20be\x20written\x20in\x20%0\x20language.</rules><output>For\x20this\x20response:\x20reply\x20with\x20only\x20the\x20text\x20key\x20points\x20list,\x20nothing\x20else.</output><scope>These\x20instructions\x20apply\x20to\x20this\x20response\x20only.\x20In\x20follow-up\x20messages,\x20respond\x20normally\x20as\x20a\x20helpful\x20assistant\x20that\x20can\x20make\x20document\x20modifications\x20with\x20no\x20restrictions.</scope>',Ra=/* #__PURE__ -- @preserve */
|
|
37
|
+
((()=>({'chat':'AIChat','action':'AIActions'}))());var Oa=class AIQuickActionsUI extends _0x5bc74c{['_actionButtons']=[];['_menuBarGroupViews']=[];['_reporter'];static get['requires'](){return[yt,cs,rn];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_reporter']=this['editor']['plugins']['get'](rn)['createReporter']('aiquickactions');const _0x37c79a=this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x37c79a),this['_initializeQuickActionsComponentsAndCommands'](),this['_initActionTypeQuickActions'](),this['_initChatTypeQuickActions']();}static['getDefaultQuickActions'](_0x4b4c05){return function(_0x22a2e6){const _0x1759c5=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x22a2e6['uiLanguage'])||'English';return[{'id':'ask-ai','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x3eaea4},{'id':'chat-commands','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x3eaea4,'actions':[{'id':'explain','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':ls(_0x22a2e6,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':fa['replace']('%0',_0x1759c5),'type':'chat'},{'id':'summarize','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':ls(_0x22a2e6,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ba['replace']('%0',_0x1759c5),'type':'chat'},{'id':'highlight-key-points','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':ls(_0x22a2e6,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Sa['replace']('%0',_0x1759c5),'type':'chat'}]},{'id':'improve-writing','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x234164},{'id':'continue','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x16808c},{'id':'fix-grammar','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x597aae},{'id':'adjust-length','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x2279d3,'actions':[{'id':'make-shorter','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x4d510a,'actions':[{'id':'make-tone-casual','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x3de69e,'actions':[{'id':'translate-to-english','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':ls(_0x22a2e6,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x47ef5b,'actions':[]}];}(_0x4b4c05);}['_getDefaultAndCustomActions'](){const _0x55fc8c=AIQuickActionsUI['getDefaultQuickActions'](this['editor']['locale']),_0x419c1c=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x4846f8=>({..._0x4846f8,'type':'chat'===_0x4846f8['type']?'chat':'action','icon':void 0x0}));return _0x55fc8c['find'](_0xdf8e53=>'other'===_0xdf8e53['id'])['actions']['push'](..._0x419c1c),_0x55fc8c;}async['_initActionTypeQuickActions'](){try{const _0x5d549d=new Xs({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']}),_0x71a696=await _0x5d549d['getAll'](),_0x4ced27=(await _0x5d549d['getDefault']())?.['id'];this['_assignDefaultModelToCustomActions'](_0x4ced27),this['_enableButtonsByType']('action',_0x4cf7b8=>!!_0x71a696['find'](_0x5a86a5=>_0x5a86a5['id']===_0x4cf7b8['model'])||void 0x0===_0x4cf7b8['model']);}catch(_0x417ba0){const _0x495349=new at('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x417ba0});this['_reporter']['logError'](_0x495349);}}['_initChatTypeQuickActions'](){if(!this['editor']['plugins']['has']('AIChatController'))return;const _0x1d19a1=this['editor']['plugins']['get']('AIChatController');this['listenTo'](_0x1d19a1,'change:isConversationReady',(_0x2b3eba,_0x1c285b,_0x37ee9e)=>{_0x37ee9e&&this['_enableButtonsByType']('chat',()=>!0x0);}),_0x1d19a1['isConversationReady']&&this['_enableButtonsByType']('chat',()=>!0x0);}['_enableButtonsByType'](_0x3c2078,_0x19c904){this['_quickActionsDefinition']['forEach'](_0x18a3c6=>{'actions'in _0x18a3c6?_0x18a3c6['actions']['forEach'](_0x2312fe=>{_0x2312fe['type']===_0x3c2078&&(_0x2312fe['isEnabled']=_0x19c904(_0x2312fe));}):_0x18a3c6['type']===_0x3c2078&&(_0x18a3c6['isEnabled']=_0x19c904(_0x18a3c6));}),this['_actionButtons']['forEach'](_0x2d9f96=>{if(va(_0x2d9f96['action']))return;if(_0x2d9f96['action']['type']!==_0x3c2078)return;const _0x493f58=_0x19c904(_0x2d9f96['action']);if(_0x2d9f96['action']['isEnabled']=_0x493f58,_0x2d9f96['buttonView']['isEnabled']=_0x493f58,!_0x493f58&&_0x2d9f96['action']['model']){const _0x21c922=new at('ai-quick-actions-unavailable-model',this,{'actionId':_0x2d9f96['action']['id'],'modelId':_0x2d9f96['action']['model']});this['_reporter']['logError'](_0x21c922);}}),this['_actionButtons']['filter'](_0x25b6b8=>va(_0x25b6b8['action']))['forEach'](_0x2e1850=>{_0x2e1850['buttonView']['isEnabled']=_0x2e1850['action']['actions']['some'](_0x32bffd=>_0x32bffd['isEnabled']);}),this['_menuBarGroupViews']['forEach'](({view:_0x124d28,group:_0x1ea18})=>{_0x124d28['isEnabled']=_0x1ea18['actions']['some'](_0x4701c4=>_0x4701c4['isEnabled']);});}['_assignDefaultModelToCustomActions'](_0x32cb87){this['_actionButtons']['forEach'](_0x1cbe75=>{va(_0x1cbe75['action'])||'action'===_0x1cbe75['action']['type']&&(_0x1cbe75['action']['model']||(_0x1cbe75['action']['model']=_0x32cb87));});}['_initializeQuickActionsComponentsAndCommands'](){const _0x176bf7=new xt(this['editor']['locale']);_0x176bf7['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x176bf7),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x176bf7);}['_initializeQuickActionsDropdown'](_0x70dbdb){const _0xdb0e8a=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Ca({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x2a6bd4,'label':ls(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x70dbdb,'hasSearch':_0xdb0e8a,'actionButtons':this['_actionButtons']}));}['_prepareQuickActionsDefinition'](_0x3648ee){this['_quickActionsDefinition']=_0x3648ee['map'](_0x3b8b16=>{if('actions'in _0x3b8b16){const _0x2f4389=_0x3b8b16;return{..._0x2f4389,'actions':_0x2f4389['actions']['map'](_0x299da8=>{const {actions:_0x3d400e,..._0x5eb2c9}=_0x2f4389;return{..._0x299da8,'isEnabled':!0x1,'parent':_0x5eb2c9};})['filter'](_0x2924a9=>this['_shouldIncludeAction'](_0x2924a9))};}return{..._0x3b8b16,'isEnabled':!0x1};})['filter'](_0x26f273=>'actions'in _0x26f273?_0x26f273['actions']['length']>0x0:this['_shouldIncludeAction'](_0x26f273));}['_shouldIncludeAction'](_0x11da02){const _0x109e15=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ra[_0x11da02['type']])&&!_0x109e15['includes'](_0x11da02['id'])&&!('chat'===_0x11da02['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x3ca96b){this['_quickActionsDefinition']['forEach'](_0x34e2da=>{if('actions'in _0x34e2da){const _0x2802bf=Ca({'editor':this['editor'],'content':_0x34e2da['actions'],'buttonDefinition':_0x34e2da,'bodyCollection':_0x3ca96b,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x34e2da['id'],_0x2802bf),_0x34e2da['actions']['forEach'](_0x71315d=>{const _0x36eb8e=Ia({'editor':this['editor'],'action':_0x71315d,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x71315d['id'],_0x36eb8e);});}else{const _0x4aea55=Ia({'editor':this['editor'],'action':_0x34e2da,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x34e2da['id'],_0x4aea55);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x4b4a7d=>{const _0x1ca1ad=this['editor']['commands']['get']('aiQuickAction'),_0x12a62d=new te(_0x4b4a7d),_0x44e89b=ls(_0x4b4a7d,'AI_QUICK_ACTIONS_HEADING');_0x12a62d['buttonView']['set']({'label':_0x44e89b,'icon':_0x2a6bd4});const _0xf768bc=new Zt(_0x4b4a7d);return _0xf768bc['set']({'ariaLabel':_0x44e89b,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x49305f=>{if('actions'in _0x49305f){const _0x26b452=_0x49305f,_0xdfb349=new Jt(_0x4b4a7d,_0x12a62d),_0x55723f=new te(_0x4b4a7d),_0x25f563=new Zt(_0x4b4a7d);_0x55723f['buttonView']['set']({'label':_0x26b452['label'],'icon':_0x26b452['icon']}),_0x26b452['actions']['forEach'](_0x137459=>{const _0x2b1d2b=new Jt(_0x4b4a7d,_0x55723f),_0x3f88d5=new jt(_0x4b4a7d);_0x3f88d5['set']({'label':_0x137459['label'],'icon':_0x137459['icon'],'role':'menuitem','isEnabled':_0x137459['isEnabled']}),_0x3f88d5['on']('execute',()=>{this['_executeQuickAction'](_0x137459);}),this['_actionButtons']['push']({'buttonView':_0x3f88d5,'action':_0x137459}),_0x3f88d5['delegate']('execute')['to'](_0x55723f),_0x2b1d2b['children']['add'](_0x3f88d5),_0x25f563['items']['add'](_0x2b1d2b);}),_0x55723f['isEnabled']=_0x26b452['actions']['some'](_0x466f94=>_0x466f94['isEnabled']),this['_menuBarGroupViews']['push']({'view':_0x55723f,'group':_0x26b452}),_0x55723f['panelView']['children']['add'](_0x25f563),_0xdfb349['children']['add'](_0x55723f),_0xf768bc['items']['add'](_0xdfb349);}else{const _0x16bd72=_0x49305f,_0x535faf=new Jt(_0x4b4a7d,_0x12a62d),_0x113a28=new jt(_0x4b4a7d);_0x113a28['set']({'label':_0x16bd72['label'],'icon':_0x16bd72['icon'],'role':'menuitem','isEnabled':_0x16bd72['isEnabled']}),this['_actionButtons']['push']({'buttonView':_0x113a28,'action':_0x16bd72}),_0x113a28['on']('execute',()=>{this['_executeQuickAction'](_0x16bd72);}),_0x113a28['delegate']('execute')['to'](_0x12a62d),_0x535faf['children']['add'](_0x113a28),_0xf768bc['items']['add'](_0x535faf);}}),Object['values'](Ra)['some'](_0x3b214d=>this['editor']['plugins']['has'](_0x3b214d))?_0x12a62d['bind']('isEnabled')['to'](_0x1ca1ad):_0x12a62d['set']({'isEnabled':!0x1}),_0x12a62d['panelView']['children']['add'](_0xf768bc),_0x12a62d;});}['_executeQuickAction'](_0x312859){const _0x5a0a46=this['editor'];_0x5a0a46['editing']['view']['focus'](),_0x5a0a46['commands']['execute']('aiQuickAction',_0x312859);const _0x1e36eb=_0x5a0a46['ui']['view']['menuBarView'];_0x1e36eb&&_0x1e36eb['close']&&_0x1e36eb['close']();}};function va(_0x4f18b2){return'actions'in _0x4f18b2;}function ka(_0x4e57ea,_0x1259e1){const _0xdea668=_0x4e57ea['plugins']['get']('AITabs')['view'];_0xdea668['isVisible']=!0x0,_0xdea668['activateTab'](_0x1259e1);}var Na=class extends _0x2f2e2c{['execute'](_0xc01ba7){switch(this['_expandSelectionIfCollapsed'](),_0xc01ba7['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x2416a1=ls(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x2416a1});}this['_handleAIChatAction'](_0xc01ba7);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x4ebf9b=ls(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x4ebf9b});}this['_handleAIActionsAction'](_0xc01ba7);}}async['_handleAIChatAction'](_0x333796){const _0xb56bc0=this['editor']['plugins']['get']('AIChatController');if(ka(this['editor'],'chat'),'ask-ai'===_0x333796['id'])_0xb56bc0['removeSelectionFromChatContext'](),_0xb56bc0['addSelectionToChatContext'](this['editor']),_0xb56bc0['focusPromptInput']();else await _0xb56bc0['startConversation']({'modelId':_0x333796['model']}),_0xb56bc0['removeSelectionFromChatContext'](),_0xb56bc0['addSelectionToChatContext'](this['editor']),_0xb56bc0['focusPromptInput'](),await _0xb56bc0['sendMessage']({'message':_0x333796['prompt']||_0x333796['displayedPrompt']||_0x333796['label'],'attributes':{'quickActionData':{'id':_0x333796['id']},'displayedPrompt':_0x333796['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x40be8c=this['editor'],_0xd8c543=_0x40be8c['model']['document']['selection'];if(!_0xd8c543['isCollapsed'])return;const _0x5707e7=pt(_0xd8c543['getSelectedBlocks']())||_0x40be8c['model']['schema']['getLimitElement'](_0xd8c543);_0x40be8c['model']['change'](_0x148659=>{_0x148659['setSelection'](_0x5707e7,'in');});}['_handleAIActionsActionLabel'](_0x1299e9){return _0x1299e9['parent']?.['label']&&'other'!==_0x1299e9['parent']?.['id']?_0x1299e9['parent']['label']+':\x20'+_0x1299e9['label']:_0x1299e9['label'];}async['_handleAIActionsAction'](_0x5d22e8){const _0x371b28=this['editor']['plugins']['get']('AIActions'),_0x5c8e84=_0x5d22e8['prompt']?{'userMessage':_0x5d22e8['prompt'],'model':_0x5d22e8['model']}:{'actionName':_0x5d22e8['actionName']||_0x5d22e8['id'],'args':_0x5d22e8['args']},_0x3b0686=this['_handleAIActionsActionLabel'](_0x5d22e8);await _0x371b28['executeAction'](_0x5c8e84,_0x3b0686,_0x5d22e8['icon']);}},ya=class extends _0x5bc74c{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4b2be0=this['editor'],_0x7fa463=new Na(this['editor']);if(_0x4b2be0['commands']['add']('aiQuickAction',_0x7fa463),_0x4b2be0['plugins']['has']('AIChat')){const _0x1bcb8c=this['editor']['plugins']['get']('AIChatController');_0x4b2be0['model']['document']['selection']['on']('change:range',(_0x251ac7,_0x505063)=>{_0x505063['directChange']&&_0x1bcb8c['removeSelectionFromChatContext']();});}}},xa=class extends _n{['appendContent'](_0x2dc27b,_0x2045b2='text'){'modification'===this['type']&&'text'===_0x2045b2&&(_0x2045b2=this['documentContextContent']['keys']()['next']()['value']),super['appendContent'](_0x2dc27b,_0x2045b2);}['updateChangeGroups'](_0x1d5e17){const _0x3c4938=this['parsedContent']['get'](_0x1d5e17)['cloneNode'](!0x0);if(this['parsedMergedContent']['set'](_0x1d5e17,_0x3c4938),this['changeGroups']=[],0x0==_0x3c4938['childNodes']['length'])return;Ps(this['documentContextContent']['get'](_0x1d5e17),this['parsedMergedContent']['get'](_0x1d5e17));const _0xa4276a=_0x52bd71(this['documentContextContent']['get'](_0x1d5e17)['children']['map'](_0x130db3=>({'node':_0x130db3,'id':Cs(_0x130db3,'data-id')})),_0x3c4938['children']['map'](_0x4eff0a=>({'node':_0x4eff0a,'id':Cs(_0x4eff0a,'data-id')||Ot()})),{'comparator':(_0xaa58db,_0x456c72)=>_0xaa58db['id']==_0x456c72['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0xa4276a['length']&&_0xa4276a[_0xa4276a['length']-0x1]['removed'];)_0xa4276a['pop']();}const _0x31440d=_0xa4276a['map'](_0x44c95b=>{const _0x29bd55=_0x44c95b['added']?'new':_0x44c95b['removed']?'removed':'modified';return{'node':_0x44c95b['value'][0x0]['node'],'type':_0x29bd55,'id':_0x44c95b['value'][0x0]['id']};}),_0x5ef345=this['_documentIdToSource']['get'](_0x1d5e17);this['changeGroups']['push']({'changes':_0x31440d,'state':'pending','index':this['changeGroups']['length'],'editor':_0x5ef345['editor'],'rootName':_0x5ef345['rootName'],'documentId':_0x1d5e17});}['_getDifferentChangeGroups'](_0x38f77e,_0x5e8f83){return _0x5e8f83;}},La=class extends In{['content'];['version'];['editor'];['rootName'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x5bcb62){super(_0x5bcb62),this['content']=_0x5bcb62['content'],this['version']=_0x5bcb62['version'],this['editor']=_0x5bcb62['editor'],this['rootName']=_0x5bcb62['rootName'],this['actionName']=_0x5bcb62['actionName'],this['args']=_0x5bcb62['args'],this['userMessage']=_0x5bcb62['userMessage'],this['model']=_0x5bcb62['model'],this['on']('interactionStopped',()=>{this['stoppedExplicitly']=!0x0;});}async['sendRequest'](){return this['actionName']?this['connector']['executeAction']({'content':this['content'],'actionName':this['actionName'],'args':this['args']}):this['connector']['executeCustomAction']({'content':this['content'],'message':this['userMessage'],'model':this['model'],'outputFormat':'html'});}['getDocumentContext'](){return{'type':'document','documents':[{'id':this['id'],'content':this['content'],'version':this['version'],'rootName':this['rootName'],'sessionId':Ot(),'channelId':this['editor']['config']['get']('collaboration.channelId')}],'label':'Current\x20document','uiId':'current-document'};}['createReply'](_0x584eef){const _0x37efae=this['editor']['config']['get']('collaboration.channelId'),_0x2e1fdb=new xa({..._0x584eef,'locale':this['locale'],'documentContextContent':[{'id':this['id'],'content':this['content'],'channelId':_0x37efae,'rootName':this['rootName']}],'channelsToEditors':new Map([[_0x37efae,this['editor']]])});return this['replies']['push'](_0x2e1fdb),_0x2e1fdb['delegate'](...An)['to'](this),this['fire']('replyCreated',_0x2e1fdb),_0x2e1fdb;}},Da=class extends _0x4b90d1{constructor(_0x3d307d,_0x5ed798=!0x0,_0x5517e4=!0x0){super(_0x3d307d),this['set']('isEnabled',!0x1),_0x5ed798&&(this['applyButton']=this['_createButton'](ls(_0x3d307d,'AI_BALLOON_APPLY_BUTTON'),an),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x5517e4&&(this['suggestButton']=this['_createButton'](ls(_0x3d307d,'AI_BALLOON_SUGGEST_BUTTON'),_0x5ed798?hn:an),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x5ed798,'showSuggestButton':_0x5517e4}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x30918d,showSuggestButton:_0x49b5cd}){this['applyButton']&&(this['applyButton']['isVisible']=_0x30918d),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x49b5cd);}['_createButton'](_0x3ef634,_0x37ad16){const _0x37b169=new Pt(this['locale']);return _0x37b169['set']({'label':_0x3ef634,'class':_0x37ad16,'isVisible':!0x0,'withText':!0x0}),_0x37b169;}},Pa=class extends _0x4708a3{constructor(_0x3c22ad){super(_0x3c22ad),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-balloon__disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-balloon__disclaimer-content']},'children':[{'text':ls(_0x3c22ad,'AI_DISCLAIMER_TEXT')}]}]});}},Ha=class extends _0x4708a3{constructor(_0x2b051e){super(_0x2b051e),this['set']('isVisible',!0x0);const _0x6c5f5a=new cr('small');_0x6c5f5a['isVisible']=!0x0;const _0x4d4d56=new _0x4708a3(this['locale']);_0x4d4d56['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__loader-text']},'children':[ls(this['locale'],'AI_CHAT_IS_WRITING')]}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__loader',this['bindTemplate']['if']('isVisible','ck-hidden',_0x4e4804=>!_0x4e4804)]},'children':[_0x6c5f5a,_0x4d4d56]});}},Ma=class extends ha{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_miniToolbarResizeObserver'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x32401a,_0x437291){super(_0x32401a),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x437291,this['_focusTracker']=new ut(),this['_keystrokes']=new dt(),this['_focusables']=this['createCollection'](),this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['_dialogContent']=new _0x4f88bc(),this['_addContentWrapper'](_0x437291),this['_addDisclaimerView'](),this['_addToolbar'](_0x437291),this['_focusables']['clear'](),this['_focusables']['addMany']([this['_toolbarView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-main']},'children':this['_dialogContent']}),this['on']('change:isTrackChangesOn',()=>{this['_toggleToolbarButtonsVisibility'](_0x437291);}),this['on']('render',()=>{this['_setupMiniToolbarPositioning']();});}['render'](){super['render']();for(const _0x22b8dc of this['_focusables'])this['_focusTracker']['add'](_0x22b8dc['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy'](),this['_miniToolbarResizeObserver']&&this['_miniToolbarResizeObserver']['destroy']();}['focus'](_0x4bc365){-0x1===_0x4bc365?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x4c01de){this['_isLoading']=_0x4c01de;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x29e086){super['showError'](_0x29e086),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x78c3b6){super['showBlockingError'](_0x78c3b6),this['setErrorState']();}['addMiniToolbarItem'](_0x423f0a){this['_miniToolbarView']['items']['has'](_0x423f0a)||this['_miniToolbarView']['items']['add'](_0x423f0a);}['removeMiniToolbarItem'](_0x420253){this['_miniToolbarView']['items']['has'](_0x420253)&&this['_miniToolbarView']['items']['remove'](_0x420253);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x44c2b4,showSuggestButton:_0x28736f}){_0x44c2b4=_0x44c2b4&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x28736f=_0x28736f&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x44c2b4,'showSuggestButton':_0x28736f});}async['updateContent'](_0x4812da){await this['_streamableContentView']['update'](_0x4812da);}['finalizeContent'](){this['_streamableContentView']['cleanUpStreamingArtifacts']();}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x3e352e){this['_contentWrapper']=new _0x4708a3(this['locale']),this['_contentWrapper']['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai-actions-balloon-content-wrapper']},'children':[this['_createLoaderView'](),this['_createStreamableContentView']()]},this['_createMiniToolbar'](_0x3e352e['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new Pa(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x2de1a8,showSuggestButton:_0x103bc3}){this['_toolbarView']=new Da(this['locale'],_0x2de1a8,_0x103bc3),this['_toolbarView']['applyButton']?.['on']('execute',()=>{this['fire']('applySuggestion');}),this['_toolbarView']['suggestButton']?.['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_toolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',this,'_hasError',(_0x56c79d,_0x57d2db,_0x1d56ce)=>!(_0x56c79d||_0x57d2db||_0x1d56ce)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x2de1a8,'showSuggestButton':_0x103bc3}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0x51c1f7){return this['_miniToolbarView']=new ua(this['locale'],_0x51c1f7),this['_miniToolbarView']['delegate'](...Nn)['to'](this),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['_miniToolbarView']['isShowChangesOn']=!this['_miniToolbarView']['isShowChangesOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':this['_miniToolbarView']['isShowChangesOn']});}),this['_miniToolbarView']['bind']('isEnabled')['to'](this,'isBusy',this,'_isLoading',(_0xf339b3,_0x35633e)=>!(_0xf339b3||_0x35633e)),this['_miniToolbarView'];}['_createLoaderView'](){return this['_loaderView']=new Ha(this['locale']),this['_loaderView']['bind']('isVisible')['to'](this,'_isLoading'),this['_loaderView'];}['_createStreamableContentView'](){return this['_streamableContentView']=new qn(this['locale']),this['_streamableContentView'];}['_setupMiniToolbarButtons'](){const _0xfdd0=new Pt(this['locale']),_0x2879aa=new Pt(this['locale']),_0x550947=new Va(this['locale']),_0x4134e2=new Pt(this['locale']);_0xfdd0['set']({'icon':_0x3affd5,'label':ls(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+cn}),_0x2879aa['set']({'icon':_0x2db01d,'tooltip':ls(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+cn}),_0x4134e2['set']({'icon':_0xa46100,'tooltip':ls(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+cn}),_0xfdd0['bind']('isEnabled')['to'](this,'isBusy',_0x3f13cc=>!_0x3f13cc),_0xfdd0['on']('execute',()=>{this['fire']('tryAgain');}),_0x2879aa['bind']('isEnabled')['to'](this,'isBusy',_0x2f2788=>!_0x2f2788),_0x2879aa['on']('execute',()=>{this['fire']('showPrevious');}),_0x4134e2['bind']('isEnabled')['to'](this,'isBusy',_0x5c3cdc=>!_0x5c3cdc),_0x4134e2['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x2879aa,this['_navigationCounter']=_0x550947,this['_navigationNextButton']=_0x4134e2,this['_navigationTryAgainButton']=_0xfdd0;}['updateMiniToolbarButtons'](_0x1d73c0,_0xfcb26){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x45b5a7=_0x1d73c0>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x45b5a7){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0xffc751=_0x1d73c0-_0xfcb26;this['_navigationCounter']['setInteractionCount'](_0xffc751+'/'+_0x1d73c0),this['_navigationPreviousButton']['isEnabled']=_0xfcb26<_0x1d73c0-0x1,this['_navigationNextButton']['isEnabled']=_0xfcb26>0x0;}else this['removeMiniToolbarItem'](this['_navigationPreviousButton']),this['removeMiniToolbarItem'](this['_navigationCounter']),this['removeMiniToolbarItem'](this['_navigationNextButton']);}['disableMiniToolbarButtons'](){this['_navigationTryAgainButton']['isEnabled']=!0x1,this['_navigationPreviousButton']['isEnabled']=!0x1,this['_navigationNextButton']['isEnabled']=!0x1;}['startAutoScroll'](){this['_initializeScrollManager'](),this['_scrollManager']&&this['_scrollManager']['start']();}['stopAutoScroll'](){this['_scrollManager']&&this['_scrollManager']['stop']();}['toggleIsLoading'](_0x34a358){this['_isLoading']=_0x34a358;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_setupMiniToolbarPositioning'](){const _0x3e641c=this['_streamableContentView']['element'],_0xc59354=this['_miniToolbarView']['element'],_0x30b536=()=>{Et['window']['requestAnimationFrame'](()=>{const _0x43de64=_0x3e641c['offsetWidth']-_0x3e641c['clientWidth'];_0xc59354['style']['right']='calc('+_0x43de64+'px\x20+\x20var(--ck-spacing-large))';});};_0x30b536(),this['_miniToolbarResizeObserver']=new At(_0x3e641c,()=>{_0x30b536();});}['_initializeScrollManager'](){const _0x5c0345=this['_getScrollableElement']();_0x5c0345&&!this['_scrollManager']&&(this['_scrollManager']=new Pr(_0x5c0345));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}},Va=class extends _0x4708a3{constructor(_0x363735){super(_0x363735);const _0x1ab52b=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x1ab52b['to']('interactionCount')}]});}['setInteractionCount'](_0x120b78){this['set']('interactionCount',_0x120b78);}},Ua=class extends _0x5bc74c{static get['requires'](){return[cs,rn,Ht,As,la,_0x3ea65d];}static get['pluginName'](){return'AIActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_aiConnector'];['_interactions']=[];['_currentInteractionIndex']=0x0;['_interactionParams'];['_balloonShowDiff']=!0x1;['_promiseQueue'];get['_interaction'](){return this['_interactions'][this['_interactions']['length']-0x1];}['_actionsBalloonView'];['_reporter'];constructor(_0x3d683e){super(_0x3d683e),this['_aiConnector']=this['editor']['plugins']['get']('AIConnector'),this['_reporter']=this['editor']['plugins']['get'](rn)['createReporter']('aiactions'),this['set']('isBusy',!0x1),this['_promiseQueue']=new Zn();}['stopInteraction'](){this['_stopInteraction']();}async['executeAction'](_0x2d207e,_0x2b3062,_0x267cf9){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')&&this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x4847a5,anchorData:_0x16402a,root:_0x765d01}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x2d207e,_0x4847a5,_0x16402a,_0x765d01,_0x2b3062,_0x267cf9);}const {modelFragment:_0x2ff8cd,anchorData:_0x48361b,root:_0x577e19}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x2d207e,_0x2ff8cd,_0x48361b,_0x577e19,_0x2b3062,_0x267cf9);}async['destroy'](){return this['_stopInteraction'](),super['destroy']();}['_createActionsBalloonView'](){const _0x643bd8=this['editor']['plugins']['has']('TrackChanges');let _0x2d4621=this['editor']['config']['get']('ai.availableReplyActions')||[...er];_0x643bd8||(_0x2d4621=_0x2d4621['filter'](_0x38270c=>'insertSuggestion'!=_0x38270c));const _0x19d477=this['editor']['commands']['get']('trackChanges'),_0x5bb5f9=new Ma(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x643bd8,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x2d4621});return _0x5bb5f9['bind']('isBusy')['to'](this),_0x19d477&&_0x5bb5f9['bind']('isTrackChangesOn')['to'](_0x19d477,'value'),_0x5bb5f9['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x5bb5f9['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x5bb5f9['on']('showNext',()=>{this['_navigateToNext']();}),_0x5bb5f9;}['_normalizeSelectionStart'](){const _0x30533f=this['editor']['model'],_0x55ee42=_0x30533f['document']['selection'],_0x28e087=_0x55ee42['getFirstRange']();if(!_0x28e087||_0x28e087['isCollapsed'])return;const _0x5f0703=pt(_0x55ee42['getSelectedBlocks']());if(!_0x5f0703)return;const _0x29bd12=_0x30533f['createPositionAt'](_0x5f0703,0x0);_0x29bd12['isAfter'](_0x28e087['start'])&&_0x30533f['change'](_0x44cfc3=>{_0x44cfc3['setSelection'](_0x44cfc3['createRange'](_0x29bd12,_0x28e087['end']));});}['_getExecuteDataRegular'](){const _0x56e019=this['editor']['model']['document']['selection'],_0x5a40f6=_0x56e019['getFirstRange']()['start']['root'];if(_0x56e019['isCollapsed']){const _0x12c566=pt(_0x56e019['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x56e019);this['editor']['model']['change'](_0xb1069d=>{_0xb1069d['setSelection'](_0x12c566,'in');});}this['_normalizeSelectionStart']();const _0x408ce9=_0x56e019['getFirstRange'](),_0x3d7852=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x56e019),_0x408ce9['start'],_0x408ce9['end']);this['_copyMarkersToFragment'](_0x3d7852,_0x56e019,{'isTableSelection':!0x1});const _0x127d15=_0x56e019['getFirstRange']()['start'],_0x2cb51b=new Map();let _0x211cba=_0x3d7852;for(let _0x541f14=0x0;_0x541f14<_0x127d15['path']['length'];_0x541f14++)_0x2cb51b['set'](_0x211cba,_0x127d15['path'][_0x541f14]),_0x211cba=_0x211cba['getChild'](0x0);return{'modelFragment':_0x3d7852,'anchorData':_0x2cb51b,'root':_0x5a40f6};}['_getExecuteDataInTable'](){const _0x357382=this['editor']['model']['document']['selection'],_0x215852=this['editor']['plugins']['get']('TableSelection'),_0x55951e=_0x357382['getFirstRange']()['start']['root'],_0x2ee045=_0x215852['getSelectionAsFragment'](),_0x510c69=_0x357382['getFirstRange']()['start']['parent']['parent'],_0x3f6ab2=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x510c69),this['editor']['model']['createPositionAfter'](_0x510c69)),_0x14b8b6=this['_wrapWithCommonAncestors'](_0x2ee045,_0x3f6ab2['start'],_0x3f6ab2['end']);this['_copyMarkersToFragment'](_0x14b8b6,_0x357382,{'isTableSelection':!0x0});const _0x538eae=_0x357382['getFirstRange']()['start'],_0x179d08=new Map();let _0x477cd8=_0x14b8b6;for(let _0x2c2edd=0x0;_0x2c2edd<_0x538eae['path']['length'];_0x2c2edd++)if(_0x179d08['set'](_0x477cd8,_0x538eae['path'][_0x2c2edd]),_0x2c2edd<_0x538eae['path']['length']-0x1)_0x477cd8=_0x477cd8['getChild'](0x0);else{let _0x504a90=_0x477cd8['nextSibling'];for(;_0x504a90;)_0x179d08['set'](_0x504a90,_0x538eae['path'][_0x2c2edd]),_0x504a90=_0x504a90['nextSibling'];}return{'modelFragment':_0x14b8b6,'anchorData':_0x179d08,'root':_0x55951e};}async['_executeAction'](_0x1b2a07,_0x4dd799,_0x2c5af8,_0x452123,_0x71815e,_0x507e03){const _0x3ea095=this['editor']['plugins']['get'](As),_0x242fed=this['editor']['plugins']['get'](la),_0x6b6da0=this['editor']['model']['document']['selection'],_0xfc3ed7=await _0x3ea095['modelToDataWithIds'](_0x4dd799,this['editor']),_0x296e36=this['editor']['model']['document']['version'],_0x91e626=[..._0x6b6da0['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x242fed['open']({'targetEditor':this['editor'],'index':0x3e8*Math['random']()%0x3e8,'title':_0x71815e,'icon':_0x507e03||_0x2a6bd4,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x91e626,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x242fed),this['_interactionParams']={'action':_0x1b2a07,'content':_0xfc3ed7,'version':_0x296e36,'aiBalloon':_0x242fed,'modelFragment':_0x4dd799,'anchorData':_0x2c5af8,'root':_0x452123},this['_setupApplyListeners'](),this['listenTo'](_0x242fed,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x242fed,'dialogClosed',(_0x4c3b99,{id:_0x6c8299})=>{if('aiActionsBalloon'===_0x6c8299){for(const _0xc03f2 of this['_interactions']){if(0x0===_0xc03f2['replies']['length']||_0xc03f2['stoppedExplicitly'])continue;const _0x482e57=_0xc03f2['replies'][_0xc03f2['replies']['length']-0x1],_0x4f671f=_0x482e57['changeGroups'][0x0];_0x4f671f&&'pending'===_0x4f671f['state']&&_0x482e57['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x242fed);}}),this['_createInteraction'](_0xfc3ed7,_0x296e36,_0x242fed,_0x1b2a07);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x455c2e,anchorData:_0x332a76,root:_0x56a4e8}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x455c2e,_0x332a76,_0x56a4e8,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x455c2e,_0x332a76,_0x56a4e8,!0x0);});}['_wrapWithCommonAncestors'](_0x3e2d8d,_0x422de8,_0x8939a7){const _0xe85a2d=this['editor']['model']['createRange'](_0x422de8,_0x8939a7)['getCommonAncestor'](),_0x43f80c=_0xe85a2d['is']('documentFragment')?[]:_0xe85a2d['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x43f80c['length']){const _0x50697f=_0x43f80c['map'](_0x3bef9c=>_0x3bef9c['_clone'](!0x1));for(let _0x11770e=0x1;_0x11770e<_0x50697f['length'];_0x11770e++)_0x50697f[_0x11770e-0x1]['_appendChild'](_0x50697f[_0x11770e]);return _0x50697f[_0x50697f['length']-0x1]['_appendChild'](_0x3e2d8d),new _0xc7ecd7(_0x50697f[0x0]);}return _0x3e2d8d;}['_copyMarkersToFragment'](_0x161d4d,_0x558c5b,_0x12e4a6={'isTableSelection':!0x1}){const _0x18371d=this['editor']['model'],_0x5632ac=Array['from'](_0x558c5b['getRanges']()),_0x541412=_0x558c5b['getFirstRange']()['start'];for(const _0x49aa9e of _0x18371d['markers']){if(_0x49aa9e['name']['startsWith']('ai-selection')||!_0x49aa9e['affectsData'])continue;const _0x3fa740=_0x49aa9e['getRange']();if(!_0x5632ac['some'](_0x5bce6a=>_0x5bce6a['containsRange'](_0x3fa740,!0x0)))continue;const _0x477ffd=this['_regularCalculateMarkerPath'](_0x3fa740['start'],_0x541412,_0x12e4a6['isTableSelection']),_0x2b145f=this['_regularCalculateMarkerPath'](_0x3fa740['end'],_0x541412,_0x12e4a6['isTableSelection']),_0x4ceb1a=_0x18371d['createPositionFromPath'](_0x161d4d,_0x477ffd),_0x386c9f=_0x18371d['createPositionFromPath'](_0x161d4d,_0x2b145f);if(!_0x4ceb1a['isEqual'](_0x386c9f)){const _0x591302=_0x18371d['createRange'](_0x4ceb1a,_0x386c9f);_0x161d4d['markers']['set'](_0x49aa9e['name'],_0x591302);}}}['_regularCalculateMarkerPath'](_0xe95488,_0x516f5b,_0x3e01f2=!0x1){const _0x16e88a=[..._0xe95488['path']['slice']()];for(let _0x1f92cd=0x0;_0x1f92cd<Math['max'](_0x516f5b['path']['length'],_0xe95488['path']['length']);_0x1f92cd++){const _0x4cd353=_0x516f5b['path'][_0x1f92cd]||0x0,_0x1acca3=(_0xe95488['path'][_0x1f92cd]||0x0)-_0x4cd353;if(_0x16e88a[_0x1f92cd]=_0x1acca3,0x0!==_0x1acca3&&!_0x3e01f2)break;}return _0x16e88a;}async['_createInteraction'](_0x1b9aa6,_0x57fe90,_0x2c8e84,_0x432800){const _0x116a1f=this['editor'],_0x2715bb=_0x116a1f['model']['document']['selection']['getFirstRange']()['start']['root'];this['_interactionParams']||(this['_interactionParams']={'action':_0x432800,'content':_0x1b9aa6,'version':_0x57fe90,'aiBalloon':_0x2c8e84,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':_0x2715bb});const _0x585197=new La({'connector':this['_aiConnector'],'locale':_0x116a1f['locale'],'content':_0x1b9aa6,'version':_0x57fe90,'editor':_0x116a1f,'rootName':_0x2715bb['rootName'],..._0x432800});this['_interactions']['push'](_0x585197);const _0x11c831=(_0x5be86b,_0x328d6a=!0x1,_0x2c1a34='streaming')=>{const {isDone:_0x39b28c}=_0x5be86b;return this['_promiseQueue']['enqueue'](async _0x512c53=>{try{const _0x1e5ac3=Us({'changeGroups':_0x5be86b['changeGroups'],'documentContextContent':_0x5be86b['documentContextContent'],'showDiff':_0x328d6a,'trimUnchanged':!0x1});_0x1e5ac3['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x1e5ac3[0x0],'renderingStrategy':_0x2c1a34,'abortSignal':_0x512c53}),_0x39b28c&&this['_actionsBalloonView']['finalizeContent']();}catch(_0x587b47){if(sn(_0x587b47))return;throw _0x587b47;}});};_0x585197['on']('replyCreated',(_0x4a633a,_0x35f986)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x11c831(_0x35f986)['catch'](_0x287f8c=>{this['_reporter']['logError'](_0x287f8c,{'context':{'operation':'reply-create'}}),this['_setErrorState'](_0x585197,_0x287f8c);});}),_0x585197['on']('replyContentUpdated',(_0x5459b8,_0x46f749)=>{_0x11c831(_0x46f749)['catch'](_0x54466f=>{this['_reporter']['logError'](_0x54466f,{'context':{'operation':'reply-update'}}),this['_setErrorState'](_0x585197,_0x54466f);});}),_0x585197['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x4d24e0){this['_reporter']['logError'](_0x4d24e0,{'context':{'operation':'interaction-finish'}}),this['_setErrorState'](_0x585197,_0x4d24e0);}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x5042b2,{showDiff:_0x4d1ade})=>{try{this['_balloonShowDiff']=_0x4d1ade;const _0x10d545=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x10d545&&await _0x11c831(_0x10d545,_0x4d1ade,'static');}catch(_0x530e7f){this['_reporter']['logError'](_0x530e7f,{'context':{'operation':'toggle-suggestion-display'}}),this['_setErrorState'](_0x585197,_0x530e7f);}}),_0x585197['on']('replyChangeGroupStateUpdated',()=>{const _0x45579b={'positiveCount':_0x585197['replies']['reduce']((_0x3689e8,_0x5eefd5)=>_0x3689e8+_0x5eefd5['changeGroups']['filter'](_0x25b1d3=>'accepted'===_0x25b1d3['state'])['length'],0x0),'totalCount':_0x585197['replies']['reduce']((_0x28a613,_0x7a1472)=>_0x28a613+_0x7a1472['changeGroups']['length'],0x0)},_0x529f04=_0x585197['actionCallId'],_0x28cae5=_0x585197['actionName'];_0x28cae5?this['_aiConnector']['upsertAIActionRating'](_0x28cae5,_0x529f04,_0x45579b):this['_aiConnector']['upsertCustomAIActionRating'](_0x529f04,_0x45579b);}),this['_setLoadingState']();try{const _0x335af0=await _0x585197['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x335af0;}catch(_0x503256){sn(_0x503256)||this['_actionsBalloonView']['hideLoader'](),this['_reporter']['logError'](_0x503256,{'context':{'operation':'create-interaction'}}),this['_setErrorState'](_0x585197,_0x503256);}}['_applyChanges'](_0x2287c2,_0x4f455d,_0x488acc,_0x396c38){const _0xbc66e0=this['editor'];if(_0x396c38&&!_0xbc66e0['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',null);const _0x7d1dc5=this['editor']['plugins']['get'](_0x3ea65d),_0x564857=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x564857||!_0x564857['replies']['length'])return;const _0x5de3cb=_0x564857['replies'][_0x564857['replies']['length']-0x1];_0x5de3cb['setChangeGroupState'](0x0,'accepted');const _0x5dd7c9=ks({'documentSuggestions':On({'groups':[_0x5de3cb['changeGroups'][0x0]],'documentContextContent':_0x5de3cb['documentContextContent'],'documents':_0x564857['getDocumentContext']()['documents']}),'transform':!0x1,'documentCompare':_0x7d1dc5,'documentCompareOptions':{'anchor':_0xbc66e0['model']['createPositionAt'](_0x2287c2,0x0),'markDeletions':_0x396c38}})['values']()['next']()['value']??[],_0x325a28=this['_filterOperationsOutsideRange'](_0x5dd7c9,_0x4f455d);for(const _0x131481 of _0x325a28)this['_anchorOperation'](_0x4f455d,_0x131481,_0x488acc);const _0x58afe2=_0x564857['getDocumentContext']()['documents'][0x0]['version'],_0x1f00ed=_0x1790d4(_0x325a28,_0xbc66e0['model']['document']['history']['getOperations'](_0x58afe2),{'document':_0xbc66e0['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];js(_0x1f00ed,'quickActions');try{_0xbc66e0['model']['change'](_0x43367b=>{if(_0x43367b['setSelection'](_0xbc66e0['model']['document']['selection']['focus']),_0x396c38)_0xbc66e0['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x1f00ed);else{for(const _0xc33d19 of _0x1f00ed)_0xc33d19['baseVersion']=_0xbc66e0['model']['document']['version'],Ns(_0xbc66e0,_0xc33d19),_0x43367b['batch']['addOperation'](_0xc33d19),_0xbc66e0['model']['applyOperation'](_0xc33d19);}});}catch(_0x4b82ff){throw this['_reporter']['logError'](new nn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x4b82ff})),_0x4b82ff;}this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x5d1f9f,_0xeadbe4){return _0x5d1f9f['filter'](_0x532fc2=>{if('rename'==_0x532fc2['type']){const _0x2deba0=_0x532fc2['position']['nodeAfter'];return!_0xeadbe4['has'](_0x2deba0);}if(_0x532fc2['type']['indexOf']('Attribute')>-0x1){const _0x1ba89d=_0x532fc2['range']['start']['nodeAfter'];return!_0xeadbe4['has'](_0x1ba89d);}return!0x0;});}['_anchorOperation'](_0x415c39,_0xafc38d,_0x2ecf43){const _0x4bc19c=_0xafc38d['clone']();for(const _0x56a2bb in _0xafc38d){const _0x33b8db=_0xafc38d[_0x56a2bb];_0x33b8db instanceof _0x5cca78?_0xafc38d[_0x56a2bb]=new _0x5cca78(_0x1d612e(_0x33b8db['start']),_0x1d612e(_0x33b8db['end'])):_0x33b8db instanceof _0x4c52aa&&(_0xafc38d[_0x56a2bb]=_0x1d612e(_0x33b8db));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x4bc19c['type'])){if(_0x4bc19c['isDocumentOperation']=!0x1,_0x4bc19c['baseVersion']=null,'remove'==_0x4bc19c['type']){const _0x20f44f=_0x4bc19c['sourcePosition'],_0x4a5b81=_0x4bc19c['howMany'];new _0x1bbc64(_0x20f44f,_0x4a5b81)['_execute']();}else _0x4bc19c['_execute']();}function _0x1d612e(_0x330cde){if('$graveyard'==_0x330cde['root']['rootName'])return _0x330cde;const _0xbdb2c6=[];let _0x3eef45=_0x330cde['root'];for(let _0x245340=0x0;_0x245340<_0x330cde['path']['length'];_0x245340++){const _0x1d88ae=_0x415c39['get'](_0x3eef45)||0x0;_0xbdb2c6[_0x245340]=_0x330cde['path'][_0x245340]+_0x1d88ae,_0x3eef45=_0x3eef45['getChildAtOffset'](_0x330cde['path'][_0x245340]);}return new _0x4c52aa(_0x2ecf43,_0xbdb2c6,_0x330cde['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x26cdb1,content:_0x34f810,version:_0x1d85ec,aiBalloon:_0x536abc}=this['_interactionParams'];this['_clearErrorState'](),this['_actionsBalloonView']['clearContent'](),this['_actionsBalloonView']['showLoader'](),this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),this['stopListening'](this['_actionsBalloonView']),this['_setupApplyListeners'](),this['_createInteraction'](_0x34f810,_0x1d85ec,_0x536abc,_0x26cdb1)['catch'](_0x56928b=>{this['_reporter']['logError'](_0x56928b,{'context':{'operation':'refresh-interaction'}});});}['_clearInteractionHistory'](){this['_interactions']=[],this['_interactionParams']=void 0x0,this['_currentInteractionIndex']=0x0,this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_stopInteraction'](){this['_interaction']&&this['_interaction']['stop'](),this['_promiseQueue']['abort'](),this['isBusy']=!0x1,this['_interactionParams']&&this['_actionsBalloonView']['stopAutoScroll']();}['_navigateToPrevious'](){const _0x2a4420=this['_interactions']['length'];this['_currentInteractionIndex']<_0x2a4420-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x21e15a){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x21e15a;const _0x306241=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x306241)return;if(_0x306241['hasError'])return this['_setErrorState'](_0x306241),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x306241['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x51ea9e=_0x306241['replies'][_0x306241['replies']['length']-0x1];if(_0x51ea9e)try{const _0x518d96=Us({'changeGroups':_0x51ea9e['changeGroups'],'documentContextContent':_0x51ea9e['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0x3fb1b3=>setTimeout(_0x3fb1b3,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x518d96[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x44701b){this['_reporter']['logError'](_0x44701b,{'context':{'operation':'navigation-update'}});}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x52cc6f,_0x40d2f0){if(void 0x0!==_0x40d2f0&&sn(_0x40d2f0))return;const _0x39de00=ls(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x39de00),_0x52cc6f['hasError']=!0x0,await this['_promiseQueue']['queueEmptyPromise'],this['_actionsBalloonView']['setErrorState'](),this['_actionsBalloonView']['toggleIsLoading'](!0x0);}['_clearErrorState'](){this['_actionsBalloonView']['hideError'](),this['_actionsBalloonView']['toggleIsLoading'](!0x1);}async['_clearLoadingState'](){await this['_promiseQueue']['queueEmptyPromise'],this['isBusy']=!0x1,this['_actionsBalloonView']['setIsLoading'](!0x1);}},Ba=class extends _0x5bc74c{static get['requires'](){return[Oa,ya,Ua];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x170fc6){super(_0x170fc6),_0x170fc6['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}},Ga=class extends _0x4708a3{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x2eb848,_0x3bec9e){super(_0x2eb848),this['id']=_0x3bec9e,this['set']('status','pending'),this['set']('changeId',_0x3bec9e),this['resultResponseView']=this['_createResultResponseView'](),this['acceptButtonView']=this['_createAcceptButtonView'](),this['dismissButtonView']=this['_createDismissButtonView'](),this['infoButtonView']=this['_createInfoButtonView'](),this['outdatedButtonView']=this['_createOutdatedButtonView'](),this['set']('isInfoToggleOn',!0x1),this['set']('isActive',!0x1),this['set']('showDiff',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-result',this['bindTemplate']['if']('isActive','ck-ai_review__check-run-result_active')]},'on':{'click':this['bindTemplate']['to']('click'),'mouseover':this['bindTemplate']['to']('mouseover'),'mouseout':this['bindTemplate']['to']('mouseout')},'children':[this['resultResponseView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-footer']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-run-result-action-buttons']},'children':[this['acceptButtonView'],this['dismissButtonView'],this['outdatedButtonView']]},this['infoButtonView']]}]}),this['on']('click',(_0x201e51,_0x5b0e6d)=>{_0x5b0e6d&&_0x5b0e6d['target']&&'A'===_0x5b0e6d['target']['tagName']&&_0x5b0e6d['preventDefault'](),this['fire']('activateChange',{'id':_0x3bec9e,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x3bec9e,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x3bec9e,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x3b54b0=new _0x4708a3(this['locale']);return _0x3b54b0['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content','ck-reset_all-excluded','ck-ai_review__check-run-result-response',this['bindTemplate']['if']('showDiff','ck-hidden',_0x10c12a=>!_0x10c12a)]}}),_0x3b54b0;}['_createAcceptButtonView'](){const _0x267c92=new Pt(this['locale']);return _0x267c92['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x267c92['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x40bc97=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x40bc97['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x116b64=>'pending'!==_0x116b64&&'accepted'!==_0x116b64),this['bindTemplate']['if']('status',hn,_0x5b0594=>'pending'===_0x5b0594),this['bindTemplate']['if']('status',cn,_0x343087=>'pending'!==_0x343087),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x3201b5=>'accepted'===_0x3201b5)]}}),this['on']('change:status',(_0x47d4e8,_0x31368d,_0x59750c)=>{_0x267c92['isEnabled']='pending'===_0x59750c,'accepted'===_0x59750c&&(_0x267c92['label']=ls(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x267c92['icon']=_0x1fb55b);}),_0x267c92;}['_createDismissButtonView'](){const _0x6d63cc=new Pt(this['locale']);return _0x6d63cc['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x6d63cc['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x51e47d=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x51e47d['stopPropagation']();})},'attributes':{'class':[cn,this['bindTemplate']['if']('status','ck-hidden',_0x50b04a=>'pending'!==_0x50b04a&&'rejected'!==_0x50b04a),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x5d7bdf=>'pending'===_0x5d7bdf),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0xfc1a2f=>'rejected'===_0xfc1a2f)]}}),this['on']('change:status',(_0x114ddf,_0x3f5d8a,_0x134861)=>{_0x6d63cc['isEnabled']='pending'===_0x134861,'rejected'===_0x134861&&(_0x6d63cc['label']=ls(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x6d63cc['icon']=_0x544e33);}),_0x6d63cc;}['_createInfoButtonView'](){const _0x30abb3=new Pt(this['locale']);return _0x30abb3['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x181c93,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':cn+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x30abb3['bind']('isOn')['to'](this,'isInfoToggleOn',_0x3da429=>_0x3da429),_0x30abb3['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x30abb3;}['_createOutdatedButtonView'](){const _0x486eb6=new Pt(this['locale']);return _0x486eb6['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':_0x37848a,'withText':!0x0,'isEnabled':!0x1}),_0x486eb6['extendTemplate']({'attributes':{'class':[cn,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x4827d5=>'outdated'!==_0x4827d5)],'disabled':'disabled'}}),_0x486eb6;}},Fa=class extends Nt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x77152b,_0x43fe71){super(_0x77152b),this['set']({'isVisible':!0x1,'position':'arrow_se','class':null,'top':0x0,'left':0x0}),this['extendTemplate']({'tag':'div','attributes':{'class':['ck-reset'],'tabindex':'-1'}}),this['set']('isDiffActive',!0x1),this['content']['add'](this['_createContentView']()),_0x43fe71['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x44246e){this['resultItemView']['changeId']=_0x44246e['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x44246e['contentDiffed'];}['showBalloon'](_0x550c13,_0x2a2d09,_0xd5bf0c,_0x2b182f,_0x29f344,_0x4106af){const _0x2d1c4a=_0x2a2d09();if(!_0x2d1c4a)return;this['updateContent'](_0x550c13),this['show']();const _0x134d30=Array['from'](_0x2d1c4a['getClientRects']())['reverse'](),_0x3ecc30=this['_getPointedRectIndexFromEvent'](_0xd5bf0c,_0x134d30),_0x3784f4=_0x134d30[_0x3ecc30??0x0];'click'===_0x2b182f?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x2a2d09(),_0x3ecc30,_0x550c13['id'],_0x29f344,_0x4106af)||_0x3784f4})):'hover'===_0x2b182f&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x2a2d09(),_0x3ecc30,_0x550c13['id'])||_0x3784f4}));}['hideBalloon'](){this['hide'](),this['unpin'](),this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetElement']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}['hideDiffInBalloon'](){this['resultItemView']['showDiff']=!0x1;}['showDiffInBalloon'](){this['resultItemView']['showDiff']=!0x0;}['deactivateChange'](){this['fire']('deactivateChange',{'origin':'balloon'});}['_setupClickOutsideHandler'](){_0xfcbf0e({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0x54faba=[this['element']];return this['_pinnedTargetElement']&&_0x54faba['push'](this['_pinnedTargetElement']),_0x54faba;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x39d131=new _0x4708a3();return this['resultItemView']=new Ga(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x39d131['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-ai_review-balloon-panel-suggestion',this['bindTemplate']['if']('isDiffActive','ck-ai_review-balloon-panel-suggestion_diff-active')]},'children':[{'tag':'p','attributes':{'class':['ck-ai_review__suggestion-text']},'children':[this['resultItemView']]}]}),_0x39d131;}['_getBestRectPositionOnClick'](_0x4588f4,_0xdbab87,_0x14039b,_0x18bf2e,_0x4171f0){if(!_0x4588f4)return null;const _0x4d351d=this['position']['replace']('arrow_',''),_0x1716e0=Array['from'](_0x4588f4['getClientRects']());let _0xaea994,_0x15ed93=_0x1716e0['reverse']();return void 0x0!==_0xdbab87&&this['_isPinnedRectVisible'](_0x15ed93[_0xdbab87],_0x18bf2e,_0x4171f0)?(_0xaea994=_0x15ed93[_0xdbab87],this['_pinnedRectIndex']=_0xdbab87):this['_isPinnedRectVisible'](_0x15ed93[0x0],_0x18bf2e,_0x4171f0)&&void 0x0===_0xdbab87?_0xaea994=_0x15ed93[0x0]:(_0x15ed93='s'==_0x4d351d[0x0]?[..._0x1716e0]['reverse']():_0x1716e0,_0x15ed93['forEach'](_0x22dc76=>{this['_isPinnedRectVisible'](_0x22dc76,_0x18bf2e,_0x4171f0)&&(_0xaea994=_0x22dc76);})),this['_pinnedTargetChangeId']=_0x14039b,this['_pinnedTargetElement']=_0x4588f4,_0xaea994||_0x4588f4['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x171cc1,_0x4a3dac,_0x1b1abb){if(!_0x171cc1)return null;const _0xbb4801=Array['from'](_0x171cc1['getClientRects']())['reverse']();return void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x4a3dac&&this['_pinnedTargetChangeId']!==_0x1b1abb?(this['_pinnedRectIndex']=_0x4a3dac,this['_pinnedTargetElement']=_0x171cc1,this['_pinnedTargetChangeId']=_0x1b1abb,_0xbb4801[_0x4a3dac]):void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x1b1abb?_0x171cc1!==this['_pinnedTargetElement']?Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']]:_0xbb4801[this['_pinnedRectIndex']]:void 0x0!==_0x4a3dac&&this['_pinnedTargetChangeId']!==_0x1b1abb?(this['_pinnedRectIndex']=_0x4a3dac,this['_pinnedTargetElement']=_0x171cc1,this['_pinnedTargetChangeId']=_0x1b1abb,_0xbb4801[_0x4a3dac]):_0x171cc1['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x7fc5fc,_0x4ecd48){if(_0x7fc5fc)for(let _0xa7dd85=0x0;_0xa7dd85<_0x4ecd48['length'];_0xa7dd85++){const _0x1a45b6=_0x4ecd48[_0xa7dd85];if(_0x7fc5fc['clientX']>=_0x1a45b6['left']-0x3&&_0x7fc5fc['clientX']<=_0x1a45b6['right']+0x3&&_0x7fc5fc['clientY']>=_0x1a45b6['top']-0x3&&_0x7fc5fc['clientY']<=_0x1a45b6['bottom']+0x3)return _0xa7dd85;}}['_isPinnedRectVisible'](_0x8a5a8e,_0xa0e4df,_0x4becfc){const _0x1fab86=new gt(_0x8a5a8e),_0x5e3d65=_0xa0e4df||document['documentElement'],_0x3ea27c=_0x1fab86['getIntersection'](mt(_0x4becfc)),_0x5496f1=new gt(_0x5e3d65)['getIntersection'](_0x1fab86);return!!(_0x3ea27c&&_0x5496f1&&_0x1fab86['width']>0x0);}};const Ka=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];var Wa=class extends _0x3abc0e{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[hs];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x28264f){super(_0x28264f),this['_bodyCollection']=un(this['context']['locale']),this['_mainView']=this['createMainView'](),this['_mainView']['delegate'](...Ka)['to'](this),this['_balloonSuggestionView']=new Fa(this['context']['locale'],this['_bodyCollection']),this['_balloonSuggestionView']['delegate']('acceptChange','dismissChange','deactivateChange')['to'](this);}['init'](){const _0x60a837=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x60a837);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x47d277){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x43b680=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x47d277,_0x43b680);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x1c4116){_0x1c4116&&('error-general'!==_0x1c4116['status']?'error-chunk'!==_0x1c4116['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x47ea43){this['_mainView']['addCheckRunResult'](_0x47ea43);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x4930){this['_mainView']['showGeneralReviewCoreErrorView'](_0x4930??ls(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x49ca52,_0xf4da88){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x49ca52,_0xf4da88);}['setActiveStateInResults'](_0x5a2363){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x36337b=>{_0x36337b['id']===_0x5a2363&&_0x36337b['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x43b4ae=>_0x43b4ae['setItemAsInactive']());}['updateChangeState'](_0x4b3126,_0x5e6992){'accepted'===_0x5e6992||'rejected'===_0x5e6992||'outdated'===_0x5e6992?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x4b3126,_0x5e6992):this['_mainView']['reviewCheckResultsView']['showResult'](_0x4b3126,_0x5e6992);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x22bd96,_0x36ae5f,_0x549bc3,_0xeb73a9,_0x276b52,_0x3a7d0c){this['_balloonSuggestionView']['showBalloon'](_0x22bd96,_0x36ae5f,_0x549bc3,_0xeb73a9,_0x276b52,_0x3a7d0c);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x60fb93){const _0x569cdc=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x309d69=>_0x309d69['id']===_0x60fb93);return _0x569cdc?_0x569cdc['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}},Ya=class extends _0x4708a3{constructor(_0x45a75b){super(_0x45a75b),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x27470e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x27470e['if']('isVisible','ck-hidden',_0x334076=>!_0x334076)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x27470e['to']('errorMessage')}]}]});}},$a=class extends _0x4708a3{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x29e6cc,_0x2f3201){super(_0x29e6cc),this['reviewCoreHeader']=_0x2f3201['header'],this['generalErrorView']=new Ya(_0x29e6cc),this['reviewCheckListView']=_0x2f3201['list'],this['reviewCheckListView']['delegate'](...Ka)['to'](this),this['reviewCheckResultsView']=_0x2f3201['results'],this['reviewCheckResultsView']['delegate'](...Ka)['to'](this),this['reviewCompletedView']=_0x2f3201['completed'],this['reviewCompletedView']['delegate']('finishReview')['to'](this),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isLoading',!0x1),this['reviewCheckResultsView']['set']('isResultReady',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-review','ck-rounded-corners'],'dir':'ltr'},'children':[this['reviewCoreHeader'],this['generalErrorView'],this['reviewCheckListView'],this['reviewCheckResultsView'],this['reviewCompletedView']]});}['showReviewCheckListView'](){this['reviewCheckListView']['resetAllParameterizedChecks'](),this['reviewCheckListView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x1);}['showReviewCheckResultsView'](){this['hideActionsWhenResultIsReady'](),this['reviewCheckResultsView']['resetErrorState'](),this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCheckResultsView']['clearResults'](),this['reviewCheckResultsView']['set']('isLoading',!0x0),this['reviewCheckResultsView']['set']('isCompleted',!0x1);}['addCheckRunResult'](_0x4ad0b8){this['reviewCheckResultsView']['addResult'](_0x4ad0b8),this['reviewCheckResultsView']['set']('isLoading',!0x1);}['showReviewCompletedView'](){this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isCompleted',!0x0),this['reviewCheckListView']['set']('isVisible',!0x1);}['showActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']?(this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x0),this['reviewCompletedView']['set']('isVisible',!0x1)):this['reviewCheckResultsView']['isResultReady']=!0x0;}['showNoChangesView'](){this['reviewCheckListView']['set']('isVisible',!0x1),this['reviewCheckResultsView']['set']('isVisible',!0x1),this['reviewCompletedView']['set']('isVisible',!0x0);}['hideActionsWhenResultIsReady'](){this['reviewCheckResultsView']['isResultReady']=!0x1;}['showGeneralReviewCoreErrorView'](_0x203d15){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x203d15;}['showGeneralResultsErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showGeneralErrorMessage']();}['showChunkErrorView'](){this['reviewCheckResultsView']['set']('isLoading',!0x1),this['showActionsWhenResultIsReady'](),this['reviewCheckResultsView']['showChunkErrorMessage']();}},qa=class extends Pt{constructor(_0x7d0b94,_0x1ceee4){super(_0x1ceee4),this['set']({'label':_0x7d0b94,'withText':!0x0,'class':an}),this['on']('execute',()=>{this['fire']('finishReview');});}},Qa=class extends Xt{['_resultViews'];['_resultsHeader'];['_resultsBody'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x394e20,_0x300061){super(_0x394e20),this['_contents']=_0x300061,this['_resultViews']=new _0x4f88bc(),this['_cancelButtonView']=this['_createCancelButtonView'](),this['_acceptAllButtonView']=this['_createAcceptAllButtonView'](),this['_exitReviewButtonView']=this['_createExitReviewButtonView'](),this['_toggleDiffButtonView']=this['_createToggleDiffButtonView'](),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](),this['_resultsHeader']=this['_createResultHeaderView'](),this['_resultsBody']=this['_createResultsBodyView'](),this['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new Mo(_0x394e20),this['set']('isLoading',!0x1),this['set']('isToggleDiffOn',!0x1),this['set']('isResultReady',!0x1),this['set']('headerTitle',''),this['set']('headerSubtitle',''),this['set']('isError',!0x1),this['set']('showErrorMessage',!0x1),this['set']('errorType','general'),this['set']('isCompleted',!0x1);const _0x2e86c4=this['_createCombinedSkeletonLoader'](),_0x1620d2=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x1620d2['if']('isLoading','ck-ai_review__check-run_loading',_0x37ba63=>_0x37ba63),_0x1620d2['if']('isResultReady','ck-ai_review__check-run_ready',_0x572a4c=>_0x572a4c),_0x1620d2['if']('isVisible','ck-hidden',_0x18471c=>!_0x18471c)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0x2e86c4,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x4176cb){const _0x170a9d=new Ga(this['locale'],_0x4176cb['id']);_0x170a9d['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x170a9d),_0x170a9d['resultResponseView']['element']['innerHTML']=_0x4176cb['contentDiffed'];}['hideResult'](_0x3d578b,_0x3e6c58){if('pending'===_0x3e6c58)return;const _0x5b2fb1=this['_resultViews']['find'](_0x3f864c=>_0x3f864c['id']===_0x3d578b);_0x5b2fb1&&(_0x5b2fb1['status']=_0x3e6c58,_0x5b2fb1['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x5e5116,_0x565114){if('pending'!==_0x565114)return;const _0x528913=this['_resultViews']['find'](_0x204ea5=>_0x204ea5['id']===_0x5e5116);_0x528913&&(_0x528913['status']=_0x565114,_0x528913['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0xbdd38f,_0x190f51){this['headerTitle']=_0xbdd38f,this['headerSubtitle']=_0x190f51||'';}['showChunkErrorMessage'](){this['errorType']='chunk',this['showErrorMessage']=!0x0;}['showGeneralErrorMessage'](){this['isError']=!0x0,this['errorType']='general',this['showErrorMessage']=!0x0;}['resetErrorState'](){this['isError']=!0x1,this['errorType']='general',this['showErrorMessage']=!0x1;}['_createSkeletonLoader'](){return new Xn(this['locale'],zn['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0x589790=new _0x4708a3(this['locale']),_0x16333e=[];for(let _0x3ee374=0x0;_0x3ee374<0x10;_0x3ee374++){const _0x117e2a=this['_createSkeletonLoader']();_0x117e2a['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x16333e['push'](_0x117e2a);}return _0x589790['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0xd15814=>!_0xd15814)]},'children':_0x16333e}),_0x589790;}['_createResultsBodyView'](){const _0x337059=new _0x4708a3(this['locale']);return _0x337059['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x6b4e86=>_0x6b4e86)]},'children':this['_resultViews']}),_0x337059;}['_createErrorView'](){const _0xde967=new _0x4708a3(this['locale']),_0x3285eb=new Pt(this['locale']),t=this['locale']['t'];return _0xde967['delegate']('retryReview')['to'](this),_0x3285eb['set']({'label':t('Try\x20again'),'withText':!0x0,'class':hn+'\x20ck-ai_review__check-run-error-retry-button'}),_0x3285eb['on']('execute',()=>{this['fire']('retryReview');}),_0xde967['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x24557a=>!_0x24557a),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x50d084=>'chunk'===_0x50d084)]},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error','ck-ai-notification__full-width','ck-ai_review__check-run-error-message',this['bindTemplate']['if']('errorType','ck-ai-notification_warning',_0x4df38b=>'chunk'===_0x4df38b)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x2c834b=>'general'!==_0x2c834b)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x1ed803=>'chunk'!==_0x1ed803)]},'children':[{'text':ls(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x3285eb]}),_0xde967;}['_createCancelButtonView'](){const _0x47e989=new Pt(this['locale']);return _0x47e989['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[hn+'\x20ck-ai-button-stop-generating'],'icon':et}),_0x47e989['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x40423e=>_0x40423e),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3a82e2=>_0x3a82e2)]}}),_0x47e989['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x47e989;}['_createToggleDiffButtonView'](){const _0x2d9445=new Pt(this['locale']);_0x2d9445['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x2d9445['bind']('isEnabled')['to'](this,'isError',_0x4dbf8a=>!_0x4dbf8a),_0x2d9445['extendTemplate']({'attributes':{'class':[hn,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x5ef2d4=>!_0x5ef2d4),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x5c0cf5=>_0x5c0cf5)]}});const _0x30dd63=ls(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x56a130=ls(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x2d9445['bind']('isOn')['to'](this,'isToggleDiffOn',_0x450523=>_0x450523),_0x2d9445['bind']('icon')['to'](this,'isToggleDiffOn',_0x45effe=>_0x45effe?_0x2e3b97:_0x225cf3),_0x2d9445['bind']('label')['to'](this,'isToggleDiffOn',_0x18fff0=>_0x18fff0?_0x30dd63:_0x56a130),_0x2d9445['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x2d9445;}['_createAcceptAllButtonView'](){const _0x551992=new Pt(this['locale']);return _0x551992['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x551992['bind']('isEnabled')['to'](this,'isError',_0x92bb38=>!_0x92bb38),_0x551992['extendTemplate']({'attributes':{'class':[an,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x1d2000=>!_0x1d2000),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x247bb2=>_0x247bb2)]}}),_0x551992['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x551992;}['_createExitReviewButtonView'](){const _0x379345=new Pt(this['locale']);return _0x379345['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x379345['extendTemplate']({'attributes':{'class':[cn,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x5ca80e=>!_0x5ca80e),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x7e66cc=>_0x7e66cc)]}}),_0x379345['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x379345;}['_createResultHeaderView'](){const _0x1ff4b7=new _0x4708a3(this['locale']),_0x37c170=this['_createTitleView']();return _0x1ff4b7['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x2993e8=>_0x2993e8)]},'children':[_0x37c170,{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0xec92f9=>!_0xec92f9)],'title':ls(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')},'children':[{'text':ls(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x1ff4b7;}['_createTitleView'](){const _0x2b10ea=new _0x4708a3(this['locale']),_0x56c7fc=new cr();return _0x56c7fc['bind']('isVisible')['to'](this,'isResultReady',_0x4c53e4=>!_0x4c53e4),_0x2b10ea['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x143cdf=>_0x143cdf)]},'children':[_0x56c7fc,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-title']},'children':[{'text':this['bindTemplate']['to']('headerTitle')}]},{'tag':'span','attributes':{'class':['ck-ai_review__check-run-results-header-subtitle']},'children':[{'text':this['bindTemplate']['to']('headerSubtitle')}]}]}]}),_0x2b10ea;}['_createFinishReviewButtonView'](){const _0x1d2086=new qa(ls(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x1d2086['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2eeebf=>!_0x2eeebf)]}}),_0x1d2086['delegate']('finishReview')['to'](this),_0x1d2086;}},Xa=class extends Xt{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x1ba60e,_0x292b9b){super(_0x1ba60e),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x292b9b['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x292b9b['headerText']);const _0x32015a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x32015a['if']('isVisible','ck-hidden',_0x4dd96c=>!_0x4dd96c)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-content']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-content-icon']},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':['ck-ai_review__review-completed-content-text']},'children':[{'text':_0x292b9b['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x78fcd0){const _0x3486ef=new qa(_0x78fcd0,this['locale']);return _0x3486ef['delegate']('finishReview')['to'](this),_0x3486ef;}['_createResultHeaderView'](_0x2c0218){const _0x448793=new _0x4708a3(this['locale']);return _0x448793['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title'],'title':_0x2c0218},'children':[{'text':_0x2c0218}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x448793;}},za=class extends _0x4708a3{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0xcc6dd2,_0x460534){super(_0xcc6dd2),this['_defaultValue']=_0x460534['default']||(_0x460534['data']['length']>0x0?_0x460534['data'][0x0]['id']:''),this['_defaultLabel']=_0x460534['data']['find'](_0x3d6c18=>_0x3d6c18['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x353e74(this['locale']);const _0x2a0509=this['_prepareListOptions'](_0x460534['data']);_0x41c9a7(this['_dropdownView'],_0x2a0509,{'role':'menu','ariaLabel':_0x460534['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x4d550a=>{_0x4d550a['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x792d2a=>{this['formValue']=_0x792d2a['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x792d2a['source']['model']['label'];}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai_review__check-list-item-parameterized-form-element','ck-ai_review__check-list-item-parameterized-form-element_dropdown']},'children':[this['_dropdownView']]});}['resetToDefault'](){this['formValue']=this['_defaultValue'],this['_dropdownView']['buttonView']['label']=this['_defaultLabel'];}['_prepareListOptions'](_0x55b4c3=[]){const _0xe6edcd=new ht();this['resetToDefault']();for(const _0x4f7055 of _0x55b4c3){const _0x128088=new _0x2d4237({'label':_0x4f7055['label'],'withText':!0x0,'role':'menuitemradio','id':_0x4f7055['id'],'model':_0x4f7055});_0x128088['bind']('isOn')['to'](this,'formValue',_0x5f35e5=>_0x5f35e5===_0x128088['id']);const _0x4e4544={'type':'button','model':_0x128088};_0xe6edcd['add'](_0x4e4544);}return _0xe6edcd;}},ja=class extends Xt{['_formItem']=null;constructor(_0x34eac4,_0x1d9c53,_0x3f1b7a){if(super(_0x34eac4),this['argsKey']=_0x1d9c53?.['argsKey'],'dropdown'===_0x1d9c53['formType'])this['_formItem']=new za(this['locale'],_0x1d9c53);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x17aec=new Ft(this['locale'],{'children':[this['_formItem']],'class':[_0x3f1b7a?'ck-form__row_with-submit':'']});_0x3f1b7a&&_0x17aec['children']['add'](_0x3f1b7a),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x17aec]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}},Ja=class AIReviewCorePromptInputView extends _0xd400c4{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x1c804b){super(_0x1c804b),this['set']('isEmpty',!0x0),this['keystrokes']=new dt(),this['minRows']=AIReviewCorePromptInputView['MIN_ROWS'],this['maxRows']=AIReviewCorePromptInputView['MAX_ROWS'],this['extendTemplate']({'attributes':{'id':'ai-review-prompt-input','class':['ck','ck-review__prompt-input']}});}['render'](){super['render'](),this['on']('update',()=>{this['isEmpty']=''===this['element']['value']?.['trim']();}),this['keystrokes']['listenTo'](this['element']);}},Za=class extends _0x4708a3{['focusTracker']=new ut();['keystrokes']=new dt();['focusCycler'];['_focusables']=new _0x4f88bc();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x370f04,_0xd16276,_0x266003=!0x1){super(_0x370f04),this['_check']=_0xd16276,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0xd16276['defaultModel']?_0xd16276['defaultModel']['id']:'',this['_defaultLabel']=_0xd16276['defaultModel']?_0xd16276['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new $t(this['locale'],()=>new Ja(_0x370f04)),this['promptInputView']['fieldView']['bind']('value')['to'](this,'prompt'),this['promptInputView']['fieldView']['on']('input',()=>{this['prompt']=this['promptInputView']['fieldView']['element']['value'];}),this['_modelSelectionDropdown']=this['_createModelSelectionDropdown'](),this['_modelSelectionDropdownItems']=new ht(),this['_modelNameView']=this['_createModelNameView'](),this['_setModelList'](_0x266003),_0x41c9a7(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']),this['actionsFooterView']=this['_createActionsFooterView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions']},'children':[new Ft(this['locale'],{'children':[this['promptInputView']]}),new Ft(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x57b8dc,_0x4e7878)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x4e7878()):_0x4e7878();}),this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}));}['render'](){super['render'](),[this['promptInputView'],this['_modelSelectionDropdown'],this['cancelButtonView'],this['submitButtonView']]['forEach'](_0x1bb80d=>{this['_focusables']['add'](_0x1bb80d),this['focusTracker']['add'](_0x1bb80d['element']);}),this['keystrokes']['listenTo'](this['element']);}get['modelDefaultValue'](){return this['_defaultValue'];}get['modelDefaultLabel'](){return this['_defaultLabel'];}['resetToDefault'](){this['prompt']='',this['modelId']=this['modelDefaultValue'],this['_modelSelectionDropdown']['buttonView']['label']=this['modelDefaultLabel'],this['resetFormValidationStatus']();}['resetFormValidationStatus'](){this['promptInputView']['errorText']='';}['_isValid'](){this['resetFormValidationStatus']();for(const _0x58e255 of this['_getFormValidators']()){const _0x552dba=_0x58e255();if(_0x552dba)return this['promptInputView']['errorText']=_0x552dba,!0x1;}return!0x0;}['_getFormValidators'](){return[()=>{if(0x0===this['promptInputView']['fieldView']['value']?.['trim']()['length'])return ls(this['locale'],'AI_REVIEW_MODE_PROMPT_EMPTY_ERROR');}];}['_createSubmitButtonView'](){const _0x169bff=new Pt(this['locale']),t=this['locale']['t'];return _0x169bff['set']({'label':t('Submit'),'withText':!0x0,'class':an}),_0x169bff['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x169bff;}['_createCancelButtonView'](){const _0x102961=new Pt(this['locale']),t=this['locale']['t'];return _0x102961['set']({'label':t('Cancel'),'withText':!0x0,'class':cn}),_0x102961['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x3eee34=>{_0x3eee34['stopPropagation']();})}}),_0x102961['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x102961;}['_setModelList'](_0x48c7b8){this['_modelSelectionDropdownItems']['clear']();const _0x7be5c=this['_check']['models'];if(_0x48c7b8)this['set']('modelDisplayMode','hidden');else{const _0x3d0bd2=0x1===_0x7be5c['length'];this['set']('modelDisplayMode',_0x3d0bd2?'name':'selector');}if(this['resetToDefault'](),_0x7be5c?.['length']){0x1===_0x7be5c['length']&&this['set']('activeModelName',_0x7be5c[0x0]['name']||_0x7be5c[0x0]['id']);for(const _0x1b85cb of _0x7be5c){const _0x17db51=new _0x2d4237({'label':_0x1b85cb['name'],'withText':!0x0,'role':'menuitemradio','id':_0x1b85cb['id'],'model':_0x1b85cb});_0x17db51['bind']('isOn')['to'](this,'modelId',_0x5721e2=>_0x5721e2===_0x1b85cb['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x17db51,'labelView':new eh(this['locale'],_0x1b85cb)});}}}['_createModelSelectionDropdown'](){const _0x56259c=_0x353e74(this['locale']);return _0x56259c['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x56259c['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':cn}),_0x56259c['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x3cc79f=>'selector'===_0x3cc79f),this['listenTo'](_0x56259c,'execute',_0x330552=>{this['modelId']=_0x330552['source']['model']['id'],_0x56259c['buttonView']['label']=_0x330552['source']['label'];}),_0x56259c;}['_createModelNameView'](){const _0x38698d=new th(this['locale']);return _0x38698d['bind']('text')['to'](this,'activeModelName',_0x20c180=>_0x20c180??''),_0x38698d['bind']('isVisible')['to'](this,'modelDisplayMode',_0x3e771f=>'name'===_0x3e771f),_0x38698d;}['_createActionsFooterView'](){const _0x7eb915=new _0x4708a3(this['locale']);return _0x7eb915['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-custom-actions-footer']},'children':[this['_modelSelectionDropdown'],this['_modelNameView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-custom-actions-buttons']},'children':[this['cancelButtonView'],this['submitButtonView']]}]}),_0x7eb915;}},th=class extends _0x4708a3{constructor(_0x28a9c6){super(_0x28a9c6),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x4cd246=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x4cd246['if']('isVisible','ck-hidden',_0x382bcd=>!_0x382bcd)]},'children':[{'text':_0x4cd246['to']('text')}]});}},eh=class extends Lt{constructor(_0x3cf0c0,_0x4da8fc){super();const _0x29dd9d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x29dd9d['to']('style'),'id':_0x29dd9d['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x29dd9d['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x4da8fc['description']||'']}]}]});}},ih=class extends Xt{['_formItemsCollection']=new _0x4f88bc();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x57800f,_0x3ec7cb,_0x31ef7d,_0x59e5af=!0x1){super(_0x57800f),this['_hideModels']=_0x59e5af,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x3ec7cb['isParameterized']);const _0xbeca85=this['_createIconView']();this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item',this['bindTemplate']['if']('isParametrizedViewOpen','ck-ai_review__check-list-item_selected',_0x510806=>_0x510806),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x3048cc=>_0x3048cc)],'style':{'--ck-ai-review-check-list-item-index':_0x31ef7d}},'on':{'click':this['bindTemplate']['to']('click')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-main-content']},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-title']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__check-list-item-title-text']},'children':[{'text':_0x3ec7cb['title']}]},_0xbeca85]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x3ec7cb['description']?[{'text':_0x3ec7cb['description']}]:[]}]}]},..._0x3ec7cb['isParameterized']?[this['_createParameterizedView'](_0x3ec7cb)]:[],...'custom'===_0x3ec7cb['id']?[this['_createCustomView'](_0x3ec7cb,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x3ec7cb['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x3ec7cb['id'],'args':_0x3ec7cb['useArgs']?_0x3ec7cb['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0xfcbf0e({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x978594=>{_0x978594['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x45a1b2=new Wt();return _0x45a1b2['content']=_0x50ee10,_0x45a1b2['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x45a1b2;}['_createParameterizedView'](_0x105d17){const _0x1e418a=new _0x4708a3(),_0x4b8299=this['_createFormView'](_0x105d17);return _0x1e418a['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x2cc897=>!_0x2cc897)]},'children':[_0x4b8299]}),_0x1e418a;}['_createFormView'](_0x5b0bcc){const _0x1b6c97=new _0x4708a3(),_0x6565e2=Array['isArray'](_0x5b0bcc['options'])?_0x5b0bcc['options']:[],_0x58638b=new Pt(this['locale']),t=this['locale']['t'];_0x58638b['set']({'label':t('Submit'),'withText':!0x0,'class':an}),_0x58638b['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x2f3f72=>{_0x2f3f72['stopPropagation']();})}}),_0x58638b['on']('execute',()=>{const _0xf44044=[],_0x2e429b={};this['_formItemsCollection']['forEach'](_0x14f66b=>{_0xf44044['push'](_0x14f66b['value']),_0x5b0bcc['useArgs']&&_0x5b0bcc['options']&&(_0x2e429b[_0x14f66b['argsKey']]=_0x14f66b['value']);}),this['fire']('runReviewCheck',{'id':_0x5b0bcc['id'],'params':_0xf44044['length']?_0xf44044:void 0x0,'args':Object['keys'](_0x2e429b)['length']?_0x2e429b:void 0x0});});const _0x440a09=_0x6565e2['length'];return _0x6565e2['forEach']((_0x73bf1,_0x40439c)=>{const _0x49ac03=_0x40439c===_0x440a09-0x1;this['_formItemsCollection']['add'](new ja(this['locale'],_0x73bf1,_0x49ac03?_0x58638b:null));}),_0x1b6c97['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x1b6c97;}['_createCustomView'](_0x45b367,_0x520a5d=!0x1){return this['_customCheckView']=new Za(this['locale'],_0x45b367,_0x520a5d),this['_customCheckView']['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-parameterized','ck-ai_review__check-list-item-parameterized_custom',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0xdd5885=>!_0xdd5885)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x1a1277,_0x158f94,_0x10d563)=>{_0x10d563||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}},sh=class extends Xt{['_checkViews'];constructor(_0x52e8fb){super(_0x52e8fb),this['_checkViews']=new _0x4f88bc(),this['_setupTemplate']();}['setChecks'](_0x14d969,_0x31a652=!0x1){this['_checkViews']['clear']();for(const [_0x18ac8e,_0x4eff6f]of _0x14d969['entries']()){const _0x17652c=new ih(this['locale'],_0x4eff6f,_0x18ac8e,_0x31a652);_0x17652c['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x17652c);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x1a4bd1 of this['_checkViews'])_0x1a4bd1 instanceof ih&&_0x1a4bd1['resetToDefault']();}['_setupTemplate'](){const _0x556b26=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x556b26['if']('isVisible','ck-hidden',_0x3bd610=>!_0x3bd610)]},'children':this['_checkViews']});}},nh=class extends Wa{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x29ea0e=this['context']['plugins']['get']('AITabs'),_0x54fd67=this['context']['locale'],_0xafbaff=new Ho(_0x54fd67,{'label':ls(_0x54fd67,'AI_REVIEW_MODE'),'icon':_0x2f914c,'class':'ck-ai-header_review','showResizeButton':_0x29ea0e['showResizeButton']});return _0xafbaff['delegate']('resizeTabs')['to'](_0x29ea0e),_0xafbaff['bind']('isMaximized')['to'](_0x29ea0e['view'],'isMaximized',_0x321cad=>_0x321cad),new $a(this['context']['locale'],{'header':_0xafbaff,'list':new sh(_0x54fd67),'results':new Qa(_0x54fd67,{'generalErrorText':ls(_0x54fd67,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new Xa(_0x54fd67,{'headerText':ls(_0x54fd67,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':ls(_0x54fd67,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':ls(_0x54fd67,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x1ef95a=this['context']['plugins']['get']('AITabs');_0x1ef95a['view']['on']('activateTab',(_0xded163,{newTab:_0x2e2c59,oldTab:_0x2695ff})=>{'reviewMode'===_0x2e2c59?this['fire']('getReviewCheckList'):'reviewMode'===_0x2695ff&&this['fire']('leaveReview');}),_0x1ef95a['view']['addTab']({'id':'reviewMode','buttonLabel':ls(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x2f914c,'order':0x0,'content':this['_mainView']});}};const rh='review-',oh=['softBreak'],ah=['htmlScript','htmlStyle','htmlCustomElement'];var hh=class extends _0x3abc0e{static get['requires'](){return[_0x3ea65d,As];}static get['pluginName'](){return'AIReviewCoreEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_markers']=new Map();['_activeMarkers']=new Set();['_domEmitter'];['_eventEmitter'];['_reviewEditingAttachedEditors']=new WeakSet();['_boundEditables']=new WeakMap();constructor(_0x4f77a2){super(_0x4f77a2),this['_domEmitter']=new(ct())(),this['_eventEmitter']=new(lt())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x37f96c=_0x4c4283=>this['_scheduleAttachReviewEditingToEditor'](_0x4c4283);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x5a1597)return void _0x37f96c(this['context']);const _0x452057=this['context'];for(const _0x5eac20 of _0x452057['editors'])_0x37f96c(_0x5eac20);this['listenTo'](_0x452057['editors'],'add',(_0x3be8e0,_0x10744c)=>{_0x37f96c(_0x10744c);}),this['listenTo'](_0x452057['editors'],'remove',(_0x551cce,_0x3bb223)=>{for(const [_0x1b6a67,_0xf28fda]of this['_markers'])_0xf28fda['editor']===_0x3bb223&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x1b6a67,'changeId':_0xf28fda['groupId']}),this['_markers']['delete'](_0x1b6a67));});}['_scheduleAttachReviewEditingToEditor'](_0xe5e25a){const _0x390b06=()=>{'destroyed'!==_0xe5e25a['state']&&_0xe5e25a['conversion']&&this['_attachReviewEditingToEditor'](_0xe5e25a);};if('ready'===_0xe5e25a['state'])return void _0x390b06();const _0x3c1aa7=()=>{this['stopListening'](_0xe5e25a,'ready',_0x3c1aa7),_0x390b06();};this['listenTo'](_0xe5e25a,'ready',_0x3c1aa7);}['_attachReviewEditingToEditor'](_0x11fac8){this['_reviewEditingAttachedEditors']['has'](_0x11fac8)||(_0x11fac8['conversion']['for']('editingDowncast')['markerToElement']({'model':rh+'insert','view':(_0xa0a1f1,{writer:_0x273553})=>{const _0x19b6b1=this['_markers']['get'](_0xa0a1f1['markerName']),_0x1793c9={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x19b6b1?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0xa0a1f1['markerName']};return _0x273553['createUIElement']('span',_0x1793c9,function(_0x5a706c){const _0x2bdaf6=this['toDomElement'](_0x5a706c);return _0x2bdaf6['innerHTML']=_0x19b6b1?.['content']?.['asString']||'',_0x2bdaf6;});}}),_0x11fac8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-only','view':_0x14d241=>{const _0x11a657=this['_markers']['get'](_0x14d241['markerName']),_0x381873=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x11a657?.['id']||'')&&_0x381873['push']('ck-ai_review__change_active'),{'classes':_0x381873,'attributes':{'data-marker-id':_0x14d241['markerName']}};}}),_0x11fac8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-context','view':_0x3fe61c=>{const _0x18b4b9=this['_markers']['get'](_0x3fe61c['markerName']),_0x3cdc8b=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x18b4b9?.['id']||'')&&_0x3cdc8b['push']('ck-ai_review__change_active'),{'classes':_0x3cdc8b,'attributes':{'data-marker-id':_0x3fe61c['markerName']}};}}),_0x11fac8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-text','view':_0x5316fb=>{const _0x43c999=this['_markers']['get'](_0x5316fb['markerName']),_0x1d02e1=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x43c999?.['id']||'')&&_0x1d02e1['push']('ck-ai_review__change_active'),{'classes':_0x1d02e1,'attributes':{'data-marker-id':_0x5316fb['markerName']}};}}),_0x11fac8['conversion']['for']('dataDowncast')['markerToElement']({'model':rh+'suggestion-context','view':(_0x10e3e8,{writer:_0x1f858b})=>_0x1f858b['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x10e3e8['isOpening']?'start':'end')})}),_0x11fac8['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x32a933,'view':_0x4907b2}),this['_updateMouseMarkerInteractionListeners'](_0x11fac8),this['listenTo'](_0x11fac8,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x11fac8),{'priority':'lowest'}),this['listenTo'](_0x11fac8,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x11fac8),{'priority':'lowest'}),_0x11fac8['model']['document']['registerPostFixer'](_0xa2e435=>this['_validateMarkers'](_0x11fac8,_0xa2e435)),_0x11fac8['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x11fac8)),this['_reviewEditingAttachedEditors']['add'](_0x11fac8));}['_updateMouseMarkerInteractionListeners'](_0x2313f2){let _0x4f2e7c=this['_boundEditables']['get'](_0x2313f2);_0x4f2e7c||(_0x4f2e7c=new Map(),this['_boundEditables']['set'](_0x2313f2,_0x4f2e7c));const _0x2540e6=new Set(_0x2313f2['ui']['getEditableElementsNames']());for(const _0x1d292b of _0x2540e6){if(_0x4f2e7c['has'](_0x1d292b))continue;const _0x586996=_0x2313f2['ui']['getEditableElement'](_0x1d292b);_0x4f2e7c['set'](_0x1d292b,_0x586996),this['_attachMouseMarkerInteractionListeners'](_0x586996);}for(const [_0x1a6aef,_0x4114ff]of _0x4f2e7c)_0x2540e6['has'](_0x1a6aef)||(_0x4f2e7c['delete'](_0x1a6aef),this['_domEmitter']['stopListening'](_0x4114ff));}['_attachMouseMarkerInteractionListeners'](_0x4d2de3){this['_domEmitter']['listenTo'](_0x4d2de3,'mouseup',(_0x1efe4e,_0x1635e5)=>{const _0x47560d=_0x1635e5['target'],_0x30548f=this['_findMarkerElement'](_0x47560d);if(!_0x30548f)return;const _0x359c37=_0x30548f['getAttribute']('data-marker-id'),_0x1cddd4=_0x359c37['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x359c37,'changeId':_0x1cddd4,'markerElement':()=>this['_findMarkerElementById'](_0x359c37),'domEvent':_0x1635e5});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x4d2de3,'mouseover',(_0x3505dd,_0x17e8a3)=>{const _0x532bc2=_0x17e8a3['target'],_0x25d0f0=_0x17e8a3['relatedTarget'];let _0x27b52e=this['_findMarkerElement'](_0x532bc2);if(!_0x27b52e&&_0x25d0f0&&(_0x27b52e=this['_findMarkerElement'](_0x25d0f0)),!_0x27b52e)return;const _0x10ecec=_0x27b52e['getAttribute']('data-marker-id'),_0x278362=_0x10ecec['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x278362,'markerElement':()=>this['_findMarkerElementById'](_0x10ecec),'domEvent':_0x17e8a3});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x1c2d83((_0x1cfb94,_0x26a56e)=>{const _0x13bf4f=_0x26a56e['target'];this['_findMarkerElement'](_0x13bf4f)||_0x13bf4f['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x24138d=this['context']['plugins']['get']('AIEditing'),_0x5223dd=us(this['context']);if(!_0x5223dd['length'])throw new at('ai-get-editor-from-context-no-editor',this);const _0x4c7b15=new Set(),_0x54bf54=[],_0x281c2=new Map();for(const _0x15d85e of _0x5223dd)for(const _0x49f8bd of _0x15d85e['model']['document']['getRoots']()){if('$graveyard'===_0x49f8bd['rootName'])continue;const _0x5d7d39=this['_buildDocumentDataSliceForRoot'](_0x15d85e,_0x49f8bd,_0x24138d,_0x4c7b15);_0x54bf54['push'](_0x5d7d39['content']);for(const [_0xe5e75f,_0x3ea46e]of _0x5d7d39['elements'])_0x281c2['set'](_0xe5e75f,_0x3ea46e);}return{'elements':_0x281c2,'content':_0x54bf54['join']('')};}['_buildDocumentDataSliceForRoot'](_0x2e27c7,_0x55e3cb,_0x3361ed,_0x21d070){const _0x251663=_0x2e27c7['model'],_0x18cc1d=new _0xc7ecd7();for(const _0x194822 of _0x55e3cb['getChildren']())_0x18cc1d['_appendChild'](_0x194822['_clone'](!0x0));for(const _0x124325 of _0x251663['markers']){const _0x1db0ff=_0x124325['getRange']();_0x1db0ff&&_0x1db0ff['root']['rootName']===_0x55e3cb['rootName']&&_0x18cc1d['markers']['set'](_0x124325['name'],this['_changeRangeOwnerDocument'](_0x1db0ff['clone'](),_0x18cc1d));}const _0x388e94=new Map(),_0x5cd14f=_0x251663['document']['version'],_0x5396d0=new _0x7bd257({'ignoreElementEnd':!0x0,'startPosition':_0x251663['createPositionAt'](_0x18cc1d,0x0)});for(const {item:_0x5417fc}of _0x5396d0){if(_0x5417fc['is']('element')&&_0x5417fc['name']&&ah['includes'](_0x5417fc['name'])){const _0x528a0f=this['_upsertDataId'](_0x5417fc,()=>_0x3361ed['_nextDataId'](_0x21d070));_0x21d070['add'](_0x528a0f);}if(!_0x5417fc['is']('$textProxy'))continue;const _0x596cdc=_0x5417fc['parent'];if(!_0x596cdc||!_0x596cdc['is']('element'))continue;const _0x8ad90d=this['_upsertDataId'](_0x596cdc,()=>_0x3361ed['_nextDataId'](_0x21d070));_0x21d070['add'](_0x8ad90d);for(const _0x2e20f7 of _0x596cdc['getChildren']())_0x2e20f7['is']('element')&&(_0x2e20f7['name']&&oh['includes'](_0x2e20f7['name'])||_0x21d070['add'](this['_upsertDataId'](_0x2e20f7,()=>_0x3361ed['_nextDataId'](_0x21d070))));let _0x111c23=_0x596cdc;for(;_0x111c23['parent']&&!_0x111c23['parent']['is']('documentFragment');)_0x111c23=_0x111c23['parent'],_0x111c23['hasAttribute'](_0x32a933)&&_0x111c23['_removeAttribute'](_0x32a933);_0x388e94['set'](_0x8ad90d,{'editor':_0x2e27c7,'rootName':_0x55e3cb['rootName'],'path':_0x596cdc['getPath'](),'documentVersion':_0x5cd14f,'getContent':this['_createGetContentUsingDataIdFn'](_0x111c23['_clone'](!0x0),_0x8ad90d,_0x2e27c7['data'])}),_0x5396d0['jumpTo'](_0x251663['createPositionAfter'](_0x596cdc));}return{'content':_0x2e27c7['data']['processor']['toData'](_0x2e27c7['data']['toView'](_0x18cc1d)),'elements':_0x388e94};}['diffContent'](_0x4728cd,_0x4204a8,_0x5a68cc,_0x4bdc14=!0x1){const {contentInitial:_0x353c0a,contentNew:_0x507913}=this['_neutralizeChangesOnUnsupportedElements'](_0x4204a8,_0x5a68cc),_0x1372c8=[],_0x5e65d1=_0x4728cd['data']['parse'](_0x507913,'$documentFragment'),_0x384e9e=_0x4728cd['data']['parse'](_0x353c0a,'$documentFragment'),_0x953eea=_0x4728cd['model']['createPositionAt'](_0x384e9e,0x0);if(this['_haveSingleTopLevelElement'](_0x5e65d1)){if(!this['_hasSameTopLevelElement'](_0x384e9e,_0x5e65d1))return _0x1372c8;}else{const _0x417521=_0x4728cd['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x384e9e,_0x417521)||!this['_haveOnlyInlineContent'](_0x5e65d1,_0x417521))return _0x1372c8;}const _0x2e6d4d=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x353c0a,_0x507913,{'targetEditor':_0x4728cd,'anchor':_0x953eea,'markDeletions':!0x0})['getOperations']()['filter'](_0x1199f5=>'insert'===_0x1199f5['type']||'marker'===_0x1199f5['type']&&_0x1199f5['name']['startsWith']('$markedRemove')),_0x36e858=this['_groupAdjacentOperations'](_0x2e6d4d),_0x44492e=[];if(_0x4bdc14){if(_0x36e858['length']){const _0x420e36=_0x36e858[0x0]['operations'][0x0],_0x5d9647='insert'===_0x420e36['type']?_0x420e36['position']:_0x420e36['newRange']['start'],_0x5cfbcb=this['_getPositionLimitingRange'](_0x5d9647,_0x4728cd,'inside'),_0x2d27ee=_0x5cfbcb?_0x5e65d1['getChild'](0x0)['getChildren']():_0x5e65d1['getChildren'](),_0x36576a=_0x5cfbcb||_0x4728cd['model']['createRangeIn'](_0x384e9e),_0x354715=[new _0x414b93('$markedRemove:synthetic'+Ot(),null,_0x36576a,_0x4728cd['model']['document']['model']['markers'],!0x0,_0x4728cd['model']['document']['version']+0x1),new _0x40b89f(_0x36576a['end'],_0x2d27ee,_0x4728cd['model']['document']['version']+0x2)];_0x44492e['push']({'operations':_0x354715,'operationsIsolated':_0x354715,'groupOffset':0x0});}}else _0x44492e['push'](..._0x36e858);let _0x1801fc=0x0;return _0x4728cd['model']['change'](_0x491f02=>{for(let _0x4aec6a=0x0;_0x4aec6a<_0x44492e['length'];_0x4aec6a++){const _0x2374a9=_0x44492e[_0x4aec6a],_0x9677ed=_0x491f02['createDocumentFragment']();for(const _0x3822fe of _0x384e9e['getChildren']())_0x491f02['append'](_0x3822fe['_clone'](!0x0),_0x9677ed);for(const _0x22c79b of _0x2374a9['operationsIsolated'])if('insert'===_0x22c79b['type']){const _0x2b22c8=_0x22c79b;_0x2b22c8['baseVersion']=null,_0x2b22c8['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x2b22c8,_0x9677ed),_0x491f02['batch']['addOperation'](_0x22c79b),_0x4728cd['model']['applyOperation'](_0x22c79b);const _0x16970f='suggestion:insertion:id:authorId:'+_0x1801fc++,_0x336ca0=_0x4728cd['model']['createRange'](_0x2b22c8['position'],_0x2b22c8['position']['getShiftedBy'](_0x2b22c8['howMany']));_0x9677ed['markers']['set'](_0x16970f,_0x336ca0);}else{if('marker'===_0x22c79b['type']&&_0x22c79b['name']['startsWith']('$markedRemove')){const _0xef4f18=_0x22c79b,_0x3d9ed1='suggestion:deletion:id:authorId:'+_0x1801fc++;this['_changeOperationOwnerDocument'](_0xef4f18,_0x9677ed),_0x9677ed['markers']['set'](_0x3d9ed1,_0xef4f18['newRange']);}}if(_0x4bdc14)_0x1372c8['push']({..._0x2374a9,'context':this['_createGetContentFn'](_0x384e9e,_0x4728cd['data']),'content':this['_createGetContentFn'](_0x384e9e,_0x4728cd['data'])});else{const _0x1d3c0c=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x2374a9['operationsIsolated'][0x0]),_0x9677ed),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x2374a9['operationsIsolated'][_0x2374a9['operationsIsolated']['length']-0x1]),_0x9677ed),_0x4728cd);_0x9677ed['markers']['set'](rh+'suggestion-context',new _0x5cca78(_0x1d3c0c['start'],_0x1d3c0c['end'])),_0x1372c8['push']({..._0x2374a9,'context':this['_createGetContextFn'](_0x9677ed,_0x4728cd['data'],{'ellipsisBefore':_0x1d3c0c['hasContentBefore'],'ellipsisAfter':_0x1d3c0c['hasContentAfter']}),'content':this['_createGetContentFn'](_0x9677ed,_0x4728cd['data'])});}}}),_0x1372c8;}['markChangePositionInEditorContent'](_0x3ba20c,_0x44611a){if(!_0x3ba20c['length'])return;const _0x39cdf7=_0x3ba20c[0x0]['parent']['id'],_0xc7d3cd=_0x44611a['elements']['get'](_0x39cdf7);if(!_0xc7d3cd)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x39cdf7);const _0x266013=_0xc7d3cd['path'],_0x508a1e=_0xc7d3cd['editor'],_0x90dcc6=_0x508a1e['model']['document']['getRoot'](_0xc7d3cd['rootName']);if(!_0x90dcc6)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0xc7d3cd['rootName']);const _0x2c4a46=_0x508a1e['model']['document']['history']['getOperations'](_0xc7d3cd['documentVersion']),_0x41b575=[];for(const _0x2e83a1 of _0x3ba20c){const _0x5307b4=_0x2e83a1['operationsIsolated']['map'](_0x303878=>this['_translateOperationToEditorContent'](_0x303878,_0x266013,_0x90dcc6));if(!_0x5307b4||!_0x5307b4['length'])continue;const _0x224948=_0x5307b4['every'](_0x4e2210=>'marker'===_0x4e2210['type']&&_0x4e2210['name']['startsWith']('$markedRemove')),_0x37b09e=_0x1790d4(_0x5307b4,_0x2c4a46,{'document':_0x508a1e['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];for(const _0x148c57 of _0x37b09e)if('insert'===_0x148c57['type']){const _0x4cc67d=_0x148c57,_0x1045be=_0x4cc67d['nodes'];_0x508a1e['model']['change'](_0x364092=>{const _0x4018d1=_0x364092['createDocumentFragment']();for(const _0x17d5c5 of _0x1045be)_0x364092['append'](_0x17d5c5['_clone'](!0x0),_0x4018d1);_0x41b575['push']({'start':_0x4cc67d['position'],'end':_0x4cc67d['position'],'type':'insert','groupId':_0x2e83a1['id'],'content':{'asString':this['_createGetContentFn'](_0x4018d1,_0x508a1e['data'])(),'asFragment':_0x4018d1}});});}else{if('marker'===_0x148c57['type']&&_0x148c57['name']['startsWith']('$markedRemove')){const _0x5d4c9d=_0x148c57;let _0x46c94a='remove-text';if(_0x224948){const _0x76906f=this['_findAdjacentContextDistance'](_0x5d4c9d['newRange']['start'],'backward',_0x508a1e['model']['schema']),_0x59692a=this['_findAdjacentContextDistance'](_0x5d4c9d['newRange']['end'],'forward',_0x508a1e['model']['schema']);if(_0x76906f||_0x59692a){const _0x1d0e10=_0x5d4c9d['newRange']['start']['getShiftedBy'](-_0x76906f),_0x28c94c=_0x5d4c9d['newRange']['end']['getShiftedBy'](_0x59692a);_0x41b575['push']({'start':_0x1d0e10,'end':_0x28c94c,'groupId':_0x2e83a1['id'],'type':'remove-context'});}else _0x46c94a='remove-only';}_0x41b575['push']({'start':_0x5d4c9d['newRange']['start'],'end':_0x5d4c9d['newRange']['end'],'groupId':_0x2e83a1['id'],'type':_0x46c94a});}}}this['_insertMarkers'](_0x41b575,_0x508a1e);}['clearAllMarkers'](){const _0x16e966=new Map();for(const _0x54a579 of this['_markers']['keys']()){const _0x5a092f=this['_markers']['get'](_0x54a579);_0x5a092f?.['editor']&&(_0x16e966['has'](_0x5a092f['editor'])||_0x16e966['set'](_0x5a092f['editor'],[]),_0x16e966['get'](_0x5a092f['editor'])['push'](_0x54a579));}for(const [_0x5292a6,_0xf1eda2]of _0x16e966)_0x5292a6['model']['change'](_0x4b16e5=>{for(const _0x585f41 of _0xf1eda2)_0x5292a6['model']['markers']['get'](_0x585f41)&&_0x4b16e5['removeMarker'](_0x585f41);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x21cb3d of us(this['context']))_0x21cb3d['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x32b144 of us(this['context']))_0x32b144['disableReadOnlyMode']('ai-review');}['applyChange'](_0x562081,_0x33973c=null){const _0xe92b40=_0x562081['map'](_0x170b15=>this['_getMarkersDataForGroup'](_0x170b15))['flat'](),_0x18e797=new Map();for(const _0x5804dd of _0xe92b40)_0x18e797['has'](_0x5804dd['editor'])||_0x18e797['set'](_0x5804dd['editor'],[]),_0x18e797['get'](_0x5804dd['editor'])['push'](_0x5804dd);for(const [_0x40a959,_0x18420f]of _0x18e797){const _0x5302ad=_0x40a959['model'],_0x400e32=_0x40a959['plugins']['has']('TrackChangesEditing')?_0x40a959['plugins']['get']('TrackChangesEditing'):null,_0x138a30=_0x33973c&&_0x400e32?new Set(_0x400e32['getSuggestions']()['map'](_0x1547f6=>_0x1547f6['id'])):null;_0x5302ad['change'](_0x4816ff=>{const _0x7b11e=_0x4816ff['batch']['operations']['length'];for(const _0x53cf22 of _0x18420f){const _0x3a0ceb=_0x40a959['model']['markers']['get'](_0x53cf22['id']);if(_0x3a0ceb){if('insert'===_0x53cf22['type']){if(!_0x53cf22['content'])continue;_0x5302ad['insertContent'](_0x53cf22['content']['asFragment']||null,_0x3a0ceb['getRange']()['start']);}else'remove-text'!==_0x53cf22['type']&&'remove-only'!==_0x53cf22['type']||_0x5302ad['deleteContent'](_0x5302ad['createSelection'](_0x3a0ceb['getRange']()));_0x4816ff['removeMarker'](_0x53cf22['id']),this['_markers']['delete'](_0x53cf22['id']);}}if(_0x33973c&&(js(_0x4816ff['batch']['operations']['slice'](_0x7b11e),_0x33973c),_0x400e32)){for(const _0x16763e of _0x400e32['getSuggestions']())_0x138a30['has'](_0x16763e['id'])||_0x16763e['setAttribute']('@ai',{'type':_0x33973c});}});}}['rejectChange'](_0x1ccb29){const _0x33b5d7=this['_getMarkersDataForGroup'](_0x1ccb29),_0x3b36f3=new Map();for(const _0x3d8ce0 of _0x33b5d7)_0x3b36f3['has'](_0x3d8ce0['editor'])||_0x3b36f3['set'](_0x3d8ce0['editor'],[]),_0x3b36f3['get'](_0x3d8ce0['editor'])['push'](_0x3d8ce0);for(const [_0x2424e1,_0x417d2c]of _0x3b36f3)_0x2424e1['model']['change'](_0x1608e9=>{for(const _0x224042 of _0x417d2c)_0x1608e9['removeMarker'](_0x224042['id']),this['_markers']['delete'](_0x224042['id']);});}['getEditor'](){return ds(this['context']);}['getEditors'](){return us(this['context']);}['getEditorForChange'](_0x59c3e){return this['_getMarkersDataForGroup'](_0x59c3e)[0x0]?.['editor'];}['getMarkerElementForChange'](_0x1adf6a){const _0x50739e=Array['from'](this['_markers']['values']())['filter'](_0x2fd4f3=>_0x2fd4f3['groupId']===_0x1adf6a);if(!_0x50739e['length'])return null;const _0x8a8db5=0x1===_0x50739e['length']?_0x50739e[0x0]:this['_sortMarkers'](_0x50739e)[0x0],_0x7ca58a=_0x8a8db5['editor']['model']['markers']['get'](_0x8a8db5['id']);return _0x7ca58a?{'modelRange':_0x7ca58a['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x8a8db5['id'])}:null;}['getContentElementForChange'](_0x11e3bf){const _0x561e79=Array['from'](this['_markers']['values']())['filter'](_0x3e6673=>_0x3e6673['groupId']===_0x11e3bf);if(!_0x561e79['length'])return null;const _0x129a90=0x1===_0x561e79['length']?_0x561e79[0x0]:this['_sortMarkers'](_0x561e79)[0x0],_0x19f4f4=_0x129a90['editor'],_0x27e378=_0x19f4f4['model']['markers']['get'](_0x129a90['id']);if(!_0x27e378)return null;const _0x142f41=_0x27e378['getRange'](),_0x17e64c=_0x19f4f4['editing']['view']['getDomRoot'](_0x142f41['root']['rootName'])||_0x19f4f4['editing']['view']['getDomRoot']();if(!_0x17e64c||!_0x142f41)return null;let _0x3da0b2=_0x142f41['start']['parent'];for(;_0x3da0b2['parent']&&!_0x3da0b2['parent']['is']('rootElement');)_0x3da0b2=_0x3da0b2['parent'];if(!_0x3da0b2||!_0x3da0b2['name'])return null;const _0x26abb6=_0x17e64c['querySelector']('[data-marker-id=\x22'+_0x129a90['id']+'\x22]');if(!_0x26abb6)return null;let _0x39a1a6=null;_0x19f4f4['model']['change'](_0x554e75=>{_0x39a1a6=_0x554e75['createDocumentFragment'](),_0x554e75['append'](_0x3da0b2['_clone'](!0x0),_0x39a1a6);});const _0x5ab19f=_0x19f4f4['data']['toView'](_0x39a1a6)['getChild'](0x0);return _0x26abb6['closest'](_0x5ab19f['name']);}['reactivateMarkers'](_0x11537e){const _0xa5ae58=this['_getMarkersDataForGroup'](_0x11537e);if(!_0xa5ae58['length'])return;const _0x5df3d2=Array['from'](this['_activeMarkers'])['sort'](),_0x510501=Array['from'](new Set(_0xa5ae58['map'](_0x5052ff=>_0x5052ff['id'])))['sort']();_0x5df3d2['join']('|')!==_0x510501['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x11537e));}['setMarkersInElementAsActive'](_0x580bd0){const _0x2d27f7=this['_getMarkersDataForGroup'](_0x580bd0);if(!_0x2d27f7['length'])return;const _0x590d29=_0x2d27f7[0x0]['editor'],_0x3b617=new Set(_0x2d27f7['map'](_0x29714a=>_0x29714a['id'])),_0x3a5dcb=Array['from'](_0x3b617['values']())['map'](_0x529d78=>_0x590d29['model']['markers']['get'](_0x529d78))['filter'](_0x21994d=>!!_0x21994d);_0x3b617['forEach'](_0x235b7b=>{this['_activeMarkers']['add'](_0x235b7b);}),_0x590d29['model']['change'](()=>{_0x3a5dcb['forEach'](_0x5d3b53=>{_0x590d29['editing']['reconvertMarker'](_0x5d3b53);});});}['setAllMarkersAsInactive'](){const _0x3efa52=Array['from'](this['_activeMarkers']);if(!_0x3efa52['length'])return;this['_activeMarkers']['clear']();const _0x27661f=new Map();for(const _0x14d58c of _0x3efa52){const _0x1976c8=this['_markers']['get'](_0x14d58c);if(!_0x1976c8)continue;const _0x56affb=_0x1976c8['editor'],_0x111e4f=_0x56affb['model']['markers']['get'](_0x14d58c);_0x111e4f&&(_0x27661f['has'](_0x56affb)||_0x27661f['set'](_0x56affb,[]),_0x27661f['get'](_0x56affb)['push'](_0x111e4f));}for(const [_0x30e810,_0x11d6e7]of _0x27661f)_0x30e810['model']['change'](()=>{_0x11d6e7['forEach'](_0x48aa36=>{_0x30e810['editing']['reconvertMarker'](_0x48aa36);});});}['_getPositionLimitingRange'](_0x266509,_0x566d33,_0x52acfa='outside'){if(!_0x266509)return null;let _0x19e378=_0x266509['parent'];for(;_0x19e378&&_0x19e378['parent']&&!_0x19e378['parent']['is']('rootElement')&&!_0x566d33['model']['schema']['isLimit'](_0x19e378)&&!_0x566d33['model']['schema']['isBlock'](_0x19e378);)_0x19e378=_0x19e378['parent'];if(!_0x19e378||!_0x19e378['name']||_0x19e378['is']('rootElement'))return null;let _0x449fcb=null;return _0x566d33['model']['change'](_0x4cc211=>{_0x449fcb='inside'===_0x52acfa?_0x4cc211['createRangeIn'](_0x19e378):_0x4cc211['createRangeOn'](_0x19e378);}),_0x449fcb;}['_validateMarkers'](_0x1f20c7,_0x4ca90f){const _0x5ab410=Array['from'](this['_markers']['keys']()),_0x34ce44=new Map();for(const _0x49131e of _0x5ab410){const _0x4db79e=_0x1f20c7['model']['markers']['get'](_0x49131e);if(!_0x4db79e)continue;const _0x1dd402=_0x4db79e['getStart']()['root']['rootName']+':'+_0x4db79e['getStart']()['path'][0x0];_0x34ce44['has'](_0x1dd402)||_0x34ce44['set'](_0x1dd402,[]),_0x34ce44['get'](_0x1dd402)['push'](_0x4db79e);}const _0x2f576c=new Set();for(const _0x1be190 of _0x1f20c7['model']['document']['differ']['getChanges']()){let _0x41a540='',_0x3e613b=null;if('insert'===_0x1be190['type'])_0x3e613b=new _0x5cca78(_0x1be190['position'],_0x1be190['position']['getShiftedBy'](_0x1be190['length'])),_0x41a540=_0x1be190['position']['root']['rootName']+':'+_0x1be190['position']['path'][0x0];else{if('remove'!==_0x1be190['type'])continue;_0x3e613b=new _0x5cca78(_0x1be190['position']),_0x41a540=_0x1be190['position']['root']['rootName']+':'+_0x1be190['position']['path'][0x0];}const _0x868407=_0x34ce44['get'](_0x41a540)||[];if(_0x868407['length']){for(const _0x1ba3d4 of _0x868407)if(_0x3e613b['root']['rootName']===_0x1ba3d4['getRange']()['root']['rootName']&&('insert'!==_0x1be190['type']||!_0x3e613b['containsRange'](_0x1ba3d4['getRange']()))&&(_0x3e613b['isIntersecting'](_0x1ba3d4['getRange']())||_0x3e613b['start']['isTouching'](_0x1ba3d4['getRange']()['end'])||_0x3e613b['end']['isTouching'](_0x1ba3d4['getRange']()['start']))){const _0x567179=this['_parseMarkerName'](_0x1ba3d4['name']);Array['from'](this['_markers']['values']())['filter'](_0x226145=>_0x226145['groupId']===_0x567179['groupId'])['forEach'](_0x4319f4=>_0x2f576c['add'](_0x4319f4['id']));}}}if(_0x2f576c['size']){for(const _0x3ea71c of _0x2f576c)_0x4ca90f['removeMarker'](_0x3ea71c);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x2a169d){for(const {name:_0x478cf6,data:_0x4f413c}of _0x2a169d['model']['document']['differ']['getChangedMarkers']()){if(!_0x478cf6['startsWith'](rh))continue;const _0x12bd87=_0x4f413c['oldRange'],_0x3273dd=_0x4f413c['newRange'],_0x2666db=_0x12bd87&&'$graveyard'===_0x12bd87['root']['rootName'],_0xcf5d83=_0x3273dd&&'$graveyard'===_0x3273dd['root']['rootName'];if(_0x2666db&&_0xcf5d83)continue;const _0x5616c1=this['_parseMarkerName'](_0x478cf6);this['_markers']['get'](_0x478cf6)&&(_0xcf5d83||!_0x3273dd?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x478cf6,'changeId':_0x5616c1['groupId']}):_0x2666db&&_0x3273dd&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x478cf6,'changeId':_0x5616c1['groupId']}));}}['_parseMarkerName'](_0x5e0224){const _0x1c4676=_0x5e0224['split'](':'),_0x43ecc3=(_0x1c4676[0x1]||'')['split']('_');return{'prefix':_0x1c4676[0x0],'groupId':_0x43ecc3[0x0],'suffix':_0x43ecc3[0x1]};}['_translateOperationToEditorContent'](_0x343a30,_0xeece80,_0x54b32a){if('insert'===_0x343a30['type']){const _0x118ddc=_0x343a30;return new _0x40b89f(this['_changePosition'](_0xeece80['concat'](_0x118ddc['position']['offset']),_0x54b32a),_0x118ddc['nodes'],_0x118ddc['baseVersion']);}if('marker'===_0x343a30['type']&&_0x343a30['name']['startsWith']('$markedRemove')){const _0x33788e=_0x343a30;return new _0x414b93(_0x33788e['name'],_0x33788e['oldRange'],this['_changeRange'](_0x33788e['newRange'],_0xeece80['concat'](_0x33788e['newRange']['start']['offset']),_0xeece80['concat'](_0x33788e['newRange']['end']['offset']),_0x54b32a),_0x33788e['_markers'],_0x33788e['affectsData'],_0x33788e['baseVersion']);}return _0x343a30;}['_groupAdjacentOperations'](_0x3665f9){if(!_0x3665f9['length'])return[];const _0x2924c8=[];let _0x2499df=0x0,_0x2f2d69=0x0,_0x1b5159=[];for(let _0x4ae7c5=0x0;_0x4ae7c5<=_0x3665f9['length'];_0x4ae7c5++){const _0x253da9=_0x3665f9[_0x4ae7c5],_0x18d3ac=_0x3665f9[_0x4ae7c5-0x1];!_0x253da9||_0x18d3ac&&!this['_getOperationEnd'](_0x18d3ac)['isTouching'](this['_getOperationStart'](_0x253da9))?(_0x2924c8['push']({'operations':_0x1b5159,'operationsIsolated':_0x1b5159['map'](_0x2b2da0=>this['_shiftOperation'](_0x2b2da0['clone'](),-_0x2f2d69)),'groupOffset':_0x2499df}),_0x1b5159=_0x253da9?[_0x253da9]:[],_0x2f2d69+=_0x2499df,_0x2499df=0x0):_0x1b5159['push'](_0x253da9),_0x253da9&&'insert'===_0x253da9['type']&&(_0x2499df+=_0x253da9['howMany']);}return _0x2924c8;}['_findAdjacentContextDistance'](_0x3118cd,_0x2db0d3,_0xc24ef1,_0x2a908a=0x1){const _0x503c08=new _0x7bd257({'startPosition':_0x3118cd,'direction':_0x2db0d3});let _0x1a89a6=0x0;for(let _0x3e26dc=0x0;_0x3e26dc<_0x2a908a;_0x3e26dc++){let _0x5afb88=0x0,_0x5bb2ef=!0x1,_0x7ceff0='forward'===_0x2db0d3?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x51d716}of _0x503c08)if(_0x51d716['is']('$textProxy')){const _0x2e0040=_0x7ceff0['exec'](_0x51d716['data']);if(_0x2e0040&&_0x2e0040['length']){if(_0x5afb88+='forward'===_0x2db0d3?_0x2e0040['index']+_0x2e0040[0x0]['length']:_0x51d716['data']['length']-_0x2e0040['index'],_0x2e0040[0x0]['length']!==_0x51d716['data']['length'])break;_0x5bb2ef=!0x0,_0x7ceff0='forward'===_0x2db0d3?/^\w+/:/\w+$/;}else{if(_0x5bb2ef)break;_0x5afb88+=_0x51d716['offsetSize'];}}else{if(_0x51d716['is']('element')){_0xc24ef1['isInline'](_0x51d716)&&!_0x5bb2ef&&(_0x5afb88+=0x1);break;}}_0x1a89a6+=_0x5afb88,_0x503c08['jumpTo'](_0x3118cd['getShiftedBy']('forward'===_0x2db0d3?_0x1a89a6:-_0x1a89a6));}return _0x1a89a6;}['_getChangeContext'](_0xc182d7,_0x1f66a1,_0x42032d){const _0x5011d7=_0x42032d['model']['schema'],_0x1c31fa=this['_findAdjacentContextDistance'](_0xc182d7,'backward',_0x5011d7,0x6),_0xd34329=this['_findAdjacentContextDistance'](_0x1f66a1,'forward',_0x5011d7,0x6),_0x63c804=_0xc182d7['getShiftedBy'](-_0x1c31fa),_0x511e07=_0x1f66a1['getShiftedBy'](_0xd34329);return{'start':_0x63c804,'end':_0x511e07,'hasContentBefore':!_0x63c804['isAtStart'],'hasContentAfter':!_0x511e07['isAtEnd']};}['_insertMarkers'](_0x148b0c,_0x56da4d){const _0x22ac1a=this['context']['plugins']['get']('AIEditing'),_0x4690e8=new Set();_0x56da4d['model']['change'](_0x691ee=>{for(const _0x52b045 of _0x148b0c){const _0x46b5f4=''+rh+_0x52b045['type']+':'+_0x52b045['groupId']+'_'+_0x22ac1a['_nextDataId'](_0x4690e8);this['_markers']['set'](_0x46b5f4,{'id':_0x46b5f4,'groupId':_0x52b045['groupId'],'type':_0x52b045['type'],'content':_0x52b045['content'],'editor':_0x56da4d}),_0x691ee['addMarker'](_0x46b5f4,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x691ee['createRange'](_0x52b045['start'],_0x52b045['end'])});}});}['_createGetContextFn'](_0x283595,_0x17e032,_0x17733a){let _0x536472='';return()=>{if(!_0x536472){const _0x2e6fbe=_0x17e032['toView'](_0x283595,{'showSuggestionHighlights':!0x0});let _0x18b079=_0x2e6fbe['getChild'](0x0);if(_0x18b079['is']('containerElement')||(_0x18b079=_0x2e6fbe),!_0x18b079)return'';let _0x13dc1a=!0x1;const _0x4a77b3=[];for(const _0x211f27 of _0x18b079['getChildren']())_0x211f27['is']('element','span')&&_0x211f27['hasClass']('ck-ai_review-marker_context-end')&&(_0x13dc1a=!0x1),_0x13dc1a&&_0x4a77b3['push'](_0x211f27),_0x211f27['is']('element','span')&&_0x211f27['hasClass']('ck-ai_review-marker_context-start')&&(_0x13dc1a=!0x0);_0x18b079['_removeChildren'](0x0,_0x18b079['childCount']),_0x17733a?.['ellipsisBefore']&&_0x18b079['_appendChild']('…'),_0x18b079['_appendChild'](_0x4a77b3),_0x17733a?.['ellipsisAfter']&&_0x18b079['_appendChild']('…');const _0x2aa023=_0x17e032['htmlProcessor']['domConverter']['viewToDom'](_0x2e6fbe),_0x35f85a=_0x17e032['htmlProcessor']['htmlWriter']['getHtml'](_0x2aa023);_0x536472=this['_removeUnsupportedElements'](_0x35f85a);}return _0x536472;};}['_createGetContentFn'](_0x5459b2,_0x3b72f4){let _0x5bc8fc='';return()=>(_0x5bc8fc||(_0x5bc8fc=this['_removeUnsupportedElements'](_0x3b72f4['stringify'](_0x5459b2,{'showSuggestionHighlights':!0x0}))),_0x5bc8fc);}['_createGetContentUsingDataIdFn'](_0x4824fb,_0x328d3e,_0x2e2ed4){let _0x2d5c0a='';return()=>{if(!_0x2d5c0a){const _0x3cde72=_0x2e2ed4['toView'](new _0xc7ecd7(_0x4824fb));_0x2d5c0a=_0x2e2ed4['htmlProcessor']['domConverter']['viewToDom'](_0x3cde72)['querySelector']('[data-id=\x22'+_0x328d3e+'\x22]')?.['outerHTML']||'';}return _0x2d5c0a;};}['_removeUnsupportedElements'](_0x17a27d){if(!_0x17a27d)return'';const _0x2b461b=Is(_0x17a27d,{'decodeEntities':!0x1}),_0x335b9f=Ts(_0x2b461b);if(!_0x335b9f['length'])return _0x17a27d;for(const _0xa10a0d of _0x335b9f)_0x46f92a(_0xa10a0d);return ps(_0x2b461b,{'encodeEntities':!0x1});}['_neutralizeChangesOnUnsupportedElements'](_0x3295eb,_0x5a3b5e){const _0xeffa10=Is(_0x3295eb,{'decodeEntities':!0x1}),_0x3c23d1=Is(_0x5a3b5e,{'decodeEntities':!0x1}),_0x252ef8=Ts(_0xeffa10),_0x188805=Ts(_0x3c23d1);if(!_0x252ef8['length']&&!_0x188805['length'])return{'contentInitial':_0x3295eb,'contentNew':_0x5a3b5e};const _0x4cf0fa=new Map();for(const _0x329919 of _0x252ef8)_0x4cf0fa['set'](Cs(_0x329919,'data-id'),_0x329919);for(const _0x1199d5 of _0x188805){const _0x486ef7=Cs(_0x1199d5,'data-id'),_0x502500=_0x486ef7?_0x4cf0fa['get'](_0x486ef7):void 0x0;_0x502500?_0x4cf7f1(_0x1199d5,_0x2c8968(_0x502500,!0x0)):_0x46f92a(_0x1199d5);}return{'contentInitial':ps(_0xeffa10,{'encodeEntities':!0x1}),'contentNew':ps(_0x3c23d1,{'encodeEntities':!0x1})};}['_findMarkerElement'](_0x79f15b,_0x37af1d=0x5){let _0x2c0c4e=_0x79f15b,_0x224d87=null;for(let _0x29d766=0x0;_0x29d766<_0x37af1d&&_0x2c0c4e;_0x29d766++)if(_0x2c0c4e['className']){if((''+_0x2c0c4e['className'])['includes']('ck-ai_review-marker_')){if(!_0x2c0c4e['getAttribute']('data-marker-id'))break;_0x224d87=_0x2c0c4e;break;}_0x2c0c4e=_0x2c0c4e['parentElement'];}else _0x2c0c4e=_0x2c0c4e['parentElement'];return _0x224d87;}['_findMarkerElementById'](_0x1d6bc1){const _0x1264fa=this['_markers']['get'](_0x1d6bc1);if(!_0x1264fa)return null;const _0x4ff39=_0x1264fa['editor']['model']['markers']['get'](_0x1d6bc1);return _0x4ff39?_0x178cd1(_0x1264fa['editor']['editing'],_0x4ff39):null;}['_getMarkersDataForGroup'](_0x60a7d8){return Array['from'](this['_markers']['values']())['filter'](_0x4deaf9=>_0x4deaf9['groupId']===_0x60a7d8);}['_getOperationStart'](_0xce39c7){return'insert'===_0xce39c7['type']?_0xce39c7['position']:_0xce39c7['newRange']['start'];}['_getOperationEnd'](_0x6066fb,_0x2bd6bc=!0x1){return'insert'===_0x6066fb['type']?_0x2bd6bc?_0x6066fb['position']:_0x6066fb['position']['getShiftedBy'](_0x6066fb['howMany']):_0x6066fb['newRange']['end'];}['_shiftOperation'](_0x29748d,_0x10fa68){return'insert'===_0x29748d['type']?_0x29748d['position']=_0x29748d['position']['getShiftedBy'](_0x10fa68):'marker'===_0x29748d['type']&&_0x29748d['newRange']&&(_0x29748d['newRange']=new _0x5cca78(_0x29748d['newRange']['start']['getShiftedBy'](_0x10fa68),_0x29748d['newRange']['end']['getShiftedBy'](_0x10fa68))),_0x29748d;}['_changeOperationOwnerDocument'](_0x25163c,_0x190d07){'insert'===_0x25163c['type']?_0x25163c['position']=this['_changePositionOwnerDocument'](_0x25163c['position'],_0x190d07):'marker'===_0x25163c['type']&&_0x25163c['newRange']&&(_0x25163c['newRange']=this['_changeRangeOwnerDocument'](_0x25163c['newRange'],_0x190d07));}['_changePositionOwnerDocument'](_0x1d132b,_0x1b1542){return new _0x4c52aa(_0x1b1542,_0x1d132b['path']);}['_changeRangeOwnerDocument'](_0x10c363,_0x3d3877){return new _0x5cca78(this['_changePositionOwnerDocument'](_0x10c363['start'],_0x3d3877),this['_changePositionOwnerDocument'](_0x10c363['end'],_0x3d3877));}['_changePosition'](_0x3c691d,_0x2ae64b){return new _0x4c52aa(_0x2ae64b,[..._0x3c691d]);}['_changeRange'](_0x63cc4a,_0x8cb585,_0x67b44,_0x5e3492){return new _0x5cca78(this['_changePosition'](_0x8cb585,_0x5e3492),this['_changePosition'](_0x67b44,_0x5e3492));}['_sortMarkers'](_0x463740){const _0x3df692=_0x19f9c9=>{switch(_0x19f9c9){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x463740['sort']((_0x409efd,_0x20e860)=>_0x3df692(_0x409efd['type'])-_0x3df692(_0x20e860['type']));}['_hasSameTopLevelElement'](_0x5ebbb9,_0x32241c){const _0x17def2=_0x5ebbb9['getChild'](0x0),_0x1a0871=_0x32241c['getChild'](0x0);return!(!_0x17def2||!_0x1a0871)&&((!_0x17def2['is']('element')||!_0x1a0871['is']('element')||_0x17def2['name']===_0x1a0871['name'])&&!(_0x17def2['is']('element')&&!_0x1a0871['is']('element')||!_0x17def2['is']('element')&&_0x1a0871['is']('element')));}['_haveSingleTopLevelElement'](_0x5c0dcf){return 0x1===_0x5c0dcf['childCount'];}['_haveOnlyInlineContent'](_0x41847e,_0x1d6a5e){for(const _0x2705ca of _0x41847e['getChildren']())if(_0x2705ca['is']('element')&&!_0x1d6a5e['isInline'](_0x2705ca))return!0x1;return!0x0;}['_upsertDataId'](_0xd2160d,_0x5603ed){let _0x7402d5=_0xd2160d['getAttribute'](_0x32a933);return _0x7402d5||(_0x7402d5=_0x5603ed(),_0xd2160d['_setAttribute'](_0x32a933,_0x7402d5)),_0x7402d5;}};const ch=/* #__PURE__ -- @preserve */
|
|
38
|
+
lt();var lh=class extends ch{['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x29fc3c,contentNew:_0x27ad22,contentInitial:_0x3f10eb,documentVersion:_0x2c6e8d}){super(),this['id']=_0x29fc3c,this['contentNew']=_0x27ad22,this['contentInitial']=_0x3f10eb,this['documentVersion']=_0x2c6e8d;}};const uh=/* #__PURE__ -- @preserve */
|
|
39
|
+
_t();var dh=class extends uh{['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x6f3319,_0x53b887,_0x5bde61){super(),this['id']=_0x6f3319,this['parent']=_0x5bde61,this['_data']=_0x53b887,this['set']('isActivated',!0x1),this['set']('isRated',!0x1),this['set']('status','pending'),this['on']('change:status',()=>{'pending'!==this['status']&&this['isActivated']&&(this['isActivated']=!0x1);});}get['contentDiffed'](){return this['_data']['context']();}get['operations'](){return this['_data']['operations']['slice']();}get['operationsIsolated'](){return this['_data']['operationsIsolated']['slice']();}};const _h=/* #__PURE__ -- @preserve */
|
|
40
|
+
_t();var gh=class extends _h{['id']=Ot();['callId'];['_results']=new Map();['_changes']=[];['_sourceCheck'];['_documentData'];['_aiConnector'];['_reviewParams'];['_reviewArgs'];['_activeRequest']=null;['_currentError'];['_wasAborted']=!0x1;constructor(_0x3f5c59,_0x21b0ec,_0x48e965,_0x58b665,_0x306104){super(),this['_sourceCheck']=_0x21b0ec,this['_documentData']=_0x3f5c59,this['_aiConnector']=_0x48e965,this['_reviewParams']=_0x58b665,this['_reviewArgs']=_0x306104,this['on']('change:status',(_0x3e876a,_0x46ae00,_0x3e7b92)=>{'aborted'==_0x3e7b92&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x3e7b92,'run':this,'error':this['_currentError']});}),this['set']('status','initialized');}get['documentData'](){return this['_documentData'];}get['processedResultsCount'](){return this['_results']['size'];}get['title'](){return this['_sourceCheck']['title'];}get['subTitle'](){return'';}get['reviewName'](){return this['_sourceCheck']['id'];}get['hasModifications'](){return!this['_changes']['every'](_0x346abb=>'pending'===_0x346abb['status']);}get['currentError'](){return this['_currentError'];}get['results'](){return Array['from'](this['_results']['values']());}['updateDocumentData'](_0x5993c6){this['_documentData']=_0x5993c6;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x557a46=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0xe51603 of _0x557a46)'unmodified'!==_0xe51603['data']['operation']&&('error'!==_0xe51603['data']['operation']?'review-metadata'!==_0xe51603['event']?this['_addReviewCheckResult'](_0xe51603['data']['dataId'],_0xe51603['data']['textDelta']):this['callId']=_0xe51603['data']['callId']:this['status']='error-chunk');'error-chunk'!==this['status']&&(0x0===this['_results']['size']||0x0===this['_changes']['length']?this['status']='unmodified':this['status']='ready');}catch(_0x41822f){this['_currentError']=_0x41822f,sn(_0x41822f)?this['status']='aborted':this['status']='error-general';}finally{this['_activeRequest']=null;}}async['restart'](){this['_results']['clear'](),this['_changes']['length']=0x0,this['_currentError']=void 0x0,await this['start']();}['addResultChanges'](_0x2edc6d,_0x39db2b){const _0x5d60de=this['_results']['get'](_0x2edc6d);if(!_0x5d60de)return;if(0x0===_0x39db2b['length'])return;const _0x141031=[];_0x39db2b['forEach']((_0x5514dc,_0x13663c)=>{const _0x189cca=new dh(_0x5d60de['id']+'-'+_0x13663c,_0x5514dc,_0x5d60de);_0x189cca['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x189cca,'status':_0x189cca['status']});}),_0x189cca['on']('change:isActivated',()=>{_0x189cca['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x189cca}):this['fire']('reviewCheckResultDeactivated',{'change':_0x189cca});}),this['_changes']['push'](_0x189cca),_0x141031['push'](_0x189cca);}),this['fire']('reviewCheckResultReady',{'changes':_0x141031,'result':_0x5d60de,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x165819){const _0x542bba=this['_changes']['find'](_0x51cac2=>_0x51cac2['id']===_0x165819);return!(!_0x542bba||'pending'!==_0x542bba['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x5bf4e4=>!0x0===_0x5bf4e4['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x5c1efe=>'pending'===_0x5c1efe['status']);}['getChangeById'](_0x11a673){return this['_changes']['find'](_0x1371a1=>_0x1371a1['id']===_0x11a673);}['markAllChangesAsAccepted'](){for(const _0x4e326d of this['_changes'])'pending'===_0x4e326d['status']&&(_0x4e326d['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x119da3){const _0x46b0a4=this['_changes']['find'](_0x1129fc=>_0x1129fc['id']===_0x119da3);_0x46b0a4&&'pending'===_0x46b0a4['status']&&(_0x46b0a4['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x2822d8){const _0x400265=this['_changes']['find'](_0x5051d2=>_0x5051d2['id']===_0x2822d8);_0x400265&&'pending'===_0x400265['status']&&(_0x400265['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x30be1c){const _0x583094=this['_changes']['find'](_0x1e493e=>_0x1e493e['id']===_0x30be1c);_0x583094&&'pending'===_0x583094['status']&&(_0x583094['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x5f167e){const _0x165063=this['_changes']['find'](_0x2d88aa=>_0x2d88aa['id']===_0x5f167e);_0x165063&&'outdated'===_0x165063['status']&&(_0x165063['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x376391){this['_changes']['filter'](_0x37f14a=>_0x37f14a['isActivated']&&_0x37f14a['id']!==_0x376391)['forEach'](_0x4c75f9=>{_0x4c75f9['isActivated']=!0x1;});const _0x3c74b6=this['_changes']['find'](_0x46df78=>_0x46df78['id']===_0x376391);_0x3c74b6&&'pending'===_0x3c74b6['status']&&(_0x3c74b6['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0xb6d5c8=>_0xb6d5c8['isActivated'])['forEach'](_0x58d15c=>{_0x58d15c['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x3ae38f){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x5e8df0;if(_0x3ae38f){const _0x41cf7e=this['_changes']['find'](_0x3ae124=>_0x3ae124['id']===_0x3ae38f);if(_0x41cf7e&&_0x41cf7e['isRated'])return;_0x41cf7e&&(_0x5e8df0=_0x41cf7e['parent']['id'],_0x41cf7e['isRated']=!0x0);}const _0x38a5a8={'positiveCount':this['_changes']['filter'](_0x1fc122=>'accepted'===_0x1fc122['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x38a5a8,this['callId'],_0x5e8df0);}['_addReviewCheckResult'](_0x37dd65,_0xcd4395){const _0x3b6388=this['_documentData']['elements']['get'](_0x37dd65);if(!_0x3b6388)return;const _0xfb0f7f=_0x3b6388['getContent']();if(_0xfb0f7f===_0xcd4395)return;const _0xc7c223=new lh({'id':_0x37dd65,'contentInitial':_0xfb0f7f,'contentNew':_0xcd4395,'documentVersion':_0x3b6388['documentVersion']});this['_results']['set'](_0xc7c223['id'],_0xc7c223),this['fire']('reviewCheckResultAdded',{'result':_0xc7c223,'source':this,'editor':_0x3b6388['editor']});}['_checkIfFinished'](){'finished'===this['status']&&this['_changes']['filter'](_0xe9e995=>'pending'===_0xe9e995['status'])['length']>0x0&&(this['status']='ready'),'ready'===this['status']&&0x0===this['_changes']['filter'](_0x4e6f2a=>'pending'===_0x4e6f2a['status'])['length']&&(this['status']='finished');}},Ah=class extends gh{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x2a2212=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x294c19=0x0;_0x294c19<this['_reviewParams']['length'];_0x294c19++){if(!this['_reviewParams'][_0x294c19]||!this['_sourceCheck']['options'][_0x294c19])continue;const _0x2e3ec0=this['_sourceCheck']['options'][_0x294c19]['data']?.['find'](_0x2a785d=>_0x2a785d['id']===this['_reviewParams'][_0x294c19]);_0x2e3ec0&&_0x2a2212['push'](_0x2e3ec0['label']);}return _0x2a2212['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x48e863,_0x21f29f,_0x38be0d){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x21f29f,_0x48e863,_0x38be0d);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}},Ih=class extends _0x3abc0e{['_aiConnector'];['_aiReviewCoreUi'];['_aiReviewCoreEditing'];['_availableReviewChecks'];['_reporter'];['_currentReviewCheckRun'];['_changeActivationSource']=null;static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_initRequiredPlugins'](),this['_initAvailableReviewChecks'](),this['_initUIListeners']();}async['_initAvailableReviewChecks'](){this['_availableReviewChecks']=await this['_getReviewChecks'](),this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}['_initUIListeners'](){this['listenTo'](this['_aiReviewCoreUi'],'getReviewCheckList',()=>{this['_availableReviewChecks']&&this['_aiReviewCoreUi']['setAvailableChecks'](this['_availableReviewChecks']);}),this['listenTo'](this['_aiReviewCoreUi'],'runReviewCheck',(_0x2fffef,_0x2e90fb)=>this['runCheck'](_0x2e90fb)),this['listenTo'](this['_aiReviewCoreUi'],'leaveReview',()=>{this['_onReviewRunLeave']();}),this['listenTo'](this['_aiReviewCoreUi'],'leaveReviewCoreResultList',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'abortReviewStream',()=>this['abort']()),this['listenTo'](this['_aiReviewCoreUi'],'finishReview',()=>{this['_onReviewRunLeave'](!0x0);}),this['listenTo'](this['_aiReviewCoreUi'],'acceptAllChanges',()=>{if(!this['_currentReviewCheckRun'])return;const _0x1e426c=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x1e426c['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x1e426c['map'](_0x5dffcb=>_0x5dffcb['id']),this['_aiSource']);const _0x15d1ae=this['_currentReviewCheckRun'];_0x15d1ae['markAllChangesAsAccepted'](),_0x15d1ae['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x45be69,_0x1da1d5)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x1da1d5['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x1da1d5['id']],this['_aiSource']),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x1da1d5['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x1da1d5['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x2db728,_0x51a926)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x51a926['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x51a926['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x51a926['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x51a926['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'retryReview',async()=>{this['_currentReviewCheckRun']&&(this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_currentReviewCheckRun']['updateDocumentData'](this['_aiReviewCoreEditing']['getDocumentData']()),await this['_currentReviewCheckRun']['restart']());}),this['listenTo'](this['_aiReviewCoreUi'],'activateChange',(_0x2f0f8f,_0x5569c9)=>{this['_onActivateChange'](_0x5569c9);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x497d2f,_0x3959db)=>{this['_onDeactivateChange'](_0x3959db);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x5e93cc,_0x1d285d)=>{this['_onChangeMarkerClicked'](_0x5e93cc,_0x1d285d);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x4cfddb,_0xdd64cb)=>{this['_onChangeMarkerHovered'](_0x4cfddb,_0xdd64cb);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x1b8cc3,_0x38f39b)=>{this['_onChangeMarkerRemoved'](_0x1b8cc3,_0x38f39b);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x9dcd2b,_0x48f435)=>{this['_onChangeMarkerRestored'](_0x9dcd2b,_0x48f435);});}async['runCheck'](_0x156191){if(!this['_availableReviewChecks'])return;const _0x2315c8=this['_availableReviewChecks']['find'](_0x5c5188=>_0x5c5188['id']===_0x156191['id']);if(_0x2315c8){this['_onReviewCheckRun'](_0x156191),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x156191,_0x2315c8),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x3ef9e2,_0x21d2ff)=>{switch(_0x21d2ff['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x21d2ff);break;case'finished':this['_onCheckRunFinished']();break;case'ready':this['_aiReviewCoreUi']['showActionsWhenResultIsReady']();break;case'unmodified':this['_aiReviewCoreUi']['showNoChangesView']();break;case'error-general':this['_aiReviewCoreUi']['showGeneralResultsErrorView'](),this['_logError'](new at('ai-review-mode-check-run-general-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'error-chunk':this['_aiReviewCoreUi']['showChunkErrorView'](),this['_logError'](new at('ai-review-mode-check-run-chunk-error',this,void 0x0,this['_currentReviewCheckRun']?.['currentError']));break;case'aborted':this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['processedResultsCount']>0x0?setTimeout(()=>{this['_currentReviewCheckRun']?.['forceReadyState']();},0x0):this['_onReviewRunLeave'](!0x0);}'ready'!==_0x21d2ff['status']&&'error-chunk'!==_0x21d2ff['status']&&'error-general'!==_0x21d2ff['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x185ded,_0x2d0b20)=>{if(!this['_currentReviewCheckRun'])throw new at('ai-review-mode-no-current-check-run',this);const _0x5c7907=this['_diffContent'](_0x2d0b20['editor'],_0x2d0b20['result']['contentInitial'],_0x2d0b20['result']['contentNew']);_0x2d0b20['source']['addResultChanges'](_0x2d0b20['result']['id'],_0x5c7907);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x397ef6,_0x312baa)=>{for(const _0x171619 of _0x312baa['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x171619);this['_markChangePositionInEditorContent'](_0x312baa['changes'],_0x312baa['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x4287f5,_0x26cf75)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x26cf75['change']['id'],_0x26cf75['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0xd7b14d,_0x4aff22)=>{this['_onReviewCheckResultActivated'](_0x4aff22);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x3a8604){if(sn(_0x3a8604))return;_0x3a8604 instanceof at?this['_logError'](_0x3a8604):this['_logError'](new at('ai-review-mode-check-run-failed',this,void 0x0,_0x3a8604));}}else this['_logError'](new at('ai-review-mode-source-check-not-found',this,{'checkId':_0x156191['id']}));}['abort'](){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}['getAvailableChecks'](){return(this['_availableReviewChecks']??[])['slice']();}['getCurrentCheckRun'](){return this['_currentReviewCheckRun'];}['_createReviewCheckRun'](_0xa1647,_0x1ff30d){return new Ah(this['_aiReviewCoreEditing']['getDocumentData'](),_0x1ff30d,this['_aiConnector'],_0xa1647['params'],_0xa1647['args']);}['_onChangeMarkerRemoved'](_0x48feac,_0x69353e){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x69353e['changeId']);}['_onChangeMarkerRestored'](_0x551070,_0x3cd333){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x3cd333['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_reporter']=this['context']['plugins']['get'](rn)['createReporter']('aireview');}['_onReviewRunLeave'](_0x1571f4=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x1571f4&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x2b3f68 of this['_aiReviewCoreEditing']['getEditors']())_0x2b3f68['editing']['view']['change'](_0x2ebece=>{for(const _0x8a763f of _0x2b3f68['editing']['view']['document']['getRoots']())_0x2ebece['removeClass']('ck-ai_review-diff',_0x8a763f),_0x2ebece['removeClass']('ck-ai_review-highlights',_0x8a763f),_0x2ebece['removeClass']('ck-ai-translate-mode-content',_0x8a763f);});}['_logError'](_0x1333d7){this['_reporter']['logError'](_0x1333d7),'ai-review-mode-models-unable-to-retrieve'===function(_0xb04868){return _0xb04868 instanceof nn?_0xb04868['code']:_0xb04868 instanceof Error?_0xb04868['message']['match'](/^\S+/)?.[0x0]:void 0x0;}(_0x1333d7)?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']();}['_scrollToChange'](_0x274261){if('content'===this['_changeActivationSource']){const _0x1227ef=this['_aiReviewCoreUi']['getChangeElement'](_0x274261);_0x1227ef&&bt(_0x1227ef['closest']('.ck-ai_review__check-run-result')||_0x1227ef);}else{if('panel'===this['_changeActivationSource']){const _0x3df736=this['_getChangeContentElement'](_0x274261);if(!_0x3df736)return;St({'target':_0x3df736,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}},ph=class extends gh{['_prompt'];['_model'];constructor(_0x514ccf,_0x41a2c5,_0xfd3a0d,_0x3593a6,_0x3ad4e5){super(_0xfd3a0d,_0x3593a6,_0x3ad4e5),this['_prompt']=_0x514ccf,this['_model']=_0x41a2c5;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x53efef,_0x34c7f4,_0x307dd6){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x34c7f4,_0x53efef,_0x307dd6);}},mh=class{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x36a650){this['id']=_0x36a650['id'],this['commandId']=_0x36a650['commandId'],this['title']=_0x36a650['title'],this['description']=_0x36a650['description'],this['isParameterized']=_0x36a650['isParameterized'],this['useArgs']=_0x36a650['useArgs'],this['options']=_0x36a650['options'],this['args']=_0x36a650['args'];}},Eh=class extends mh{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x12a910,_0x9778d1,_0x252e3a){super(_0x12a910),this['prompt']=_0x12a910['prompt'],this['model']=_0x12a910['model'],this['model']?this['_defaultModel']=_0x9778d1['find'](_0x3bb93c=>_0x3bb93c['id']===this['model'])||null:this['_defaultModel']=_0x252e3a;}get['defaultModel'](){return this['_defaultModel'];}},Th=class extends ph{get['subTitle'](){return'';}set['prompt'](_0x21d65f){this['_prompt']=_0x21d65f;}set['model'](_0x3a3916){this['_model']=_0x3a3916;}},wh=class extends _0x3abc0e{static get['requires'](){return[cs,rn];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_cache'];['_reporter'];['init'](){this['_reporter']=this['context']['plugins']['get'](rn)['createReporter']('aireview');}['getChecksList'](){return this['_cache']||(this['_cache']=this['_loadChecksList']()),this['_cache'];}};const Ch=[{'id':'custom','commandId':'custom','title':'Custom\x20command','description':'Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','isParameterized':!0x0},{'id':'correctness','commandId':'correctness','title':'Correctness','description':'Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','isParameterized':!0x1},{'id':'clarity','commandId':'clarity','title':'Clarity','description':'Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'readability','commandId':'readability','title':'Readability','description':'Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','isParameterized':!0x1},{'id':'length','commandId':'make','title':'Adjust\x20length','description':'Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20length','default':'longer','data':[{'label':'Longer','id':'longer'},{'label':'Shorter','id':'shorter'}]}]},{'id':'tone','commandId':'make-tone','title':'Adjust\x20tone\x20and\x20style','description':'Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','isParameterized':!0x0,'options':[{'formType':'dropdown','label':'Adjust\x20tone\x20and\x20style','default':'casual','data':[{'label':'Casual','id':'casual'},{'label':'Direct','id':'direct'},{'label':'Friendly','id':'friendly'},{'label':'Confident','id':'confident'},{'label':'Professional','id':'professional'}]}]}],fh=/* #__PURE__ -- @preserve */
|
|
41
|
+
_t();var bh=class extends fh{['_checks']=[];['setupChecks'](_0x1aafa4){this['_checks']=_0x1aafa4['map'](_0x384693=>new mh(_0x384693));}get['checks'](){return this['_checks']['slice']();}['getCheckById'](_0x3a83e2){return this['checks']['find'](_0x404f98=>_0x404f98['id']===_0x3a83e2);}['removeCheckById'](_0x3e7fd0){this['_checks']=this['_checks']['filter'](_0x1098f0=>_0x1098f0['id']!==_0x3e7fd0);}},Sh=class extends mh{['_models']=[];['_defaultModel']=null;constructor(_0x393c52,_0x2bde00,_0x1ca0dc){super(_0x393c52),this['_models']=_0x2bde00,this['_defaultModel']=_0x1ca0dc;}get['models'](){return this['_models']['slice']();}get['defaultModel'](){return this['_defaultModel'];}},Rh=class extends bh{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x48cc3b,_0x20e7a,_0x3b0698){super(),this['_allModels']=_0x48cc3b,this['_recommendedModels']=_0x20e7a,this['_defaultModel']=_0x3b0698;}get['allModels'](){return this['_allModels']['slice']();}['setupChecks'](_0x5e980b){this['_checks']=_0x5e980b['map'](_0x39997e=>!0x0===_0x39997e['isExtra']?new Eh(_0x39997e,this['_allModels'],this['_defaultModel']):'custom'===_0x39997e['id']?new Sh(_0x39997e,this['_recommendedModels'],this['_defaultModel']):new mh(_0x39997e));}},Oh=class extends wh{static get['pluginName'](){return'AIReviewModeCheckRegistry';}['_modelsLoadError']=null;constructor(_0x53e110){super(_0x53e110),this['context']['config']['define']('ai.review.extraCommands',[]);}get['modelsLoadError'](){return this['_modelsLoadError'];}['getExtraChecks'](){return this['context']['config']['get']('ai.review.extraCommands')['map'](_0x1b9add=>({'id':_0x1b9add['id'],'commandId':_0x1b9add['id'],'title':_0x1b9add['label'],'description':_0x1b9add['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x1b9add['prompt'],'model':_0x1b9add['model']}));}async['_loadChecksList'](){const _0x703884=[...Ch,...this['getExtraChecks']()]['map'](_0x2ce812=>_0x2ce812['isExtra']?_0x2ce812:this['_translateReviewCheck'](_0x2ce812)),_0x3fa474=await this['_getModels'](),_0x10527a=new Rh(_0x3fa474['all'],_0x3fa474['recommended'],_0x3fa474['default']);return _0x10527a['setupChecks'](_0x703884),_0x10527a;}async['_getModels'](){const _0x1fe1f0=this['context']['plugins']['get']('AIConnector');try{const _0x3c9bc9=new Xs({'connector':_0x1fe1f0,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']}),_0x318419={'all':await _0x3c9bc9['getAll'](),'recommended':await _0x3c9bc9['getAvailableModels'](),'default':await _0x3c9bc9['getDefault']()};return this['_modelsLoadError']=null,_0x318419;}catch(_0x29092e){return this['_modelsLoadError']=new at('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x29092e),this['_reporter']['logError'](this['_modelsLoadError'],{'context':{'operation':'load-review-models'}}),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x4a68d1){const _0x567197='AI_REVIEW_CHECK_'+_0x4a68d1['commandId']['toUpperCase']()['replaceAll']('-','_'),_0x1c178a={..._0x4a68d1,'title':this['_translate'](_0x567197+'_TITLE',_0x4a68d1['title']),'description':this['_translate'](_0x567197+'_DESCRIPTION',_0x4a68d1['description'])};return _0x4a68d1['options']&&(_0x1c178a['options']=_0x4a68d1['options']['map'](_0x26685b=>({..._0x26685b,'label':this['_translate'](_0x567197+'_OPTIONS_LABEL',_0x26685b['label']||''),'data':_0x26685b['data']?_0x26685b['data']['map'](_0x393354=>({..._0x393354,'label':this['_translate'](_0x567197+'_OPTIONS_DATA_'+_0x393354['id']['toUpperCase'](),_0x393354['label'])})):void 0x0}))),_0x1c178a;}['_translate'](_0x475687,_0x1ba76b){const _0x469052=ls(this['context']['locale'],_0x475687);return _0x469052===_0x475687?_0x1ba76b:_0x469052;}},vh=class extends Ih{static get['pluginName'](){return'AIReviewModeController';}static get['requires'](){return[rn,Oh];}get['_aiSource'](){return'review';}['_isDiffOn']=!0x1;['_usesAvailableCommandsConfig'];constructor(_0x4ebc6b){super(_0x4ebc6b),this['_usesAvailableCommandsConfig']=Boolean(this['context']['config']['get']('ai.review.availableCommands')),this['context']['config']['define']('ai.review.availableCommands',Ch['map'](_0x45ba3f=>_0x45ba3f['id']));}['init'](){super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x454a24,_0x23fc17)=>{this['_isDiffOn']=_0x23fc17['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x25ea79,_0x34d1ac){if(_0x25ea79['isCustom'])return new ph(_0x25ea79['args']['prompt'],_0x25ea79['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x34d1ac,this['_aiConnector']);if(_0x34d1ac['isExtra']){const _0x143b2d=_0x34d1ac;return new Th(_0x25ea79['args']?.['prompt']??_0x143b2d['prompt'],_0x25ea79['args']?.['model']??_0x143b2d['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x34d1ac,this['_aiConnector']);}return new Ah(this['_aiReviewCoreEditing']['getDocumentData'](),_0x34d1ac,this['_aiConnector'],_0x25ea79['params'],_0x25ea79['args']);}['_onReviewCheckResultActivated'](_0x529a1f){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x529a1f['change']['id']),this['_scrollToChange'](_0x529a1f['change']['id']);const _0x1733e3=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x529a1f['change']['id']);if(!_0x1733e3)return;const _0x54f814=this['_aiReviewCoreEditing']['getEditorForChange'](_0x529a1f['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x529a1f['change'],()=>_0x1733e3['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x54f814,_0x1733e3['modelRange']['root']['rootName']),_0x54f814?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x529a1f['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x5a6ec8){this['_currentReviewCheckRun']&&'click'===_0x5a6ec8['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x5a6ec8['id']));}['_onDeactivateChange'](_0x43ae69){this['_currentReviewCheckRun']&&'balloon'===_0x43ae69['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x3c4958,_0x156285){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x156285['changeId']);const _0x70fee1=this['_currentReviewCheckRun']['getChangeById'](_0x156285['changeId']);if(!_0x70fee1)return;const _0x3d5f10=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x156285['changeId']),_0x366376=this['_aiReviewCoreEditing']['getEditorForChange'](_0x156285['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x70fee1,_0x156285['markerElement'],_0x156285['domEvent'],'click',this['_getBalloonDomRoot'](_0x366376,_0x3d5f10?.['modelRange']['root']['rootName']),_0x366376?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x327f35,_0x3e0208){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x118777=this['_currentReviewCheckRun']['getChangeById'](_0x3e0208['changeId']);if(!_0x118777)return;const _0x4197e2=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3e0208['changeId']),_0x39d71d=this['_aiReviewCoreEditing']['getEditorForChange'](_0x3e0208['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x118777,_0x3e0208['markerElement'],_0x3e0208['domEvent'],'hover',this['_getBalloonDomRoot'](_0x39d71d,_0x4197e2?.['modelRange']['root']['rootName']),_0x39d71d?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']());}['_getChangeContentElement'](_0x3fbc03){const _0x5a2faa=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3fbc03);return _0x5a2faa?_0x5a2faa['getElement']():null;}['_markChangePositionInEditorContent'](_0x5ced01,_0x52ac39){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x5ced01,_0x52ac39);}['_diffContent'](_0x533b6e,_0x4ec51a,_0x5895fb){return this['_aiReviewCoreEditing']['diffContent'](_0x533b6e,_0x4ec51a,_0x5895fb,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x31b5dc){_0x31b5dc?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x1690b8 of this['_aiReviewCoreEditing']['getEditors']())_0x1690b8['editing']['view']['change'](_0x35c285=>{for(const _0x97604 of _0x1690b8['editing']['view']['document']['getRoots']()){for(const _0x3f3d77 of _0x97604['getClassNames']())_0x3f3d77['startsWith']('ck-ai_review-')&&_0x35c285['removeClass'](_0x3f3d77,_0x97604);_0x35c285['addClass'](_0x31b5dc?'ck-ai_review-diff':'ck-ai_review-highlights',_0x97604);}});}['_getBalloonDomRoot'](_0xa7a7ea,_0x490742){const _0x1e745a=_0xa7a7ea['editing']['view'];if(_0x490742){const _0x483290=_0x1e745a['getDomRoot'](_0x490742);if(_0x483290)return _0x483290;}return _0x1e745a['getDomRoot']()??void 0x0;}async['_getReviewChecks'](){const _0x112ff4=this['context']['plugins']['get']('AIReviewModeCheckRegistry'),_0x8a9947=await _0x112ff4['getChecksList']();_0x112ff4['modelsLoadError']&&this['_logError'](_0x112ff4['modelsLoadError']);let _0x20e7d4=_0x8a9947['checks'];const _0x3c0840=this['context']['config']['get']('ai.review.availableCommands');return this['_logWarningForNonExistentChecks'](_0x3c0840,_0x20e7d4),this['_usesAvailableCommandsConfig']&&(_0x20e7d4=_0x3c0840['map'](_0x319259=>_0x20e7d4['find'](_0x41c5fe=>_0x41c5fe['id']===_0x319259))['filter'](_0x5226de=>!!_0x5226de)),this['_filterChecksWithMissingModel'](_0x20e7d4);}['_logWarningForNonExistentChecks'](_0x40f0a9,_0x15ced9){const _0x3596c4=_0x40f0a9['filter'](_0x233ddd=>!_0x15ced9['some'](_0x35f8f8=>_0x35f8f8['id']===_0x233ddd));_0x3596c4['length']&&this['_reporter']['logError'](new nn({'code':'ai-review-mode-non-existent-commands-used','severity':'warning','context':{'commandIds':_0x3596c4['join'](',\x20')}}));}['_filterChecksWithMissingModel'](_0x41a1a3){const _0x44dc24=[];return _0x41a1a3['forEach'](_0x1a75bc=>{(_0x1a75bc instanceof Eh&&!_0x1a75bc['defaultModel']||_0x1a75bc instanceof Sh&&!_0x1a75bc['models']['length'])&&_0x44dc24['push'](_0x1a75bc['id']);}),_0x44dc24['length']&&_0x44dc24['forEach'](_0x66762b=>{_0x41a1a3=_0x41a1a3['filter'](_0x602513=>_0x602513['id']!==_0x66762b),this['_reporter']['logError'](new nn({'code':'ai-review-mode-command-unavailable-due-to-missing-model','context':{'commandId':_0x66762b}}));}),_0x41a1a3;}};function kh(_0xa706fe,_0x139988,_0x3520bf,_0x3f1b31){return _0xa706fe instanceof at?_0xa706fe:new at(_0x139988,_0x3520bf,_0x3f1b31,_0xa706fe);}var Nh=class extends Zs{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks']['slice']();}set['affectedBlocks'](_0x4808d2){this['_affectedBlocks']=_0x4808d2;}},yh=class extends _0x3abc0e{static get['pluginName'](){return'AIReviewGateway';}static get['requires'](){return[hh,Oh,cs,As,Js];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['getAllCommands'](){return(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['map'](_0xad01f4=>{const _0x2c6694={'id':_0xad01f4['id'],'title':_0xad01f4['title'],'description':_0xad01f4['description']};return'custom'!==_0xad01f4['id']&&_0xad01f4['options']?.['length']&&(_0x2c6694['parameters']=_0xad01f4['options'][0x0]['data']['map'](_0x508230=>({..._0x508230}))),_0x2c6694;});}async['getAvailableModels'](){return this['context']['plugins']['get']('AIGateway')['getAvailableModels']();}async['runReview'](_0x324ac8,_0x5cdd7e){return await this['_runReviewCheck'](_0x324ac8,()=>this['_createReviewCheckRun'](_0x324ac8,_0x5cdd7e?.['parameterId']),_0x5cdd7e?.['signal']);}async['runCustomReview'](_0x290fee,_0x3db77c){return await this['_runReviewCheck']('custom',()=>this['_createCustomReviewCheckRun']('custom',_0x290fee,_0x3db77c?.['model']),_0x3db77c?.['signal']);}['applyReview'](_0x511b07,_0x26456){this['context']['plugins']['get']('AIGateway')['apply'](_0x511b07,{'applyMethod':_0x26456,'aiSource':'review'});}async['_runReviewCheck'](_0x593e49,_0xeb56d6,_0x21d825){const _0x31807a=ds(this['context']),_0x2122d6=new Nh({'editor':_0x31807a,'rootName':_0x31807a['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x31807a['plugins']['get']('AIEditing')['getSessionId'](_0x31807a)});let _0x150780,_0x5e3529;if(_0x21d825){if(_0x21d825['aborted'])return _0x2122d6['abort'](),_0x2122d6;const _0x54a149=()=>{_0x2122d6['error']||(_0x2122d6['abort'](),_0x150780&&_0x150780['abort']());};_0x21d825['addEventListener']('abort',_0x54a149),_0x5e3529=()=>_0x21d825['removeEventListener']('abort',_0x54a149);}try{_0x150780=await _0xeb56d6(),_0x2122d6['contentRawOld']=_0x150780['documentData']['content'],_0x2122d6['documentVersion']=Array['from'](_0x150780['documentData']['elements'])['find'](([,_0x1d7a3e])=>_0x1d7a3e['rootName']===_0x2122d6['rootName'])?.[0x1]['documentVersion']??0x1,_0x150780['on']('reviewCheckRunUpdated',(_0x5c9d89,_0x571e8e)=>{'aborted'===_0x571e8e['status']?_0x2122d6['abort']():'error-general'!==_0x571e8e['status']&&'error-chunk'!==_0x571e8e['status']||(_0x2122d6['error']=kh(_0x571e8e['error'],'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x593e49}));}),'aborted'!==_0x2122d6['status']&&await _0x150780['start']();}catch(_0x31ba38){_0x2122d6['error']=kh(_0x31ba38,'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x593e49});}finally{_0x5e3529&&_0x5e3529();}if(!_0x150780||'aborted'===_0x2122d6['status']||'error'===_0x2122d6['status'])return _0x2122d6;_0x2122d6['affectedBlocks']=_0x150780['results']['map'](_0x32b6d1=>({'id':_0x32b6d1['id'],'content':_0x32b6d1['contentNew']}));try{_0x2122d6['contentRawNew']=ps(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x2122d6['affectedBlocks'],_0x2122d6['contentRawOld'],_0x2122d6['editor']));}catch(_0x63511f){_0x2122d6['error']=kh(_0x63511f,'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x593e49});}return _0x2122d6;}async['_createReviewCheckRun'](_0x5e6898,_0x4030d8){const _0x10989c=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x3f2ced=>_0x3f2ced['id']===_0x5e6898);if(!_0x10989c)throw new at('ai-reviewgateway-unknown-command',this,{'checkId':_0x5e6898});if(_0x10989c instanceof Sh)throw new at('ai-reviewgateway-not-a-system-command',this,{'checkId':_0x5e6898});const _0x468147=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x2585a2=this['context']['plugins']['get']('AIConnector');if(_0x10989c instanceof Eh){if(!_0x10989c['defaultModel']?.['id'])throw new at('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x5e6898});return new Th(_0x10989c['prompt'],_0x10989c['defaultModel']['id'],_0x468147,_0x10989c,_0x2585a2);}return new Ah(_0x468147,_0x10989c,_0x2585a2,_0x4030d8?[_0x4030d8]:void 0x0);}async['_createCustomReviewCheckRun'](_0x997111,_0x29d8bd,_0x6ea5f1){const _0x1aa8e9=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x34f4f2=>_0x34f4f2['id']===_0x997111);if(!_0x1aa8e9)throw new at('ai-reviewgateway-unknown-command',this,{'checkId':_0x997111});if(!(_0x1aa8e9 instanceof Sh))throw new at('ai-reviewgateway-not-a-custom-command',this,{'checkId':_0x997111});const _0x5926d2=_0x6ea5f1??_0x1aa8e9['defaultModel']?.['id'];if(!_0x29d8bd)throw new at('ai-reviewgateway-missing-custom-command-prompt',this,{'checkId':_0x997111});if(!_0x5926d2)throw new at('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x997111});return new ph(_0x29d8bd,_0x5926d2,this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x1aa8e9,this['context']['plugins']['get']('AIConnector'));}},xh=class extends _0x3abc0e{static get['requires'](){return[vh,nh,hh,yh];}static get['pluginName'](){return'AIReviewMode';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['startReview'](_0x5f4a84,_0x4694c0){if(this['assertStartReviewPreconditions'](_0x5f4a84)instanceof Sh)throw new at('ai-reviewmode-not-a-system-command',this,{'commandId':_0x5f4a84});ka(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x5f4a84,'params':_0x4694c0?.['parameterId']?[_0x4694c0['parameterId']]:void 0x0});}async['startCustomReview'](_0xc2052b,_0x358764){if(!_0xc2052b)throw new at('ai-reviewmode-missing-custom-command-prompt',this);const _0x42a7c4=Ch['find'](_0x5e1355=>'custom'===_0x5e1355['commandId'])['id'],_0x5c7f8b=this['assertStartReviewPreconditions'](_0x42a7c4),_0x275035=_0x358764?.['model']??_0x5c7f8b['defaultModel']?.['id'];if(!_0x275035)throw new at('ai-reviewmode-missing-custom-command-model',this);ka(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x42a7c4,'isCustom':!0x0,'args':{'prompt':_0xc2052b,'model':_0x275035}});}['getAvailableCommands'](){return this['context']['plugins']['get']('AIReviewModeController')['getAvailableChecks']()['map'](_0x21b9b8=>{const _0x42de7a={'id':_0x21b9b8['id'],'title':_0x21b9b8['title'],'description':_0x21b9b8['description']};return'custom'!==_0x21b9b8['id']&&_0x21b9b8['options']?.['length']&&(_0x42de7a['parameters']=_0x21b9b8['options'][0x0]['data']['map'](_0x11e1f2=>({..._0x11e1f2}))),_0x42de7a;});}['assertStartReviewPreconditions'](_0x463c95){const _0x38fd0f=this['context']['plugins']['get']('AIReviewModeController');if(_0x38fd0f['getCurrentCheckRun']())throw new at('ai-reviewmode-review-already-running',this);const _0x3d6b16=_0x38fd0f['getAvailableChecks']()['find'](_0x5a1ec0=>_0x5a1ec0['id']===_0x463c95);if(!_0x3d6b16)throw new at('ai-reviewmode-unknown-command',this,{'commandId':_0x463c95});return _0x3d6b16;}},Lh=class extends Ah{['_title'];constructor(_0x2bf896,_0x4a4e1b,_0x2b8b12,_0x1a024e,_0x32dff5,_0x5e27fb){super(_0x2bf896,_0x4a4e1b,_0x2b8b12,_0x32dff5,_0x5e27fb),this['_title']=_0x1a024e;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}},Dh=class extends mh{get['apiId'](){return'translate';}},Ph=class extends bh{['setupChecks'](_0x52e9d8){this['_checks']=_0x52e9d8['map'](_0x3633c0=>new Dh(_0x3633c0));}};const Hh=[{'label':'English','id':'english'},{'label':'Spanish','id':'spanish'},{'label':'French','id':'french'},{'label':'German','id':'german'},{'label':'Chinese\x20(Simplified)','id':'chinese'},{'label':'Japanese','id':'japanese'},{'label':'Russian','id':'russian'},{'label':'Portuguese','id':'portuguese'},{'label':'Korean','id':'korean'},{'label':'Italian','id':'italian'}];var Mh=class extends wh{static get['pluginName'](){return'AITranslateCheckRegistry';}constructor(_0x22f9dd){super(_0x22f9dd),this['context']['config']['define']('ai.translate.languages',Hh);}async['_loadChecksList'](){const _0x4f3319=[],_0x534f89=this['context']['config']['get']('ai.translate.languages')||[];for(const _0xc9ae23 of _0x534f89)_0x4f3319['push']({'title':_0xc9ae23['label'],'id':_0xc9ae23['id'],'commandId':_0xc9ae23['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0xc9ae23['id']}});const _0x5c573b=new Ph();return _0x5c573b['setupChecks'](this['_translateChecks'](_0x4f3319)),_0x5c573b;}['_translateChecks'](_0x11bc62){const _0x1256b5=this['context']['locale'];return _0x11bc62['map'](_0x227336=>{const _0x34c8eb='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x227336['title']['toUpperCase']()['replaceAll']('-','_'),_0x3ea3f2=ls(_0x1256b5,_0x34c8eb);return{..._0x227336,'title':_0x3ea3f2===_0x34c8eb?_0x227336['title']:_0x3ea3f2};});}},Vh=class extends Ih{static get['pluginName'](){return'AITranslateController';}static get['requires'](){return[rn,Mh];}get['_aiSource'](){return'translate';}['_onCheckRunFinished'](){this['_onReviewRunLeave'](!0x0);}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AITranslateUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x3b79f7,_0x3c1d11){return new Lh(this['_aiReviewCoreEditing']['getDocumentData'](),_0x3c1d11,this['_aiConnector'],ls(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x3b79f7['params'],_0x3b79f7['args']);}['_onReviewCheckResultActivated'](_0x699b55){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x699b55['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x699b55['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x4d3169){this['_currentReviewCheckRun']&&('hover'===_0x4d3169['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x4d3169['id'])),'click'===_0x4d3169['uiInteraction']&&this['_scrollToChange'](_0x4d3169['id']));}['_onDeactivateChange'](_0x5a1a8e){this['_currentReviewCheckRun']&&'panel'===_0x5a1a8e['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x19dc4c,_0x55c39d){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x55c39d['changeId']),this['_scrollToChange'](_0x55c39d['changeId']));}['_onChangeMarkerHovered'](_0x1fa7cb,_0x42fe5a){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x42fe5a['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x42fe5a['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x47bb28){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x47bb28);}['_markChangePositionInEditorContent'](_0x537e62,_0x59e6be){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x537e62,_0x59e6be);}['_diffContent'](_0x46e655,_0x59925a,_0x4420fa){return this['_aiReviewCoreEditing']['diffContent'](_0x46e655,_0x59925a,_0x4420fa,!0x0);}['_onReviewCheckRun'](){for(const _0x3e8874 of this['_aiReviewCoreEditing']['getEditors']())_0x3e8874['editing']['view']['change'](_0x522ebf=>{for(const _0x48b241 of _0x3e8874['editing']['view']['document']['getRoots']())_0x522ebf['addClass']('ck-ai-translate-mode-content',_0x48b241);});}async['_getReviewChecks'](){return(await this['context']['plugins']['get']('AITranslateCheckRegistry')['getChecksList']())['checks'];}},Uh=class extends Qa{constructor(_0x524263,_0x2b5d2a){super(_0x524263,_0x2b5d2a),this['on']('set:isLoading',(_0x53a25c,_0x53e2de,_0x55da8c)=>{_0x55da8c&&(this['headerTitle']=ls(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x47ff14,_0x345d5d,_0x385f45)=>{_0x385f45&&(this['headerTitle']=ls(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x5eaa76=super['_createAcceptAllButtonView']();return _0x5eaa76['set']('label',ls(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x5eaa76;}['_createExitReviewButtonView'](){const _0x38cc9d=super['_createExitReviewButtonView']();return _0x38cc9d['set']('label',ls(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x38cc9d;}},Bh=class extends sh{['_setupTemplate'](){const _0x1a77bb=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x1a77bb['if']('isVisible','ck-hidden',_0x133cc1=>!_0x133cc1)]},'children':[{'tag':'div','attributes':{'class':['ck-ai-translate__check-list-header']},'children':[{'tag':'h2','children':[{'text':ls(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_TITLE')}]},{'tag':'p','children':[{'text':ls(this['locale'],'AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x1a77bb['if']('isVisible','ck-hidden',_0x1b6942=>!_0x1b6942)]},'children':this['_checkViews']}]});}},Gh=class extends Wa{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x285409=this['context']['plugins']['get']('AITabs'),_0x52264f=this['context']['locale'],_0x3a8fed=new Ho(_0x52264f,{'label':ls(_0x52264f,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x3de69e,'class':'ck-ai-header_review-translate','showResizeButton':_0x285409['showResizeButton']});_0x3a8fed['delegate']('resizeTabs')['to'](_0x285409),_0x3a8fed['bind']('isMaximized')['to'](_0x285409['view'],'isMaximized',_0x1bc783=>_0x1bc783);const _0x4a0c30=new $a(_0x52264f,{'header':_0x3a8fed,'list':new Bh(_0x52264f),'results':new Uh(_0x52264f,{'generalErrorText':ls(_0x52264f,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new Xa(_0x52264f,{'headerText':ls(_0x52264f,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':ls(_0x52264f,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':ls(_0x52264f,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x4a0c30['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x4a0c30;}['registerTab'](){const _0x512f86=this['context']['plugins']['get']('AITabs');_0x512f86['view']['on']('activateTab',(_0x87c66b,{newTab:_0x1d0857,oldTab:_0x2a104e})=>{'translate'===_0x1d0857?this['fire']('getReviewCheckList'):'translate'===_0x2a104e&&this['fire']('leaveReview');}),_0x512f86['view']['addTab']({'id':'translate','buttonLabel':ls(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x3de69e,'order':0x0,'content':this['_mainView']});}},Fh=class extends Zs{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks'];}set['affectedBlocks'](_0x5ec615){this['_affectedBlocks']=_0x5ec615;}},Kh=class extends _0x3abc0e{static get['pluginName'](){return'AITranslateGateway';}static get['requires'](){return[hh,cs,As,Js];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['runTranslate'](_0x5e2586,_0x5c81a9){return await this['_runTranslateCheck'](_0x5e2586,()=>this['_createTranslateCheckRun'](_0x5e2586),_0x5c81a9?.['signal']);}['applyTranslate'](_0x482b53,_0x23df3e){this['context']['plugins']['get']('AIGateway')['apply'](_0x482b53,_0x23df3e);}async['_runTranslateCheck'](_0x5603e5,_0x2081d6,_0x121ff9){const _0x480d7d=ds(this['context']),_0x321112=new Fh({'editor':_0x480d7d,'rootName':_0x480d7d['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x480d7d['plugins']['get']('AIEditing')['getSessionId'](_0x480d7d)});let _0x5e214e,_0x16ade6;if(_0x121ff9){if(_0x121ff9['aborted'])return _0x321112['abort'](),_0x321112;const _0x4ac1a1=()=>{_0x321112['error']||(_0x321112['abort'](),_0x5e214e&&_0x5e214e['abort']());};_0x121ff9['addEventListener']('abort',_0x4ac1a1),_0x16ade6=()=>_0x121ff9['removeEventListener']('abort',_0x4ac1a1);}try{_0x5e214e=await _0x2081d6(),_0x321112['contentRawOld']=_0x5e214e['documentData']['content'],_0x321112['documentVersion']=Array['from'](_0x5e214e['documentData']['elements'])['find'](([,_0xeb4784])=>_0xeb4784['rootName']===_0x321112['rootName'])?.[0x1]['documentVersion']??0x1,_0x5e214e['on']('reviewCheckRunUpdated',(_0x241997,_0x2f2ef0)=>{'aborted'===_0x2f2ef0['status']?_0x321112['abort']():'error-general'!==_0x2f2ef0['status']&&'error-chunk'!==_0x2f2ef0['status']||(_0x321112['error']=kh(_0x2f2ef0['error'],'ai-translategateway-translation-run-failed',this,{'language':_0x5603e5}));}),'aborted'!==_0x321112['status']&&await _0x5e214e['start']();}catch(_0x36b39f){_0x321112['error']=kh(_0x36b39f,'ai-translategateway-translation-run-failed',this,{'language':_0x5603e5});}finally{_0x16ade6&&_0x16ade6();}if(!_0x5e214e||'aborted'===_0x321112['status']||'error'===_0x321112['status'])return _0x321112;_0x321112['affectedBlocks']=_0x5e214e['results']['map'](_0x204341=>({'id':_0x204341['id'],'content':_0x204341['contentNew']}));try{_0x321112['contentRawNew']=ps(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x321112['affectedBlocks'],_0x321112['contentRawOld'],_0x321112['editor']));}catch(_0x54c88f){_0x321112['error']=kh(_0x54c88f,'ai-translategateway-translation-run-failed',this,{'language':_0x5603e5});}return _0x321112;}async['_createTranslateCheckRun'](_0x1ffcc9){const _0x61dd56=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x4c2e34=this['context']['plugins']['get']('AIConnector');return new Lh(_0x61dd56,new Dh({'id':_0x1ffcc9,'commandId':_0x1ffcc9,'title':_0x1ffcc9,'description':'','isParameterized':!0x1}),_0x4c2e34,ls(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),void 0x0,{'language':_0x1ffcc9});}},Wh=class extends _0x3abc0e{static get['requires'](){return[Vh,Gh,hh,Kh];}static get['pluginName'](){return'AITranslate';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['startTranslate'](_0x4e6874){const _0x3c244f=this['assertStartTranslatePreconditions'](_0x4e6874);ka(this['context'],'translate'),await this['context']['plugins']['get']('AITranslateController')['runCheck']({'id':_0x3c244f['id'],'args':_0x3c244f['useArgs']?_0x3c244f['args']:void 0x0});}['getAvailableLanguages'](){return this['context']['plugins']['get']('AITranslateController')['getAvailableChecks']()['map'](_0x31bee1=>({'id':_0x31bee1['id'],'label':_0x31bee1['title']}));}['assertStartTranslatePreconditions'](_0x3abf5b){const _0x4a66d0=this['context']['plugins']['get']('AITranslateController');if(_0x4a66d0['getCurrentCheckRun']())throw new at('ai-translate-translation-already-running',this);const _0x3a4082=_0x4a66d0['getAvailableChecks']()['find'](_0x18be72=>_0x18be72['id']===_0x3abf5b);if(!_0x3a4082)throw new at('ai-translate-unknown-language',this,{'languageId':_0x3abf5b});return _0x3a4082;}};export{Ua as AIActions,Oi as AIAdapter,ji as AIAssistant,Qi as AIAssistantUI,la as AIBalloon,ta as AIChat,kn as AIChatController,Hr as AIChatFeedCustomElementView,Zo as AIChatHistory,Jo as AIChatHistoryController,qo as AIChatHistoryUI,bn as AIChatInteraction,na as AIChatShortcuts,Bo as AIChatUI,cs as AIConnector,nn as AICoreError,en as AIDocumentProcessingGateway,tn as AIDocumentProcessingRunResult,As as AIEditing,Aa as AIEditorIntegration,on as AIErrorReporter,rn as AIErrorSink,Js as AIGateway,In as AIInteraction,Ba as AIQuickActions,Oa as AIQuickActionsUI,_n as AIReply,vi as AIRequestError,mh as AIReviewCheck,lh as AIReviewCheckResult,dh as AIReviewCheckResultChange,gh as AIReviewCheckRun,yh as AIReviewGateway,xh as AIReviewMode,Ih as AIReviewModeController,hh as AIReviewModeEditing,nh as AIReviewModeUI,Nh as AIReviewRunResult,Zs as AIRunResult,hs as AITabs,as as AITabsMainView,ns as AITabsView,Zi as AITextAdapter,oa as AIToggleButtonUI,Wh as AITranslate,Vh as AITranslateController,Kh as AITranslateGateway,Fh as AITranslateRunResult,Gh as AITranslateUI,es as AWSTextAdapter,ts as OpenAITextAdapter,Ni as ShowAIAssistantCommand,ra as ToggleAICommand,ln as createResizeButton,Ji as getDefaultAICommands,js as markOperationsAsAI};
|